/*
Theme Name: Paris
Theme URI: www.brightervision.com
Description: Paris Theme
Author: Brighter Vision
Author URI: http://www.brightervision.com
Template: genesis
Text Domain: paris

The Paris Theme is a Genesis child theme owned and designed by Brighter Vision. The use of this child theme is reserved only for Brighter Vision customers.
*/

:root {
    --vh: 1vh;
}

*, *:hover, *:active, *:focus {
    outline: none !important;
}

.inside .acf-fields {
    background: #fff;
}

.lasso--controls__right {
    text-align: left !important;
}

.full-width-content .left-col {
    width: 100% !important;
}

.full-width-content .right-col {
    display: none !important;
}

h6 {
    -webkit-margin-before: 1em !important;
    -webkit-margin-after: 1em !important;
}


/* LEFT ALIGN FIX */

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Footer Copyright */

#footer-copyright {
    text-align: center;
}

/* Slider Button Removed */

bx-pager-item {
    display: none !important;
}

body {
    margin: 0;
    padding: 0;
    color: #363636;
    font-family: 'Ubuntu';
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    max-width: 100vw;
    overflow-x: hidden;
}

html {
    max-width: 100vw;
    overflow-x: hidden;
}

a {
    color: #363636;
    text-decoration: none;
}

a:hover {
    color: #111;
}

.clear {
    clear: both;
}

img {
}

.wrap {
    max-width: 1200px;
    margin: auto;
}

.header {
    position: relative;
}

#sticky-bar {
    position: absolute;
    background: #DAF7FC;
    top: 57.5px;
}

.utility-bar {
    z-index: 1000;
    min-height: 47px;
}

#sticky-bar {
    z-index: 1000;
}

/* FIXED UTILITY BAR */
.sticky_topbar .utility-bar {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
}

/* HIDE UTILITY BAR */
.hide_utility_bar .utility-bar {
    display: none !important;
}

.hide_utility_bar #sticky-bar {
    top: 0;
}

.sticky_topbar #sticky-bar {
    position: fixed;
}


#sticky-bar.sticky {
    position: fixed;
    top: 0 !important;
    width: 100%;
    z-index: 9;
    background: #ffffff;
}

.header-inner {
    height: 360px;
    overflow: hidden;
    background: url('/wp-content/uploads/2016/11/light.jpg');
    background-size: cover;
}

.header-inner img {
    height: auto;
    /*min-height: 360px;*/
    width: 100%;
	display: none; /*changed to remove interior banner photos - AA 10/31/19*/
}

.page-title {
    color: #fff;
    font-size: 50px;
    position: absolute;
    text-align: center;
    top: 38%;
    width: 100%;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    font-weight: 200; /* added this */
}

/* Slider Css */

.slider-content {
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    color: #fff;
    font-size: 17px;
    line-height: 24px;
}

.slider-content.Bottom {
    top: 60%;
}

.slider-content.Top {
    top: 10%;
}

.slider-content h1 {
    color: #fff;
    font-weight: 500;
    font-size: 60px;
}

#home-slider > img {
    width: 100%;
}

/* Slider Css */
.nav-area {
    position: absolute;
    top: 0px;
    width: 100%;
    padding: 10px 0 15px 0;
}

.navbar {
    float: right;
    padding-top: 35px;
}

.navbar ul {
    margin: 0;
    padding: 0;
}

.navbar ul li {
    margin: 0;
    padding: 0 15px;
    display: inline;
}

.navbar ul li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

/*===========================================================================
STAFF SECTION
===========================================================================*/

.staff-slider-section {
    margin-top: 60px;
    padding: 60px 0;
    position: relative;
    max-width: 1360px;
    margin: 0 auto;
}

.staff-slider-section .content {

    width: 1200px;
    max-width: calc(100% - 100px);
    margin: 0 auto;
    overflow-x: hidden;
}

.staff-box .photo {
    display: block;
    width: 95%;
    position: relative;
    margin: 0 auto 20px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

.staff-box .photo:after {
    display: block;
    content: "";
    padding-bottom: 100%;
}

.staff-box {
    text-align: center;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.4;
}

.staff-box h4 {
    color: #486577;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 30px;
}

.staff-box p {
    margin-bottom: 15px;
}

.staff-box .wpforms-submit {
    display: inline-block;
}


.about-me .owl-prev, .about-me .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    font-size: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}

.about-me .owl-prev:before, .about-me .owl-next:before {
    color: #486577;
    font-size: 30px;
}

.about-me .owl-prev:before {
    content: '\f053';
    font-family: 'fontAwesome';
}

.about-me .owl-next:before {
    content: '\f054';
    font-family: 'fontAwesome';
}

.about-me .owl-prev {
    left: 20px;
}

.about-me .owl-next {
    right: 20px;
}

@media (max-width: 767px) {
    .about-me .owl-prev {
        left: 3px;
    }

    .about-me .owl-next {
        right: 3px;
    }
}


.about-me .owl-nav .disabled {
    display: none;
}

.about-me .owl-carousel .owl-item {
    display: inline-block;
    vertical-align: top;
    float: none;
}

.about-me .owl-carousel.one-item .owl-item {
    width: auto !important;
    max-width: 780px;
}

