/*
Theme Name: City of Sylvania
Author: mjp
Description: Starter child theme
Version: 1.0.4
Template: required-foundation
Text Domain: requiredstarter
*/

/*
	Make the template work
*/
/* @import url(../required-foundation/style.css); */

.menuItemDiv {
    display: block;
    text-align: left;
    float: left;
    width: 233px;
}

.menuItemDiv a {
    display: inline-block;
    padding: 8px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #6c6a28;
}

#main-header {
    position: relative;
}

.header-phone-desktop p{
    position: absolute;
    top: 35px;
    right: 10px;
    color: #6c6a28;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 15px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
    .header-phone-desktop{ display: none; }
    .header-phone-mobile{ display: block; }
}

@media screen and (min-width: 767px) and (max-width: 4048px) {
    .header-phone-desktop{ display: block; }
    .header-phone-mobile{ display: none; }
}



.header-phone-mobile p {
    font-size:20px;
    width:100%;
    text-align:center;
    color: #6c6a28;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 20px;
}


h1 {
    font-size: 26px;
    margin-top: 0;
    line-height: 22px;
}

h2 {
    font-size: 24px;
    font-weight: 400;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.page-residents h1 {
    color: #00aaad;
}

.page-businesses h1 {
    color: #e7b220;
}

.page-visitors h1 {
    color: #e94c38;
}

.page-government h1 {
    color: #a6b622;
}

div {
    font-size: none;
}

ul {
    line-height: 1em;
}

/*Sitewide bullet fix*/
li {
    margin-left: 30px;
}

header li {
    margin-left: 0;
}

body.custom-background {

    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    background-size: cover !important;
}

.entry-content a {
    color: #f58220 /*!important*/;
}

.entry-content a:hover {
    color: #bfbe7b /*!important*/;
}

.entry-content p {
    color: #6c6a28 !important;
    font-size: 16px;
}

.entry-content ul {
    color: #6c6a28 !important;
    font-size: 16px;
    line-height: 20px;
    list-style-position: inherit;
}

.entry-header {
    background: url("images/searchicon.png") no-repeat;
    padding-left: 38px;
}

.entry-content h2, h3, h4, h5, h6 {
    color: #6c6a28 !important;
}

.entry-content .wp-caption-text {
    font-size: 14px;
    font-style: italic;
    display: block;
    line-height: 1.1em;
}

/**
 * Imporated Avatar styles start
 */

header:after, header .extra-right:after, header .extra-right > :after, header nav:after, footer:after {
    content: "";
    display: table;
    clear: both;
}

nav ul, header .extra-right .social ul, header .extra-right ul, footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    min-height: 100%;
}

html {
    overflow-y: scroll;
}

body {
    font-family: "Lato", sans-serif;

    -webkit-background-size: cover;
    background-size: cover;
}

.wrapper {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    background: white;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.35);
    padding: 0;

}

.row {
    max-width: 940px;
    width: 100%;
    min-width: 768px;
    margin: 0 auto;
}

.wrapper .content {
    overflow: hidden;
}

a {
    -webkit-transition: background-color ease-in-out .25s, color ease-in-out .25s, border-bottom-color ease-in-out .25s;
    transition: background-color ease-in-out .25s, color ease-in-out .25s, border-bottom-color ease-in-out .25s;
}


/** start header **/

header {
    padding-top: 20px !important;
    margin-bottom: 10px !important;
}

header a.logo {
    display: inline-block;
    width: 167px;
}

header .search {
    display: inline-block;
    width: 100%;
    margin-top: 31px;
}

header .search i {
    color: #6c6a28;
    top: 22px;
    position: relative;
}

header .search .search-box {
    margin-right: 48px;
    margin-left: 28px;
}

header .search .search-submit {
    float: right;
    margin-top: -47px; 
    cursor:pointer;
}

header .search input[type="text"] {
    width: 100%;
    display: block;
    border: 1px solid #c0be7b;
    outline: 0;
    color: #c0be7b;
    -webkit-transition: border-color ease .2s;
    transition: border-color ease .2s;
    height: 32px;
    margin: 0;
    padding-left: 5px;
    border-radius: 0;
    box-shadow: none;
    line-height: 20px;
    font-weight: bold;
}

