/*
 * Theme Name: Enfold Zuri
 * Description: <strong>A superflexible and responsive Business Theme by Kriesi</strong> - <br/> Update notifications available on twitter and facebook:<br/> <a href='http://twitter.com/kriesi'>Follow me on twitter</a><br/> - <a href='http://www.facebook.com/pages/Kriesi/333648177216'>Join the Facebook Group</a>
 * Version: 1.0.1
 * Author: Kriesi
 * Author URI: http://www.kriesi.at
 * License: Themeforest Split Licence
 * License URI: -
 * Theme URI: www.kriesi.at/themes/enfold/
 * Template: enfold
*/

/* enfold */

.avia-menu .avia-menu-text {
    letter-spacing: 2px;
}
.special_amp {
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit!important;
}
.avia-slideshow li img {
    border-radius: 0;
}
.sub-menu span {
    text-transform: uppercase;
}
.av-subheading_below {
    margin-top: 2em;
}
.av-subheading_below p {
    font-weight: lighter;
}
footer .container {
    text-align: center;
}
#socket .copyright {
    float: inherit;
}
#top footer .copyright a:hover {
    text-decoration: underline;
}
.avia_ajax_form .button {
    min-width: 100%;
    font-size: 20px;
}
.avia_ajax_form h3 {
    font-weight: lighter;
    font-size: 1.5em;
}
.avia_ajax_form .button {
    font-weight: bolder;
}

/* ration iframe youtube */

.flex_column {
    position: relative;
}
.flex_column .avia-video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.flex_column .avia-video .avia_video,
.flex_column .avia-video .avia-iframe-wrap iframe,
.flex_column .avia-video .avia-iframe-wrap object,
.flex_column .avia-video .avia-iframe-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* others things */

#top .avia-menu .avia-menu-text {
    letter-spacing: 0.5px;
}
#top .main_color a.avia-button.avia-color-theme-color,
#top .main_color .button {
    background-color: var(--enfold-main-color-secondary);
}
#top .main_color a.avia-button.avia-color-theme-color:hover,
#top .main_color .button:hover {
    background-color: #fff;
}
#top .main_color a.avia-button.avia-color-theme-color {
    border-radius: 10px;
    padding: 12px 25px 10px;
    font-weight: bold;
}

/* responsive */

@media only screen and (min-width: 768px) {

    .sub-menu .avia-menu-text {
        text-transform: uppercase;
        letter-spacing: inherit;
    }

}

@media only screen and (max-width: 767px) {

    body#top div.hr.hr-invisible {
        height: 0 !important;
    }
    .content {
        padding-bottom: 0;
    }

}


