/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */


.orderby {
	display:none;
}
@media screen and (min-width:667px) {
.share-to-whatsapp-wrapper {
display:none;
}
} 
.mobile_menu_bar:before {
	color:#ffd720 !important;
}
.et_mobile_menu {
	border-color:#ffd720 !important;
}
.one-half, .one-third {
    position: relative;
    margin-right: 4%;
    float: left;
    margin-bottom: 20px;
}

.one-half { width: 48%; }
.one-third { width: 15%; }
.one-fifth { width: 20%; }
 
.last {
    margin-right: 0 !important;
    clear: right;
}
 
.fifth {
    margin-right: 10 !important;
    clear: right;
}
@media only screen and (max-width: 767px) {
    .one-half, .one-third .one-quarter{
        width: 100%;
        margin-right: 0;
    }
}