.about-me .staff-container.one-item .staff-box {
    padding-left: 380px;
}

.about-me .staff-container.one-item .staff-box .photo {
    float: left;
    margin-left: -380px;
}

.about-me .owl-carousel .owl-stage {
    min-width: 100%;
}


/*===========================================================================
END STAFF SECTION
===========================================================================*/

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    width: auto;
    text-align: center;
    display: inline-block;
    margin: 0;
    float: right;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
    float: left;
}

.genesis-nav-menu a {
    color: #333;
    display: block;
    /*padding: 30px 24px;*/
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #EEBB62;
}

.genesis-nav-menu > li > ul:before {
    border-bottom: solid .5em #4092B5;
    border-left: solid .5em transparent;
    border-right: solid .5em transparent;
    content: '';
    left: .75em;
    position: absolute;
    top: -.45em;
}

.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: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    font-size: 14px;
    padding: 20px;
    position: relative;
    width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -55px 0 0 199px;
}

.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 {
    color: #fff;
    float: right;
    list-style-type: none;
    padding: 30px 0;
}

.genesis-nav-menu > .right > a {
    display: inline;
    padding: 0;
}

.genesis-nav-menu > .rss > a {
    margin-left: 48px;
}

.genesis-nav-menu > .search {
    padding: 10px 0 0;
}

div.wpforms-container-full {
    padding: 15px !important;

}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
    background-color: transparent; /* Changed from #333 to fix customizer issue - 4/23/19 - ColinW */
}

.nav-primary .genesis-nav-menu a {
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    /* text-shadow: 1px 1px 1px #232323; */
}

.nav-primary .genesis-nav-menu .sub-menu .menu-item {
    padding: 0;
}

.nav-primary .genesis-nav-menu .sub-menu a {
    color: #333;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #fff;
}

/*.nav-primary .genesis-nav-menu {
  float: none;
  text-align: left;
    line-height: 1.4;
}
.nav-primary .genesis-nav-menu > li {position:relative;  margin: 0 0px;}
.nav-primary .genesis-nav-menu > li:hover {}
.nav-primary .genesis-nav-menu > li:last-child {}
.nav-primary .genesis-nav-menu li > a {
  color: #ffffff;
  padding: 15px 0;
  font-weight:600;
  font-size: 18px;
  padding:10px 22px 10px 22px;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
letter-spacing: 2px; 
}
.nav-primary .genesis-nav-menu li:last-child > a {}
.nav-primary .genesis-nav-menu li:first-child > a {}
.genesis-nav-menu a {padding: 13px 15px;}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a:hover {
    color: #EEBB62;
    background:#ef5925;
}

.sub-menu > a:hover {
        color: #432352!important;
    background: #fff!important;
}

.nav-primary .genesis-nav-menu .current-menu-item > a {color: #fff;
    background:#ef5925;}
.genesis-nav-menu .sub-menu li {}
.genesis-nav-menu .sub-menu a {
    padding: 11px;
    width: 200px;
    text-shadow: none!important;
    font-weight: normal!important;
    border-color: #eaeaea;
    background-color: transparent;
}
.genesis-nav-menu .sub-menu .current-menu-item a,
.genesis-nav-menu .sub-menu a:hover { 
    background-color: #f9f9f9;
}*/

.nav-primary .genesis-nav-menu .sub-menu {
    padding-top: 10px;
    background: #fff;
    padding-bottom: 10px;
}

.nav-primary .genesis-nav-menu .sub-menu li > a {
    background-color: #332944;
    /*letter-spacing: 1px!important;*/
    /*font-size: 15px!important;*/
    /*text-transform: none!important;*/
    border: none;
    padding: 5px 15px;
    text-shadow: none;
}

/* .nav-primary .genesis-nav-menu li.current-menu-item{background-color: #4092B5;} */
.nav-primary .genesis-nav-menu .sub-menu {
    padding: 0;
    border: none;
}

.nav-primary .genesis-nav-menu .sub-menu li > a:after {
    display: none;
}

.nav-primary .genesis-nav-menu .sub-menu li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    /*   border-top: 1px solid rgba(255,255,255,.1); */
    background: #332944;
    color: #fff;
    padding: 8px 10px !important;
    /*font-size: 11px!important;*/
}

.nav-primary .genesis-nav-menu .sub-menu li.current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu li > a:hover {
    color: #fff;
}


.logo {
    float: left;
}

.logo img {
    max-width: 350px;
}

/*.contact-me {
    background-position: center center;
    border: 2px solid #fff;
    border-radius: 3px;
    color: #000;
    display: block;
    margin: 42px auto auto;
    padding: 5px 10px;
    text-decoration: none;
    width: 110px;
    background-color: #f5f1bd;
    font-size: 14px;

    !* set animation *!
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}*/


/*.contact-me:hover {
    background: #2a9255 url("images/ExpandMore.png") no-repeat scroll center 32px;
    padding: 5px 10px 20px 10px;
}*/


#content-area {
    max-width: 800px;
    margin: auto;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

h1.entry-title {
    /*  color: #98b8a7;
        font-size: 32px; */
    margin: 0;
    padding-bottom: 25px;
    text-align: center;
    line-height: 1;
    /* font-weight: 400; */
}