.required-header #searchform {
    float: right;
    margin-top: 0;
    width: 95%;
}

.fa-lg {
    vertical-align: -45%;
}

header .search input[type="text"]:focus {
    border-color: #6c6a28;
}

header .search input[type="text"]::-webkit-input-placeholder {
    color: #c0be7b;
    font-size: 16px;

}

header .search input[type="text"]:-moz-placeholder {
    color: #c0be7b;
    font-size: 16px;

}

header .search input[type="text"]::-moz-placeholder {
    color: #c0be7b;
    font-size: 16px;

}

header .search input[type="text"]:-ms-input-placeholder {
    color: #c0be7b;
    font-size: 16px;

}

header .search .search-icon {
    /*position: absolute;
    top: 3px;
    right: 0px;   */
    display: block;
    width: 35px;
    height: 23px;
    outline: 0;
    border: 0;
    font-size: 0;
    text-decoration: none;
    text-indent: -9999px;
    background: transparent url('images/searchicon.png') no-repeat !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
    header .search .search-icon {
        background-image: url("images/searchicon@2x.png");
        -webkit-background-size: 70px 46px;
    }
}

header .extra-right {
    float: right;
    margin-top: 57px;

}

header .extra-right .social ul {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

header .extra-right .social li {
    display: inline-block;
    padding-left: 32px;

}

header .extra-right .social li:first-child {
    padding-left: 0;
}

header .extra-right .social a {
    color: #6c6a28;
    font-size: 24px;

}

header .extra-right .social a:hover, header .extra-right .social a:focus {
    color: #a6b622;
}

header .extra-right .weather {
    margin-top: 35px;

}

header .extra-right h6 {
    color: #c0be7b;
    margin: 0;
}

header .extra-right h6, header .extra-right ul, header .extra-right a.calendar {
    text-transform: uppercase;
    font-size: 12px;

}

header .extra-right p {
    float: left;
    color: #6c6a28;
    margin: 0;
    margin: 0;
    font-size: 32px;

}

header .extra-right p i {
    color: #00aaad;
}

header .extra-right ul {
    float: left;
    color: #6c6a28;

}

header .extra-right a.calendar {
    display: block;
    clear: both;
    text-decoration: none;
    color: #c0be7b;
    text-align: center;
}

header .extra-right a.calendar i {
    color: #6c6a28;
    padding: 10px 12px 0 0;

}

/* end header */

/* nav */

header nav {
    float: left;
    margin-top: -16px;

}

header nav a {
    text-decoration: none;
    color: #6c6a28;
    font-size: 20px;
    font-weight: 700;
}

header nav a:hover {
    color: #6c6a28 !important;
}

header nav ul li {
    float: left;
    margin-right: 64px;

}

header nav > ul > li:nth-child(1n) a:after {
    background: url("images/blueleaf.png") no-repeat;
}

header nav > ul > li:nth-child(2n) a:after {
    background: url("images/yellowleaf.png") no-repeat;
}

header nav > ul > li:nth-child(3n) a:after {
    background: url("images/redleaf.png") no-repeat;
}

header nav > ul > li:nth-child(4n) a:after {
    background: url("images/greenleaf.png") no-repeat;
}

header nav > ul > li:nth-child(1n) .flyout {
    border-top-color: #00aaad;
}

header nav > ul > li:nth-child(2n) .flyout {
    border-top-color: #e7b220;
}

header nav > ul > li:nth-child(3n) .flyout {
    border-top-color: #e94c38;
}

header nav > ul > li:nth-child(4n) .flyout {
    border-top-color: #a6b622;
}

header nav > ul > li > a {
    position: relative;
    display: block;
    padding-bottom: 16px;
    padding-right: 2px;
}

header nav > ul > li > a:after {
    position: absolute;
    right: -31px;
    top: -8px;
    width: 30px;
    height: 34px;
    content: "";
    -webkit-transition: -webkit-transform ease .2s;
    transition: transform ease .2s;
    tranisition-delay: .25s;
    -webkit-backface-visibility: hidden;
}

header nav > ul > li > a:hover:after, header nav > ul > li > a.hover:after {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

header nav > ul > li > a:hover + .flyout, header nav > ul > li > a.hover + .flyout {
    left: 0;
    opacity: 1;
}

header nav .flyout {
    opacity: 0;
    position: absolute;
    z-index: 999;
    top: 100%;
    left: -9999px;
    width: 100%;
    border-top: 5px solid;
    background: white;
    -webkit-box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    -webkit-transition: opacity ease .2s;
    transition: opacity ease .2s;
    tranisition-delay: .25s;
    height: 252px;
    line-height: normal;
}

ul.flyout li, .nav-bar li ul li {
    border-left: none;
}

header nav .flyout.show {
    opacity: 1;
}

header nav .flyout .left, header nav .flyout .right,
header nav .flyout .half {
    float: left;
    width: 50%;
}

header nav .flyout .left img, header nav .flyout .right img,
header nav .flyout .half img {
    display: block;
    margin-bottom: 10px;
}

header nav .flyout .left a {
    margin-bottom: 10px;
}

header nav .flyout .right ul {
    margin-top: 24px;

}

header nav .flyout .right ul li {
    margin-bottom: 14px;

}

header nav .flyout .right ul li:last-child {
    margin-bottom: 6px;
}

header nav .flyout a {
    font-weight: bold;
    font-size: 14px;
}

header nav .flyout a:hover {
    color: #f58220 !important;
}

ul.flyout .page-title {
    display: none;
}

ul.flyout li.active, .nav-bar li ul li.active {
    margin-top: 0;
    border-top: none;
    border-left: none;
}

ul.flyout li.active a, .nav-bar li ul li.active a {
    background: none;
    color: #f58220 !important;
}

ul.flyout li a, .nav-bar li ul li a {
    background: none;
    border: none;
    border-width: 0;
    color: #555;
    display: block;
    font-size: 14px;
    height: auto;
    line-height: 1;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    clear: both;
    display: inline-block;
}

ul.flyout li a:hover {
    background: none;
}

.col1-thumb, .col2-thumb, .has-image {
    width: 235px;
    margin: 0;
    padding: 0 !important;
}

.col1-thumb a, .col2-thumb a, .has-image a {
    padding: 0 !important;
    cursor: default;
}

/* flyout columns */
ul.flyout {
    columns: 4;
    -moz-columns: 4;
    -webkit-columns: 4;

}

ul.flyout li {
    padding: 12px 12px 6px 12px;
    text-align: left;
    margin-right: 0;
    width: 235px;
}

.col1-thumb a, .col2-thumb a {
    cursor: default;
}


/* end nav */


/* start homepage */
.call-to-action div:after {
    content: "";
    display: table;
    clear: both;
}

.call-to-action div {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slider {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 405px;
    margin-bottom: 30px;

}

.slider nav {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    background: rgba(46, 53, 3, 0.8);
    text-align: center;
    font-size: 18px;
    opacity: .90;
    width: 230px;
}

.slider nav ul {
    width: 100%;
    margin: 0 auto 0;
    float: none !important;
}

.slider nav li {
    border-bottom: 1px solid #a6b622;
    float: none !important;
    margin-left: 0 !important;
}

.slider nav .slick-active {
    background: url("images/nav-active.png");
    position: relative;
}

.slider nav li:first-child a {
    /*padding-top: 0;*/
}

.slider nav li:last-child {
    border-bottom: 0;
}

.slider nav a {
    display: block;
    color: white;
    padding: 21px 0;
    font-size: 1.2em;
    cursor: pointer;
}

.slider nav a:hover, .slider nav a:focus {
    /*color: #a6b622;*/
}

.slider .slide {
    position: relative;
}

.slider .caption {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #a6b622;
    color: white;
    padding: 9px 16px 9px 16px;
    opacity: .90;
    min-height: 62px;
}

.slider .caption p {
    margin: 0;
    line-height: 1.4;
    font-size: 16px !important;
}

.slider .caption strong, .slider .caption a {
    color: #2e3503;
    text-decoration: none;
}

.call-to-action {
    position: relative;
    background: #a6b622;
    margin-top: 45px;

}

.call-to-action li {
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 1px;
    width: 233px;
    height: 175px;

}

.call-to-action a {
    display: block;
    text-decoration: none;
}

.call-to-action a:hover span, .call-to-action a:focus span {
    background: #2e3503;
}

.call-to-action img {
    height: 175px;
}

.call-to-action span {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #c0be7b;
    line-height: 1;
    background: #2e3503;
    background: rgba(46, 53, 3, 0.8);
    height: 60px;
    padding: 13px 20px;
    font-size: 16px;
    -webkit-transition: background ease .2s;
    transition: background ease .2s;
}

.call-to-action span strong {
    color: white;
}

.call-to-action button {
    position: absolute;
    top: 35%;
    display: block;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    color: #c0be7b;
    background: #2e3503;
    background: rgba(46, 53, 3, 0.8);
    font-size: 24px;
    width: 35px;
    height: 35px;

}

.call-to-action .slick-next {
    right: 0;
}

.call-to-action .slick-prev {
    left: 0;
}

.call-to-action button:hover, .call-to-action button:focus {
    background: #2e3503;
}

.call-to-action p {
    line-height: 1.1em;
}

/*start sidenav */
.wrapper #content {
    /* overflow: hidden; */
}

#side-nav {
    float: left;
    min-height: 800px;
    /*
  margin-bottom: -99999px;
    padding-bottom: 99999px;
  */
}

ul.side-nav {
    padding-left: 15px;

}

ul.side-nav li a, ul.side-nav li.current_page_item a {
    color: #ffffff;
}

ul.side-nav li.current_page_item a {
    text-decoration: underline;
}

ul.side-nav li.page_item_has_children > a:after {
    content: ' [+]';
    display: inline;
}

ul.side-nav li.current_page_item .children a:after,
ul.side-nav li.current_page_ancestor a:after,
ul.side-nav li.current_page_item a:after {
    display: none;
}

.page-residents #side-nav {
    background-color: #00aaad;
}

