#error .error-block {
	text-align: center;
}

#error .error-title {
	font-size: 150px;
}

#error .lead {
	font-size: 60px;
}

#error .form-control {
	margin: 0;
}

h3 {
  font-size: 25px !important;
  text-transform: none !important;
  font-weight: 300 !important;
}

p{
	font-weight: 300 !important;
}


.banner-text-content a:link{
	color: var(--primary) !important
}



.loading {
	display: none;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 11050;
	background-color: rgba(51, 51, 51, 0.2) !important;
	height: 100%;
}

#global.loading {
	position: fixed;
}

.loading .spinner {
	position: absolute;
	margin: auto;
	display: inline-block;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 35px;
	background-image: url("/data/images/loading.gif") !important;
	background-repeat: no-repeat;
}

#locations {
	display: none;
}

.contact .form-group.has-error input,
.contact .form-group.has-error textarea,
.contact .form-subscribe .email-container.has-error input {
	border: 1px solid #a94442 !important;
}

.contact .form-group.has-error label.control-label {
    color: #A94442;
}

.contact .form-group.has-error input:-ms-input-placeholder {
    color: #A94442;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;
}

.form-control:focus::-ms-input-placeholder { /* Microsoft Edge */
    color: inherit;
}

.contact .ignore .form-control {
}

.contact .required .control-label:after {
    content: " *";
}

.contact #results {
	display: none;
	border: 1px solid #cccccc;
	text-align: center;
}

.contact #results .text {
	margin: 10px;
}

.contact #results.show {
	display: block;
	padding: 10px;
}

.contact #results {
	margin-bottom: 30px;
}

.contact #results.error {
	border-color: #a94442 !important;
	color: #a94442;
}

.contact #results.success {
	border-color: #DD7902 !important;
	color: #DD7902;
}

.contact #form {
	position: relative;
}

#form{
	overflow: hidden;
}

.re-captcha > div {
	width: auto;
	display: inline-block;
	padding: 0;
	height: auto;
	background-color: transparent;
}

.re-captcha.has-error > div {
	border: 1px solid #a94442 !important;
	border-radius: 3px;
}

.g-recaptcha > div {
	width: 302px !important;
	height: 76px !important;
}

.g_map {
	height: 400px;
	position: relative;
	width: 100%;
}

.map {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.grecaptcha-badge{
    visibility: hidden;
    opacity: 1;
}



@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 991px) {
	.g-recaptcha{
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 480px) {

}


:root{
	--primary: #f4d51a;
	--primary-light: #ffee88;
	--primary-medium: #5c594d;
	--primary-dark: #524f43;
}


/*CUSTOM STYLES*/

body{
	font-size: 16px;
}

*{
	font-family: Roboto, Helvetica, sans-serif;
	scrollbar-width: thin;
	scrollbar-color: var(--primary) white;
}

#header .header-nav-main nav > ul > li > a{
	font-size: 16px;
}

#header .header-nav-main.header-nav-main-text-capitalize nav > ul > li > a{
	text-transform: unset;
}

#header .header-logo{
	height: unset !important;
	width: 100% !important;
	margin: 0;
}

#header .header-logo a{
	height: 100%;
}

#header .header-logo img{
	top: unset !important;
	/*height: 100px !important;*/
	/*padding: 25px;*/
	width: 165px;
	object-fit: cover;
}

