/*  Theme Name: Must Do Custom Theme
Description:Custom theme for MustDo
Author: RealTech Services, Inc.
Author URI: http://www.rtservices.net
Version: 3.0 */

*,
n *:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flexslider .slides > li:first-child {
    display: block;
}

.header-mustdo {
    position: relative;
    width: 100%;
    min-height: 140px;
}

.about-us-image {
    float: left;
    width: 33%;
    padding-right: 30px;
}

.margin-button {
    margin: 0px 5px;
}

.coupon-wrapper {
    width: auto;
    display: inline-block;
    margin-bottom: 10px;
}

.coupon-icons {
    float: left;
    margin-right: 5px;
}

.coupon-icons img {
    max-height: 20px;
    width: auto;
}

.category-button {
    display: inline-block;
    padding: .5em 1em;
    color: #222;
    background-color: #FAFAFA;
    border: 1px solid #5aa79d;
    width: 115px;
}

.category-button:hover {
    color: #fff;
    background: #5aa79d;
}

.em-location-map-container {
    max-width: 100%;
}

/*new mobile menu*/
div.clearfix.hide-nav {
    display: inline-block;
}

.menu-primary-container {
    display: inline-block;
}

.content-wrap {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.menu-primary-container li:last-child .sub-menu {
    right: 0;
}

.c-menu {
    position: fixed;
    z-index: 200000000;
    background-color: #fff;
    transition: transform 0.3s;
}

.c-menu__items {
    list-style: none;
    margin: 0;
    padding: 0;
}

/** * Close button. */
.c-menu__close {
    color: #fff;
    background-color: #5aa79d;
    font-size: 14px;
    border: none;
    box-shadow: none;
    border-radius: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

/** * Close button resets. */
.c-menu__close:focus {
    outline: none;
}

/** * Body states. * * When a menu is active, we want to hide the overflows on the body to prevent * awkward document scrolling. */
body.has-active-menu {
    overflow: hidden;
}

/** * Mask component */
.content-mask {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.content-mask.is-active {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    transition: opacity 0.3s;
}

/*actual menu stuff*/
.c-menu--push-left {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.content-wrap.is-active {
    width: 100%;
    height: 100%;
    opacity: .7;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.content-wrap.has-push-left {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
}

.c-menu--push-left .c-menu__close {
    display: block;
    padding: 12px 24px;
    width: 100%;
}

.c-menu--push-left.is-active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
}

.c-menu--push-left {
    top: 0;
    left: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
}

@media (min-width: 320px) {
    .navclass ul {
        padding-left: 10px;
        padding-top: 10px;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        margin: 0;
    }

    .navclass li {
        position: relative;
    }

    .navclass li a {
        display: block;
    }

    .nav {
        clear: right;
        float: right;
    }

    .nav ul.menu > a {
        display: none;
    }

    .nav ul.menu {
        width: auto;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        padding: 0;
        text-align: center;
    }

    .nav ul.menu li {
        list-style-type: none;
        position: relative;
        display: inline-block;
    }

    .nav ul.menu li a {
        display: block;
        text-decoration: none;
        text-align: center;
        padding: 0 .825em;
        line-height: 22pt;
        color: #333;
        letter-spacing: .01em;
        font-size: 13pt;
    }

    .nav ul.menu li > a {
        position: relative;
    }

    .nav ul.menu li ul li > a {
        position: relative;
        margin-bottom: 0px;
    }

    .nav ul.menu li ul li > a:hover:before {
        visibility: hidden;
    }

    .nav ul.menu li > a:hover:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    /* second level */
    .nav ul.menu li ul {
        display: none;
        position: absolute;
        top: 100%;
        padding: 0;
        margin: 0;
    }

    .nav ul.menu li:hover > ul.sub-menu {
        display: block;
    }

    .nav ul.menu li ul li {
        white-space: nowrap;
        display: block;
    }

    /*more levels*/
    .nav ul.menu li ul li {
        white-space: nowrap;
        display: block;
    }

    /*this is the arrow/triangle that points to the right for submenu items with another submenu - you may need to change the color, and also the margin to adjust where it lands. If you want it next to the menu item, change float:right to display:inline-block and remove the margin-top */
    .nav ul.menu ul ul {
        top: 0;
        left: 100%;
        display: block;
    }

    .nav ul.menu li:hover ul ul {
        display: none;
    }

    .nav ul.menu ul li:hover ul {
        display: block;
    }

    .c-menu--push-left {
        transform: translateX(-340px);
        width: 340px;
    }
}

.navclass li {
    list-style-type: none;
    line-height: 30pt;
}

.navclass li ul {
    display: none;
    position: absolute;
    top: 100%;
}

.navclass li ul {
    position: static;
    padding: 1.25em;
    /* 20 */
    padding-top: 0;
}
.menu-item-41031 a, .menu-item-41007 a, .menu-item-41019 a {
    color: red !important;
}

/*end menu*/
/*event mobile*/
#flex-two {
    display: block;
    flex-direction: column;
}

#desk-first {
    order: 1;
    float: left;
    width: 45%;
}

#desk-second {
    order: 2;
    float: right;
    width: 45%;
    margin: 0px 0px 15px 15px;
}

#desk-third {
    order: 3;
}

.acf-oembed .canvas {
    display: none !important;
}

.coupons-center {
    width: 100%;
    margin: 0 auto;
}

.featuredimage {
    width: 350px;
    height: 200px;
    overflow: hidden;
}

.featuredimage img {
    width: 100%;
}

.hide-overlay {
    z-index: 500;
}

.green {
    color: #5aa79d;
    font-size: 24px !important;
    font-weight: 400;
}

