/*
    Theme Name: Dr. Paul Jarrod Frank
    Theme URI: http://my.studiopress.com/themes/outreach/
    Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
    Author: StudioPress
    Author URI: http://www.studiopress.com/
    Version: 3.0.1
    
    Tags: black, green, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
    
    Template: genesis
    Template Version: 2.0.0
    
    License: GPL-2.0+
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents
    
    - Imports
    - HTML5 Reset
        - Baseline Normalize
        - Box Sizing
        - Float Clearing
    - Defaults
        - Typographical Elements
        - Headings
        - Objects
        - Forms
        - Tables
    - Structure and Layout
        - Site Containers
        - Column Widths and Positions
        - Column Classes
    - Common Classes
        - Avatar
        - Genesis
        - Search Form
        - Titles
        - WordPress
    - Widgets
        - Featured Content
    - Plugins
        - Genesis eNews Extended
        - Genesis Responsive Slider
        - Gravity Forms
        - Jetpack
    - Site Header
        - Title Area
        - Widget Area
    - Site Navigation
        - Header Navigation
        - Primary Navigation
        - Secondary Navigation
        - Responsive Menu
    - Content Area
        - Home Page
        - Entries
        - Entry Meta
        - After Entry
        - Pagination
    - Comments
    - Sidebars
    - Sub Foooter
    - Footer Widgets
    - Site Footer
    - Theme Colors
        - Outreach Pro Blue
        - Outreach Pro Orange
        - Outreach Pro Purple
        - Outreach Pro Red
    - Media Queries
    - Retina Display
        - Retina
        - Max-width: 1139px
        - Max-width: 1023px
        - Max-width: 767px

*/

/*
Imports
---------------------------------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Prompt:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,600,700');
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic);
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700');

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
    normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */
sub, sup {
    font-size: 50%;
}

sup {
    top: -1em;
}


*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.home-top .widget:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.home-top .widget:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
    font-family: 'Neue Helvetica', sans-serif;
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition:    all 0.1s ease-in-out;
    -ms-transition:     all 0.1s ease-in-out;
    -o-transition:      all 0.1s ease-in-out;
    transition:         all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #333;
    color: #fff;
}

::selection {
    background-color: #333;
    color: #fff;
}

a {
    color: #48a54c;
    text-decoration: none;
}

a:hover {
    color: #9f322a;
}

p {
    margin: 0 0 24px;
    padding: 0;
}

strong {
    font-weight: 700;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

blockquote,
blockquote::before {
    color: #999;
}

blockquote {
    margin: 40px;
    position: relative;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    top: -10px;
    position: relative;
}

blockquote::after {
    content: "\201D";
    display: block;
    font-size: 30px;
    height: 0;
    right: 0;
    position: absolute;
    bottom: 0;
}

cite {
    font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Neue Helvetica', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
    color: #9f322a;
}

h1 {
    font-size: 44px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
    width: auto;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #433e40;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    padding: 16px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #666;
    opacity: 1;
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #666;
    font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #6ab446;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    padding: 16px 24px;
    text-transform: uppercase;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
    background-color: #5b9b3c;
    color: #fff;
}

.button {
    display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

th {
    font-weight: 700;
    text-transform: uppercase;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
    margin: 0 auto;
    max-width: 1280px;
}

.site-inner {
    clear: both;
    overflow: hidden;
    padding-top: 30px;
/*    background: #fff;*/
}

.outreach-pro-home .site-inner {
    padding: 0;
    top: -8px;
    margin-bottom: -8px;
    position: relative;
}

.outreach-pro-landing .wrap {
    max-width: 900px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 930px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}

/* Content */

.content {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 3px;
    float: right;
    margin-bottom: 30px;
    padding: 20px 40px 40px;
    width: 68%;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.32);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.32);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.32);
}

.content hr {
    margin-bottom: 25px;
}

.content a {
    font-weight: 600;
}


.outreach-pro-home .content {
    margin: -24px 0;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 550px;
}

.full-width-content .content {
    width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 370px;
}

/* Blog Sidebar */

.sidebar-blog {
    float: right;
    width: 350px;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}

/* Column Classes
    Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
    float: left;
}

.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    background-color: #f5f5f5;
    font-size: 12px;
    margin-bottom: 30px;
    padding: 10px 16px;
}

.archive-description {
    background-color: #f5f5f5;
    margin-bottom: 30px;
    padding: 30px;
}

.author-box {
    background-color: #111;
    color: #fff;
    margin: 0 -40px 40px;
    padding: 30px;
}

.author-box-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

section#search-2 {
    padding: 0px;
    background: none;
}

.search-form {
    overflow: hidden;
}

.site-header .search-form {
    float: right;
    margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
    width: 50%;
}

.search-form input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: 0px;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Titles
--------------------------------------------- */
.archive-title {
    font-size: 20px;
}

.entry-title {
    font-size: 42px;
    font-weight: 500;
    color: #1D212B;
}

h2.entry-title {
    line-height: 32px;
}

.content .entry-title a {
    color: #000;
    font-size: 34px;
}

.content .entry-title a:hover {
    color: #444;
}

.widget-title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: none;
}

.footer-widgets .widget-title,
.site-header .widget-title {
    color: #ffffff;
}

/* WordPress
--------------------------------------------- */
.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

a.alignnone {
    display: inline-block;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
    display: block;
    margin-bottom: 16px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.wp-caption-text {
    font-size: 13px;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
    word-wrap: break-word;
    margin-bottom: 30px;
}

.widget li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: none;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget p:last-child,
.widget ol > li:last-child,
.widget ul > li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget_calendar table {
    border-color: #494949;
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
    margin-bottom: 20px;
}

.featured-content .entry-title {
    font-size: 20px;
}

.featured-content .entry-title a {
    font-size: 22px;
    color: #444;
}

.featured-content .entry-title a:hover {
    color: #222;
}

.featured-content .entry-comments-link {
    float: none;
}

.more-from-category {
    border-top: 1px dotted #494949;
    margin-top: 10px;
    padding-top: 10px;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Gravity Forms
--------------------------------------------- */
.gform_wrapper {
    margin: 7px 0 0!important;
}

.skinsalon-home .home-top-2 .gform_wrapper {
    margin: 11px 0 0!important;
}

.gform_wrapper form.gf_simple_horizontal div.gform_body, .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    display: inline-block !important;
}

.skinsalon-home .home-top-2 .button,
.skinsalon-home .home-top-2 button,
.skinsalon-home .home-top-2 input[type="button"],
.skinsalon-home .home-top-2 input[type="reset"],
.skinsalon-home .home-top-2 input[type="submit"],
.gform_widget button,
.gform_widget input[type="button"],
.gform_widget input[type="reset"],
.gform_widget input[type="submit"],
.gform_widget .button  {
     cursor: pointer;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     font-size: 16px!important;
     text-shadow: 1px 1px 1px rgba(0,0,0, 0.62);
     padding: 13px 0;
     font-family: 'Raleway', sans-serif;
     color: #fff;
     text-transform: uppercase;
     width: 100%;
     height: 50px;
     border: 1px solid #fff;
     float: left;
     clear: left;
     margin-top: 5px;
     background: #3b843e;
     -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.32);
     -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.32);
     box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.32);
     background-repeat: no-repeat;
     background-image: -webkit-linear-gradient( top left, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.0) 50% ), -webkit-linear-gradient( #b70007, #580003 );
     background-image: -moz-linear-gradient( 0 0, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.0) 50% ), -moz-linear-gradient( #6FB5FC, #6FB5FC );
     background-image: -o-linear-gradient( 0 0, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.0) 50% ), -o-linear-gradient( #05375D, #2F4692 );
     background-image: linear-gradient( 0 0, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.0) 50% ), -linear-gradient( #05375D, #2F4692 );
     background-position: -700px 0px, 0 0;
     -moz-background-size: 150% 350%, 100% 100%;
     background-size: 150% 350%, 100% 100%;
     -webkit-transition: background-position 0s ease;
     -moz-transition: background-position 0s ease;
     -o-transition: background-position 0s ease;
     transition: background-position 0s ease;
}

.skinsalon-home .home-top-2 button:hover,
.skinsalon-home .home-top-2 input[type="button"]:hover,
.skinsalon-home .home-top-2 input[type="reset"]:hover,
.skinsalon-home .home-top-2 input[type="submit"]:hover,
.skinsalon-home .home-top-2 .button:hover,
.gform_widget button:hover,
.gform_widget input[type="button"]:hover,
.gform_widget input[type="reset"]:hover,
.gform_widget input[type="submit"]:hover,
.gform_widget .button:hover {
     background-position:600px 0px, 0 0;
        -webkit-transition-duration:1.2s;
           -moz-transition-duration:1.2s;
                transition-duration:1.2s;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow:    inset 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
    box-shadow:         inset 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
}




.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.medium {
    width: 100%;
    padding: 10px 14px;
}

/* Gravity Form Home
--------------------------------------------*/
.gform_wrapper form {
    overflow-x: visible !important;
}

.home .gform_widget .widgettitle {
    text-align: center;
    padding: 0;
    text-shadow: 1px 2px 1px #000;
    font-weight: 300;
    font-size: 50px;
    margin-bottom: 0;
}

.home-top-2 .gform_widget {
    width: 100%;
}

.gform_wrapper form {
    text-align: center!important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 12px 24px!important;
    text-align: center!important;
    font-size: 15px!important;
}

.gform_wrapper .top_label .gfield_label {
    display: none!important;
}

.home .gform_widget button,
.home .gform_widget input[type="button"],
.home .gform_widget input[type="reset"],
.home .gform_widget input[type="submit"],
.home .gform_widget .button {
    padding: 12px 26px;
    margin-top: -10px!important;
}

.skinsalon-home .home-top-2 .button,
.skinsalon-home .home-top-2 button,
.skinsalon-home .home-top-2 input[type="button"],
.skinsalon-home .home-top-2 input[type="reset"],
.skinsalon-home .home-top-2 input[type="submit"] {
    padding: 12px 26px;
    margin-top: -3px!important;
}


@media only screen and (min-width: 641px) {
    .home .gform_wrapper form.gf_simple_horizontal div.gform_body {
        width: auto;
        text-align: center;
        max-width: 85%!important;
    }
    .home .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield {
        vertical-align: initial!important;
    }

}

@media only screen and (max-width: 1023px) and (min-width: 860px) {
    .home .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
           max-width: 140px;
    }

}

@media only screen and (max-width: 1180px) {
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        padding: 12px 0px!important;
        text-align: center!important;
    }
}

@media only screen and (max-width: 860px) {
    .home .gform_widget {
        display: block;
        position: relative;
        bottom: 0px;
    }
    .home-top-2 .wrap {
        max-width: 98%;
    }
    .gform_wrapper form div.gform_footer.top_label input[type=submit] {
        padding:8px;
    }
      .home .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
           max-width: 110px;
    }
}