.banner-text a:not(.banner-text-content a), .text-banner-button, .form-submit-button, .news-btn, .linked-news-btn{
	background-color: var(--primary);
	padding: 13px 50px;
	border-radius: 30px;
	color: white !important;
	box-shadow: rgba(0, 0, 0, 0.24) 0 8px 8px -5px;
	font-size: 16px;
	text-align: center;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.banner-btn {
	background-color: var(--primary);
	color: #fff !important;
	padding: 13px 50px;
	border-radius: 30px;
	box-shadow: rgba(0, 0, 0, 0.24) 0 8px 8px -5px;
	font-size: 16px;
	text-align: center;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.banner-btn:hover{
	text-decoration: none !important;
}

.banner-text {
	padding: 135px 0;
	/*background-image: linear-gradient(to right, #ffdb96 50%, transparent);*/
	background: linear-gradient(to right,
	#ffee88 40%,
	#ffee88cc 60%,
	#ffee8899 70%,
	#ffee8866 80%,
	#ffee8833 90%,
	transparent 100%
	);
	padding-right: 140px;
	position: relative;
	min-height: 750px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.custom-bg-medium-dark .banner-text{
	background: linear-gradient(to right,
	#5c594d 40%,
	#5c594dcc 60%,
	#5c594d99 70%,
	#5c594d66 80%,
	#5c594d33 90%,
	transparent 100%
	);
}

.custom-bg-dark .banner-text{
	background: linear-gradient(to right,
	#524f43 40%,
	#524f43cc 60%,
	#524f4399 70%,
	#524f4366 80%,
	#524f4333 90%,
	transparent 100%
	);
}

.custom-bg-white .banner-text{
	background: linear-gradient(to right,
	#ffffff 40%,
	#ffffffcc 60%,
	#ffffff99 70%,
	#ffffff66 80%,
	#ffffff33 90%,
	transparent 100%
	);
}

.custom-bg-medium-dark .banner-text.banner-twist{
	background: linear-gradient(to left,
	#5c594d 40%,
	#5c594dcc 60%,
	#5c594d99 70%,
	#5c594d66 80%,
	#5c594d33 90%,
	transparent 100%
	);
}

.custom-bg-dark .banner-text.banner-twist{
	background: linear-gradient(to left,
	#524f43 40%,
	#524f43cc 60%,
	#524f4399 70%,
	#524f4366 80%,
	#524f4333 90%,
	transparent 100%
	);
}

.custom-bg-white .banner-text.banner-twist{
	background: linear-gradient(to left,
	#ffffff 40%,
	#ffffffcc 60%,
	#ffffff99 70%,
	#ffffff66 80%,
	#ffffff33 90%,
	transparent 100%
	);
}

.banner-text.banner-twist{
	background: linear-gradient(to left,
	#ffee88 40%,
	#ffee88cc 60%,
	#ffee8899 70%,
	#ffee8866 80%,
	#ffee8833 90%,
	transparent 100%
	);
	float: right;
	padding-right: unset;
	padding-left: 140px;
}

.banner-text.banner-twist.no-bg-fade{
	padding-right: 140px;
}

.banner-text.no-bg-fade, .banner-text.no-bg-fade.banner-twist{
	background: var(--primary-light);
	height: 100%;
}

.custom-bg-medium-dark .banner-text.no-bg-fade, .custom-bg-medium-dark .banner-text.no-bg-fade.banner-twist{
	background: var(--primary-medium);
}


.custom-bg-dark .banner-text.no-bg-fade, .custom-bg-dark .banner-text.no-bg-fade.banner-twist{
	background: var(--primary-dark);
}

.custom-bg-white .banner-text.no-bg-fade, .custom-bg-white .banner-text.no-bg-fade.banner-twist{
	background: #fff;
}


.banner-text.banner-twist h3, .banner-text.banner-twist p{
	/*text-align: right;*/
}

.banner-left{
	text-align: left;
}

.banner-center{
	text-align: center;
}

.banner-right{
	text-align: right;
}

.banner-text.banner-twist.banner-right a{
	float: right;
}

.banner-text.banner-twist.banner-left a{
	float: left;
}


/*@media screen and (min-width: 1200px){
	.banner-text::before {
		position: absolute;
		content: "";
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background: linear-gradient(to right, #ffdb96, #ffdb96);
	}
}*/

.banner-content{
	padding-left: 0;
}

.banner-content.no-bg-fade-content-twist{
	padding-right: 0;
}

/*.banner-content.no-bg-fade-content{
	margin-left: calc(var(--content-width) / 2 - 270px);
	margin-right: auto;
}

.banner-image-twist .banner-content.no-bg-fade-content{
	margin-right: calc(var(--content-width) / 2 - 270px);
	margin-left: auto;
}*/

.banner-text h3{
	font-size: 40px;
	line-height: 35px;
	text-transform: unset;
	font-weight: 300;
	color: #000
}

.banner-text p{
	padding: 15px 0;
	color: #000;
	font-weight: 300;
}

.custom-bg-medium-dark .banner-text h3, .custom-bg-medium-dark .banner-text p, .custom-bg-dark .banner-text h3, .custom-bg-dark .banner-text p{
	color: #fff;
}

.banner-text-wrapper{
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: right;
}

.banner-image-twist{
	background-position-x: left;
}

.banner-text a:not(.banner-text-content a):hover, .banner-btn:hover, .text-banner-button:hover, .form-submit-button:hover, .news-btn:hover, .linked-news-btn:hover{
	background-color: #dbc125;
	cursor: pointer;
	text-decoration: none !important;
	/*color: #000 !important;*/
}

.text-banner-wrapper{
	background-color: var(--dark-rgba-10);
}

.text-banner-wrapper .container-fluid.df.a-c, .text-banner-text{
	flex-direction: column;
}

.text-banner-wrapper{
	padding-top: 50px;
	padding-bottom: 50px;
}

.text-banner-text{
	text-align: center;
}

.text-banner-text h3{
	font-weight: 300;
	font-size: 1.75rem;
	text-transform: unset;
	color: #000;
}

.text-banner-text p{
	color: #000;
	text-align: center;
	font-weight: 300;
}

.listing{
	width: 40%;
}

.listing-title-number {
	background-color: var(--primary);
	color: white;
	font-size: 20px;
	height: 30px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.listing-title{
	padding-top: 25px;
}

.listing-title h4{
	padding-left: 15px;
	font-weight: 500;
}

.listing-content{
	padding-left: 43px;
}

.scroll-to-top path{
	color: white;
}

[data-icon]{
	opacity: 1;
}

.news-text, .linked-news-text {
	text-align: center;
	padding-top: 20px;
}

.linked-news-text h3{
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: 300;
	text-transform: none;
}

.news-wrapper, .linked-news-wrapper{
	flex-direction: column;
	box-shadow: 0 0 12px rgba(0,0,0,0.10);
	border-radius: 8px;
	height: fit-content;
	margin-top: 10px;
	margin-bottom: 10px;
}

.grid-news-wrapper{
	padding-top: 50px;
}

.news-btn, .linked-news-btn{
	margin-bottom: 20px;
}

.news-img{
	padding-top: 11px;
}

.news-img img{
	border-radius: 8px;
}

#header .header-btn-collapse-nav{
	/*border-radius: 5px;*/
	background: unset;
	color: var(--primary);
	font-size: 25px;
}

#header .header-btn-collapse-nav:active{
	border: unset;
}

#header .header-btn-collapse-nav{
	margin-right: 20px !important;
}

.listing-divider hr{
	margin-top: 5px;
	margin-bottom: 10px;
}

.footer-wrapper {
	border-top: 1px solid var(--grey-400);
	min-height: 100px;
}

.footer-logo{
	filter: brightness(150%);
}

.footer-logo img{
	width: 75px;
	height: auto;
	filter: invert(50%);
}

.ft-text-social{
	justify-content: right;
	gap: 20px;
	padding-right: 97px;
}

.ft-logo-text{
	padding-left: 102px;
}

.footer-text-one a{
	color: var(--default);
}

.footer-socials{
	display: flex;
	gap: 10px;
}

.footer-socials a{
	font-size: 40px;
	color: var(--default);
}

.btn{
	transition: unset;
}

.designer_column_one .row, .designer_column_two .row{
	margin: 0;
}

.accordion-arrow{
	float: right;
	margin-top: 7px;
	margin-right: 0 !important;
	transition: all 250ms ease;
}

.accordion-toggle{
	justify-content: space-between;
	align-items: center;
}

.accordion-toggle[aria-expanded="true"] .accordion-arrow{
	color: var(--primary);
	transform: rotate(180deg);
}

.card{
	border: none !important;
	background: transparent;
	--bs-card-cap-bg: transparent;
}

.card-header{
	background-color: transparent !important;
}

#header .header-nav-main nav > ul li.dropdown .dropdown-menu{
	/*display: grid;*/
	/*padding-left: 20px;*/
	margin-left: 0 !important;
	width: fit-content;
	min-width: max-content;
}

