/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/**
    Events and Adventures LAYOUT ===============================================
*/
.social-menu{
    display:none;
}
.menu-button{
    display:none!important;
}
.wrap{
    width:1128px;
    margin-left:auto;
    margin-right:auto;
    float:none;
    display:block;
}
.clr{
    clear:both;
}
.test{
    background: #f60;
    min-height: 20px;
    border: 1px solid #000;
}
body{
    font-family:"freight-sans-pro", "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size:14px;
    background:#fff;
    color:#626262;
}
body a{
    color: #4a4a4a;
    text-decoration:none;
}
body a:hover{
    color:#F16F3F;
}
#page{
    width:100%;
    background:#fff;
}
header .header-main{
    width: 1128px;
    margin: 0 auto;
}
header.site-header{
    /*position: fixed;
    top: 0;*/
    max-height: 155px;
    background: #fff;
    /*transition: height 1s, all 0.3s;*/
    z-index: 100;
    width: 100%;
    left: 0;
    right: 0;
}
.page-template-page-templatesmain-page-php header.site-header{
    border:0;
}
header.site-header.scrolled{
    max-height:125px;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, .3) !important;
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, .3) !important;
    box-shadow: 0 3px 5px rgba(57, 63, 72, .3) !important;
}
.page-template-page-templatesmain-page-php .site-main{
    padding: 16px 86px 40px;
}
nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
nav ul li{
    display:inline-block;
    line-height: 53px;
    position:relative;
}

#menu-main, #secondary-navigation{
    padding-top:1px;
}
#menu-main a, #secondary-navigation a{
    color:#4a4a4a;
    font-weight:900;
    font-style:normal;
    padding:15px 13px 11px 0;
    font-size: 17px;
    letter-spacing: 0px;
    text-transform: uppercase;
    transition: color 0.3s;

}
#menu-main a:hover, #secondary-navigation a:hover{
    color:#F16F3F;
}
#menu-main > li.menu-item-has-children > a{
    background-image:url(images/thsm.png);
    background-repeat:no-repeat;
    background-position: 93% center;
}
#menu-main .sub-menu > li.menu-item-has-children > a{
    background-image:url(images/smhsm.png);
    background-repeat:no-repeat;
    background-position: 93% center;
}
#menu-main li.menu-item-has-children li.menu-item-has-children > ul{
    left: 100%;
    top: 0px;
    z-index: 99999;
    border:1px solid #eee;
}
#menu-main > li.menu-item-has-children:hover > ul,
#menu-main li.menu-item-has-children li.menu-item-has-children:hover > ul{
    display:block;
    opacity:1;
}
#menu-main > li.menu-item-has-children > li.menu-item-has-children{
    position:absolute;
    left:150%;
    top:0;
    z-index:99998;
}
#menu-main .sub-menu{
    opacity:0;
    position:absolute;
    left:0;
    width:211px;
    background:#fff !important;
    z-index:999;
    border:1px solid #eee;
    transition: all 0.3s;
    display:none;
}
#menu-main .sub-menu li {
    display:block;
    width:100%;
}
#menu-main .sub-menu li a{
    display:block;
    line-height:17px !important;
    width:80%;
    padding:10px 24px 15px;
}
h1.site-title, .h1.site-title, .h1-top.site-title{
    text-indent:-999999px;
    margin:14px 0 0;
}
.h1.site-title a{
    width:250px;
    margin-top:35px;
    height:58px;
}
h1.site-title a, .h1.site-title a, .h1-top.site-title a{
    width:442px;
    height:79px;
    background:url(images/events-and-adventures-logo.png) center top no-repeat;
    margin-left:0;
    display:block;
    margin-top:-16px;
    background-size:contain;
    transition:all 0.3s;
}
header.scrolled h1.site-title a, header.scrolled .h1-top.site-title a{
    width:330px;
}
.quickContact{
    float: right;
    width: 15%;
    text-align: right;
}
.quickContact .phone{
    line-height: 112px;
    font-size: 1.5em;
    font-weight: 900;
    color: #F16F3F;
    transition:font-size 0.3s;
}
.scrolled .quickContact .phone{
    font-size:1.7em;
}
.quickContact .icons{
    margin-top:15px;
}
.icons a{
    transition: opacity 0.3s;

}
.quickContact .icons a{
    margin-left:26px;
}
.icons .fb{
    color:#305891;
}
.icons .tw{
    color:#2ca8d2;
}
.icons .gp{
    color:#da573b;
}
.icons a:hover{
    opacity:0.7;
}
.phone_tap{
display:none;
}
.pre_footer{
    margin-top: 9em!important;
    font-size: 1em;
    margin-bottom: 3em;
}
.pre_footer .icons{
    text-align:center;
}
.pre_footer .icons a{
    margin:0 10px;
}

