/*
Theme Name: P4EC
Theme URI: https://p4ec.md
Author: 2Bros Agency
Author URI: https://2bros.md
Description:
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: P4EC
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ============================================== */
/* ================ general styles ============== */
/* ============================================== */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

.otgs-development-site-front-end{ display: none !important}

html{
    -webkit-text-size-adjust: 100%;
}
body{
    color: #282828;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-family: "Noto Sans", serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
main {
	display: block;
}
h1, h2, h3{
    font-family: "Noto Serif", serif;
}
h1, h2, h3, h4, h5, h6{   
    font-weight: 400; 
	margin: 0;
	padding: 0;
	line-height: normal;
}
figure, img{
	padding: 0;
	margin: 0;
}
img {
    vertical-align: middle;
    border-style: none;
}
a:hover{
	color: inherit;
	text-decoration: none;
}
a{
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
p{
	padding: 0;
	margin: 0;
    line-height: 2;
}
.btn:focus, .btn:active,
a:focus, a:active,
input:focus, input:active,
textarea:focus, textarea:active,
select:focus, select:active,
button:focus, button:active,
span:focus, span:active{
	outline: 0;
	box-shadow: none;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
input, textarea, select, button{
	font-family: "Noto Sans", serif;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
*, ::after, ::before {
    box-sizing: border-box;
}

/* Helper Styles */
.site-container{
	max-width: 1440px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.site-row{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.site-align-center{
	align-items: center;
	justify-content: center;
}
.site-col-12{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.site-col-11{
	-ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.site-col-10{
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.site-col-9{
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.site-col-8{
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.site-col-7{
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.site-col-6{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.site-col-5{
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.site-col-4{
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.site-col-3{
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.site-col-2{
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.site-col-1{
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.site-col-1,
.site-col-2,
.site-col-3,
.site-col-4,
.site-col-5,
.site-col-6,
.site-col-7,
.site-col-8,
.site-col-9,
.site-col-10,
.site-col-11,
.site-col-12{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.site-col-offset-4{
	margin-left: 33.333333%;
}
.site-col-offset-3{
	margin-left: 25%;
}
.site-col-offset-2{
	margin-left: 16.666667%;
}
.site-col-offset-1{
	margin-left: 8.333333%;
}
.img-fluid{
	max-width: 100%;
    height: auto;
}

/* Site Headings */
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.site-heading-white{
    color: #ffffff;
}
.site-heading-dark{
    color: #1D252D;
}
.site-heading p strong{
    color: #008C90;
}
.site-heading h2{
    color: #008C90;
    font-size: 46px;
    font-weight: 400;        
}
.site-heading h3{
    font-size: 32px;
    font-weight: 400;    
}
.site-heading h4{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.site-heading h5{
   color: #008C90;
    font-size: 18px;
    font-weight: 500;
}

/* Site Buttons */
.site-button,
.site-button-light{
    display: inline-block;
}
.site-button .btn{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    padding: 0 40px;    
    border-radius: 12px;
    text-decoration: none;    
    background-color: #008C90;
}
.site-button a:hover{
    background-color: #00B1B8;
}
.site-button-light .btn{
    color: #008C90;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 40px;    
    border-radius: 12px;    
    text-decoration: none;    
    background-color: #ffffff;
}
.site-button.text-center{
    display: flex;
    justify-content: center;
}

/* Sections Spacing */
.site-row-p20x{
	padding-top: 20px;
	padding-bottom: 20px;
}
.site-row-pt20x{
	padding-top: 20px;
}
.site-row-pb20x{
	padding-bottom: 20px;
}
.site-row-p25x{
	padding-top: 25px;
	padding-bottom: 25px;
}
.site-row-pt25x{
	padding-top: 25px;
}
.site-row-pb25x{
	padding-bottom: 25px;
}
.site-row-p30x{
	padding-top: 30px;
	padding-bottom: 30px;
}
.site-row-pt30x{
	padding-top: 30px;
}
.site-row-pb30x{
	padding-bottom: 30px;
}
.site-row-p35x{
	padding-top: 35px;
	padding-bottom: 35px;
}
.site-row-pt35x{
	padding-top: 35px;
}
.site-row-pb35x{
	padding-bottom: 35px;
}
.site-row-p50x{
	padding-top: 50px;
	padding-bottom: 50px;
}
.site-row-pt50x{
	padding-top: 50px;
}
.site-row-pb50x{
	padding-bottom: 50px;
}
.site-row-p40x{
	padding-top: 40px;
	padding-bottom: 40px;
}
.site-row-pt40x{
	padding-top: 40px;
}
.site-row-pb40x{
	padding-bottom: 40px;
}
.site-row-p70x{
	padding-top: 70px;
	padding-bottom: 70px;
}
.site-row-pt70x{
	padding-top: 70px;
}
.site-row-pb70x{
	padding-bottom: 70px;
}
.site-row-p100x{
	padding-top: 100px;
	padding-bottom: 100px;
}
.site-row-pt100x{
	padding-top: 100px;
}
.site-row-pb100x{
	padding-bottom: 100px;
}
.site-row-p140x{
	padding-top: 140px;
	padding-bottom: 140px;
}
.site-row-pt140x{
	padding-top: 140px;
}
.site-row-pb140x{
	padding-bottom: 140px;
}
.site-row-p200x{
	padding-top: 200px;
	padding-bottom: 200px;
}
.site-row-pt200x{
	padding-top: 200px;
}
.site-row-pb200x{
	padding-bottom: 200px;
}

/* VC Styles */
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
	margin-bottom: 0 !important;
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner{
	padding-top: 0 !important;
}
.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section{
	padding-top: 0 !important;
}
.wpb_text_column h1,
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5,
.wpb_text_column h6{
	margin-bottom: 15px;
}
.wpb_text_column p{
    margin-bottom: 10px;
}
.wpb_text_column p strong{
    font-weight: 600 !important;
}
.wpb_text_column iframe{
    width: 100% !important;
    height: 500px !important;
}
.wpb_text_column ul{
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
}
.wpb_text_column ul li{
    line-height: 1.8;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}
.wpb_text_column ul li::before{
    top: -5px;
    left: 0;
    position: absolute;
    font-size: 22px;
    content: '\2022';
    color: #008C90;
}
.wpb_text_column p:last-of-type,
.wpb_text_column ul li:last-of-type{
    margin-bottom: 0;
}
.wpb_text_column p a,
.wpb_text_column li a{
    color: #1D252D;
    text-decoration: underline;
}

/* CF7 Styles */
.wpcf7-spinner{
    display: none;
}
.wpcf7-response-output{
    display: none;
}
.wpcf7 .sent .wpcf7-response-output{
    font-size: 14px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px 0 0 0;
}
.wpcf7-not-valid-tip{
    font-size: 14px;
    position: absolute;
    left: auto;
    right: 0;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output
.wpcf7 form .wpcf7-response-output{
    padding: 0;
    margin: 0;
    border: none;
}

/* Pages Header */
.page-header{
    margin-top: 90px;
    padding: 35px 0 35px 0;
    text-align: center;
    background-color: #f7f7f7;
}
.page-header h1{
    color: #008C90;
    font-size: 46px;
    font-weight: 500;
}
.page-breadcrumbs{
    margin-bottom: 5px;
}
.page-breadcrumbs span,
.page-breadcrumbs a{
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    text-decoration: none;
}
.page-breadcrumbs .breadcrumbs__current{
    color: rgba(0, 0, 0, 1);
}

/* 404 Page */
.error-404{
    margin-top: 90px;
    padding-top: 100px;
    text-align: center;
    padding-bottom: 100px;    
}
.error404 .main-content{
    background-color: #f7f7f7;
}
.error-404 img{
    width: 350px;
    height: auto;
}
.error-404 h1{
    font-size: 42px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
}
.error-404 p{    
    font-weight: 400;
    margin-bottom: 25px;
}
.image-radius img{
    border-radius: 30px;
}

/* ============================================== */
/* ================ header styles =============== */
/* ============================================== */

/* Navigation */
.main-header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    transition: .3s ease;    
	background-color: #ffffff;
}
.main-nav{
    padding: 15px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-menu ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav-menu ul>li{
    padding: 15px 0;
    position: relative;
    display: inline-block;
    margin-right: 35px;
}
.nav-menu ul li.menu-item-has-children>a{
    padding-right: 20px;
}
.nav-menu ul li.menu-item-has-children>a::after{
    position: absolute;
    top: 7px;
    right: 3px;
    content: '';
    display: inline-block;
    width: 12px;
    height: 6px;
    background-repeat: no-repeat;
    background-image: url('assets/images/arrow-down.svg');
}
.nav-menu ul li.menu-item-has-children .sub-menu{
    display: block;
	padding: 15px 20px;
	margin: 0;
	position: absolute;
	top: 50px;
	left: 0;
	width: 230px;
	z-index: 9;
    border-radius: 6px;
	background-color: #ffffff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 6%);
}
.nav-menu ul li.menu-item-has-children .sub-menu li{
    padding: 0;
    display: block;
    margin: 0 0 10px 0;
}
.nav-menu ul li.menu-item-has-children .sub-menu li:last-of-type{
    margin-bottom: 0;
}
.nav-menu ul li.menu-item-has-children .sub-menu li a{
    color: #1D252D;
    margin: 0;
    padding: 0;
    background-color: transparent
}
.nav-menu ul li.menu-item-has-children .sub-menu li a::after,
.nav-menu ul li.menu-item-has-children .sub-menu li a::before{
    content: none;
}
.nav-menu ul li.menu-item-has-children .sub-menu li a:hover{
    color: #008C90;
}
.nav-menu ul li.menu-item-has-children:hover>.sub-menu,
.nav-menu .sub-menu li.menu-item-has-children:hover>.sub-menu{
    opacity: 1;
    visibility: visible;
}
.nav-menu .sub-menu li.menu-item-has-children:after{
    position: absolute;
    top: 6px;
    right: 0;
    content: '';
    display: inline-block;
    width: 6px;
    height: 12px;
    background-repeat: no-repeat;
    background-image: url('assets/images/arrow-right.svg');
}
.nav-menu .sub-menu li.menu-item-has-children>a{
    pointer-events: none;
}
.nav-menu ul li.menu-item-has-children .sub-menu .sub-menu{
	display: block;
	padding: 15px 20px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 190px;
	width: 150px;
	z-index: 9;
    border-radius: 6px;
	background-color: #ffffff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 6%);
}
.nav-menu ul li a{
    position: relative;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;    
}
.nav-menu ul li:last-child{
    margin-right: 0;
}
.nav-logo{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.nav-logo a{
    display: block;
    height: 60px;
}
.nav-logo img{
    display: block;
    height: 60px;
    width: auto;
}
.nav-menu{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-tools{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nav-donate .btn{
    height: 45px;
    padding: 0 30px;
}
.nav-lang,
.nav-search{
    margin-right: 15px;
}
.nav-lang{
    margin-bottom: 4px;
}
.nav-lang a{
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #707171;
    text-decoration: none;
}
.nav-lang a:hover{
    color: #008C90;
}
.wpml-ls-legacy-list-horizontal{
    padding: 0;
    margin: 0;
    border: 0;
}
.nav-search a{
	display: flex;
}
.nav-search a:hover svg path{
    fill: #008C90;
    transition: all .3s ease;
} 
.nav-search svg{
    width: 14px;
    height: 14px;
}


/* Search */
.search-header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: none;
    background-color: #fff;
}
.search-header-holder{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-form{
    width: 60%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-close{
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 50px;
    height: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-close::before,
.search-close::after{
    position: absolute;
    content: ' ';
    height: 20px;
    width: 1.5px;
    background-color: #1C1C1F;
}
.search-close::before{
    transform: rotate(45deg);
}
.search-close::after{
    transform: rotate(-45deg);
}
.search-header form{
    width: 100%;
}
.search-header form input:focus{
    border-color: #008C90;
	transition: all 2s ease;
}
.search-header form input{
    height: 40px;
    border-radius: 0;
    line-height: 40px;
    color: #252A2F;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    border: none;
    box-shadow: none;
    outline: 0;
    padding: 0 15px;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #dedede;
}
.search-content{	
    padding-bottom: 70px;
}
.search-items-list .search-item:first-of-type{	
	border-top: 1px solid #dedede;
}
.search-items-list .search-item{
	padding: 20px 0;
	border-bottom: 1px solid #dedede;
}
.search-items-list .search-item a{
	text-decoration: none;
}
.search-items-list .search-item a:hover{
	color: #008C90;
}


/* Mobile Navigation */
.nav-mobile-link{
    display: none;	
    height: 16px;
    line-height: 15px;	
    margin-left: 15px;
}
.nav-mobile-link a{
	cursor: pointer;
	display: inline-flex;
	width: auto;
	height: 16px;
	transition: none;
	vertical-align: middle;
	transform-origin: left;
	transition: all .2s ease-in-out;
}
.nav-mobile-link a>div{
	display: inline-flex;
	width: 25px;
	height: 16px;
	position: relative;
}
.nav-mobile-link a span:nth-child(1){
	top: 0px;
}
.nav-mobile-link a span:nth-child(2){
	top: 7px;
}
.nav-mobile-link a span:nth-child(3){
	top: 14px;
}
.nav-mobile-link a span{
	display: block;
	position: absolute;
	width: 25px;
	height: 1.5px;
	content: '';
	left: 0;
	background-color: #000000;
}
.site-overlay{
    cursor: pointer;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear;
    background: rgba(0,0,0,.6);
}
.mobile-menu{
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 320px;
    background-color: #ffffff;
    z-index: 11;
    overflow: auto;
    transform: none;
    transform: translate3d(100%,0,0);
    transition: transform .4s cubic-bezier(.19,1,.22,1);
}
.mobile-menu-logo img,
.mobile-menu-logo{
    height: 45px;
}
.mobile-menu-active .mobile-menu{
    transform: none;
}
body.mobile-menu-open{
    overflow: hidden;
}
.mobile-menu-open .site-overlay{
    opacity: 1;
    visibility: visible;
}
.menu-close{
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-left: auto;
}
.menu-close::before,
.menu-close::after{
    position: absolute;
    content: ' ';
    height: 20px;
    width: 1.5px;
    background-color: #000000;
}
.menu-close::before{
    transform: rotate(45deg);
}
.menu-close::after{
    transform: rotate(-45deg);
}
.mobile-menu-close{
    position: absolute;
    top: 12px;
    right: 12px;
}
.mobile-menu-inner{
    position: relative;
    padding: 15px;
}
.mobile-menu-content{
    margin: 15px 0 15px 0;
    padding: 15px 0 15px 0;
	border-top: 1px solid #dedede;    
    border-bottom: 1px solid #dedede;    
}
.mobile-menu-content ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.mobile-menu-content ul li.menu-item-has-children>a::after{
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: center right;  
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23313132' d='M11 0h2v24h-2z'/%3E%3Cpath fill='%23313132' d='M0 13v-2h24v2z'/%3E%3C/svg%3E");
}
.mobile-menu-content ul li.menu-item-has-children.is-active>a::after{    
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 2'%3E%3Cpath fill='%23313132' d='M0 2V0h24v2z'/%3E%3C/svg%3E");
}
.mobile-menu-content .sub-menu{
    display: none;    
}
.mobile-menu-content ul li.menu-item-has-children .sub-menu{
    padding-left: 15px;
    padding-top: 10px;
}
.mobile-menu-content ul li.menu-item-has-children .sub-menu li a{
    opacity: .5;
}
.mobile-menu-content ul li.menu-item-has-children .sub-menu li.menu-item-has-children>a{
    color: #000000;
}
.mobile-menu-content ul li{
    position: relative;
	margin-bottom: 15px;
}
.mobile-menu-content ul li:last-of-type{
	margin-bottom: 0;
}
.mobile-menu-content ul li a{
    display: block;
    position: relative;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;    
}
.mobile-menu-footer ul{    
    gap: 5px;
    display: flex;    
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
}
.mobile-menu-footer ul li a{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #dedede;
    background-color: #ffffff;
}
.mobile-menu-footer ul li svg{
    display: flex;
    width: 35px;
    height: 35px;
}
.mobile-menu-footer .site-button{
    width: 100%;
    margin-top: 15px;
}
.mobile-menu-footer .site-button .btn{
    height: 45px;
}

/* Single page header */
.site-header{
    margin-top: 90px;
    position: relative;
}
.site-header-image figure{
    height: calc(50vh - 90px);
}
.site-header-image figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right bottom;
}
.site-header-caption{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.site-header .page-breadcrumbs span.breadcrumbs__separator{
    padding: 0 5px;
}
.site-header .page-breadcrumbs a,
.site-header .page-breadcrumbs span{
    color: #ffffff;
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    text-decoration: none;
}
.site-header .page-breadcrumbs span.breadcrumbs__current{
    opacity: .8;
}
.site-header-inner{
    position: relative;
    height: 100%;
}
.site-header-content{
    color: #ffffff;
}
.site-header-content h1{
    font-size: 62px;
    font-weight: 700;
    padding: 0;
}

/* ============================================== */
/* =============== modified elements styles (last) ============== */
/* ============================================== */

/* Home Slider */
.slider-block{
    padding: 35px 0;
    margin-top: 90px;        
}
.slick-track{
    margin-left: -5px;
    margin-right: -5px;
}
.slider-item{
    padding-left: 5px;
    padding-right: 5px;
}
.slider-image{    
    height: 450px;
    border-radius: 12px
}
.slider-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    object-position: center center;
}
.slider-block .slick-dots {	
	display: flex;
	margin: 0;
	padding: 30px 0 0 0;
	z-index: 1;     	
	justify-content: center;
	list-style-type: none;
}
.slider-block .slick-dots li {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0 15px 0 0;
	width: 8px;
	height: 8px;
	border-radius: 50px;
}
.slider-block .slick-dots li:last-of-type {
	margin: 0;
}
.slider-block .slick-dots button {
	cursor: pointer;
	display: block;
	width: 8px;
	height: 8px;
	padding: 0;
	margin: 0;
	border: none;
	opacity: 0.4;
	border-radius: 50px;
	background-color: #008C90;
	text-indent: -9999px;
}
.slider-block .slick-dots li.slick-active button {
	opacity: 1;
	background-color: #008C90;
}

/* Home Hero */
.site-hero{
    height: 80vh;
    margin-top: 90px;
}
.site-hero-inner{
	position: relative;
}
.site-hero-image figure::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .2);
}
.site-hero-image figure{
	height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-hero-image img{
    display: block;
    width: 100%;
    height: 100%;
	object-fit: cover;
    object-position: center center;
}
.site-hero-content{
	color: #ffffff;
	display: flex;
	align-items: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    margin: 0 auto;
    max-width: 100%;    
    position: absolute;
}
.site-hero-content h1{
	font-size: 68px;		
	padding: 0 0 20px 0;
}
.site-hero-content .hero-desc{
    font-size: 20px;
	padding-bottom: 30px;
	line-height: 2;
	font-weight: 400;
}

/* Home Activity Post */
.home-activity-posts .site-row{
    row-gap: 30px;
}
.activity-post{    
    display: flex;
    align-items: center;
    background-color: #F7F7F7;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;    
}
.activity-post-details{
    padding: 20px;
    width: 50%;
}
.activity-post-title{
    margin-bottom: 20px;
}
.activity-post-title a{
    color: #000000;
    text-decoration: none;
}
.activity-post-title h3{
    font-size: 26px;
    font-weight: 400;    
}
.activity-post-link a{
    color: #008C90;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}
.activity-post-image{
    width: 50%;
}
.activity-post-image figure{
    height: 300px;
}
.activity-post-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;    
    object-position: center center;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;    
}

/* Page Bottom CTA */
.lead-cta{
    position: relative;
}
.lead-cta-image::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.1);
}
.lead-cta-image figure{
    height: 550px;
}
.lead-cta-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.lead-cta-caption{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%);
}
.lead-cta-caption h5{
    margin: 0 0 15px 0;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.lead-cta-caption h2{
    font-size: 46px;    
    margin-bottom: 20px;
    line-height: 1.5;
}
.lead-cta-caption .site-button{
    margin-top: 30px;
}

/* ============================================== */
/* =============== elements styles ============== */
/* ============================================== */

/* Simple Image */
.simple-image img{
    height: 400px;
    border-radius: 20px;
}
.donation-box__heading h3{
    color: #008C90;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
}
.donation-box__content{
    gap: 30px;
    display: grid;
    margin-top: 50px;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
.donation-box__item{
    border-radius: 25px;
    border-left: 1px solid #008C90;
    border-right: 1px solid #008C90;
    border-bottom: 1px solid #008C90;
    background-color: #fff;
}
.donation-box__item h4{
    padding: 15px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;   
    text-align: center;
    border-radius: 25px;  
    background-color: #008C90;
}
.donation-box__item p{
    padding: 20px;
}
.donation-box__item hr{
    margin: 15px 0;
    padding: 0;
    border: none;
    height: 1px;
    width: 100%;
    background-color: #008C90;    
}

/* Donation form */
.donation-block-holder{
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 50px 20px;
    border-radius: 15px;
    justify-content: center;
    background-color: #e6f5f2;    
}
.donation-form {
    text-align: center;
}
.donation-form h1 {
    color: #008C90;
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 10px;
}
.donation-form p {
    margin-bottom: 35px;
}
.donation-amounts{    
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.donation-amount{
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;    
    background: #ffffff;
    color: #000;
    padding: 10px;        
    border-radius: 12px;
    width: calc(25% - 12px);        
    transition: all 0.3s ease;
    border: 2px solid #dedede;    
}
.donation-amount:last-of-type{
    width: 100%;
}
.donation-amount.selected{
    background: #008C90;
    color: #fff;
    border-color: #008C90;
}
#contribute-button {
    background: #008C90;
    color: #fff;
    height: 50px;
    padding: 0;
    width: 100%;    
    border: none;
    margin-top: 15px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
#contribute-button:hover {
    background-color: #00B1B8;
}
.custom-amount{
    margin-top: 15px;
    display: flex;
    flex-direction: column;    
}
.custom-amount label{
    font-size: 16px;
    opacity: .6;
    margin-bottom: 10px;
}
.custom-amount input{
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;    
    background: #ffffff;
    color: #000;
    padding: 10px;        
    width: 100%;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 2px solid #dedede;  
}

/* Projects Page */
.projects-page .site-post{
    width: 70%;
    margin: 0 auto;
}
.projects-page .post-image{
    display: none;
}
.projects-page .site-col-4{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/* Projects Elements */
.projects-categories{
    margin: 35px 0 0 0;
    padding: 0;    
    gap: 25px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center; 
}
.projects-categories li a{
    color: #008C90;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    padding: 0 20px;    
    border-radius: 12px;
    text-decoration: none;
    border: 1.5px solid #008C90;
    background-color: transparent;
}
.projects-categories li.is-active a{
    color: #ffffff;    
    background-color: #008C90;
}
.category-item{
    position: relative;
}
.category-item:hover .category-item-image::before{
    background-color: rgba(0,0,0,0.1);
 }
.category-item-image::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 12px;
    background-color: rgba(0,0,0,0.4);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.category-item-image figure{
    height: 400px;
}
.category-item-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    object-position: center center;
}
.category-item-details{
    color: #ffffff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.category-item-details a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #ffffff;
    text-decoration: none;
}
.category-item-title{
    padding: 0 30px;
    text-align: center;
}
.category-item-title h2{
    font-size: 24px;
    font-weight: 500;
}
.categories-carousel .slick-prev svg,
.categories-carousel .slick-next svg{
    fill: #ffffff;
    width: auto;
    height: 15px;
}
.categories-carousel .slick-prev svg{
    margin-left: -3px;
}
.categories-carousel .slick-next svg{
    margin-right: -3px;
}
.categories-carousel .slick-prev{
    left: 15px;
}
.categories-carousel .slick-next{
    right: 15px;
}
.categories-carousel .slick-prev,
.categories-carousel .slick-next{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transform: translateY(-50%);
    background: #008C90;
}
.categories-carousel .slick-list{
  margin-left: -15px;
  margin-right: -15px;
}
.categories-carousel .category-carousel-slide{
  padding-left: 15px;
  padding-right: 15px;
}
.categories-carousel .category-item-image figure{
  height: 380px;
}

/* Projects Single */
.project-single-image{
    display: none !important;
}
.project-single-image figure{
    height: 70vh;
}
.project-single-image figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.project-block-line ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.project-block-line ul li:first-of-type{
    padding-top: 0;
}
.project-block-line ul li{
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 20px 0;
    text-align: right;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.project-block-line ul li strong{
    font-weight: 500;
    color: #008C90;
    padding-right: 25px;
    text-align: left;
}

/* Info Block */
.info-block{
    position: relative;
}
.info-block .site-col-5:first-of-type{
    margin-right: 8.333333%;
}
.info-block .site-col-5:last-of-type{
    margin-left: 8.333333%;
}
.info-block-left .site-row{
    flex-direction: row-reverse;
}
.info-block-left .site-col-5:first-of-type{
    margin-left: 8.333333% !important;
    margin-right: 0 !important;
}
.info-block-left .site-col-5:last-of-type{
    margin-right: 8.333333% !important;
    margin-left: 0 !important;
}
.info-block-content{
    padding-right: 50px;
}
.info-block-left .info-block-content{
    padding-right: 0;
    padding-left: 50px;
}
.info-block-content h5{
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.info-block-content h2{
    color: #008C90;
    font-size: 46px;
    font-weight: 400;
    margin-bottom: 20px;
}
.info-block-content p{
    margin-bottom: 15px;
}
.info-block-content p strong{
    color: #008C90;
}
.info-block-content p:last-of-type{
    margin-bottom: 0;
}
.info-block-content .site-button{
    margin-top: 30px;
}
.info-block-image figure{
    height: 550px;
}
.info-block-image figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    object-position: center center;
}
.new-info-block .info-block-image figure img{
    object-fit: contain;
}
.new-info-block .site-col-6:first-of-type{
	-ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.new-info-block .site-col-6:last-of-type{
	-ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

/* Team Members Block */
.team-members-list .site-row{
    row-gap: 30px;
	justify-content: center;
}
.team-member-item{
    padding: 30px;
    border-radius: 12px;
    background-color: #f7f7f7;
}
.team-member-image{
    height: 120px;
    width: 120px;    
    margin-bottom: 15px;
}
.team-member-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
    object-position: top center;
}
.team-member-title a{
    display: flex;
    width: 35px;
    height: 35px; 
    margin-top: 10px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;    
    background-color: #008C90;
}
.team-member-title svg{
    width: 20px;
    height: auto;    
}
.team-member-title{
    width: 100%;
}
.team-member-headings h2{
    font-size: 24px;
}
.team-member-headings p{
    color: #008C90;
    font-weight: 500;
}
.team-member-body{
    margin-top: 15px;
}

/* Benefits Icon */
.icon-box-block .site-row{
    display: flex;
    row-gap: 30px;    
}
.icon-box-block .icon-box-cols{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.icon-box-dark .icon-box-cols{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.icon-box-dark .icon-box-block-item{
    color: #000;
}
.icon-box-block-item{
    height: 100%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    background-color: rgba(0, 140, 144, 0.20);
}
.icon-box-block-item img{
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}
.icon-box-dark .icon-box-block-item h4{
    margin-bottom: 0;
}
.icon-box-block-item h3{
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 15px;
    text-align: center;
}
.icon-box-block-item p{
    text-align: center;
}

/* Select Products */
.features-icons{
    margin-top: 50px;
    margin-bottom: 50px;
}
.features-item{
    height: 100%;
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    background-color: rgba(0, 140, 144, 0.20);
}
.features-item figure{
    margin-bottom: 20px;
}
.features-item img{
    height: 60px;
    width: auto;
}
.features-item-details h4{
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    text-align: center;
}

/* Timeline */
.timeline__heading{
	gap: 15px;
	display: flex;
	text-align: center;
	flex-direction: column;
}
.timeline__heading h2{
	color: #008C90;
    font-size: 46px;
    font-weight: 400;
}
.timeline__heading p{
	font-size: 18px;
	line-height: 1.6;
}
.timeline__tab{
	margin-top: 50px;
	position: relative;
	display: flex;
    gap: 25px;
	align-items: center;
	justify-content: center;
}
.timeline__tab-item{
	padding-bottom: 50px;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease;
}
.timeline__tab-item span{
	font-size: 18px;
	font-weight: 500;
	color: #008C90;	
	padding: 10px 15px;
	border-radius: 8px;
	transition: all 0.3s ease;
	background-color: #ffffff;
	border: 1px solid rgba(20, 40, 2, 0.15);
}
.timeline__tab-item span:hover,
.timeline__tab-item.active span{
	color: #ffffff;
	background-color: #008C90;
}
.timeline__list{
	margin-top: 30px;
}
.timeline__item{
    max-width: 70%;
    margin: 0 auto;
	display: grid;
	align-items: center;
	border-radius: 15px;
	transition: all 0.3s ease;
	background-color: #ffffff;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.timeline__item-image figure{
	height: auto;
}
.timeline__item-image figure img{
	border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    object-position: center center;
}
.timeline__item-content{
	gap: 15px;
	display: flex;
	flex-direction: column;
	padding: 0 50px;
}
.timeline__item-content span{
    color: #008C90;
    font-size: 38px;
    font-weight: 400;    
    font-family: "Noto Serif", serif;
}
.timeline__item-content h3{

}

/* Team Members */
.team-list{
    padding-top: 50px;
}
.member-content{
    padding-top: 20px;
}
.member-content h4{
    color: #004C45;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

/* Partners */
.partners-logos .site-col-2{
    margin-bottom: 30px;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.partners-logos{
    padding-top: 30px;
}
.partner-item{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner-item img{
    max-width: 100%;
}

/* Partners Carousel */
.partners-carousel{
    margin-top: 50px;
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.carousel-image,
.carousel-image figure{
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-image img{
    width: 100%;
	height: 100%;
	object-fit: contain;	
	object-position: center center;
}
.carousel-item{
    padding: 15px;
    border-radius: 20px;
    border: 1px solid #dedede;
    background-color: #ffffff;
}











/* Home Categories */
.featured-categories-block-item{
    border-radius: 10px;
    margin-top: 30px;
}
.featured-categories-block-item a{
    color: #131A53;
    text-decoration: none;
}
.featured-categories-block-item figure{
    height: 350px;
}
.featured-categories-block-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.featured-categories-caption{
    padding: 40px 0;
    text-align: center;
    background-color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.featured-categories-caption h4{
    font-size: 22px;
    font-weight: 700;
}















/* Category Block */
.category-block{
    padding-top: 70px;
}
.category-block-content{
    text-align: center;
}
.category-block-left .site-row{
    flex-direction: row-reverse;
}
.category-block-content img{
    max-width: 75%;
}
.category-block-content h4{
    font-size: 22px;
    margin: 20px 0 15px 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.category-block-content p{
    color: #555555;
    margin-bottom: 25px;
}
.category-block-button a{
    color: #9C6456;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    height: 55px;
    padding: 0 35px;
    line-height: 55px;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #9C6456;
    background-color: transparent;
}
.category-block-button a:hover,
.category-block-button a:focus{
    color: #ffffff;
    background-color: #9C6456;
}

/* Contact Page */
.contact-map{
    margin-top: 50px;
}
.contact-map iframe{
	width: 100%;
	height: 600px;
    border-radius: 15px;
    margin: 0 0 -5px 0;
}
.site-contact-form{
    margin-top: 50px;
}
.site-contact-form br{
    display: none;
}
.site-contact-form .site-col-6,
.site-contact-form .site-col-12{
    margin-bottom: 20px;
}
.site-contact-form .site-row .site-col-12:last-of-type{
    margin-bottom: 0;
}
.site-contact-form label{
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
}
.site-contact-form label span{
    color: #008C90;
}
.site-contact-form input{
    height: 50px;
    line-height: 50px;
    color: #1D252D;
    font-size: 16px;
    font-weight: 400;
    padding: 0 15px;
    width: 100%;
    border: none;
    border-radius: 10px;
    border: 1px solid #dedede;
    background-color: #ffffff;
}
.site-contact-form textarea{
    height: 150px;
    color: #1D252D;
    font-size: 16px;
    font-weight: 400;
    padding: 15px;
    width: 100%;
    resize: none;    
    border-radius: 12px;
    border: 1px solid #dedede;
    background-color: #ffffff;
}
.site-contact-form input[type=checkbox]{
    margin: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
}
.site-contact-form .wpcf7-list-item{
    margin: 0;
}
.site-contact-form input.wpcf7-submit{
    cursor: pointer;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    padding: 0 40px;
    border-radius: 12px;
    text-decoration: none;
    background-color: #008C90;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.site-contact-form input.wpcf7-submit:hover{
    background-color: #01585F;
}
.contact-block-inner{    
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.contact-block-item figure{ 
    margin-bottom: 15px;
}
.contact-block-item img{
    width: 50px;
    height: 50px;
}
.contact-block-item{
    padding: 25px;    
    display: flex;
    text-align: center;
    border-radius: 12px;        
    justify-content: center;        
    background-color: #f7f7f7;
}
.contact-block-item:last-of-type{
    margin-bottom: 0;
}
.contact-block-item p{
    font-size: 16px;
    word-break: break-all;
}
.contact-block-content h3{
    display: none;
}
.contact-block-content h3{
    font-size: 26px;    
    font-weight: 400;
    margin-bottom: 10px;    
}
.contact-block-content p{
    font-weight: 400;
    font-size: 18px;
}

/* Gallery */
.images-gallery-holder{    
    margin-right: -5px;
    margin-left: -5px;
}
.image-gallery-item{    
    padding-right: 5px;
    padding-left: 5px;  
}
.image-gallery-item figure{
    height: 400px;
}
.image-gallery-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    object-position: center center;
}
body.mfp-zoom-out-cur{
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 100% !important;
    touch-action: none !important;
    -webkit-overflow-scrolling: touch !important;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close{
    font-size: 32px;
    font-weight: 300;
    opacity: 1 !important;
    font-family: "Noto Sans", serif;
}
.mfp-arrow{
    opacity: 1 !important;
}
.mfp-arrow-right:before{
    margin-left: 50px !important;
}
.mfp-arrow:before,
.mfp-arrow:after{
    opacity: 1 !important;
    border: none !important;
}
.mfp-arrow-left:before{
    width: 25px !important;
    height: 25px !important;
    background: url('assets/images/arrow_left.svg') no-repeat;
}
.mfp-arrow-right:before{
    width: 25px !important;
    height: 25px !important;
    background: url('assets/images/arrow_right.svg') no-repeat;
}
.mfp-arrow-left:before,
.mfp-arrow-left:after{
    border: none !important;
}
.images-gallery .slick-prev svg,
.images-gallery .slick-next svg{
    fill: #ffffff;
    width: auto;
    height: 15px;
}
.images-gallery .slick-prev svg{
    margin-left: -3px;
}
.images-gallery .slick-next svg{
    margin-right: -3px;
}
.images-gallery .slick-prev{
    left: 15px;
}
.images-gallery .slick-next{
    right: 15px;
}
.images-gallery .slick-prev,
.images-gallery .slick-next{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transform: translateY(-50%);
    background: #008C90;
}

/* Years Tabs */
.custom-tabs-wrapper{
    margin-top: 50px;
}
.tab-header{
    margin-bottom: 35px;
}
.tab-header-content-holder{
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-header .tab-header-content{
    position: relative;
    cursor: pointer;
    display: flex;
    height: 45px;
    padding: 0 20px;
    border-radius: 10px;    
    background-color: #ffffff;
    border: 1px solid #dedede;
}
.tab-header .tab-header-content.active {
    background-color: #008C90;
    border-color: #008C90;
}
.custom-tabs-wrapper .tab-header-content-caption{
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-header .tab-header-content.active .tab-header-content-caption span{
    color: #ffffff;
}
.custom-tabs-wrapper .tab-header-content-caption span{    
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #282828;    
}
.tab-content-wrapper p strong{
    color: #008C90;
    font-size: 32px;
    font-weight: 300;
    font-family: "Noto Serif", serif;
}

/* Blog Page */
.site-post-publications .post-details{
    width: 70% !important;
    margin: 0 auto;
    border-radius: 12px !important;
}
.site-post-publications .post-excerpt p{
    margin-bottom: 0;
}
.site-post-resources{
    height: 100%;
    display: flex;
    align-items: center;    
}
body.term-cercetari .site-post-resources .post-image{
    display: none;
}
body.term-cercetari .site-post-resources .post-details{
    width: 70%;
    margin: 0 auto;
}
.site-post-resources .post-image img{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.site-post-resources .post-title h3{
    font-size: 24px;
}
.site-post-resources .post-title a{
    color: #008C90;
    text-decoration: none;
}
.site-post-resources .post-details{
    height: 100%;
    width: 55%;
    justify-content: center;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 0;
} 
.posts-page .post-image img{
    border-radius: 12px 12px 0 0;
}
.site-post-resources .post-image{
    width: 45%;
}
.site-post-resources .post-image figure{
    height: 320px;
}
.site-post-resources .post-link{
    margin-top: 15px;
}
.site-post-activities{
    position: relative;
}
/* .site-post-activities .post-image::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, .4);
} */
.category-publicatii .site-post-activities .post-image::before {
    display: none;
}
.site-post-activities .post-image figure{
    position: relative;
    height: 400px;
}
.post-type-archive-domenii .site-post-activities .post-image figure::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, .4);
}
.site-post-activities .post-image figure img{
    border-radius: 12px;
}
.site-post-activities .post-details{
    position: absolute;    
    padding: 25px;    
    height: auto;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    background-color: transparent;
}
.site-post-activities .post-title h3{
    font-size: 26px;
    margin: 0 0 15px 0;
}
.site-post-activities .post-title a{
    color: #ffffff;
    text-decoration: none;
}
.site-post-activities .post-link a{
    color: #ffffff;
}
.home-posts{
    margin: 50px 0;
}
.home-posts .site-post{
    margin-bottom: 0;
}
.home-posts .site-row{
    row-gap: 30px;
}
.posts-page-filters{
    display: flex;
    margin-bottom: 50px;
    align-items: center;    
    justify-content: center;
}
.posts-page-filters form{
    gap: 15px;
    display: flex;    
    align-items: center;    
    justify-content: center;
}
.posts-page-filters select{
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    width: 175px;
    height: 45px;
    padding: 0 15px;    
    appearance: none;
    border-radius: 12px;
    border: 1px solid #dedede;
    -webkit-appearance: none;
    -moz-appearance: none;    
    background-size: 12px 6px;
    background-repeat: no-repeat;    
    background-position: 90% 50%;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 11'%3E%3Cpath d='M10.505 11a.9.9 0 0 1-.637-.264l-9.01-9.01A.9.9 0 1 1 2.132.45l8.373 8.374L18.88.45a.9.9 0 1 1 1.274 1.274l-9.01 9.011a.9.9 0 0 1-.638.264Z' fill='%23000'/%3E%3C/svg%3E");
}
.posts-page-filters button{
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 45px;
    padding: 0 20px;
    border-radius: 12px;
    text-decoration: none;
    background-color: #008C90;    
    appearance: none;
    border: none; 
    -webkit-appearance: none;
    -moz-appearance: none;    
}
.posts-page{
    padding-top: 0;
    padding-bottom: 70px;
    background-color: #f7f7f7;
}
.posts-page .site-row{
    row-gap: 30px;
}
.site-post{
    height: 100%;
    display: flex;
    margin-bottom: 35px;
    flex-direction: column;    
}
.site-post a{
    color: #008C90;
    text-decoration: none;
}
.post-image figure{
    height: 260px;
    border-radius: 10px;
}
.post-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;    
    border-radius: 0 12px 12px 0;
    object-position: top center;
}
.post-title h3{
    font-size: 22px;
    font-weight: 400;
    margin: 10px 0 15px 0;
}
.post-details{
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    background-color: #ffffff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.post-date{
    color: #7D8493;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;    
}
.post-excerpt{
    color: #7D8493;    
}
.post-excerpt p{
    font-size: 18px;
    margin-bottom: 15px;
}
.post-link{
    margin-top: auto;
}
.post-link a{    
    color: #008C90;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}
.blog-pagination{    
	text-align: center;
}
.blog-pagination span.current{
	color: #008C90;
}
.blog-pagination a.next,
.blog-pagination a.prev{
	color: #131A53;
	font-weight: 700;
	border-radius: 50%;
	line-height: 32px;
	border: 1px solid #CECDCD;
}
.blog-pagination a,
.blog-pagination span{
	display: inline-block;
	width: 35px;
	height: 35px;
	color: #808080;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
    text-decoration: none;
}
.bottom-informative-note strong{    
    font-weight: 600;    
    margin-bottom: 15px;
}
.bottom-informative-note p a{
    color: #008C90;
    text-decoration: underline;
}

/* Blog Single */
.post-single-content{
    padding-bottom: 55px;
}
.post-single-header{
    margin-top: 90px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f7f7f7;    
}
.post-single-header .page-breadcrumbs{
    margin-bottom: 20px;
    text-align: center;
}
.post-single-header h1{
    color: #008C90;
    font-size: 42px;    
    font-weight: 400; 
    text-align: center;   
}
.post-single-header p{
    font-size: 18px;
    color: #008C90;
    font-weight: 400;
    margin: 15px 0 0 0;
    text-align: center;
    text-transform: uppercase;
}
.post-single-image figure{
    height: auto;
    margin-bottom: 20px;
}
.post-single-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    object-position: center center;
}
.post-single-text{
    margin-top: 35px;
}
.post-single-text h1,
.post-single-text h2,
.post-single-text h3,
.post-single-text h4,
.post-single-text h5,
.post-single-text h6{
    color: #008C90;
    font-weight: 400;
    margin-bottom: 15px;
}
.post-single-text p{
    line-height: 2;
    font-size: 18px !important;    
    margin-bottom: 15px;
}
.post-single-text strong,
.post-single-text b{
    font-weight: 600;
}
.post-single-text a{
	color: #008C90;
    word-break: break-all;
	text-decoration: underline;
}
.post-single-text hr{
    border: none;
    height: 1px;
    margin: 0 0 15px 0;    
    background-color: #dedede;
}
.post-single-text iframe{
    width: 100% !important;
    height: 500px !important;
}
.post-single-text .single-post-material{
    color: #008C90;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;    
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 12px;
    text-decoration: none;
    background-color: #f7f7f7;
}
.post-single-text .single-post-material svg{
    margin-right: 15px;
    width: auto;
    height: 40px;
}
.post-single-gallery{
    display: grid;
    gap: clamp(15px, 0.3125rem + 1.7361vw, 15px);
    grid-template-columns: repeat(auto-fit, minmax(300px, 400px));
}
.post-single-gallery-item img{
	object-fit: cover;
	height: 100%;
	width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 5%);
	object-position: center center;
}
.post-single-gallery-item a{
    display: flex;
    height: 280px;
}

.post-single-text table{
    width: 100% !important;
    border-color: #f7f7f7;
    margin-bottom: 15px;    
}
.post-single-text table th,
.post-single-text table td{
    padding: 10px !important;
}
.post-single-text ul{
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
}
.post-single-text li{
    margin-bottom: 10px;
    line-height: 1.8;
}
.post-single-footer{
    padding-top: 70px;
    padding-bottom: 35px;
    background-color: #f8f9fa;
}
.post-single-footer h3{
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 70px;
    text-align: center;
}
.post-single-footer .post-thumbnail{
	height: 300px;
    border-radius: 10px;
}

/* Services List */
.services-list{
    margin-top: 50px;
}
.services-list-item {
	position: relative;	
}

.service-item-image:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 30px;
	background-color: rgba(0, 0, 0, .2);
}

.service-item-image figure{
	height: 400px;
}

.service-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 30px;
	object-position: top center;
}

.service-item-content{
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
}

.service-item-content h3{
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 5px;
}
.service-item-text{
    margin-top: 15px;
}

/* FAQ */
.site-details{
	padding-top: 70px;
	padding-bottom: 70px;
}
.site-details-inner .accordion{
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-details-inner .steps-block-item img{
    height: 150px;
    border-radius: 50%;
    background-color: #ffffff;
}
.site-details-inner .accordion-item{
	padding: 20px 0;
	border-top: 1px solid #C4C4C4;
}
.site-details-inner .accordion-item:last-of-type{
    border-bottom: 1px solid #C4C4C4;
}
.site-details-inner .accordion-thumb{
	position: relative;
	font-size: 22px;
    font-weight: 500;
	margin: 0;
	padding: 0;
	cursor: pointer;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.site-details-inner .accordion-thumb::before{
	content: '';
	display: inline-block;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 9px;
	right: 2px;
	vertical-align: middle;
	border-right: 1px solid;
	border-bottom: 1px solid;
	transform: rotate(-45deg);
	transition: transform .2s ease-out;
}
.site-details-inner .accordion-panel{
	color: #000000;
	margin: 15px 0 0 0;
	line-height: 1.7;
	padding: 0;
	display: none;
}
.site-details-inner .accordion-panel a{
	color: #FA6A3F;
	text-decoration: underline;
}
.site-details-inner .accordion-panel strong{
	color: #FA6A3F;
	padding: 5px 0;
}
.site-details-inner .accordion-item.is-active .accordion-thumb::before{
	transform: rotate(45deg);
}
.vc_toggle_title{
    padding: 0 !important;
}
.vc_toggle_icon{
    right: 0 !important;
    left: auto !important;
}
.vc_toggle_size_md .vc_toggle_icon::before{
    height: 1px !important;
    width: 15px !important;
}
.vc_toggle_size_md .vc_toggle_icon::after{
    height: 15px !important;
    width: 1px !important;
}
.vc_toggle_title>h4{
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    cursor: pointer;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.vc_toggle_content{
    margin: 15px 50px 0 0 !important;
    padding: 0 !important;
}
.vc_toggle{
    margin: 0 !important;
    padding: 20px 0 !important;
    border-top: 1px solid #C4C4C4 !important;
}

/* ============================================== */
/* ================ footer styles =============== */
/* ============================================== */

/* Socials Fixed Bar */
.social-fixed-bar{
    position: fixed;
    top: auto;
    left: 5px;
    bottom: 40%;
}
.social-fixed-bar ul{    
    gap: 5px;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
}
.social-fixed-bar ul li a{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #dedede;
    background-color: #ffffff;
}
.social-fixed-bar ul li svg{
    display: flex;
    width: 35px;
    height: 35px;
}

/* Footer */
.main-footer{
    background-color: #008C90;
}
.footer-top{
	padding: 70px 0;
    color: #ffffff;
}
.footer-logo img{
    width: auto;
    height: 60px;
}
.footer-logo{
    margin-bottom: 20px;
}
.footer-socials{
    margin-bottom: 25px;
}
.footer-socials ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-socials ul li{
    margin-right: 5px;
    display: inline-block;
}
.footer-socials ul li a{
    width: 35px;
	height: 35px;
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;        
    background-color: rgba(255, 255, 255, 0.25);
}
.footer-socials ul li svg{
	width: 17px;
    height: 17px;
}
.footer-socials ul li:last-of-type{
    margin-right: 0;
}
.footer-partner{
    margin-bottom: 25px;
}
.footer-partner img{
    width: auto;
    height: 60px;
}
.footer-partner p{
    font-size: 17px;
    font-weight: 400;
}
.footer-donate .btn{
    height: 45px;
    padding: 0 30px;
}
.footer-navigation h4,
.footer-contacts h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer-navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;   
}
.footer-navigation ul li{
    margin-bottom: 10px;
}
.footer-navigation ul li:last-of-type{
    margin-bottom: 0;
}
.footer-navigation ul li a{
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
}
.footer-navigation ul li a:hover{
    color: #ffffff;
}
.footer-contacts p{
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 15px;
}
.footer-contacts p:last-of-type{
    margin-bottom: 0;
}
.footer-contacts a{
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    text-decoration: underline;
}
.footer-contacts strong{
    color: #ffffff;
    font-weight: 600;
}
.footer-bottom{
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.footer-bottom-holder{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer-copyright p{
	font-size: 15px;    
    color: rgba(255, 255, 255, 0.8);
}
.footer-legal ul{
    display: flex;
    align-items: center;
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
    list-style: none;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
}
.footer-legal ul li{
    margin-right: 20px;
}
.footer-legal ul li:last-of-type{
    margin-right: 0;
}
.footer-legal ul li a{
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;    
}
.footer-payments img{
    width: auto;
    height: 25px;
}

/* Checkout & Billing Page */
.woocommerce-privacy-policy-text {
	padding-bottom: 15px;
}

.woocommerce-terms-and-conditions-wrapper {
	margin: 15px 0;
}

.woocommerce-checkout .blockUI.blockOverlay {
	opacity: 1 !important;
	background: rgba(255, 255, 255, 0.5) !important;
}

.woocommerce-checkout .woocommerce-checkout-payment .blockUI.blockOverlay {
	display: none !important;
}

.woocommerce-NoticeGroup-checkout {
	display: none !important;
}

.woocommerce-checkout .page-content {
	padding-top: 70px;
	padding-bottom: 70px;
}

.woocommerce-checkout .woocommerce-error {
	color: #e6130f;
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
}

.woocommerce-checkout .woocommerce-error strong {
	font-weight: 400;
}

.woocommerce-checkout .woocommerce-error::before,
.woocommerce-checkout .woocommerce-error::after {
	content: none;
}

.woocommerce-checkout .bottom-header,
.woocommerce-account .bottom-header {
	border-bottom: 1px solid #c4c4c4;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	font-size: 16px;
	color: #1c1c1f;
	margin: 0;
	border-radius: 0;
	padding: 0;
	background-color: transparent;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	content: none !important;
}

.woocommerce .woocommerce-checkout h3 {
	font-size: 28px;
	font-weight: 600;
	margin: 0 0 20px 0;
	padding: 0;
}

.woocommerce .woocommerce-checkout .form-row {
	margin: 0;
	padding: 0 0 35px 0;
	display: block;
	flex-wrap: nowrap;
}

.woocommerce .woocommerce-checkout .form-row:last-of-type {
	padding: 0;
}

.woocommerce .woocommerce-checkout label {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: normal !important;
}

.woocommerce .woocommerce-checkout label span.required {
	color: #000000;
	font-size: 12px;
}

.woocommerce .woocommerce-checkout input.input-text {
	height: 50px;
	line-height: 50px !important;
	color: #0f0f0f;
	font-size: 16px;
	font-weight: 400;
	padding: 0 15px;
	width: 100%;
	border-radius: 12px;
	border: none;
	background-color: #f7f7f7;
}

.woocommerce .woocommerce-checkout textarea {
	height: 120px !important;
	color: #0f0f0f;
	font-size: 16px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
	resize: none;
	border-radius: 10px;
	border: none;
	background-color: #f7f7f7;
}

.select2-container {
	width: 100% !important;
}

.select2-container--default .select2-selection--single {
	position: relative;
	height: 45px;
	line-height: 45px;
	color: #0f0f0f;
	font-size: 16px;
	font-weight: 400;
	padding: 0 15px;
	width: 100%;
	border-radius: 10px;
	border: none;
	background-color: #f7f7f7;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0;
	margin: 0;
	color: #0f0f0f;
	line-height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #0f0f0f transparent transparent transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 19px;
	width: auto;
	height: 45px;
}

.select2-dropdown {
	border: none;
	border-radius: 0;
	background-color: #f7f7f7;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	padding: 5px 15px;
	border: none;
	border-radius: 0;
	background-color: #f5f6f9;
}

.select2-search--dropdown {
	padding: 0 15px;
}

.select2-results__option {
	font-size: 16px;
	font-weight: 400;
	padding: 5px 10px;
	margin: 0 5px;
	border-radius: 8px;
}

.woocommerce form .form-row .required {
	color: var(--main-color);
	font-size: 12px;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
	border-color: #000000;
}

.woocommerce-password-strength.bad,
.woocommerce-password-strength.short {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	border-radius: 8px;
	margin-top: 5px;
	background-color: #e6130f;
	border-color: #e6130f;
}

.woocommerce-password-strength.good {
	color: #1c1c1f;
	font-size: 16px;
	font-weight: 500;
	border-radius: 8px;
	margin-top: 5px;
	background-color: #fede01;
	border-color: #fede01;
}

.woocommerce-password-strength.strong {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	border-radius: 8px;
	margin-top: 5px;
	background-color: #1ada43;
	border-color: #1ada43;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
	top: 10px;
	right: 15px;
}

.select2-container--default .select2-results__option[aria-selected='true'],
.select2-container--default .select2-results__option[data-selected='true'] {
	color: #ffffff;
	background-color: #000000;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	margin: 0;
	border: none;
	padding: 20px;
	border-radius: 10px;
	border: none;
	background: #f7f7f7;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
	height: 20px;
	margin: 0 0 0 10px;
}

.woocommerce-checkout #payment ul.payment_methods li {
	line-height: normal;
	font-size: 18px;
	margin-bottom: 15px;
}

.woocommerce-checkout #payment ul.payment_methods li:last-of-type {
	margin-bottom: 0;
}

.woocommerce-checkout #payment ul.payment_methods li label {
	cursor: pointer;
	margin-bottom: 0;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
	margin: 0;
	border: none;
}

.woocommerce-checkout #payment ul.payment_methods li input {
	cursor: pointer;
	margin-right: 5px !important;
}

.woocommerce table.shop_table {
	padding: 0;
	border: none;
	margin: 0 0 30px 0;
	border-radius: 10px;
}

.woocommerce table.shop_table strong {
	font-weight: 400;
}

.woocommerce table.shop_table tbody {
	display: block;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}

.woocommerce table.shop_table thead {
	display: none;
}

.woocommerce table.shop_table thead th {
	padding: 15px 25px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

.woocommerce table.shop_table tbody tr.cart_item {
	display: flex;
	width: 100%;
	align-items: center;
	margin-bottom: 15px;
}

.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot label {
	font-size: 16px !important;
	font-weight: 500 !important;
	font-style: var(--primary-font);
}

.woocommerce table.shop_table tfoot tr {
	display: flex;
	width: 100%;
	align-items: center;
	margin-bottom: 10px;
	justify-content: space-between;
}

.woocommerce ul#shipping_method .amount{
	color: var(--gray-color);
	font-weight: 600 !important;
}

.woocommerce table.shop_table tfoot .shipping-details{
    color: var(--gray-color);
    font-weight: 600;
	margin-bottom: 20px;
}

.woocommerce table.shop_table tbody .product-name {
	padding: 0 0 0 10px;
	color: #1c1c1f;
	font-size: 15px;
	font-weight: 600;
	font-family: var(--primary-font);
}

.woocommerce table.shop_table tbody .product-name p {
	font-size: 15px;
	font-weight: 500;
	color: var(--neutral-grey-60);
	font-family: var(--primary-font);
}

.woocommerce table.shop_table tbody .product-name strong {
	color: #1c1c1f;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -1.5px;
	font-family: var(--primary-font);
}

.woocommerce table.shop_table tbody .product-total {
	text-align: right;
	margin-left: auto;
}

.woocommerce table.shop_table tbody .product-total span {
	font-size: 15px;
	font-weight: 600;
	font-family: var(--primary-font);
	color: #1c1c1f;
}

.woocommerce table.shop_table td a,
.woocommerce table.shop_table tbody th a {
	color: #1c1c1f;
	padding: 0;
	margin: 0;
	text-decoration: underline;
	background-color: transparent;
}

.woocommerce table.shop_table tbody .product-name {
	padding-right: 0 !important;
}

.woocommerce table.shop_table td.product-thumbnail .woocommerce table.shop_table tfoot tr.cart-subtotal {
	display: none;
}

.woocommerce table.shop_table tfoot tr.order-total {
	position: relative;
}

.woocommerce table.shop_table tfoot tr.order-total td {
	position: absolute;
	top: 0;
	right: 0;
}

.woocommerce table.shop_table tfoot .cart-discount td {
	display: flex;
}

.woocommerce table.shop_table .woocommerce-remove-coupon {
	position: relative;
	font-size: 0;
	width: 15px;
	height: 15px;
	margin-left: 10px;
}

.woocommerce table.shop_table .woocommerce-remove-coupon::before {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	background: url('assets/images/remove_icon.svg') no-repeat;
}

.woocommerce table.shop_table td.product-thumbnail img {
	padding: 0 !important;
	margin: 0 !important;
	object-fit: cover !important;
	height: 80px !important;
	width: 80px !important;
	border-radius: 15px;
	object-position: center center !important;
}

.order-number,
.order-date,
.order-status {
	color: #ffffff;
	background-color: #000000;
}

.woocommerce-orders-table tbody td.woocommerce-orders-table__cell-order-actions,
.woocommerce-orders-table thead th.woocommerce-orders-table__header-order-actions {
	display: none;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th {
	font-size: 16px;
	font-weight: 400;
	border-top: none;
	padding: 0;
	line-height: normal;
}

.woocommerce table.shop_table tfoot td strong {
	font-weight: 500 !important;
}

.woocommerce table.shop_table tfoot th {
	display: block;
	font-weight: 500 !important;
	margin-right: -2px !important;
}

.woocommerce table.shop_table tfoot td {
	font-weight: 500 !important;
}

.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	font-size: 16px;
	padding: 0;
	margin: 0;
	border: none;
	line-height: normal;
}

.woocommerce-form-coupon-toggle {
	margin-bottom: 35px;
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-message {
	color: #1ada43;
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-error {
	margin-bottom: 10px;
}

.woocommerce form.checkout_coupon {
	padding: 25px;
	margin: 0 0 25px 0;
	border-radius: 10px;
	border: none;
	background: #f7f7f7;
}

.woocommerce form.checkout_coupon .form-row {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
}

.woocommerce form.checkout_coupon .form-row:last-of-type {
	margin: 0 0 0 20px;
	width: 40%;
}

.woocommerce form.checkout_coupon p {
	font-size: 16px;
	color: #525252;
	padding: 0;
	margin: 0 0 15px 0;
	line-height: 1.6;
}

.woocommerce form.checkout_coupon input {
	height: 50px;
	line-height: 50px;
	color: #4c596a;
	font-size: 16px;
	font-weight: 500;
	padding: 0 15px;
	width: 100%;
	border-radius: 10px;
	border: none;
	background-color: #ffffff !important;
}

.woocommerce form.checkout_coupon button.button {
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	height: 50px;
	padding: 0 40px;
	line-height: 50px;
	border-radius: 10px;
	text-decoration: none;
	border: none;
	width: 100%;
	margin-bottom: 0;
	letter-spacing: 0;
	text-transform: none;
	background-color: var(--main-color);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.woocommerce form.checkout_coupon button.button:hover {
	background-color: var(--hover-color) !important;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
	color: #1c1c1f;
	font-size: 18px;
	border: none;
	padding: 0;
	display: block;
	margin-bottom: 0;
	border-radius: 0;
	background-color: transparent;
}

.woocommerce-form-coupon-toggle .woocommerce-info a {
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}

.woocommerce-form-coupon-toggle .woocommerce-info::before,
.woocommerce-form-coupon-toggle .woocommerce-info::after {
	content: none;
}

.woocommerce-checkout form.woocommerce-checkout {
	padding: 0;
	gap: 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
}

.woocommerce-checkout form.woocommerce-checkout #customer_details {
	width: 60%;
}

.woocommerce-checkout form.woocommerce-checkout #order_review {
	width: 40%;
}

.woocommerce-checkout form.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout form.woocommerce-checkout .col2-set .col-2 {
	padding: 0 !important;
	float: none !important;
	width: 100% !important;
	-ms-flex: 0 0 100% !important;
	flex: 0 0 100% !important;
	max-width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear,
.select2-search--dropdown {
	display: none !important;
}

.woocommerce-checkout form.woocommerce-checkout #checkout-radio .woocommerce-input-wrapper {
	padding: 25px;
	display: block;
	border-radius: 8px;
	background-color: #f7f8fa;
}

.woocommerce-checkout form.woocommerce-checkout #checkout-radio .woocommerce-input-wrapper input {
	float: left;
}

.woocommerce-checkout form.woocommerce-checkout #checkout-radio .woocommerce-input-wrapper label {
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.woocommerce-checkout form.woocommerce-checkout input[type='radio'] {
	background-color: transparent !important;
	border: 1px solid #c4c4c4 !important;
	border-radius: 50% !important;
	cursor: pointer !important;
	display: inline-block !important;
	height: 18px !important;
	margin-right: 5px !important;
	margin-top: 0 !important;
	margin-bottom: -4px !important;
	margin-left: 0 !important;
	position: relative !important;
	width: 18px !important;
	-webkit-appearance: none !important;
}

.woocommerce-checkout form.woocommerce-checkout input[type='radio']:after {
	background-color: transparent;
	border-radius: 25px;
	content: '';
	display: block;
	height: 10px;
	left: 3px;
	position: relative;
	top: 3px;
	width: 10px;
}

.woocommerce-checkout form.woocommerce-checkout input[type='radio']:checked:after {
	background-color: #008C90 !important;
}

.woocommerce-checkout form.woocommerce-checkout input[type='file']:focus,
.woocommerce-checkout form.woocommerce-checkout input[type='radio']:focus,
.woocommerce-checkout form.woocommerce-checkout input[type='checkbox']:focus {
	outline: 0;
	outline-style: none;
	outline-width: 0;
}

.woocommerce-checkout form.woocommerce-checkout .col2-set .woocommerce-billing-fields #billing_tip_comanda_field input {
	position: absolute !important;
	width: 0px !important;
	height: 0px !important;
	opacity: 1;
	visibility: hidden;
}

.woocommerce-checkout form.woocommerce-checkout .col2-set .woocommerce-billing-fields #billing_tip_comanda_field label.radio {
	cursor: pointer;
	display: inline-block !important;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0 !important;
	color: var(--main-color);
	padding: 12px 20px;
	margin: 0 10px 0 0 !important;
	border-radius: 12px;
	background-color: transparent;
	border: 1.5px solid var(--main-color);
}

.woocommerce-checkout form.woocommerce-checkout .col2-set .woocommerce-billing-fields #billing_tip_comanda_field input[type='radio']:checked+label {
	color: #ffffff;
	background-color: var(--main-color);
}

.woocommerce-checkout #payment div.form-row {
	padding: 0;
	margin: 0;
}

.woocommerce-checkout #payment div.form-row p {
	color: #9e9e9e;
	font-size: 16px;
	font-weight: 400;
	padding: 0;
	margin: 0;
	line-height: 1.6;
}

.woocommerce-checkout #payment div.form-row p a {
	color: var(--black-color);
	text-decoration: underline;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce #payment #place_order:active,
.woocommerce-page #payment #place_order:active,
.woocommerce #payment #place_order:focus,
.woocommerce-page #payment #place_order:focus {
	background-color: #00B1B8;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	height: 50px;
	padding: 0;
	line-height: 50px;
	border-radius: 12px;
	text-decoration: none;
	border: none;
	width: 100%;
	margin-bottom: 0;
	letter-spacing: 0;
	text-transform: none;
	text-transform: uppercase;
	background-color: #008C90;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.woocommerce-invalid #terms {
	outline: none;
	outline-offset: 0;
}

.woocommerce form .form-row.woocommerce-invalid label {
	color: #e6130f;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
	border-color: #e6130f;
}

.woocommerce-billing-fields__field-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

#billing_country_field {
	display: none;
}

.woocommerce-billing-fields__field-wrapper p.form-row {
	padding-left: 15px !important;
	padding-right: 15px !important;
	float: none !important;
	width: 100% !important;
	-ms-flex: 0 0 50% !important;
	flex: 0 0 50% !important;
	max-width: 50% !important;
}

.woocommerce-checkout .woocommerce-NoticeGroup {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

ul.paynet-awailable-options.active {
	display: none !important;
}

.toggle-paynet-options {
	display: none !important;
}

/* Order Received */
.woocommerce-order-details h2.woocommerce-order-details__title,
.woocommerce-customer-details h2.woocommerce-column__title {
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 20px 0;
	padding: 0;
}

.woocommerce table.shop_table td.woocommerce-table__product-name a {
	pointer-events: none;
	color: #1c1c1f;
	text-decoration: none;
}

.woocommerce-order-received .woocommerce-order {
	max-width: 70%;
	margin: 0 auto !important;
	padding: 0;
	border-radius: 12px;
	background-color: #ffffff;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
}
.woocommerce-order-received .woocommerce-thankyou-order-received span{
	color: red;
	font-weight: 500;
}

.woocommerce-order-received .woocommerce-order-details .shop_table {
	padding: 25px;
	border-radius: 12px;
	margin-bottom: 15px;
	background-color: #f7f7f7;
}

.woocommerce-order-received .woocommerce-order-details .shop_table:last-of-type {
	margin-bottom: 0;
}

.woocommerce-order-received table.shop_table tbody {
	border-bottom: 0;
	margin-bottom: 0;
}

.woocommerce-order-received table.shop_table tbody .product-name {
	padding: 0;
}

.woocommerce-order-received table.shop_table tbody tr.order_item .wc-item-meta {
	display: none;
}

.woocommerce-order-received table.shop_table tbody tr.order_item td,
.woocommerce-order-received table.shop_table tbody tr.order_item th,
.woocommerce-order-received table.shop_table tbody tr.order_item strong {
	font-size: 16px !important;
	font-weight: 500 !important;
}

.woocommerce-order-received table.shop_table tfoot th,
.woocommerce-order-received table.shop_table tfoot td {
	font-weight: 400 !important;
}

.woocommerce-order-received .woocommerce-order-details .woocommerce-table tbody tr {
	display: flex;
	padding-bottom: 10px;
	align-items: center;
	justify-content: space-between;
}

.woocommerce-order-received .woocommerce-order-details .woocommerce-table tbody tr:last-of-type {
	margin-bottom: 0;
}

.woocommerce ul.order_details {
	margin: 25px 0 25px 0;
	padding: 0;
}

.woocommerce ul.order_details li {
	font-family: var(--primary-font);
	padding-right: 15px;
	margin-right: 15px;
	font-size: 16px;
	font-weight: 600;
	text-transform: none;
	border-right: 1px solid #c4c4c4;
}

.woocommerce ul.order_details li:last-of-type {
	margin-right: 0;
	padding-right: 0;
}

.woocommerce ul.order_details li strong {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	margin-top: 10px;
}

.woocommerce .woocommerce-order-details {
	padding: 25px 0 0 0;
	margin: 0;
}

.woocommerce-order-received .woocommerce-customer-details {
	padding: 25px 0 0 0;
	margin: 0;
}

.woocommerce-order-received address {
	font-size: 16px;
	line-height: 1.6;
	padding: 15px 25px !important;
	margin: 0 !important;
	border: none !important;
	border-radius: 10px !important;
	background-color: #f7f7f7 !important;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
	content: none;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
	padding-left: 0;
}

.woocommerce-order-received .woocommerce-order {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.woocommerce-order-received .woocommerce-order p,
.woocommerce-order-received .woocommerce-order .woocommerce-notice,
.woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
	font-size: 16px;
	font-weight: 400;
	position: relative;
	width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details,
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
	position: relative;
	width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.woocommerce-order-received .woocommerce table.shop_table tbody {
	padding: 0;
}

.logged-in.woocommerce-account .page-content {
	padding-bottom: 100px;
}

.woocommerce td.product-name dl.variation {
	margin: 10px 0 0 0;
	padding-left: 0;
	border-left: 2px solid rgba(0, 0, 0, .1);
}

.woocommerce td.product-name dl.variation dt {
	color: var(--gray-color);
	font-weight: 600;
	padding: 0 0 5px;
	margin: 0 4px 0 0;
	clear: left;
}

.woocommerce td.product-name dl.variation dd {
	margin: 0;
	padding: 0;
	float: left;
}

.woocommerce table.shop_table tbody .product-name p {
	font-size: 16px !important;
	font-weight: 500;
	margin: 0 0 5px 0;
	line-height: normal;
}

/* ============================================== */
/* ================ responsive styles =========== */
/* ============================================== */

@media (max-width: 1440px) {
  
    .main-nav{
        padding: 15px 35px;
    }

}/*end*/

@media (max-width: 1300px) {

    .site-container{
        max-width: 1200px;
    }
    .main-nav{
        padding: 15px 25px;
    }   
    .nav-menu ul>li{
        margin-right: 20px;
    }       

}/*end*/

@media (max-width: 1200px) {
   
    .main-nav{
        padding: 10px 15px;
    }
    .nav-logo a,
    .nav-logo img{
        height: 50px;
    }
    .site-hero{
        margin-top: 73px;
    }
    .site-row-p70x{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .site-row-pt70x{
        padding-top: 35px;     
    }
    .site-row-pb70x{
        padding-bottom: 35px;     
    }
    .footer-top{
        padding: 35px 0;
    }
    .site-hero-content h1{
        font-size: 52px;
    }
    .site-heading h2,
    .lead-cta-caption h2,
    .page-header h1{
        font-size: 38px;
    }
    .site-row-pt50x{
        padding-top: 35px;
    }
    .home-posts{
        margin: 25px 0;
    }
    .lead-cta-image figure{
        height: 450px;
    }
    .footer-logo img{
        height: 50px;
    }
    .activity-post-title h3{
        font-size: 22px;
    }
    .posts-page{
        padding-bottom: 35px;
    }
    .page-header{
        margin-top: 73px;
        padding: 25px 0 25px 0;
    }   
    .posts-page-filters{
        margin-bottom: 25px;
    } 
    .post-single-header{
        margin-top: 73px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .post-single-image figure{
        height: 400px;
    }
    .post-single-header h1{
        font-size: 36px;
    }
    .post-single-text{
        margin-top: 25px;
    }
    .post-single-content{
        padding-bottom: 25px;
    }
    .woocommerce-checkout .page-content{
        padding-top: 35px;
        padding-bottom: 35px;
    }

}/*end*/

@media (max-width: 1100px) {
   
    .nav-menu ul>li{
        margin-right: 15px;
    }
    .site-hero-content h1{
        font-size: 48px;
    }
    .woocommerce-order-received .woocommerce-order{
        max-width: 80%;
    }

}/*end*/

@media (max-width: 1024px) {
   
    .nav-menu{
        display: none;
    }
    .nav-mobile-link{
        display: block;
    }
    .nav-logo,
    .nav-tools{
        width: 50%;
    }
    .social-fixed-bar{
        display: none;
    }
    .site-hero{
        margin-top: 70px;
    }
    .home-activity-posts .site-col-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .home-activity-posts .site-row{
        row-gap: 15px;
    }
    .home-posts .site-col-4{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footer-top .site-col-3{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footer-top .site-row .site-col-3:nth-child(1),
    .footer-top .site-row .site-col-3:nth-child(2){
        margin-bottom: 35px;
    }
    .posts-page .site-col-4{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }  
    .page-header{
        margin-top: 70px;
    }  
    .post-single-header h1{
        font-size: 32px;
    }
    .post-single-image figure{
        height: 350px;
    }

}/*end*/

@media (max-width: 768px) {
   
    .footer-bottom .site-col-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-copyright p{
        text-align: center;
        margin-bottom: 5px;
    }
    .footer-bottom-holder{
        justify-content: center;
    }
    .post-image figure{
        height: 220px;
    }
    .post-single-gallery-item a{
        height: 250px;
    }
    .site-post-activities .post-details{
        padding: 20px;
    }
    .site-post-activities .post-image figure{
        height: 350px;
    }
    .woocommerce-order-received .woocommerce-order{
        max-width: 100%;
    }
    .woocommerce-order-received .woocommerce-order-details .shop_table{
        padding: 15px;
    }
    .woocommerce-checkout form.woocommerce-checkout{
        flex-direction: column;
    }
    .woocommerce-checkout form.woocommerce-checkout #order_review,
    .woocommerce-checkout form.woocommerce-checkout #customer_details{
        width: 100%;
    }
    .woocommerce .woocommerce-checkout .form-row{
        padding: 0 0 20px 0;
    }
    .services-list .site-row{
        row-gap: 30px;
    }
    .services-list .site-col-4{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

}/*end*/

@media (max-width: 576px) {
   
    body{
        font-size: 16px;
    }
    .mobile-space-x15{
        margin-bottom: 15px;
    }
    .nav-donate{
        display: none;
    }
    .nav-logo a, .nav-logo img{
        height: 45px;
    }
    .site-hero {
        margin-top: 65px;
    }
    .site-hero-content{
        text-align: center;
    }
    .site-hero-content h1{
        font-size: 38px;
    }
    .site-hero-content .hero-desc{
        font-size: 18px;
    }
    .site-hero-image figure{
        height: 400px;
    }
    .site-hero{
        height: 400px;
    }
    .site-hero-content h1{
        padding: 0 0 10px 0;
    }
    .site-hero-content .hero-desc{
        padding-bottom: 15px;
    }
    .site-heading h2, 
    .lead-cta-caption h2,
    .page-header h1{
        font-size: 32px;
    }
    .activity-post-details{
        width: 60%;
        padding: 15px;
    }
    .activity-post-image{
        width: 40%;
    }
    .activity-post-image figure{
        height: 200px;
    }
    .activity-post-title h3{
        font-size: 20px;
    }
    .activity-post-link a{
        font-size: 15px;
    }
    .home-posts .site-col-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .home-posts .site-row{
        row-gap: 15px;
    }
    .post-image figure{
        height: 200px;
    }
    .post-details{
        padding: 15px;
    }
    .post-title h3{
        font-size: 18px;
        margin: 10px 0 10px 0;
    }
    .post-link{
        margin-top: 10px;
    }
    .post-link a{
        font-size: 15px;        
    }
    .site-button .btn{
        height: 50px;
        padding: 0 30px;
    }
    .lead-cta-image figure{
        height: 400px;
    }
    .lead-cta-caption h2{
        margin-bottom: 15px;
    }
    .lead-cta-caption .site-button{
        margin-top: 20px;
    }
    .footer-top{
        text-align: center;
    }
    .footer-top .site-col-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-navigation h4, .footer-contacts h4{
        margin-bottom: 20px;
    }
    .footer-top .site-row .site-col-3:nth-child(3){
        margin-bottom: 35px;
    }
    .footer-contacts p{
        margin-bottom: 10px;
    }
    .footer-bottom-holder{
        flex-direction: column;
    }
    .footer-legal{
        margin-bottom: 10px;
    }
    .footer-legal ul{
        margin: 0;
        padding: 0;
        list-style: none;
        border-right: none;
    }
    .posts-page .site-col-4{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }  
    .posts-page-filters form{
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 10px;
    }
    .posts-page-filters select{
        width: 100%;        
    }
      
    .posts-page-filters button{
        width: 100%;
        grid-column: 1 / -1;
    }
    .posts-page .site-row{
        row-gap: 15px;
    }
    .page-header {
        margin-top: 65px;
    }
	.new-info-block .site-col-6:first-of-type,
	.new-info-block .site-col-6:last-of-type,
    .post-single-header .site-col-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .post-single-text .site-col-offset-2,
    .post-single-header .site-col-offset-2{
        margin-left: 0;
    }
    .post-single-text .site-col-8,
    .post-single-header .site-col-8{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .post-single-header{
        text-align: center;
    }
    .post-single-header h1{
        font-size: 28px;
    }
    .post-single-image figure{
        height: 270px;
    }    
    .post-single-text p{
        font-size: 16px !important;
    }
    .post-single-gallery-item a{
        height: auto;
    }
    .posts-page .site-col-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .site-post-activities .post-image figure{
        height: 300px;
    }
    .site-post-activities .post-details{
        padding: 15px;
    }
    .site-post-activities .post-title h3{
        font-size: 20px;
        margin: 0 0 10px 0;
    }
    .woocommerce ul.order_details li{
        float: none;
        border-right: none;
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #dedede;
    }
    .woocommerce ul.order_details li:last-of-type{
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .woocommerce-billing-fields__field-wrapper p.form-row{
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
        padding: 15px;
    }
    .service-item-image figure{
        height: 300px;
    }
    .services-list .site-col-4{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .service-item-content h3{
        font-size: 20px;
    }

}
/*end*/