/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* GENERAL */
html {
	background-color: #d7d4cf;
}
body {
    overflow-x: hidden;
	max-width: 1280px;
    margin: 0 auto;
    background-color: #fff;
}
body.no-scroll {
    overflow: hidden;
}
div#main-content {
    min-height: calc(100vh - 240px);
	margin-top: 88px;
}
div#main-content .et_pb_section {
	padding: 25px 40px !important;
	margin: 0 !important;
}
div#main-content .et_pb_section.et_pb_fullwidth_section {
	padding: 40px 0 !important;
	max-width: 1280px;
    margin: 0 auto !important;
}
div#main-content .et_pb_section:first-child {
	padding-top: 0 !important;
}
div#main-content .et_pb_row {
	padding: 15px 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
div#main-content .et_pb_fullwidth_section .et_pb_row {
	max-width: 100%;
}
.et_pb_text_inner * {
    color: #8f8478;
}
input, textarea {
    padding: 10px 20px!important;
}
a {
	transition: all 0.25s ease-in-out;
	text-decoration: none !important;
}
body #page-container .et_pb_section a.et_pb_button {
	border-radius: 50px;
	padding: 0.4em 2em !important;
	border: 1px solid #8f8478;
	transition: all 0.25s ease-in-out;
	font-size: 20px;
	line-height: 20px !important;
}
body #page-container .et_pb_section a.et_pb_button:hover {
	padding: 0.4em 2em !important;
    border: 1px solid #8f8478;
	font-size: 20px;
    line-height: 20px !important;
}
body #page-container .et_pb_section a.et_pb_button.custom-link {
    padding: 0 !important;
    font-weight: 700;
}
a.et_pb_button:after {
    display: none;
}
a.et_pb_button.et_pb_custom_button_icon {
    padding: 0 30px 0 50px !important;
}
.et_pb_slide {
    background-color: transparent !important;
}
@media (max-width: 980px) {
	body {
		padding-top: 50px;
	}
	div#wpadminbar {
		position: fixed;
	}
	div#main-content {
		min-height: calc(100vh - 284px);
		margin-top: 0;
	}
	div#main-content .et_pb_section {
		padding: 15px 20px !important;
	}
	div#main-content.et_pb_section:first-child {
		padding-top: 0 !important;
	}
	div#main-content .et_pb_section.et_pb_fullwidth_section {
		padding: 20px 0 !important;
	}
	div#main-content .et_pb_section.et_pb_fullwidth_section:first-child {
		padding-top: 0 !important;
	}
	div#main-content .et_pb_row {
		padding: 15px 0;
		width: 100%;
	}
	h1, h2 {
		font-size: 30px !important;
		line-height: 35px !important;
	}
	h3, h4, .entry-title {
		font-size: 20px !important;
		line-height: 20px !important;
	}
	p {
		font-size: 14px !important;
		line-height: 18px !important;
	}
	div#main-content .et_pb_row {
		padding: 30px 0;
	}
	.et_pb_column .et_pb_module {
		margin-bottom: 20px;
	}
	body #page-container .et_pb_section a.et_pb_button {
		padding: 0.2em 1.5em !important;
		font-size: 10px;
		line-height: 15px !important;
	}
}