.about-me {
    /*background-image:url("images/about-me.png");*/
    background-size: 100% 100%;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 360px;
    padding: 50px 0;
    position: relative;
}

.about-me h3 {
    /*    font-size:30px; */
    margin: 0;
    padding: 0 0 10px 0;
    color: #fff;
    /*font-weight:400; */
}

.about-me-wrap {
    max-width: 800px;
    width: 100%;
    margin: auto;
    position: relative;
}

.about-me-overlay {
    background: rgba(228, 250, 255, 0.8);
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;

}

.about-me-pic {
    float: left;
    width: 33%;
}

.about-me-pic img {
    max-width: 260px;
    border: solid 2px #2a9255;
    border-radius: 200px;
    margin-top: 50px;
}

.about-me-pic img.Square {
    border-radius: 0px;
}

.about-me-text {
    float: right;
    width: 64%;
    color: #000;
    padding-top: 50px;
}

.home-services {
    padding: 60px 0;
    max-width: 1024px;
    margin: auto;
    width: 100%;
}

.home-services h2 {
    /*   color: #7ba298;
        display: block;
        font-size: 32px; */
    margin: 0;
    padding-bottom: 40px;
    text-align: center;
    /* font-weight: 400; */
}

.service-box {
    float: left;
    margin: 0 6%;
    width: 21%;
    text-align: center;
}

.service-box h3 {
    border-bottom: 1px solid #2ab8a9;
    /* color: #363636;
    font-size: 25px; */
    line-height: 38px;
    padding-bottom: 20px;
    font-weight: 300;
    margin-top: 0;
}

.service-box p {
    /*    color: #363636;
        font-size: 16px; */
    line-height: 27px;
    text-align: center;
}

.service-thumb img {
    border: 2px solid #2a9255;
    border-radius: 200px;
    margin: auto;
    max-width: 80%;
}

.service-thumb img.Square {
    border-radius: 0px;
}

.service-thumb {
    min-height: 200px;
    padding-top: 20px;
    /* set animation */
  /* removed - AA 10/31/19  -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; */
}

.service-thumb:hover {
    padding-top: 0px;
    min-height: 220px;

}

.service-thumb {
    /* set animation */
   /* removed - AA 10/31/19  -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-position: bottom center;*/
}

.service-thumb:hover {
    background: url(images/shadow.png) no-repeat bottom center;
}

.home-services-bg {
    background: #F3F3F3;
    border-bottom: 1px solid #ccc;
}

.contact-map {
    /*  background:rgba(0, 0, 0, 0) url("images/map.png") no-repeat scroll 0 0 / 100% auto; */
    min-height: 270px;
    position: relative;
}

.map-address {
    border: 1px solid #fff;
    color: #fff;
    left: 40%;
    padding: 10px 20px 0;
    position: absolute;
    top: 50%;
    font-size: 12px;


    background: #626262; /* Old browsers */
    background: -moz-linear-gradient(top, #626262 0%, #586a70 68%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #626262 0%, #586a70 68%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #626262 0%, #586a70 68%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#626262', endColorstr='#586a70', GradientType=0); /* IE6-9 */

}

.map-address p {
    margin: 0 0 10px 0;
}

.icon-location {
    background: rgba(0, 0, 0, 0) url("images/Location.png") no-repeat scroll 0 9px / 10% auto;
    padding: 10px 0 10px 35px;
    display: block;
}

.map-address .icon-phone {
    background: rgba(0, 0, 0, 0) url("images/phone.png") no-repeat scroll 0 0 / 10% auto;
    padding: 3px 0 10px 37px;
    display: block;
    color: #fff;
}

.icon-email {
    background: rgba(0, 0, 0, 0) url("images/packet.png") no-repeat scroll 0 0 / 11% auto;
    padding: 3px 0 10px 38px;
    display: block;
    color: #fff;
}

.footer-area {
    background: #252525;
    padding: 30px 0;
    color: #fff;
    font-size: 15px;
}

.footer-area h3 {
    padding-bottom: 15px;
    text-transform: capitalize !important;
    color: #fff;
}

.footer-area p {
    font-size: 15px;
}

.footer-area a {
    color: #fff;
    text-decoration: none;
}

.footer-area a:hover {
    color: #ccc;
}

.copyright {
    text-align: center;
}

#footer-sidebar {
    max-width: 800px;
    width: 100%;
    margin: auto;
    padding-bottom: 50px;
}

#footer-sidebar .widget {
    float: left;
    margin: 0 10%;
    width: 30%;
}

/*#footer-sidebar h3{
    text-transform:uppercase;
    font-size:16px;
    border-bottom: 2px solid #746091;
    padding-bottom:15px;
}*/
.section-title {
    /* color: #7ba298;
     display: block;
     font-size: 32px; */
    line-height: 60px;
    margin: 0;
    padding-bottom: 40px;
    padding-top: 30px;
    text-align: center;
    /*  font-weight:400; */
}

.home .section-title {
    background: #fff; /* Changed from f3f3f3 to fff - 4/23/19 ColinW */
}

.contact-map iframe {
    width: 100%;
    height: 270px;
}

.map-wrap {
    background: rgba(47, 54, 101, 0.66);
    height: 500px;
    position: absolute;
    display: none;
    width: 100%;
}

