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

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

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


/*Typo*/

body,body p {

	font-family: Raleway,sans-serif;
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 500;

}

.serif {
	font-family: 'Playfair Display';
	font-weight: 400;
	line-height: 1.3em;
}

h1, h2, h3, h4 {
	font-family: 'Playfair Display';
	font-weight: 400;
	line-height: 1.3em;
}

.green {

	color: #365140;

}

.bg-green {
	background-color: #365140;
}

.bg-orange  {

	background-color: #d16d56;


}

.text-orange, .text-orange a  {

	color: #d16d56;

}

.navbar-light .navbar-nav .text-orange .nav-link  {

	color: #d16d56;

}

.orange {
	color: #d16d56;
}

.bg-beige {
	background-color: #ebe7e0;
    background-color: #F1EEE3;
    background-color: #fbf6ed;
}

.border-beige {
	border: 1px solid #d7cdba;
}

.nav-icon {
	font-family: Raleway,sans-serif;
    line-height: 2em;
    letter-spacing: .3em;
    text-transform: uppercase;
   
}

#nav-side .nav-link {
	font-size: 2rem;
    color: white;
    padding: 2rem 0rem;
   
}

#nav-side .nav-link:hover {
	
    color: #d16d56;
    
}

.text-change {
	color: #000;
}

.home .text-change {
	color: white;
}


.text-change ul li a{
	color: #000;
}

.home .text-change ul li a{
	color: white;
}


.site-content a {
	
    color: #d16d56;
    text-decoration: none;
   
}


.site-content a:hover {
    color: #777;
}

.wp-block-button__link:hover{
	background-color: #e8b6aa!important;
	color: inherit!important;
}
.wp-block-button__link {
	transition: all 0.5s linear;
	color: white!important;
}

.custom-link-color  a {

    color: #d16d56;

}
/*#nav-side .offcanvas {
	background-color: #0000006e;
}*/

/*.ico-1::before {
	content: '\f14e';
	display: block;
	font-size: 2rem;
	color: white;
	font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 


}

.ico-2::before {
	content: '\f2e7';
	display: block;
	font-size: 2rem;
	color: white;
	font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 

}

.ico-3::before {
	content: '\f277';
	display: block;
	font-size: 2rem;
	color: white;
	font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 

}*/

.wp-block-button__link, .read-more {
    
    font-family: Raleway,sans-serif;
    font-size: 13px;
    line-height: 1.078em;
    letter-spacing: .3em;
    font-weight: 600;
    text-transform: uppercase;
   padding: 22px 98px;
}

.gen-link, .uagb-post__cta > .wp-block-button__link, .uagb-post__cta > .uagb-post__link  {

	font-family: Raleway,sans-serif;
    font-size: 13px;
    line-height: 1.078em;
    letter-spacing: .3em;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
    color: #d16d56;
    padding: 0;

}

.lt-title {

    font-family: Raleway,sans-serif;
    font-size: 13px;
    line-height: 1.078em;
    letter-spacing: .3em;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
    color: #d16d56;
    padding: 0;
}

.lt-title > a {
    color: #d16d56;
}

.mneg {
	    margin-top: -15%;
}

.uagb-block-fcc69a69 .slick-arrow {
    border-color:#ffffff00;
}

img.logo {
	    max-width: 250px;
}



/*.home img.logo {
	   display: none;
}*/

.site-header .nav-link {
	font-family: Raleway,sans-serif;
    font-size: 13px;
    line-height: 1.078em;
    letter-spacing: .3em;
    font-weight: 600;
    text-transform: uppercase;
}

.uagb-post__image-position-background  .uagb-post__inner-wrap {
    height: 100%;
    min-height: 40vh;
   
    display: flex;
   
    align-items: flex-end;
    
}

#nav-main  .nav-link.active {
    color: rgb(209 109 86);
}

#nav-main  .nav-link:hover {
    color: rgb(209 109 86);
}


.grid-list > .row:nth-child(even) {

	flex-direction: row-reverse !important;
}

.archive-description > p {
	font-family: 'Playfair Display';
    font-weight: 400;
    line-height: 1.3em;
    font-size: 2.25rem;
}


.lead > p {

    font-size: 1.25rem;
    font-weight: 300;

} 


.wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"], 
.wpcf7-form input[type="url"], 
.wpcf7-form input[type="password"], 
.wpcf7-form input[type="search"], 
.wpcf7-form input[type="number"], 
.wpcf7-form input[type="tel"], 
.wpcf7-form textarea {
    color: #1f252b;
    width: 100%;
    padding: 12px 16px;
    border-radius: 0;
    border: 0;
    margin-bottom: 1rem;
   border: 1px solid #fbf6ed;
}
.wpcf7-form p {
    margin: 0 0 28px;
}
.wpcf7-text:focus, 
.wpcf7-textarea:focus {
    outline: 1px solid #92b581;
    outline-offset: 0;
}

 .wpcf7-form input[type=submit] {
    background-color: #d16d56;
    color: white;
    border-radius: 0;
    padding: 20px 20px;
    border: 1px solid #d16d56;
    width: 100%;
    font-family: Raleway,sans-serif;
    font-size: 13px;
    line-height: 1.078em;
    letter-spacing: .3em;
    font-weight: 600;
    text-transform: uppercase;
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.post-thumb-back {
     background-size: cover; 
     height: 300px; 
     background-repeat: no-repeat; 
     background-position: 25% center;
}

.category-badge > a {
    font-family: Raleway,sans-serif;
    font-size: 11px;
    line-height: 1.078em;
    letter-spacing: .3em;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #d16d56!important;
    border-radius: 0;
    padding: 8px;
}




.uagb-block-9c64aaea .slick-arrow svg {
    fill: #d16d56;
    width: 30px;
    height: 30px;
}

.uagb-block-9c64aaea .slick-arrow {
    border-color: #ffffff;
}

.top-button.visible {
    opacity: 0;
}

.uagb-post__inner-wrap, .wp-block-cover   {

 transition: transform 300ms ease-out;
}

.uagb-post__inner-wrap:hover, .wp-block-cover:hover  { 
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
cursor: pointer;}


footer p, footer li {
	font-size: 14px;
}

.card-img-top .wp-post-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: left center;
	border: 2px solid #fbf6ed;
}

.card-body a.read-more {
	position: absolute;
    top: 95%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  
    background-color: #d16d56;
    background-size: 50%;
}

.carousel-control-prev {
    left: -120px;
}

.carousel-control-next {
    right: -120px;
}

.navbar button.btn {
	color: #fff;
    background-color: #d16d56;
    border-color: #d16d56;
    border-radius: 0;
}

.navbar button.btn .fa-bars {
	color: #fff;
}

.carousel-indicators [data-bs-target] {
	background-color: #d16d56;
}

@media (max-width: 768px) {
    .reverse-mobile {
        flex-direction: column-reverse;
    }
}


@media (max-width: 767.98px) {
    .carousel-item .col-md-4 {
        display: none;
    }
    .carousel-item .col-md-4:nth-child(1) {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .carousel-item .col-md-4 {
        display: none;
    }
    .carousel-item .col-md-4:nth-child(1), 
    .carousel-item .col-md-4:nth-child(2) {
        display: block;
    }
}