/* HEADER */
header.et-l--header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 1280px;
	box-shadow: 0px 0px 10px -7px #000;
	margin: 0 auto;
	z-index: 10000;
	background-color: #fff;
}
div#site-header .et_pb_row {
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
}
@media screen and (max-width: 980px) {
	.logged-in header.et-l--header {
		top: 46px;
	}
	div#site-header .et_pb_row {
		height: 50px;
	}
	div#site-header .et_pb_row .et_pb_column {
		width: auto !important;
		display: flex;
		align-items: center;
	}
	div#site-header .et_pb_row .et_pb_column.et_pb_module {
		padding: 15px 0;
	}
	div#site-header .et_pb_row .et_pb_column:first-child {
		margin-bottom: 0;
		max-width: 120px;
	}
	div#site-header .et_pb_row .et_pb_column:first-child .et_pb_module {
		padding: 19px 0 5px;
	}
	div#site-header .et_pb_row .et_pb_column:nth-child(2) {
		order: 3;
		margin-bottom: 0;
	}
	div#site-header .et_pb_row .et_pb_column:nth-child(2) .et_pb_module {
		padding: 0;
	}
	div#site-header .et_pb_row .et_pb_column:last-child {
		order: 2;
		width: 100% !important;
		justify-content: center;
		display: flex;
	}
	body #page-container .et_pb_section#site-header a.et_pb_button {
		font-size: 10px;
		line-height: 15px !important;
		background-color: #8f8478 !important;
		color: #fff !important;
		border-color: #8f8478 !important;
		padding: 0 10px !important;
	}
	ul#mobile_menu1 {
		position: fixed;
		width: 100%;
		top: 50px;
		left: 0;
		right: 0;
		border: none;
	}
	.logged-in ul#mobile_menu1 {
		top: 96px;
		padding: 0;
	}
	.et_pb_menu .et_mobile_nav_menu {
		margin: 0;
	}
	.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
		color: #8f8478 !important;
	}
	.et_mobile_menu .menu-item-has-children>a {
		background: transparent;
		font-weight: 300;
	}
	.et_pb_menu .et_mobile_menu > li a {
		padding-left: 40px;
		border: none;
	}
	.et_pb_menu .et_mobile_menu ul.sub-menu {
		padding-left: 0;
	}
	.et_pb_menu .et_mobile_menu ul.sub-menu li {
		background-color: #8f8478 !important;
		padding: 0 50px 0 20px;
	}
	.et_pb_menu .et_mobile_menu ul.sub-menu li a {
		color: #fff !important;
		padding-left: 40px;
		border-bottom: 1px solid #fff;
	}
	.et_pb_menu .et_mobile_menu ul.sub-menu li:last-child a {
		border: none;
	}
	.mobile_nav.opened .mobile_menu_bar {
		width: 32px;
	}
	.mobile_nav.opened .mobile_menu_bar:before {
		content: "\00d7";
		font-size: 44px;
		top: -4px;
    	left: 4px;
	}
}
@media screen and (min-width: 981px) {
	.logged-in header.et-l--header {
		top: 32px;
	}
	div#site-header {
		padding: 0 40px;
		max-width: 1280px;
		margin: 0 auto;
	}
	/* div#site-header:after {
		content: "";
		position: absolute;
		bottom: -48px;
		left: 0;
		height: 0;
		width: 100%;
		background: #8f8478;
		opacity: 0;
		transition: opacity .2s ease-in-out;
		visibility: hidden;
	} */
	div#site-header.hovered:after {
		opacity: 1;
		visibility: visible;
		height: 48px;
	}
	div#site-header .et_pb_row:after {
		content: none;
	}
	div#site-header .et_pb_row .et_pb_column {
		display: flex;
		align-items: center;
		width: auto;
		margin: 0;
	}
	div#site-header .et_pb_menu_0_tb_header,
	div#site-header .et_pb_menu_0_tb_header .et_pb_menu_inner_container,
	div#site-header .et_pb_menu_0_tb_header .et_pb_menu_inner_container .et_pb_menu__wrap,
	div#site-header #menu-header-menu li {
		height: 100%;
	}
	div#site-header #menu-header-menu li {
		align-items: center;
		margin-top: 0;
		padding: 0 20px;
	}
	div#site-header #menu-header-menu li:hover > a,
	div#site-header #menu-header-menu li > a:hover {
		opacity: 1;
	}
	div#site-header #menu-header-menu li > a:after,
	div#site-header #menu-header-menu li > a:after {
		opacity: 0;
	}
	div#site-header #menu-header-menu li:hover > a:after,
	div#site-header #menu-header-menu li > a:hover:after {
		opacity: 1;
		transition: all .2s ease-in-out;
	}
	div#site-header .et_pb_row .et_pb_column--with-menu {
		width: 100%;
		justify-content: right;
		display: flex;
		padding: 0 40px;
	}
	.et-menu > li > a {
		padding: 0 !important;
		transition: none;
	}
	.current-menu-ancestor > a,
	.current-menu-item > a,
	.et-menu > li:hover > a {
		-webkit-text-stroke: 1px #8f8478;
	}
	.sub-menu .current-menu-item a,
	.sub-menu > li:hover > a {
		-webkit-text-stroke: 1px #fff;
	}
	.et-menu .menu-item-has-children > a:after {
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 15px solid #8f8478;
		content: "" !important;
		left: calc(50% - 10px);
		top: 36px !important;
		right: auto !important;
	}
	div#site-header .menu-item-has-children .sub-menu {
	/*     position: absolute;
		width: auto;
		top: 95px;
		border: none;
		padding: 0;
		display: flex;
		justify-content: space-between;
		background-color: transparent !important;
		box-shadow: none; */
		position: fixed;
		width: 100%;
		max-width: 1280px;
		margin: 0 auto;
		top: 87px;
		left: 0;
		right: 0;
		border: none;
		padding: 0;
		text-align: center;
		background-color: #8f8478 !important;
		box-shadow: none;
		z-index: 10000;
	}
	.logged-in div#site-header .menu-item-has-children .sub-menu {
		top: 119px;
	}
	div#site-header .menu-item-has-children .sub-menu li a {
		color: #fff !important;
		width: auto;
		font-weight: 300;
		padding: 10px 0;
		white-space: nowrap;
	}
	div#site-header a.et_pb_button:hover {
		background-color: #fff !important;
		color: #8f8478 !important;
		border-color: #8f8478 !important;
	}
}



