/*
 Theme Name:   Divi Child
 Description:  Divi Child Theme
 Author:       concret Werbeagentur GmbH
 Author URI:   http://www.concret.cc
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  Divi-child
*/

@font-face {
      font-family: 'Sora-Light';
    src: url('fonts/Sora-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
      font-family: 'Sora-Regular';
    src: url('fonts/Sora-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
      font-family: 'Sora-SemiBold';
    src: url('fonts/Sora-SemiBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
      font-family: 'Sora-Bold';
    src: url('fonts/Sora-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
      font-family: 'Sora-ExtraBold';
    src: url('fonts/Sora-ExtraBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


.black {
	color: #0c0c0c!important;
}

.white {
	color: #fff!important;
}
p a {
	opacity : 1; transition:opacity 0.3s;
}

p a:hover {
	opacity: .5
}
p, li { 
	font-family: Sora-Regular!important; 
	font-weight: normal; 
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 { 
	font-family: Sora-Bold!important; 
	font-weight: normal; 
	font-style: normal;
}

h1 {
	font-size: 3em;
	}
	
h2 {
	font-size: 2.25em;
	}
	
h3 {
	font-size: 1.5em;
	}
	
h4 {
	font-size: 1.125em;
	}

h3, .et_pb_column_1_3 h3, .et_pb_column_1_4 h3 {
    font-size: 1.5em!important;
	padding-bottom: 1em
}

.punchline {
	font-family: Sora-Bold!important;
	text-transform: uppercase;
	font-size: 5.5em;
	line-height: 1em!important;
	color: #fff;
}

.top-of-punchline {
	font-family: Sora-SemiBold!important;
	margin-bottom: 18px!important;
}

.lead {
	font-size: 1.25em;
	line-height: 1.5em!important;
}

.display-1 {
	font-family: Sora-Light!important;
    font-size: 3em;
	line-height: 1.125!important;
	padding-bottom: 0.25em!important;
}

#top-menu li a, .et_pb_button { 
	font-family: Sora-Bold!important; 
	font-weight: normal; 
	font-style: normal;
}

#top-menu li {
    padding-top: 14px;
	padding-bottom: 12px;
}

.n10s-block h2 {
	word-spacing: 0!important;
}

/*** Growing Line Start ***/
#top-menu .current-menu-item a::before,
#top-menu .current_page_item a::before {
 content: "";
 position: absolute;
 z-index: 2;
 left: 0;
 right: 0;
}
#top-menu li a:before {
 content: "";
 position: absolute;
 z-index: -2;
 left: 0;
 right: 100%;
 bottom: 35%;
 background: #0c0c0c; /*** COLOR OF THE LINE ***/
 height: 2px; /*** THICKNESS OF THE LINE ***/
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
#top-menu li a:hover {
 opacity: 1 !important;
}
#top-menu li a:hover:before {
 right: 0;
}
#top-menu li li a:before {
 bottom: 10%;
}
/*** Growing Line End ***/


body .et_pb_button {
    color: #fff !important;
}

/*Equalize Blog Columns*/
/*
.bloggrid .et_pb_salvattore_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bloggrid article {
        margin-bottom: 20px !important;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.bloggrid .post-content {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.bloggrid .column {
        margin-bottom: 20px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
*/

/*** Link Underlined ***/

.btn-inline .et_pb_button_module_wrapper {
    display: inline-block;
    margin: 0 5px;
}

.btn-inline {
    text-align: center !important;
}

/*bullet checklist by www.peeayecreative.com V1*/
.bullet-list-1 ul {
list-style-type: none!important;
}

.bullet-list-1 ul li:before {
content: '—'!important;
font-family: 'Arial'!important;
transform: scaleY(2);
margin-right: 10px;
margin-left: -14px;
font-size: 1em!important;
}

/*** Mobile ***/

@media (max-width: 980px) {
	
	.punchline {
	font-size: 4em!important;
	}
	
	.lead {
	font-size: 1.125em!important;
	}

	h1 {
	font-size: 2em!important;
	}
	
	h2 {
	font-size: 1.75em!important;
	}
	
	h3 {
	font-size: 1.375em!important;
	}
	
	h4 {
	font-size: 1.125em!important;
	}
	
	.display-1 {
    font-size: 2.25em!important;
	}
	
	.top-of-punchline {
	font-size: 1.375em!important;
	margin-bottom: 18px!important;
}
	
}

/* CUSTOM VIDEO PLAY BUTTON */

.et_pb_video_play:before {
	content: ''!important;
	background: url(https://concret.cc/wp-content/uploads/2022/07/play-button.svg);
	background-size: contain;
	height: 72px;
	width: 72px;
	float: left;
	top: 50%;
}


/* BORLABS STYLE */

#BorlabsCookieBox * {
font-family: "Sora-Regular"!important;
}

#BorlabsCookieBox h3, #BorlabsCookieBox ._brlbs-h3 {
	font-family: "Sora-SemiBold"!important;
}

