/*--------------------------------------------------------------------------------- Theme Name:   Watts PR Group Theme URI:    https://wattsprgroup.com Description:  Do Not Delete Author:       Media Partners Plus, LLC Author URI:   https://mediapartnersplus.com Template:     Divi Version:      1.0.0 License:      GNU General Public License v2 or later License URI:  http://www.gnu.org/licenses/gpl-2.0.html------------------------------ ADDITIONAL CSS HERE ------------------------------*//*add icon to Divi main menu items*/
.phone-icon > a:before {
    font-family: 'ETMODULES';
    content: '\e090';
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -10px;
    color: #e7e7e7;
    font-size: 1em;
    transition: all .3s ease;
}
.email-icon > a:before {
    font-family: 'ETMODULES';
    content: '\e076';
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -10px;
    color: #e7e7e7;
    font-size: 1em;
    transition: all .3s ease;
}
.place-icon > a:before {
    font-family: 'ETMODULES';
    content: '\e081';
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -10px;
}

/* Divi call to action button normal state */ 

@media (min-width: 980px) {
.menu_cta {
padding: 30!important;
border-radius: 30px;
border: solid 2px #849ba6; /* change the color of the border */
transition: 0.3s;
background-color: #ffffff; /* change the color of the background */
}
.menu_cta a{
color: #0c0c23!important; /* change the color of the button text */
padding: 15px 30px 15px 30px!important;
}

/* Divi call to action button hover state */ 

#top-menu-nav .menu_cta a:hover {
opacity: 1;
}

.menu_cta:hover {
border: solid 2px #0c0c23; /* change the color of the hover border */
background: #f1f0ea; /* change the color of the hover background */
}
}