.icon-fb {
    background: url(images/icon-fb.png) no-repeat 3px 0px;
    padding-left: 30px;
}

.icon-twitter {
    background: url(images/icon-twitter.png) no-repeat 0 0;
    padding-left: 30px;
}

.icon-google {
    background: url(images/icon-google.png) no-repeat 0 0;
    padding-left: 30px;
}

.icon-youtube {
    background: url(images/icon-youtube.png) no-repeat 0 0;
    padding-left: 30px;
}

.icon-phone {
    background: url(images/icon-phone.png) no-repeat 0 0;
    padding-left: 30px;
}

.icon-address {
    background: url(images/icon-location.png) no-repeat 0 0;
    padding-left: 30px;
}

.icon-clock {
    background: url(images/icon-clock.png) no-repeat 0 0;
    padding-left: 30px;
}

.icon-email-white {
    background: url(images/mail-iconwhite.png) no-repeat 0 0;
    padding-left: 30px;
}

.post-box {
    float: left;
    width: 46%;
    margin: 2%;
    position: relative;
    overflow: hidden;
}

.post-box img {
    height: auto;
    min-height: 250px;
    width: 100%;
}

.box-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    height: 155px;
    max-width: 328px;
    padding-left: 40px;
    padding-top: 100px;
    position: absolute;
    top: 0;
    width: 100%;
    cursor: pointer;
    /* set animation */
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.box-content:hover {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

/*.post-box h2{
   font-size: 20px;
    font-weight: normal;
    margin: 0;
}
.post-box h2 a{
    color:#fff;
    text-decoration:none;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}*/
.post-date {
    color: #fff;
    font-size: 12px;
}

/*.box-content:hover h2 a{
    color:#78b2c8;
}*/
.page-template-blog-page {

}

.blog-page {
    width: 1000px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-page .left-col {
    width: calc(65% - 15px);
    float: none !important;
}

.blog-page .right-col {
    width: calc(35% - 15px);
    font-size: 16px;
    float: none !important;
}

@media (max-width: 991px) {
    .blog-page {
        width: 720px;
    }

    .blog-page .left-col {
        width: 100%;
    }

    .blog-page .right-col {
        margin-top: 35px;
        width: 100% !important;
    }
}

.default-post-title {
    margin: 0;
    font-size: 20px;
    padding-bottom: 12px;
}

.default-post-title a {
    color: #78b2c8;
    text-decoration: none;
}

.default-post-title a:hover {
    color: #363636;
}

.post-meta {
    font-size: 11px;
}

.author-name {
    padding-right: 40px;
    background: url(images/icon-author.jpg) no-repeat;
    padding-left: 15px;
}

.post-date2 {
    background: url(images/icon-clock.jpg) no-repeat 0 3px;
    padding-left: 17px;
}

.Default-post-content {
    font-size: 17px;
}

.default-post {
    margin-bottom: 40px;
}

.default-post .wp-post-image {
    float: left;
    height: auto;
    width: 75%;
    margin-right: 25%;
    margin-top: 10px;
    padding-bottom: 20px;
    /*   max-width: 200px; REMOVED BY PERRY */
}

.navigation ul {
    margin: 0;
    padding: 0;
}

.navigation ul li {
    display: inline-block;
}

.navigation ul li a {
    display: block;
    float: left;
    background: #363636;
    color: #fff;
    padding: 2px 10px;
    margin: 3px;
    text-decoration: none;
    font-size: 12px;
}

.navigation ul li.active a {
    background: #111111;
}

.right-col .widget-title {
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: solid 2px #01BAEC;
    font-size: 18px;
    color: #363636;
}

.right-col .widget {
    margin-bottom: 40px;
}

.page-template-blog-page .navigation {
    text-align: center;
}

.contact-form {
    float: left;
    width: 55%;
}

.contact-address {
    float: right;
    width: 40%;
}

.contact-page {
    padding-bottom: 40px;
}

/*.contact-page h2{
    text-align:center;
    font-size:40px;
    color:#78b2c8;
}*/

/*h3 {font-weight:500;}


.contact-form h3, .contact-address h3{
    font-size:20px;
    color:#78b2c8;
    text-transform: uppercase;
}*/
.contact-address p {
    color: #363636;
    font-size: 14px;
    padding-bottom: 10px;
}

.contact-form input {
    border-top: 2px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    border-bottom: 2px solid #78b2c8 !important;
    max-width: 460px !important;
    width: 100% !important;

}

.contact-form textarea {
    border-top: 2px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    border-bottom: 2px solid #78b2c8 !important;
    max-width: 460px !important;
    width: 100% !important;
}

.wpforms-field-label {
    color: #898989;
    font-size: 12px !important;
    font-weight: normal !important;
}

.content-btn, .wpforms-submit, div.wpforms-container-full .wpforms-form button[type=submit] {
    background: #2a639d;
    border: 2px solid #2a639d;
    border-radius: 4px;
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 12px 30px;
    transition: 0.3s all ease;
}

.content-btn:hover, .content-btn:active, .content-btn:focus, .wpforms-submit:hover, .wpforms-submit:active, .wpforms-submit:focus, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:active {
    color: #fff;
    background-color: #bb8844;
    border: 2px solid #bb8844;
}

.phone-icon {
    background: url(images/phone-icon.png) no-repeat;
    padding-left: 30px;
}

.location-icon {
    background: url(images/location-icon.png) no-repeat;
    padding-left: 30px;
}

.clock-icon {
    background: url(images/clock-icon.png) no-repeat 0 7px;
    padding-left: 30px;
}

.mail-icon {
    background: url(images/mail-icon.png) no-repeat;
    padding-left: 30px;
}

.fb-icon {
    background: url(images/fb-icon.png) no-repeat 8px 0px;
    padding-left: 30px;
    display: block;
    float: left;
    padding-left: 30px;
    text-indent: -9999px;
    margin-right: 10px;
}

.twitter-icon {
    background: url(images/twitter-icon.png) no-repeat;
    padding-left: 30px;
    display: block;
    float: left;
    padding-left: 30px;
    text-indent: -9999px;
    margin-right: 10px;
}

.google-icon {
    background: url(images/google-icon.png) no-repeat;
    padding-left: 30px;
    display: block;
    float: left;
    padding-left: 30px;
    text-indent: -9999px;
    margin-right: 10px;
}

.youtune-icon {
    background: url(images/youtune-icon.png) no-repeat;
    padding-left: 30px;
    display: block;
    float: left;
    padding-left: 30px;
    text-indent: -9999px;
    margin-right: 10px;
}

.contact-address > h3:first-child {
    padding-bottom: 20px;
}

.mobile-contact {
    padding: 50px 10px 10px;
    text-align: center;
    display: none;
}

.mobile-contact a {
    /* padding:0 20px 0 30px; Font Awesome Replaced */
    line-height: 30px;
}

.mob-phone {
    background: rgba(0, 0, 0, 0) url("images/phone-icon.png") no-repeat scroll 0 0;
    padding-left: 30px;
}

.mob-email {
    background: rgba(0, 0, 0, 0) url("images/mail-icon.png") no-repeat scroll 0 0;
    padding-left: 30px;
}

#mob-icon {
    position: absolute;
    right: 20px;
    display: none;
    top: 27px;
}

#mob-menu {
    position: absolute;
    right: 20px;
    top: 72px;
    max-width: 320px;
    width: 100%;
    background: #363636;
}

