/*
Theme Name: Bootscore
Theme URI: https://bootscore.me/
Author: Bootscore
Author URI: https://bootscore.me
Description: Flexible Bootstrap WordPress starter-theme for developers with full WooCommerce support. <a href="https://bootscore.me/category/documentation/" target="_blank">Documentation</a>
Version: 6.0.0
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.4
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-2024 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* 
All style editing is done via /assets/scss/_bootscore-custom.scss
*/


h1,h2,h3,h4,h5,h6{ color:#1d618d; font-weight:700; }
.vc_general.vc_btn3 { background: #1e608d !important; color: #fff !important; border-color: #1e608d !important; }


.banner_text { background: #00386cba; color: #fff; padding: 35px 20px; margin: 0; }
.banner_text h1 { font-size: 30px !important; font-weight: 700; color: #fff; }



.social_links ul li { margin-left: 10px; }
.social_links ul li a { font-size: 20px; }


.bootscore-footer-info ul li a { color: #1e608d; }



.contact_block .wpb_wrapper { height: 100%; border-radius: 10px; box-shadow: 6px 8px 20px 2px #00000040; }
.contact_block .wpb_wrapper .wpb_wrapper { border-radius: 0px; box-shadow: none; }
.contact_block .wpb_wrapper .vc_icon_element.vc_icon_element-outer { margin: 0; }


.loop_fields { float: left; width: 100%; margin-bottom: 5px; }
.loop_fields span { width: 100%; float: left; margin-top: 5px; }
.loop_fields input,.loop_fields textarea { border: 1px solid #ccc; padding: 5px; width: 100%; }
.loop_fields:nth-child(2) {	width: 49%; }
.loop_fields:nth-child(3) {	width: 49%;	float: right; }
.loop_fields input.wpcf7-submit { background: #1e608d; color: #fff;	border: none; width: 26%; padding: 13px 0; margin-top: 20px; }


.team_loop { border: 1px solid #ccc; margin-bottom:30px; }
.team_loop .wpb_single_image { margin: 0; }


.calltoaction .vc_general.vc_btn3 { border: 1px solid #fff !important; }


.banner::after { position: absolute; display: block !important; top: 0; left: 0; width: 100%; height: 100%; background: #00000091; }