/* HEADER SLIDER */
.header-slider .et_pb_slide_description {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 30px 30px 40px;
    background-color: #8f8478;
    width: 100%;
    max-width: 38%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.et_pb_slide {
    position: relative;
    height: auto;
    padding: 0;
}
.et_pb_slide_image {
    bottom: auto;
    position: relative;
    top: auto;
    margin: 0 !important;
    height: 100%;
    width: 100%;
	display: block !important;
}
.et_pb_slide_image img {
    width: auto;
    height: auto;
    max-height: 100% !important;
}
.et-pb-controllers {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
}
.et-pb-controllers a {
	border: 1px solid #fff;
    width: 11px;
    height: 11px;
    background-color: transparent;
    opacity: 1;
}
.slider-disturber {
	position: absolute;
	top: 70px;
	right: 110px;
	z-index: 100;
	height: 210px;
	width: 210px;
	overflow: hidden;
}
@media screen and (max-width: 980px) {
	.header-slider .et_pb_slider {
		overflow: visible;
		margin-bottom: 100px !important;
	}
	.header-slider .et_pb_slide_image {
		height: 0;
		padding-bottom: 65%;
		width: 100%;
		display: block !important;
	}
	.header-slider .et_pb_slide_image img {
		width: auto;
		height: auto;
		min-height: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		object-fit: cover;
	}
	.header-slider .et_pb_slide_description {
		position: absolute;
		bottom: -71px;
		left: 0;
		padding: 10px 20px;
		background-color: #8f8478;
		width: 100%;
		max-width: 100%;
		display: flex;
		flex-direction: column;
		align-items: baseline;
	}
	.header-slider .et_pb_slide_title {
		font-size: 20px !important;
	}
	.header-slider .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_title {
		font-size: 20px !important;
		line-height: 20px !important;
		padding: 0;
	}
	.et-pb-controllers {
		bottom: -95px;
	}
	.et-pb-controllers a {
		border-color: #8f8478;
	}
	.et-pb-controllers a.et-pb-active-control {
		background-color: #8f8478;
	}
	.header-slider .slider-disturber {
		top: 10px;
		right: 10px;
		height: 100px;
		width: 100px;
	}
}



/* CUSTOM CAROUSEL */
.et_builder_inner_content > .et_pb_section .custom-carousel {
    display: flex;
    flex-direction: row;
}
.et_builder_inner_content > .et_pb_section .custom-carousel .et_pb_slide_description {
    display: none;
}
.et_builder_inner_content > .et_pb_section .custom-carousel .et_pb_slider {
    overflow: visible !important;
	padding-bottom: 50px;
}
.et_builder_inner_content > .et_pb_section .custom-carousel .et_pb_slide_image {
    margin: 0 !important;
    display: block !important;
}
.et_builder_inner_content > .et_pb_section .carousel-right .et_pb_slider_container_inner {
    position: relative;
    height: 100%;
}
.et_builder_inner_content > .et_pb_section .custom-carousel .et_pb_slide_image img {
    width: 60%;
    height: auto;
    position: absolute;
    bottom: 0;
}
.et_builder_inner_content > .et_pb_section .carousel-right .et_pb_slide_image img {
    left: 0;
}
.et_builder_inner_content > .et_pb_section .carousel-right.carousel-tall .et_pb_slide_image img {
	left: auto;
    right: 0;
    bottom: 50%;
    transform: translateY(50%) !important;
}
.et_builder_inner_content > .et_pb_section .carousel-left.carousel-tall .et_pb_slide_image img {
    right: auto;
    left: 0;
    bottom: 50%;
    transform: translateY(50%) !important;
}
.et_builder_inner_content > .et_pb_section .carousel-left .et_pb_slide_image img {
    right: 0;
}
.et_builder_inner_content > .et_pb_section .custom-carousel .et-pb-slider-arrows {
    display: none;
}
.et_builder_inner_content > .et_pb_section .custom-carousel .et-pb-controllers {
	width: auto;
    bottom: 0;
	left: 50%;
    transform: translateX(-50%);
	padding-left: 10px;
	white-space: nowrap;
}
.et_builder_inner_content > .et_pb_section .custom-carousel .et-pb-controllers a {
	border: 1px solid #8f8478;
	width: 12px;
    height: 12px;
}
.et_builder_inner_content > .et_pb_section .custom-carousel .et-pb-controllers .et-pb-active-control {
    background-color: #8f8478;
}
.et_builder_inner_content > .et_pb_section .custom-carousel .et_pb_slider > div.carousel-counter:nth-last-child(2) {
    display: none;
}
.carousel-counter:last-child {
    position: absolute;
    top: 30px;
    background: #8f8478;
    font-weight: 700;
    padding: 1px 15px;
    font-size: 18px;
}
.carousel-right .carousel-counter:last-child {
	left: 40px;
}
.carousel-right.carousel-tall .carousel-counter:last-child {
    left: auto;
    right: 35%;
}
.carousel-left .carousel-counter:last-child {
	right: 40px;
}
.carousel-left.carousel-tall .carousel-counter:last-child {
    right: auto;
    left: 35%;
}
.carousel-counter.hidden {
	display: none;
}
.et_builder_inner_content > .et_pb_section .carousel-right > div:first-child {
    width: 40%;
	display: flex;
	flex-direction: column;
    justify-content: center;
	margin-right: 5%;
}
.et_builder_inner_content > .et_pb_section .carousel-right > div:last-child {
    width: 60%;
}
.et_builder_inner_content > .et_pb_section .carousel-right > div:last-child .et_pb_slider .et_pb_slide {
	padding: 0;
    background-size: 81%;
    background-position: top right;
	padding-bottom: 75%;
	height: 0;
}
.et_builder_inner_content > .et_pb_section .carousel-right.carousel-tall > div:last-child .et_pb_slider .et_pb_slide {
    padding: 0;
    background-size: 50% 100%;
    background-position: top left;
    padding-bottom: 75%;
    height: 0;
}
.et_builder_inner_content > .et_pb_section .carousel-left > div:first-child {
    width: 60%;
	margin-right: 5%;
}
.et_builder_inner_content > .et_pb_section .carousel-left > div:last-child {
	width: 40%;
	display: flex;
	flex-direction: column;
    justify-content: center;
}
.et_builder_inner_content > .et_pb_section .carousel-left > div:first-child .et_pb_slider .et_pb_slide {
	padding: 0;
    background-size: 81%;
    background-position: top left;
	padding-bottom: 75%;
	height: 0;
}
.et_builder_inner_content > .et_pb_section .carousel-left.carousel-tall > div:first-child .et_pb_slider .et_pb_slide {
    padding: 0;
    background-size: 50% 100%;
    background-position: top right;
    padding-bottom: 75%;
    height: 0;
}
.et_builder_inner_content > .et_pb_section .custom-carousel .et-pb-controllers a.et-pb-arrow-prev {
    width: 50px;
    height: 36px;
    border: none;
    background-image: url("/wp-content/uploads/2022/10/arrow-prev.png;");
	background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    left: -50px;
	cursor: pointer;
	top: 11px;
}
.et_builder_inner_content > .et_pb_section .custom-carousel .et-pb-controllers a.et-pb-arrow-next {
    width: 50px;
    height: 36px;
    border: none;
    background-image: url("/wp-content/uploads/2022/10/arrow-next.png;");
	background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    right: -50px;
	cursor: pointer;
	opacity: 1;
	top: 11px;
}
.et_builder_inner_content > .et_pb_section .custom-carousel .et-pb-controllers a.et-pb-arrow-prev:hover,
.et_builder_inner_content > .et_pb_section .custom-carousel .et-pb-controllers a.et-pb-arrow-next:hover {
	opacity: .7;
}
.breadcrum {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    max-height: 50px;
}
.et_builder_inner_content > .et_pb_section .custom-carousel div.et_pb_button_module_wrapper {
	margin-bottom: 10px !important;
}
@media screen and (max-width: 980px) {
	.et_builder_inner_content > .et_pb_section .custom-carousel {
		flex-direction: column;
	}
	.carousel-counter:last-child {
		top: 15px;
		padding: 0 10px;
		font-size: 14px;
		line-height: 18px;
	}
	.et_builder_inner_content > .et_pb_section .custom-carousel .et-pb-controllers a {
		border: 1px solid #8f8478;
		width: 10px;
		height: 10px;
	}
	.et_builder_inner_content > .et_pb_section .carousel-right > div:first-child,
	.et_builder_inner_content > .et_pb_section .carousel-right > div:last-child,
	.et_builder_inner_content > .et_pb_section .carousel-left > div:first-child,
	.et_builder_inner_content > .et_pb_section .carousel-left > div:last-child {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	.carousel-right .carousel-counter:last-child {
		left: 5%;
	}
	.carousel-left .carousel-counter:last-child {
		right: 5%;
	}
	.et_builder_inner_content > .et_pb_section .carousel-left > div:first-child {
		order: 2;
	}
}



/* MAP */
div#main-content .et_pb_section.map {
    padding: 0 !important;
}
.map .et_pb_row {
    max-width: 100% !important;
}
.et_builder_inner_content > .et_pb_section .map-desc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 100;
    height: 95%;
    background: #fff;
    width: 365px;
}
.et_builder_inner_content > .et_pb_section .map-desc .et_pb_column {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
/*     justify-content: center; */
    padding: 30px;
    text-align: center;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: all .2s ease-out;
	height: 100%;
}
.et_builder_inner_content > .et_pb_section .map-desc .et_pb_column.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.et_builder_inner_content > .et_pb_section .map-desc .et_pb_column .et_pb_module {
	text-align: center;
	margin-bottom: 10px !important;
    margin-top: 0;
}
.et_builder_inner_content > .et_pb_section .map-desc .et_pb_column .et_pb_module p {
    margin-top: 20px;
}
.et_builder_inner_content > .et_pb_section .map-pins {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    max-width: 100%;
}
.et_builder_inner_content > .et_pb_section .map-pins .et_pb_column {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	pointer-events: none;
}
.et_builder_inner_content > .et_pb_section .map-pins .et_pb_column .et_pb_module {
    width: 35px;
    margin: 0;
    position: absolute;
	pointer-events: auto;
	cursor: pointer;
	transition: all .2s ease-out;
}
.et_builder_inner_content > .et_pb_section .map-pins.animated-pins .et_pb_column .et_pb_module {
	opacity: .5;
}
.et_builder_inner_content > .et_pb_section .map-pins .et_pb_column .et_pb_module:hover {
	opacity: 1;
}
.et_builder_inner_content > .et_pb_section .map-pins .et_pb_column .et_pb_module.active {
    opacity: 1;
}
body #page-container .et_pb_section.map .et_pb_button {
    line-height: 20px !important;
    padding: 0.4em 2em !important;
}
body #page-container .et_pb_section.map .et_pb_button:hover {
	line-height: 20px !important;
    padding: 0.4em 2em !important;
    opacity: 1;
    background-color: #8f8478;
    color: #fff !important;
	border-width: 1px;
}
.map-dropdown, .map-dropdown-title {
    display: none;
}
@media screen and (max-width: 980px) {
	div#main-content .et_pb_section.map,
	.et_builder_inner_content > .et_pb_section .map-desc {
		background-color: #efedeb;
	}
	.map-dropdown, .map-dropdown-title {
		display: block;
	}
	.et_pb_column .et_pb_module.map-dropdown-title {
		margin-bottom: 10px;
	}
	.map-dropdown-title h2 {
		text-align: center;
		margin-top: 20px;
		padding: 0;
	}
	.map-pins {
		display: none;
	}
	.et_builder_inner_content > .et_pb_section .map-desc {
		position: relative;
		top: 0;
		transform: translateY(0);
		padding-top: 0 !important;
	}
	.et_builder_inner_content > .et_pb_section .map-desc .et_pb_column .et_pb_module {
		margin-bottom: 5px !important;
	}
	.et_builder_inner_content > .et_pb_section .map-desc .et_pb_column .et_pb_module p {
		margin-top: 10px;
	}
	body #page-container .et_pb_section.map .et_pb_button {
		line-height: 15px !important;
		padding: 0.2em 2em !important;
	}
	.et_builder_inner_content > .et_pb_section .map-desc .et_pb_column {
		padding-top: 10px !important;
		margin-bottom: 0;
    	padding-bottom: 0;
	}
	.et_builder_inner_content > .et_pb_section .map-desc .et_pb_column.active {
		position: relative;
	}
	.map-dropdown {
		text-align: center;
	}
	.map-dropdown select#locations {
		border-radius: 50px;
		padding: 0 15px;
		min-width: 180px;
		color: #8f8478;
		background-color: #efedeb;
	}
	.et_builder_inner_content > .et_pb_section .map-desc .et_pb_column > div:first-child {
		display: none;
	}
}