@media only screen and (max-width: 800px) {
    .gform_widget button,
    .gform_widget input[type="button"],
    .gform_widget input[type="reset"],
    .gform_widget input[type="submit"],
    .gform_widget .button {
        margin-top: 10px!important;
    }
}

@media only screen and (max-width: 640px) {
    .gform_wrapper.gf_browser_chrome .gform_body {
        width: 100% !important;
    }

    .skinsalon-home .gform_widget,
    .home .gform_widget {
        width: 86%;
    }

    .home .gform_widget .widgettitle {
        font-size: 30px;
    }
    body .gform_wrapper ul li.gfield {
        margin-top: 8px!important;
    }

    .skinsalon-home .gform_wrapper .gform_footer,
    .home .gform_wrapper .gform_footer {
        padding: 0px 0 10px!important;
        margin: 10px 0 0!important;
        width:100%!important;
    }

    .home .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
       max-width: 100%;
       width: 100%;
       margin: 0;
    }

    .skinsalon-home .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
       max-width: 100%!important;
       width: 100%;
       margin: 0;
    }  

    .skinsalon-home .gform_widget button,
    .skinsalon-home .gform_widget input[type="button"],
    .skinsalon-home .gform_widget input[type="reset"],
    .skinsalon-home .gform_widget input[type="submit"],
    .skinsalon-home .gform_widget .button,
    .home .gform_widget button,
    .home .gform_widget input[type="button"],
    .home .gform_widget input[type="reset"],
    .home .gform_widget input[type="submit"],
    .home .gform_widget .button {
        margin-top: 8px!important;
    }
}
/* Gravity Form Interior Page
--------------------------------------------*/
.sidebar .gform_wrapper form.gf_simple_horizontal div.gform_body,.sidebar  .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    display: inline-block !important;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    position: relative;
}

.sidebar .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
    display: inline-block !important;
    padding-right: 1em;
    height: auto;
}

.sidebar .gform_widget {
    text-align: center;
    padding: 0px 10px;
    /*background-color: #272828;*/
}

.sidebar .gform_widget .widget-title {
    font-size: 30px;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
}

.sidebar .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    width: 100%!important;
    max-width: 100%!important;
    padding: 0;
    margin: 1px 0 15px !important;
    clear: both;
}
.sidebar .gform_wrapper form.gf_simple_horizontal div.gform_body {
    width: auto;
    max-width: 100%!important;
}

@media only screen and (min-width: 641px) {
    .sidebar .gform_wrapper .top_label li.gfield.gf_inline {
        width: 100%!important;

    }
    .sidebar .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
        padding-right: 0px!important;
    }
    .sidebar .gform_wrapper .gform_footer input.button,
    .sidebar .gform_wrapper .gform_footer input[type=submit],
    .sidebar .gform_wrapper .gform_page_footer input.button,
    .sidebar .gform_wrapper .gform_page_footer input[type=submit] {
        width: 100%!important;
    }
}


@media only screen and (max-width: 1023px) {
    .sidebar .gform_wrapper form.gf_simple_horizontal div.gform_body {
        max-width: 100%!important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 860px) {
    .sidebar .gform_wrapper form.gf_simple_horizontal div.gform_body {
        width: auto;
        max-width: 100%!important;
    }
}

@media only screen and (max-width: 641px) {
    .sidebar .gform_wrapper form.gf_simple_horizontal div.gform_body {
        width: 100%;
        max-width: 100%;
    }

  .sidebar .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
    display: block !important;
    padding-right: 0px;
    height: auto;
    }

    .sidebar .gform_wrapper.gf_browser_chrome .gform_body {
        width: calc(100% - 40px)!important;
        margin: auto!important;
    }
    .sidebar .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
        width: 100%!important;
        max-width: 100%!important;
        padding: 0;
        margin: -6px 0 1px 0!important;
        clear: both;
        display: inline-block!important;
    }
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1.5em!important;
    }
}

.gform_wrapper form.gf_simple_horizontal div.gform_body, .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield { display: inline-block !important; }

select {
   -webkit-appearance: none;
   -moz-appearance: none;
}

/*  Gravity Form End
---------------------------------------------*/

/* Jetpack
--------------------------------------------- */
#wpstats {
    display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
    color: #222;
    position: relative;
    top: 0;
    z-index: 9998;
    margin-top: 0;
}

.home .site-header {
    background: #fff;
    min-height: 100px;
}

.site-header .widget {
    margin-bottom: 0px;
    float: left;
}

.site-header .wrap {
}

.site-header .widget-area {
    width: 100%;
    margin-top: 8px;
}

.site-header .widget-area a {
    color: #fff;
}

.site-header .widget-area a:hover {
    color: #000;
}

.site-header .widget li {
    border-color: #fff;
}

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}

.site-header .widget-area button:hover,
.site-header .widget-area input:hover[type="button"],
.site-header .widget-area input:hover[type="reset"],
.site-header .widget-area input:hover[type="submit"],
.site-header .widget-area .button:hover {
    background-color: #fff;
    color: #000;
}

.site-header #custom_html-10.widget {
    width: 100%;
    float: none;
    clear: both;
}

.site-header #custom_html-9 {
    width: 22%;
}

.site-header #custom_html-9 img {
    display: block;
}

.site-header #custom_html-9 h4 {
    font-size: 20px;
    color: #433e40;
    font-weight: 500;
    /*text-shadow: 1px 0px 1px rgba(255, 255, 255, 0.33);*/
    position: relative;
    top: -18px;
    margin-bottom: -18px;
}

.site-header #phpeverywherewidget-2 {
    width: 39%;
    margin-top: 17px;
}

.site-header #phpeverywherewidget-2 .widget-title {
    display: none;
}

.site-header #phpeverywherewidget-2 .socialicons {
    margin-bottom: 10px;
    text-align: left;
}

.site-header #custom_html-2 {
    width: 39%;
    margin-top: 15px;
    text-align: right;
}

.site-header #phpeverywherewidget-2 select {
    border: 0;
    padding: 0;
    pointer-events: auto;
    cursor: pointer;
    background: none;
    color: #000;
    position: relative;
    font-weight: 500;
    font-family: 'Neue Helvetica', sans-serif !important;
}

.site-header a.glink img {
    margin: 0 3px 0 0;
}


.site-header #phpeverywherewidget-2 .fa {
    font-size: 26px!important;
    box-sizing: content-box;
    display: inline-block;
    font-style: normal!important;
    font-variant: normal!important;
    font-weight: normal!important;
    height: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none!important;
    text-transform: none!important;
    width: 1em;
    color: #000;
    border-radius: 50px!important;
    margin: 0 18px 0 0;
}

.site-header #phpeverywherewidget-2 .fa:hover {
    color: #b70007;
}

.site-header .address a {
    color: #433e40;
    font-size: 18px;
    font-family: 'Neue Helvetica', sans-serif;
}

.headersearch {
    /* display: none; */
    display: inline-block;
    width: 186px;
    position: relative;
    top: 5px;
}

.headersearch input#searchsubmit {
    display: none;
}

.headersearch  ::placeholder {
    color: #000;
    font-weight: 500;
}

.headersearch input {
    border: 0;
    padding: 0;
    pointer-events: auto;
    cursor: pointer;
    background: none;
    color: #000;
    position: relative;
    font-weight: 500;
    float: right;
    width: 84%;
    top: 6px;
}

.headersearch form label:before {
    content:'\f002';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;    
    display: inline-block;
}

.headersearch form label {
    float: left;
    width: auto;
}

/*
Header Extra
---------------------------------------------------------------------------------------------------- */
#header-extra {
    display: none;
    width: 100%;
    top: 0;
    z-index: 9998;
    margin-top: 0;    
    position: relative;
}

#header-extra .wrap {
}

#header-extra .widget {
    margin-bottom: 0px;
    float: left;
}

#header-extra #custom_html-18 {
    width: 18%;
    margin-top: 12px;
}

#header-extra #phpeverywherewidget-5 {
    width: 41%;
    margin-top: 25px;
}

#header-extra #phpeverywherewidget-5 .widget-title {
    display: none;
}

#header-extra #phpeverywherewidget-5 .socialicons {
    margin-bottom: 10px;
}

#header-extra select {
    border: 0;
    padding: 0;
    pointer-events: auto;
    background: none;
    cursor: pointer;
    color: #000;
    position: relative;
    font-weight: 500;
}

#header-extra a.glink img {
    margin: 0 3px 0 0;
}

#header-extra #custom_html-19 {
    width: 41%;
    margin-top: 22px;
    text-align: right;
}

.skinsalon .sub-footer-left .socialicons {
    text-align: center;
}

#header-extra #phpeverywherewidget-5 .fa,
.skinsalon .sub-footer-left .fa {
    font-size: 26px!important;
    box-sizing: content-box;
    display: inline-block;
    font-style: normal!important;
    font-variant: normal!important;
    font-weight: normal!important;
    height: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none!important;
    text-transform: none!important;
    width: 1em;
    color: #000;
    border-radius: 50px!important;
    margin: 0 6px 15px;
}

#header-extra #phpeverywherewidget-5 .fa:hover {
    color: #b70007;
    background: none;
}

#header-extra .address a {
    color: #433e40;
    font-size: 17px;
    text-shadow: 1px 0px 1px rgba(255, 255, 255, 0.33);
}



/* Title Area
--------------------------------------------- */
.title-area {
    float: left;
    display: none;
    padding: 14px 0;
}

.header-full-width .title-area {
    width: 100%;
}

.site-title {
    font-size: 43px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 0;
}

.site-title a,
.site-title a:hover {
    color: #fff;
}

.header-image .title-area {
    padding: 0;
    margin-top: 0;
}

.header-image .site-title > a {
    float: left;
    min-height: 66px;
    width: 225px;
    margin: 10px 0;
}

.site-description {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    height: 0;
    line-height: 1.5;
    text-indent: -9999px;
}

.site-description,
.site-title {
    margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
    display: block;
    text-indent: -9999px;
}

/* Widget Areas
-------------------------------------------- */
.tel {
    line-height: normal;
    margin-bottom: 8px;
    width: 150px;
    float: right;
}

.tel a {
    color: #1D212B !important;
    font-size: 30px;
    font-weight: 600;
}

.tel a:hover{
    opacity: .7;
    text-decoration: none;
    background: none;
}

.tel span {
    font-size: 26px;
    font-weight: 400;
    color: #9f322a;
    text-transform: uppercase;
    font-family: 'Neue Helvetica', sans-serif;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
    clear: both;
    line-height: 1.5;
    width: 100%;
}