.page-businesses #side-nav {
    background-color: #e7b220;
}

.page-visitors #side-nav {
    background-color: #e94c38;
}

.page-government #side-nav, .page-terms-and-conditions #side-nav {
    background-color: #a6b622;
}

/*search by department nav */

#side-nav .departments-nav, #side-nav .departments-nav ul {
    list-style: none;
    width: 84%;
    margin-left: 17px;
}

#side-nav .departments-nav .departments-nav-button {
    border-bottom: 1px solid #6c6a28;
    background: #ffffff url("images/dropdown-arrow.jpg") no-repeat;
    background-position: 155px 6px;
    text-align: left;
    padding-left: 8px;
    cursor: pointer;
    color: #6c6a28;
}

#side-nav .departments-nav li {
    background-color: #ffffff;
    border: 1px solid #6c6a28;
    text-align: left;
    padding: 4px 8px;
    border-bottom: none;
    cursor: pointer;
    margin-left: 0;
}

#side-nav .departments-nav a {
    color: #6c6a28;
    cursor: pointer;
}

#side-nav .departments-nav a:hover {
    color: #f58220;
}

#side-nav .departments-nav ul {
    display: none;
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #6c6a28;
}


ul.side-nav li.current_page_item .children a {
    font-weight: normal;
    text-decoration: none;
    margin-top: 5px;
}

