/**
 * Theme Name: Gusto
 * Theme URI: http://www.yootheme.com
 * Description: Gusto is the August 2015 theme of the YOOtheme club. It is based on YOOtheme's Warp theme framework. NOTE: It is not free or public. This theme is for members of the YOOtheme club only.
 * Version: 1.0.7
 * Author: YOOtheme
 * Author URI: http://www.yootheme.com
 */






.uk-accordion-title {
    background: #eee !important;
    padding: 12px;
}

.uk-accordion-title::before {
    color: #d02111;
    }


.uk-navbar-nav > li {
    border-right: 1px solid #9c1628;
}

.uk-navbar-nav > li:first-child {
    border-left: 1px solid #9c1628;
}

.uk-navbar-nav > li > a:hover,
.uk-navbar-nav > li > a:focus {
    background:#672323;
}


.uk-navbar-nav > li > a::after {
  height: 0px;
}
.uk-navbar-nav > li > a:hover::after {
  height: 0px;
  opacity: 0;
}


.uk-navbar-nav > li > a {
    height: 65px;
    padding: 0 25px;
    line-height: 65px;
    font-size: 16px;
    font-weight: 800;
	letter-spacing: 0.5px;
}






.header-bar {
    background: #f1f1f1;
}

.hero-container .uk-overlay-panel > div {
    width: 720px;
    margin: auto;
    background: rgba(0,0,0,0.2);
    padding: 40px 0px;
    border: 8px solid white;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
}


h1, h2, h3, h4, h5, h6 {
    letter-spacing: 1px;
}


.headerbar-widget {
    font-size: 30px;
    text-align: right;
    font-weight: bold;
    color: #222;
    margin-top: 30px;
}

.headerbar-widget i {
    color: #d02111;
}



@media screen and (min-width: 880px) and (max-width: 959px) {

.headerbar-widget {
    z-index: 3;
    position: absolute;
    color: #FFF;
    pointer-events: none;
    font-size: 25px;
    text-align: right;
    margin-top: 110px;
    right: 20px;
}
.headerbar-widget i {
    color: #FFF;
}
}




@media screen and (min-width: 768px) and (max-width: 879px) {

.headerbar-widget {
    z-index: 3;
    position: absolute;
    color: #FFF;
    pointer-events: none;
    font-size: 25px;
    text-align: right;
    margin-top: 90px;
    right: 20px;
}
.headerbar-widget i {
    color: #FFF;
}

}







@media screen and (max-width: 768px) {


.tm-navbar {
    z-index: 0;
}

.headerbar-widget {
    z-index: 2;
    position: absolute;
    color: #FFF;
    pointer-events: none;
    font-size: 25px;
    text-align: right;
    margin-top: 20px;
    right: 20px;
}

.headerbar-widget i {
    color: #FFF;
}

.uk-navbar-toggle {
    color: #FFF;
    font-size: 26px;
}

}


@media screen and (max-width: 1024px) {

.headerbar-widget a {
    color: #FFFFFF;
}

.uk-navbar-nav > li > a {
    font-size: 14px;
    padding: 0px 22px;
}

h1, .uk-h1 {
    font-size: 32px;
    line-height: 34px;
}


h2, .uk-h2 {
    font-size: 27px;
    line-height: 29px;
}

h3, .uk-h3 {
    font-size: 22px;
    line-height: 24px;
}

h4, .uk-h4 {
    font-size: 20px;
    line-height: 22px;  
}

}