.dropdown-menu .nav-link{
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	color: black;
}

.dropdown-menu .nav-link-current{
	color: var(--primary) !important;
}

.dropdown-menu .nav-link:hover, .dropdown-menu .nav-link-current:hover{
	text-decoration: none;
}

.nav-link.dropdown-item{
	margin: 0;
}

.dropdown-menu li{
	border-bottom: none !important;
}

/*#header .header-nav-main nav > ul li.dropdown .dropdown-menu.dropdown-shown{
	display: grid;
}*/

#results .text h4, #results .text p{
	text-align: center;
}

#results .text p{
	margin-bottom: 0;
}

.custom-font-secondary {
	font-family: 'Lora', sans-serif !important;
}

.custom-font-size-1 {
	font-size: 112px;
	font-size: 7rem;
	line-height: 0.4;
}

html .scroll-to-top{
	display: none;
}

html .scroll-to-top:hover{
	color: white;
}

html .scroll-to-top.visible{
	display: block;
}

.owl-item div p, .owl-item div strong, .designer_testimonials .row .text-center p, .designer_testimonials .row .text-center h3{
	color: black;
}

.designer_testimonials .row .text-center h3{
	line-height: 35px;
	font-size: 30px !important;
}

.owl-carousel.dots-light .owl-dots .owl-dot span{
	background: var(--grey-600);
}

