/*
 Theme Name:   simpleDesigns - divi child theme
 Theme URI:    http://divi.space/
 Description:  A Child Theme built for Divi on Divi Space
 Author:       Ben Wilson
 Author URI:   http://simpleDesigns.biz
 Template:     Divi
 Version:      2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

body.login {
    background: #26EFB4;
    background: linear-gradient(#000, #6d5a3d);
}


/*------------------------------------------------*/
/*---------[MOBILE MENU BUTTON 1]------------*/
/*------------------------------------------------*/
 
    .mobile_menu_bar:before {
            background-color: #3e4555;
            padding: 2px 0px 2px 2px;
            top: 9px;
            color: #fff!important;}
    .mobile_menu_bar::after {
            font-family: Arial;
            content: "MENU";
            position: relative;
            padding: 10px 20px 10px 5px;
            background-color: #3e4555;
            color: #FFFFFF!important;
        cursor: pointer;}
    .mobile_nav.opened .mobile_menu_bar:before {
        content: "\4d";}
		
   /* iPads (Portrait) */
			@media only screen and (max-width: 980px) {
				.page .mobile_menu_bar:before{color: #fff!important;}
				.single-post .mobile_menu_bar:before, .single-project .mobile_menu_bar:before, .archive .mobile_menu_bar:before {
				  content: "Menu"!important;
				  display: block;
				  font-family: 'Open Sans', sans-serif;
				  font-size: 14px;
				  border-radius: 2px;
				  color: #fff!important;
				  padding: 13px 13px 14px 25px;}}


		/* iPhone 6+ Landscape */
			@media only screen and ( max-width: 736px ) {
				#et_top_search {display: none;}}
     