/* BUTTONS */
.three-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.three-buttons * {
    color: #fff;
}
.three-buttons .et_pb_row {
    background: #8f8478;
    width: 30%;
	border-radius: 50px;
	padding: 10px 0 !important;
	border: 2px solid #8f8478;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
}
.three-buttons .et_pb_row:hover {
	background-color: transparent;
}
.three-buttons .et_pb_row:hover * {
	color: #8f8478;
	fill: #8f8478;
}
.three-buttons .et_pb_row .et_pb_column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.three-buttons .et_pb_row .et_pb_column .btn-icon {
    margin: 0;
    width: 40px;
    height: 40px;
}
.three-buttons .et_pb_row .et_pb_column .et_pb_text_inner p {
    margin-top: 8px;
    margin-left: 10px;
}
@media screen and (max-width: 980px) {
	.three-buttons {
		flex-direction: column;
	}
	.three-buttons .et_pb_row {
		width: 100%;
		max-width: 200px;
		margin-bottom: 20px;
		padding: 0 !important;
	}
	.three-buttons .et_pb_row:last-child {
		margin-bottom: 0;
	}
	.three-buttons .et_pb_row .et_pb_column .btn-icon {
		width: 25px;
		height: 25px;
		margin-top: 2px;
	}
	.three-buttons p {
		font-size: 20px !important;
    	line-height: 30px !important;
		margin: 0 0 0 10px !important;
	}
}