footer{
    border-top: 1px solid #7e7e7e;
    margin-top: 46px;
    padding-top: 10px;
}
footer .quickContact .phone{
    line-height: 46px;
    font-size: 1.2em;
}
footer .company{
    color:#aeaeae;
}
h1.page-title{
    width: 100%;
    padding: 36px 86px;
    margin: 0px 0 0px -86px;
    text-align: left;
    background: #fff;
    font-size: 40px;
    color: #000;
    background:#F8F7F6;
    border-top:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
}


/** 
    Main page template =========================
*/
.main-subtitle{
    bottom: 44px;
    color: #FFFFFF;
    font-size: 4em;
    line-height: 0.8em;
    margin: 0;
    position: absolute;
    right: 0;
    text-shadow: 1px 3px 7px #000000;
    width: 65%;
    z-index: 85;

}
.hero-container{
    position:relative;
}
#main-page-hero{
    width:100%;
    position:relative;
    z-index:80;
}
.page-template-page-templatesmain-page-php .entry-content{
    font-size:22px;
    line-height:28px;
}
.page-template-page-templatesmain-page-php h2{
    font-size: 1.7em;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 39px;
    margin: 0.8em 0 -5px;
    word-spacing: 0px;


}
.page-template-page-templatesmain-page-php .row{
    margin-top:-10px;
}
.entry-content strong, .location-page .description strong{
    color:#F16F3F;
    font-style:italic;
}

