/*
 Theme Name:   Suyai
 Theme URI:    demux.io
 Description:  Suyai
 Author:       Demux
 Author URI:   http://www.demux.io
 Template:     Divi
 Version:      1.0.0
 Tags:         
 Text Domain:  
*/
@import url("../Divi/style.css");

#top-menu-nav .sub-menu li{

	border-bottom: 1px solid #F6C110 !important;

}

#top-menu-nav .sub-menu li:last-child{

	border-bottom: none !important;
}

#top-menu-nav .sub-menu li a{

	line-height: 1.6em !important;
	
}

#top-menu li li {
    margin: 0 15px;
    padding: 0 5px;
}

#top-menu li li a {
    
    padding: 6px 0px !important;
}


#top-menu .current-menu-item a::before,
#top-menu .current_page_item a::before {
 content: "";
 position: absolute;
 z-index: 2;
 left: 0;
 right: 0;
}
#top-menu li a:before {
 content: "";
 position: absolute;
 z-index: -2;
 left: 0;
 right: 100%;
 bottom: 50%;
 background: #3C3C3B; /*** COLOR OF THE LINE ***/
 height: 2px; /*** THICKNESS OF THE LINE ***/
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
#top-menu li a:hover {
 opacity: 1 !important;
}
#top-menu li a:hover:before {
 right: 0;
}
#top-menu li li a:before {
 bottom: 10%;
}


.et-social-icons{
	float: right !important;
}

/*h1::after {
    
    display: block;
    content: "";
    border-top: .3rem solid #F6C110;
    width: 110px;
    margin: 15px 5rem;
    transform: translateY(-1rem);
}*/

input:focus::placeholder, textarea:focus::placeholder{
       color:transparent;
  }
  
