            /******************************************************************
Site Name: OMG
Author: Porter

Stylesheet: Main Stylesheet

******************************************************************/

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.
 */

.youtube_embed_iframe {
    margin: 20px auto;
    display: block;
    border: 0;
}

@media (max-width:690px) {
    .youtube_embed_iframe {
        width: 100% !important;
        height: 200px !important
    }
}

html {
    font-size: 14px;
    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 {
    border-bottom: 0px solid #ffffff;
    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;
}


/*home */

.pager-list {
    width:100%;
}

#homeImage {
    color: #fff;
}
.flip-title {
    text-transform: uppercase;
}
.layer-media .post-categories a {
    color:#fff !important;
    text-transform: uppercase;
    font-size: 80% !important;
}

#post-grid-298 .item {
    padding: 0px !important;
}

#post-grid-298 .item, #post-grid-8793 .item, .post-grid .item {
    background: transparent !important;
}

.skin.flip-x .layer-content {
    background: #000 !important;
    height: 100%;
    padding: 20px !important;
}   

.flip-read-more {
    border: 2px solid #e3c00e;
    width: 300px;
    padding: 10px !important;
    color: #000;
    background: rgba(227,192,14,1)  !important;
    font-size: 0.9em  !important;
    font-weight: 700;
    text-shadow: 0px 0px;
    margin-bottom: 0;
    max-width: 200px;
    margin: 20px auto;
    text-transform: uppercase;
}

.flip-excerpt {
    font-weight: 300 !important;
    font-size:90% !important;
}

.flip-read-more:hover {
    border: 2px solid #e3c00e;
    width: 300px;
    padding: 15px;
    color: #fff  !important;
    background: #000  !important;
}


.flip-cat a {
    color:#fff !important;
    text-align: center  !important;

}

/* end home */

.button-border {
    display: inline-block;
    vertical-align: middle;
    margin: 1rem 0 1rem 0;
    font-family: inherit;
    padding: 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    color: #000 !important;
    letter-spacing: 2px;
    border: 2px solid #000;
}



/* realty press */

.bx-wrapper {
    max-width: 980px !important;
}

.bootstrap-realtypress .rps-listing-carousel-shortcode .bx-wrapper .bx-caption {
    border-top: 2px solid #000 !important;
}

.bootstrap-realtypress .rps-listing-carousel-shortcode .bx-wrapper .bx-caption .bed_bath {
    background-color: rgba(0, 0, 0, 0.8) !important;
    border: 1px solid #000 !important;
}

.bootstrap-realtypress .rps-single-listing .rps-single-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh !important;
    background: rgba(255, 255, 252, 0.8) !important;
    z-index: 999 !important;
}

.bootstrap-realtypress .rps-single-listing .rps-single-overlay .loading-text {
    background: transparent !important;
    border: 0 !important;
}

.btn-print {
    display: none !important
}

.bootstrap-realtypress .rps-single-listing .rps-single-feature-label {
    background: #000 !important;
    font-weight: bold;
    font-family: "futura-pt", "futura-pt-condensed", Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    text-transform: uppercase;
}

.bootstrap-realtypress .table-bordered,
.bootstrap-realtypress .table-bordered tbody tr td,
.bootstrap-realtypress .table-bordered tfoot tr th {
    border-bottom: 0px solid #ddd !important;
    border-top: 0px solid #ddd !important;
}

.bootstrap-realtypress .table-bordered,
.bootstrap-realtypress .table-bordered tbody tr,
.bootstrap-realtypress .table-bordered tfoot tr th {
    border-bottom: 1px solid #ddd !important;
    border-top: 1px solid #ddd !important;
}


/* end realty press */


/*menu */

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 2px;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/*end menu */

.location_register_column p {
    margin-bottom: .25em !important;
}

.modal-title {
    text-align: center;
}

.thumbFeatured {
    position: relative;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 30px;
    /*float: left;*/
    overflow: hidden;
}

.textFeatured {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255, 0) 0%, rgba(255,255,255,0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255, 0) 0%, rgba(255,255,255,0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255, 0) 0%, rgba(0,255,255,255,65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}

@media (max-width: 767px) {
    .thumbFeatured {
        position: relative;
        width: 100%;
        height: 100vh;
        margin: 60px auto 20px;
        float: none;
        overflow: hidden;
        display: block;
        text-align: center;
    }
    .textFeatured {
        bottom: 0;
    }
    .textFeatured h1 {
        /*font-size:18px;*/
    }
    .textFeatured {
        bottom: 0 !important;
    }
}

.thumbFeatured:hover .textFeatured {
    display: block;
}

.thumbFeatured a,
.thumbFeatured a:visited {
    color: #fff;
    text-decoration: none;
}

.thumbFeatured a:hover {
    color: #fff !important;
}


/* featured */

.thumb {
    position: relative;
    width: 100%;
    height: 400px;
    margin-bottom: 0;
    float: left;
    overflow: hidden;
}

.thumb_programs {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    float: left;
    overflow: hidden;
}

.programs .col-md-4,
.programs .col-md-3 {
    margin-bottom: 20px;
}

.text_programs {
    transition: all 0.3s ease;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: none;
    padding-top: 25%;
    padding-bottom: 0;
    font-size: 30px;
    text-shadow: 2px 2px #000;
    text-align: center;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}

.text_programs a,
.text_programs a:hover {
    text-shadow: 2px 2px #000 !important;
    color: #fff !important;
    font-weight: 800 !important;
}

.thumb_programs:hover .text_programs {
    display: block;
    padding-top: 35%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}

@media (max-width: 767px) {
    .thumb {
        position: relative;
        width: 100%;
        height: 200px;
        margin: 0 auto 0;
        float: none;
        overflow: hidden;
        display: block;
        text-align: center;
    }
    .text h3 {
        font-size: 25px;
    }
    .text {
        font-size: 15px;
        bottom: 0 !important;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
        /* IE6-9 */
    }
}

.text {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    background: none;
    padding-top: 10px;
    padding-bottom: 50px;
    text-align: center;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}