#text-2.form-sidebar, #text-6.form-sidebar, #text-9.form-sidebar{
    background: none repeat scroll 0 0 #F16F3F;
    border-radius: 11px;
    color: #FFFFFF;
    margin-top: -330px;
    position: relative;
    text-align: center;
    z-index: 90;
    min-height:360px;
}
#text-2.form-sidebar h2, #text-6.form-sidebar h2, #text-9.form-sidebar h2{
    font-size: 3.6em;
    font-style: normal;
    margin: 0;
    padding: 20px 0;
    letter-spacing:-1px;
}
#text-2.form-sidebar .subtitle, #text-6.form-sidebar .subtitle, #text-9.form-sidebar .subtitle{
    background: none repeat scroll 0 0 #F5916E;
    display: block;
    font-size: 2.1em;
    font-weight: 400;
    letter-spacing: -1px;
    padding: 11px 18px;
    line-height: 31px;
}
#text-2.form-sidebar .readme, #text-6.form-sidebar .readme, #text-9.form-sidebar .readme{
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: 100;
    line-height: 19px;
    padding: 15px 25px;
    text-align: justify;
    letter-spacing: 0px;
    word-spacing: -2px;
}
.form-sidebar .apply-form{
    padding:10px 25px 0;
}
.gform_fields{
    list-style:none;
    padding:0;
    margin:0;
}
.gform_fields .large{
    width:95%;
}
.gform_fields input, .gform_fields select{
    font-family: arial;
    padding: 6px 3px;
    border-radius: 3px;
    border: 1px solid #fff;
    box-shadow: 1px 1px 5px 0px #999 inset;
}
.gform_fields input{
    width:44.5%;
    display:inline-block;
    margin:0 1px 6px;

}
.gform_footer{
    text-align:right;
}
.gform_footer .button{
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #FFFFFF),
        color-stop(1, #D4D4D4)
        );
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #D4D4D4 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #D4D4D4 100%);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #D4D4D4 100%);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #D4D4D4 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #D4D4D4 100%);
    border: 0;
    border-radius: 10px;
    padding: 4px 22px;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 500;
    margin: 19px 0 -4px;
    color: #666;
    display:inline;
}
.gform_footer .button:hover{
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #FFFFFF),
        color-stop(1, #bbbbbb)
        );
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #bbbbbb 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #bbbbbb 100%);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #bbbbbb 100%);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #bbbbbb 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #bbbbbb 100%);

}
.gform_body{
    max-width:850px;
    margin:0 auto;
}
.validation_error{
    padding: 10px 16px;
    background: #F5916E;
    margin: 11px 0;
    font-size: 16px;
    border-radius: 7px;
}
.gfield_error{
    border:none;
}
#text-3{
    margin-top:30px;
    min-height:auto;
    background:none;
    border-radius:0;
    color:#000;
}
.top-content{
    margin-bottom:20px;
}
.middle-top-sidebar{
    background: #F8F7F6;
    width: 100%;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    padding: 50px 86px;
    margin: 40px 0 10px -86px;
}
.middle-top-sidebar .row{
    float:none;
}
.widget_text .quote{
    font-size: 24px;
    color: rgb( 241, 110, 66 );
    font-style: italic;
    line-height: 1em;
    text-align: left;
}
.widget_text .event, .widget_text .author{
    color:#000;
    font-size:14px;
    display:block;
}
.widget_text .author{
    font-weight:bold;
    margin-top:16px;
}
.widget_text .event{
    font-size: 1.24em;
    line-height: 1.7em;
}
#gform_1:first-child{
    display:none;
}
.widget_tekserve_single_post_widget img{
    width:352px;
}
.widget_tekserve_single_post_widget .img-cont{
    max-height:125px;
    overflow:hidden;
}
.page-template-page-templatesmain-page-php .widget h3{
    font-size: 1.7em;
    margin: 0.4em 0;
}
.page-template-page-templatesmain-page-php .widget .excerpt{
    font-size: 1.2em;
    letter-spacing: 0px;
    word-spacing: -1px;
}
.gallery-bar, .sidebar-bottom{
    padding:60px 0;
}
.sidebar-bottom .widget h3, .sidebar-location .widget h3{
    font-style:italic;
    font-size:1.7em;
    margin:0;
}
.main-page-sidebar .widget_nav_menu{
    text-align:center;
}
.main-page-sidebar .widget_nav_menu ul{
    list-style:none;
    font-size:1.3em;
    padding:0;
}
.main-page-sidebar .widget_nav_menu ul li{
    line-height:1.2em;
}
.main-page-sidebar .meta{
    font-size: 1.2em;
    font-weight: 500;
    margin-top:4px;
    margin-bottom:12px;
}
.main-page-sidebar .continue{
    font-size: 1.3em;
    margin-top: 13px;
    text-transform: uppercase;
}
.main-page-sidebar .continue a{
    color:#F16F3F;
}
.main-page-sidebar .continue a:hover{
    color:#000;
}
.btn{
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #FF925B),
        color-stop(0.53, #F17041)
        );
    background-image: -o-linear-gradient(bottom, #FF925B 0%, #F17041 53%);
    background-image: -moz-linear-gradient(bottom, #FF925B 0%, #F17041 53%);
    background-image: -webkit-linear-gradient(bottom, #FF925B 0%, #F17041 53%);
    background-image: -ms-linear-gradient(bottom, #FF925B 0%, #F17041 53%);
    background-image: linear-gradient(to bottom, #FF925B 0%, #F17041 53%);
    color:#ddd;
    font-size: 1.7em;
    font-weight: 500;
    padding: 2px 18px;
    line-height: 1.7em;
    text-align: center;
    margin: 0 auto;
    min-width: 310px;
    display: block;
    border-radius: 12px;
    transition:all 0.3s;
    width:29%;
}
.btn:hover{
    color:#fff;
    box-shadow:1px 1px 8px -2px #000;
}
.gallery .photo a img{
    opacity:1;
    transition:opacity 0.3s;
    width:235px;
    height:235px;
}
.page-template-page-templatesmain-page-php .gallery .photo a img{
    width:200px;
    height:200px;
}
.gallery .photo a img:hover{
    opacity:0.75;
}
footer .h1.site-title a{
    width:285px;
}
.wp-caption{
    width:100%!important;
}
.wp-caption-text{
    text-transform: uppercase;
    font-size: 0.7em;
    margin: 1px 0;

}
.videoEmbed{
    position:relative;
    display:block;
}
.videoEmbed img{
    max-width:100%;
}
.videoEmbed.notPlaying:after{
    position:absolute;
    width:48px;
    height:48px;
    background:url(https://activitiesdenver.com/wp-content/uploads/2013/12/icon-video-48-light-solid1.png) center center no-repeat;
    top:50%;
    left:50%;
    margin-top:-24px;
    margin-left:-24px;
    content: ' '
}
.videoEmbed.notPlaying:hover:after{
    opacity:0.7;
}
.widget_tekserve_single_post_widget .excerpt a{
    color:#F16F3F;
    text-decoration:underline;
}
.widget_tekserve_single_post_widget .excerpt a:hover{
    color:#F16F3F;
    text-decoration:none;
}

/** 
    Default page template =========================
*/
.site-main{
    margin-top: 0px;
    padding: 35px 86px;
}
.page-title{
    padding: 70px 86px 50px;
    margin: 24px 0 0px -86px; 
}
.page-default #content img{
    max-width:100%;
    height:auto;
}
.page-default #content{
    font-size: 19px;
    font-weight: normal;
}
.page-default #content p{
    margin: 20px 0;
}
.page-default #content h2{
    font-size:1.3em;
}
.align_center{
    text-align:center;
}
.align_left{
    text-align:left;
}
.align_right{
    text-align:right;
}

/** 
    Location page template =========================
*/
#text-6.form-sidebar{
    margin-top:0;
}
#text-6.form-sidebar h2, #text-9.form-sidebar h2{
    padding: 5px 0;
}
.hero-location{
    background-repeat: no-repeat;
    background-position:94% center;
}
.widget_col{
    min-width:33.3333333333%;
}
.content-area .content{
    margin-top:2em;
}
.sidebar-location .widget h3{
    font-style:normal;
}
.sidebar-location .widget{
    margin-bottom: 25px;
}
.sidebar-location-bottom .widget_nav_menu h3{
    font-size:2em;
    font-style:italic;
    margin:10px 0;
}
.sidebar-location-bottom .widget_nav_menu ul{
    list-style:none;
    padding:0;
    margin:0;
}
.sidebar-location-bottom .widget_nav_menu ul li{
    display:inline-block;
    font-size:1.2em;
}
.sidebar-location-bottom .widget_nav_menu ul li:after{
    content: ',';
    width: 8px;
    display: inline-block;
}
.sidebar-location-bottom .widget_nav_menu ul li:last-child:after{
    content:'';
}
.cta_cont{
    margin:20px 0;
}
.cta_cont a{
    margin:60px 0 0;
}
.location-gallery .photo{
    display: inline-block;
    margin: 0 2.8% 10px 0;
    width:31%;
}
.location-gallery .photo a img{
    width:100%;
    height:auto;
}
.location-subtitle{
    font-size: 2.8em;
    line-height: 1em;
    font-style: italic;
    font-weight: 900;
    margin-top: 0;
    margin-bottom:0;
}
.location-page .description{
    font-size: 22px;
    line-height: 28px;
}
.location-page .description strong{
    font-weight:bold;
}
.location-page .widget .excerpt{
    font-size: 17px;
    font-weight: 500;
}
.testimonial-block .testimonial{
    margin-bottom: 40px;
}
.photo:nth-child(3n){
    margin-right:0;
}