#mob-menu .menu-main-menu-container {
    display: block;
}

#mob-menu ul {
    margin: 0;
    padding: 10px;
}

#mob-menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#mob-menu ul a {
    margin-bottom: 10px;
    padding: 4px 10px;
    border-bottom: solid 1px #23282d;
    color: #CACAD9;
    display: block;
    font-size: 12px;
}

#mob-menu ul a:hover {
    color: #fff;
}

a {
    color: #a38fb4;
}

/*comment */

.comments-area {
    border-top: 1px dotted #ccc;
    font-size: 12px;
    margin: 48px auto;
    padding: 30px 10px 0;
}

.comment-reply-title,
.comments-title {
    font: 900 16px/1.5 Lato, sans-serif;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.comment-list {
    list-style: none;
    margin: 0 0 48px 0;
    padding: 10px;
}

.comment-author {
    font-size: 14px;
    line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
    font-size: 12px;
    line-height: 2;
    text-transform: uppercase;
}

.comment-list .reply {
    margin-bottom: 24px;
}

.comment-author .fn {
    font-weight: 900;
}

.comment-author a {
    color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
    color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
    color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
    padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
    border-top: 0;
}

.comment-author {
    position: relative;
}

.comment-author .avatar {
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 18px;
    padding: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
}

.bypostauthor > article .fn:before {
    content: "\f408";
    margin: 0 2px 0 -2px;
    position: relative;
    top: -1px;
}

.says {
    display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
    padding-left: 30px;
}

.comment-edit-link {
    margin-left: 10px;
}

.comment-edit-link:before {
}

.comment-reply-link:before,
.comment-reply-login:before {
    margin-right: 2px;
}

.comment-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}

.comment-content > :last-child {
    margin-bottom: 0;
}

.comment-list .children {
    list-style: none;
    margin-left: 15px;
}

.comment-respond {
    margin-bottom: 24px;
    padding: 0;
    max-width: 400px;
}

.comment-respond textarea {
    border-color: #ccc #ccc #78b2c8;
    border-style: solid;
    border-width: 2px 1px;
    max-width: 460px;
    width: 100%;
    padding: 10px;
}

.comment-respond input[type="text"] {
    border-color: #ccc #ccc #78b2c8;
    border-style: solid;
    border-width: 2px 1px;
    max-width: 460px;
    width: 100%;
    padding: 10px;
}

.comment .comment-respond {
    border-top: 1px solid #78b2c8;
    margin-top: 24px;
    padding-top: 20px;
}

.comment-respond h3 {
    margin-top: 0;
}

.form-submit input.submit {
    background: #78b2c8 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 30px;
    cursor: pointer;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
    color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
    font-size: 14px;
    line-height: 1.7142857142;
}

.no-comments {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    margin-top: 24px;
    text-transform: uppercase;
}

.comment-form label {
    color: #898989;
}

.comment-form p {
    margin: 0 0 30px 0;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
    font-size: 12px;
    line-height: 1.5;
}

.required {
    color: #c0392b;
}