.recent-list {
    list-style-type: none;
    margin: 10px 0;
}

div.blog-item a,
.fourcol a {
    color: #60A9A1;
    text-decoration: none;
}

.articlewrapper div.blog-item {
    text-align: center;
}

.fourcol {
    margin-top: 20px;
}

.fourcol h2 {
    display: inline;
    margin-right: 20px;
}

.abovefootright {
    width: 55%;
    float: right;
}

.threecol h3 {
    text-align: center;
}

.abovefootright a {
    font-size: 1.3em;
    color: #60A9A1;
}

.bookbutton {
    background: #f7797f;
    background-image: -webkit-linear-gradient(top, #f7797f, #ED1C24);
    background-image: -moz-linear-gradient(top, #f7797f, #ED1C24);
    background-image: -ms-linear-gradient(top, #f7797f, #ED1C24);
    background-image: -o-linear-gradient(top, #f7797f, #ED1C24);
    background-image: linear-gradient(to bottom, #f7797f, #ED1C24);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.bookbutton:hover {
    background: #6BC6BA;
    background-image: -webkit-linear-gradient(top, #6BC6BA, #5aa79d);
    background-image: -moz-linear-gradient(top, #6BC6BA, #5aa79d);
    background-image: -ms-linear-gradient(top, #6BC6BA, #5aa79d);
    background-image: -o-linear-gradient(top, #6BC6BA, #5aa79d);
    background-image: linear-gradient(to bottom, #6BC6BA, #5aa79d);
    text-decoration: none;
    -webkit-box-shadow: 0px 2px 5px #515151;
    -moz-box-shadow: 0px 2px 5px #515151;
    box-shadow: 0px 2px 5px #515151;
    color: #ED1C24;
}

/* Digital Editions page styling */
.de {
    text-align: center;
    margin: 0 auto;
}

.de img {
    display: inline-block;
    margin: 15px !important;
}

.de img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.de img:hover,
.de img:focus,
.de img:active {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
}


@media (max-width: 1100px) {
    .abovefootright a:before {
        content: ' ';
        display: block;
    }
}

@media (max-width: 670px) {
    .abovefootright {
        float: none;
        width: 100%;
    }
}

.three-col {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.destination-list {
    list-style-type: none;
    display: inline-block;
    -webkit-padding-start: 0px;
}

.destination-list:after {
    clear: both;
}

.article-container {
    background-color: #FAFAFA;
    border: 1px solid #f4f4f4;
    padding: 10px;
    line-height: 1.5;
}

.article-container h3 {
    margin: .4em 0;
}

.destination-list li {
    display: inline-block;
    float: left;
}

.destination-list h4 a {
    text-decoration: none;
    color: #FFF;
}

.destination-list h4 {
    -webkit-margin-before: .33em;
    -webkit-margin-after: .33em;
    line-height: 1.4;
}

.padding-override span {
    padding: 0 30px 0 30px !important;
}

.no-background {
    position: relative;
    overflow: hidden;
}

.no-background span {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    position: relative;
    padding: 0 30px 0 0;
}

.no-background span:before,
.no-background span:after {
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    top: 55%;
    border-top: 1px solid #f0f0f3;
}

.no-background span:before {
    right: 100%;
}

.no-background span:after {
    left: 100%;
}

.no-span {
    display: table;
    white-space: nowrap;
}

.no-span:before,
.no-span:after {
    border-top: 1px solid green;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 45%;
}

.no-span:before {
    right: 1.5%;
}

.no-span:after {
    left: 1.5%;
}

.fancyheader {
    font-size: 2em;
    margin: 0.67em 0;
    text-align: left !important;
    text-transform: uppercase;
    font-weight: 300;
    color: #bababa;
}

.centeredheader {
    font-size: 2em;
    margin: 0.67em 0;
    text-align: center !important;
    text-transform: uppercase;
    font-weight: 300;
    color: #bababa;
}

.subpages {
    margin: 10px;
    line-height: 1.7;
    letter-spacing: .3px;
    font-size: 16px;
}

.view-button {
    color: #777;
}

.view-saved-heart {
    max-width: 20px;
    height: auto;
    opacity: .4;
}

.page-id-10260 .view-button {
    display: none;
}

/*hides view button for view all coupons page*/
.subpages img {
    float: left;
    margin-right: 20px;
    max-width: 31%;
}

.sub-header {
    color: #5AA79D !important;
    margin: 1em 0 0 0 !important;
    font-size: 24px !important;
    font-weight: 400;
    padding-top: 20px;
}

h1,
h2 {
    color: #666;
    font-family: 'Helvetica Neue', 'Trebuchet MS', sans-serif;
}

h3,
h4 {
    color: #666;
    font-family: 'Helvetica Neue', Tahoma, sans-serif;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
}

.header-class {
    font-size: 2em;
    margin: 0.67em 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
}

#flex {
    display: flex;
    flex-direction: column;
}

#a {
    order: 1;
}

#b {
    order: 2;
}

h2 {
    font-size: 1.9em;
    margin: .67em 0 0 0;
    text-align: center;
    text-transform: uppercase;

    font-weight: 300;
}

.content-left h2 {
    text-align: left;
    text-transform: none;
}

h3 {
    font-size: 1.6em;
    text-align: left;
    font-weight: 300;
}

h4 {
    font-weight: 400;
    font-size: 20px;
    margin: .3em 0 0 0;
}

h3 {
    font-weight: 300;
}

.flex-item {
    position: relative;
    margin: 20px;
}

.registerlinks {
    position: absolute;
    top: 10px;
    right: 180px;
    font-size: 14px;
}

.three-col-destination {
    padding: 0;
    margin: 0;
    list-style: none;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    justify-content: center;
}

.articlewrapper {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding-bottom: 10px;
}

div.blog-item img.wp-post-image {
    border: 0px;
    padding: 0px;
}

div.three-col.paddingright img.wp-post-image {
    border: 0px;
    padding: 0px;
}

.article-thumb {
    /* max-width: 220px; 
    height: 120px; */
    max-width: 350px;
    max-height: 186px;
    overflow: hidden;
    border: 1px solid #333;
    outline: 1px solid #f0f0f3;
    padding: 0px;
}

.article-thumb img {
    width: 100%;
}

.left-h2 {
    text-align: left;
    color: #FFF;
    margin: .67em 0;
}

.paddingright {
    padding-left: 40px;
    padding-right: 30px;
}

.paddingright p {
    line-height: 1.3;
}

.content-left-column {
    float: left;
    width: 50%;
    padding-right: 20px;
}

.content-right-sidebar {
    float: right;
    width: 50%;
    padding-left: 20px;
}

.smalltext {
    font-size: 30px;
    font-family: 'Helvetica Neue', 'Trebuchet MS', sans-serif !important;
}

.ft-top h3 {
    color: #f4f4f4;
    margin: 0;
    text-align: center;
}

.fourcol {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.three-box-text {
    font-size: 2.3em;
    color: #5aa79d;
    text-align: center;
    text-shadow: 0px 1px 1px #000;
    font-family: 'Trebuchet MS';
}

#slider2.flexslider {
    z-index: 0;
}

.discover-text {
    font-size: 2.8em;
    color: white;
    text-align: center;
    text-shadow: 0px 1px 1px #000;
    font-family: 'Trebuchet MS';
}

.three-slideshow-boxes.fort {
    position: absolute;
    left: 5%;
    top: 34%;
    background-color: rgba(0, 0, 0, .5);
    height: 200px;
    width: 28%;
    text-align: center;
    border: 1px solid #ccc;
    padding-top: 40px;
}

.three-slideshow-boxes.naples {
    position: absolute;
    left: 36%;
    top: 34%;
    background-color: rgba(0, 0, 0, .5);
    height: 200px;
    width: 28%;
    text-align: center;
    border: 1px solid #ccc;
    padding-top: 40px;
}

.three-slideshow-boxes.sarasota {
    position: absolute;
    right: 5%;
    top: 34%;
    background-color: rgba(0, 0, 0, .5);
    height: 200px;
    width: 28%;
    text-align: center;
    border: 1px solid #ccc;
    padding-top: 40px;
}

#gform_2 .gfield_label {
    display: none !important;
}

#gform_2 .gform_wrapper {
    margin: 0px 0;
}

li#field_2_1 {
    margin-top: 0px;
}

/*Related posts*/
ul.related_new {
    overflow: hidden;
    -webkit-padding-start: 0;
}

ul#related_posts {
    overflow: hidden;
    -webkit-padding-start: 0;
}

.related_new li {
    float: left;
    list-style: none;
    margin: 0 0 10px 10px;
}

.related_new img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    float: left;
}

.related_new li a {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    margin-left: 10px;
    line-height: 16px;
    text-align: left;
    text-decoration: none;
}

.related_new li a:hover {
    text-decoration: underline;
}

ul.related_new::after {
    clear: both;
}

#related_posts li {
    float: left;
    list-style: none;
    margin: 0 0 10px 10px;
}

.article_link {
    width: 250px;
}

#related_posts li a {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    margin-left: 10px;
    line-height: 16px;
    text-align: left;
    text-decoration: none;
}

#related_posts img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    float: left;
}

