/*
Theme Name: bootScore
Theme URI: https://bootscore.me/
Author: bootScore
Author URI: https://bootscore.me
Description: A powerful Bootstrap 5 WordPress Starter Theme with WooCommerce Support. <a href="https://bootscore.me/category/documentation/" target="_blank">Documentation</a>. This theme gives you full control whatever you do and the full freedom to design whatever you want. It comes with a wide selection of category, page, post, author and archive templates as well as sidebar, header, footer and 404 widgets. There are no customizer settings in the backend. All settings can only be made by touching the code. Some CSS, HTML, PHP and JS Skills are required to customize it.
Version: 5.1.3.1
Tested up to: 5.9
Requires PHP: 5.6
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Text Domain: bootscore
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

Bootscore is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/



.header_wrap.bg-light { box-shadow: 0 0 6px #ccc; }

.navbar-brand img { width: 150px; }
.top_bar { background: #224d8c; padding: 7px 0 5px 0; }
.top_bar .cont_wp a { color: #fff !important; text-decoration: none; font-weight: bold; font-size: 18px; margin-right: 20px; }
.top_bar .cont_wp a i { margin-right: 10px; }

.top_bar .social_wrap ul { margin: 0px; padding: 0; list-style: none; display: flex; justify-content: end; }
.top_bar .social_wrap ul li a { color: #fff; margin: 0 7px; font-size: 18px; }
.top_bar .social_wrap ul li:last-child a { margin-right: 0; }


.box_wrap { margin-bottom: 30px; }

.box_wrap.bottom .wpb_text_column.wpb_content_element { min-height: 170px !important; }


.box_wrap .wpb_wrapper { border: 2px dashed #224d8c;  display: table-cell; }
.box_wrap .wpb_wrapper .wpb_wrapper{ border: none; }

.box_wrap .wpb_wrapper img { height: 110px; margin-top: 20px; width: 110px; object-fit: cover; }

.box_wrap .wpb_single_image.wpb_content_element.vc_align_center { margin: 0; }
.box_wrap .wpb_wrapper .wpb_text_column.wpb_content_element .wpb_wrapper { text-align: center; padding: 0px 15px; }

.box_wrap .wpb_wrapper h3 { font-size: 23px; font-weight: 500; margin: 10px 0 15px 0; }

.box_wrap .wpb_wrapper .wpb_text_column.wpb_content_element { min-height: 342px; }



.bootscore-footer.bg-light { background: #222 !important; color: #fff; }
.bootscore-footer a { color: #fff; text-decoration: none;}
.bootscore-footer a:hover { color: #224d8c;}


.slider_cariosal img { width: auto !important; margin: 0px auto !important; display: block; border: 1px solid #ccc; }

.inner_wrap h2.vc_custom_heading { margin-bottom: 30px; font-weight: bold; }
#content { padding-top: 0 !important; }

.blog-post-title a {
  color: #444;
  text-decoration: none;
  font-weight: 600;
}

.read-more {
  color: #fff;
  text-decoration: none;
  background: #224d8c;
  font-weight: bold;
  padding: 6px 6px;
  border-radius: 4px;
}

.byline, .comment-divider, .fa-comments, .comments-link, .edit-link {
  display: none;
}