/*
Theme Name: Total Child
Theme URI: https://totalwptheme.com/
Template: Total
Author: WPExplorer
Author URI: https://www.wpexplorer.com/
Description: Premium Multi-purpose WordPress Theme.
Tags: custom-colors,accessibility-ready,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 6.3.1753896895
Updated: 2025-07-30 17:34:55

*/

h1, h1.vcex-heading{
	font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 1.24em;
}
h2, h2.vcex-heading{
	font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.24em;
}
h3, h3.vcex-heading{
	font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.63em;
}
.page-header .page-header-title{
	font-family: 'Open Sans', sans-serif;
    font-weight: 700!important;
    font-size: 52px!important;
    line-height: 1.24em!important;
}
#copyright{
	max-width: 650px;
    margin: auto;
}
#footer{
	box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
}
ul.footer-quick-links{
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
    row-gap: 20px;
}
ul.footer-quick-links li{
    font-size: 18px;
	display: flex;
    align-items: center;    
	gap: 8px;	
}
ul.footer-quick-links li img{
	width: 28px;
}
.footer-box.col-3 ul.menu{
	display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 28px;
    flex-wrap: wrap;
}
.footer-box.col-4{
	display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-direction: row !important;
}
.footer-box.col-4 .footer-widget{
	padding-bottom: 0px!important;
}
.footer-box.col-4 .footer-widget a:hover img{
	opacity: 0.7;
}
.footer-box.col-5 .textwidget p{
	font-size: 14px;
	color: #a2a2a2;
    line-height: 1.57em;
}
.footer-box.col-5{
	margin-top: 20px;
}
.callout-social-link-wrap .wpb_wrapper{
	display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.social-links-img:hover{
	opacity: 0.7;
}
li.hidden-menu.menu-item>a{
	display: none!important;
}
.main-navigation .megamenu>.sub-menu, ul.sub-menu{
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
	border-radius: 10px!important;
}
ul.sub-menu{
	padding: 10px 20px!important;
	min-width: 250px !important;
}
ul.megamenu__inner-ul li{
	border-bottom: 1px solid #d7dadd;
}
ul.megamenu__inner-ul li:last-child, ul.sub-menu li:last-child, ul.sub-menu li.hidden-menu{
	border-bottom: 0px!important;
}
.main-navigation .nav-arrow.top-level{
	vertical-align: middle;
}
ul.sub-menu li{
	border-bottom: 1px solid #d7dadd;
}
ul.sub-menu li a{
	padding-left: 0px!important;
    padding-right: 0px!important;
}
.navbar-style-one{
	right: 0px;
}

/********************************************************************************************************/
/*********************************HEADER SERACH STYLE CSS STARTS HERE***********************************/
/******************************************************************************************************/

#site-navigation{
	display: flex;
    align-items: center;
}
a.donate-button{
    border-radius: 10px;
    background-color: #ecab8f;
    padding: 15px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    min-width: 130px;
    text-align: center;
    margin-left: 10px;
}
a.donate-button:hover{
	text-decoration: none;
}
.donate-button img{
	width: 15px;
    vertical-align: middle;
}
.head-search-bar-logo{
    width: 55%;
}
.head-search-bar-logo a{
	display: flex;
}
#searchform-header-replace
{
    padding: 10px 0px;
}
.search-form-wrapper{
	width: 30%;
    height: auto;
  	border-bottom: 2px solid hsl(0deg 0% 42.35% / 40%);
    display: flex;
    align-items: center;
    position: relative;
}
.search-form-wrapper .searchform-submit{
	margin-right: 0px;
    color: #79b46a;
    font-size: 20px;
}
#searchform-header-replace .searchform{
    height: auto;
}
#searchform-header-replace .searchform-input{
	color: #6c6c6c;
    height: auto;
    font-size: 16px;
    padding: 5px 25px 5px 0px;
}
#searchform-header-replace-close{
	display: none;
}



/********************************************************************************************************/
/***********************************HEADER SERACH STYLE CSS ENDS HERE***********************************/
/******************************************************************************************************/

