/*
Theme Name:total-child
Template: total
*/

@import url('https://fonts.googleapis.com/css?family=Nunito+Sans');

body,
button,
input,
select,
textarea,
 {
	color: #444;
	font-size: 14px;
	line-height: 1.6;
	font-family: 'Nunito Sans', sans-serif !important;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.ht-main-navigation a,
.ht-site-title,
.ht-slide-cap-title,
.ht-counter-count,
.ht-cta-buttons a {
	font-family: 'Nunito Sans', sans-serif !important;
}

.widget-area {
	font-size: 14px !important;
	font-family: 'Nunito Sans', sans-serif !important;
}

.ht-main-navigation a {
	font-size: 14px !important;
	font-weight: 500 !important;
	letter-spacing: 0.5px;
	color: #282828 !important;
	padding: 0 8px !important;
	text-transform: capitalize;
}

.ht-main-navigation ul ul a {
	padding: 0 !important;
}

/*.ht-main-navigation a::after {
	right: 0;
	left: 0;
	margin: auto;
	border-bottom: 2px solid #b10e16;
}*/

.ht-main-navigation a:hover::after {
	width: 100%;
}

.ht-main-navigation a::after {
	width: 0;
	content: '';
	position: absolute;	
	bottom: 0;
	z-index: -1;
	height: 100%;
	-webkit-transition: width 0.4s;
	transition: width 0.4s;	
}

.ht-sticky#ht-masthead{
	border-bottom: 0px solid #ffffff !important;
	-webkit-box-shadow: 0px 4px 15px -3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 15px -3px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 15px -3px rgba(0,0,0,0.1);
}

.flip-style .eael-elements-flip-box-rear-container,
.event-style article .eael-grid-post-holder {
	transition: all 0.2s ease;
}

.flip-style .eael-elements-flip-box-rear-container:hover,
.event-style article .eael-grid-post-holder:hover {
	box-shadow: 0px 20px 40px -8px rgba(0,0,0,0.57);
}

.flip-style .eael-elements-flip-box-padding {
	padding: 0 !important;
}

.flip-style .eael-elements-flip-box-icon-image img {
	width: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	height: 300px;
	margin-top: 15px;
}

.flip-style .eael-elements-flip-box-content p {
	padding: 0 20px;
}

.top-header {
	background: #ffffff;
	width: 100%;
	padding: 50 0;
	height: 28px;
	border-bottom: 1px solid #f8f8f8;
}

.top-header a {
	color: #282828;
	font-size: 13px;
	letter-spacing: 0.5px;
}

.ht-site-info {
	font-family: 'Nunito Sans', sans-serif !important;
	font-size: 12px;
	letter-spacing: 0.5px;
}

.form-style {
	font-family: 'Nunito Sans', sans-serif !important;
/*	padding: 30px;
	border-top: 8px solid #1EBEA5 !important;
	background: #ffffff;
	border-radius: 10px;
	-webkit-box-shadow: 3px 8px 16px -3px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 8px 16px -3px rgba(0,0,0,0.15);
	box-shadow: 3px 8px 16px -3px rgba(0,0,0,0.15);*/
}

.form-style h3 {
	color: #a8a8a8;
	font-weight: 600;
	font-size: 18px;
}

.form-style input[type="text"],
.form-style input[type="email"],
.form-style input[type="url"],
.form-style input[type="password"],
.form-style input[type="search"],
.form-style input[type="tel"],
.form-style textarea,
.form-style select,
.nf-field-element input[type="text"],
.nf-field-element input[type="email"],
.nf-field-element input[type="tel"],
.nf-field-element textarea,
.nf-field-element select {
	padding: 8px 15px !important;
	width: 100%;
	outline: none;
	border: 0!important;
	border-radius: 5px;
	background: #fafafa;
	border: 1px solid #f8f8f8;
	transition: all 0.3s ease;
	font-weight: 400 !important;
	-webkit-box-shadow: 2px 5px 8px -1px rgba(0,0,0,0.15) !important;
	-moz-box-shadow: 2px 5px 8px -1px rgba(0,0,0,0.15) !important;
	box-shadow: 2px 5px 8px -1px rgba(0,0,0,0.15) !important;
}

.form-style textarea,
.nf-field-element textarea {
	height: 10em !important;
}


.form-style select {
	height: 45px !important;
}