/**
    Wide column =======================================
*/
.page-wide-column .content-area .row{
    margin-top:50px;
}
.template-column .widget{
    text-align:center;
    font-size:20px;
}
.template-column .widget h2, .template-column .widget h3{
    margin:3px 0;
}
.template-content{
    font-size:16px;
}
.template-content h2:first-child{
    margin-top:0;
}
.page-wide-column img{
    max-width:100%;
    height:auto;
}
.side-gallery{
    padding-top:50px;
}
.side-gallery .photo{
    margin:0 0 -4px;
}
.page-template-page-templateswide-column-php .row_page{
    padding-top:4em;
}

/**
    Locations page ===================
*/

.city-thumb{
    display: inline-block;
    width: 23%;
    margin:0 2% 20px 0;
}
.city-thumb:nth-child(4n){
    margin-right:0;
}
.city-thumb .photo{
    width:100%;
    height:140px;
    display:block;
    background-size: cover;
}
.city-thumb .photo strong{
    color: #fff;
    font-weight: bold;
    font-size: 1.4em;
    margin: 0.4em 0.8em;
    position: absolute;
    text-shadow: 1px 2px 2px #000;
}

/**
    Blog ===================
*/
.blog #content .entry-header .entry-title{
    font-size:3em;
}
.blog .entry-content, .single .entry-content, .archive .entry-content{
    font-size:22px!important;
}
.entry-meta{
    color:#cfcfcf;
}.post-format{	display:none !important;}.byline{	display:none !important;	}
.entry-meta .fa{
    font-size:12px;
    margin-right:5px;
}
.entry-meta .date{
    font-size: 1.2em;
    margin-top: -14px;
    display: block;
}
.comments-link, .cat-links, .tag-links{
    display:block;
}
.comments-link a, .cat-links a, .tag-links a{
    color:#cfcfcf;
}
footer{
    border-top:1px solid #cfcfcf;
}
.tag-links a:after{
    content: ', '; 
}
.tag-links a:last-child:after{
    content: '';
}
.blog .attachment-blog-thumb, .single .attachment-blog-thumb, .archive .attachment-blog-thumb{
    float: left;
    margin: 0 1.5em 1.1em 0;
}
.screen-reader-text{
    display:none;
}
.single .nav-links a{
    display:block;
    font-size: 18px;
    font-weight: bold;
    max-width:45%;
}
.single .nav-links a:first-child{
    float:left;
}

