/*
 Theme Name:   Divi Child
 Theme URI:    http://www.elegantthemes.com/gallery/divi/
 Description:  Divi Child Theme
 Author:       Elegant Themes
 Author URI:   http://www.elegantthemes.com 
 Template:     Divi
 Version:      2.1.2
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/ 

@import url("/wp-content/themes/Divi/style.css");


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

#et-secondary-nav li > ul {
    width: auto;
}
#et-secondary-nav li > ul li {
    cursor:pointer;
}
#et-secondary-nav li li{
padding: 0 10px;
}
body { overflow-x:hidden; }
#top-header .container { 
    padding-top: 0;
}
.category article { padding-bottom: 20px; border-bottom: 1px solid #d8d8d8; }
.category .et_pb_post { margin-bottom:0; }
.menu-item-5475 {   
    top: 0px;
    background-color: #101f6b;
    height: 36px;
    padding: 12px;
}
.menu-item-5461 {
    margin-left: 85px;
}


@media screen and (max-width: 980px) {
.menu-item-5475 {
    position: relative !important;
    top: none;
    background: transparent;
    height: auto;
    padding: 0px;
}

.menu-item-5461 {
    margin-left: 0px;
}
}

 /* GDPR */
        .gdpr-popup .accept {   background: #edd93a;
            line-height: 14px;
            color: #000;
            padding: 8px;
            border-radius: 6px;
            margin-left: 30px;
            text-align: center;
            right: 15px;
            top: 14px;
            font-size: 14px;}
        .gdpr-popup { 
            display:none;
            font-size: 14px;
            font-weight: bold;
            background: #222222;
            color: #fff;
            padding: 20px 15px;
            line-height: 18px;
            position: relative;
            text-align:center;
        }
.gdpr-popup a:hover {color: #edda3a;}
        .gdpr-popup a {
            text-decoration:none;
			color:#9299a2;
        }
        @media (max-width: 600px) { 
            .gdpr-popup { 
            display:none;
            font-size: 14px;
            font-weight: bold;
            background: #222222;
            color: #fff;
            padding: 20px 15px;
            line-height: 18px;
            position: relative;
            text-align:left;
        }
            .gdpr-popup .accept {   background: #edd93a;
            line-height: 16px;
            color: #000;
            padding: 8px;
            border-radius: 6px;
            text-align: center;
            width:100px;
            margin-left:0;
            margin-top:20px;
            display:block;
            font-size: 14px;}
        }

/* Google Translate */
.goog-te-gadget-simple {
	background:transparent !important;
	border:none !important;
	color:#FFF !important;
}
.goog-te-gadget-icon{
	display:none;
}
.goog-te-menu-value span, .goog-te-menu-value img {
	display:none;
	color:#FFF;
	font-size:16px;
	text-transform:uppercase;
}
.goog-te-menu-value span:first-child{ display:block; }