/* 
Theme Name: Chevalier
Description: Chevalier Website
Author: Boston Web Group
Author URI: https://bostonwebgroup.com/
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

:focus {
	outline: 0;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: """";
}

hr.off,
.marca-home,
legend {
	display: none;
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

@media (min-width: 1260px) {
	.container {
		width: 1240px;
	}
}

@media (min-width: 1360px) {
	.container {
		width: 1340px;
	}
}

@media (min-width: 1460px) {
	.container {
		width: 1440px;
	}
}

@media (min-width: 1560px) {
	.container {
		width: 1540px;
	}
}

@media (min-width: 1660px) {
	.container {
		width: 1640px;
	}
}

@media (min-width: 1760px) {
	.container {
		width: 1740px;
	}
}

.container {
	margin: 0 auto !important;
}

.et-db #et-boc .et-l .et_pb_row {
	max-width: 1400px !important;
}

section.cta1 a.big-tan-btn {
	float: right;
}

.cta1 .row {
	padding-left: 80px;
	padding-right: 80px;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 980px) {
	.cta1 .row {
		display: block;
	}
}

@media all and (max-width: 980px) {
	section.cta1 h2 {
		margin: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	section.cta1 a.big-tan-btn {
		float: none;
		margin: auto;
		margin-bottom: 20px;
	}
}

body.scrolled .page {
	padding-top: 120px;
}

h2.section-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}


.container {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

@media all and (max-width: 980px) {
	section.post-listing .post-item {
		max-width: 100%;
	}

	section.featured-2cols>.container>.row {
		max-width: 100%;
	}
}

.row {
	margin-right: auto;
	margin-left: auto;
}

.site-header.scrolled {
	display: flex;
	position: fixed;
	z-index: 9999;
	width: 100%;
}

.site-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: height 0.3s ease-in-out;
}

.site-header .header-left .logo {
	max-width: 265px;
	max-height: 100px !important;
	height: auto;
	transform: scale(1);
	transition: transform 0.3s ease-in-out;
}

.site-header .header-items-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-header .nav-menu {
	margin-right: 30px;
}

.site-header .nav-menu ul {
	list-style: none;
	display: flex;
	gap: 20px;
}

.site-header .header-right {
	display: flex;
	align-items: center;
}

.site-header .search-area {
	position: relative;
	display: inline-block;
	margin-right: 20px;
}

.site-header .search-button {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: none;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	width: 24px;
	height: 24px;
}

.site-header .menu-icon {
	display: none;
}

@media only screen and (max-width: 768px) {
	.site-header .menu-icon {
		display: block;
	}
}

@media all and (max-width: 1200px) {
	.site-header .container {
		z-index: 9999;
	}

	.site-header .mobile-menu ul {
		flex-direction: column;
	}

	.site-header .mobile-menu ul li {
		text-align: center;
	}

	.site-header .search-area-mobile {
		width: 100%;
		margin-right: 0;
		margin-top: 0;
		top: 0;
		display: block;
		position: absolute;
		right: 0;
	}

	.site-header .search-area-mobile button,
	.site-header .search-area-mobile input {
		display: none;
	}

	.site-header .search-area-mobile button {
		z-index: 99999;
	}

	.site-header .header-items-wrapper {
		flex-direction: column;
		align-items: start;
	}

	.site-header .header-left .logo {
		display: table;
		width: auto;
		padding: 0;
		margin:0;
	}
	.site-header .menu-icon {
		position: absolute;
		z-index: 99999;
		display: table;
		top: 35px;
		right: 15px;
	}

	.site-header .search-area-mobile .toggle-search {
		position: absolute;
		z-index: 99999;
		right: 0;
		right: 80px;
		top: 37px;
	}

	.site-header .search-area-mobile .search-input {
		position: absolute;
		top: 0px;
		z-index: 9999;
		right: 65px;
		top: 37px;
	}

	.site-header .search-area-mobile .search-button {
		top: 62px;
		right: 71px;
	}

	.site-header .search-area {
		display: none;
	}

	.site-header .subscribe-button {
		margin: 0 auto 30px auto;
		display: table;
	}

	.site-header .nav-menu.mobile-menu {
		margin-right: 0;
	}

	.site-header .header-right {
		display: none;
		width: 100%;
	}

	.site-header {
		height: auto;
		display: block;
		min-height: 125px;
	}

	.site-header .mobile-menu ul {
		padding: 30px 0;
	}

	.site-header .mobile-menu ul li {
		text-align: center;
	}


	.site-header.scrolled {
		position: relative !important;
		z-index: auto !important;
	}

	body.scrolled .page {
		padding-top: 0 !important;
	}

}


footer {
	padding: 0px 0 50px 0;
}

footer .footer-items-wrapper {
	display: flex;
	align-items: start;
	justify-content: flex-start;
}

footer .footer-items-wrapper .footer-left {
	margin-right: auto;
}

footer .footer-items-wrapper .footer-center {
	margin-right: 100px;
}


footer .social-icons {
	display: flex;
	gap: 5px;
	margin-left: 0px;
	padding-top: 15px;
}

@media all and (max-width: 980px) {

	footer .footer-items-wrapper .footer-left,
	footer .footer-items-wrapper .footer-center {
		margin-right: 30px;
	}
}


.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow:focus {
	outline: none
}

@media all and (max-width: 1200px) {
	header.site-header.scrolled {
		padding: 0 20px;
	}
}


.desktop-logo-image {
	display: block !important;
}

.mobile-logo-image {
	display: none !important;
}

@media all and (max-width: 980px) {
	.desktop-logo-image {
		display: none !important;
	}

	.mobile-logo-image {
		display: block !important;
	}
}