.owl-carousel.dots-light .owl-dots .owl-dot.active span, .owl-carousel.dots-light .owl-dots .owl-dot:hover span{
	background: black !important;
}

.owl-item div p{
	font-size: 20px !important;
}

.owl-item div strong{
	font-size: 15px !important;
}

.overlay::before{
	background: unset;
}

#contact-form{
	position: relative;
}

.rotated-arrow{
	transform: rotate(180deg);
}

/*.accordion .card-header a [class*="fa-"], .accordion .card-header a .icons{
	top: -20%;
}*/

.only-mobile{
	display: none;
}

.checked-ul{
	list-style: none;
	/*max-width: 475px;*/
	margin: 0 auto;
}

.checked-ul li::before{
	content: '\f00c';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 600;
	padding-right: 8px;
	margin-left: -21px;
}

.designer_column_one .row ul li{
	padding: 8px 0;
}

.nav-icon-current{
	color: var(--primary);
}

.banner-text-content a{
	color: #000;
}

.custom-bg-medium-dark .banner-text-content a, .custom-bg-dark .banner-text-content a{
	color: #fff;
}

.svg-parent {
	display: flex;
	justify-content: center;
	align-items: center;
}

.svg-container {
	max-width: 851px;
}

.svg-container svg {
	height: 100%;
	width: 100%;
}

.no-bg-fade-content{
	padding-right: 0;
}

.banner-text.no-bg-fade{
	padding-left: 140px;
}

.custom-bg-white, .custom-bg-dark{
	background-color: unset !important;
}

.text-banner-wrapper.custom-bg-white{
	background-color: #fff;
}

.text-banner-wrapper.custom-bg-medium-dark, .designer_heading_2 .custom-bg-medium-dark, .designer_column_one .custom-bg-medium-dark, .designer_photo .custom-bg-medium-dark,
.designer_spacing_large .custom-bg-medium-dark, .designer_spacing_medium .custom-bg-medium-dark, .designer_spacing_small .custom-bg-medium-dark, .designer_svg_files .custom-bg-medium-dark,
.designer_heading_1 .custom-bg-medium-dark, .designer_heading_3 .custom-bg-medium-dark, .designer_form .custom-bg-medium-dark{
	background-color: var(--primary-medium) !important;
}

.text-banner-wrapper.custom-bg-dark, .designer_heading_2 .custom-bg-dark, .designer_column_one .custom-bg-dark, .designer_photo .custom-bg-dark, .designer_spacing_large .custom-bg-dark,
.designer_spacing_medium .custom-bg-dark, .designer_spacing_small .custom-bg-dark, .designer_svg_files .custom-bg-dark, .designer_heading_1 .custom-bg-dark, .designer_heading_3 .custom-bg-dark, .designer_form .custom-bg-dark{
	background-color: var(--primary-dark) !important;
}