.form-style input[type="text"]:hover,
.form-style input[type="email"]:hover,
.form-style input[type="url"]:hover,
.form-style input[type="password"]:hover,
.form-style input[type="search"]:hover,
.form-style input[type="tel"]:hover,
.form-style textarea:hover,
.form-style select:hover,
.nf-field-element input:hover,
.nf-field-element textarea:hover,
.form-style input[type="text"]:focus,
.form-style input[type="email"]:focus,
.form-style input[type="url"]:focus,
.form-style input[type="password"]:focus,
.form-style input[type="search"]:focus,
.form-style input[type="tel"]:focus,
.form-style textarea:focus,
.nf-field-element input:focus,
.nf-field-element textarea:focus {
	background: #ffffff !important;
	border-color: #ffffff !important;
	-webkit-box-shadow: 2px 5px 12px -1px rgba(0,0,0,0.15) !important;
	-moz-box-shadow: 2px 5px 12px -1px rgba(0,0,0,0.15) !important;
	box-shadow: 2px 5px 12px -1px rgba(0,0,0,0.15) !important;
}

.form-style input[type="text"]:disabled,
.form-style input[type="text"]:disabled:hover,
.form-style input[type="text"]:disabled:focus {
	background: #f1c9cb !important;
}

.form-style input[type="submit"],
.form-style input[type="submit"], .nf-field-element input[type="button"],
.search-style input[type="submit"] {
	padding: 5px 25px 5px 28px !important;
	background: #b10e16;
	outline: none !important;
	border-radius: 5px;
	border-color: #1EBEA5;
	color: #ffffff;
}

.form-style input[type="text"]::placeholder,
.form-style input[type="email"]::placeholder,
.form-style input[type="url"]::placeholder,
.form-style input[type="password"]::placeholder,
.form-style input[type="search"]::placeholder,
.form-style input[type="tel"]::placeholder,
.form-style textarea::placeholder,
.nf-field-element input::placeholder {
	color: #d8d8d8;
}

.form-style label {
	color: #b10e16;
	font-weight: 600 !important;
	font-size: 16px;
}
.form-style input[type="submit"]:hover,
.form-style input[type="submit"]:hover, .nf-field-element input[type="button"]:hover,
.search-style input[type="submit"]:hover {
	background: #eaeaea !important;
	color: #b10e16 !important;
}

.form-style .nf-before-form-content {
	display: none;
}

.form-style .nf-after-field .nf-error-msg {
	font-size: 10px;
	margin-bottom: -19px;
	text-align: right;
}

.form-style .nf-input-limit {
	margin-top: 0 !important;
}

.form-style-register .um-field-label {
	margin: 0 !important;
}

.search-style {
	font-family: 'Nunito Sans', sans-serif !important;
}

.search-style .search-form input.search-field {
	width: 78%;
	font-size: 16px;
	padding: 8px 15px !important;
	outline: none;
	border: 0!important;
	border-radius: 5px;
	background: #eeeeee;
	border: 1px solid #f8f8f8;
	transition: all 0.3s ease;
	font-weight: 400 !important;
}

.search-style .search-form input.search-field:hover,
.search-style .search-form input.search-field:focus {
	-webkit-box-shadow: 2px 5px 12px -1px rgba(0,0,0,0.15) !important;
	-moz-box-shadow: 2px 5px 12px -1px rgba(0,0,0,0.15) !important;
	box-shadow: 2px 5px 12px -1px rgba(0,0,0,0.15) !important;
}

.search-style .nf-field-container {
	margin-bottom: 10px !important;
}

/*============================================================*/

.benua-style .eael-elements-flip-box-content ul {
	color: #ffffff;
	list-style: none;
	margin: 0;
}

.benua-style .eael-elements-flip-box-content a {
	color: #ffffff;
	/*background: #eee;*/
	padding: 4px;
	transition: all 0.8s ease;
}

.benua-style .eael-elements-flip-box-content a:hover {
	/*background: rgba(0,0,0,0.1);*/
	background: linear-gradient(to right, rgba(0,0,0,0.1), rgba(0,0,0,0.02), rgba(0,0,0,0.1));
}

/*============================================================*/

#mega-menu-wrap-primary {
	background: transparent !important;
}

#mega-menu-wrap-primary #mega-menu-primary {
	text-align: right !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	padding: 5px !important;
	font-style: 14px !important;
}

ul.mega-sub-menu {
	padding: 10px 10px 15px 10px !important;
	border-radius: 10px !important;
	-webkit-box-shadow: 2px 5px 15px -1px rgba(0,0,0,0.15) !important;
	-moz-box-shadow: 2px 5px 15px -1px rgba(0,0,0,0.15) !important;
	box-shadow: 2px 5px 15px -1px rgba(0,0,0,0.15) !important;
	background: #fafafa !important;
}

ul.mega-sub-menu .mega-sub-menu {
	box-shadow: none !important;
}

ul.mega-sub-menu .mega-menu-item .mega-menu-link {
	text-transform: capitalize !important;
	font-size: 14px !important;
	transition: all 1s ease;
}

ul.mega-sub-menu .mega-menu-item .mega-menu-link:hover {
	color: #828282 !important;
}

#mega-menu-wrap-primary h4.mega-block-title {
	color: #b10e16 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
	background: transparent !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	padding-left: 8px;
}