.text h3 {
    text-shadow: 2px 2px #000;
}

.thumb:hover .text {
    display: block;
}

.thumb a,
.thumb a:visited {
    color: #fff;
    text-decoration: none;
    font-size: 39px;
    border-bottom: 0;
}

.thumb a:hover {
    color: #fff !important;
}


/* bootstrap */

.btn-primary.active {
    color: #000;
    background: #ffffff;
    border-color: #ffffff;
    border-radius: 0;
}

.btn-primary.active:hover {
    color: #000;
    background: #ffffff;
    border-color: #ffffff;
    border-radius: 0;
}

.carousel-control.right,
.carousel-control.left {
    background: none !important
}

.carousel-caption {
    color: #000;
    text-shadow: 0 1px 2px rgba(255, 255, 255, .6);
    text-align: left;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 0;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 0;
}

.carousel-indicators li {
    border: 1px solid #000;
}

.carousel-indicators .active {
    background-color: #000;
}

.carousel_image {
    display: none !important;
    width: 150px !important;
    height: 150px !important;
    float: left;
    margin-right: 20px;
    border: 5px solid #e9010f;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

@media screen and (min-width: 768px) {
    .carousel_image {
        display: block !important;
    }
    .carousel-caption {
        right: 5%;
        left: 21%;
        padding-bottom: 30px;
        top: 20px !important;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        right: -30px;
        margin-right: -10px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        left: -30px;
        margin-left: -10px;
    }
}


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


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

.question {
    z-index: 13;
    bottom: 10px;
    right: 10px;
    position: fixed;
    border-radius: 50%;
    background: #000;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.question a {
    color: #fff;
    font-size: 30px;
    border-bottom: 0;
}

.question a:hover {
    color: #fff;
    border: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0 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,
.strong {
    font-weight: bold;
}


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

dfn,
em,
.em {
    font-style: italic;
}


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

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


/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/

p {
    -webkit-hyphens: none;
    -epub-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}


/*
 * Addresses margins set differently in IE6/7.
 */

pre {
    margin: 0;
}


/**
 * 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.
 */

q:before,
q:after {
    content: '';
    content: none;
}

small,
.small {
    font-size: 75%;
}


/**
 * 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;
}


/* ==========================================================================
    custom styles
  ========================================================================== */


/*
#menu-item-15 {
  height:90px;
  width:214px;

}

#menu-item-15 a {
  background: url("http://martystrength.com/wp-content/uploads/2016/06/martyheader.png") top center no-repeat;
  background-size: 214px 80px;
  height:80px;
  disply: block;
  font-size:1px;
  color: rgba(0,0,0,0);
}*/

#subscribetoemail {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 5%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    text-align: center;
    display: none;
}

.close_mailinglist {
    width: 97%;
    text-align: right;
    color: #fff;
    margin-top: 15px;
}

#logo {
    float: left;
    margin: 0.15em 0 !important;
}

#expand_menu {
    z-index: 110;
    right: 10px;
    top: 15px;
    position: fixed;
}

#logo_site {
    display: block;
    z-index: 100;
    left: 10px;
    top: 15px;
    position: fixed;
}

#logo_site a {
    height: 30px;
    border-bottom: 0;
}

#logo_site img {
    height: 80px;
    width: auto;
    margin-top: -15px;
}

@media only screen and (max-width:500px) {
    #logo_site img {
        height: 60px;
        width: auto;
        margin-top: -10px;
    }
}

#menu-ratd-menu {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.logo_nav {
    height: 40px;
    width: auto;
}

#socials {
    z-index: 10;
    top: 10px;
    right: 15px;
    position: fixed;
}

#socials a {
    color: #fff;
    border-bottom: 0;
}

#socials a:hover {
    color: #ffffff;
}

#socials li {
    float: right;
    width: 40px;
    list-style: none;
}

#mobile_menu {
    display: block;
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 10;
    color: #fff
}

.video {
    height: 325px;
}

.row_margin {
    margin: 0
}


/* ==========================================================================
  Lists
========================================================================== */


/*
 * Addresses margins set differently in IE6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0;
}


/*
 * Addresses paddings set differently in IE6/7.
 */

menu {
    padding: 0 0 0 40px;
}

ol,
ul {
    padding: 0;
    list-style-type: none;
}


/*
 * Corrects list images handled incorrectly in IE7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


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

img {
    border: 0;
}

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


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

figure {
    margin: 0;
}


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

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

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

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

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

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

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

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

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

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

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

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


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

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

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image-replacement,
.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.clearfix,
.cf,
.comment-respond {
    zoom: 1;
}

.clearfix:before,
.clearfix:after,
.cf:before,
.comment-respond:before,
.cf:after,
.comment-respond:after {
    content: "";
    display: table;
}

.clearfix:after,
.cf:after,
.comment-respond:after {
    clear: both;
}

span.amp {
    font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
    font-style: italic;
}

p {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    -webkit-font-feature-settings: "liga", "dlig";
    -moz-font-feature-settings: "liga=1, dlig=1";
    -ms-font-feature-settings: "liga", "dlig";
    -o-font-feature-settings: "liga", "dlig";
    font-feature-settings: "liga", "dlig";
}

.last-col {
    float: right;
    padding-right: 0 !important;
}


/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/

@media (max-width: 767px) {
    .m-all {
        float: left;
        padding-right: 0.75em;
        width: 100%;
        padding-right: 0;
    }
    .m-1of2 {
        float: left;
        padding-right: 0.75em;
        width: 50%;
    }
    .m-1of3 {
        float: left;
        padding-right: 0.75em;
        width: 33.33%;
    }
    .m-2of3 {
        float: left;
        padding-right: 0.75em;
        width: 66.66%;
    }
    .m-1of4 {
        float: left;
        padding-right: 0.75em;
        width: 25%;
    }
    .m-3of4 {
        float: left;
        padding-right: 0.75em;
        width: 75%;
    }
}


/* Portrait tablet to landscape */

