/*
Theme Name: Enfold Child
Description: <strong>A superflexible and responsive Business Theme by Kriesi</strong> - <br/>Enfold Child Theme
Version: 1.0.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
License: Themeforest Split Licence
License URI: -
Theme URI: www.kriesi.at/themes/enfold/
*/

/* LayerSlider/RevolutionSlider height in portable device */
@media only screen and (max-width: 767px) {
    #top #main #layer_slider_1 {
        height: auto !important;
    }
}

/* === Typography (easy-google-fonts settings from DB) === */
p {
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.3;
}

h1 {
    font-family: 'Crete Round', sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1px;
}

h2 {
    font-family: 'Cinzel', sans-serif;
    font-size: 49px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9;
    text-transform: lowercase;
    border-top-color: #666666;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: #666666;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

h6 {
    font-family: 'Crete Round', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
}

/* === Custom CSS from original site === */
h7 {
    font-family: 'Shadows Into Light', cursive;
    font-size: 25px;
}

.template-page .entry-content-wrapper h1,
.template-page .entry-content-wrapper h2 {
    text-transform: lowercase;
    letter-spacing: 1px;
}

#top #wrap_all .av-inherit-size .av-special-heading-tag {
    font-size: inherit;
}

/* main_color section: transparent table backgrounds */
.main_color tr, .main_color td, .main_color tbody {
    border-color: rgba(54, 54, 54, 0);
}
.main_color table {
    background: rgba(17, 17, 17, 0);
}
.main_color tr:nth-child(even),
.main_color tr:nth-child(odd) {
    background-color: rgba(20, 20, 20, 0);
}