#related_posts li a:hover {
    text-decoration: underline;
}

ul#related_posts::after {
    clear: both;
}

/*about the author*/
.author_bio_section {
    background: none repeat scroll 0 0 #F5F5F5;
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.author_name {
    font-size: 14pt;
}

.author_details img {
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    float: left;
    margin: 0 10px 10px 0;
}

/*end author*/
/*events*/
.ui-widget-header {
    border: 1px solid #777 !important;
    background: #5aa79d !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #222 !important;
    background: #ccc !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #222 !important;
    background: #ccc !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    color: #777 !important;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    color: #222 !important;
}

.heading-icon {
    width: 60px;
    height: 60px;
    background-image: url(images/cal-icon.png);
    background-repeat: no-repeat;
    float: left;
}

.heading-icon div {
    color: #FFFFFF;
    word-spacing: normal;
    padding-left: 14px;
    margin: auto;
}

.heading-icon h4 {
    font-size: 20px;
    /* margin-top: 8px; */
    text-align: center;
}

.heading span {
    font-size: 24px;
    color: #5aa79d;
    padding-left: 10px;
    line-height: 57px;
    word-spacing: normal;
    font-family: Trebuchet MS, sans-serif;
}

/*events end */
/*business pages*/
.sidebar-business {
    padding: .625em;
    float: right;
    margin-left: 1%;
    width: 27%;
    overflow-x: hidden;
    padding: 0 0 0 2em;
    border-left: 1px solid #f0f0f3;
}

.sidebar-business h3 {
    color: #333;
    font-size: 20px;
    margin-bottom: 25px;
}

.sidebar-business ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}

.sidebar-business hr {
    margin: 0px 0px 14px 0px
}

.business-slider {
    max-width: 830px;
    max-height: 430px;
}

ul.business-info {}

li.arrow {
    background: url('images/tinyarrow.jpg') no-repeat left 8px;
    padding-left: 20px;
    display: block;
}