.genesis-nav-menu,
.genesis-nav-menu a {
    color: #000;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu a {
    display: block;
    padding: 10px 11px !important;
    font-family: 'Montserrat', sans-serif;
    margin-right: -4px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu a:hover,
.genesis-nav-menu li:hover > a {
    color: #000;
    border-bottom: 4px solid #000;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu li:hover > a {

}

.genesis-nav-menu > .menu-item > a {
    text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition:    opacity .4s ease-in-out;
    -ms-transition:     opacity .4s ease-in-out;
    -o-transition:      opacity .4s ease-in-out;
    transition:         opacity .4s ease-in-out;
    width: 336px;
    z-index: 999;
}

.genesis-nav-menu .sub-menu a {
    color: #fff;
    padding: 10px 20px;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255, 0.4)!important;
    width: 365px;
    background-color: #b70007;
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}


.genesis-nav-menu .sub-menu a:hover {
    background-color: #000000;
    color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -45px 0 0 300px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 720px;
    column-gap: 1px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    display: inline-block;
    float: right;
    list-style-type: none;
    padding: 0;
    text-transform: uppercase;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
    display: inline-block;
    padding: 18px 20px;
}

.genesis-nav-menu .right:hover > a {
    background: none;
    color: #fff;
}

.genesis-nav-menu .right > a:hover {
    background: #fff;
    color: #000;
}

.genesis-nav-menu > .search {
    padding: 9px 0 0;
}

.genesis-nav-menu input[type="search"] {
    font-size: 14px;
    padding: 10px 16px;
}

li#menu-item-351 a {
    color: rgb(183,0,7);
}

li#menu-item-351 a span {
    border: 1px solid;
    padding: 8px 9px;
}

li#menu-item-351 a span:hover {
    background: #000;
    color: #fff;
}

li#menu-item-351 a:hover {
    background: none;
    border-bottom: 0px;
}

li#menu-item-1736 {
    display: none;
}

#menu-item-2026 ul.sub-menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 600px;
    column-gap: 1px;
}

/* Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li,
.site-header .genesis-nav-menu li ul {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

/* Primary Navigation
--------------------------------------------- */
nav.menu.genesis-nav-menu.menu-third {
    display: none;
}

.skinsalon nav.nav-primary:first-of-type {
    display: none!important;
}

.home .nav-primary {
    background-color: #000!important;
}

.nav-primary {
    margin-top: 8px;
    background-color: #000;
}

.nav-primary,
.nav-third {
    text-align: center;
    width: 100%;
    z-index: 9999;
    position: relative;
    /* top: 0; */
    /* left: 0; */
}

.nav-primary li.deadlink > a,
.nav-secondary li.deadlink > a {
    pointer-events: none;
}

.skinsalon .nav-secondary {
    margin-top: 5px;
    background-color: #000!important;
}

.nav-secondary {
    display: none;
    text-align: center;
    width: 100%;
    z-index: 9999;
    position: relative;
}

.nav-secondary li.deadlink > a {
    pointer-events: none;
}

.nav-secondary .genesis-nav-menu a {
    padding: 10px 16px;
    color: #fff;
    font-family: 'Neue Helvetica', sans-serif;
    font-weight: 600;
    border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.nav-secondary .genesis-nav-menu .sub-menu a {
    font-weight: 200;
    background: #fff;
    color: #000;
}

.nav-secondary .genesis-nav-menu .sub-menu a:hover {
    background: #000;
    color: #fff;
}


.skinsalon .genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.skinsalon .genesis-nav-menu a:hover, .genesis-nav-menu li:hover>a {
    color: #fff!important;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */
.home-top .widget {
    margin: 0;
    padding: 0 0px 0px;
}

.home-top .widget:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
}

.home-top .widget.genesis_responsive_slider {
    padding: 0;
}

.outreach-pro-home .content {
    padding: 0;
    background: none;
    box-shadow: none;
}

.home-top-2 {
    padding: 60px 0 0;
    position: relative;
    top: 0;
    margin-bottom: 0;
    z-index: 9998;
    background: rgb(0, 0, 0);
}

.home-top-2 .wrap {
    max-width: 100%;
}

.home-top-2 .widget{
    margin: 0 auto;
    width: 100%;
}

.home-middle{
    width: 100%;
    padding: 90px 0 60px;
    background: rgba(0,0,0,1);
    border-bottom: 3px solid #433e40;
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.63) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0.63)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.63) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.63) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.63) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.63) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );    
}

.home-middle .widget{
    margin-bottom: 0;
}

.home-middle .wrap {
    max-width: 95%;
}

.home-middle .widget{
    margin-bottom: 0;
}

.home-middle .widget {
    float: left;
    margin-left: 1.564102564102564%;
    width: 23.826923076923077%;
}

.home-middle .widget:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0;
}

.home-middle .widget-title {
    display: none;
}

.overlayBlock {
  max-width: 520px;
}

.overlayBlock figure {
  position: relative;
  overflow: hidden;
  min-width: 280px;
  max-width: 520px;
  max-height: 620px;
  background: #251e1b;
  text-align: center;
  cursor: pointer;
  border: 2px #fff solid;
}

.overlayBlock figure img {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.overlayBlock figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: none;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: 300;
}

.overlayBlock figure figcaption::before,
.overlayBlock figure figcaption::after {
    pointer-events: none;
}

.overlayBlock figure figcaption,
.overlayBlock figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.effect-overlay {
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}

figure.effect-overlay img {
  opacity: .65;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.00);
    transform: scale(1.05);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;    
}

figure.effect-overlay:hover img {
    opacity: .3;
    -webkit-transform: scale(1);
    transform: scale(1.20);
}

figure.effect-overlay figcaption {
    padding: 2em;
}

figure.effect-overlay figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure.effect-overlay figcaption::before,
figure.effect-overlay p {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-overlay h5 {
  line-height: normal;
  padding: 37% 0 0;
  font-size: 32px;
  color: #fff;
  text-transform: capitalize;
  text-shadow: 1px 2px 1px #000;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0px;
}

#custom_html-12 figure.effect-overlay h5 {
    padding: 42% 0 0;
}


figure.effect-overlay p {
    margin: 0 auto;
    max-width: 200px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    font-size: .6em;
    color: rgba(255,255,255,.6);
    position: relative;
    top: -10px;
    font-family:"Raleway", sans-serif;
    font-weight: 300;


}

figure.effect-overlay:hover figcaption::before,
figure.effect-overlay:hover p {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.home-middle figure.effect-overlay .lrn {
    top: 65%;
}

figure.effect-overlay .lrn {
    top: 69%;
    font-size: .85em;
    color: #fff;
    font-weight: lighter;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.32);
    text-align: center;
}

.home-middle-2 {
    margin: 80px 0;
}

section#rev-slider-widget-5 {
    display: none;
}

.home-bottom {
    position: relative;
    clear: both;
    padding: 0px 0 155px;
}

.home-bottom .wrap {
    max-width: 95%;
}

.home-bottom .one-half.connect img {
    border: 2px solid #433e40;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    1px 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow:         1px 1px 4px rgba(0, 0, 0, 0.4);
}

.home-bottom h1 span {
    color: #9f322a;
}

.home-bottom .widget-title {
    display: none;
}

.home-bottom p {
    font-size: 23px;
}

.home-bottom h1 {
    color: #433e40;
    font-weight: 500;
    font-size: 58px;
}

.home-bottom-2 .widget {
    margin-bottom: 0px;
    font-size: 1.3em;
    font-weight: 100;
}

.home-bottom-2 .three-fourths {
    margin-top: 15px;
}

.home-bottom-2  .one-fourth.first.doctor {
    margin-top: 20px;
}

.home-bottom-2 .accreditations {
    margin: 0 auto 25px;
}

.home-bottom-2 .accreditations img {
    width: 65%;
}

.home-bottom-2 img.doctorimg {
    margin-bottom: 32px;
}

.home-bottom-2 .desktopimg {
    display: block;
}

.home-bottom-2 .mobileimg {
    display: none;
}

.home-bottom-2 {
    padding: 115px 0;
    border-bottom: 3px solid #433e40;
    border-top: 3px solid #433e40;
/*     background: rgba(0, 0, 0, 0.75); */
    background: rgba(27,27,27,1);
    background: -moz-linear-gradient(top, rgba(27,27,27,1) 0%, rgba(0,0,0,0.5) 50%, rgba(27,27,27,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(27,27,27,1)), color-stop(50%, rgba(0,0,0,0.5)), color-stop(100%, rgba(27,27,27,1)));
    background: -webkit-linear-gradient(top, rgba(27,27,27,1) 0%, rgba(0,0,0,0.5) 50%, rgba(27,27,27,1) 100%);
    background: -o-linear-gradient(top, rgba(27,27,27,1) 0%, rgba(0,0,0,0.5) 50%, rgba(27,27,27,1) 100%);
    background: -ms-linear-gradient(top, rgba(27,27,27,1) 0%, rgba(0,0,0,0.5) 50%, rgba(27,27,27,1) 100%);
    background: linear-gradient(to bottom, rgba(27,27,27,1) 0%, rgba(0,0,0,0.5) 50%, rgba(27,27,27,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#1b1b1b', GradientType=0 );   
}

.home-bottom-2 .wrap {
    max-width: 85%;
}

.home-bottom-2 .widget-title {
    display: none;
}

.home-bottom-2 .three-fourths a.more-link {
    display: none;
}

.home-bottom-2 h1 {
    color: #fff;
    font-weight: 500;
    text-shadow: 1px 1px 1px #000;
    font-size: 58px;
}

.home-bottom-2 .widget {
    margin-bottom: 0px;
    font-size: 25px;
    color: #fff;
    font-weight: 100;
}

.home-bottom-2 img.desktopimg,
.home-bottom-2 img.mobielimg {
    border: 2px solid #fff;
    -webkit-box-shadow: 1px 1px 4px rgba(255,255,255, 0.4);
    -moz-box-shadow:    1px 1px 4px rgba(255,255,255, 0.4);
    box-shadow:         1px 1px 4px rgba(255,255,255, 0.4);
    display: block;
}

.home-bottom .connect {
    text-align: center;
  	margin-top: 6%;
}

.home-bottom-2 #custom_html-17 {
    padding-top: 45px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    margin-top: 25px;
}

.home-bottom-2 #custom_html-17 .widget-title {
    display: block;
    text-align: center;
    font-size: 44px;
}

.home-bottom-2 a.more-link {
    color: #fff;
    border-color: #fff;
}

.home-bottom-2 a.more-link:hover {
    background: #9f322a;
    color: #fff;
    border-color: #9f322a;
}

.home-bottom-3 {
    position: relative;
    padding: 75px 0 0;
}

.home-bottom-3 .wrap {
    max-width: 75%;
}

.home-bottom-3 .widget-title {
    color: #433e40;
    font-weight: 500;
    font-size: 58px;
}

.home-bottom-3 .widget {
    text-align: center;    
}

.home-bottom-3 .mags .one-third:nth-of-type(-n+3) {
    margin-bottom: 15px;
}

.home-bottom-3 .one-half.first img {
    width: 84%;
    border: 2px solid #fff;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.home-bottom-3 .one-half.first img:hover {
    border-color: #333;
}

