/*
Theme Name: Divi Child Theme
Description: Divi Child Theme
Template: Divi
Version: Updated for Divi 3+
*/

html {
	font-size: 16px;
}
body {
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	overflow-x: hidden;
	max-width: 100vw;
}

.container-main {
	width: 100%;
	max-width: 1500px;
	padding-left: 4rem;
	padding-right: 4rem;
}
.col-nopadding {
	padding-left: 0;
	padding-right: 0;
}

.row-flex-center {
	display: flex;
	align-items: center;
}
.row-flex-bottom {
	display: flex;
	align-items: end;
}

#wpadminbar {
    z-index: 9999999;
}
body.logged-in.admin-bar .et_pb_section_0_tb_header {
    top: 0 !important;
}

.responsive-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}
.responsive-container iframe,
.responsive-container object,
.responsive-container embed,
.responsive-container video
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wp-block-embed__wrapper .responsive-container {
	padding: 0;
	position: static;
	height: auto;
}

.wp-embed-responsive .wp-block-embed-spotify .wp-block-embed__wrapper:before {
	padding-top: 0;
}

.wp-embed-responsive .wp-block-embed-spotify.wp-has-aspect-ratio iframe {
	position: static;
	height: revert-layer;
}

/* HEADER */

body .et_pb_section_0_tb_header.et_pb_section {
    background-color: rgba(0,0,0,0) !important;
    transition: background .9s, backdrop-filter .9s;
}
body.scrolldown .et_pb_section_0_tb_header.et_pb_section {
    background-color: rgba(0,0,0,.85) !important;
    backdrop-filter: blur(12px);
}

/* BLOG */

.et_pb_post_content h2 {
	margin-top: 40px;
	margin-bottom: 20px;
}
.et_pb_post_content h3 {
	margin-top: 30px;
	margin-bottom: 20px;
}
.et_pb_post_content p {
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1.6;
}
body .et_pb_module.post-tags {
	margin-top: 15px !important;
}
.post-tags a {
	margin-right: 6px;
}
.post-tags a:before {
	content: '#';
}
body.tag h1:before {
	content: '#';
}

/* CAROUSEL */

.slick-arrow {
    width: 48px !important;
    height: 80px !important;
    padding: 1rem;
    z-index: 9999;
}
.slick-prev:before,
.slick-next:before {
    background: url('img/prev.svg') no-repeat center;
    content: " " !important;
    background-size: contain !important;
    width: 100%;
    height: 100%;
    display: block;
}
.slick-next:before {
    transform: rotate(180deg);
}
.slick-next {
    right: -50px !important;
}
.slick-prev {
    left: -50px !important;
}
.slider-fullwidth {
    overflow:hidden;
}
.slider-fullwidth .slick-next {
    right: 20px !important;
}
.slider-fullwidth .slick-prev {
    left: 20px !important;
}

/* FORMS */

.cform-box {
    max-width: 500px;
    margin: 25px auto 25px auto;
    border-radius: 10px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
textarea:focus {
	display: block;
	width: 100%;
	padding: .8rem 1.3rem;
	margin-bottom: .7rem;
	border: 1px solid rgba(0, 0, 0, 0.11);
	border-radius: 10px;
	color: black;
	background: none;
	font-weight: 500;
	font-size: 17px;
}
.wpcf7-textarea {
    height: 8rem;
}
.wpcf7-submit {
	margin-top: 8px;
	font-size: 17px;
	line-height: 1;
	padding: 1.3rem 2rem;
	border: none;
	border-radius: 10px;
	cursor: pointer;
} 
.wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: -.7rem;
    margin-bottom: .5rem;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1rem 0;
    padding: 2rem;
}
.wpcf7-acceptance .wpcf7-list-item, 
.wpcf7-acceptance .wpcf7-list-item a {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.1;
}
.wpcf7-acceptance label {
	display: flex;
	align-items: flex-start; 
	cursor: pointer;
	font-weight: normal;
}
.wpcf7-acceptance .wpcf7-list-item-label {
	padding-left: 19px;
}
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label a
{   
    line-height: 1.2;
    display: inline-block;
}
.wpcf7-acceptance .wpcf7-list-item-label a {
	font-weight: bold;
}
.wpcf7-acceptance .wpcf7-list-item-label a:hover {
	text-decoration: underline;
}
.wpcf7-acceptance input[type="checkbox"] {
	margin-top: 0;
	transform: scale(1.7);
	transform-origin: 0 0;
	cursor: pointer;
}

.darkbg input[type="text"], 
.darkbg input[type="email"], 
.darkbg input[type="tel"], 
.darkbg input[type="text"]:focus, 
.darkbg input[type="email"]:focus, 
.darkbg input[type="tel"]:focus, 
.darkbg textarea, 
.darkbg textarea:focus {
    border: 1px solid rgba(255,255,255,0.61);
    color: white!important;
}
.darkbg input::placeholder,
.darkbg textarea::placeholder {
	color: rgba(255,255,255,.7) !important;
}
.darkbg .wpcf7-submit {
    background: white;
    color: black;
}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
	
}

/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
	
}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
	.container-main {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
	
}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {

	body .et_pb_row {
	    width: 85%;
	}

	.container-main {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	[data-eqheight-mobile-auto] {
		height: auto !important;
	}
	body .header-cta-box {
		position: relative;
		z-index: 999999999;
	}
	body .header-cta-box .et_pb_button,
	body .header-cta-box .et_pb_button:hover 
	{
	    position: fixed;
	    top: 20px;
	    right: 89px;
	    padding-top: 10px !important;
	    padding-bottom: 10px !important;
	    z-index: 999999999;
	}
}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
	
}