.recent-post-grid .wpex-self-stretch{
	align-self: flex-start;
}
.recent-post-grid .wpex-post-cards-aside .wpex-card-inner{
	gap: 20px;
}
.recent-post-grid  .wpex-card-footer{
	display: none;
}
.recent-post-grid .wpex-card-details{
	 display: flex;
    flex-direction: column;
}
.recent-post-grid .wpex-card-details .wpex-card-title{
	order: 1;
    margin-bottom: 10px;
    line-height: 1.3em;
    color: #fff;
    font-weight: 600;
	    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    max-height: 2.8em;
}
.recent-post-grid .wpex-card-details .wpex-card-excerpt{
	order: 2;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.38;
    color: #fff;
    margin-bottom: 10px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recent-post-grid .wpex-card-details .wpex-card-terms-list, .recent-post-grid .wpex-card-primary-term{
	order: 3;
    margin-bottom: 0px;
}
.recent-post-grid .wpex-card-details .wpex-card-terms-list a:nth-of-type(n+4), .recent-post-grid .wpex-card-featured .wpex-card-details .wpex-card-primary-term a:nth-of-type(n+4) {
  display: none;
}
.recent-post-grid .wpex-card-details .wpex-card-terms-list a, .recent-post-grid .wpex-card-featured .wpex-card-details .wpex-card-primary-term a{
	font-size: 14px;
    font-weight: normal;
    line-height: normal;
    color: #fff;
    opacity: 0.7;
    padding-right: 10px;
	position: relative;
    margin-right: 10px;
  	border-right: 1px solid #fff;
}
.recent-post-grid .wpex-card-details .wpex-card-terms-list a:nth-child(3), .recent-post-grid .wpex-card-featured .wpex-card-details .wpex-card-primary-term a:nth-child(3){
	border-right:0px;
}
.recent-post-grid .wpex-card-featured .wpex-card-details .wpex-card-terms-list a{
	background: transparent;
     padding: 0px;
    padding-right: 10px;
}
.recent-post-grid .wpex-card-featured .wpex-card-date{
	color: #fff;
    opacity: 0.5;
    font-size: 16px;
    font-weight: 600;
}
.recent-post-grid .wpex-card-featured .wpex-card-date span{
	margin-right: 5px;
    vertical-align: text-top;
}
.recent-post-grid .wpex-card-details .wpex-card-terms-list a:last-child::after, .recent-post-grid .wpex-card-featured .wpex-card-details .wpex-card-primary-term a:last-child::after{
	display: none;
}
.recent-post-grid .wpex-card-details .wpex-card-terms-list a:hover, .recent-post-grid .wpex-card-featured .wpex-card-details .wpex-card-primary-term a:hover{
	text-decoration: none;
}
.recent-post-grid .wpex-post-cards-aside .wpex-card-media img{
	border-radius: 10px;
	height: 140px;
    object-fit: cover;
}
.recent-post-grid .wpex-card-details .wpex-card-terms-list a>· {
	display: none;
}
.recent-post-grid .wpex-card-featured .wpex-card-inner{
	background: transparent;
    border: 0px;
}
.recent-post-grid .wpex-card-featured .wpex-card-thumbnail img{
	width: 100%;
  	border-radius: 10px;
	height: 640px;
    object-fit: cover;
}
.recent-post-grid .wpex-card-featured .wpex-card-details{
	margin: 0px;
    order: 3;
}
.recent-post-grid .wpex-card-featured .wpex-card-title, .recent-post-grid .wpex-card-featured .wpex-card-excerpt{
	margin-top: 0px;
}
.recent-post-grid .wpex-card-featured .wpex-card-footer{
	display: block;
    order: 2;
  	margin: 10px 0px;
}
.recent-post-grid .wpex-card-featured .wpex-card-media{
	order: 1;
}
.number-list-column .wpb_wrapper{
	display: flex;
    gap: 5px;
    align-items: center;
}
.number-list-column .wpb_wrapper .vcex-heading{
	width: 55px;
}
.number-list-column .wpb_wrapper .wpb_text_column{
	width: calc(100% - 70px);
}
.page-header{
	min-height: 400px;
    position: relative;
}
.page-header .page-header-inner{
	position: relative;
}
.page-header:before{
	content: '';
    width: 100%;
    height: 100%;
    background: #243124;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    left: 0px;
}
.page-header.background-image-page-header:before{
	display:none;
}
.custom-number-content .wpb_wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.custom-number-content .wpb_wrapper h5{
	 font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0px;
    color: #2d2d2e;
}
.scaled-image img{
	transform: scale(1.1);
}
.gform_wrapper .gform_fields .gfield input:focus, .gform_wrapper .gform_fields .gfield input[type=submit]:focus, .gform_wrapper .gform-footer .gform_button:focus{
	outline: none!important;
}
.gform_wrapper .gform_fields .gfield input{
	padding: 15px 20px;
    border-radius: 10px;
    border: solid 1px #6c6c6c;
    background-color: #fff;
    font-size: 16px;
    font-weight: normal;
    color: #6c6c6c;
    height: auto;
    line-height: 1.4;
}
.gform_wrapper .gform_fields .gfield textarea{
	padding: 15px 20px;
    border-radius: 10px;
    border: solid 1px #6c6c6c;
    background-color: #fff;
    font-size: 16px;
    font-weight: normal;
    color: #6c6c6c;
    min-block-size: 6rem!important;
    line-height: 1.4;
  	height: 108px;
}
.newsletter-form_wrapper .newsletter-form {
	width: 972px;
    max-width: 100%;
    margin: auto;	
}
.newsletter-form_wrapper .gform_fields .gfield{
    width: 30%;
}
.newsletter-form_wrapper .gform_fields .gfield.gfield--type-submit{
    width: 102px;
}

.gform_confirmation_wrapper .gform_confirmation_message {
	text-align: center;
}
.gform_wrapper .gform_fields .gfield input[type=submit], .gform_wrapper .gform-footer .gform_button{
	background-color: #79b46a!important;
    font-size: 16px!important;
    font-weight: normal!important;
    height: auto;
    line-height: 1.4!important;
    padding: 15px 20px!important;
    border-radius: 10px!important;
}
.gform_wrapper .gform_fields .gfield input[type=submit]:focus, .gform_wrapper .gform-footer .gform_button:focus{
	border-color: #79b46a!important;
}
.gform_wrapper .gform_fields .gfield input[type=submit]:hover, .gform_wrapper .gform-footer .gform_button:hover{
    background-color: rgb(121 180 106 / 70%) !important;
}
.newsletter-form_wrapper .gform_fields{
	display: flex!important;
    align-items: flex-start;
}
.wpb_column.contact-form-column {
    padding: 30px 15px 10px;
    background-color: #fff;
    border-radius: 35px;
    max-width: 510px;
    float: right;
}
.gform-theme--foundation .contact-us-form .gform_fields{
    row-gap: 10px!important;
}
.gform_wrapper .contact-us-form .gform-footer .gform_button{
	min-width: 160px!important;
}
#site-header{
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.theme-txt-link:hover{
	text-decoration: none;
}
.theme-txt-link .vcex-button-icon{
	vertical-align: middle;
}


/********************************************************************************************************/
/***********************************BLOG POST CAROUSEL CSS STARTS HERE**********************************/
/******************************************************************************************************/
#nhr-articles-container{
	padding: 30px 0px 40px;
}
#nhr-articles-container .active-cat-name{
	font-size: var(--wpex-text-xl);
    margin-top: -10px;
    margin-bottom: 10px;
}
.pwi-carousel-wrapper{
	margin-top: 20px;
	position: relative;
}
.pwi-simple-carousel{
	margin-top: 30px;
	position: relative;
}
.slick-list{
	margin: 0 -10px;
}
.slick-initialized .slick-slide{
	margin: 0 10px;
}
.pwi-carousel-filter {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 10px;
    width: 1300px;
    max-width: 90%;
    margin: 20px auto 30px;
    overflow: auto;
    white-space: pre;
    scrollbar-width: none; 
    -ms-overflow-style: none; 
}
.pwi-carousel-filter::-webkit-scrollbar {
    display: none; /* WebKit */
}
.pwi-filter-btn {
    cursor: pointer;
    padding: 10px 16px;
    border: 2px solid rgb(255 255 255 / 0%);
    background: rgb(255 255 255 / 10%);
    transition: background 0.3s;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    line-height: 1.16;
}
.pwi-carousel .pwi-post p.pwi-excerpt, .pwi-simple-carousel .pwi-post p.pwi-excerpt{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.38;
    letter-spacing: normal;
    color: #fff;
	margin: 10px 0px;
	    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pwi-filter-btn:hover, .pwi-filter-btn.active {
	border: 2px solid #fff;
	background: transparent;	
}
.pwi-carousel .pwi-post .pwi-image img, .pwi-simple-carousel .pwi-post .pwi-image img{
    width: 100%;
    height: 310px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.pwi-carousel .pwi-post h3.pwi-title, .pwi-simple-carousel .pwi-post h3.pwi-title{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
	margin: 10px 0px;
	 display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    max-height: 2.8em;
}
.pwi-cats a, .pwi-post-category a{
    opacity: 0.7;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    margin-right: 3px;
    padding-right: 8px;
    border-right: 1px solid #fff;
    display: inline-block;
    line-height: 18px;
}
.pwi-cats a:hover, .pwi-post-category a:hover{
	text-decoration: none;
	color: #79b46a;
}
.pwi-cats a:last-child, .pwi-post-category a:last-child{
	border-right: 0px;
}
.pwi-carousel-prev, .pwi-carousel-next, .pwi-prev-btn, .pwi-next-btn{
	border: 2px solid #fff !important;
    width: 54px !important;
    height: 54px !important;
    border-radius: 10px;
    background-size: 22% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    font-size: 0px;
    background-color: transparent;
    background-image: url(/wp-content/uploads/2025/08/icon-feather-arrow-down.webp) !important;
}
.pwi-carousel-next, .pwi-next-btn{
	background-image: url(/wp-content/uploads/2025/08/right-arrow.webp) !important;
}
.pwi-carousel-prev:hover, .pwi-carousel-next:hover, .pwi-next-btn:hover, .pwi-prev-btn:hover{
	background-color: #79b46a!important;
	border-color: #79b46a!important;
}
.arrows-flex-column .wpb_wrapper{
    display: flex;
    align-items: center;
    gap: 35px;
    justify-content: flex-end;
}
.pwi-carousel-nav{
    display: flex;
    align-items: center;
    gap: 20px;
}

/******************************************************************************************************/
/***********************************BLOG POST CAROUSEL CSS ENDS HERE**********************************/
/****************************************************************************************************/
body.archive .page-header, body.search .page-header{
    min-height: 300px;
    padding-block-start: 100px;
    padding-block-end: 100px;
}
body.search form#nhr-articles-search{
	display:none;
}
body.search #nhr-articles-posts{
    margin-top: 0px;	
}
form.category-search-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.category-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.category-labels .category-option{
	width: calc(50% - 7.5px);
	display: flex;
  	align-items: center;
	gap: 10px;
}
.category-labels .category-option label{
	width: 100%;
	background: #f4f0ed;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.33;
    color: #2f2f2f;
	transition: background-color 0.3s, color 0.3s;
}
.category-labels label:before{
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #2f2f2f;
    border-radius: 50%;
    display: inline-block;
    background-color: transparent;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -2px;
}
.category-labels input[type="radio"]:checked + label::before{
	background-color: #79b46a;
	border-color: #79b46a;
}
.category-labels input[type="radio"]:checked + label{
	color: #79b46a;
}
.category-labels input[type="radio"]{
	display: none;
}
.home-banner-search .vcex-searchbar-input{
	border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
    height: 60px;
	border: 0px;
}
.home-banner-search .vcex-searchbar-button{
    font-size: 0px;
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    border: solid #79b46a;
	background-image: url(/wp-content/uploads/2025/08/loupe.png);
    background-color: #79b46a;
    background-position: center;
    background-repeat: no-repeat;
}
.home-banner-search .vcex-searchbar-button:hover{
	background-color: #79b46a;
}
.home-banner-search{
	box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.topics-dropdown, .sidebar-box.widget_archive {
    max-width: 220px;
}
.topics-dropdown .dropdown-title {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.topics-dropdown .dropdown-text{
	font-size: 18px;
    font-weight: bold;
    letter-spacing: normal;
    color: #2f2f2f;
    margin-right: 10px;
}
.topics-dropdown .dropdown-icon{
    transition: transform 0.3s ease;
    transform: rotate(180deg); 
}
.topics-dropdown .dropdown-icon.open{
    transform: rotate(360deg);
}
.topics-dropdown ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
	transition: transform 0.3s ease;
}
.topics-dropdown ul.open {
    display: block;
}
.topics-dropdown ul li{
    margin-bottom: 12px;
}
.topics-dropdown ul li a{
    font-size: 16px;
    font-weight: normal;
    color: #2f2f2f;
}

.topics-dropdown ul li a:hover, #nhr-articles-pagination a:hover, .topics-dropdown ul li a.active{
    text-decoration: none;
	color: #79b46a;
}
.content-left-sidebar #sidebar:before{
	content: '';
	width: 1000%;
	height: 100%;
	background: #f4f0ed;
	position: absolute;
	left: -1000%;
	top: 0px;
  	display:none;
}
.content-right-sidebar #sidebar:before{
	content: '';
	width: 1000%;
	height: 100%;
	background: #f4f0ed;
	position: absolute;
	right: -1000%;
	top: 0px;
  	display:none;
}
.topics-dropdown .dropdown-icon span{
	font-size: 18px;
    vertical-align: middle;
}
.sidebar-box.widget_archive .widget-title {
	margin-bottom: 12px;
}
.sidebar-box.widget_archive .wpex-select-wrap{
	padding: 6px 0px;
    border-radius: 10px;
    border: solid 1px #6c6c6c;
    background: transparent;
}
.content-left-sidebar #content-wrap{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
	column-gap: 70px;
}
.content-right-sidebar #content-wrap{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
	column-gap: 70px;
}
.content-left-sidebar .content-area, .content-right-sidebar .content-area{
	width: 70%;
}
.content-left-sidebar #sidebar{
    background: #f4f0ed;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
	position: relative;
	width: calc(30% - 70px);
}
.content-right-sidebar #sidebar{
    background: #f4f0ed;
    padding-top: 30px;
	padding-left:30px;
	padding-right:30px;
	position: relative;
	width: calc(30% - 70px);
}
.content-right-sidebar #sidebar .sidebar-inner{
	max-width: 225px;
    margin: auto;
}
.sidebar-box .wpex-post-cards .wpex-card-inner .wpex-card-details .wpex-card-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.38;
    color: #2d2d2e;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;	
    margin-bottom: 10px;
	order: 1;
}
.sidebar-box .wpex-post-cards .wpex-card-inner .wpex-card-details .wpex-card-excerpt {
    line-height: 1.38;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
	order: 2;
}
.sidebar-box .wpex-post-cards .wpex-card-inner .wpex-card-details .wpex-card-terms-list a {
	font-size: 14px;
    color: #2f2f2f;
    padding-right: 5px;
    border-right: 1px solid #2f2f2f;
    margin-right: 5px;
    opacity: 0.7;
    font-weight: 400;
}
.sidebar-box .wpex-post-cards .wpex-card-inner .wpex-card-details .wpex-card-terms-list a:hover {
	color: #79b46a;
    opacity: 1;
}
.sidebar-box .wpex-post-cards .wpex-card-inner .wpex-card-details .wpex-card-terms-list {
    margin-bottom: 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
	order: 3;
}
.sidebar-box .wpex-post-cards .wpex-card-inner .wpex-card-footer {
	display: none;
}
.sidebar-box .wpex-post-cards .wpex-card-inner .wpex-card-media {
	margin-bottom: 10px;
}
.sidebar-box .wpex-post-cards .wpex-card-inner .wpex-card-media .wpex-card-thumbnail img{
	width: 100%;
}
.sidebar-box .wpex-post-cards .wpex-card-inner .wpex-card-details {
    display: flex;
    flex-direction: column;
	margin-bottom: 0px;	
}
.sidebar-som-row:before {
	content: '';
    background-color: #f3d7c2;
    display: block;
    height: 100%;
    width: calc(100% + 60px);
    position: absolute;
    top: 0;
    left: -30px;
}
.vc_row-fluid.sidebar-social-icon-row:before {
	content: '';
    background-color: #79b46a;
    display: block;
    height: 100%;
    width: calc(100% + 60px);
    position: absolute;
    top: 0;
    left: -30px;
}
.single-post .sidebar-primary .sidebar-container-inner, 
.single-post #sidebar #text-12, 
.single-post #sidebar #text-13 {
	margin-bottom: 0px;
}
.sidebar-primary .sidebar-container-inner #text-11 .widget-title {
	position: relative;
    padding-right: 25px;
    display: inline-block;
	cursor: pointer;
}