.home-bottom-3 .one-half.first {
    margin-top: 18px;
}

.home-bottom-3 h2 {
    color: #433e40;
}

/* Skin Salon
--------------------------------------------- */
.skinsalon #header-extra,
.skinsalon .nav-secondary {
    display: block;
}

.skinsalon .site-header,
.skinsalon .nav-primary,
.skinsalon .footer-widgets {
    display: none;
}

.skinsalon-home {
/*    background: rgba(255, 255, 255, 0.70);*/
}

.skinsalon-home #header-extra {
    background: #fff;
}

.skinsalon h1,
.skinsalon h2,
.skinsalon h3,
.skinsalon h4,
.skinsalon h5,
.skinsalon h6 {

}

.skinsalon-home .site-inner {
    padding: 0;
    position: relative;
    top: 0;
    margin-bottom: 0;
}

.skinsalon-home .site-inner .wrap {
    max-width: 100%;
}

.skinsalon-home .site-inner .content {
    background: none;
    box-shadow: none;
    padding: 0;
}

.skinsalon-home .site-inner .content header.entry-header {
    display: none;
}

.skinsalon-home a.more-link {
    background: none;
    border: 2px solid #000;
    color: #000;
    margin-top: 0;
}

.skinsalon-home a.more-link:hover {
    background: #d5191f;
    color:  #fff;
    border-color: #d5191f;
}

.skinsalon-home .home-top-2 h4 {
    text-align: center;
    padding: 0;
    text-shadow: 1px 2px 1px #fff;
    font-weight: 400;
    font-size: 3em;
    color: #000;
    margin-bottom: 0;
}

.skinsalon-home .home-top-2 {
    margin-bottom: -110px;
    padding-bottom: 65px;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.skinsalon-home .home-middle {
    padding: 90px 0;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    border: none;
}

.skinsalon-home .inner-wrap {
    max-width: 85%;
    margin: 0 auto;
}

.skinsalon-home .grid {
    float: left;
    margin-left: 2.564102564102564%;
    width: 31.616923076923077%;
}

.skinsalon-home .grid:nth-of-type(3n+1) {
    clear: both;
    margin-left: 0;
}

.grid {
    position: relative;
    list-style: none;
    text-align: center;
    border: 2px solid #fff;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);    
}

/* Common style */
.grid figure {
    position: relative;
    overflow: hidden;
    min-width: 280px;
    max-width: 1000px;
    max-height: 1508px;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 1.5em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    background: rgba(255, 255, 255, .90);
    color: #000;
    font-size: 22px;
    padding: 15px;
    display: table;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 35px;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    font-size: 16px;
    text-shadow: 1px 1px 1px #000;
}

/* Individual effects */
figure.effect-apollo {
    background: #000;
}

figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.00,1.00,1);
    transform: scale3d(1.00,1.00,1);
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);    
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;    
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(8.0,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(8.0,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
    position: absolute;
    right: 0;
    top: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-apollo h2 {
    text-align: left;
}

figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1.15,1.15,1);
    transform: scale3d(1.15,1.15,1);
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.page-id-171 .grid,
.teammembers .grid a {
    color: #fff;
}

.page-id-171 .grid,
.teammembers .grid {
    margin-bottom: 25px;
}

.page-id-171 .grid figure,
.teammembers .grid figure {
    min-width: 200px;
    max-width: 370px;
    max-height: 466px;
}

.page-id-171 .grid figure h2,
.teammembers .grid figure h2 {
    font-size: 18px;
    padding: 10px;
}

.page-id-171 figure.effect-apollo p,
.teammembers figure.effect-apollo p {
    max-width: 100%;
}

.page-id-171 figure.effect-apollo:hover img,
.teammembers figure.effect-apollo:hover img {
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

.page-id-171 a.nobio,
.teammembers a.nobio {
    pointer-events: none;
    display: none;
}

.page-id-171 .grid,
.teammembers .grid {
    border: none;
    box-shadow: none;
}

.page-id-171 .grid figure,
.teammembers .grid figure {
    border: 2px solid #fff;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.page-id-171 .grid h2,
.teammembers .grid h2,
.teammembers section#custom_html-25 {
    display: none;
}

.page-id-171 .grid h4,
.teammembers .grid h4 {
    color: #000;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 24px;
}

.skinsalon-home .home-bottom-4 {
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    background-image: url(/wp-content/uploads/2018/06/mdna-bg.jpg);
    padding: 245px 0;
    position: relative;
    box-shadow: 0 0 12px 12px rgba(0, 0, 0, 0.15);
}

.skinsalon-home .home-bottom-4 .inner-wrap {
    max-width: 85%;
}

.skinsalon-home .home-bottom-4 .inner-box {
    width: 50%;
    padding: 20px;
    text-align: center;
}

.skinsalon-home .home-bottom-4 .inner-box p {
    font-size: 1.3em;
    font-weight: 300;
    margin-top: 15px;
}

.skinsalon-home .home-bottom-6 {
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    background-image: url(/wp-content/uploads/2018/06/salon-home-bottom.jpg);
    padding: 245px 0;
    position: relative;
    box-shadow: 0 0 12px 12px rgba(0, 0, 0, 0.15);
}

.skinsalon-home .home-bottom-6 .inner-wrap {
    max-width: 85%;
}

.skinsalon-home .home-bottom-6 .inner-box {
    width: 50%;
    float: right;
    background: rgba(255,255,255,0.9);
    padding: 20px;
}

.skinsalon-home .home-bottom-6 .inner-box p {
    font-size: 1.3em;
    font-weight: 300;
    margin-top: 15px;
}

.skinsalon-home .home-bottom-4 .inner-box a.more-link {
    color: #fff;
    border-color: #fff;
}

.skinsalon-home .home-bottom-5 {
    width: 100%;
    padding: 95px 0 40px;
    position: relative;
}

.skinsalon-home .home-bottom-5 .inner-wrap {
    max-width: 80%;
}

.skinsalon-home .home-bottom-5 .inner-box {
    text-align: center;
}

.skinsalon-home .home-bottom-5 h1 {
    color: #433e40;
    font-weight: 400;
    font-size: 44px;
}

.skinsalon-home .home-bottom-5 .one-half.first.inner-box img {
    width: 75%;
}

.skinsalon-home .home-bottom-5 .inner-box p {
    font-size: 20px!important;
    line-height: 36px!important;
}

.skinsalon-home .home-bottom-5 .one-half.inner-box.reviews a.more-link {
    margin-top: 22px;
}

.skinsalon .sub-footer {
    display: block;
    position: relative;
    width: 100%;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );    
}

.skinsalon .sub-footer-left {
    width: 100%;
    float: none;
    display: block;
}

.skinsalon .sub-footer-left .fa:hover {
    color: #d5191f;
}

.skinsalon .sub-footer-left .widget {
    float: left;
    margin-left: 2.564102564102564%;
    width: 23.076923076923077%;
}

.skinsalon .sub-footer-left .widget:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0;
}

.skinsalon .sub-footer-left #custom_html-24 {
    width: 100%;
    font-size: 14px;
    float: none;
    clear: both;
    text-align: center;
    margin-bottom: 0;
}

.skinsalon .sub-footer-left #custom_html-24 a {
    color: #d5191f;
}

.skinsalon .sub-footer-left .widget-title {
    color: #000;
}

.skinsalon .site-footer {
    background: #fff;
    color: #000;
}

.skinsalon .site-footer a {
    color: #717171 !important;
}

.skinsalon .site-footer a:hover {
    color: #000!important;
}

.skinsalon .sidebar .gform_widget .widget-title {
    padding: 0;
    margin: 0;
    font-size: 28px;
}

.skinsalon .sidebar .widget {
    background: #000;
}

/* Entries
--------------------------------------------- */
.entry {
    margin-bottom: 40px;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
    margin-bottom: 26px;
    
}

.entry-content ol,
.entry-content ul {
    margin-left: 40px;
}

.entry-content ol > li {
    list-style-type: decimal;
}
.entry-content ul > li {
    list-style-type: disc;
    margin-bottom: 14px;
}

.entry-content ul > li:last-child {
	margin-bottom: 0px;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
    color: #999;
    font-size: 12px;
    margin-bottom: 0;
    text-transform: uppercase;
}

p.entry-meta a {
    color: #999;
}

p.entry-meta a:hover {
    color: #333;
}

.entry-footer .entry-meta {
    border-top: 1px dotted #ddd;
    padding-top: 12px;
}

.entry-header .entry-meta {
    margin-bottom: 24px;
}

.entry-categories {
    float: left;
}

.entry-comments-link,
.entry-tags {
    float: right;
}

/* After Entry
--------------------------------------------- */
.after-entry {
    background-color: #f5f5f5;
    margin-bottom: 40px;
    padding: 30px;
    text-align: center;
}

.after-entry p:last-child {
    margin: 0;
}

.after-entry li {
    list-style-type: none;
}

.after-entry .featured-content li {
    text-align: center;
}

/* Pagination
--------------------------------------------- */
.pagination {
    margin: 40px 0 0;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #333;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 4px;
    padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
    background-color: #6ab446;
}

/* Custom CSS
--------------------------------------------- */

.page-id-3988 h1.entry-title {
 	text-align: center; 
}

.page-id-8701 h1.entry-title {
 	text-align: center; 
}

.single-post .post-8543 .entry-title {
    text-align: center;
}

.category-specials .post-8543 img.post-image {
    display: block;
}

.category-specials .post-8544 img.post-image {
    display: block;
}

.category-specials .post-8542 img.post-image {
    display: block;
}

.single-post .post-8542 .entry-title {
    text-align: center;
}

.post-8542 img.post-image {
    display: none;
}

.post-8544 img.post-image {
    display: none;
}

.single-post post-8543 .entry-title {
    text-align: center;
}

.post-8543 img.post-image {
    display: none;
}

.single .postid-8544 .post-image {
    display: none;
}

.post-8566 img.post-image {
    display: none;
}




.single-post .post-8333 h1.entry-title {
    text-align: center;
    font-size: 40px;
}

.landing-text h1.entry-title {
 	text-align: center; 
}

.one-half.instagram {
    margin: 0 20px 10px 0;
    padding: 0;
}

.postid-8333 img.post-image {
    display: none;
}

.post-7310 img.post-image {
    display: none!important;
}

.page-id-7243 .entry-title,
.page-id-7236 .entry-title,
.page-id-7241 .entry-title,
.page-id-7291 .entry-title,
.page-id-7297 .entry-title,
.page-id-7295 .entry-title,
.page-id-7680 .entry-title,
.page-id-7681 .entry-title,
.page-id-7698 .entry-title,
.page-id-7700 .entry-title,
.page-id-8271 .entry-title,
.page-id-8289 .entry-title,
.page-id-7680 .entry-title,
.page-id-8272 .entry-title,
.page-id-8343 .entry-title{
    text-align: center;
}



.page-id-1854 #gform_widget-3 {
    display: none;
}