.single .nav-links a:first-child:before{
    content: '<';
    margin-right:5px;
}
.single .nav-links a:last-child:after{
    content: '>';
    margin-left:5px;
}
.single .nav-links a:last-child{
    float:right;
    text-align:right;
}
.single .nav-links a .meta-nav{
    display:none;
}
.single .post-navigation{
    margin:20px 0 100px;
}
.paging-navigation{
    margin-top: 10px;
    width: 100%;
    text-align: center;
    font-size: 2em;
}
.paging-navigation .page-numbers{
    padding: 1px 13px;
}
.paging-navigation .page-numbers.current{
    background: #F16F3F;
    color: #fff;
}
/**
    Gallery slider
*/
.flexslider{
    width: 700px;
    margin: 0 auto;
}
.page-template-page-templatesgallery-slide-php .row_page{
    margin-top:42px;
}
.page-template-page-templatesnarrow-column-php .site-content {
    margin-top:20px;
}

/**
    Responsive design
*/

/* Large desktop */
@media (min-width: 1263px) {

}
@media (max-width: 1262px) {
    body{
        font-size:10px;
    }
    .wrap{
        width:100%;
    }
    header .header-main{
        width:85%;
    }
    .quickContact{
        width:100%;
        text-align:center;

    }
    .quickContact .icons{
        display:inline-block
    }
    .quickContact .phone{
        display: inline-block;
        line-height: 1;
        margin-left: 39px;
        margin-bottom: 13px;
    }
    .scrolled .quickContact .phone{
        font-size:2em;
    }
    header.site-header{
        max-height:none;
    }
    h1.site-title a, .h1.site-title a, .h1-top.site-title a{
        width:344px;
        height:70px;
    }
    .widget_text .textwidget iframe{
        width:100%;
    }
    .page-template-page-templatesmain-page-php .gallery .photo a img{
        width:100%;
        height:auto;
    }
    header.scrolled h1.site-title a, header.scrolled .h1-top.site-title a{
        width:344px;
        height:70px;
    }
    #menu-main > li.menu-item-has-children:hover > ul,
    #menu-main li.menu-item-has-children li.menu-item-has-children:hover > ul{
        display:none;
    }
    #menu-main > li.menu-item-has-children > a{
        background:none;
    }
}
@media (min-width: 800px) and (max-width: 1180px) {
    #text-2.form-sidebar{
        margin-top:-200px;
    }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 801px) and (max-width: 1262px) {

    .menu-main-container #menu-main .menu-item a{
        font-size:14px;
        padding:18px 13px 15px 0;
    }

    .site-main{
        margin-top:0px
    }

    nav ul li{
        line-height:32px;
    }
    #text-2.form-sidebar h2, #text-6.form-sidebar h2, #text-9.form-sidebar h2{
        font-size: 2.7em;
        font-style: normal;
        margin: 0;
        padding: 4px 0;
        letter-spacing: -1px;
    }
    #text-2.form-sidebar .subtitle, #text-6.form-sidebar .subtitle, #text-9.form-sidebar .subtitle{
        background: none repeat scroll 0 0 #F5916E;
        display: block;
        font-size: 1.7em;
        font-weight: 400;
        letter-spacing: 0px;
        padding: 6px 18px;
        line-height: 19px;
    }
    #text-2.form-sidebar .readme, #text-6.form-sidebar .readme, #text-9.form-sidebar .readme{
        color: #FFFFFF;
        font-size: 1.2em;
        font-weight: 100;
        line-height: 12px;
        padding: 12px 11px;
        text-align: justify;
        letter-spacing: 0px;
        word-spacing: 0px;
    }
    .form-sidebar .apply-form{
        padding:7px 6px 0;
    }
    #text-2.form-sidebar, #text-6.form-sidebar,  #text-9.form-sidebar{
        min-height:none;
    }
    .main-subtitle{
        font-size:3.4em;
    }
    #menu-main a, #secondary-navigation a{
        padding: 18px 17px 15px 0;
        font-size: 1.3em;
    }
    .page-template-page-templatesmain-page-php h2{
        line-height:21px;
        font-size:1.3em;
    }
    .page-template-page-templatesmain-page-php .entry-content{
        font-size: 17px;
        line-height: 22px; 
    }
    .city-thumb .photo span{
        margin:0.1em 0.3em;
        font-size:0.9em;
    }
    header.site-header.scrolled{
        padding-bottom:20px!important;
        max-height:none;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 800px) {

    .middle-top-sidebar{
        padding:0;
        margin:20px 0;
    }
    .scrolled .quickContact .phone{
        font-size:3.6em;
    }
    .quickContact .phone{
        margin: 21px 0px 26px!important;
        width: 100%!important;
        font-size:3.6em;
    }
    .main-subtitle{
        font-size: 3.3em;
        margin: 0;
        padding: 0;
        position: relative;
        margin-top: 60px;
    }
    header.site-header{
        position:relative;
    }
    header.site-header.scrolled{
        box-shadow:none!important;
        -webkit-box-shadow:none!important;
        -moz-box-shadow:none!important;
        max-height:none;
    }
    .row, .row_page{
        margin:0!important;
        padding: 0!important;
        width: 100%!important;
        float:none!important;
        display:block!important;
    }
    .col {
        margin-left:0%!important;
        padding:0!important;
        display:block!important;
        float:none!important;
        width: 100%!important;
    }
    #text-2.form-sidebar, #text-6.form-sidebar, #text-9.form-sidebar{
        margin-top: 0px;
    }
    .main-subtitle{
        text-align: center;
        width: 100%;
    }
    .site-main, .page-template-page-templatesmain-page-php .site-main{
        margin:0 auto;
        padding:35px 5%;
    }
    .testimonial{
        margin: 0 0 27px;
        text-align: center;
    }
    .widget_tekserve_single_post_widget{
        font-size:1.3em;
        text-align:center;
    }
    .widget_tekserve_single_post_widget img{
        width:100%;
    }
    .page-template-page-templatesmain-page-php .row{
        text-align:center;
        font-size:1.3em;
    }
    .page-template-page-templatesmain-page-php .sidebar-bottom .widget{
        margin:3em 0;
    }
    .page-template-page-templatesmain-page-php .sidebar-bottom .widget.widget_nav_menu{
        font-size:1.3em;
    }
    .page-template-page-templatesmain-page-php .sidebar-bottom .widget.widget_nav_menu a{
        font-size: 1.5em;
        line-height: 1.6em;
    }
    .btn{
        width: 100%;
        padding: 0.6em 0;
        text-align: center;
        margin: 0 auto 50px;
        font-size: 2em;
        font-weight: bold;
    }
    .quickContact .icons{
        display:block!important;
    }
    header .quickContact .icons{
        display:none!important;
    }
    .icons{
        font-size:2em;
    }
    .icons a{
        margin:0 17% 0 0!important;
    }
    .icons a:last-child{
        margin:0!important;
    }
    footer .quickContact .phone{
        font-size: 3em;
        margin: 20px 0;
    }
    footer .wrap{
        width:85%;
        margin:0 auto;
    }
    footer .h1.site-title a{
        width:100%;
        margin:10px 0 10px;
    }
    .company{
        font-size:0.7em;
    }
    #main-content h2, #main-content h3{
        text-align:center;
    }
    .side-gallery{
        padding-bottom:50px;
    }
    .side-gallery .photo img{
        width:100%;
    }
    .template-column .widget_text{
        margin-top:44px;
    }
    footer.entry-meta{
        font-size: 20px;
        margin-bottom: 75px;
    }
    .city-thumb{
        float: none;
        display: block;
        width: 100%;
    }
    .city-thumb .photo span{
        font-size:1.8em;
    }
    .hero-location{
        background-position:top center;
    }
    .hero-location .fr{
        min-height:350px;
    }
    .content .fr{
        margin-top:32px;
    }
    .location-gallery .photo{
        width:100%;
        display:block;
    }
    .location-gallery .photo img{
        width:100%!important;
        height:auto!important;
    }
    .entry-content h2{
        font-size: 1.4em;
        margin-top: 0;
    }
    .c2col_1, .c2col_2, .gfield{
        display: block;
        width: 100%;
        margin: 13px auto;
        font-size:25px;
    }
    .c2col_wide{
        display: inline-block;
        width: 100%;
        margin: 13px auto;
        font-size:25px;
    }
    .gform_footer .button{
        width: 100%;
        padding: 17px 0;
        font-weight: bold
    }
    .main-page-sidebar{
        padding:20px 0;
    }
    #primary-navigation ul{
        padding-bottom:30px;
    }
    #primary-navigation ul li{
        display:block;
        text-align:left;
        line-height:1em;
        border-bottom: 1px solid #ccc;
    }
    #primary-navigation ul li a{
        font-size:2em;
        padding:0;
        line-height:2.7em;
        display:block;
    }
    .menu-button{
        width: 100%;
        color: #fff;
        background: #f16f3f;
        font-size: 3em;
        display:block!important;
    }
    .menu-button:hover{
        color:#fff;
    }
    .menu-icon{
        margin: 18px 2% 18px 6%;
    }
    .mob-st-hidden{
        overflow: hidden!important;
        height: 0px!important;
        padding: 0!important;
    }
    .btn{
        color:#fff;
    }
    h1.page-title{
        padding:36px 0;
        margin:0;
        text-align:center;
        width:100%;
    }
    header .quickContact .phone, header.scrolled .quickContact .phone, .phone_tap {
        margin: 0!important;
        display: inline-block;
        float: right;
        text-align: right;
        margin-top: -61px!important;
        color: #fff;
        font-size: 2.4em;
        line-height: 55px;
        width: auto!important;
    }
    header.scrolled h1 a, header.scrolled .h1 a, header.scrolled .h1-top a{
        height:59px!important;
    }
    h1.site-title a, .h1.site-title a, .h1-top.site-title a{
        width: 100%;
        height: 59px;
        margin-top: 24px;
    }
    header.scrolled h1.site-title a, header.scrolled .h1-top.site-title a, header.scrolled .h1.site-title a{
        width: 100%;
        height: 59px;
    }
    .social-menu{
        display:block;
    }

}
@media (max-width:800px) and (min-width:480px){
    .gallery .photo, .side-gallery .photo{
        width: 47%!important;
        display: inline-block!important;
    }
.phone_tap{
display:inline-block;
font-weight:900;
}
.phone_tap a{
color:#fff;
}
.phone_tap a:hover{
color:#fff;
}
.phone{
display:none !important;
}
}

