/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

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

div#s1:before {
    content: url(https://unit2.onlinedevelopmentserver.com/christinaLadikos/wp-content/uploads/2023/09/bg2.png);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0;
}

header#top {
/*     background: transparent; */
    padding-top: 33px;
}

div#header-outer {
    background: transparent;
}

.col.span_9.col_last {
    background: #8b2115;
}

#top nav ul li a {
    font-size: 22px;
    color: white;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
}

ul.sf-menu.sf-js-enabled.sf-arrows a {
    margin-bottom: 0 !important;
    padding: 22px 0 !important;
}

#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a .menu-title-text:after {
    border-color: white !important;
}

h2 {
    font-size: 40px;
    color: black;
    font-family: 'Playfair Display', serif;
    line-height: 55px;
}

div#s2 {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
}
.adadadw {
    background: black;
    padding: 30px 25px;
}

.adadadw p {
    font-size: 45px;
    color: white;
    line-height: 55px;
    font-family: 'Playfair Display';
    padding-bottom: 20px;
}

.adadadw h6 {
    color: white;
    font-size: 30px;
    font-family: 'gabriola' !important;
    font-weight: 600;
    line-height: 45px;
}

div#s2sub {
    padding-bottom: 70px !important;
}

div#s3 {
    padding: 90px 0 !important;
}

#s3 h2 {
    color: white;
}

#s3 p {
    color: white;
}
#s3 p strong {
    font-size: 22px !important;
}
#s3 h4 {
    color: white;
    font-family: 'gabriola';
    font-size: 30px;
}

#s3 h2:nth-child(5) {
    padding-top: 40px !important;
}

#s3 h6 {
    color: white;
   font-size: 19px;
    line-height: 28px;
    font-family: 'Playfair Display';
    font-weight: 400;
}
#s4 .vc_col-sm-4 .img-with-aniamtion-wrap:nth-child(1) .hover-wrap-inner > img {
    height: 300px;
    object-fit: contain;
   object-position: top;
    width: 100%;
}

div#s4 {
    padding: 70px 0 !important;
    text-align: center;
}

a.nectar-button.small.regular.accent-color {
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    font-family: 'Jost';
    border-radius: 0 !important;
    padding: 16px 35px;
}

div#s4sub {
    padding-bottom: 0;
}

#s4 p {
    font-size: 25px;
    color: black;
    line-height: 35px;
    font-family: 'Jost';
}

#s4sub p {
    font-size: 16px;
    line-height: 26px;
}

#s4sub h3 {
    color: black;
    font-size: 30px;
    text-transform: capitalize;
    font-family: 'Playfair Display';
    line-height: 42px;
}

#s4sub .wpb_text_column.wpb_content_element {
    background: white;
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: -60px;
    padding: 29px 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding-top: 80px;
	height: 320px;
}

#s4sub .vc_col-sm-4:hover .wpb_text_column.wpb_content_element {
    background: #8b2115;
    transition: 0.6s;
}

#s4sub .vc_col-sm-4:hover p {
    color: white;
}
#s4sub .vc_col-sm-4:hover p a {
    color: white;
}
#s4sub .vc_col-sm-4:hover h3 {
    color: white;
}

#s4sub p a {
    text-transform: uppercase;
    color: black;
    font-style: italic;
    font-family: 'Jost';
    font-weight: bold;
    text-decoration: underline;
}

div#s5 {
    padding: 60px 0 !important;
}

#s5 h2 {
    color: white;
}

div#s5sub {
    background: white;
}

div#s6 {
    padding-top: 15px !important;
}

#s6 h2 {
    font-family: 'gabriola';
    font-size: 60px;
    line-height: 70px;
}