@media (min-width: 768px) and (max-width: 1029px) {
    .t-all {
        float: left;
        padding-right: 0.75em;
        width: 100%;
        padding-right: 0;
    }
    .t-1of2 {
        float: left;
        padding-right: 0.75em;
        width: 50%;
    }
    .t-1of3 {
        float: left;
        padding-right: 0.75em;
        width: 33.33%;
    }
    .t-2of3 {
        float: left;
        /*padding-right: 0.75em;
  width: 66.66%;*/
        width: 96%;
        margin: auto
    }
    .t-1of4 {
        float: left;
        padding-right: 0.75em;
        width: 25%;
    }
    .t-3of4 {
        float: left;
        padding-right: 0.75em;
        width: 75%;
    }
    .t-1of5 {
        float: left;
        padding-right: 0.75em;
        width: 20%;
    }
    .t-2of5 {
        float: left;
        padding-right: 0.75em;
        width: 40%;
    }
    .t-3of5 {
        float: left;
        padding-right: 0.75em;
        width: 60%;
    }
    .t-4of5 {
        float: left;
        padding-right: 0.75em;
        width: 80%;
    }
}


/* Landscape to small desktop */

@media (min-width: 1030px) {
    .d-all {
        float: left;
        padding-right: 0.75em;
        width: 100%;
        padding-right: 0;
    }
    .d-1of2 {
        float: left;
        padding-right: 0.75em;
        width: 50%;
    }
    .d-1of3 {
        float: left;
        padding-right: 0.75em;
        width: 33.33%;
    }
    .d-2of3 {
        float: left;
        padding-right: 0.75em;
        width: 66.66%;
    }
    .d-1of4 {
        float: left;
        padding-right: 0.75em;
        width: 25%;
    }
    .d-3of4 {
        float: left;
        padding-right: 0.75em;
        width: 75%;
    }
    .d-1of5 {
        float: left;
        padding-right: 0.75em;
        width: 20%;
    }
    .d-2of5 {
        float: left;
        padding-right: 0.75em;
        width: 40%;
    }
    .d-3of5 {
        float: left;
        padding-right: 0.75em;
        width: 60%;
    }
    .d-4of5 {
        float: left;
        padding-right: 0.75em;
        width: 80%;
    }
    .d-1of6 {
        float: left;
        padding-right: 0.75em;
        width: 16.6666666667%;
    }
    .d-1of7 {
        float: left;
        padding-right: 0.75em;
        width: 14.2857142857%;
    }
    .d-2of7 {
        float: left;
        padding-right: 0.75em;
        width: 28.5714286%;
    }
    .d-3of7 {
        float: left;
        padding-right: 0.75em;
        width: 42.8571429%;
    }
    .d-4of7 {
        float: left;
        padding-right: 0.75em;
        width: 57.1428572%;
    }
    .d-5of7 {
        width: 96%;
        margin: auto;
    }
    .d-6of7 {
        float: left;
        padding-right: 0.75em;
        width: 85.7142857%;
    }
    .d-1of8 {
        float: left;
        padding-right: 0.75em;
        width: 12.5%;
    }
    .d-1of9 {
        float: left;
        padding-right: 0.75em;
        width: 11.1111111111%;
    }
    .d-1of10 {
        float: left;
        padding-right: 0.75em;
        width: 10%;
    }
    .d-1of11 {
        float: left;
        padding-right: 0.75em;
        width: 9.09090909091%;
    }
    .d-1of12 {
        float: left;
        padding-right: 0.75em;
        width: 8.33%;
    }
}

.alert-help,
.alert-info,
.alert-error,
.alert-success {
    margin: 10px;
    padding: 5px 18px;
    border: 1px solid;
}

.alert-help {
    border-color: #e8dc59;
    background: #ebe16f;
}

.alert-info {
    border-color: #bfe4f4;
    background: #d5edf8;
}

.alert-error {
    border-color: #f8cdce;
    background: #fbe3e4;
}

.alert-success {
    border-color: #deeaae;
    background: #e6efc2;
}

.blue-btn,
.comment-reply-link,
#submit {
    display: inline-block;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: white;
    font-size: 0.9em;
    font-size: 34px;
    line-height: 34px;
    font-weight: normal;
    padding: 0 24px;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    -webkit-transition: background-color 0.14s ease-in-out;
    transition: background-color 0.14s ease-in-out;
}

.blue-btn:hover,
.comment-reply-link:hover,
#submit:hover,
.blue-btn:focus,
.comment-reply-link:focus,
#submit:focus {
    color: white;
    text-decoration: none;
}

.blue-btn:active,
.comment-reply-link:active,
#submit:active {
    top: 1px;
}

.blue-btn,
.comment-reply-link,
#submit {
    background-color: #2980b9;
}

.blue-btn:hover,
.comment-reply-link:hover,
#submit:hover,
.blue-btn:focus,
.comment-reply-link:focus,
#submit:focus {
    background-color: #2574a8;
}

.blue-btn:active,
.comment-reply-link:active,
#submit:active {
    background-color: #2472a4;
}


/*********************
INPUTS
*********************/

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    margin-bottom: 14px;
    font-size: 1em;
    color: #000;
    border-radius: 3px;
    vertical-align: middle;
    box-shadow: none;
    border: 0;
    width: 100%;
    max-width: 500px;
    border: 1px solid #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
    -webkit-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
}

input[type="text"]:focus,
input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
    background-color: #f7f8fa;
}

input[type="text"].error,
input[type="text"].is-invalid,
input[type="password"].error,
input[type="password"].is-invalid,
input[type="datetime"].error,
input[type="datetime"].is-invalid,
input[type="datetime-local"].error,
input[type="datetime-local"].is-invalid,
input[type="date"].error,
input[type="date"].is-invalid,
input[type="month"].error,
input[type="month"].is-invalid,
input[type="time"].error,
input[type="time"].is-invalid,
input[type="week"].error,
input[type="week"].is-invalid,
input[type="number"].error,
input[type="number"].is-invalid,
input[type="email"].error,
input[type="email"].is-invalid,
input[type="url"].error,
input[type="url"].is-invalid,
input[type="search"].error,
input[type="search"].is-invalid,
input[type="tel"].error,
input[type="tel"].is-invalid,
input[type="color"].error,
input[type="color"].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: white;
    background-position: 99% center;
    background-repeat: no-repeat;
    outline-color: #fbe3e4;
}