a.bookit-btn {
    display: block;
    width: auto;
    background-image: url('images/booknow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: initial;
    margin: 10px auto;
    height: 32px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

}

a.bookit-btn:hover {
    display: block;
    background-image: url('images/booknow2.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: inherit;
    margin: 10px auto;
    height: 32px;
    width: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
}

.coupon-button-wrapper {
    text-align: left;
}

#map {
    width: 287px;
    height: 287px;
    max-width: 100%;
}

.labels {
    padding-top: 20px;
    border: 2px solid black;
    color: red;
}

/*end business pages*/
.singleimage {
    line-height: 0;
}

.singleimage img {
    width: 100%;
    position: relative;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

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

img.socialmedia {
    max-width: 22px;
    margin: 0px 3px;
}

div.blog-item {
    display: block;
}

.blog-item h4 {
    -webkit-margin-before: .33em;
    -webkit-margin-after: .33em;
    line-height: 1.4;
}

.blog-item h4 a {
    text-decoration: none;
    color: #FFF;
}

.blog-item p {
    -webkit-margin-before: .1em;
    -webkit-margin-after: 1em;
}

a.read-more {
    color: #FFF;
}

body {
    background: #333;
}

.topbutton {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 1;
    background-image: url("images/topbutton.png");
    background-repeat: no-repeat;
    display: none;
}

/* Header-------------------------------------------------------------- */
#wprmenu_bar {
    z-index: 5000 !important;
}

.headerright {
    width: 100%;
    background-color: #f4f4f4;
    color: #777;
    font-size: 12px;
    position: absolute;
    top: 0;
    z-index: 5000;
    text-align: right;
    padding: 5px 0px;
}

header {
    width: 100%;
    height: 140px;
    overflow: visible;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 25px;
    z-index: 999;
    background-color: #FFF;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
}

header.smaller {
    height: 80px;
    padding-top: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.smaller .logo {
    margin-top: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.smaller .nav {
    margin-top: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.coupon-reminder {
    clear: both;
}

.cr-button {
    display: block;
    width: 100%;
    color: #fff;
    font-family: 'Trebuchet MS', sans-serif;
    letter-spacing: .03em;
    font-weight: normal;
    background: #5aa79d;
    text-align: center;
    font-size: 1.5em;
    text-decoration: none;
    padding: 7px 0;
    -webkit-box-shadow: 0 6px 6px -6px #808080;
    -moz-box-shadow: 0 6px 6px -6px #808080;
    box-shadow: 0 6px 6px -6px #808080;
}

.cr-button:hover {
    background: red;
    -webkit-box-shadow: 0 6px 6px -6px #404040;
    -moz-box-shadow: 0 6px 6px -6px #404040;
    box-shadow: 0 6px 6px -6px #404040;
}

.margin-top {
    margin-top: 20px !important;
}

.bw {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.bw:hover {
    -webkit-filter: grayscale(100%);
}

.site-wrap {
    background: #FFF;
}

.wrap {
    width: 100%;
    height: 140px;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
}

html {
    font-family: 'Helvetica Neue', Tahoma, sans-serif;
    color: #737373;
}

p {
    line-height: 1.7;

    letter-spacing: .3px;

    font-size: 16px;
    -webkit-margin-before: .2em;
    -webkit-margin-after: 1em;
}

li.three-col.paddingright h4 a {
    text-decoration: none;
    color: #FFF;
}

li.three-col.paddingright a {
    color: #5aa79d;
    text-decoration: none;
}

li {
    line-height: 1.5;
    letter-spacing: .3px;
    font-size: 16px;
}

/*tabs for video and slideshow formatting*/
.embed-container-video {
    position: relative;
    padding-bottom: 51.5%;
    height: 0;
    overflow: hidden;
    max-width: 830px;
    height: auto;
    max-height: 430px;
}

.embed-container-video iframe,
.embed-container-video object,
.embed-container-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 430px;
}

.nopadding {
    padding: 0px !important;
}

.noborder {
    border: 0px !important;
}

.menu-override {
    max-width: 830px;
    height: 45px !important;
    padding-top: 0px !important;
    text-align: right !important;
    -webkit-margin-before: 0px !important;
}

.tabs-formatting {
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    border-bottom: 0px !important;
    color: #000 !important;
    height: 45px !important;
    line-height: 45px !important;
    padding: 0px 10px !important;
}

.tabs-current {
    border-right: 0px !important;
    border-left: 0px !important;
    border-bottom: 0px !important;
    border-top: 0px !important;
    color: #FFF !important;
    height: 45px !important;
    line-height: 45px !important;
    padding: 0px 10px !important;
}

/*end tabs for video and slideshow formatting*/

/*top 10 tabs formatting*/
#tabs-container {
    padding-bottom: 20px;
}

.tabs-menu {
    height: 43px;
    list-style-type: none;
    clear: both;
    padding-top: 10px;
    text-align: Center;
    -webkit-padding-start: 0;
}

.tabs-menu li.current {
    position: relative;
    background-color: #5aa79d;
    color: #fff;
    border-bottom: 1px solid #ccc;
    z-index: 5;
}

.tabs-menu li a {
    padding: 0 20px;
    text-transform: uppercase;
    color: #40776F;
    text-decoration: none;
    display: block;
}
.tabs-menu li a h3 { margin: 0; padding:0; font-weight: inherit; color: inherit; font-size: 18px; }

.tabs-menu .current a {
    color: #fff;
}

.tabs-menu li {
    height: 50px;
    line-height: 50px;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    background-color: #ccc;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
    font-size: 18px;
}

.related-li {
    padding: 10px 0 10px 0;
}

.related-articles-img {
    width: 70px;
    height: 70px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.related-articles-section {
    display: inline-block;
    max-width: 54%;
    vertical-align: middle;
    font-size: 14px;
}

.related-articles-img img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}

.related-articles-img img.wp-post-image {
    border: 0px;
    padding: 0px;
}

.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    margin-bottom: 20px;
    width: auto;
}

.tab-content {
    width: 100%;
    padding: 10px 20px 5px 30px;
    display: none;
}

#tab-1 {
    display: block;
}

/*end tabs*/

/* Coupons begin */
button.simplefavorite-button {
    color: #777;
}

.coupon {
    display: inline-block;
    margin: 0 5px 10px 0;
    width: 270px;
    border: 2px black solid;
    text-align: center;
    font-size: 1em;
    background: #EAEAEA;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.whitebg {
    background: #fff;
}

.coupon .ctop {
    padding: 10px;
    height: 80px;
    font-size: 1.2em;
    color: #5aa79d;
}

.cmiddle {
    height: 180px;
    padding: 10px;
}

.cmiddle p {
    line-height: 1;
    letter-spacing: 0;
    font-size: 1em;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.cbottom {
    height: 80px;
    font-size: .6em;
    margin: 5px 0px 15px 0px;
}

.cbottom img {
    float: left;
}

.cbottom-text {
    padding: 10px !important;
}

.cfine {
    font-size: .6em;
    font-style: italic;
}

/* Coupons end */

.top-content-section {
    position: relative;
    width: 100%;
}

.menu-fort-myers-container {
    display: inline-block;
}

.menu-naples-container {
    display: inline-block;
}

.menu-sarasota-container {
    display: inline-block;
}

.searchform {
    display: inline-block;
}

.page-title {
    padding-top: .67em;
    font-size: 40px;
    line-height: 40px;
    color: #666;
}

.background-section {
    background-color: #fafafa;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.contained {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 .3125em .3125em 0;
}

.home-right-sidebar {
    width: 33.33%;
    float: right;
    padding: 0px 0px 0px 20px;
}

.home-left {
    width: 66.67%;
    float: left;
    padding: 0px 20px 0px 0px;
}

.header-wrap {
    width: 100%;
}

.logo img {
    vertical-align: middle;
    max-width: 160px;
}

.content {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.footer-wrap {
    width: 100%;
    background: #333;
    color: #FFF;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-wrap a {
    color: #FFF;
}

.footerright,
.footerleft {
    font-size: .75em;
}

.sidebar {
    padding: .625em;
}

.sidebar h2 {
    font-size: 1.1em;
    margin: .83em 0 .3125em 0;
}

.sidebar ul {
    list-style-type: none;
    margin: 0.3125em 0 0.625em 0.625em;
    padding-left: 0;
}

.sidebar li li {
    list-style-type: none;
    margin-left: .95em;
    padding-left: 0;
}

.insta-follow {
    text-align: center;
    display: none;
}

.insta-follow img {
    width: 10%;
    padding-right:5px;
}

.insta-follow h4 {
    color: #fff;
    background: #408bd1;
    width: 60%;
    padding: 10px;
    margin: auto;
    border-radius: 3px;
}
.insta-follow h4:hover {
    background: #359dff;
}
.searchform {
    display: none;
}

.ft-top {
    background: #333;
    width: 100%;
    color: #FFF;
    padding: 20px 0;
    margin: 0;
}

.threecol h4 {
    margin: 0 0 5px 0;
    color: #333;
}

.threecol h4 a {
    color: #6d4b70;
    text-decoration: none;
}

.threecol h4 a:hover {
    text-decoration: underline;
}

hr {
    height: 1px;
    background: #f0f0f3;
    border: none;
}

/*grid of 5*/

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

.no-left-margin {
    margin-left: 0;
}

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 */
}

.span_5_of_5 {
    width: 100%;
}

.span_1_of_5 {
    width: 18.72%;
    position: relative;
}

.span_1_of_5 img {
    max-width: 200px;
    width: 100%;
}

.wp-caption {
    max-width: 100%;
}

.columnlink {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: absolute;
    z-index: 100;
    bottom: 4px;
    padding: 12px 0;
    text-transform: uppercase;
    float: left;
    max-width: 200px;
}
.columnlink h4 {
    color: #fff;
}
.margin-right {
    margin-right: 20px;
}

.three-col-link {

    background: rgba(0, 0, 0, 0.5);

    width: 100%;

    color: #fff;

    font-size: 20px;

    text-align: center;

    position: absolute;

    z-index: 100;

    bottom: 4px;

    padding: 12px 0;

    text-transform: uppercase;

    float: left;


}

.mustdoicon {
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 100;
    top: 7px;
    right: 14%;
}


/* links */

a:hover {
    text-decoration: none;
}

.content a {
    color: #40776F;
    text-decoration: none;
    word-wrap: break-word;
}

.content a:hover {
    color: #154e47;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.sidebar a {
    color: #5aa79d;
}

.sidebar a:hover {
    color: #154e47;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.content a.readmore {
    text-decoration: underline;
}

.content a.readmore:hover {
    text-decoration: none;
}

.map-links {
    max-width: 287px;
    width: 100%;
}

input[type=submit] {
    background: #5aa79d;
    color: #FFF;
    padding: .7em 3em;
    margin: 0.625em 0;
    border: 0;
    border-radius: .25em;
}

label.gfield_label {
    display: none;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
    width: 97% !important;
}

input[type=submit]:hover {
    background: #ccc;
    color: #FFF;
}

.gform_wrapper .gform_footer {
    padding: 0px !important;
}

div.entry {
    position: relative;
}

.post-prev-img {
    float: left;
    padding: 0 0.95em 0.625em 0;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft {
    margin: 0 0.625em 0.625em 0;
}

img.alignright {
    margin: 0 0 0.625em 0.625em;
}

img.aligncenter {
    margin: 0 auto 0.625em;
}

.wp-caption {
    margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption {
    color: #767676;
}

.wp-caption-text {
    font-size: 0.75em;
    font-style: italic;
    line-height: 1.5em;
    margin: 0.55em 0;
    padding-right: 0.625em;
}

.wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.widget {
    margin: 0 auto;
}

img.wp-post-image {
    border: 1px solid #f0f0f3;
    padding: 2px;
}

.about-us-section {
    float: right;
    width: 65%;
    padding-right: 30px;
}

span.screen-reader-text {
    display: none;
}

@media (max-width:48em) {
    form.search-form input[type=submit] {
        padding: .3em 4.5em !important;
    }

    /*menu mobile*/
    div.clearfix.hide-nav {
        display: none;
    }

    header.smaller .navclass .menu-item-has-children > a:after {
        border-top-color: #fff !important;
    }

    .navclass li {
        font-size: 14pt;
    }

    .navclass li a {
        color: #777;
        text-decoration: none;
        font-family: 'Helvetica Neue', Tahoma, sans-serif;
        letter-spacing: .3px;
        font-size: 16px;
    }

    #nav-acc > ul > li.has-sub.active > a:after {
        content: '';
        vertical-align: middle;
        position: relative;
        right: -0.513em;
        bottom: 0em;
        border: solid #333;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        transition: .2s all;
    }

    #nav-acc > ul > li > ul > li.has-sub.active > a:after {
        content: '';
        vertical-align: middle;
        position: relative;
        right: -0.513em;
        bottom: 0em;
        border: solid white;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        transition: .2s all;
    }

    .navclass .menu-item-has-children > a:after {
        content: '';
        vertical-align: middle;
        position: relative;
        right: -0.513em;
        bottom: .1em;
        border: solid #333;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    /*end menu*/
    /*add this section for nav sub-menu down arrow if your nav colors change so you can change the arrow color*/
    #nav .menu-item-has-children > a:after {
        width: 0;
        height: 0;
        border: 0.313em solid transparent;
        border-bottom: none;
        border-top-color: #fff;
        content: '';
        vertical-align: middle;
        display: inline-block;
        position: relative;
        right: -0.313em;
    }

    /*toggle applies to the hamburger menu button*/
    .toggle-spot {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 20px;
        top: 30px;
    }

    /*where do you want hamburger to show up? */
    #toggle {
        display: block;
        width: 60px;
        height: 50px;
        margin: 0;
        position: absolute;
        top: 50px;
        right: 0px;
        cursor: pointer;
    }

    #toggle span:after,
    #toggle span:before {
        content: "";
        position: absolute;
        left: 0;
        top: -9px;
    }

    #toggle span:after {
        top: 9px;
    }

    #toggle span {
        position: relative;
        display: block;
    }

    #toggle span,
    #toggle span:after,
    #toggle span:before {
        width: 100%;
        height: 4px;
        background-color: #888;
        transition: all 0.3s;
        backface-visibility: hidden;
        border-radius: 20px;
    }
}