.children {
    display: none;
}

.active .children, .current_page_parent .children, .current_page_ancestor .children {
    display: block;
}

.recaptchatable, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th {
    min-width: 0;
}

label {
    color: #6C6A28;
}

/* start footer */
footer {
    clear: both;
    border-top: 1px solid #c0be7b;
    margin-top: 25px;

    padding: 20px 0;

}

footer a, footer a:visited,
footer .textwidget {
    text-decoration: none;
    color: #f58220;
    font-size: 14px;
    line-height: 1.4em;
}

footer .col aside .textwidget {
    margin-left: 30px;
}

footer a:hover, footer a:focus {
    color: #bfbe7b;
}

footer nav ul li {
    float: none !important;
}

/* end footer */

/* foundation overrites */

.columns {
    padding: 0;
}

.two, .row .two {
    width: 24.5%;
}

.pull-ten {
    right: 73.8%;
}

.ten, .row .ten {
    width: 73.75%;
}

.push-two {
    left: 26.25%;
}

#content .entry-header {
    padding-top: 0 !important;
}

form {
    margin: 0;
}

table tbody tr td {
    min-width: 110px;
}

/* breadcrumbs */

#breadcrumbs {
    color: #c0be7b;
}

#breadcrumbs a {
    color: #c0be7b;
}

