/*
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 will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, p, ul, li, span {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, p, ul, li, span {
	text-transform: none!important;
	letter-spacing: 0!important;
}

h1 {
	font-family: 'DM Serif Display', serif;
}

h2 {
	font-family: 'DM Sans', sans-serif;
}

p {
	font-family: 'DM Sans', sans-serif;
}


#header span.logo {
    height: 60px;
    display: block;
    width: 96px;
    margin-top: 14px;
}

#header ul#avia-menu li a {
    font-size: 18px;
    font-weight: normal;
    color: #787878;
}

/* #header ul#avia-menu li a:hover span,
#header ul#avia-menu li.current-menu-item a span {
    border-bottom: 2px #B41D1E solid;
    padding-bottom: 5px;
} */

#header ul#avia-menu li.nav-phone a span {
    color: #333;
}

#hp-hero {
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    padding: 200px 0 400px 0;
    margin-bottom: -100px;
}

#hp-hero h1 {
    font-size: 65px;
    line-height: 72px;
    color: #fff;
    margin-bottom: 30px;
}

#hp-hero h2 {
    font-size: 24px;
    line-height: 30px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 60px;
    width: 60%;
}

#hp-hero p a {
    background: #B41D1E;
    padding: 15px 30px;
    font-size: 18px;
    color: #fff;
}

#hp-main-content {
    background-size: cover;
    background-position: top center;
    background-color: #fafafa;
    margin-top: -135px;
    padding-top: 60px;
}

#hp-main-content .hp-main-content-img:nth-of-type(1) img {
    margin-top: -150px;
    margin-left: -25px;
}

#hp-main-content .hp-main-content-img:nth-of-type(5) img {
    margin-left: -80px!important;
}

#hp-main-content .hp-main-content-txt:nth-of-type(2) {
    padding-top: 50px;
}

#hp-main-content .hp-main-content-txt:nth-of-type(4) {
    padding-top: 90px;
}

#hp-main-content h2 {
    font-size: 42px;
    line-height: 46px;
    font-family: 'DM Serif Display', serif;
    width: 50%;
    margin-bottom: 18px;
}

#hp-main-content p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
    width: 75%;
}

#hp-main-content p a {
    display: inline-block;
    padding: 10px 25px;
    border: 2px solid #b41d1d;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
}



#int-hero {
    padding-top: 200px;
    background-size: cover;
    background-position: center center!important;
}

#int-hero h1 {
    font-size: 62px;
    color: #fff;
    line-height: 70px;
}

#int-content h2 {
    font-size: 36px;
    line-height: 42px;
    font-family: 'DM Serif Display', serif;
    margin-bottom: 20px;
}

#int-content h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
    font-family: 'DM Sans';
    font-weight: 600;
    letter-spacing: -0.01em!important;
    color: #b52221;
}

#int-content p {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

#int-content .modula {
    margin-top: 20px;
}


aside.sidebar h2 {
    font-size: 24px;
    line-height: 34px;
    font-family: 'DM Serif Display', serif;
    margin-bottom: 8px;
}

aside.sidebar h3.widgettitle {
    font-size: 24px;
    line-height: 34px;
    font-family: 'DM Serif Display', serif;
    margin-bottom: 12px;
    font-weight: inherit;
}

aside.sidebar p {
    font-family: 'DM Sans', sans-serif;
    color: #777;
    font-size: 14px;
    line-height: 24px;
}

#top #main .sidebar p strong {
    font-weight: 500;
    color: #333;
}

aside.sidebar p a {
    color: #b41d1d!important;
}

form input, form textarea {
    background: #fff!important;
    border: 1px solid #ccc!important;
    color: #333!important;
    -webkit-font-smoothing: antialiased;
    height: 60px;
    font-size: 20px!important;
    padding-left: 15px!important;
}

form input::placeholder, form textarea::placeholder {
    color: #777!important;
}

form label {
    margin-bottom: 0!important;
    font-weight: normal!important;
}

input[type="submit"] {
    background: #b41d1d!important;
    color: #fff!important;
    border: none!important;
    font-size: 20px!important;
    width: 180px;
}

form textarea {
    margin-bottom: 0!important;
}


body#top.page .template-page.content.av-content-small.alpha.units {
    box-shadow: 25px 0 25px -25px #e9e9eb;
}


aside.sidebar {
    height: fit-content;
}





#footer {
    padding: 60px 0 120px 0;
}

#footer h2 {
    font-size: 22px;
    line-height: 27px;
    font-family: 'DM Serif Display', serif;
    margin-bottom: 18px;
    width: 90%;
    color: #fff;
}

#footer p, 
#footer ul li,
#footer ul li a {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
    color: rgba(255,255,255,0.75);
}

#footer ul li {
	margin: 0 0 4px 0;
	list-style-type: none;
}

#footer ul li a,
#footer a {
	color: #fff;
}

#footer p a i {
    font-size: 30px;
    margin-right: 6px;
}

#footer p a span {
    display: none;
}

#copyright {
    min-height: inherit;
    color: rgb(255 255 255 / 75%);
    padding: 10px 0;
    font-size: 14px;
}

a#scroll-top-link {
    display: none;
}




@media (max-width: 767px) {
	
	#header span.logo {
    margin-top: inherit;
}

#header_main .logo img {
    height: 60px!important;
    width: inherit;
}

#hp-main-content p {
    width: 100%;
}

#hp-main-content .hp-main-content-img:nth-of-type(1) img {
    margin-top: -200px;
    margin-left: 0px;
}

#hp-main-content .hp-main-content-img:nth-of-type(5) img {
    margin-left: -15px!important;
}

#top #main .sidebar {
    width: 100%;
}

.inner_sidebar {
    margin-left: 0;
}

body#top.page .template-page.content.av-content-small.alpha.units {
    box-shadow: none;
}

#footer {
    padding: 60px 0;
}

}






