#BorlabsCookieBox .bcac-item ._brlbs-h4 {
	font-family: "Sora-SemiBold"!important;
}

#BorlabsCookieBox .cookie-preference ._brlbs-btn {
		font-family: "Sora-SemiBold"!important;
}

a._brlbs-btn-cookie-preference {
background: none !important;
border-radius: none !important;
color: #000 !important;
}

._brlbs-btn-cookie-preference {
display: inline-block;
font-family: inherit;
font-size: inherit;
padding: none!important;
text-decoration: none;
transition: background-color 125ms linear;
}

/* MOBILE 90% Width  */

@media only screen and (max-width: 980px) {
	#top-header > .container,
	#main-header > .container,
	#et_search_outer > .container,
	body.single #main-content > .container,
	body.page:not(.et-tb-has-template) div.et_pb_row,
	body.page.et-tb-has-template .et-l--post div.et_pb_row,
	body.single-project div.et_pb_row,
	body.single-project div.et_pb_row.et_pb_row_fullwidth {
		width: 90% !important; 
   }
	.et_pb_fullwidth_header_container {
		width: 90% !important; 
	}

}

/* MOBILE MENU  */


.et_mobile_menu .menu-item {
	list-style-type: none !important;
}

@media (max-width: 980px) {
 .container .et_menu_container { 
 width: calc( 100% - 60px);
 }
}

.et_mobile_menu {
	margin-left: -48px;
	padding: 5%;
 	width: calc( 100% + 96px);
	margin-top: 28px;
	border-top: none!important;
}

.mobile_nav.opened .mobile_menu_bar:before {
 content: "\4d";
}

.et_mobile_menu li a {
	padding: 16!important;
	font-family: Sora-Bold!important; 
	font-size: 18px;
	text-transform: uppercase;
	opacity: 1!important
}

/* MOBILE NAV  */
/*
@media (max-width: 980px) {

	.et_header_style_left #logo {
max-width: 42%!important;
}

.et_pb_svg_logo #logo {
height: 42%!important;
}
}
*/

/* HERO SLIDER STYLING */

.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
padding: 0% 0%!important;
width: auto;
margin: auto;
}

.et_pb_bg_layout_dark .et_pb_slide_description {
text-shadow: none!important;
}

.et_pb_slide {
padding: 0 0%!important;
}

/* BORLABS Full Width Maps */

._brlbs-thumbnail {
    visibility: hidden;
}

._brlbs-embed._brlbs-google-maps {
    width: 100%;
	height: 100%;
    background-image: url('https://concret.cc/wp-content/uploads/2023/07/cc_maps-thumbnail.png');
}

/* Schraffur */
/*
.schraffur-red {
background: repeating-linear-gradient(
  -45deg,
  #fff,
  #fff 3px,
  #e81830 3px,
  #e81830 12px
);
}
*/

/*Menu Styling*/

.et_pb_menu_0_tb_header.et_pb_menu ul li a {
	font-family: Sora-Bold!important; 
	font-weight: normal; 
	font-style: normal;
	text-transform: uppercase;
}

.et_pb_menu_0_tb_header.et_pb_menu ul li a:hover {
	opacity: 0.5!important;
	color: #e81830!important;
	}

.et_pb_menu .et-menu-nav>ul li a:hover {
	opacity: 1!important;
	color: #e81830!important;
	}

/*Hero Slider em-Size*/

.et_pb_slide_content, .et_pb_best_value {
font-size: 17px!important;
}

/*BREAKPOINT Mobile Menu*/
@media only screen and (max-width: 1149px) {
    .et_pb_menu .et_pb_menu__menu {
        display: none;
    }
    .et_mobile_nav_menu {
        display: block;
    }
}
/*GM Infobox*/
.gm-style .gm-style-iw {
    font-weight: 300;
    font-size: 13px;
	color: #181818!important;
    overflow: hidden;
}

.gm-style-iw-d h3 {
	margin-top: 0!important;
	padding-bottom: 8px!important;
}