input[type="text"].success,
input[type="text"].is-valid,
input[type="password"].success,
input[type="password"].is-valid,
input[type="datetime"].success,
input[type="datetime"].is-valid,
input[type="datetime-local"].success,
input[type="datetime-local"].is-valid,
input[type="date"].success,
input[type="date"].is-valid,
input[type="month"].success,
input[type="month"].is-valid,
input[type="time"].success,
input[type="time"].is-valid,
input[type="week"].success,
input[type="week"].is-valid,
input[type="number"].success,
input[type="number"].is-valid,
input[type="email"].success,
input[type="email"].is-valid,
input[type="url"].success,
input[type="url"].is-valid,
input[type="search"].success,
input[type="search"].is-valid,
input[type="tel"].success,
input[type="tel"].is-valid,
input[type="color"].success,
input[type="color"].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: white;
    background-position: 99% center;
    background-repeat: no-repeat;
    outline-color: #e6efc2;
}

input[type="text"][disabled],
input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6;
}

input[type="text"][disabled]:focus,
input[type="text"][disabled]:active,
input[type="text"].is-disabled:focus,
input[type="text"].is-disabled:active,
input[type="password"][disabled]:focus,
input[type="password"][disabled]:active,
input[type="password"].is-disabled:focus,
input[type="password"].is-disabled:active,
input[type="datetime"][disabled]:focus,
input[type="datetime"][disabled]:active,
input[type="datetime"].is-disabled:focus,
input[type="datetime"].is-disabled:active,
input[type="datetime-local"][disabled]:focus,
input[type="datetime-local"][disabled]:active,
input[type="datetime-local"].is-disabled:focus,
input[type="datetime-local"].is-disabled:active,
input[type="date"][disabled]:focus,
input[type="date"][disabled]:active,
input[type="date"].is-disabled:focus,
input[type="date"].is-disabled:active,
input[type="month"][disabled]:focus,
input[type="month"][disabled]:active,
input[type="month"].is-disabled:focus,
input[type="month"].is-disabled:active,
input[type="time"][disabled]:focus,
input[type="time"][disabled]:active,
input[type="time"].is-disabled:focus,
input[type="time"].is-disabled:active,
input[type="week"][disabled]:focus,
input[type="week"][disabled]:active,
input[type="week"].is-disabled:focus,
input[type="week"].is-disabled:active,
input[type="number"][disabled]:focus,
input[type="number"][disabled]:active,
input[type="number"].is-disabled:focus,
input[type="number"].is-disabled:active,
input[type="email"][disabled]:focus,
input[type="email"][disabled]:active,
input[type="email"].is-disabled:focus,
input[type="email"].is-disabled:active,
input[type="url"][disabled]:focus,
input[type="url"][disabled]:active,
input[type="url"].is-disabled:focus,
input[type="url"].is-disabled:active,
input[type="search"][disabled]:focus,
input[type="search"][disabled]:active,
input[type="search"].is-disabled:focus,
input[type="search"].is-disabled:active,
input[type="tel"][disabled]:focus,
input[type="tel"][disabled]:active,
input[type="tel"].is-disabled:focus,
input[type="tel"].is-disabled:active,
input[type="color"][disabled]:focus,
input[type="color"][disabled]:active,
input[type="color"].is-disabled:focus,
input[type="color"].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
    background-color: #d5edf8;
}

input[type="password"] {
    letter-spacing: 0.3em;
}

textarea {
    max-width: 100%;
    min-height: 120px;
    line-height: 1.5em;
}

select {
    -webkit-appearance: none;
    /* 1 */
    background-repeat: no-repeat;
    background-position: 97.5% center;
}


/*********************
GENERAL STYLES
*********************/

body {
    font-family: "futura-pt", "futura-pt-condensed", Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 100%;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    background-color: #000;
    -webkit-font-smoothing: antialiased;
}


/*********************
LAYOUT & GRID STYLES
*********************/

.wrap {
    width: 90%;
    margin: 0 auto;
}


/*********************
LINK STYLES
*********************/

.footer a,
.footer a:visited {
    color: #fff;
}

.footer a:hover,
.footer a:focus,
.footer a:visited:hover,
.footer a:visited:focus {
    color: #ffffff;
    text-decoration: none !important
}

a{
    color: #fff;
    /* on hover */
    /* on click */
    /* mobile tap color */
}

a:hover,
a:focus{
    color: #fc0;
    text-decoration: none !important
}

a:link,
a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 1);
    font-weight: bold;
}

.entry-content a:link,
a:visited:link {
    /*border-bottom: 2px solid #ffffff;*/
}


/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/

.bootstrap-realtypress h1,
.bootstrap-realtypress .h1 {
    font-size: 36px !important;
    font-weight: bold !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    text-rendering: optimizelegibility;
    font-weight: 400;
    font-family: "futura-pt", "futura-pt-condensed" !important;
    /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
    /* removing text decoration from all headline links */
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
    text-decoration: none;
    border-bottom: 0;
}

h1,
.h1 {
    font-size: 3.0em;
    line-height: 1.13em;
}

h2,
.h2 {
    font-size: 2.25em;
    line-height: 1.4em;
    margin-bottom: 0.375em;
    font-family: "futura-pt", "futura-pt-condensed", arial
}

h3,
.h3 {
    font-size: 1.825em;
}

h4,
.h4 {
    font-size: 1.3em;
    font-weight: 700;
}

h5,
.h5 {
    font-size: 0.846em;
    line-height: 2.09em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 2.0em;
    }
}


/*********************
HEADER STYLES
*********************/

.header {
    /*background-color: #000;*/
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    min-height: 70px;
    -webkit-transition: all 1s ease;
}

.logo {
    -webkit-transition: all 1s ease;
}