/* cell phones (480px) */
@media (max-width: 30em) {

    /*event mobile*/
    #flex-two {
        display: flex;
        flex-direction: column;
    }

    #desk-first {
        order: 2;
        float: left;
        width: 100%;
    }

    #desk-second {
        order: 3;
        float: right;
        width: 100%;
        margin: 0;
    }

    #desk-third {
        order: 1;
    }

    /*end events */
    .padding-override span {
        padding: 0px !important;
    }

    .no-background {
        position: relative;
        overflow: hidden;
    }

    .no-background span {
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        position: relative;
        padding: 0 30px 0 0;
    }

    .no-background span:before,
    .no-background span:after {
        content: '';
        display: block;
        width: 1000px;
        position: absolute;
        top: 55%;
        border-top: 0px;
    }

    .no-background span:before {
        right: 100%;
    }

    .no-background span:after {
        left: 100%;
    }

    .page-title {
        font-size: 30px;
    }

    span.screen-reader-text {
        display: none;
    }

    div.css-search.has-search-geo.has-search-term input.em-search-text,
    div.css-search.has-search-geo.has-search-term input.em-search-geo {
        border: 1px solid #ccc;
    }

    .content {
        padding: 0px 15px;
    }

    .featuredimage {
        width: auto;
    }

    .article_link {
        width: 180px;
    }

    #related_posts li a {
        margin-left: 0px;
    }

    #related_posts li {
        margin: 2px;
    }

    .cr-button {
        font-size: 1.2em;
    }

    .about-us-image {
        float: none;
        text-align: center;
        width: auto;
        padding-right: 0px;
    }

    .about-us-section {
        float: none;
        width: auto;
        padding-right: 0px;
    }

    #a {
        order: 2;
    }

    #b {
        order: 1;
    }

    .heading span {
        line-height: 30px;
    }

    .span_1_of_5 img {
        display: none;
    }

    .span_1_of_5 {
        width: 44%;
        margin: 0 3%;
    }

    .columnlink {
        background: #5aa79d;
        width: 100%;
        font-size: 14px;
        position: relative;
        padding: 0 0;
        text-transform: uppercase;
        float: left;
        border-radius: 5px;
        margin: 5px 0px;
    }
    .columnlink h4 {
        background: #5aa79d;
        width: 100%;
        font-size: 14px;
        position: relative;
        padding: 12px;
        text-transform: uppercase;
        float: left;
        border-radius: 5px;
        margin: 5px 0px;
    }
    .columnlink:hover {
        color: #000;
    }

    .subpages .sub-header {
        margin: 0 0 1.5em 0 !important;
        padding-top: 0px;
    }

    .subpages img {
        float: none;
        margin-right: 0px;
        max-width: 100%;
    }

    .three-col {
        width: 100%;
        display: block;
        text-align: center;
    }

    .wp-caption {
        max-width: 100% !important;
    }

    .section {
        clear: none;
    }

    .ft-top h2,
    .ft-top h3 {
        text-align: center !important;
    }

    .tabs-menu li a {
        padding: 0 8px;
        font-size: 15px;
		margin:0 !important;
		
    }
    .tabs-menu li a h3 {
        padding: 0px !important;
        font-size: 14px;
    }
    .tabs-menu li.current {
        border-bottom: 0px;
    }

    .tabs-menu li {
        height: 49px;
        line-height: 49px;
    }

    .fourcol {
        padding: 2px !important;
        float: none;
        width: 100%;
    }

    .tabs-menu {
        margin-left: 0px;
        -webkit-padding-start: 0;
    }

    header {
        padding-top: 60px;
        position: absolute;
    }

    header.smaller {
        height: 120px;
    }

    .content-left-column {
        float: none;
        width: 99%;
        padding-right: 0px;
    }

    .content-right-sidebar {
        float: none;
        width: 99%;
        padding-left: 0px;
    }

    .section:last-child {
        clear: none;
    }

    .group:after {
        clear: none;
    }

    .tab {
        border: 0px;
    }

    .tabs-menu li {
        margin-right: 0px;
    }

    .tab-content {
        padding: 0px;
        border: 1px solid #ccc;
    }

    /*.col {
        margin: 0% 0 0% 0%;
    }*/

    .header,
    .footer {
        padding: 0 0.31em;
    }

    .home-right-sidebar,
    .home-left {
        width: 100%;
        float: none;
        padding: 0px;
    }
}

