/* 
 Theme Name:     Yellow
 Author:         Yellow
 Author URI:     https://yellow.divicolor.com/
 Template:       Divi
 Version:        Version 1.0.0
 Description:   A Child Theme built by LoveDivi.com
 Wordpress Version: 4.9.9
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/*------------------Menu Social Media Icons ------------------------*/

.fa {
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome!important;
    font-size: inherit;
    color: #f6f6f6!important; /* Color of social icons in menu */
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.fa-instagram:before {
    content: "\f16d";
    padding-left: 22px; /* Gap to left of social icons in menu */
    border-left: 0px solid #BFBEC3; /* To edit color of left optional border line in menu */
}

.et-fixed-header #top-menu li.current-menu-item>a {
    color: #cccccc!important;
}

/* Reduces the height of message section in contact form */
.et_pb_contact_message {
    min-height: 50px!important;
}


/*--Removes left border in menu on mobile--*/
@media only screen and (max-width: 980px) {
	.fa-instagram:before {
    content: "\f16d";
    padding-left: 0px;
    border-left: 0px solid #666666;
}


/*  ******************************************/
/*-----------MOBILE MENU EDITS--------------*/
/* ******************************************/

#main-header .et_mobile_menu {
    background-color: #000!important;
	text-align: center!important;
}

.et_mobile_menu li a:hover {
    background: #ffffff;
	transition: all 0.5s ease; }
	
/*------------------------END------------------------------*/	