.sidebar-primary .sidebar-container-inner #text-11 .widget-title:before {
	content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='currentColor' d='M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/></svg>");
}



#nhr-articles-posts{
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    margin-top: 20px;
    row-gap: 50px;
}
#nhr-articles-posts .post-item{
	width: calc(25% - 15px);
}
#nhr-articles-posts h3.post-title{
	font-size: 16px;
    font-weight: 600;
    margin: 10px 0px;
    line-height: 1.38;
    color: #2d2d2e;
	 display: -webkit-box;
    -webkit-line-clamp: 3; /* limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#nhr-articles-posts .post-excerpt{
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 16px;
    font-weight: normal;
    line-height: 1.38;
    color: #2f2f2f;
    margin-bottom: 10px;
}
#nhr-articles-posts .post-thumb a{
    display: flex;	
}
#nhr-articles-posts .post-thumb img{
	width: 100%;
	height: 225px;
	object-fit: cover;
	border-radius: 10px;
}
#nhr-articles-posts .post-meta a{
    font-size: 14px;
    font-weight: normal;
    color: #2f2f2f;
    padding-right: 7px;
    margin-right: 5px;
    border-right: 1px solid #2f2f2f;
    opacity: 0.7;
    line-height: 14px;
    display: inline-block;
}
#nhr-articles-posts .post-meta a:hover{
	text-decoration: none;
	color: #79b46a;
}
#nhr-articles-posts .post-meta a:last-child{
	border-right: 0px;
}
#nhr-articles-pagination span{
	font-size: 18px;
    font-weight: 600;
    line-height: 1.44;
    color: #a2a2a2;
    margin-right: 30px;
}
a.nhr-page-link {
    display: inline-block;
    padding: 15px 15px;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #a2a2a2;
	border-radius: 10px;
	background: #fff;
}
#nhr-articles-pagination span.active{
	margin-right: 0px;
	display: inline-block;
    padding: 15px 5px;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
	background: #79b46a;
	border-radius: 10px;
}
#nhr-articles-pagination{
	margin-top: 40px;
}
#nhr-articles-pagination > a:nth-child(2), a.nhr-page-link:last-child{
	display: none!important;
}
form#nhr-articles-search{
    display: flex;
	border: solid 1px #6c6c6c;
    border-radius: 10px;
}
form#nhr-articles-search input{
	width: calc(100% - 60px);
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6c6c6c;
    border-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
form#nhr-articles-search button{
	width: 60px;
    font-size: 0px;
    background-image: url(/wp-content/uploads/2025/08/loupe.png);
    background-position: center;
    background-size: 35%;
    background-repeat: no-repeat;
    height: 54px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.mobile-toggle-nav-search .mobile-menu-searchform {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #6c6c6c;	
}


.thumb-button {
    background-color: transparent;
    border: 0px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #a2a2a2;
}
.thumb-icon {
    background-color: #a2a2a2;
    border: 0px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;	
}

.thumb-icon img {
	width: 50%;
}

.post-bottom-thumb-wrapper .like-dislike-container {
    text-align: center;
    padding-bottom: 60px;	
}

.post-bottom-thumb-wrapper .thumb-button .thumb-icon {
    width: 54px;
    height: 54px;
    line-height: 54px;
}

.post-bottom-thumb-wrapper .thumb-button .count {
    display: none;
}
.like-btn:hover .thumb-icon, 
.like-btn.active .thumb-icon { 
	background: #4dcc79; 
}
.dislike-btn:hover .thumb-icon, 
.dislike-btn.active .thumb-icon { 
	background: #d54747; 
}


.mobile-toggle-nav-inner {
    display: flex;
    flex-direction: column;
}
.mobile-toggle-nav-inner>#mobile-menu-search {
	order: 1;
    margin-bottom: 40px;
}
.mobile-toggle-nav-inner>.mobile-toggle-nav-ul {
	width: 100%;
	order: 2;
}
.mobile-toggle-nav ul.mobile-toggle-nav__sub-menu {
	padding: 0px!important;
	box-shadow: none;
    border-radius: 0px !important;
}
.mobile-toggle-nav ul.mobile-toggle-nav__sub-menu .mobile-toggle-nav__link {
	padding-top: 10px;
	padding-bottom: 10px;
}
.mobile-toggle-nav ul.mobile-toggle-nav__sub-menu .mobile-toggle-nav__link-inner {
	margin-left: 0px;
	font-size: 16px;
    font-weight: 400;
}
.mobile-toggle-nav .menu-item-has-children.mobile-toggle-nav__item.active>.mobile-toggle-nav__link-wrap>.mobile-toggle-nav__link, 
.mobile-toggle-nav .menu-item-has-children.mobile-toggle-nav__item.active>.mobile-toggle-nav__link-wrap>.wpex-open-submenu {
	color: #79b46a;
}
.mobile-menu-searchform {
    gap: 0;
    border-radius: 10px;
    overflow: hidden;
}
.mobile-menu-searchform__input {
    border-radius: 10px 0px 0px 10px;
    border: 1px solid #333;	
}
.mobile-menu-searchform__submit {
    border-radius: 0px;
    width: 60px;
    font-size: 0px;
    background-image: url(/wp-content/uploads/2025/08/loupe.png);
    background-position: center;
    background-size: 35%;
    background-repeat: no-repeat;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;	
}
.menu-button.mobile-toggle-nav__item .mobile-toggle-nav__link {
	background-color: #ecab8f;
    color: #ffffff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;	
}
.menu-button.mobile-toggle-nav__item .mobile-toggle-nav__link:hover {
	opacity: 0.7;
}
.menu-button.mobile-toggle-nav__item .mobile-toggle-nav__link .mobile-toggle-nav__link-inner{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;	
}
nav.mobile-toggle-nav {
	box-shadow: inset 0 6px 6px -6px rgba(0, 0, 0, 0.5);	
}


.pwi-carousel .slick-dots, 
.pwi-simple-carousel .slick-dots {
	bottom: -50px;
}


.pwi-carousel .slick-dots li button:before, 
.pwi-simple-carousel .slick-dots li button:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    width: 20px;
    height: 2px;
    text-align: center;
    background-color: #ffffff;
    opacity: .25!important;
}
.pwi-carousel .slick-dots li.slick-active button:before, 
.pwi-simple-carousel .slick-dots li.slick-active button:before {
    opacity: 1!important;
}

.wpex-carousel__dots .wpex-carousel__dots-dot {
    height: 2px;
    width: 20px;
	opacity: 0.25;
}
.wpex-carousel__dots .wpex-carousel__dots-dot.active {
    background: #ffffff;
	opacity: 1;
}

.wpex-carousel__dots {
	margin-block-start: 40px!important;
}














/****************************************************************************************************/
/**************************************RESPONSIVE CSS STARTS HERE***********************************/
/**************************************************************************************************/