#breadcrumbs a:hover {
    color: #f68c3c;
}

#breadcrumbs .breadcrumb_last {
    color: #6c6a28;
}


/* weather widget */

.wp-forecast-fc-left {
    display: none;
}

.wp-forecast-fc-head {
    float: left;
}

div.wp-forecast-curr {
    padding: 0;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    width: 225px;
}

div.wp-forecast-curr-head {
    padding: 0;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    width: 60px;
    float: left;
}

.wp-forecast-curr-head .name {
    font-size: 9px;
}

.wp-forecast-curr-head .temp {
    font-size: 24px;
    font-weight: 700;
    margin-top: 8px;
}

div.wp-forecast-fc-block {
    padding: 0;
}

div.wp-forecast-fc-right {
    width: auto;
    padding: 0;
}

div.wp-forecast-fc-right div {
    font-size: 11px !important;
}

div.wp-forecast-curr-left {
    padding: 0;
    float: none;
    margin-top: 2px;
}

div.wp-forecast-curr-block {
    padding: 0px;
    float: left;
    margin-left: 3px;
}

div.wp-forecast-curr-right {
    font-size: 9px;
    font-weight: normal;
    font-variant: small-caps;
    text-align: left;
    padding: 0px;
    float: left;
    margin-bottom: 2px;
    width: 60px;
}

div.wp-forecast-fc, div.wp-forecast-fc-head {
    padding: 0;

}

div.wp-forecast-fc {
    margin-left: 8px;
    font-weight: bold;
    width: 90px;
}

div.wp-forecast-fc-head {
    margin-right: 4px;
}

/** calendar styles **/
#tribe-events-pg-template a, #tribe-events-pg-template span, #tribe-events-pg-template p {
    color: #6c6a28;
}

.tribe-events-button, #tribe-events .tribe-events-button {
    background-color: #a6b622;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
    background-color: #a6b622;
}

.tribe-bar-views-inner, #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a, #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover {
    background-color: #dbe39b;
}

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] {
    background-color: #6c6a28;
}

.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] {
    background-color: #dbe39b;
}

.tribe-events-calendar div[id*="tribe-events-daynum-"] {
    background-color: #c0ca68;
}

.tribe-events-calendar thead th {
    background-color: #a6b622;
    border-left: 1px solid #a6b622;
    border-right: 1px solid #a6b622;
}

.tribe-events-notices {
    background: #f5f5f5;
    border: 1px solid #cccccc;
    color: #999999;
}

/** start mobile **/

/** shift nav overites */
#shiftnav-toggle-main {
    background: rgba(46, 53, 3, 0.8) !important;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target {
    background-color: #4f5710 !important;
}

ul.shiftnav-menu .col1-thumb {
    display: none;
}

ul.page-list .children {
    display: block;
    margin-left: 0;
}

.col1-thumb, .col2-thumb, .has-image {
    position: absolute;
    top: 0;
    left: 0;
}

.col1-thumb span, .col2-thumb span {
    display: none;
}

.col1-thumb img, .col2-thumb img {
    width: 235px;
    height: 235px;
}

