/*
Theme Name: UNM - 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: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/* Header and menu */
#header_main .inner-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header_main .main_menu{position: relative;}
#header_main .logo{position: relative;float:none;}
body .avia-menu.av_menu_icon_beside {
    padding-right: 0;
    margin-right: 0;
    border-right-width: 0;
}
body#top .social_bookmarks li{float: right;}
body .phone-info span {font-size: 16px;}

body.logged-in.admin-bar #header li:hover .avia_mega_div {
    top:102px;
}
#header li:hover .avia_mega_div {
    left: 0 !important;
    right: 0 !important;
    position: fixed;
    margin: 0 auto;
    top: 70px;
}
#header .avia_mega_div{
	position: fixed;
}

@media only screen and (max-width: 989px){
	body .header-right{display: none;}
}

/* Layout fix */
html.html_header_top.html_header_sticky #top #wrap_all #main {padding-top: 70px;}
.avia-section .content{padding-top:100px;padding-bottom:100px;}

/* Slider */
#top .home-slider .avia-slideshow-button{margin-top:350px;}

/* Button */
body#top .avia-button.avia-color-light{border-width: 1px;}
body#top .avia-button.avia-color-dark{border-width: 1px;}
body#top .avia-slideshow-button.avia-color-light{padding:20px 50px;font-size: 14px;}
body .avia-button.avia-size-x-large {
    padding: 25px 60px 23px;
    font-size: 16px;
    min-width: 200px;
}

#top .main_color .avia-button {
    border-style: solid;
    border-width: 1px;
}

/* Title */
.spaced{letter-spacing: 6px;}
.red{color:#ba0c2f;}
.av-special-heading.page-title {display: inline-block;width: auto;}
.av-special-heading.page-title:before {
    display: block;
    position: absolute;
    top: -15%;
    left: -10%;
    z-index: -1;
    width: 100%;
    height: 130%;
    content: " ";
    opacity: 0.9;
    background: #BA0C2F;
}
.av-special-heading.page-title .av-special-heading-tag {
    display: inline-block;
    font-size: 38px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-shadow: 0 3px 20px rgba(0,0,0,0.50);
}

.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2{
    text-transform: none;
}

/* Image */

.avia_image {
    border-radius: 0px;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.20);
}
.noshadow .avia_image{box-shadow: none;}

/* ChronoPitch */
.avia_codeblock{
	 text-align: center;
}