.page-id-6684 .entry-content h4 {
    font-size: 24px;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
}

#menu-item-1768 ul.sub-menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 634px;
    column-gap: 1px;
}

#menu-item-1768 ul.sub-menu li a {
    width: 315px;
}

.nav-third,
nav#ubermenu-main-87-third-menu,
.page-id-6687 .nav-primary,
.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-none.ubermenu-loc-third-menu {
    display: none!important;
}

.page-id-6687 .nav-third,
.page-id-6687 nav#ubermenu-main-87-third-menu {
    display: block!important;
}

.page-id-1653 section#custom_html-25,
.page-id-790 section#custom_html-25,
.page-id-594 section#custom_html-25,
.page-id-4277 section#custom_html-25,
.page-id-263 section#custom_html-25,
.page-id-2 section#custom_html-25 {

    display: none !important;
}


.email-box {
    background: #000;
    color: #fff;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: flex-end;
    text-align: center;
    top: -4px;
}

.email-box div:nth-of-type(2n) {
    margin-right: 15px;
}

.email-box h3 {
    color: #fff;
    font-size: 16px;
    margin: 8px 0;
}

.email-box .socialicons {

}

.email-box .socialicons .fa {
    background: none!important;
    padding: 0!important;
    font-size: 22px!important;
    box-sizing: content-box;
    display: inline-block;
    font-style: normal!important;
    font-variant: normal!important;
    font-weight: normal!important;
    height: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none!important;
    text-transform: none!important;
    width: 1em;
    color: #fff;
    margin: 0 8px 0;
}

div#clarityp_popup_6480 {
    margin: 90px auto 0;

}

.email-box input#gform_submit_button_5 {
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px!important;
    text-shadow: 1px 1px 1px rgba(0,0,0, 0.62);
    padding: 13px 0;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-transform: capitalize;
    width: 100%;
    margin: -10px 10px 0!important;
    height: 50px;
    border: 1px solid #fff;
    float: left;
    clear: left;
    margin-top: 5px;
    background: #3b843e;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.32);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.32);
    box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.32);
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient( top left, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.0) 50% ), -webkit-linear-gradient( #b70007, #580003 );
    background-image: -moz-linear-gradient( 0 0, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.0) 50% ), -moz-linear-gradient( #6FB5FC, #6FB5FC );
    background-image: -o-linear-gradient( 0 0, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.0) 50% ), -o-linear-gradient( #05375D, #2F4692 );
    background-image: linear-gradient( 0 0, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.0) 50% ), -linear-gradient( #05375D, #2F4692 );
    background-position: -700px 0px, 0 0;
    -moz-background-size: 150% 350%, 100% 100%;
    background-size: 150% 350%, 100% 100%;
    -webkit-transition: background-position 0s ease;
    -moz-transition: background-position 0s ease;
    -o-transition: background-position 0s ease;
    transition: background-position 0s ease;
}


.email-box input#gform_submit_button_5:hover {
 background-position:600px 0px, 0 0;
    -webkit-transition-duration:1.2s;
       -moz-transition-duration:1.2s;
            transition-duration:1.2s;
-webkit-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
-moz-box-shadow:    inset 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
box-shadow:         inset 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
}

div#clarityp_popup_6480 li#field_5_4 {
    padding-right: 0!important;
}

div#clarityp_popup_6480 h4.modal-title {
    display: none;
}

.email-box .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 15px 0px!important;
    margin: -10px 0 0!important;
}

div#clarityp_popup_6480 .modal-header {
    border: 0;
    background: url(https://pfrankmd.com/wp-content/uploads/2019/03/newsletter-bg..jpg);
    padding: 20px 15px;
}

div#clarityp_popup_6480 .modal-header .close {
    font-size: 26px;
}

.page-id-5977 section#custom_html-25 {
    display: none;
}

.linkedin-share {
    position: relative;
    bottom: 6px;
}
.page-id-5543 h1.entry-title {
    display: none;
}

.postid-5540 img.post-image {
    display: inline-block;
    text-align: center;
}

.postid-5540 article {
    text-align: center;
}

.postid-5540 .content header {
    text-align: left;
}

.postid-5540 .entry-content {
    text-align: initial;
}

.educational-videos .one-half:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
}

.educational-videos .one-half {
    min-height: 330px;
}

.newsletters h1.entry-title {
    display: none;
}

.page-id-1877 .one-half {
    float: left;
    margin-left: 9.464102564102564%;
    width: 45.226923076923077%;
}

.page-id-1877 .one-half:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
}

.page-id-189 .media .box {
    float: left;
    margin-left: 9.464102564102564%;
    width: 45.226923076923077%;
    margin-bottom: 25px;
}

.page-id-189 .media .box:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
}

tbody {
    border-bottom: none;
}

td {
    border-top: none;
}

.page-id-2521 .one-half:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
}

span.tv-item_box {
    text-align: center;
    display: inline-block;
    width: 100%;
}

span.title {
    display: block;
}

.imgbox {
    position:  relative;
    text-align: center;
}

.imgbox a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/wp-content/uploads/2018/06/play.png) bottom left no-repeat;
    margin: 0 0 15px 10px;
}

div#swipebox-bottom-bar {
    display: none!important;
}

.print-item {
    text-align: center;
    margin-bottom: 15px;
}

.print-item a {
    color: #000;
}

.page-id-1871 h5 {
    text-align: center;
    margin-bottom: 20px;
}

.page-id-1871 .video-container {
    margin-bottom: 5px;
}

.page-id-2521 .one-half img {
    display: block;
    width: 330px;
}

.page-id-2521 .one-half {
    margin-bottom: 25px;
}

.page-id-2521 .one-half a {
    color: #000;
}

.online-item {
    float: left;
    margin-left: 1.564102564102564%;
    width: 48.826923076923077%;
}

.online-item:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
}

.online-item {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 14px;
    min-height: 391px;
    color: #252525;
    padding: 10px 3.4%;
    background: #f7f7f7;
    border-top: 1px solid #eeeeee;
    text-align: left;
    text-decoration: none;
}

.online-item a {
    color: #000;
}

.online-item img {
    margin-right: 20px;
}

.online-item span {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
}

.page-id-6149 .online-item span {
    margin-bottom: 4px;
}

#swipebox-overlay {
    background: rgba(13, 13, 13, 0.9)!important;
}

.site-container {
    /*background: rgba(255, 255, 255, 0.20);*/
}

a.more-link {
    display: inline-block;
    padding: 10px 75px;
    margin-top: 10px;
    font-size: 16px;
    background: none;
    border: 2px solid #9f322a;
    color: #9f322a;
    font-weight: 500;
    transition: all 0.2s;
    text-transform: uppercase;
    font-family: 'Neue Helvetica', sans-serif;
}

a.more-link:hover {
    background: #433e40;
    color: #fff;
    border-color: #433e40;
}

.video-container {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    margin-bottom: 25px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

  /*SculpSure Table Start*/
  .page-id-2276 table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.page-id-2276 table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.page-id-2276 table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.page-id-2276 table th,
table td {
  padding: .625em;
}

.page-id-2276 table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  .page-id-2276 table caption {
    font-size: 1.3em;
  }
  
  .page-id-2276 table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .page-id-2276 table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .page-id-2276 table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .page-id-2276 table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .page-id-2276 table td:last-child {
    border-bottom: 0;
  }
}
    /*SculpSure Table End*/
/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 30px;
}

li.comment,
li.pingback {
    background-color: #f5f5f5;
    border: 2px solid #fff;
    border-right: none;
}

.comment-content {
    clear: both;
}

.comment-list li,
.entry-pings li {
    margin-top: 24px;
    padding: 32px;
}

.comment-list li li {
    margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}

.form-allowed-tags {
    background-color: #f5f5f5;
    padding: 24px;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
    color: #ccc;
    font-size: 14px;
}

.sidebar .widget {
    background-color: #433e40;
    border-radius: 3px;
    padding: 15px;
}

.sidebar .widget_tightrope_form {
    padding: 0;
}

.sidebar li a {
    color: #ccc;
}

.sidebar li a:hover,
.sidebar .entry-meta a:hover {
    color: #fff;
}

.sidebar #custom_html-8 {
    padding: 0;
    background: none;
}

/*
Sub Footer
---------------------------------------------------------------------------------------------------- */
.home .sub-footer {
    display: none;
}

.sub-footer {
    display: block;
}

.sub-footer-left {
    display: none;
}

.sub-footer-right {
    font-size: 14px;
    width: 100%;
}

.skinsalon.page-id-1106 .sub-footer-right {
    display: block;
}

.no-warning .sub-footer-right,
.page-id-6571 .sub-footer-right,
.page-id-6512 .sub-footer-right,
.page-id-6504 .sub-footer-right,
.page-id-11 .sub-footer-right,
.page-id-263 .sub-footer-right,
.page-id-3988 .sub-footer-right,
.page-id-171 .sub-footer-right,
.page-id-1641 .sub-footer-right,
.page-id-4817 .sub-footer-right,
.page-id-4821 .sub-footer-right,
.page-id-1849 .sub-footer-right,
.page-id-1858 .sub-footer-right,
.page-id-1861 .sub-footer-right,
.page-id-1871 .sub-footer-right,
.page-id-2521 .sub-footer-right,
.page-id-1877 .sub-footer-right,
.page-id-2773 .sub-footer-right,
.page-id-3615 .sub-footer-right,
.page-id-20 .sub-footer-right,
.page-id-4167 .sub-footer-right,
.page-id-1854 .sub-footer-right,
.parent-pageid-1858 .sub-footer-right,
.page-template-page_blog .sub-footer-right,
.single .sub-footer-right,
.archive .sub-footer-right,
.category .sub-footer-right,
.page-id-4088 .sub-footer-right,
.page-id-341 .sub-footer-right,
.skinsalon .sub-footer-right {
    display: none;
}

.sub-footer-left .entry-title {
    font-size: 30px;
}

#sub-footer-last {
    background: #b70007;
    color: #fff;
    text-align: center;
    font-size: 30px;
    padding: 30px 0;
    font-weight: 600;
}

#sub-footer-last .widget {
    margin-bottom: 0;
}

.page-template-page_landing #sub-footer-last,
.page-template-page_landing .uber {
    display: none;
}

.contact-form {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.contact-form .gform_wrapper form.gf_simple_horizontal div.gform_body {
    width: 100%;
    max-width: 100%;
}

.contact-form .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield {
    width: 100%!important;
    max-width: 100%!important;
    float: none!important;
    display: block!important;
    margin: 0 0 15px;
    padding: 0;
}

.contact-form .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    width: 100%;
    max-width: 100%;
}

.contact-form .gform_wrapper .gform_footer input.button,
.contact-form .gform_wrapper .gform_footer input[type=submit],
.contact-form .gform_wrapper .gform_page_footer input.button,
.contact-form .gform_wrapper .gform_page_footer input[type=submit] {
    margin: 0;
    width: 100%;
}