header nav .flyout {
    padding-left: 255px;
    height: 240px;
    width: auto;
    box-sizing: border-box;
}


.menu-item-container {
    height: 151px;
}

header nav .flyout h2 {
    margin-bottom: 22px;
    font-weight: bold;
    font-size: 18px;
}

header nav .flyout a {
    padding: 0 10px 20px 0;

    float: none;
    display: inline;
}

.menuItemDiv {
    display: inline-block;
    margin: 0 30px 6px 0;
}

header nav .flyout {
    padding-top: 12px;
}


.row .row {
    width: 100%;
    margin: 0 auto;
}


@media only screen
and (max-width: 767px) {
    /*640px) {*/
    /*and (min-width : 320px)*/
    .wrapper {
        width: 100%;
        max-width: 480px;
        min-width: 320px;
        padding: 0 15px;
        overflow: hidden;
    }


    .row {
        width: auto;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }

    header .search {
        position: relative;
        top: -15px;
        display: block;
        width: 100%;
        margin: 0 0 18px 0;
    }

    header a.logo {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
    }

    header .logo img {
        position: relative;
        top: -10px;
        width: 167px;
        margin: 0 auto 0;
        display: block;
    }

    /*    header .search input[type="text"] {
            width: 84%;
            margin-top: -5px;
            margin-left: 8px;
        }
        header .search .search-icon {
            position: absolute;
            top: 0px;
            right: 0px;
            display: block;
            width: 35px;
        }    */
    header nav {
        float: left;
        padding-top: 12px;
        width: 100%;
        text-align: center;
        margin-top: 0;
    }

    header nav ul li {
        float: none;
        margin-right: 0px;
        border-bottom: 1px #a6b622 solid;
        margin-bottom: 12px;
    }

    header .mobile-nav-toggle-button {
        text-align: center;
        display: block;
        margin-top: 10px;
        border-top: 1px solid #a6b622;
        border-bottom: 1px solid #a6b622;
        padding: 10px 0;
    }

    header .mobile-nav-toggle-button:after {
        display: inline;
        content: '[+]';
    }

    header .mobile-nav-toggle-button.active:after {
        content: '[-]';
    }

    header nav#mobile-nav-menu {
        display: none;
    }

    header nav a, header .mobile-nav-toggle-button {
        text-decoration: none;
        color: #a6b622;
        font-size: 23px;
        font-weight: 700;
    }

    header .social {
        position: relative;
        width: 150px;
        margin: 0 auto 0;

    }

    header .social ul {
        /*        position: absolute;*/

        top: 10px;
    }

    header .extra-right a.calendar {
        position: relative;
        margin-bottom: 10px;
        width: 225px;
        display: block;
        margin: 0px auto 0;
    }

    header .extra-right a.calendar i {
        color: #6c6a28;
        padding: 2px 5px 0 0;
        font-size: 2em;
    }

    header .extra-right {
        float: none;
        margin-top: 0;
        margin-bottom: 20px;
    }

    header nav ul li {
        float: none;
        margin-right: 0px;

    }

    .call-to-action span {
        display: block;
        position: relative;
        width: 100%;
        color: #c0be7b;
        line-height: 1;
        background: #2e3503;
        background: rgba(46, 53, 3, 0.8);
        height: 60px;
        padding: 13px 20px;
        font-size: 16px;
    }

    .call-to-action img {
        height: auto;
        width: 100%;
    }

    .push-two {
        left: 0;
    }

    footer .col {
        float: left;
        width: 45%;
        margin-right: 5px;
    }

    footer .copyright {
        float: left;
        clear: both;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .call-to-action {
        margin-top: 10px;
    }

    .slider, .weather, header nav .flyout, #side-nav {
        display: none;
    }

    header nav > ul > li:nth-child(1n) a:after, header nav > ul > li:nth-child(2n) a:after, header nav > ul > li:nth-child(3n) a:after, header nav > ul > li:nth-child(4n) a:after {
        background: none !important;

    }

    html.touch header nav .flyout {
        display: none;
    }


}