@media (min-width: 47.9375em) and (max-width: 1040px) {
    .columnlink {
        font-size: 18px;
    }

    .logo img {
        max-width: 130px;
    }

}

/* under ipad size 768px */
@media (max-width: 47.9375em) {
    #cookie-notice {
        z-index: 9999999 !important;
    }

    .featuredimage {
        text-align: center;
        margin: 0 auto;
    }

    .coupons-center {
        text-align: center;
    }

    .events-float-left {
        width: 96%;
        float: none;
    }

    .events-float-right {
        width: 96%;
        float: none;
        text-align: center;
        margin: 10px auto;
    }

    .three-col {
        width: 100%;
        display: block;
        margin-top: 15px;
    }

    .ft-top img.wp-post-image {
        display: none;
    }

    .ft-top .article-thumb {
        display: none;
    }

    .blog-item {
        border-bottom: 2px solid #f0f0f3
    }

    .fourcol {
        padding: 2px !important;
        float: none;
        width: 100%;
    }

    .ft-top h2,
    .ft-top h3 {
        text-align: center !important;
        margin: 10px auto !important;
    }

    .ft-top h4 {
        font-size: 18px;
    }

    .ft-top li {
        line-height: 1.2;
    }

    div.blog-item {
        font-size: 14px;
    }

    .post-prev-img {
        float: none;
    }

    .sidebar-business {
        padding: .625em;
        float: none;
        margin-left: 0%;
        width: 100%;
        padding: 0em;
        overflow-x: hidden;
        border-left: 0px;
    }

    .insta-follow {
        display: contents;
    }

    .sidebar-business #searchform {
        display: none;
    }

    .searchform {
        display: contents;
    }

    .category-button {
        margin: 2px;
    }

    .article-thumb {
        margin: 0 auto;
    }

    .paddingright {
        padding-right: 20px;
    }

    .ft-top h3 {
        font-size: 17pt;
        margin: 0;
    }

    header {
        position: relative;
        padding-top: 45px;
    }

    .tab-content {
        width: 100%;
        padding: 4px 4px 0px 4px;
    }

    .columnlink {
        font-size: 14px;
    }

    .sidebar {
        margin: 0 auto;
        border-radius: .625em;
        border: 1px solid #f0f0f3;
        text-align: center;
    }

    .ft-top-inner {
        text-align: center;
    }

    .threecol {
        margin: 1em auto;
    }

    .logo,
    .headerright {
        float: none;
        text-align: center;
        width: 100%;
    }

    .footerleft,
    .footerright {
        width: 100%;
        text-align: center;
        padding: 1em;
    }

    .oops {
        background: url(images/oops768.jpg) no-repeat right top;
        padding: 10px;
    }

    .oopstext {
        width: 90%;
        font-size: 1.2em;
        line-height: 1.5;
        padding: 20px;
        background: url(images/whtransp.png) repeat;
        color: #000;
    }

    .oopstext li {
        line-height: 1.5;
        list-style-type: none;
        font-weight: bold;
    }

    .oopstext ul {
        padding: 0;
    }
}