.contact-link {
	padding: 0 5px;
}

.contact-link a {
	color: #a6a6a6;
	margin-left: 25px;
	font-family: 'Nunito Sans', sans-serif !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
	background: transparent !important;
}

.contact-link a i {
	margin-right: 5px;
}
.ht-site-footer .ht-top-footer {
	display: flex;
}

#ht-bottom-footer {
	padding: 15px 0 !important;
}

.ht-site-footer {
	background: #fafafa !important;
}

.ht-site-footer .ht-site-info {
	padding-top: 15px;
	color: #282828 !important;
}

.dark-bg {
	background: #ffedee !important;
	text-align: center;
}

.dark-bg .td-content {
	color: #b10e16;
	font-weight: 800;
	text-align: center;
	font-size: 18px;
}

.style-header-title h2 span {
	color: #b10e16 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	background: transparent !important;
}

#ht-colophon a {
	font-family: 'Nunito Sans', sans-serif !important;
	color: #282828;
	font-size: 14px;
}

#ht-colophon:before {
	position: unset;
}

#ht-colophon .widget-title {
	font-family: 'Nunito Sans', sans-serif !important;
	color: #b10e16;
	font-size: 16px !important;
	text-transform: uppercase;
	font-weight: 800 !important;
	line-height: 0.8 !important;
	margin-bottom: 5px !important;
}

#ht-top-footer{
	padding: 40px 0 10px !important;
}

.ht-footer5 .textwidget {
	font-family: 'Nunito Sans', sans-serif !important;
	color: #282828;
	font-size: 14px;
}

.ht-footer1,
.ht-footer2,
.ht-footer3,
.ht-footer4 {
	width: 16% !important;
	margin-left: 2%;
}

.ht-footer5 {
	width: 26% !important;
	margin-left: 2%;
}

.ht-footer5 .widget_media_image,
.ht-footer5 .widget_text {
	margin-bottom: 15px !important;
}

.ht-footer5 img {
	max-width: 60% !important;
}

.ht-footer5 .widget_text {
	margin-left: 10px;
}

.ht-footer5 ul.style-socmed {
	display: inline-flex;
}

.ht-footer5 ul.style-socmed li {
	margin-right: 10px;
}

.ht-footer5 ul.style-socmed li a {
	color: #ffffff !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	background: #b10e16;
	padding: 5px 10px;
	border-radius: 5px;
	transition: all 0.2s ease;
}

.ht-footer5 ul.style-socmed li a:hover {
	background: #fafafa;
	color: #b10e16 !important;
	box-shadow: 0px 10px 40px -8px rgba(0,0,0,0.57);
}

.ht-footer5 ul.style-socmed li a i {
	margin-right: 5px;
	font-size: 15px;
}

@media screen and (max-width: 768px) {
	.ht-footer1,
	.ht-footer2,
	.ht-footer3,
	.ht-footer4 {
		display: none;
	}

	.ht-footer5 {
		width: 100% !important;
		margin-left: 0;
	}
	.search-style .search-form input.search-field {
		width: 68%;
	}
	.search-style input[type="submit"] {
		width: 30%;
	}
	
	.nf-form-cont .one-half, .nf-form-cont .three-sixths, .nf-form-cont .two-fourths {
		width: 100% !important;
	}
	
	.nf-form-cont .five-sixths, .nf-form-cont .four-sixths, .nf-form-cont .one-fourth, .nf-form-cont .one-half, .nf-form-cont .one-sixth, .nf-form-cont .one-third, .nf-form-cont .three-fourths, .nf-form-cont .three-sixths, .nf-form-cont .two-fourths, .nf-form-cont .two-sixths, .nf-form-cont .two-thirds {
		margin-left: 0 !important;
	}
	
	.three-col-list ul li {
		width: 50% !important;
	}
	
	.form-style input[type="text"],
	.form-style input[type="email"],
	.form-style input[type="url"],
	.form-style input[type="password"],
	.form-style input[type="search"],
	.form-style input[type="tel"],
	.form-style textarea,
	.form-style select,
	.nf-field-element input[type="text"],
	.nf-field-element input[type="email"],
	.nf-field-element input[type="tel"],
	.nf-field-element textarea,
	.nf-field-element select {
		background: #eaeaea;
	}
	
	.bg-form-event {
		background-color: #ffffff !important;
	}
	
	div#n2-ss-2 .n2-ss-layer .n2-font-f2119a33ad7de612b56a6ef8f9ec74e0-hover,
	div#n2-ss-2 .n2-ss-layer .n2-font-1c9324fd3a51bd8908a9b9dde8bb0868-hover,
	div#n2-ss-3 .n2-ss-layer .n2-font-b31728917cb1e484c577e3ace92371f9-hover {
		font-size: 120% !important;
	}
	
	div#n2-ss-2 .n2-font-58a78a5af5f3c419094dccd4385b010c-link a {
		font-size: 50% !important;
	}
	
	div#n2-ss-2 .n2-style-31b8b3cb5b26b61d9f6ce35cba6b40ae-heading {
		padding: 10px 15px 10px 15px !important;
	}
	
	div#n2-ss-2 .n2-ss-layer .n2-font-a2f3993eb5b10ada68140701f48bdb70-paragraph {
		font-size: 60% !important;
	}
}