@media only screen and (max-width: 1420px) {
.main-navigation-ul>.menu-item>a>.link-inner {
    padding-left: 4px !important;
    padding-right: 4px !important;	
	}
}

@media only screen and (max-width: 1340px) {
.main-navigation-ul>.menu-item>a>.link-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;	
	}
}

@media only screen and (max-width: 1270px) {
#site-logo {
    width: 280px;
	}
.main-navigation-ul>.menu-item>a>.link-inner, 
.main-navigation-ul .sub-menu .link-inner, 
a.donate-button {
	font-size: 14px!important;
	}
a.donate-button {
    min-width: 100px;
	}
#nhr-articles-posts .post-item {
    width: calc(33% - 12px);
	}
}

@media only screen and (max-width: 1100px) {
#site-logo {
    width: 240px;
	}
body .main-navigation-ul>.menu-item>a>.link-inner, 
body .main-navigation-ul .sub-menu .link-inner, 
body a.donate-button {
	font-size: 12px!important;
	}
a.donate-button {
    min-width: 90px;
	}
}

@media only screen and (max-width: 959px) {
h1, h1.vcex-heading{
    font-size: 48px;
	}	
h2, h2.vcex-heading {
    font-size: 36px;
	}
h3, h3.vcex-heading{
    font-size: 28px;
}
.page-header .page-header-title{
    font-size: 48px!important;
}	
.content-left-sidebar #sidebar:after {
    content: '';
    width: 1000%;
    height: 100%;
    background: #f4f0ed;
    position: absolute;
    right: -1000%;
    top: 0px;
}
.content-left-sidebar #sidebar,  
.content-left-sidebar .content-area, .content-right-sidebar .content-area, 
.content-right-sidebar #sidebar {
    width: 100%;
	}