/* TEXT-IMG */
.custom-text-img .et_pb_row {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.custom-text-img .et_pb_row .et_pb_column:first-child {
    width: 35%;
}
.custom-text-img .et_pb_row .et_pb_column:last-child {
    width: 65%;
}
@media screen and (max-width: 980px) {
	.custom-text-img .et_pb_row {
		flex-direction: column;
	}
	.custom-text-img .et_pb_row .et_pb_column:first-child,
	.custom-text-img .et_pb_row .et_pb_column:last-child {
		width: 100%;
	}
	.custom-text-img .et_pb_row .et_pb_column:first-child {
		order: 2;
	}
}



/* BLOG PREVIEW */
.custom-blog-preview .et_pb_row {
    display: flex;
    flex-direction: row;
}
.custom-blog-preview .et_pb_ajax_pagination_container {
    display: flex;
    flex-direction: row;    
	justify-content: space-between;
}
.custom-blog-preview article {
    width: 48%;
	background-color: #fff;
	margin: 0;
}
.custom-blog-preview .post-content-inner {
	margin-bottom: 20px;
    height: 64px;
    overflow: hidden;
}
.custom-blog-preview .post-content-inner p {
	color: #8f8478;
}
.custom-blog-preview article > a {
    padding-bottom: 55%;
    height: 0;
    overflow: hidden;
}
.custom-blog-preview article > a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.custom-blog-preview article > * {
	color: #8f8478;
}
.custom-blog-preview a.more-link {
	display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    color: #8f8478;
	border: 1px solid #8f8478;
    border-radius: 50px;
    padding: 0.3em 1em!important;
	line-height: 20px;
}
.custom-blog-preview a.more-link:hover {
    background-color: #8f8478;
    color: #fff;
}
.custom-blog-preview h2.entry-title {
	padding: 0 20px;
	margin-bottom: 10px;
}
.custom-blog-preview .post-content {
	padding: 0 20px 30px;
}
.custom-blog-preview .et_pb_row {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 980px) {
	.custom-blog-preview .et_pb_row {
		flex-direction: column;
	}
	.custom-blog-preview .et_pb_ajax_pagination_container {
		flex-direction: column;
	}
	.custom-blog-preview .et_pb_column:first-child,
	.custom-blog-preview .et_pb_column:last-child {
		width: 100%;
	}
	.custom-blog-preview article {
		width: 100%;
		margin: 0 auto 30px;
	}
	.custom-blog-preview .et_pb_blog_0 .et_pb_post .entry-title {
		font-size: 20px !important;
		line-height: 22px !important;
	}
	.custom-blog-preview .post-content-inner {
		height: 55px;
	}
	.custom-blog-preview a.more-link {
		font-size: 10px !important;
		line-height: 15px;
	}
}
@media screen and (min-width: 981px) {
	.custom-blog-preview .et_pb_column:first-child {
		width: 75%;
		margin-right: 4%;
	}
	.custom-blog-preview .et_pb_column:last-child {
		width: 25%;
	}
}



/* BLOG PAGE */
.blog-all .et_pb_ajax_pagination_container {
    display: flex;
    flex-direction: row;    
	justify-content: space-between;
	flex-wrap: wrap;
}
.blog-all article {
    width: 48%;
	transition: all .2s ease-in-out;
	padding-bottom: 0 !important;
}
.blog-all article:hover {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.blog-all h2.entry-title {
	padding: 20px;
	border: 1px solid rgba(143, 132, 120, .5);
    border-bottom: 0;
    border-top: 0;
	font-size: 35px;
	line-height: 40px;
}
.blog-all .post-content {
	padding: 0 20px 30px;
	border: 1px solid rgba(143, 132, 120, .5);
    border-top: 0;
}
.blog-all .post-content p {
	font-size: 20px;
	line-height: 30px;
}
.blog-all .post-content-inner {
	margin-bottom: 20px;
    height: 62px;
    overflow: hidden;
}
.blog-all article > a {
    padding-bottom: 55%;
    height: 0;
    overflow: hidden;
	margin-bottom: 0 !important;
}
.blog-all article > a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.blog-all article > * {
	color: #8f8478;
}
.blog-all a.more-link {
	display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    color: #8f8478;
	border: 1px solid #8f8478;
    border-radius: 50px;
    padding: 0.3em 1em!important;
}
.blog-all a.more-link:hover {
    background-color: #8f8478;
    color: #fff;
}
.blog-all .et_pb_row {
    display: flex;
    align-items: center;
}
.wp-element-button {
	border-radius: 50px;
    padding: 0.4em 2em !important;
    border: 1px solid #8f8478;
    transition: all 0.25s ease-in-out;
    font-size: 20px;
    line-height: 20px !important;
	color: #ffffff!important;
    background-color: #8f8478;
	text-transform: uppercase;
}
@media screen and (max-width: 980px) {
	.blog-all .et_pb_ajax_pagination_container {
		flex-direction: column;
	}
	.blog-all article {
		width: 100%;
	}
	.blog-all h2.entry-title {
		font-size: 20px !important;
		line-height: 22px !important;
		padding: 15px 20px 5px;
	}
	.blog-all .post-content-inner {
		height: 55px;
		margin-bottom: 10px;
	}
	.blog-all a.more-link {
		font-size: 10px !important;
		line-height: 15px;
	}
}



/* 2-4-4 */
.section-2-4-4 .et_pb_column:first-child {
    width: 20%;
}
.section-2-4-4 .et_pb_column {
    width: 35%;
	margin-right: 5%;
}
.section-2-4-4 .et_pb_column:last-child {
    width: 35%;
}
@media screen and (max-width: 980px) {
	.section-2-4-4 .et_pb_column:first-child {
		width: 17% !important;
		margin-right: 3%;
	}
	.section-2-4-4 .et_pb_column {
		width: 80% !important;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.section-2-4-4 .et_pb_column:last-child {
		width: 80% !important;
		margin-left: 20%;
	}
}



/* CONTACT */
.contact .et_pb_column:first-child {
    width: 32%;
    margin-right: 4%;
}
.contact .et_pb_column:last-child {
    width: 64%;
}
.contact-form span.et_pb_contact_field_options_title {
	display: none;
}
span.et_pb_contact_field_options_list {
    display: flex;
}
span.et_pb_contact_field_options_list > span {
	margin-right: 10px;
}
.et_contact_bottom_container {
    float: left;
}
.et_contact_bottom_container button {
    line-height: 25px !important;
}
.contact textarea {
	width: 100% !important;
    max-width: 100%;
}
.et-pb-contact-message {
	display: none;
}
.contact-form form > p:last-of-type span label:after {
    content: " einverstanden.";
}



/* MIETINTERESSE */
.mietinteresse-form .et_pb_contact_field_options_title {
    font-size: 35px;
    font-weight: 300;
    color: #8f8478;
	line-height: 35px;
    margin-top: 40px;
}
.mietinteresse-form .et_pb_contact_field_checkbox {
	display: none;
}
.mietinteresse-form p[data-type="radio"] {
	margin-top: 20px;
	display: flex;
    flex-direction: column;
}
.mietinteresse-form p[data-type="radio"]:before {
	font-size: 16px;
    line-height: 20px;
    max-width: 40%;
    display: block;
    order: 2;
}
.mietinteresse-form p[data-type="radio"] .et_pb_contact_field_options_title {
	font-size: 20px;
	margin: 0;
	max-width: 40%;
}
.mietinteresse-form span.et_pb_contact_field_options_list {
    display: flex;
    position: absolute;
    left: 51%;
    top: 0;
}
.mietinteresse-form p[data-type="radio"] span.et_pb_contact_field_options_list > span:first-child {
	margin-right: 60px;
}
.et_pb_contact p input[type=radio]:checked+label i:before {
	background: #8f8478;
}
.mietinteresse-form form > p:last-of-type,
.mietinteresse-form form > p:nth-last-of-type(2) {
	flex-direction: row;
}
.mietinteresse-form form > p:last-of-type span.et_pb_contact_field_options_title,
.mietinteresse-form form > p:nth-last-of-type(2) span.et_pb_contact_field_options_title {
	display: none;
}
.mietinteresse-form form > p:last-of-type span.et_pb_contact_field_options_list,
.mietinteresse-form form > p:nth-last-of-type(2) span.et_pb_contact_field_options_list {
	position: relative;
	left: auto;
}
.mietinteresse-form form > p:last-of-type {
	margin-top: 10px;
}
.mietinteresse-form form > p:nth-last-of-type(2) {
	margin-bottom: 10px;
}
.mietinteresse-form form > p:nth-last-of-type(2) span label:after {
    content: " einverstanden.";
}
.mietinteresse-form form > p:nth-last-of-type(4) {
    display: flex;
    flex-direction: row;
    position: relative;
	padding-top: 7px;
}
.mietinteresse-form form > p:nth-last-of-type(4):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 47%;
    background: #eeeeee;
}
.mietinteresse-form form > p:nth-last-of-type(4) label.upload-file-label.input.daff-bg-none {
    width: 45%;
    margin-right: 5%;
}
label.upload-file-label.input.daff-bg-none:after {
    content: "Hier können Sie uns ihren aktuellen Betreibungsregisterauszug übermitteln. Falls dieser nicht als PDF-Datei vorhanden ist, bitten wir Sie, uns diesen innert 2 Tagen per A-Post zukommen zu lassen.";
    display: block;
	font-size: 16px;
    line-height: 20px;
}
body #page-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module.mietinteresse-form form > p:nth-last-of-type(4) .et_pb_button {
    width: 22%;
    margin-left: 3%;
    padding: 0 1% !important;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    height: 36px;
	overflow: hidden;
}
body #page-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module.mietinteresse-form form > p:nth-last-of-type(4) .et_pb_button:hover {
	background-color: transparent !important;
}
.mietinteresse-form form > p:nth-last-of-type(4) span.divi-simple-file-name.input.daff-bg-transparent {
    width: 23%;
    height: 20px;
    top: 9px;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
}
@media screen and (max-width: 479px) {
	.mietinteresse-form form > p:nth-last-of-type(4) {
		flex-wrap: wrap;
	}
	.mietinteresse-form form > p:nth-last-of-type(4) label.upload-file-label.input.daff-bg-none {
		width: 100%;
		margin-right: 0;
	}
	body #page-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module.mietinteresse-form form > p:nth-last-of-type(4) .et_pb_button {
		width: calc(50% - 20px);
		margin-left: 20px;
		margin-top: 7px;
		margin-bottom: 7px;
	}
	.mietinteresse-form form > p:nth-last-of-type(4) {
		padding-top: 0;
	}
	.mietinteresse-form form > p:nth-last-of-type(4):before {
		top: auto;
		right: auto;
		bottom: 0;
		left: 3%;
		width: 97%;
	}
	.mietinteresse-form form > p:nth-last-of-type(4) span.divi-simple-file-name.input.daff-bg-transparent {
		width: calc(50% - 10px);
		height: 20px;
		top: 16px;
	}
}