.contact-form .button,
.contact-form input#gform_submit_button_1,
.contact-form input#gform_submit_button_6,
.contact-form input#gform_submit_button_7,
.contact-form input#gform_submit_button_8,
.contact-form input#gform_submit_button_10,
.contact-form input#gform_submit_button_11 {
     cursor: pointer;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     font-size: 16px!important;
     text-shadow: 1px 1px 1px rgba(0,0,0, 0.62);
     padding: 13px 0;
     font-family: 'Raleway', sans-serif;
     color: #fff;
     text-transform: uppercase;
     width: 100%;
     height: 50px;
     border: 1px solid #fff;
     float: left;
     clear: left;
     margin-top: 5px;
     background: #3b843e;
     -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.32);
     -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.32);
     box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.32);
     background-repeat: no-repeat;
     background-image: -webkit-linear-gradient( top left, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.0) 50% ), -webkit-linear-gradient( #b70007, #580003 );
     background-image: -moz-linear-gradient( 0 0, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.0) 50% ), -moz-linear-gradient( #6FB5FC, #6FB5FC );
     background-image: -o-linear-gradient( 0 0, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.0) 50% ), -o-linear-gradient( #05375D, #2F4692 );
     background-image: linear-gradient( 0 0, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.0) 50% ), -linear-gradient( #05375D, #2F4692 );
     background-position: -700px 0px, 0 0;
     -moz-background-size: 150% 350%, 100% 100%;
     background-size: 150% 350%, 100% 100%;
     -webkit-transition: background-position 0s ease;
     -moz-transition: background-position 0s ease;
     -o-transition: background-position 0s ease;
     transition: background-position 0s ease;
}

.contact-form .button:hover,
.contact-form input#gform_submit_button_1:hover,
.contact-form input#gform_submit_button_6:hover,
.contact-form input#gform_submit_button_7:hover,
.contact-form input#gform_submit_button_8:hover,
.contact-form input#gform_submit_button_10:hover,
.contact-form input#gform_submit_button_11:hover{
     background-position:600px 0px, 0 0;
        -webkit-transition-duration:1.2s;
           -moz-transition-duration:1.2s;
                transition-duration:1.2s;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow:    inset 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
    box-shadow:         inset 0px 0px 10px 0px rgba(255, 255, 255, 0.75);    
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
    border-top: 3px solid #433e40;
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.63) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0.63)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.63) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.63) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.63) 100%);
    background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.63) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#433e40', endColorstr='#433e40', GradientType=0 );
    color: #ccc;
    clear: both;
    font-size: 16px;
    padding: 45px 0 20px;
    font-family: 'Neue Helvetica', sans-serif;
}

.footer-widgets a {
    color: #fff;
}

.footer-widgets input {
    border: 1px solid #333;
}

.footer-widgets .entry-meta a:hover,
.footer-widgets a:hover {
    color: #dedede;
}

.footer-widgets .widget-area {
    float: left;
    margin-left: 2.564102564102564%;
    width: 23.076923076923077%;
}

.footer-widgets .widget-area:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0;
}

.footer-widgets .widget li {
    padding-bottom: 7px;
}

.footer-widgets #simple-social-icons-3 {
    margin-bottom: 0px;
}

.footer-widgets-5.widget-area {
    width: 100%;
    float: none;
    text-align: center;
    clear: both;
    margin-bottom: 0px;
}

.footer-widgets-5.widget-area #custom_html-7 {
    margin-bottom: 0;
  font-size: 12px;
}

.footer-widgets .socialicons {
    text-align: center;
}

.footer-widgets .socialicons .fa {
    font-size: 26px!important;
    box-sizing: content-box;
    display: inline-block;
    font-style: normal!important;
    font-variant: normal!important;
    font-weight: normal!important;
    height: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none!important;
    text-transform: none!important;
    width: 1em;
    color: #000;
    border-radius: 50px!important;
    margin: 0 6px 25px;
}

.footer-widgets .socialicons .fa:hover {
    color: #b70007;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
    background-color: #000;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.07);
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
}

.site-footer a {
    color: #ccc !important;

}

.site-footer a:hover {
    color: #fff !important;

}

.site-footer p {
    margin-bottom: 0;
}


.site-footer .copyright {
    margin-top: 14px;
    text-align: center;
    width: 100%;    
}




/*
custom
---------------------------------------------------------------------------------------------------- */
#accordion ul ul{
    display: none;

}

#accordion ul ul a{
    display: block;
}

ul.accordion-content li {
    list-style-type: none;
    border: 1px solid #e1e1e1;
    padding: 10px;
    margin-bottom: 15px
}

ul.accordion-content {
    margin: 0;
}

ul.inner-panel {
    margin: 0;
}

ul.inner-panel li {
    border: none;
    margin-bottom: 0px;
}

ul.accordion-content li a {
    width: 100%;
    display: block;
}

span.accordion-trigger:before {
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

li.active span.accordion-trigger:before {
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

span.accordion-trigger {
    font-size: 18px;
}

.entry-content p.powered {
    display: block;
}

p.powered {
    display: none;
}

.wpcr3_review .wpcr3_review_datePublished {
    display: none !important;
}

.wpcr3_review .wpcr3_review_title {
    font-size: 24px !important;
    display: block !important;
    margin-top: 12px;
}

.wpcr3_review blockquote .wpcr3_content {
    padding-bottom: 0px !important;
}

/*
Checkin App
---------------------------------------------------------------------------------------------------- */
.checkin.full-width-content .site-inner{
    margin-top: 50px;
}

.checkin.full-width-content .content{
    background: none;
    box-shadow: none;
    position: absolute;
    top: 25%;
    left: 0;
}

.in_office img:hover {
    opacity: .7;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-moz-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min-device-pixel-ratio: 1.5) {

    .content #genesis-responsive-slider .flex-direction-nav li a {
        background-image: url(images/icon-direction-nav@2x.png);
    }
    
}

@media only screen and (max-width: 1600px) {
    .home-bottom-2 .three-fourths {
        margin-top: 0;
    }
    .home-bottom-2 .widget {
        font-size: 1.1em;
    }
    .home-bottom .wrap,
    .home-bottom-3 .wrap {
        max-width: 95%;
    }
    .skinsalon-home .inner-wrap {
        max-width: 95%;
        margin: 0 auto;
    }
    .sidebar-primary {
        width: 350px;
    }
  
  .home-bottom .connect {
    margin-top: 12%;
}

}

@media only screen and (max-width: 1420px) {
    figure.effect-overlay h5 {
        font-size: 26px; 
    }
  
    .home-bottom .connect {
    	margin-top: 18%;
	}
}

@media only screen and (max-width: 1300px) {
    .site-inner .wrap  {
        max-width: 98%;
    }

    .skinsalon-home .site-inner {
        top: -98px;
        margin-bottom: -98px;
    }    
    .site-header .wrap,
    #header-extra .wrap {
        max-width: 98%;
    }
    .genesis-nav-menu a {
        padding: 10px 18px;
    }
    .nav-secondary .genesis-nav-menu a {
        padding: 10px 12px;
    }    
    .home-top-2 {
        background: #000;
        top: 0;
        margin-bottom: 0px;
        padding: 25px 0 0;
    }
    .home-middle {
        padding-top: 50px;
    }
    .home-middle .wrap {
        max-width: 85%;
    }
    .home-middle .widget {
        float: left;
        margin-left: 3.564102564102564%;
        width: 48.126923076923077%;
    }
    .home-middle .widget:nth-of-type(-n+2) {
        margin-bottom: 35px;
    }
    .home-middle .widget:nth-of-type(2n+1) {
        clear: both;
        margin-left: 0;
    }     
    .home-bottom .accreditations {
        margin: 0 auto 0;
    }
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        padding: 14px 10px!important;
    } 

    .skinsalon-home .home-bottom-5 .inner-wrap {
        max-width: 98%;
    }  
}

@media only screen and (max-width: 1270px) {
    .genesis-nav-menu a {
        padding: 10px 10px !important;
        font-size: 13px;
    }    
}

@media only screen and (max-width: 1180px) {
    .wrap {
        max-width: 960px;
    }

    .nav-primary .wrap,
    .nav-secondary .wrap {
        max-width: 98%;
    }

    .nav-secondary .wrap {
        max-width: 99%;
    }    

    .nav-secondary .genesis-nav-menu a {
        padding: 10px 6px;
        font-size: 13px;
    }
    
    .genesis-nav-menu a {
        padding: 10px 7px!important;
        font-size: 12px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 750px;
    }
    
    .sub-footer-left {
        width: 710px;
    }
    
    
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 420px;
    }
    
    .sidebar-primary {
        width: 300px;
    }

    .sidebar-blog {
        width: 300px;
    }

    .site-footer .ccdmlogo {
        width: 20%;
    }

    .site-footer .copyright {
        width: 80%;
    } 

    .skinsalon-home .site-inner {
        top: 0;
        margin-bottom: 0;
    }

    .skinsalon-home .site-inner:before {
        background: none;
    }

    #header-extra {
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
        margin-top: 42px;
        padding-bottom: 10px;
    }   

    .skinsalon-home .home-top-2 {
        top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }  

    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        padding: 14px 2px!important;
    }

    .home .gform_widget button, .home .gform_widget input[type="button"], .home .gform_widget input[type="reset"], .home .gform_widget input[type="submit"], .home .gform_widget .button {
        padding: 12px 10px;
    }

    .home-bottom-2 .widget .one-fourth.first.doctor {
        width: 35%;
    }

    .home-bottom-2 .widget .three-fourths {
        width: 62.35897435897436%;
    }

    .home-bottom-3 .one-half.first {
        margin-top: 36px;
    } 

    .skinsalon-home .home-bottom-4 .inner-box {
        width: 40%;
        padding: 20px;
        text-align: center;
    } 

    .skinsalon-home .home-bottom-4 {
        background-position: -390px 0;
    }  

    .genesis-nav-menu .sub-menu a {
        width: 299px;
    }


    .genesis-nav-menu .sub-menu .sub-menu {
        width: 600px;
    }
  
  
      .home-bottom .connect {
    	margin-top: 28%;
	}


}

@media only screen and (max-width: 1106px) {
    li#menu-item-351 a span {
        padding: 5px 8px;
    }

    .skinsalon-home .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        padding: 14px 0px!important;
        font-size: 14px!important;
    }

    .skinsalon-home .home-bottom-4 {
        background-image: url(/wp-content/uploads/2018/06/mdna-bg-mobile.jpg);
        background-repeat: no-repeat;
        background-position: top center;
    }  
    .skinsalon-home .home-bottom-4 .inner-box {
        width: 40%;
        padding: 20px;
        text-align: center;
        background: rgba(0, 0, 0, 0.9);
        float: left;
    } 

    .skinsalon-home .home-bottom-4 .inner-wrap {
        max-width: 95%;
    } 
}

