/* ==============================================================================
Theme Name: Phlox Pro Child
Theme URI: http://phlox.pro/go/
Author: averta
Author URI: http://www.phlox.pro
Description: Phlox Pro Child Theme
Template: phlox-pro
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column,two-columns, three-columns, left-sidebar, right-sidebar
Text Domain: phlox-pro-child
================================================================================= */

/*Button on Header*/
.site-header-section .aux-btns-box .aux-button .aux-text {
	text-shadow: initial;
}
.site-header-section .aux-btns-box .aux-button {
	    font-family: "Quicksand" !important;
    font-weight: 500 !important;
    padding: 18px 45px !important;
box-shadow: 6px 6px 25px 0px rgba(0, 217, 166, 0.35);
    border-radius: 150px;
    background-image: linear-gradient(269deg, #003e5c 0%, #01abbe 100%);
	transition: background-color 300ms ease-out, border-color 300ms ease-out, padding 50ms ease-out, color 50ms ease-out, box-shadow 300ms ease-out;
}

/*Mobile Menu*/
.aux-master-menu.aux-narrow .aux-menu-item > .aux-item-content, .aux-master-menu.aux-narrow.aux-skin-classic .aux-menu-item > .aux-item-content {
    display: inline-block;
    padding: 1.125em 1.0625em;
        padding-right: 1.0625em;
        padding-left: 1.0625em;
    font-size: 0.875em;
    color: #3D3D3D;
    line-height: 100%;
}