/* Landscape phones and down */
@media (max-width: 480px) {
.phone_tap{
display:inline-block;
font-weight:900;
}
.phone_tap a{
color:#fff;
}
.phone_tap a:hover{
color:#fff;
}
.phone{
display:none !important;
}
}
.page-id-105 .homepage_tracker{
display:inline-block;
}
.homepage_tracker{
display:none !important;
}

.page-id-1250 .full_conversion{
display:none !important;
}
@media (max-width:768px) {
    body.blog article div.entry-content *, body.blog article img {
        width: 100%;
    }
	img#image-for-video {
		width: calc(100% - 40px);
	}
}

.gform_fields input[type="radio"] {
    width: auto !important;
}
#video-to-play-prog video{
	object-fit: cover;
    width: 100%;
    height: auto;
}

#video-to-play-prog .fl-rich-text {
	display: flex;
	flex-direction: column;
}

img#image-for-video {
/*     width: 960px;
    position: absolute;
    margin-top: -570px;
    left: calc(50% - 480px);
	cursor: pointer; */
	
	width: calc(100% - 80px);
    position: absolute;
    cursor: pointer;
    aspect-ratio: auto 560 / 340;
    margin-top: 40px;
}

svg#svg-for-video {
    width: 122px;
    position: absolute;
    margin-top: -376px;
    left: calc(50% - 61px);
    fill: #ffffff;
	cursor: pointer;
}