/* FOOTER */
.et_pb_row_0_tb_footer.et_pb_row {
    display: flex;
    align-items: center;
}
.et_pb_row.et_pb_row_0_tb_footer .et_pb_column {
    margin-right: 0 !important;
    width: 33.33%;
}
.et_pb_row.et_pb_row_0_tb_footer .et_pb_column.et_pb_column_1_tb_footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.et_pb_row.et_pb_row_0_tb_footer .et_pb_column.et_pb_column_1_tb_footer span {
    text-decoration: none !important;
}
.et_pb_row.et_pb_row_0_tb_footer .et_pb_column.et_pb_column_1_tb_footer span:after {
    content: " ";
    position: absolute;
    width: 100%;
    bottom: 1px;
    left: 0;
    border-bottom: 1px solid #8f8478;
}
.et_pb_row.et_pb_row_0_tb_footer .et_pb_column.et_pb_column_1_tb_footer .et_pb_module {
    margin: 0 5px;
}
@media screen and (max-width: 980px) {
	.et_pb_row_0_tb_footer.et_pb_row {
		flex-direction: column;
		padding: 0 15px !important;
	}
	.et_pb_row.et_pb_row_0_tb_footer .et_pb_column {
		width: 100%;
	}
	.et_pb_row.et_pb_row_0_tb_footer .et_pb_column.et_pb_column_1_tb_footer {
		justify-content: flex-start;
	}
	.et_pb_row.et_pb_row_0_tb_footer .et_pb_column.et_pb_column_2_tb_footer .et_pb_text_inner {
		text-align: left;
	}
	.et_pb_row.et_pb_row_0_tb_footer .et_pb_column.et_pb_column_1_tb_footer .et_pb_module {
		margin: 0 2px;
	}
	.et_pb_image_0_tb_footer {
		width: 120px !important;
	}
}



/* 404 PAGE */
.page-404-content {
	min-height: calc(100vh - 140px);
}
.page-404-text {
    max-width: 750px;
    margin: 0 auto;
}
.page-404-text a {
	color: #fff !important;
	text-decoration: underline;
}