.content-right-sidebar #sidebar {
    padding-right: 0px;
    padding-left: 0px;
	}
.content-right-sidebar #sidebar:after {
    content: '';
    width: 1000%;
    height: 100%;
    background: #f4f0ed;
    position: absolute;
    left: -1000%;
    top: 0px;
	}
.sidebar-som-row:before, 
.vc_row-fluid.sidebar-social-icon-row:before {
	display: none;	
	}
.topics-dropdown ul {
    display: block;		
	}
.topics-dropdown ul.open {
    display: none;
	}
}


@media only screen and (max-width: 767px) {
h1, h1.vcex-heading{
    font-size: 42px;
	}	
h2, h2.vcex-heading {
    font-size: 32px;
	}
h3, h3.vcex-heading{
    font-size: 24px;
}
.page-header .page-header-title{
    font-size: 42px!important;
}	
.arrows-flex-column-mobile .wpb_wrapper	{
		display: flex;
    	align-items: center;
    	justify-content: center;
    	gap: 35px;
	}
.recent-post-grid .wpex-self-stretch {
    width: 100%;
    max-width: 100%;
	}
.recent-post-grid .wpex-self-stretch>.wpex-card-thumbnail {
    max-width: 100%;
	height: 300px;
	}
.recent-post-grid .wpex-post-cards-aside .wpex-card-media img {
    width: 100%;
    height: auto;
	}
.recent-post-grid .wpex-card-details .wpex-card-terms-list a, 
.recent-post-grid .wpex-card-featured .wpex-card-details .wpex-card-primary-term a {
    color: #79b46a;
    padding: 5px 10px;
    border: 1px solid #79b46a;
    border-radius: 15px;
    margin-right: 5px;
	}
.recent-post-grid .wpex-card-details .wpex-card-terms-list a:nth-child(3), 
.recent-post-grid .wpex-card-featured .wpex-card-details .wpex-card-primary-term a:nth-child(3) {
    border-right: 1px;
	}
.recent-post-grid .wpex-card-details .wpex-card-excerpt {
    margin-bottom: 25px;
	}
#nhr-articles-posts .post-item {
    width: calc(50% - 10px);
    }
