/*
 Theme Name:   Gadgetine Premium Child Theme
 Theme URI:    http://gadgetine.orange-themes.com/
 Description:  Gadgetine Premium Wordpress Child Theme
 Author:       Orange Themes
 Author URI:   http://www.orange-themes.com/
 Template:     gadgetine-theme
 Version:      3.0.3
 Tags: 
 Text Domain:  gadgetine-theme-child
*/

@import url("../gadgetine-theme/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.owl-carousel .owl-item img{
    filter: brightness(50%);
}

.widget > div > ul.menu li > a {
    display: block;
    border-left: 0px;
    line-height: 26px;
    color: #ffffff;
    padding-left: 0px;
    background: none;
}

.widget > div > ul.menu li > a:hover {
    border-left: none;
    color: #c9c9c9;
    background: none;
    text-decoration: none;
}

.footer > .wrapper ul.right li{
    margin-left: 0px;
    margin-right: 23px;
}

.header .top-line{
	background-color: #cc1c00;
	border-bottom: 0;
}

.header .top-line .top-menu a{
	color: #ffffff;
}

.header .header-menu{
    background: none;
    background-color: #ffffff;
    box-shadow: inset 0 100px 80px -80px rgba(255,255,255,0.12), inset 0 1px 0 rgba(255,255,255,0.2), 0 2px 0 rgba(0,0,0,0.1);
}

.header .main-menu li a{
    color: #000000;
}

.header .main-menu > ul > li:hover > a, .header .main-menu > ul > .current-menu-item, .header .main-menu > ul > .current-menu-parent{
    background-color: #cc1c00;
    color: #ffffff;
}

.header .main-menu > ul > .current-menu-item a, .header .main-menu > ul > .current-menu-parent a{
    color: #ffffff;
}

.header .main-menu > ul > li > ul.sub-menu:not(.ot-mega-menu) li{
    background: #cc1c00;
    color: #ffffff;
}

.header .main-menu > ul > li > ul.sub-menu:not(.ot-mega-menu) li a{
    color: #ffffff;
}

.header .main-menu > ul > li > ul.sub-menu:not(.ot-mega-menu) li:hover{
    background: #e6280a;
}

.header-menu .head-searcher .head-search-input:focus {
    width: 215px;
}

.main-menu-reposnive-button{
    color: #000000;
}

.main-menu-reposnive-button:hover{
    color: #cc1c00;
}

.ot-slider .ot-slider-layer.second{
    width: 624px;
    margin-bottom: 12px;
}

.ot-slider .ot-slider-layer.third{
    margin-right: 6px;
    width: 306px;
}
.ot-slider .ot-slider-layer.fourth{
    margin-left: 6px;
    width: 306px;
}

.ot-slider-layer strong{
    bottom: 15px !important;
    left: 15px !important;
}

.ot-slider-layer .category-tag{
    display: none !important;
}

.owl-controls{
    display: none;
}

.ngg-gallery-thumbnail{
    margin-left: 0px !important;
    margin-right: 10px !important;
}

a{
    color: #cc1c00;
}

.panel-title h2{
    color: #cc1c00 !important;
    border-bottom: 2px solid #cc1c00 !important;
}

.def-panel .panel-title .right{
    border-bottom: 1px dotted #cc1c00 !important;
}

.__youtube_prefs__{
	max-width: 100%;
}

#tabela_novas_energias_diesse tbody tr td{
	border: 1px solid grey;
	padding: 10px;
}

#tabela_novas_energias_diesse tbody tr td ul{
	margin-bottom: 0px;
}

/** Alteração tamanho logo   **/

.header-banner {
    padding-right: 150px;
    width: 500px;
}

.header-block {
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .ot-slider.owl-carousel.owl-theme.owl-hidden.owl-loaded{
        display: none;
    }
  }

  .ot-slider.owl-carousel.owl-theme.owl-hidden.owl-loaded{
    display: block;
}

.owl-controls{
    display: block;
}

.owl-prev{
    display: block !important;
}
.owl-next{
    display: block !important;
}

@media screen and (min-width: 768px) {
    .owl-prev{
        display: none !important;
    }
  }

  @media screen and (min-width: 768px) {
    .owl-next{
        display: none !important;
    }
  }