@media only screen
and (min-width: 768px)
and (max-width: 1024px) {

    .row {
        padding: 0 10px;
        min-width: inherit;
    }

    .row .row {
        padding: inherit;
    }

    header nav a {
        font-size: 18px;
    }

    header nav ul li {
        margin-right: 50px;
    }

    header nav > ul > li:nth-child(1n) a:after {
        background-image: url("images/blueleaf@2x.png");
        -webkit-background-size: 30px 25px;
        background-size: 30px 25px;
    }

    header nav > ul > li:nth-child(2n) a:after {
        background-image: url("images/yellowleaf@2x.png");
        -webkit-background-size: 30px 25px;
        background-size: 30px 25px;
    }

    header nav > ul > li:nth-child(3n) a:after {
        background-image: url("images/redleaf@2x.png");
        -webkit-background-size: 30px 25px;
        background-size: 30px 25px;
    }

    header nav > ul > li:nth-child(4n) a:after {
        background-image: url("images/greenleaf@2x.png");
        -webkit-background-size: 30px 25px;
        background-size: 30px 25px;
    }

    .slider nav a {
        padding: 20px 0;
    }

    html.touch header nav .flyout {
        display: none;
    }

}

/*@media only screen and (max-width : 1024px) and (orientation : landscape) {
	header nav {
		float: left;
		margin-top: 0px;
		}

	header nav .flyout {
  		top: 178px;
  	}
}

@media only screen and (min-width : 768px) and (orientation : portrait) {
	.wrapper {
	padding: 0;
	}
	header nav {
		margin-top: 0px;
		margin-left: 10px;
	}
	header .extra-right {
		float: right;
		width: 250px;
	}
	header nav a {
		font-size: 16px;
	}

	header nav ul li {
		float: left;
		margin-right: 45px;
	}

	header nav .flyout {
	  top: 178px;
	}
	.breadcrumbs {
		margin-left: 10px;
	}
	div.wp-forecast-fc {
		margin-left: 8px;
		font-weight: bold;
		width: 80px;
	}
	header a.logo {
		display: inline-block;
		width: 167px;
		margin-left: 10px;
	}
	.slider nav a {
		padding: 15px 0;
	}
	.slider .caption {
		position: absolute;
		z-index: 10;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #a6b622;
		color: white;
		padding: 9px 16px 9px 16px;
		opacity: .90;
		min-height: 62px;

	}
	.slider nav .slick-active {
		background: #a6b622 url("images/nav-active.png") no-repeat;
		position: relative;
		-webkit-background-size: contain;
	}
	.slider {
		position: relative;
		z-index: 1;
		overflow: hidden;
		height: auto;
	}
	.slick-slider {
		margin-bottom: 30px;
	}
	.entry-content {
		padding-right: 10px;
	}
}      */


/*@media only screen and (min-width: 640px) and (max-width: 1024px) and (orientation: landscape) {
    header nav {
        display: none;
    }
}    */

/*@media only screen
and (min-width : 641px)
and (max-width : 1024px)  {

    header nav > ul > li > a {display:none}
    header nav ul li { height 16px;}
}*/


/** Responsive Tables ***/
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive > table {
        margin-bottom: 0;
    }

    .table-responsive > table > thead > tr > th,
    .table-responsive > table > tbody > tr > th,
    .table-responsive > table > tfoot > tr > th,
    .table-responsive > table > thead > tr > td,
    .table-responsive > table > tbody > tr > td,
    .table-responsive > table > tfoot > tr > td {
        white-space: nowrap;
    }

}

footer .col {
    float: left;
    width: 25%;
}

.entry-content div.wp-caption:first-child {
    width: 100% !important;
}

.col-60 {
    width: 58%;
    margin-right: 3%;
    float: left;
}

.col-40 {
    width: 38%;
    float: right;
}

.col-1-3 {
    width: 31%;
    margin-right: 2%;
    float: left;
}

@media screen and (max-width: 767px) {

    .col-60, .col-40, .col-1-3 {
        float: none;
        width: 100%;
        padding: 20px;
        margin: 0;
    }
}
