/*
Template: thefox
Theme Name: TheFox Child Theme
Theme URI: http://www.thefoxwp.com
Description: <strong>A superflexible and responsive Business Theme by Tranmautritam team</strong> - <br/>Update notifications available on twitter and facebook:<br/> <a href='https://twitter.com/tranmautritam'>Follow me on twitter</a><br/> - <a href='https://www.facebook.com/tranmautritam.designer'>Join the Facebook Group</a> A theme by <a href="http://themeforest.net/user/tranmautritam?ref=tranmautritam">Tranmautritam Team</a>.
Version: 1.50
Author: Tranmautritam Team
Author URI: http://themeforest.net/user/tranmautritam?ref=tranmautritam
License: Themeforest Split Licence
License URI: -



*/








/************************************************************************************





Put your custom CSS below this block :)





*************************************************************************************/


/* PAGE BUILDER TEMPLATE */

.page-template-pagebuilder .mt-none { margin-top: 0; }
.page-template-pagebuilder .mt-small { margin-top: 1rem; }
.page-template-pagebuilder .mt-medium { margin-top: 1.5rem; }
.page-template-pagebuilder .mt-large { margin-top: 2rem; }

.page-template-pagebuilder .mb-none { margin-bottom: 0; }
.page-template-pagebuilder .mb-small { margin-bottom: 1rem; }
.page-template-pagebuilder .mb-medium { margin-bottom: 1.5rem; }
.page-template-pagebuilder .mb-large { margin-bottom: 2rem; }

.page-template-pagebuilder h1.section-heading {
	margin: 0 0 1rem;
	padding: 0;
}
.page-template-pagebuilder h2.section-heading {
	margin: 0 0 0.5rem;
	padding: 0;
}
.page-template-pagebuilder h3.section-heading {
	margin: 0 0 0.75rem;
	margin-top: 0 !important;
	padding: 0;
}
.page-template-pagebuilder h3 {
	margin: 1.5rem 0 0.75rem;
	padding: 0;
}
.page-template-pagebuilder h4.section-heading {
	margin: 0 0 1rem;
	margin-top: 0 !important;
	padding: 0;
	text-decoration: underline;
}
.page-template-pagebuilder p {
	margin: 0 0 1rem;
	padding: 0;
}

/* Banner Section (Specific Pages) */

.page-template-pagebuilder.page-id-14372 .page_title_ctn {
	padding: 0;
}
.page-template-pagebuilder.page-id-14372 .page_title_ctn .overlay {
	background: rgba(0, 0, 0, 0.35);
	padding-top: 200px;
	padding-bottom: 200px;
}

/* Divider Section */

.page-template-pagebuilder #divider.divider-line {
	background: #000000;
	height: 1px;
	width: 100%;
}

/* Gallery Section */

.page-template-pagebuilder #gallery .gallery-slider {
	padding: 0;
	width: 100%;
}
.page-template-pagebuilder #gallery .gallery-slider .swiper-slide img {
	height: 100%;
	max-height: 700px;
	object-fit: cover;
	width: 100%;
}

/* Image Section */

.page-template-pagebuilder #image .image-wrapper img {
	margin-bottom: -8px;
	max-height: 500px;
	object-fit: cover;
	width: 100%;
}
.page-template-pagebuilder #image .caption-wrapper {
	font-style: italic;
	padding-top: 1rem;
	text-align: center;
}
.page-template-pagebuilder #image .caption-wrapper .caption {
	margin: 0;
	padding: 0;
}

/* Image & Link Section */

.page-template-pagebuilder #imageLink .imagelink-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, 1fr);
}
.page-template-pagebuilder #imageLink .imagelink-wrapper {
	border: 2px solid #000000;
	opacity: 1;
	transition: all 0.5s ease;
}
.page-template-pagebuilder #imageLink .imagelink-wrapper:hover {
	opacity: 0.75;
	transition: all 0.5s ease;
}
.page-template-pagebuilder #imageLink img {
	height: 140px;
	margin-bottom: -8px;
	object-fit: cover;
	width: 100%;
}
.page-template-pagebuilder #imageLink .caption-wrapper {
	font-style: italic;
	padding: 1rem 0;
	text-align: center;
}
.page-template-pagebuilder #imageLink .caption-wrapper .caption {
	margin: 0;
	padding: 0;
}

/* Testimonials Section */

.page-template-pagebuilder #testimonials h2.section-heading {
	margin: 0 0 1rem !important;
}
.page-template-pagebuilder #testimonials .testimonials-slider {
	background: #FFFFFF;
	border: 2px solid #222533;
	border-left: 1rem solid #222533;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
}
.page-template-pagebuilder #testimonials .swiper-wrapper {
	align-items: center;
	display: flex;
	height: 100%;
}
.page-template-pagebuilder #testimonials .testimonial-slider {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 100%;
	justify-content: center;
	min-height: 300px;
	position: relative;
	width: 100%;
}
.page-template-pagebuilder #testimonials .testimonial-slider blockquote {
	border: none;
	margin: 0;
	padding: 2rem;
	position: relative;
}
.page-template-pagebuilder #testimonials .testimonial-slider blockquote::before,
.page-template-pagebuilder #testimonials .testimonial-slider blockquote::after {
	display: none;
	visibility: hidden;
}
.page-template-pagebuilder #testimonials .testimonial-slider .quote {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.page-template-pagebuilder #testimonials .testimonial-slider .author {
	color: #444444;
	font-style: italic;
	margin-top: 1rem;
}