#logo {
    margin: 0.75em 0;
}

#logo a {
    color: white;
}


/*********************
NAVIGATION STYLES
*********************/


/* Sweep To Right */

.nav li a,
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-weight: 800;
}

.nav li a:before,
.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: #ffffff;*/
    /*background: #1784ea;*/
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-bottom: 1px solid #000;
}

.nav li a:hover,
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: #fff !important;
    text-decoration: none !important;
}

.nav li a:hover:before,
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

nav {
    /*text-align: center;*/
    margin-left:1rem;
}

.nav {
   /* display: none;
    border-bottom: 0;
    margin: 90px;*/
    /* end .menu li */
    /* highlight current page */
    /* end current highlighters */
}

.nav li {
     width:100%;
     text-align: center;
}

.nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0.25em 0.35em 0.25em 0.35em;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "futura-pt", "futura-pt-condensed", arial, verdana;
    font-weight: 500;
    border: 0;
    width:100%;
}

.nav li ul.sub-menu li a,
.nav li ul.children li a {
    /*padding-left: 30px;*/
    padding-left:0;
}

.sub-menu {
    /*display: none;*/
}
/* end .nav */


/*********************
POSTS & CONTENT STYLES
*********************/

.newsImage {
    width: 100%;
    height: auto;
}

#content {
    margin-top: 20px;
}

.hentry {
    border-radius: 3px;
    margin-bottom: 1.5em;
}

.hentry header {
    padding: 1.5em;
    text-align: center;
}

.hentry footer {
    padding: 1.5em;
}

.hentry footer p {
    margin: 0;
}


/* end .hentry */

.single-title,
.entry-title {
    margin: 0;
    background: #000;
    color: #ffffff !important;
    padding: 10px 0;
    text-transform: uppercase;
    margin-bottom: 15px
}

.marty_content .article-header .page-title {
    font-size: 2.5em;
    padding-top: 50px;
    text-shadow: 2px 2px #ffffff;
    color: #fff;
}

.marty_content .article-header {
    height: 200px;
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
    /*background:url('http://martystrength.com/wp-content/uploads/2016/08/inner_image2.jpg') no-repeat bottom left;*/
}

.headerBlack {
    background-color: #000;
    background: #000;
    -webkit-box-shadow: 0px 10px 26px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 10px 26px 0px rgba(0,0,0,0.35);
box-shadow: 0px 10px 26px 0px rgba(0,0,0,0.35);
}

@media only screen and (min-width: 768px) {
    .marty_content .article-header {
        height: 500px;
        margin-bottom: 15px;
        border-bottom: 1px solid #000;
        background: url('http://martystrength.com/wp-content/uploads/2016/08/inner_image2.jpg') no-repeat center center;
    }
    .marty_content .article-header .page-title {
        font-size: 5.5em;
        padding-top: 100px;
    }
    .header {
        background-color: #000;
        background-color: rgba(0, 0, 0, 0);
        z-index: 98!important;

        top: 0;
        left: 0;
        width: 100%;
        position: fixed;
        min-height: 90px;
        -webkit-transition: all 1s ease;
    }
    .headerBlack {
        background-color: #000;
        min-height: 70px;
        -webkit-transition: all 1s ease;
    }
    #socials {
        z-index: 10;
        top: 15px;
        right: 10px;
        position: fixed;
    }
}

.current-menu-item {
    /*background: #000 !important;*/
}

.current-menu-item a {
    color: #fff !important;
}

.footer .current-menu-item a {
    color: #fff !important;
}

.entry-title a {
    color: #ffffff !important;
}

.entry-title a:hover {
    color: #ffcc00 !important;
}

.byline {
    color: #9fa6b4;
    font-style: italic;
    margin: 0;
}


/* entry content */

.entry-content {
    padding: 0 1.5em 0;
}

.entry-content p {
    margin: 0 0 1.5em;
}

.entry-content table {
    width: 100%;
    margin-bottom: 1.5em;
}

.entry-content table caption {
    margin: 0 0 7px;
    font-size: 0.75em;
    color: #9fa6b4;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.entry-content tr {}

.entry-content tr:nth-child(even) {
    background-color: none;
}

.entry-content td {
    padding: 7px;
}

.entry-content td:last-child {
    border-right: 0;
}

.entry-content th {
    background-color: #f8f9fa;
    border-bottom: 1px solid #eaedf2;
    border-right: 1px solid #eaedf2;
}

.entry-content th:last-child {
    border-right: 0;
}

.entry-content blockquote {
    margin: 0 0 1.5em 0.75em;
    padding: 0 0 0 0.75em;
    border-left: 3px solid #2980b9;
    font-style: italic;
    color: #9fa6b4;
}

.entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em;
}

.entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto;
}

.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
    /*max-width: 150px;*/
    height: auto;
}

.entry-content pre {
    background: #323944;
    color: #f8f9fa;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px;
}

#gallery-2 {
    text-align: center;
}

.gallery-item {
    width: 150px;
    display: inline-block;
}

@media only screen and (max-width:500px) {
    .gallery-item {
        width: 100px;
        display: inline-block;
    }
}


/* end .entry-content */

.wp-caption {
    max-width: 100%;
    background: #eee;
    padding: 5px;
    /* images inside wp-caption */
}

.wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}

.wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center;
}


/* end .wp-caption */


/* image gallery styles */


/* end .gallery */


/* gallery caption styles */

.tags {
    margin: 0;
}


/******************************************************************
PAGE NAVI STYLES
******************************************************************/

.pagination,
.wp-prev-next {
    margin: 1.5em 0;
}

.pagination {
    text-align: center;
    width: 100%
}

.pagination ul {
    display: inline-block;
    background-color: white;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px;
}

.pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #eaedf2;
}

.pagination a,
.pagination span {
    /*margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #ffffff;
    font-weight: 800;
    background: #000;*/
}

.pagination a:hover,
.pagination a:focus,
.pagination span:hover,
.pagination span:focus {
    background-color: #ffffff;
    color: white;
}

