/* 
 Theme Name:   LWC
 Theme URI:    
 Description:  
 Author:       Priodev
 Author URI:   http://www.lunchwithshelley.com
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/* Menu set up */

#main-header {display: none !important; }


/**************************
Hide lower footer section
***************************/

#footer-bottom, #main-footer {
	display: none;
}



/**************************
Safari phone number styling
***************************/
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

/**************************
Copy selection
***************************/

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #2CB0BE;
}

::selection {
  color: #fff;
  background: #2CB0BE;
}

/* Default back to top button appearance */
.et_pb_scroll_top.et-pb-icon {
    padding: 16px; /*padding size*/
	margin-right: 16px;
    border-radius: 33px; /* make the circle */
    background-color: #2CB0BE /* button color */; 
    font-size: 22px; /* icon size */
	color: #fff !important;
}
/* Back to top button Appearance on Mouseover */
.et_pb_scroll_top.et-pb-icon:hover {
    background-color: #2C2C2C /*button hover color*/; 
	color: #fff !important;
    /*box-shadow: 0; box shadow on hover*/
}

/* Contact form message styling */
.et-pb-contact-message {
	color: #fff !important;
}