.wpb_column.contact-form-column {
    max-width: 100%;
	}
.full-width-on-mobile {
	width: 100%!important;	
	}
.pwi-carousel-nav {
	display: none;	
	}
}

@media only screen and (max-width: 641px) {
.newsletter-form_wrapper .gform_fields {
    flex-direction: column;
    gap: 20px !important;
	}	
.newsletter-form_wrapper .gform_fields .gfield {
    width: 100%;
	}
.newsletter-form_wrapper .gform_fields .gfield.gfield--type-submit {
    width: 100%;
	}
}

@media only screen and (max-width: 479px) {
:root {
    --wpex-text-xs: 10px!important;
    --wpex-text-sm: 12px!important;
    --wpex-text-base: 14px!important;
    --wpex-text-lg: 16px!important;
    --wpex-text-xl: 18px!important;
    --wpex-text-2xl: 28px!important;
	--wpex-text-3xl: 36px!important;
	}
h1, h1.vcex-heading{
    font-size: 36px;
	}	
h2, h2.vcex-heading {
    font-size: 28px;
	}
.page-header .page-header-title{
    font-size: 36px!important;
}	
.category-labels .category-option label {
	font-size: 16px;
	}
.number-list-column .wpb_wrapper .vcex-heading{
	width: 35px;
	}
.number-list-column .wpb_wrapper .wpb_text_column{
	width: calc(100% - 50px);
	}
#nhr-articles-posts .post-item {
    width: 100%;
   	}
#nhr-articles-pagination {
    text-align: center;
	}
#nhr-articles-pagination span:first-child {
    margin-right: 0px;
    display: block;
    width: 100%;
    margin-bottom: 25px;
	}
}