.pagination .current {
    cursor: default;
    color: #fff;
}

.pagination .current:hover,
.pagination .current:focus {
    /*background-color: white;*/
    color: #000;
    background: #ffffff
}


/* end .bones_page_navi */


/* fallback previous & next links */

.wp-prev-next .prev-link {
    float: left;
}

.wp-prev-next .next-link {
    float: right;
}


/* end .wp-prev-next */


/******************************************************************
COMMENT STYLES
******************************************************************/


/* h3 comment title */

#comments-title {
    padding: 0.75em;
    margin: 0;
    border-top: 1px solid #f8f9fa;
    /* number of comments span */
}

.commentlist {
    margin: 0;
    list-style-type: none;
}

.comment {
    position: relative;
    clear: both;
    overflow: hidden;
    padding: 1.5em;
    border-bottom: 1px solid #f8f9fa;
    /* vcard */
    /* end .commentlist .vcard */
    /* end children */
    /* general comment classes */
}

.comment .comment-author {
    padding: 7px;
    border: 0;
}

.comment .vcard {
    margin-left: 50px;
}

.comment .vcard cite.fn {
    font-weight: 700;
    font-style: normal;
}

.comment .vcard time {
    display: block;
    font-size: 0.9em;
    font-style: italic;
}

.comment .vcard time a {
    color: #9fa6b4;
    text-decoration: none;
}

.comment .vcard time a:hover {
    text-decoration: none;
}

.comment .vcard .avatar {
    position: absolute;
    left: 16px;
    border-radius: 50%;
}

.comment:last-child {
    margin-bottom: 0;
}

.comment .children {
    margin: 0;
    /* variations */
    /* change number for different depth */
}

.comment[class*=depth-] {
    margin-top: 1.1em;
}

.comment.depth-1 {
    margin-left: 0;
    margin-top: 0;
}

.comment:not(.depth-1) {
    margin-top: 0;
    margin-left: 7px;
    padding: 7px;
}

.comment.odd {
    background-color: white;
}

.comment.even {
    background: #f8f9fa;
}


/* comment meta */


/* comment content */

.comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em;
}


/* end .commentlist .comment_content */


/* comment reply link */

.comment-reply-link {
    font-size: 0.9em;
    float: right;
}


/* end .commentlist .comment-reply-link */


/* edit comment link */

.comment-edit-link {
    font-style: italic;
    margin: 0 7px;
    text-decoration: none;
    font-size: 0.9em;
}


/******************************************************************
COMMENT FORM STYLES
******************************************************************/

.comment-respond {
    padding: 1.5em;
    border-top: 1px solid #f8f9fa;
}

#reply-title {
    margin: 0;
}

.logged-in-as {
    color: #9fa6b4;
    font-style: italic;
    margin: 0;
}

.logged-in-as a {
    color: #5c6b80;
}

.comment-form-comment {
    margin: 1.5em 0 0.75em;
}

.form-allowed-tags {
    padding: 1.5em;
    background-color: #f8f9fa;
    font-size: 0.9em;
}


/* comment submit button */

#submit {
    float: right;
    font-size: 1em;
}


/* comment form title */

#comment-form-title {
    margin: 0 0 1.1em;
}


/* cancel comment reply link */


/* logged in comments */


/* allowed tags */

#allowed_tags {
    margin: 1.5em 10px 0.7335em 0;
}


/* no comments */

.nocomments {
    margin: 0 20px 1.1em;
}


/*********************
SIDEBARS & ASIDES
*********************/

.widget ul li {
    /* deep nesting */
}

.no-widgets {
    background-color: white;
    padding: 1.5em;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 2px;
    margin-bottom: 1.5em;
}


/*********************
FOOTER STYLES
*********************/

.footer {
    margin-top: 0;
    clear: both;
    background-color: #000;
    color: #fff;
}


/* end .footer-links */


/*********************
LARGER MOBILE DEVICES

*********************/

@media only screen and (min-width: 300px) {
    /*********************
  NAVIGATION STYLES
  *********************/
    /* .menu is clearfixed inside mixins.scss */
    .menu {
        /* end .menu ul */
    }
    .menu ul {
        /* end .menu ul li */
        /* highlight current page */
        /* end current highlighters */
    }
    .menu ul li {
        /*
        plan your menus and drop-downs wisely.
        */
    }
    .menu ul li a {
        /*
          you can use hover styles here even though this size
          has the possibility of being a mobile device.
          */
    }
    /* end .menu */
    /*********************
  POSTS & CONTENT STYLES
  *********************/
    /* entry content */
    .entry-content {
        /* at this larger size, we can start to align images */
    }
    .entry-content .alignleft,
    .entry-content img.alignleft {
        margin-right: 1.5em;
        display: inline;
        float: left;
    }
    .entry-content .alignright,
    .entry-content img.alignright {
        margin-left: 1.5em;
        display: inline;
        float: right;
    }
    .entry-content .aligncenter,
    .entry-content img.aligncenter {
        margin-right: auto;
        margin-left: auto;
        display: block;
        clear: both;
    }
    /* end .entry-content */
    /*********************
  FOOTER STYLES
  *********************/
    /* end .footer-links */
}


/*********************
TABLET & SMALLER LAPTOPS
*********************/

.homeImage {
    width: 100%;
    height: auto;
    width: 100%;
    min-height: 200px;
    overflow: hidden;
    margin-top: 60px;
}

.pageImage {
    margin-top: 60px;
}

.two_columns {
    width: 100%;
    -webkit-padding-start: 0;
}

.two_columns li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}

.onehundred {
    width: 100% !important
}

#s {
    margin: auto;
    background: #fff;
    border: 1px solid #000;
    margin-bottom: 15px;
}

#searchsubmit {
    text-transform: uppercase;
    background: #000;
    color: #ffffff;
    font-weight: 800;
    padding: 15px 30px;
    border: 0;
}

.newsletter {
    background: #fff;
}

#socials .dropdown span {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 17px;
    padding: 0;
    margin-top: 0;
}