.search-style label {
	display: inline !important;
}

.modal-backdrop {
	display: none;
}

.modal {
	padding-top: 120px;
    background: rgba(0,0,0,0.6);
}

.modal .modal-content {
	box-shadow: 0px 20px 40px -8px rgba(0,0,0,0.7);
}

.modal .modal-content .modal-header h4 {
	font-family: 'Nunito Sans', sans-serif !important;
	color: #b10e16;
	font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 20px;
}

.modal .modal-content .modal-image {
	text-align: center;
}

.modal .modal-content .modal-overview {
	padding: 20px 0;
}

.modal .modal-content .modal-overview p {
	text-align: justify;
}

.modal .modal-content .modal-body {
	padding: 30px 40px;
}

.modal .modal-content .mejs-container,
.modal .modal-content .wp-video {
	margin: auto !important;
}

.elementor-shortcode .arrow-prev {
	left: 0;
	margin-left: -2%;
}

.elementor-shortcode .arrow-next {
    right: 0;
    margin-right: -2%;
}

.elementor-shortcode .arrow-prev,
.elementor-shortcode .arrow-next {
	position: absolute;
	top: 20%;
	z-index: 888;
	border-radius: 5px;
	transition: all 0.2s ease;
	outline: none;
}

.elementor-shortcode .arrow-prev:hover,
.elementor-shortcode .arrow-next:hover {
	box-shadow: 0px 10px 40px -8px rgba(0,0,0,0.57);
}

.slick-slide img {
	padding: 0 10px;
}

/*header#ht-masthead {
	display: none !important;
}*/

.style-event .eael-grid-post .eael-entry-header {
	display: inline-flex;
	width: 100%;
}

.style-event .eael-grid-post .eael-entry-header h2.eael-entry-title {
	font-family: 'Nunito Sans', sans-serif !important;
	width: 65%;
    order: 2;
    padding: 25px 15px;
    background: #eaeaea;
    margin: 0;
    border-radius: 0 8px 8px 0;
    font-weight: 800;
    font-size: 18px;
}

.style-event .eael-grid-post .eael-entry-header div.eael-entry-meta {
	font-family: 'Nunito Sans', sans-serif !important;
	width: 35%;
    order: 1;
    padding: 20px 25px;
    background: #b10e16;
    color: #FFFFFF;
    border-radius: 8px 0 0 8px;
    line-height: 35px;
}

.style-event .eael-grid-post .eael-entry-header .eael-posted-by,
.style-event .eael-grid-post .eael-entry-header .eael-posted-on:before {
	display: none;
}

.style-event .eael-grid-post .eael-entry-header div.eael-entry-meta time {
	font-weight: 800;
	font-size: 36px;
    text-transform: uppercase;
    display:table-caption;
    word-spacing: 100vw;
}

.style-event .eael-grid-post .eael-entry-header div.eael-entry-meta time:first-line {
	font-size: 20px;
	letter-spacing: 2px;
}

.style-event .eael-entry-wrapper {
	padding: 0 !important;
}

.style-event .eael-grid-post-holder {
	border: 0;
	border-radius: 8px;
	transition: all 0.2s ease;
}

.style-event .eael-grid-post-holder:hover {
	box-shadow: 0px 10px 30px -6px rgba(0,0,0,0.37);
}

.single .ht-post-info {
	display: block !important;
    width: 100% !important;
    text-align: center !important;

}

.single h1.ht-main-title {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

.single #secondary {
	padding-top: 30px;
}

.slick-track {
	margin: auto;
}

.toggle-bar {
	display: none !important;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    display: block;
    top: 20px;
}

.text-danger {
	display: none !important;
}

/* ARTICLE */

.article-style .eael-grid-post-holder {
	background-color: transparent !important;
    border-color: transparent !important;
}

.article-style .eael-grid-post .eael-entry-wrapper,
.article-style .eael-grid-post .eael-entry-footer,
.article-style .eael-post-grid .eael-entry-footer .eael-entry-meta {
	padding: 0;
}

.article-style .eael-grid-post .eael-entry-wrapper {
	padding: 12px 0;
	height: 100px;
}

.article-style .eael-grid-post .eael-entry-footer {
	padding-top: 4px;
}

.article-style .eael-entry-title a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}