/*
Theme Name: ZOIK
Description: ZOIK
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

#header .widget {
    clear: both;
    padding: 0px;
    /* position: relative; */
    /* padding: 30px 0 30px 0; */
    float: right;
    top: 2px;
    font-size: 30px;
    height: 35px;
    z-index: 99999;
}
.header-scrolled .widget{
    visibility: hidden;
    display: none;
  }
@media screen and (max-width: 600px) {
#header .widget {
    visibility: hidden;
    display: none;
  }
} 

#custom_html-2 {
    padding: 0px;
}
.main_menu {
    clear: none;
    position: absolute;
    z-index: 100;
    line-height: 30px;
    height: 100%;
    margin: 0;
    right: 0;
    margin-right: 40px;
}

/*Add your own styles here:*/





#top #wrap_all .all_colors h2.gtitle {
color: #24b9d3;
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: lighter; 
font-size:32px;
text-transform: uppercase;
}
#top #wrap_all .all_colors h2.otitle {
color: #f0754f;
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
font-weight: bolder;
font-size:32px; 
text-transform: uppercase;
}