/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 99.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;600;800;900&display=swap');

@font-face {
    font-family: 'Bembo Std Bold';
    src: url('Fonts/BemboStd-Bold.woff2') format('woff2'),
        url('Fonts/BemboStd-Bold.woff') format('woff'),
        url('Fonts/BemboStd-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std Black';
    src: url('Fonts/AvenirLTStd-Black.woff2') format('woff2'),
        url('Fonts/AvenirLTStd-Black.woff') format('woff'),
        url('Fonts/AvenirLTStd-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std Roman';
    src: url('Fonts/AvenirLTStd-Roman.woff2') format('woff2'),
        url('Fonts/AvenirLTStd-Roman.woff') format('woff'),
        url('Fonts/AvenirLTStd-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bembo Std';
    src: url('Fonts/BemboStd.woff2') format('woff2'),
        url('Fonts/BemboStd.woff') format('woff'),
        url('Fonts/BemboStd.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std Book';
    src: url('Fonts/AvenirLTStd-Book.woff2') format('woff2'),
        url('Fonts/AvenirLTStd-Book.woff') format('woff'),
        url('Fonts/AvenirLTStd-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.special_amp {
    font-family: inherit;
    font-size: inherit;
    color: inherit!important;
    font-style: inherit;
}

#top {
	margin: 10px;
}

#top #header {
	margin-top: -10px;
}

#top #header.av_header_transparency {
	margin-top: 10px;
}

#top .logo a {
    width: 290px;
    display: flex;
    align-items: center;
}

#top .logo a > img {
	height: 80px;
}

#top .logo a .subtext img {
	top: 50%;
    transform: translateY(-50%);
}

#top #avia-menu li a {
	font-family: "Avenir LT Std Roman";
    font-size: 14px;
    letter-spacing: 1.2px;
	text-transform: uppercase;
}

.header_bg {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.logo img {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#top .av-special-heading-tag, #top .widgettitle, #top .copyright, #top .home-slider-cont .avia-caption-title {
	font-family: 'Bembo Std';
    text-transform: none;
	letter-spacing: 0px;
}

#top .home-slider-cont .avia-caption-title {
	font-size: 50px;
}

#top .avia_textblock *, #top p, #footer a {
	font-family: 'Avenir LT Std Roman';
	line-height: 26px;
}

#top .hc-btn a, #top .wpcf7-submit, #top .home-slider-cont .avia-slideshow-button {
    font-family: 'Avenir LT Std Roman';
    font-size: 16px;
    background-color: transparent;
    color: #000000 !important;
    border: 1px solid #000000 !important;
    border-radius: 0px;
    padding: 12px 30px 11px 30px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#top .hc-btn a:hover , #top .wpcf7-submit:hover, #top .home-slider-cont .avia-slideshow-button:hover {
	background-color: #cadee1;
    color: #ffffff !important;
    border: 1px solid #cadee1 !important;
	opacity: 1 !important;
}

#top .hc-btn-variant a {
	border: none !important;
    border-bottom: 1px solid #000000 !important;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 4px;
    font-size: 14px;
}

#top .hc-btn-variant a:hover {
	padding-left: 10px;
    padding-right: 10px;
	border: none !important;
	background-color: transparent;
    color: #000000 !important;
	border-bottom: 1px solid #000000 !important;
}

#top .hc-btn-white a, #top .home-slider-cont .avia-slideshow-button {
	color: #ffffff !important;
    border: 1px solid #ffffff !important;
}

.projects-cont {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
	margin-bottom: 28px;
}

#top .single-project-cont {
	color: unset;
    text-decoration: none;
    height: 500px;
	
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 14px 20px;
	
	position: relative;
	overflow: hidden;
}

.single-project-overlay {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
	
	-webkit-transition: all 0.8s;
    transition: all 0.8s;
}

#top .single-project-cont:hover .single-project-overlay {
	transform: scale(1.05);
}

.single-project-inner {
	color: #ffffff;
    display: flex;
    flex-direction: column;
	gap: 10px;
	position: relative;
}

.project-title {
    font-family: 'Bembo Std';
    font-size: 34px;
}

.project-btn {
	font-size: 16px;
    font-family: 'Avenir LT Std Roman';
	letter-spacing: 1.2px;
}

#top #socket {
	background-color: #97aeb1;
}

#top .page-header .av-special-heading-tag {
	font-size: 50px;
}

#top .single-service-cont .av-special-heading-tag {
	font-size: 24px;
    text-transform: uppercase;
} 