#socials .dropdown span:hover {
    color: #ffffff;
}

#socials .dropdown ul {
    background: #000;
    color: #fff;
    padding: 5px;
    min-width: 180px
}

#socials .dropdown ul li {
    width: 100%;
    font-size: 16px;
}

.rps-mb30 {
    /*margin-top: 100px !important; */
}

.post-type-archive-rps_listing .rps-mb30 {
    margin-top: 100px !important;
}

.bootstrap-realtypress .rps-list-result .rps-property-result .rps-property-info h4 {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    margin: 20px 0 5px 0;
}

.bootstrap-realtypress .image-holder .rps-ribbon.rps-ribbon-info {
    background-color: rgba(51, 51, 51, 0.9);
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    text-shadow: 0 1px 0 #333;
}

.bootstrap-realtypress .image-holder .rps-ribbon.rps-ribbon-warning {
    background-color: rgba(0, 0, 0, 0.9);
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    text-shadow: 0 1px 0 #333;
}

.bootstrap-realtypress .rps-grid-result .rps-property-result h4 {
    color: #000;
    font-size: 14px;
    font-weight: 800 !important;
    margin: 0;
    padding: 0;
}

.bootstrap-realtypress .rps-grid-result .rps-property-result .rps-property-info {
    background: #f3f3f3;
    padding: 10px 10px 8px 10px;
    font-size: 0.9em;
    border-top: 3px solid #000;
    color: #000;
}

.bootstrap-realtypress .slider-container .back-bar .pointer.last-active {
    background-color: #000 !important;
    border: 1px solid #000 !important;
}

.bootstrap-realtypress .btn-primary {
    /* background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%); */
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88)); */
    /* background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%); */
    /* background-repeat: repeat-x; */
    border-color: #000 !important;
}

.bootstrap-realtypress .theme-green .back-bar .selected-bar {
    border-radius: 0;
    background: #000 none;
    height: 6px;
}

.bootstrap-realtypress .btn-primary {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
}

.bootstrap-realtypress a {
    color: #000 !important;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    /******************************************************************

  ******************************************************************/
    /*********************
  GENERAL STYLES
  *********************/
    /*********************
  LAYOUT & GRID STYLES
  *********************/
    .wrap {
        width: 90%;
        max-width: 1240px;
    }
    /*********************
  HEADER STYLES
  *********************/
    /*********************
  NAVIGATION STYLES
  *********************/
    .nav li a {
        font-size: 18px;
    }
    #main h1,
    .h1 {
        font-size: 65px;
        line-height: 1.333em;
    }
    h1,
    .h1 {
        font-size: 4.5em;
        line-height: 1.333em;
    }
    .homeImage,
    .pageImage {
        margin-top: 0px !important;
    }
    .two_columns li {
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }
    #socials {
        z-index: 10;
        top: 10px;
        right: 10px;
        position: fixed;
    }
    .socialsScroll {
        top: 0px !important;
    }
    
    #logo_site {
        display: block;
        z-index: 100;
        left: 10px;
        top: 0px;
        position: fixed;
    }
    #logo_site img {
        height: 60px;
        width: auto;
        margin-top: 5px;
    }
    .home #logo_site img {
        height: 155px;
        margin-top: 15px;
    }
    @media only screen and (max-width: 800px) {
        .home #logo_site img {
            height: 45px;
            margin-top: 5px;
        }
    }
    .home_logo {
        height: 45px !important;
        margin-top: 5px !important;
    }
    .home .bootstrap-realtypress .panel {
        border: 0 !important;
    }
    .home .bootstrap-realtypress .rps-listing-carousel-shortcode.horizontal .bx-wrapper .bx-controls-direction a.bx-next {
        /*background: rgba(0, 0, 0, 1) url('https://teamapex.ca/wp-content/plugins/realtypress-premium/public/templates/teamapex/img/slider-arrow-right-sm.png') center center no-repeat;*/
        right: 0;
    }
    .bootstrap-realtypress .rps-listing-carousel-shortcode.horizontal .bx-wrapper .bx-controls-direction a.bx-prev {
        /*background: rgba(0, 0, 0, 1) url('https://teamapex.ca/wp-content/plugins/realtypress-premium/public/templates/teamapex/img/slider-arrow-left-sm.png') center center no-repeat;*/
        left: 0;
    }
    .logo_tso {
        height: 85px !important;
        width: auto;
    }
    #logo_site a {
        height: 55px;
    }
    #logo_site a:hover {
        background: none !important;
    }
    
    #mobile_menu {
        display: none;
    }
    .video {
        height: 475px;
    }
    .nav {
        display: block;
        margin: 0 0 0 0;
        border: 0;
    }
    .navScroll {
        margin: 5px 0 0 0;
    }
    .nav ul {
        background: transparent;
        margin-top: 0;
    }
    .nav li {
        /*float: left;*/
        display: inline-block;
        position: relative;
        width: 100%;
        text-align: right
    }
    .nav li:last-child a:after {
        content: "";
        color: #cc0000;
        margin-left: 0;
    }
    .nav li a {
        border-bottom: 0;
        font-size: 36px;
        /*
        you can use hover styles here even though this size
        has the possibility of being a mobile device.
        */
    }
    .nav li a:hover,
    .nav li a:focus {
        color: #ccc;
        background: none;
        text-decoration: none;
    }
    .nav li a:hover:after {
        text-decoration: none !important;
        color: #ccc;
    }
    .nav li ul.sub-menu,
    .nav li ul.children {
        margin-top: 0;
        border: 0;
        border-top: 0;
        visibility: visible;
        display: block;
        /*position: absolute;
        visibility: hidden;
        z-index: 8999;*/
        /* highlight sub-menu current page */
    }
    .nav li ul.sub-menu li,
    .nav li ul.children li {}
    .nav li ul.sub-menu li a,
    .nav li ul.children li a {
        padding-left: 10px;
        border-right: 0;
        display: block;
        width: 100%;
        border-bottom: 0;
        font-size: 70% !important;
        border: 0 !important
    }
    .nav li ul.sub-menu li:last-child a,
    .nav li ul.children li:last-child a {
        border-bottom: 0;
    }
    .nav li ul.sub-menu li ul,
    .nav li ul.children li ul {
        top: 0;
        left: 100%;
    }
    .nav li:hover > ul {
        top: auto;
        visibility: visible;
    }
    /* end .nav */
    /*********************
  SIDEBARS & ASIDES
  *********************/
    .sidebar {
        margin-top: 2.2em;
    }
    .widgettitle {
        border-bottom: 2px solid #444;
        margin-bottom: 0.75em;
    }
    .widget {
        padding: 0 10px;
        margin: 2.2em 0;
    }
    .widget ul li {
        margin-bottom: 0.75em;
        /* deep nesting */
    }
    .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em;
    }
    /* links widget */
    /* meta widget */
    /* pages widget */
    /* recent-posts widget */
    /* archives widget */
    /* tag-cloud widget */
    /* calendar widget */
    /* category widget */
    /* recent-comments widget */
    /* search widget */
    /* text widget */
    /*********************
  FOOTER STYLES
  *********************/
    /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
    .footer-links ul li {
        /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
    }
    /* end .footer-links */
}

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

    .wrap {
        width: 90%;
        max-width: 1540px;
    }

}