.text-banner-wrapper.custom-bg-dark .text-banner-text p, .text-banner-wrapper.custom-bg-medium-dark .text-banner-text p, .designer_heading_2 .custom-bg-dark h3,
.designer_heading_2 .custom-bg-medium-dark h3, .designer_column_one .custom-bg-medium-dark .col-8 *, .designer_column_one .custom-bg-dark .col-8 *, .designer_heading_1 .custom-bg-dark h2,
.designer_heading_1 .custom-bg-medium-dark h2, .designer_heading_3 .custom-bg-dark h4, .designer_heading_3 .custom-bg-medium-dark h4, .designer_form .custom-bg-medium-dark h4{
	color: #fff;
}

.custom-bg-medium-dark input, .custom-bg-dark input, .custom-bg-medium-dark textarea, .custom-bg-dark textarea{
	background: var(--primary-dark) !important;
	color: #ffffff !important;
}

.custom-bg-medium-dark input::placeholder, .custom-bg-dark input::placeholder, .custom-bg-medium-dark textarea::placeholder, .custom-bg-dark textarea::placeholder{
	background: var(--primary-dark) !important;
	color: #ffffff !important;
}

/*BLOG GRID*/

.single-event {
	padding: 40px 0;
}

.event-info {
	background-color: var(--primary-light);
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	left: -50px;
	margin: 20px 0;
	padding: 40px 0;
	height: fit-content;
}

.event-date-location {
	margin-bottom: 30px;
}

.event-date i, .event-date p, .event-description p{
	color: var(--dark);
}

.event-info h3 {
	font-size: 35px !important;
}

.event-info h3, .event-info .banner-btn, .event-date-location, .event-description {
	margin-left: 55px;
	margin-right: 55px;
}

.event-info a {
	width: fit-content;
}

.event-date p{
	margin-bottom: 0;
	padding-left: 8px;
}

.blog-wrapper{
	flex-direction: column;
}

/*--------------------------------*/





/*MOBILE RESPONSIVENESS*/

@media screen and (min-width: 992px) and (max-width: 1199px){
	.banner-text{
		padding: 100px 0;
		padding-left: 50px;
		background: linear-gradient(to right, #ffee88 50%, #ffee88cc 70%, #ffee8899 80%, #ffee8866 90%, #ffee8833 95%, transparent 100% );
	}
}

@media screen and (max-width: 991px){
	.banner-text{
		padding: 50px 0;
		padding-left: 50px;
		background: linear-gradient(to right, #ffee88 50%, #ffee88cc 70%, #ffee8899 80%, #ffee8866 90%, #ffee8833 95%, transparent 100% );
		display: flex;
		justify-content: center;
		flex-direction: column;
		min-height: unset;
	}

	/*.banner-text.banner-twist h3, .banner-text.banner-twist p{
		text-align: center;
	}*/

	#header .header-nav-main nav > ul li a{
		text-transform: uppercase;
	}

	#header .header-nav-main nav > ul li a.dropdown-toggle .fa-chevron-down{
		right: 10px;
		width: 15px;
		transition: all 250ms ease;
	}

	.nav-link, .nav-link-current{
		font-weight: 500 !important;
	}

	.dropdown-menu li{
		padding-left: 9px !important;
	}

	#header .header-nav.header-nav-links{
		min-height: unset;
	}

	html, body{
		overflow-x: hidden;
	}

	.only-mobile{
		display: unset;
	}

	.dropdown-menu li .fa-minus{
		font-size: 8px;
	}

	.single-event {
		flex-direction: column;
		align-items: center;
	}

	.event-image {
		display: flex;
		justify-content: center;
	}

	.event-info {
		left: unset;
		margin: 0;
		width: 100%;
		padding: 30px 0;
		align-items: center;
	}
}