.comment-reply-title small a {
    color: #2b2b2b;
    float: right;
    height: 24px;
    overflow: hidden;
    font-size: 12px;
}

.comment-reply-title small a:hover {
    color: #78b2c8;
}

.comment-reply-title small a:before {
    font-size: 32px;
}

.comment-navigation {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 48px;
    text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
    display: inline-block;
}

.comment-navigation .nav-previous a {
    margin-right: 10px;
}

#comment-nav-above {
    margin-top: 36px;
    margin-bottom: 0;
}

/*comment */


.parallax-window {
    min-height: 400px;
    background: transparent;
}


/* Responsive CSS */

@media (max-width: 1024px) {

    .slider-content {
        top: 35%;
    }

    .slider-content h1 {
        font-size: 45px;
    }


}


@media (max-width: 768px) {
    .slider-content {
        top: 45%;
    }

    .header-inner img {
        width: auto;
    }

    .slider-content.Bottom {
        top: 20%;
    }

    .slider-content.Top {
        top: 20%;
    }

    .slider-content h1 {
        font-size: 35px;
    }


    #content-area {
        padding: 40px 20px;
        width: inherit;
    }

    .about-me-text {
        padding-right: 2%;
        width: 55%;
    }

    .about-me {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    .post-box img {
        height: 250px;
        width: auto;
    }

}

@media (max-width: 720px) {
    .header-inner img {
        width: auto;
    }

    .slider-content h1 {
        font-size: 20px;
    }

    .slider-content {
        top: 30%;
    }

    .contact-me {
        margin-top: 15px;
    }

    .nav-area {
        padding: 25px 0 25px 0;
    }

}

@media (max-width: 600px) {

    .bx-viewport {
        /* padding-top: 150 px !important; /* Added to adjust mobile padding with solid nav background - 4/23/19 - colinw */
    }

    .header-inner {
        height: 208px;
    }

    .mobile-contact {
        padding: 5px 0px 0px;
    }

    .page-title {
        font-size: 18px;
        top: 15%;
    }

    .logo img {
        max-width: 225px;
    }

    button#responsive-menu-button {
        top: 80px !important;
    }

    #mob-icon {
        display: none;
    }

    .menu-main-menu-container, .nav-primary {
        display: none;
    }

    .mobile-contact {
        display: none;
    }

    .contact-form {
        float: inherit;
        margin: auto;
        max-width: 400px;
        width: inherit;
    }

    .contact-address {
        float: inherit;
        margin: 40px auto 0;
        max-width: 400px;
        width: inherit;
    }

    .contact-page {
        padding-left: 10px;
        padding-right: 10px;
    }

    .blog-page {
        width: inherit;
        padding: 20px; /* Added to fix Internal page padding - 4/23/19 ColinW */
    }

    /* .blog-page .left-col {
         float: inherit;
         width: inherit;
     }

     .blog-page .right-col {
         float: inherit;
         margin: auto;
         width: 300px;
     }
 */
    .header-inner img {
        width: auto;
    }

    .page-title {
        line-height: 45px;
    }

    /*.logo {
        width: 0%
    margin-left: 0%;
    }*/
    .navbar ul li {
        padding: 0 5px;
    }

    .navbar {
        float: inherit;
        text-align: center;
    }

    .slider-content {
        font-size: 11px;
        line-height: 14px;
    }

    .slider-content p {
        display: none;
    }

    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {

        bottom: -20px !important;
    }

    .slider-content.Top {
        top: 40%;
    }

    .slider-content.Bottom {
        top: 40%;
    }

    .about-me-text {
        float: inherit;
        padding: 0 20px;
        text-align: center;
        width: inherit;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about-me-text   p:empty{
        display: none;
    }

    .about-me-pic {
        float: inherit;
        margin-bottom: 20px;
        text-align: center;
        width: inherit;
    }

    .about-me-pic img {
        margin-top: 0;
    }

    .service-box {
        float: inherit;

        padding: 0 20px;
        text-align: center;
        width: 200px;
        margin: 20px auto;
    }

    .map-address {
        left: 0;
        margin: 20px;
        top: 10%;
    }

    .map-wrap {
        height: 300px;
    }

    .contact-map iframe {
        height: 300px;
        width: 100%;
    }

    .contact-map {
        height: 300px;
        min-height: 300px;
    }

    #footer-sidebar .widget {
        float: inherit;
        margin: auto;
        padding: 20px;
        width: 300px;
    }

    .about-me-wrap, .home-services, #footer-sidebar {
        width: inherit;
    }

    .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #78b2c8 !important;
        display: none !important;
    }

    .post-box {
        float: inherit;
        margin: 0 auto 30px;
        overflow: hidden;
        position: relative;
        max-width: 300px;
        width: inherit;
    }

}

/* Responsive Select Navbar */

.tablet-navbar {
    display: none;
}

@media (max-width: 960px) {

    .header .nav-area .responsiveSelectContainer select.responsiveMenuSelect,
    .header .nav-area select.responsiveMenuSelect {
        display: none !important;
    }

    .tablet-navbar {
        display: none;
        padding: 10px 10px 10px;
        background: #5286a5;
    }

    .tablet-navbar .responsiveSelectContainer {
        display: block;
    }
}

.header-inner img {
    height: auto !important;
    width: 100% !important;
}