/* ipad 768px and up*/
@media (min-width: 48em) {
    .oops {
        background: url(images/oops.jpg) no-repeat right top;
        padding: 80px;
    }

    .oopstext {
        width: 50%;
        font-size: 1.2em;
        line-height: 1.5;
        padding: 40px;
        background: url(images/whtransp.png) repeat;
        color: #000;
    }

    .oopstext li {
        line-height: 1.5;
        list-style-type: none;
        font-weight: bold;
    }

    .oopstext ul {
        padding: 0;
    }

    .logo {
        float: left;
        width: auto;
        margin-top: 25px;
    }

    .nav {
        width: auto;
        float: right;
        position: relative;
        margin-top: 40px;
        display: inline-block;
        clear: right;
    }

    .menu-main-nav-container,
    .menu-fort-myers-container,
    .menu-naples-container,
    .menu-sarasota-container {
        display: inline-block;
        font-weight: normal;
        font-family: Trebuchet MS, sans-serif;
    }

    .screen-reader-text {
        display: none;
    }

    .nav ul.menu {
        width: auto;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        padding: 0;
        text-align: center;
    }

    .nav ul.menu li {
        list-style-type: none;
        position: relative;
        display: inline-block;
        -webkit-margin-after: 0;
    }

    .nav ul.menu li a {
        display: block;
        text-align: center;
        padding: 0 .725em;
        line-height: 2.5em;
        color: #3a3a3a;
        font-size: 18px;
        letter-spacing: .3px;
        text-transform: uppercase;
        font-weight: 300;
        text-decoration: none;
    }

    .nav ul.menu li > a {
        position: relative;
    }

    .nav ul.menu li > a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: red;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    .nav ul.menu li ul li > a:hover:before {
        visibility: hidden;
    }

    .nav ul.menu li > a:hover:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .nav ul.menu li a:hover,
    .nav ul.menu li.current_page_item a {
        color: #222;
    }

    /* second level */

    .nav ul.menu li ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 0;
        margin: 0;
    }

    .nav ul.menu li:hover > ul.sub-menu {
        display: block;
    }

    .nav ul.menu ul li:hover > ul.sub-menu {
        display: block;
        top: 0;
    }

    #nav ul.menu li:last-child a {
        padding-right: 0px;
    }

    ul.sub-menu li.menu-item-has-children > a:after {
        content: ">";
        font-size: 12px;
        speak: none;
        right: 15px;
        position: absolute;
    }

    .nav ul.menu li ul li {
        white-space: nowrap;
        display: block;
    }

    .nav ul.menu li ul li a {
        text-align: left;
        padding: 0 1em;
        background: #fff;
        width: 290px;
        font-size: smaller;
    }

    .nav ul.menu li ul li a:hover {
        background: #f4f4f4;
    }

    .sub-menu {
        padding: 10px 0px !important;
        -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
        background-color: #FFF;
    }

    .nav ul.menu ul ul {
        top: 0;
        left: 100%;
        display: block;
    }

    .nav ul.menu li:hover ul ul {
        display: none;
    }

    .nav ul.menu li ul li:hover > ul.sub-menu .nav ul.menu ul li:hover ul {
        display: block;
    }

    .sidebar {
        float: right;
        margin-left: 1%;
        max-width: 29%;
        width: auto;
        padding: 0.825em;
        border-left: 1px solid #f0f0f3;
    }

    .footerright {
        float: right;
        width: 50%;
        text-align: right;
    }

    .footerleft {
        float: left;
        width: 50%;
    }

    .content-left {
        float: left;
        width: 72%;
        display: block;
        max-width: 830px;
    }

    .footer-wrap {
        padding: 20px 0 40px 0;
    }

    .threecol {
        width: 33%;
        padding: .625em;
        display: inline-block;
    }

    ul.sub-menu .sub-menu {
        padding: 0px !important;
    }

    /*search test*/
    form.search-form {
        display: block;
        position: absolute;
        top: 100%;
        right: 0;
        display: none;
    }

    input.search-field {
        background-color: #fff;
        border: 2px solid #f4f4f4;
        padding: 0 10px;
        cursor: text;
        outline: 0;
        height: 25px;
        width: 145px;
        font-size: 12px;
    }

    .search-submit {
        display: none;
    }

    .srchicon {
        vertical-align: middle;
        border: none;
    }

    .srchicon:hover {
        cursor: pointer;
    }

    /*end test*/
}