#s6 h3 {
    font-size: 35px;
    color: white;
    font-family: 'gabriola';
    background-image: linear-gradient(to right, #a2191b, #8e1719, #7a1617, #671415, #541212);
    line-height: 65px;
    font-weight: 700;
    margin: 0 !important;
    padding-top: 12px;
}
div#s5sub .hover-wrap-inner {
    border: 7px solid #611414;
}
#s4 .img-with-aniamtion-wrap:nth-child(2) {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 43%;
    background: #8b2115;
    z-index: 99;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#s4 .hover-wrap {
    margin: 0 !important;
    padding: 0 !important;
}

#s4 .img-with-aniamtion-wrap:nth-child(2)  .inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

#s4 .vc_col-sm-4:hover .img-with-aniamtion-wrap:nth-child(2) {
    background: white;
}

#s4 .vc_col-sm-4:hover .img-with-aniamtion-wrap:nth-child(2) img {
    filter: invert(1);
}

#s5sub input {
    background: transparent;
    border-radius: 0 !important;
    border: 1px solid #8b2115;
    margin-bottom: 0px;
    padding: 13px 20px;
    font-family: 'Jost', sans-serif;
}

#s5sub textarea {
    background: transparent;
    border-radius: 0 !important;
    border: 1px solid #8b2115;
    margin-bottom: 0px;
    padding: 13px 20px;
    font-family: 'Jost', sans-serif;
    height: 100px;
}

#s5sub .vc_col-sm-6:nth-child(2) {
    padding-right: 40px;
}

#s5sub input[type=submit] {
    background: #8b2115 !important;
    margin: 0 auto;
    display: table;
    text-transform: uppercase;
    font-size: 20px;
    padding: 12px 40px !important;
}

span.wpcf7-spinner {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    border: none;
}



#footer-outer #copyright p {
    font-size: 18px;
    color: white;
    font-family: 'Jost', sans-serif;
}

#footer-outer #copyright[data-layout="centered"] .col.span_5 {
    max-width: 100%;
}

div#copyright {
    border-top: 2px solid white;
    padding: 20px 0 !important;
}

#footer-outer .widget h4 {
    font-size: 30px;
    color: white;
    text-transform: capitalize;
    font-family: 'Playfair Display', serif;
}

div#media_image-2 {
    margin-bottom: 10px !important;
}

/* #footer-outer #footer-widgets .col p:last-child {
    font-size: 16px;
    color: white;
    font-family: 'Jost', sans-serif;
    width: 80%;
} */
#footer-outer #footer-widgets .col p:last-child {
    font-size: 16px;
    color: white;
    font-family: 'Jost', sans-serif;
    margin: 0 auto;
    text-align: center !important;
}

#footer-outer img.image.wp-image-44.attachment-medium.size-medium {
    margin: 0 auto;
    display: table;
}

#footer-outer .textwidget.custom-html-widget {
    margin: 0 auto;
    display: table;
}






#footer-outer #footer-widgets .col ul li a {
    font-size: 16px;
    color: white;
    font-family: 'Jost', sans-serif;
    text-transform: capitalize;
}
.ftrtxtt a {
    color: white !important;
/*     text-transform: capitalize; */
    font-size: 16px;
    font-family: 'Jost', sans-serif;
}

.ftricn i {
    color: white;
}

.cntctt {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.ftricn i {
    width: 46px !important;
}

.contactus {
    margin-left: -10px;
}

div#footer-widgets .row {
    padding-bottom: 30px;
}
/* .page-id-6 header#top {
    background: transparent !important;
} */

header#top {
    background: url(https://breakingbarriers.info/wp-content/uploads/2024/08/BG.png) !important;
}
body ul.buttons {
	display: none;
}
@media (max-width: 1600px) {}
@media (max-width: 1440px) {}  
@media (max-width: 1366px) {}
@media (max-width: 1280px) {
	#s4sub h3 {
    font-size: 27px;
}