#top .single-service-cont p {
	font-size: 16px;
    line-height: 24px;
} 

#top .section-title .av-special-heading-tag {
	font-size: 36px;
} 

#top .wpcf7-form br {
	display: none;
}

#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
    border-color: #ebebeb;
    background-color: transparent;
    color: #000000;
    font-family: 'Avenir LT Std Roman';
    font-size: 16px;
    padding: 10px 14px;
}

#top .btn-center {
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#top .wpcf7-not-valid-tip {
	font-size: 14px;
    color: #f00;
    margin-top: -14px;
	font-family: 'Avenir LT Std Roman';
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #f00;
	font-family: 'Avenir LT Std Roman';
	width: fit-content;
	margin: 0 auto;
}

#top .copyright {
    font-size: 16px;
    color: #ffffff;
}

#top .single-service-cont img {
	height: 250px;
    object-fit: contain;
}

.footer-logo {
    background-image: url(/wp-content/uploads/2022/03/HC-Horizontal-White.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    height: 50px;
    width: 100%;
    display: block;
    margin-top: 10px;
}

#footer p {
	font-size: 14px;
    line-height: 20px;
}

.widget_nav_menu a {
	padding: 0px !important;
    font-size: 14px !important;
}

#top .news-thumb, #top .news-time {
    display: none;
}

#top #footer .news-headline {
    border-bottom: 1px solid #ffffff8c;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: normal;
}

.social-icon {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
}

#top .news-content {
    padding: 0px;
}

#top .avia-tooltip, #top .mfp-title {
    display: none !important;
}

.facebook-icon {
	background-image: url(/wp-content/uploads/2022/03/facebook.png);
}

.insta-icon {
	background-image: url(/wp-content/uploads/2022/03/insta.png);
}

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

#top .hc-gallery-cont .avia-gallery-thumb img {
    border-width: 0px;
    padding: 0px;
    height: 500px;
    object-fit: cover;
	-webkit-transition: all 0.8s;
    transition: all 0.8s;
	
	opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#top .hc-gallery-cont .avia-gallery-thumb a:hover {
    opacity: 1;
}

#top .hc-gallery-cont .avia-gallery-thumb a:hover img {
    transform: scale(1.05);
}

#top .hc-gallery-cont .avia-gallery-thumb {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

#top .hc-gallery-cont .avia-gallery-thumb a {
    width: 100% !important;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
  	#top .page-header {
		padding-bottom: 0px;
    	margin-bottom: -20px;
	}
	
	.avia-section-large .content, .avia-section-large .sidebar {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	
	#top .hc-btn a, #top .wpcf7-submit, #top .home-slider-cont .avia-slideshow-button {
		font-size: 14px;
		padding: 8px 20px 7px 20px;
	}
	
	#top .avia_textblock *, #top p, #footer a {
		line-height: 22px;
		font-size: 16px;
	}
	
	#footer .widget {
		margin: 0px;
	}
	
	.html_av-overlay-side #top #wrap_all .av-burger-overlay li a {
		text-transform: uppercase !important;
		font-size: 14px !important;
		font-family: "Avenir LT Std Roman";
	}
	
	.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a {
		border-color: #cadee1 !important;
	}
	
	.projects-cont {
		grid-template-columns: 1fr;
	}
	
	#top .hc-gallery-cont .avia-gallery-thumb {
		grid-template-columns: 1fr;
	}
	
	#top .single-project-cont {
		height: 350px;
	}
	
	#top .hc-gallery-cont .avia-gallery-thumb img {
		height: 350px;
	}
	
	#top .mob-reverse-flex .flex_column_table {
		display: flex;
    	flex-direction: column-reverse;
	}
	
	#top .home-slider-cont .avia-slideshow {
		height: 450px;
	}
	
	.responsive #top .home-slider-cont .avia-caption-title {
		font-size: 36px !important;
	}
	
	#top .home-slider-cont .avia-slideshow-button {
		margin-top: 0px;
	}
	
	.responsive #top .home-slider-cont .slideshow_caption {
		padding-top: 0px;
	}
	
	.project-title {
		font-size: 28px;
	}
	
	.single-project-inner {
		gap: 0px;
	}
}

@media only screen and (max-width: 600px) {
	#top .single-service-cont img {
		height: 150px;
	}
	
	#top .page-header .av-special-heading-tag {
		font-size: 42px;
	}
	
	#top .single-service-cont .av-special-heading-tag {
		font-size: 20px;
	}
}