@media (min-width:767px) and (max-width:870px) {
    .nav ul.menu li a {
        font-size: 13px;
        padding: 0 .425em;
    }

    .post-prev-img {
        float: none;
    }

    .paddingright {
        padding-right: 20px;
    }

    .article-thumb {
        width: auto;
        height: 100px;
    }

}

@media (min-width:870px) and (max-width:1100px) {
    .nav ul.menu li a {
        font-size: 15px;
        padding: 0 .5em;
    }

    .paddingright {
        padding-right: 20px;
    }

}

@media (min-width: 75em) {}

@media (min-width: 960px) and (max-width: 1070px) {
    .nav {
        font-size: 13px;
    }

    .columnlink {
        font-size: 18px;
    }
}

@media (min-width: 1070px) and (max-width: 1200px) {
    .nav {
        font-size: 14px;
    }
}

@media all and (max-width: 1028px) {
    .three-slideshow-boxes {
        display: none;
    }

    .description-text {
        display: none;
    }

    .span_1_of_5 img {
        max-width: 100%;
    }
}

@media (min-width:768px) and (max-width:940px) {
    .map-links {
        font-size: 12px;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .contained {
        padding: 0 1em;
    }

    .sidebar-business {
        padding: 0 0 0 1em;
        width: 26%;
    }

    .content-left {
        width: 73%;
    }

}

@media (min-width:1200px) and (max-width:1250px) {
    .content-left {
        width: 73%;
    }

    .sidebar-business {
        width: 26%;
    }

}

@media (min-width: 767px) and (max-width: 1100px) {
    .header-mustdo {
        min-height: 120px;
    }

    header {
        height: 120px;
    }
}

@media (min-width:768px) and (max-width:768px) {
    header {
        position: relative;
    }

}