@media only screen and (max-width: 1023px) {
    .wrap {
        max-width: 768px;
    }
    
    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-blog,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap{
        width: 100%;
    }
    
    
    .genesis-nav-menu li,
    .site-header .search-form,
    .site-header ul.genesis-nav-menu {
        float: none;
    }
    
    .genesis-nav-menu,
    .nav-primary,
    .site-description,
    .site-header .search-form,
    .site-header .title-area,
    .site-header .widget-area,
    .site-title {
        text-align: center;
    }
    
    .genesis-nav-menu a {
        padding: 10px 5px!important;
        font-size: 11px;
    }

    .nav-secondary .genesis-nav-menu a {
        padding: 10px 5px;
        font-size: 14px;
    }    
    
    .site-header .search-form {
        margin: 16px auto;
    }
    
    .genesis-nav-menu li.right {
        display: none;
    }
    
    .sub-footer-left {
        width: 520px;
    }
    
    .home-middle .widget:nth-of-type(4n+1) a.more-link,
    .home-middle .widget:nth-of-type(4n+3) a.more-link,
    .home-middle .widget:nth-of-type(4n+4) a.more-link {
        margin-top: 34px;
    }

    .footer-widgets .simple-social-icons .alignleft,
    .footer-widgets .simple-social-icons .alignright,
    .footer-widgets .simple-social-icons .aligncenter,
    .footer-widgets .simple-social-icons ul li {
        display: inline-block;
        float: none;
        text-align: center;
    }

    .skinsalon .sub-footer-left,
    .skinsalon .sub-footer-left li,
    .footer-widgets,
    .footer-widgets li {
        text-align: center;
    }

    .skinsalon .sub-footer-left .widget,
    .footer-widgets .widget-area {
        float: left;
        margin-left: 0;
        width: 100%;
    }

    .skinsalon .sub-footer-left .widget:nth-of-type(1n+1),
    .footer-widgets .widget-area:nth-of-type(1n+1) {
        clear: both;
        margin-left: 0;
    }

    .home-bottom-2 {
        padding: 90px 0;
    }

    .home-bottom-2 .widget .one-fourth.first.doctor {
        width: 100%;
        text-align: center;
    }

    .home-bottom-2 .mobileimg {
        display: inline-block;
    }    

    .home-bottom-2 .desktopimg {
        display: none;
    }

    .home-bottom-2 .widget .three-fourths {
        width: 100%;
        margin: 0 auto;
    }

    .home-bottom-2 .accreditations {
        margin: 0 auto 30px;
    }

    .home-bottom-2 .widget .one-fourth.first.doctor a.more-link {
        display: none;
    }

    .home-bottom-2 .three-fourths a.more-link {
        display: block;
        text-align: center;
    }    

    .home-bottom .one-half {
        width: 100%;
        margin: 0 auto;
    }

    .home-bottom .one-half.connect .one-half {
        width: 50%;
    }

    .home-bottom {
        padding: 65px 0;
    }

    .home-bottom-3 .one-half {
        width: 100%; 
        margin: 0 auto;   
    }

    .home-bottom-3 .one-half.first.mags {
        width: 100%;
        margin-bottom: 50px;   
    }  

    .skinsalon-home .home-top-2 h4 {
        font-size: 2.5em;
    }

    .grid figure h2 {
        font-size: 21px;
    }  

    .skinsalon-home .home-bottom-5 .one-half {
        width: 100%;
        margin: 0 auto;
    }

    .skinsalon-home .home-bottom-5 .one-half.first.inner-box {
        margin-bottom: 45px;
    }

	section#rev-slider-widget-5 {
    	display: block;
	}
  
  	section#rev-slider-widget-4 {
    	display: none;
	}

}

@media only screen and (max-width: 960px) {
    .site-header {
        margin-top: 0px;
    }

   .site-header .tel,
   #header-extra .tel {
        margin: 0 auto 8px;
        width: 100%;
        float: none;
    }    

    .site-header #phpeverywherewidget-2 .socialicons {
        text-align: center;
    }

    .site-header .translate, #header-extra .translate {
        width: 350px;
        margin: 0 auto;
        text-align: center;
    }

    select {
      text-align: center;
      text-align-last: center;
      /* webkit*/
    }    

    .site-header .translate select,
    #header-extra .translate select {
      text-align: center;
      text-align-last: center;
      /* webkit*/
    }

    .site-header .widget {
        float: none;
    }

    .site-header #phpeverywherewidget-2 {
        width: 100%;
        text-align: center;
    }

    .site-header #custom_html-2 {
        width: 100%;
        margin-bottom: 8px;
        text-align: center;
    }    

    .site-header #custom_html-9 {
        width: 100%;
        text-align: center;
        margin: 25px auto 15px;
    }
  
    .site-header #custom_html-9 h4 {
        top: -22px;
        margin-bottom: -22px;
        letter-spacing: 0px;
        font-size: 24px;
    } 

    .skinsalon-home .home-top-2 .button,
    .skinsalon-home .home-top-2 button,
    .skinsalon-home .home-top-2 input[type="button"],
    .skinsalon-home .home-top-2 input[type="reset"],
    .skinsalon-home .home-top-2 input[type="submit"] {
        font-size: 18px!important;
    }

    .skinsalon-home .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        font-size: 12px!important;
    } 

    .skinsalon-home .inner-wrap {
        max-width: 55%;
        margin: 0 auto;
    }

    .skinsalon-home .grid {
        float: left;
        margin-left: 0;
        width: 100%;
        margin-bottom: 35px;
    }

    .skinsalon-home .grid:nth-of-type(1n+1) {
        clear: both;
        margin-left: 0;
    } 

    #header-extra {
        margin-top: 0;
        padding-top: 10px;
    }      

    #header-extra #phpeverywherewidget-5 {
        float: none;
        width: 100%;
        text-align: center;
    }

    #header-extra #custom_html-18 {
        float: none;
        width: 100%;
        text-align: center;
    }

    #header-extra #custom_html-19 {
        float: none;
        width: 100%;
        text-align: center;
    }

    .skinsalon-home .home-bottom-6 {
        background-position: 0 0;
    }

    .skinsalon-home .home-bottom-6 .inner-wrap {
        max-width: 95%;
    }

    .skinsalon-home .home-bottom-6 .inner-box {
        width: 100%;
        float: none;
    } 

    #header-extra #phpeverywherewidget-5, .skinsalon .sub-footer-left .fa {
        margin: 0 4px 0;
    }

    .genesis-nav-menu .sub-menu .sub-menu {
    margin: -45px 0 0 300px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
     width: 275px;
    }
  
  #menu-item-2026 ul.sub-menu {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    width: 225px;
    column-gap: 1px;
}

}

@media only screen and (max-width: 860px) {
    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .outreach-pro-home .site-inner .wrap {
        padding: 0;
    }
    
    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings,
    .sidebar .widget {
        box-shadow: none;
    }
    
    .archive-pagination li a {
        margin-bottom: 4px;
    }
    
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .sub-footer-left,
    .sub-footer-right,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }
    
    .content #genesis-responsive-slider .flex-direction-nav li .next,
    .content #genesis-responsive-slider .flex-direction-nav li .prev,
    .content .slide-excerpt {
        display: none;
    }

    .site-footer .ccdmlogo {
        float: none;
        width: 100%;
        margin-top: 5px;
        text-align: center;
    }

    .site-footer .copyright {
        float: none;
        width: 100%;
        text-align: center;
    } 

    .home-middle .wrap {
        max-width: 100%;
    }    

    figure.effect-overlay h5 {
        font-size: 28px;
    }

    .home-bottom .wrap,
    .home-bottom-2 .wrap,
    .home-bottom-3 .wrap {
        max-width: 100%;
    }
  
    .home-bottom-2  .one-fourth.first.doctor {
        margin-top: 0px;
    }  

    .home-bottom-2 .widget {
        font-size: 1.3em;
    }

    .home-bottom-2 .accreditations .one-fourth {
        width: 50%;
        text-align: center;
    }

    .home-bottom-2 .accreditations .one-fourth .first {
        clear: both;
        margin-left: 0;
    }

    .home-bottom-2 .accreditations img {
        display: inline-block;
        width: 80%;
    }

    .home-bottom-2 a.more-link {
        text-align: center;
        margin: 0 auto;
        display: block;
    }    

    .skinsalon-home .site-inner .wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .skinsalon-home .home-top-2 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .skinsalon-home .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
        max-width: 110px;
    }

    .educational-videos .one-half,
    .educational-videos .one-half:nth-of-type(2n+1) {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .page-id-1877 .one-half {
        width: 364px;
        float: none;
        margin: 0 auto;
    }

    .page-id-1877 .one-half:nth-of-type(2n+1) {
        margin: 0 auto;
    }    


}

@media only screen and (max-width: 800px) {

}

