/*
 Theme Name:   bootScore Child
 Description:  bootScore Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.3.0
 Text Domain:  bootscore
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/




  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&family=Playfair:ital,wght@0,300;0,600;1,300;1,600&display=swap');

html, body, p{
	font-family: 'Playfair', serif;
}
h1, h2, h3, h4, h5{
	font-family: 'Montserrat', sans-serif;
}
p, li{
	font-size: 1.4rem;
	line-height: 1.5rem;
	margin-bottom: .5rem;
}
ul{
	padding-left: 50px;
}
h1{
	font-weight: 700;

}
h2{
	margin-bottom: 48px;
	font-weight: 700;
}
h3{
	margin-bottom: 28px;
	font-weight: 700;
}
section{

	padding:100px 0;
}
section .wp-block-columns{
	margin-bottom:0;
}
.container{
	background: rgba(0,0,0,.0);
}
.logo{
	max-width: 300px;
}
.text-shd{
	text-shadow:3px 3px 6px rgba(0,0,0,.5);
}
.mt-hero{
	margin-top:88px!important;
}
.mt-hero h1{
	font-size:3rem;;
	margin-bottom: 30px;
}
.mt-hero p{
	margin-bottom: 20px;
	font-size: 2rem;
	line-height: 2.4rem;
}
.mt-hero ul{
	margin-bottom: 40px;
}
.mt-hero li{
	font-size: 2rem;
	line-height: 2.4rem;
}
.mt-hero form p{
	font-size: 1.2rem;
}
.mt-hero .wp-block-contact-form-7-contact-form-selector{
	max-height: 500px;
	overflow-y: scroll;
	padding-left: 15px;
}
.mt-hero .wp-block-contact-form-7-contact-form-selector p{
	line-height: 1.2rem;
	margin-bottom: 10px;
}
.mt-hero .wpcf7-list-item {
	display: block;
	line-height: 1.2rem;
	margin-top:10px;
	margin-bottom: -15px;
}
.hero-cta{
	margin-right: 100px!important;
}
.fff-90{
	padding:50px 30px;
	background:rgba(255,255,255,0.85);
	border-radius:12px;
}
.btn-outline-secondary {
border:none;	
}

.btn-outline-secondary i{
	font-size:28px;
}
.btn-lg .wp-block-button__link{
	border-radius: 2px!important;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.3rem;
	font-weight: 600;
	padding-left: 50px;
	padding-right: 50px;
}

.btn-dark .wp-block-button__link{
	background:rgba(0,0,0,.8)!important;
	color: #FFF;
	letter-spacing: 1px;
	transition: 2s;

}
.btn-dark .wp-block-button__link:hover{
		background-color:rgba(163,189,43,0.8)!important;
		letter-spacing: 2px;
		transition: .3s;
}
.btn-brand .wp-block-button__link{
	background:rgba(163,189,43,0.8)!important;
	color: #FFF;
	letter-spacing: 1px;
	transition: 2s;

}
.btn-brand .wp-block-button__link:hover{
		background-color:rgba(0,0,0,.6)!important;
		letter-spacing: 2px;
		transition: .3s;
}
.bg{
	background-size: cover;
	background-position: center center;
	min-height: 600px;
	width:100%;
	height: 100%;
}
.g4ns-quote{
	font-size:2.5rem!important;
	line-height:3rem;
	
}
.bg-green{
	background-color:rgba(163,189,43,0.12);
}
.bg-blue{
	background-color:rgba(29,84,123,.08);

}
.bg-1{
	background-image: url(/g4ns23/wordpress/wp-content/uploads/2023/06/it_lawyer.jpg);
	
}
.bg-2{

	background-image: url(/g4ns23/wordpress/wp-content/uploads/2023/06/it_legal.jpg);
}
.half-text{
	padding:80px;
}
input, textarea{
	line-height: 40px;
	margin-bottom: 20px;
	border:none;
	margin-top:5px;
}
.wpcf7-submit{
	border-radius: 2px!important;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.3rem;
	font-weight: 600;
	padding:12px 50px;
	color: #FFF;
	background-color: rgba(0,0,0,.9);
	margin-top:20px;
	letter-spacing: 1px;
	transition: 2s;

}
.wpcf7-submit:hover{
	background-color:rgba(163,189,43,0.8)!important;
	letter-spacing: 2px;
	transition: .3s;
}
input[type=text], input[type=email], input[type=tel], textarea

{
/* change as necessary */
max-width:600px;
min-width:280px;
/* this will resize input box if width between 500-250 */
width:100%;
	padding-left:8px;
	opacity:.6;
}
textarea{
	height:240px;
}
footer .bg-body-tertiary{
	background: rgba(29,84,123,1)!important;
}
footer p, footer a, footer address, footer .bootscore-copyright{
	color:#FFF;
	opacity:.7;
}
footer a{
	font-size:1.2rem;
	text-decoration:none;
	display: block;
	margin-bottom:12px;
	line-height:1.3rem;
}
footer a:hover{
	opacity:1;
	transition:all .5s;
}
footer .social a{
	display: inline-block;
	width:20px;
	height:20px;
	margin-right:20px;
}

footer .social li{
	display:inline;
}
footer address{
	font-size:1.2rem;
	line-height:1.3rem;
}
footer .widget-title{
	color:#FFF;
	font-size:1.3rem;
	margin-bottom:18px;
}
footer .size-medium{
	max-width:240px!important;
	margin-top:-10px;
	margin-bottom:18px;
}
@media screen and (max-width:1199px){
	.hero-cta{
	margin-right: 0!important;
}
	.mt-hero .wp-block-contact-form-7-contact-form-selector{
	max-height: 410px;
	overflow-y: scroll;
	padding-left: 15px;
}
	.mt-hero h1{
	font-size:2.2rem;
		
	margin-bottom: 20px;
}
.mt-hero p{
	margin-bottom: 15px;
	font-size: 1.6rem;
	line-height: 2rem;
}
.mt-hero ul{
	margin-bottom: 30px;
}
.mt-hero li{
	font-size: 1.6rem;
	line-height: 2rem;
}
.mt-hero form p{
	font-size: 1.2rem;
}
}
@media screen and (max-width:767px){
	
.logo{
	max-width: 80px;
}
	.mt-hero h1{
	font-size:1.8rem;
		
	margin-bottom: 12px;
}
.mt-hero p{
	margin-bottom: 12px;
	font-size: 1.2rem;
	line-height: 1.5rem;
}
.mt-hero ul{
	margin-bottom: 20px;
}
.mt-hero li{
	font-size: 1.2rem;
	line-height: 1.6rem;
}
	.g4ns-quote{
	font-size:2rem!important;
	line-height:2.4rem;
	
}
/*	input, textarea{
		max-width:40%;

	}
	.wpcf7-submit{
	max-width:100%;

	}*/
}