#s4 .vc_col-sm-4 .img-with-aniamtion-wrap:nth-child(2) {
    top: 40%;
}
}
@media (max-width: 1024px) {
	ul.buttons {
	display: block !important;
}
body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container>.menu>li a {
    text-transform: capitalize;
    font-weight: 400;
}

body[data-slide-out-widget-area-style="slide-out-from-right"]:not([data-header-color="custom"]).material .slide_out_area_close:before {
    background: black !important;
}


li#menu-item-39 {
    display: none !important;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-40 {}

.off-canvas-menu-container.mobile-only li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-40 {
    display: none;
}

body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li {}

#slide-out-widget-area li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-39 {
    display: none;
}

p br {
    display: none;
}
#s4sub h3 {
    font-size: 20px;
}

#s4sub .wpb_text_column.wpb_content_element {
    padding: 25px;
}

#s4 .vc_col-sm-4 .img-with-aniamtion-wrap:nth-child(2) {
    top: 28%;
}


#s4sub .wpb_text_column.wpb_content_element {
    top: -40px;
}

#footer-outer .widget h4 {
    font-size: 26px;
}

div#media_image-2 {
    width: 80%;
}

#footer-outer #copyright p strong {
    font-weight: bolder;
}}
@media (max-width: 800px) {
	#top .span_9>.slide-out-widget-area-toggle {
    background: #ff000000 !important;
}

/* #header-outer[data-format=centered-menu-bottom-bar] .span_9, body.material #header-outer[data-format=centered-menu-bottom-bar]:not([data-format=left-header]) #top .span_9 {
    background: transparent;
} */

h2 {
    font-size: 36px;
    line-height: 45px;
}

.adadadw p {
    font-size: 28px;
    line-height: 35px;
}

div#s3 {
    text-align: center;
    padding: 50px 0 !important;
}

#s4sub .vc_col-sm-4 {
    width: 50%;
}
#s4 .vc_col-sm-4 .img-with-aniamtion-wrap:nth-child(2) {
    top: 33%;
}


#s5sub .vc_col-sm-6:nth-child(2) {
    padding: 10px 40px;
}

#s5 .col.span_12 {
    margin: 0;
}
#s5 .col.span_6 {
    margin: 0;
}
	#s2sub .row_col_wrap_12.col.span_12.dark.left {
    flex-direction: column-reverse;
}
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
	#top .span_9>.slide-out-widget-area-toggle {
    background: #ff000000 !important;
}

#header-outer[data-format=centered-menu-bottom-bar] .span_9, body.material #header-outer[data-format=centered-menu-bottom-bar]:not([data-format=left-header]) #top .span_9 {
    background: transparent;
}

h2 {
    font-size: 36px;
    line-height: 45px;
}

.adadadw p {
    font-size: 28px;
    line-height: 35px;
}

div#s3 {
    text-align: center;
    padding: 50px 0 !important;
}

#s4sub .vc_col-sm-4 {
    width: 50%;
}
#s4 .vc_col-sm-4 .img-with-aniamtion-wrap:nth-child(2) {
    top: 33%;
}


#s5sub .vc_col-sm-6:nth-child(2) {
    padding: 10px 20px;
}

#s5 .col.span_12 {
    margin: 0;
}
#s5 .col.span_6 {
    margin: 0;
}

    header#top {
        padding: 20px 0;
    }
div#header-outer {
    padding-top: 0;
}
h2 {
    font-size: 30px;
    line-height: 40px;
}
div#s2 {
    padding-top: 80px !important;
    padding-bottom: 20px !important;
}



#s3 h6 {
    font-size: 18px;
}

#s4 p {
    font-size: 18px;
    line-height: 28px;
}

div#s4 {
    padding: 40px 0 !important;
}

#s4sub .vc_col-sm-4 {
    width: 100%;
}
#s5sub .vc_col-sm-6:nth-child(2) {
    padding: 10px 20px;
}

#s6 h2 {
    font-size: 30px;
    line-height: 40px;
}

#s6 h3 {
    font-size: 36px;
}
div#s6 {
    padding-top: 50px !important;
}
}
@media (max-width: 414px) {}
@media (max-width: 375px) {}
@media (max-width: 360px) {}


h4.cer {
    font-size: 23px !IMPORTANT;
    font-weight: 300;
}