/*
Theme Name:Child Theme for Divi
Theme URI: http://wordpress-style.net
Description: Child Theme For Divi
Author: Eduard Ungureanu
Author URI: http://wordpress-style.net
Template: Divi
Version: 1.0
*/

/* Start your custom CSS bellow this comment
============================================ */

@media screen and (min-width: 981px){
	.et_pb_image_n10s_1 .n10s-block img, .et_pb_image_n10s_0 .n10s-block img {
	opacity: 1!important;
	height: 37vw;
	}	
}

.mobile_menu_bar:before {
color: #e0cb22;
}

.et_mobile_menu{
	border-top: 3px solid #e0cb22;
}

.n10s-mumbai h2:after {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 4px;
background: #e0cb22 !important;
content: "";
-webkit-transform: translate3d(0,40px,0);
transform: translate3d(0,40px,0);
}

.n10s-overlay h2{
	background: #fff;
}

.et_pb_image_n10s_1 .n10s-block h2, .et_pb_image_n10s_0 .n10s-block h2{
	color: #000;
	margin-top: 22%;	
}

.et_parallax_bg {
background-color: rgba(0,0,0,0.6);
background-blend-mode: overlay;
}

.entry-content table, body.et-pb-preview #main-content .container table {
width: 100%;
margin: 0 0 15px 0;
border: 0px solid #eee;
text-align: left;
}

.entry-content tr td, body.et-pb-preview #main-content .container tr td {
padding: 6px 24px;
border-top: 0px solid #eee;
}

.fa, .far, .fas{
	font-size: 16px;
	color: #e0cb22;
}

#footer-info a{
	color: #e0cb22 !important;
}

.et_header_style_left #et-top-navigation nav>ul>li>a:hover , .et_header_style_split #et-top-navigation nav>ul>li>a:hover {
color: #e0cb22;
}

#top-menu .menu-item:nth-last-child(3):before {
content: '┋';
position: absolute;
right: 3px;
color: #e0cb22;
}

#top-menu .menu-item:nth-last-child(2):before {
content: '┋';
position: absolute;
right: 100px;
color: #e0cb22;
}

#top-menu li:nth-last-child(2) {
padding-left: 13px;
}

#top-menu .menu-item:before{
 content: ' ┋';
 position: absolute;
 right: 3px; /* adjust this number as you see fit. This may depend on the spacing of your menu items */
}

#top-menu .menu-item:last-child:before {
content: '┋';
position: absolute;
right: 65px;
}


#top-menu .menu-item:first-child:before{
 content: ' ┋';
 position: absolute;
 color: #e0cb22;
 right: 3px; /* adjust this number as you see fit. This may depend on the spacing of your menu items */
}