@media screen and (max-width: 560px) {
	.banner-content {
		padding-right: 0;
	}

	.banner-text {
		width: 100%;
		/*background: linear-gradient(to top, #ffdb96 50%, #ffdb96cc 70%, #ffdb9699 80%, #ffdb9666 90%, #ffdb9633 95%, transparent 100% );*/
		background: var(--primary-light) !important;
		/*padding-top: 100px;*/
		padding-left: 25px !important;
		padding-right: 25px !important;
		padding-top: 0;
		padding-bottom: 0;
	}

	.custom-bg-medium-dark .banner-text{
		background: var(--primary-medium) !important;
	}

	.custom-bg-dark .banner-text{
		background: var(--primary-dark) !important;
	}

	.custom-bg-white .banner-text{
		background: #fff !important;
	}

	.banner-text::before{
		position: absolute;
		content: "";
		top: -110px;
		left: 0;
		width: 100%;
		height: 120px;
		background: linear-gradient(to top, var(--primary-light) 40%, var(--primary-light) 60%, var(--primary-light) 70%, var(--primary-light) 80%, var(--primary-light) 90%, transparent 100% );
		z-index: -1;
	}

	.custom-bg-medium-dark .banner-text::before{
		background: linear-gradient(to top, var(--primary-medium) 40%, var(--primary-medium) 60%, var(--primary-medium) 70%, var(--primary-medium) 80%, var(--primary-medium) 90%, transparent 100% );
	}

	.custom-bg-medium-dark .banner-text.no-bg-fade::before{
		top: 0;
		left: 0;
		width: 0;
		height: 0;
	}

	.custom-bg-dark .banner-text::before{
		background: linear-gradient(to top, var(--primary-dark) 40%, var(--primary-dark) 60%, var(--primary-dark) 70%, var(--primary-dark) 80%, var(--primary-dark) 90%, transparent 100% );
	}

	.custom-bg-dark .banner-text.no-bg-fade::before{
		top: 0;
		left: 0;
		width: 0;
		height: 0;
	}

	.custom-bg-white .banner-text::before{
		background: linear-gradient(to top, #fff 40%, #fff 60%, #fff 70%, #fff 80%, #fff 90%, transparent 100% );
	}

	.custom-bg-white .banner-text.no-bg-fade::before{
		top: 0;
		left: 0;
		width: 0;
		height: 0;
	}

	.banner-text-content{
		margin-top: -70px;
	}

	.banner-text.no-bg-fade .banner-text-content{
		margin-top: 25px;
	}

	.no-bg-fade-img{
		display: none;
	}

	.listing, .listing-divider hr, .accordion-wrapper .col-6, .designer_form .content, .news-wrapper, .linked-news-wrapper {
		width: 90%;
	}

	.ft-logo-text, .ft-text-social {
		gap: 10px;
	}

	.ft-text-social {
		justify-content: right;
	}

	.footer-text-one {
		text-align: left;
	}

	.footer-text-two {
		text-align: right;
	}

	.footer-wrapper .container-fluid, .ft-logo-text, .ft-text-social {
		flex-direction: column;
		width: 90%;
		padding-left: 0;
		padding-right: 0;
	}

	.ft-logo-text {
		padding-top: 10px;
		/*padding-bottom: 20px;*/
	}

	.footer-socials {
		padding-bottom: 10px;
	}

	.banner-text a:not(.banner-text-content a), .text-banner-button, .form-submit-button, .news-btn, .linked-news-btn {
		font-size: 14px;
		padding: 10px 45px;
	}

	.text-banner-text{
		width: unset;
	}

	.text-banner-text h3{
		font-size: 1.8em;
	}

	.banner-text h3{
		font-size: 30px;
		/*text-align: center;*/
	}

	.linked-news-text h3{
		font-size: 22px;
	}

	.linked-news-text p{
		padding: 0 5px;
	}

	.designer_column_one .row ul{
		padding-left: 0;
	}

	.designer_column_one .row .checked-ul{
		padding-left: 20px;
	}

	.footer-socials{
		gap: 20px;
	}

	/*.footer-socials a{
		font-size: 30px;
	}*/

	.designer_form .content{
		padding-bottom: 10px;
	}

	.banner-text-wrapper{
		/*background-position-x: center;
		background-size: cover;*/
		flex-direction: column;
	}

	.mobile-background-img{
		display: block !important;
		z-index: -2;
	}

	/*.banner-text-content *, .designer_column_one .row .col-8 *{
		text-align: left !important;
	}*/

	.mobile-banner-left .banner-text-content *:not(.banner-btn){
		text-align: left;
	}

	.mobile-banner-center .banner-text-content *:not(.banner-btn){
		text-align: center;
	}

	.mobile-banner-right .banner-text-content *:not(.banner-btn){
		text-align: right;
	}

	.event-image img {
		max-width: 100%;
	}

	.event-date-location{
		margin: 0;
		margin-bottom: 0px;
		margin-bottom: 33px;
		padding-left: 15px;
		padding-right: 15px;
		flex-direction: column;
		align-items: start;
		width: fit-content;
	}

	.event-info h3 {
		font-size: 30px !important;
		/*margin: 0 auto 33px !important;*/
		text-align: center;
		padding: 0px 20px;
	}

	.event-info .banner-btn {
		padding: 7px 33px;
		margin: 0 auto;
	}

	.event-description {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media screen and (min-width: 561px) and (max-width: 1199px){
	.news-wrapper, .linked-news-wrapper{
		width: 45%;
	}

	.banner-text.banner-twist{
		padding-left: 50px;
		padding-right: 0;
	}

	.banner-text.no-bg-fade{
		padding-left: 50px;
		padding-right: 50px !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1399px){
	.banner-text-wrapper{
		background-size: cover;
		background-position-x: left;
	}

	.banner-text-wrapper.banner-image-twist{
		background-position-x: center;
	}
}

@media screen and (min-width: 561px) and (max-width: 767px){
	.banner-text-wrapper{
		background-size: cover;
		background-position-x: center;
	}
}

@media screen and (min-width: 561px){
	.banner-text::before {
		position: absolute;
		content: "";
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background: linear-gradient(to right, var(--primary-light), var(--primary-light));
	}

	.custom-bg-medium-dark .banner-text::before{
		background: linear-gradient(to right, var(--primary-medium), var(--primary-medium));
	}

	.custom-bg-dark .banner-text::before{
		background: linear-gradient(to right, var(--primary-dark), var(--primary-dark));
	}

	.custom-bg-white .banner-text::before{
		background: linear-gradient(to right, #fff, #fff);
	}

	.banner-text.banner-twist::before {
		position: absolute;
		content: "";
		top: 0;
		left: 100%;
		width: 100%;
		height: 100%;
		background: linear-gradient(to right, var(--primary-light), var(--primary-light));
	}

	.banner-text.banner-twist.no-bg-fade::before {
		width: 0;
		height: 0;
	}

	.custom-bg-medium-dark .banner-text.banner-twist::before {
		background: linear-gradient(to right, var(--primary-medium), var(--primary-medium));
	}

	.custom-bg-dark .banner-text.banner-twist::before {
		background: linear-gradient(to right, var(--primary-dark), var(--primary-dark));
	}

	.custom-bg-white .banner-text.banner-twist::before {
		background: linear-gradient(to right, #fff, #fff);
	}

	.no-bg-fade-img img{
		height: 100%;
		object-fit: cover;
	}

	.banner-text.no-bg-fade::before{
		width: 0;
		height: 0;
	}
}

@media screen and (max-width: 767px) {
	#header, .header-container {
		height: 60px !important;
	}

	#header .header-logo a img {
		width: 120px !important;
		/*margin-left: 10px;*/
	}

	#header .header-btn-collapse-nav {
		font-size: 20px;
		margin-right: 0 !important;
	}

	.designer_column_one .col-8 {
		width: 100%;
		padding: 0;
	}

	.designer_testimonials .section .container .row .col.text-center h2 {
		font-size: 14px !important;
	}

	.designer_testimonials .section .container .row .col.text-center h3 {
		font-size: 25px !important;
	}

	.owl-item div p{
		font-size: 17px !important;
	}

	.owl-item div strong{
		font-size: 13px !important;
	}

	#header .header-nav-main nav > ul{
		padding-bottom: 0;
	}
}

@media screen and (min-width: 992px){
	.nav-link, .nav-link-current{
		font-weight: 300 !important;
	}

	#header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-chevron-down{
		display: unset;
		padding-left: 5px;
		font-weight: 400;
		font-size: 10px;
	}
}

@media screen and (max-width: 1200px){
	#header .header-logo a img{
		margin-left: 10px;
	}
}

@media screen and (min-height: 768px) and (max-width: 1200px){
	#header .header-btn-collapse-nav{
		margin-right: 10px !important;
	}
}

@media screen and (min-width: 561px) and (max-width: 575px){
	.banner-image-twist .banner-content{
		padding-right: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px){
	.banner-content:not(.banner-image-twist .banner-content){
		margin: 0 40px;
	}
}