@media only screen and (max-width: 767px) {
    .title-area{
        width: 100%;
    }
    
    .header-image .site-title a {
        background-position: top !important;
        width: 100%;
        margin-bottom: 0px;
    }

    .site-header .widget-area {
        width: 100%;
    }

    .site-header .widget {
        margin-bottom: 0px;
    }

    .tel a {
        width: 100%;
        margin: 0 auto;
    }

    .site-header .simple-social-icons .alignleft,
    .site-header .simple-social-icons .alignright,
    .site-header .simple-social-icons ul li {
        display: inline-block;
        float: none;
        text-align: center;
    }

    .pp-content .content .featuredpage, .pp-content .content .featuredpost .entry{
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    figure.effect-overlay img,
    figure.effect-overlay:hover img {
        opacity: .3;
        -webkit-transform: scale(1);
        transform: scale(1.20);
    }

    figure.effect-overlay figcaption::before, figure.effect-overlay p,
    figure.effect-overlay:hover figcaption::before, figure.effect-overlay:hover p {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .skinsalon-home .inner-wrap {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 5%;
    }    

    figure.effect-apollo img,
    figure.effect-apollo:hover img {
        opacity: 0.6;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

    figure.effect-apollo p,
    figure.effect-apollo:hover p {
        opacity: 1;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    figure.effect-apollo figcaption::before,
    figure.effect-apollo:hover figcaption::before {
        -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
        transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    }

    .skinsalon-home .home-middle {
        padding: 30px 0;
    }

    .grid figure figcaption {
        padding: 0.5em;
    }

    .grid figure h2 {
        font-size: 16px;
    }

    .skinsalon-home .home-bottom-4 {
        background-attachment: initial;
        background-size: auto;
        position:  relative;
        height: 1232px;
        padding: 0;
    }

    .skinsalon-home .home-bottom-4 .inner-wrap {
        max-width: 100%;
        padding: 0;
    }

    .skinsalon-home .home-bottom-4 .inner-box {
        width: 100%;
        padding: 25px 0 50px;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .skinsalon-home .home-bottom-4 .inner-box img {
        width: 30%;
    }

    .skinsalon-home .home-bottom-5 .inner-wrap,
    .skinsalon-home .home-bottom-6 .inner-wrap {
        max-width: 100%;
    }    

}

@media only screen and (max-width: 676px) {
    .home-bottom .one-half.connect .one-half {
        width: 100%;
        margin: 0 auto 25px;
    }

    .home-bottom {
        padding: 45px 0 20px;
    }
}

@media only screen and (max-width: 640px) {
    .skinsalon-home .home-top-2 {
        padding-left: 5%;
        padding-right: 5%;
    }
    .skinsalon-home .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        font-size: 16px!important;
    }      
    .online-item {
    width: 100%;
    }
    .entry-title {
    font-size: 35px;
    }

}

@media only screen and (max-width: 600px) {
    .genesis-nav-menu .menu-item{
        display: block;
        }
    
    .entry-categories,
    .entry-comments-link,
    .entry-tags {
        display: block;
        float: none;
    }

    .home-middle .widget {
        float: left;
        margin-left: 0;
        width: 100%;
    }

    .home-middle .widget:nth-of-type(-n+2),
    .home-middle .widget:nth-of-type(n+2) {
        margin-bottom: 35px;
    }

    .home-middle .widget:nth-of-type(1n+1) {
        clear: both;
        margin-left: 0;
    } 

    figure.effect-overlay h5 {
        font-size: 34px;
    }

    figure.effect-overlay figcaption::before {
        position: absolute;
        top: 40px;
        right: 40px;
        bottom: 40px;
        left: 40px;
    }

}

@media only screen and (max-width:568px) {
    .tel span {
        display: block;
    }

    img.alignleft, img.alignright {
        display: block;
        float: none;
          margin: 0 auto 15px;
    }

    h2 {
    font-size: 25px;
    }
}

@media only screen and (max-width: 480px) {
    .content #genesis-responsive-slider .flex-control-nav {
        display: none;
    }
  
  .email-box div:nth-of-type(2n) {
      margin: 0 auto;
  }

  div#clarityp_popup_6480 input#gform_submit_button_5, div#clarityp_popup_6480 input,
   div#clarityp_popup_6480 ul#gform_fields_5, div#clarityp_popup_6480 .gform_body, div#clarityp_popup_6480 li#field_5_4 {
      width: 100%!important;
      max-width: 100%!important;
      margin: 0 auto!important;
  }

    .skinsalon-home .home-bottom-6 {
        background-position: -210px 0;
    }
    
    .header-image .site-title a {
        background-size: contain !important;
    }
}

@media only screen and (max-width: 450px) {
    .page-id-1877 .one-half {
        width: 274px;
    }

    .entry-title{
        font-size: 27px;
    }

    .alignleft img, img.alignleft, .wp-caption.alignleft {
        margin: 0 66px 24px 0;
    }

    .home-bottom h1 {
        font-size: 48px;
    }

    .home-bottom-2 .mobileimg {
        display: inline-block;
    }    

    .home-bottom-2 .desktopimg {
        display: none;
    }

}

@media only screen and (max-width: 390px) {
    h2 {
    font-size: 20px;
    }
}

@media only screen and (max-width: 364px) {
    .entry-title {
    font-size: 22px;
    }
}

@media only screen and (max-width: 360px) {
    figure.effect-overlay h5 {
        font-size: 26px;
    }
}

/* Responsive Navigation
---------------------------------------------------------------------------------------------------- */
 
/* Standard Navigation
--------------------------------------------- */
 
nav {
    clear: both;
}
 
/* Navigation toggles
--------------------------------------------- */
.slideout-menu-toggle,
.slideout-menu {
    display: none;
    visibility: hidden;
}
 
/* Navigation toggles - Ensure Menu Displays when Scaled Up
--------------------------------------------- */
 
@media only screen and (min-width: 961px) {
    .nav-primary {
        display: block;
        visibility: visible;
    }
}
 
/* Navigation toggles - Mobile (Change max width as you see fit)
--------------------------------------------- */
 
@media only screen and (max-width: 960px) { 
 #menu-item-1768 ul.sub-menu {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    width: 100%;
    column-gap: 1px;
}

#menu-item-1768 ul.sub-menu li a {
    width: 100%;
} 
  
.home .nav-primary {
    background-color: #000!important;
}    

 .skinsalon .nav-secondary,
.skinsalon .genesis-nav-menu,
.skinsalon .nav-secondary.open.isopen .slideout-menu-toggle {
    display: block!important;
}

.slideout-menu-toggle:nth-of-type(3) {
    display: none;
}

    .genesis-nav-menu .current-menu-item > a,
    .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
    .genesis-nav-menu a:hover, {
        border-bottom: 1px solid #dedede!important;
    }
    
    .genesis-nav-menu li:hover > a {
       color: #000!important;
    background: #FFF;
    }

    .nav-primary li.deadlink > a,
    .nav-secondary li.deadlink > a {
        pointer-events: auto;
    }

    #megaMenu{ display: none; }  
     nav.nav-primary .menu {
        display: block!important;
    }    

    .skinsalon .nav-secondary {
        display: block!important;
        position: fixed;
        left: -250px;
        top: 0px;
        background: #fff;
        width: 250px;
        height: 100%;
        z-index: 9999;
        visibility: visible;
        display: block;
        overflow: auto;
        -webkit-transition: left 1s; /* For Safari 3.1 to 6.0 */
        transition: left 1s;        
    }

    .nav-secondary,
    .slideout-menu-toggle:nth-of-type(2) {
        display: none;
    }

    .slideout-menu-toggle {
        display: block;
        font-weight: 700;
        overflow: hidden;
        padding: 10px;
        text-align: center;
        visibility: visible;
        color: #fff;
        font-size: 30px;
        margin: auto;
        background-color: #000 !important;
        border-bottom: 1px solid #000;
        text-align: center;
        width: 100%;
        -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.32);
        -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.32);
        box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.32);
    }
 
    .slideout-menu-toggle:hover{
        color: #fff;
        border-bottom: 1px solid #fff;
        cursor: pointer;
    } 

    li#menu-item-351 a span {
        padding: 0;
        border: none;
    }

    li#menu-item-351 a,
    li#menu-item-351 a:hover  {
        background: #000;
        color: #fff!important;
    }

    li#menu-item-351 a span:hover {
        background: none;
    }
     
    .nav-primary {
        position: fixed;
        left: -250px;
        top: 0px;
        width: 250px;
        background: #000!important;
        height: 100%;
        z-index: 9999;
        visibility: visible;
        display: block;
        overflow: auto;
        -webkit-transition: left 1s; /* For Safari 3.1 to 6.0 */
        transition: left 1s;
    }

    .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .genesis-nav-menu a:hover, .genesis-nav-menu li:hover > a {
        border-bottom: 0;
    }

    .nav-primary .wrap,
    .nav-secondary .wrap {
        background: none;
        padding-left: 0;
        max-width: 100%;
        padding-right: 0;
    }

    .nav-primary.isopen,
    .nav-secondary.isopen {
        left: 0px;
    }

    .slideout-menu{
        display: block;
        position: relative;
        padding: 30px 5px;
        font-size: 24px;
        border-bottom: 3px solid #f5f5f5;
        overflow: auto;
        visibility: visible;
        margin-bottom: 0;
    }

    .nav-primary .slideout-menu-toggle,
    .nav-secondary .slideout-menu-toggle{
        position: absolute;
        top: 12px;
        right: 10px;
        display: inline-block;
        padding: 6px 25px 5px;
        width: 20px;
        font-weight: bold;
        line-height: 1;
        text-decoration: none;
        vertical-align: top;
        background: none;
        box-shadow: none;
        border: none;
    }

    .genesis-nav-menu{
        list-style-type: none;
        margin: 0 auto;
        width: 100%;
    }
 
    .genesis-nav-menu .menu-item {
        background-color: inherit;
        display: block;
        position: relative;
        text-align: left;
    }

    .nav-secondary .genesis-nav-menu a,
    .genesis-nav-menu a {
        font-size: 16px;
        font-weight: 500;
        padding: 15px;
        border-right: none;
        text-transform: uppercase;
        border-left: none;
        color: #fff!important;
        border-bottom: 1px solid #dedede;
        background: none;
    }
 
    .genesis-nav-menu .menu-item:hover {
        position: relative;
        background: inherit;
    }
 
    .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        position: static;
        width: 100%;
        opacity: 1;
    }

    .nav-primary .genesis-nav-menu .sub-menu a {
        color: #fff;
    }
 
    .genesis-nav-menu .sub-menu a {
        border-left: 0;
        position: relative;
        width: auto;
        color: #000!important;
        background: #fff!important;
        padding: 15px;
        border-bottom: 1px solid #000!important;
    }
 
    .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
        width:100%;
    }
 
    .genesis-nav-menu .sub-menu .sub-menu a {
        padding-left: 30px;
    }

}

/* Uber Menu
--------------------------------------------- */
.uber {
    display: none;
}

@media only screen and (min-width: 961px) {



  .nav-primary {
    display: block;
  }
 
  .uber {
    display: none;
  } 
 
}
 nav.nav-primary .menu {
    display: none;
}
  .uber{
    display: none!important;
    visibility: hidden;
  }
 
  nav.nav-primary:first-of-type {
    display: block!important;
  }
  nav.nav-primary:nth-of-type(2),
  nav.nav-primary .genesis-nav-menu,
  nav.nav-primary .slideout-menu-toggle  {
    display: block!important;
  }
 
 

 
.genesis-nav-menu {
    display: none !important;
}
 
#ubermenu-main-2 {
    display: none !important;
}

/* ----------- iPhone 5 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .overlayBlock figure { max-height: 500px; }
}

/* ----------- iPhone 6 ----------- */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
    .overlayBlock figure { max-height: 444px; }
} 

/* ----------- iPhone 6 Plus ----------- */
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) {
    .overlayBlock figure { max-height: 500px; }
}

/* ----------- iPad Regualr ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

}

/* iPad in portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .overlayBlock figure { max-height: 500px; }
}

/* iPad in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .overlayBlock figure { max-height: 500px; }
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        font-size: 14px!important;
    }  
    .home-bottom-2 .one-half {
        width: 100%;
        margin: 0 auto;
    }

    .home-bottom-2 .one-half.connect .one-half {
        width: 50%;
    }

    .home-bottom-2 {
        padding: 65px 0;
    }       
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {

}

/* Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .overlayBlock figure { max-height: 499px; }
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        font-size: 14px!important;
    } 
    .home-bottom-2 .one-half {
        width: 100%;
        margin: 0 auto;
    }

    .home-bottom-2 .one-half.connect .one-half {
        width: 50%;
    }

    .home-bottom-2 {
        padding: 65px 0;
    }

}

/* Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .overlayBlock figure { max-height: 368px; }
  .skinsalon-home figure.effect-apollo { max-height: 612px; }
        figure.effect-overlay h5 { font-size: 26px; }
}