/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/

.bootstrap-realtypress .pagination > .active > a,
.bootstrap-realtypress .pagination > .active > span,
.bootstrap-realtypress .pagination > .active > a:hover,
.bootstrap-realtypress .pagination > .active > span:hover,
.bootstrap-realtypress .pagination > .active > a:focus,
.bootstrap-realtypress .pagination > .active > span:focus {
    background-color: #000;
    border-color: #000;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
    width: 100%;
}

.page-title {
    font-size: 4.5rem;
}

.header {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0);
}

.headerBlack {
    background: #000;
}

.desktop-phone {
    z-index: 10000;
    top: 0;
    right: 0;
    width: 250px;
    padding: 15px 20px;
    text-align: right;
    position: fixed;
    background: #fff;
    color: #000;
    font-weight: bold;
    font-size: 1.7rem;
    text-align: center;
    min-height: 70px;
    display: block;
    box-shadow: inset 0px -11px 28px -10px #ccc;
}

.mobile-phone {
    display: none;
}
@media only screen and (max-width: 767px) { 
    .social_header {
        display: none !important;
    }
}
@media only screen and (min-width: 768px) { 
    .social_header {
        margin-top:15px;
        margin-left:15px;
        display: block;
    }
}

.social_link {
        color:#fff;
        padding:5px 10px;
        font-weight: 300 !important;

    }

    .social_link:hover {
        color:#fc0;

    }


#omg_menu {
                z-index: 97;
                top: 0;
                left: 0;
                width: 100%;
                height: 100vh;
                background: #000;
                background: URL('https://omgrealestate.com/wp-content/uploads/2019/12/OMGbgfaded.jpg') no-repeat top center fixed;
    background-size: cover;
                margin: 0 !important;
                padding: 90px 10px;
                margin-top: 0 !important;
                margin-left: 0 !important;
                display: none;
                position: fixed;
                overflow: scroll;
            }

@media only screen and (max-width: 1100px) {
    .page-title {
        font-size: 2.5rem;
    }
    .desktop-phone {
        width: 180px;
        font-size: 1.3rem;
    }
    @media only screen and (max-width: 905px) {
        .desktop-phone {
            display: none;
        }
        .mobile-phone {
            display: block;
        }
        @media only screen and (max-width: 767px) {
            .desktop-phone {
                display: none;
            }
            .mobile-phone {
                display: block;
                z-index: 10002;
                position: fixed;
                color: #fff;
                top: 18px;
                right: 85px;
            }
            .mobile-phone a {
                color: #fff;
                border: 0;
                margin-right: 10px
            }
            .nav li ul.sub-menu li a,
            .nav li ul.children li a {
                font-size: 80% !important;
            }
            /*.top-nav {
                z-index: 1000000;
                top: 0;
                left: 0;
                width: 110%;
                height: 100vh;
                background: #fff;
                margin: 0 !important;
                padding: 90px 10px;
                margin-top: -1rem !important;
                margin-left: -1rem !important;
            }*/
            #inner-header {
                width: 100% !important
            }
        }
        @media only screen and (min-width: 1030px) {
            /******************************************************************
  Site Name:
  Author:

  Stylesheet: Desktop Stylsheet

  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.

  ******************************************************************/
            .wrap {
                width: 1240px;
                width: 90%;
            }
        }
        /*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
        @media only screen and (min-width: 1240px) {}
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
        only screen and (min--moz-device-pixel-ratio: 1.5),
        only screen and (min-device-pixel-ratio: 1.5) {
            @media print {
                * {
                    background: transparent !important;
                    color: black !important;
                    text-shadow: none !important;
                    filter: none !important;
                    -ms-filter: none !important;
                }
                a,
                a:visited {
                    color: #444 !important;
                    text-decoration: none !important;
                }
                a:after,
                a:visited:after {
                    content: " (" attr(href) ")";
                }
                a abbr[title]:after,
                a:visited abbr[title]:after {
                    content: " (" attr(title) ")";
                }
                .ir a:after,
                a[href^="javascript:"]:after,
                a[href^="#"]:after {
                    content: "";
                }
                pre,
                blockquote {
                    border: 1px solid #999;
                    page-break-inside: avoid;
                }
                thead {
                    display: table-header-group;
                }
                tr,
                img {
                    page-break-inside: avoid;
                }
                img {
                    max-width: 100% !important;
                }
                @page {
                    margin: 0.5cm;
                }
                p,
                h2,
                h3 {
                    orphans: 3;
                    widows: 3;
                }
                h2,
                h3 {
                    page-break-after: avoid;
                    font-family: "futura-pt", "futura-pt-condensed", arial, verdana !important;
                }
                .sidebar,
                .page-navigation,
                .wp-prev-next,
                .respond-form,
                nav {
                    display: none;
                }
            }