.header-inner {
    height: auto !important;
    width: 100% !important;
	margin-top: 200px!important; /*added to remove interior banner photos - AA 10/31/19*/
}

@media (max-width: 1112px) and (min-width: 960px) {
    .nav-primary .genesis-nav-menu a {
        font-size: 16px !important;
    }
}

/* ReCaptcha Resizing */

@media screen and (max-height: 575px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
}

.bvsd-staff-listing .wp-post-image {
    float: none;
    margin-right: 0px;
    margin-top: 0px;
}

.bxslider {
    padding: 0;
}

.bxslider img {
    width: 100%;
    height: auto;
}


/*****************************Topbar CSS*********************************/
.wrap-1 {
    display: flex;
    width: 100% !important;
    justify-content: space-between;
    max-width: 1200px !important;
    margin: auto !important;
    position: relative;
    align-items: center;
}

.utility-bar-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 15px;
}

.utility-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15px;
}

div#content-list {
    margin: 1em 0;
}

@media only screen and (max-width: 767px) {
    .utility-bar .utility-bar-left, .utility-bar-right span.mk_title {
        display: none !important;
    }

    .utility-bar-right {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
}

#responsive-menu-container {
    width: 100% !important;
    padding-left: 55% !important;
}

@media (max-width: 767px) {
    #responsive-menu-container {
        padding-left: 30% !important;
    }

    .logo img {
        max-width: 320px;
    }
}

#responsive-menu-container {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

/*.utility-bar{z-index:1 !important;}*/
@media (max-width: 1024px) {
    button#responsive-menu-button.is-active {
        top: 0 !important;
        right: 0px !important;
    }
}

/*#sticky-bar.sticky {
    background: #fff !important;
}*/

/*
.admin-bar #sticky-bar {
    top: 17px !important;
}
*/

#sticky-bar.sticky {
    background-color: #fff !important;
}

@media (max-width: 400px) {
    .logo img {
        max-width: 225px;
        transition: 0.6s;
    }
}

ul.alignleft {
    padding-top: 20px !important;
}

.textwidget p {
    line-height: unset !important;
}


.mobile-navigation, .mobile-navigation__overlay {
    display: none;
}

#container {
    filter: blur(0px);
    transition: 0.15s all ease;
}

.blur {
    filter: blur(8px) !important;
}

/****** Nav Mobile *******/
@media (max-width: 1024px) {
    .mobile-navigation__overlay {
        display: flex;
        position: fixed;
        width: 55%;
        min-height: 100vh;
        max-height: 100vh;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 100000;
        overflow: hidden;
        transition: 0.3s all ease;
        transform: translateX(101%);
        justify-content: center;
        align-items: center;
    }

    .mobile-navigation__overlay img {
        display: block;
        object-fit: contain;
        max-width: 70%;
        height: auto;
        margin: auto;
    }

    .mobile-navigation__overlay.active {
        transform: translateX(0);
    }

    .mobile-navigation {
        transform: translateX(-101%);
        display: block;
        position: fixed;
        width: 45%;
        min-height: 100vh;
        max-height: 100vh;
        background: #fff;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100000;
        overflow: hidden;
        transition: 0.3s all ease;
    }

    .mobile-navigation__scroller {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .mobile-navigation.active {
        transform: translateX(0);
    }

    .mobile-navigation__template {
        position: relative;
        width: 100%;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        display: block;
        overflow: hidden;
    }

    .mobile-navigation__template .container {
        width: 100%;
        max-width: calc(100% - 100px);
        margin-left: auto;
        margin-right: auto;
    }

    .mobile-navigation__header {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        top: 0;
        height: 100px;
    }

    .mobile-navigation__header .container {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-navigation__header .close-button {
        display: flex;
        align-items: center;
        margin-left: 20px;
    }

    .mobile-navigation__header .close-button svg {
        height: 18px;
        width: auto;
        display: block;
        object-fit: contain;
    }

    .mobile-navigation__header .close-label {
        transition: 0.3s all ease;
        font-size: 17px;
        font-weight: 400;
    }

    .mobile-navigation__header .close-button polygon {
        transition: 0.3s all ease;
    }

    /* Menu */
    .mobile-navigation__menu {
        padding: 0;
    }

    .mobile-navigation__menu .menu {
        margin: 0 !important;
        padding: 25px 0;
        display: block;
        width: 100%;
        list-style-type: none;
    }

    .mobile-navigation__menu .menu ul {
        list-style-type: none;
        list-style: none;
    }

    .mobile-navigation__menu .menu > li {
        margin: 25px 0;
        line-height: 1.6;
        font-size: 18px;
        min-height: 20px;
        list-style-type: none;
        list-style: none;
    }

    .mobile-navigation__menu .menu li a {
        display: flex;
        align-items: center;
        transition: 0.3s all ease;
    }

    .mobile-navigation__menu .menu li a .sub-toggle {
        display: flex;
        align-items: center;
        margin-left: 15px;
        padding: 5px;
        cursor: pointer;
    }

    .mobile-navigation__menu .menu li a .sub-toggle i {
        font-size: 90%;
        transition: 0.3s all ease;
    }

    .mobile-navigation__menu .menu li a .sub-toggle.active i {
        transform: rotate(90deg);
    }

    .mobile-navigation__menu .menu li .sub-menu {
        display: none;
        padding-left: 25px;
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .mobile-navigation__menu .menu li .sub-menu li {
        margin: 10px 0;
    }

    .mobile-navigation__menu .menu li .sub-menu li a {
        font-size: 16px;
    }


    /* Footer */
    .mobile-navigation__footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .mobile-navigation__footer .mobile-widget {
        padding: 12px 0;
        list-style-type: none;
    }

    .mobile-navigation__footer ul {
        list-style-type: none;
        padding: 0;
        list-style: none;
    }

    .mobile-navigation__footer ul li {
        list-style-type: none;
        list-style: none;
    }


    /* Other */
    .utility-bar {
        max-width: 100vw;
    }

    .utility-bar-left {
        padding-left: 15px;
    }

    .utility-bar-right {
        padding-right: 15px;
    }

    .mobile-navigation .menu-main-menu-container {
        display: block;
    }

    .utility-bar {
        margin-left: 0 !important;
        margin-right: 0 !important;
        font-size: 15px;
        padding: 3px 0;
    }

    #mob-icon {
        display: block;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
    }

    .logo img {
        max-width: 220px;
    }
}

@media (min-width: 661px) {
    .mobile-navigation__header .mobile-nav-image {
        display: none;
    }
}

@media (max-width: 660px) {
    .mobile-navigation__menu .menu {
        padding-bottom: 40px;
    }

    .mobile-navigation {
        width: 100% !important;
    }

    .mobile-navigation__overlay {
        display: none !important;
    }

    .mobile-navigation__header.show-logo .mobile-nav-image {
        height: 100%;
        max-width: 65%;
        display: flex;
        align-items: center;
    }

    .mobile-navigation__header.show-logo .mobile-nav-image img {
        max-width: 100%;
        height: 95%;
        display: block;
        object-fit: contain;
    }

    /* Hide Label */
    .mobile-navigation__header.show-logo .close-label {
        display: none;
    }

    /* Hide Logo */
    .mobile-navigation__header.show-label .mobile-nav-image {
        display: none;
    }

}

@media (max-width: 350px) {
    .mobile-navigation__menu {
        padding: 15px 0;
    }

    .mobile-navigation__menu .menu > li {
        margin: 20px 0;
    }

    .mobile-navigation__template .container {
        max-width: calc(100% - 30px);
    }

    .mobile-navigation__header {
        height: 70px;
    }

    .mobile-navigation__footer {
        padding: 10px 0;
    }

    .mobile-navigation__menu .menu {
        padding: 0;
    }
}

/* Left Menu Bar Social Icons Alignment Center */
.simple-social-icons ul {
    margin-left: -6px !important;
    padding: 0 !important;
}

.utility-bar .wrap-1 {
    height: 58px;
}

.utility-bar .wrap-1 .utility-bar-left {
    height: 58px;
    display: flex;
    align-items: center;
}

.utility-bar .wrap-1 .utility-bar-left .simple-social-icons ul li {
    margin-bottom: 0 !important;
}


/* Header Fix */
@media (max-width: 1366px) {
    .header-inner {
       /* removed - AA 10/31/19 padding-top: 85px; */ 
    }
}

@media (max-width: 660px) {
    .header-inner {
       /* removed - AA 10/31/19 padding-top: 165px; */
    }
}


/* Home Header Fix */
.header_home {
    padding-top: 175px;
}

@media (max-width: 1024px) {
    .header_home {
        padding-top: 140px;
    }
}

@media (max-width: 660px) {
    .header_home {
        padding-top: 165px;
    }
}

/* Admin Bar Fix  */
.admin-bar .utility-bar {
    top: 32px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}

.admin-bar #sticky-bar.sticky {
    top: 32px !important;
}

.admin-bar #sticky-bar {
    top: calc(57.5px + 32px);
}

.admin-bar.sticky_topbar .utility-bar {
    top: 32px;
}

.hide_utility_bar.admin-bar #sticky-bar {
    top: 32px;
}


@media (max-width: 782px) {
    .hide_utility_bar.admin-bar #sticky-bar {
        top: 46px;
    }
}

@media screen and (max-width: 782px) {
    html {
        margin-top: 0 !important;
    }
}

.hide_utility_bar.admin-bar .header_home {
    padding-top: 115px;
}

@media (max-width: 1024px) {
    .hide_utility_bar.admin-bar .header_home {
        padding-top: 85px;
    }
}

@media (max-width: 660px) {
    .hide_utility_bar.admin-bar .header_home {
        padding-top: 105px;
    }
}

@media (max-width: 600px) {
    #wpadminbar {
        display: none !important;
    }

    .admin-bar.sticky_topbar .utility-bar {
        top: 0;
    }

    .admin-bar.sticky_topbar #sticky-bar {
        top: 57.5px;
    }

}

/* Mobile Menu Orientation Change */
@media (max-width: 991px) and (orientation: landscape) {

    .mobile-navigation__footer {
        height: 0 !important;
        display: none !important;
    }

    .mobile-navigation__header {
        height: 70px;
    }

    .mobile-navigation__menu .menu {
        padding: 15px 0;
    }

}


body .extendedwopts-hide.extendedwopts-desktop{ display:block!important;}