#incompatible_warning {
    width: 100%;
    display: none;
    background-color: red;
    color: white;
    font-size: 18px;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
    line-height: 45px;
}
HTML[data-useragent*="IE 8"] #incompatible_warning,
HTML[data-useragent*="IE 7"] #incompatible_warning {
    display: inline-block;
}
/* IE6 and below */

* html #incompatible_warning {
    display: inline-block;
}
/* Opera 9.27 and below, safari 2 */

html:first-child #incompatible_warning {
    display: inline-block;
}
/* Safari 2 - 3.1, Opera 9.25 */

*|html[xmlns*=""] #incompatible_warning {
    display: inline-block;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* Safari and Chrome */
    
    HTML #incompatible_warning {
        display: none;
    }
    /* Safari only override */
    
    ::i-block-chrome,
    #incompatible_warning {
        display: inline-block;
    }
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: #FFDFE0;
    margin-bottom: .375em!important;
    padding: 0;
    border-top: 1px solid #C89797;
    border-bottom: 1px solid #C89797;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-top: .75em;
    margin-bottom: .75em!important;
}
.gform_wrapper div.validation_error {
    color: #790000;
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 1.6em;
    border-top: 2px solid #790000;
    border-bottom: 2px solid #790000;
    padding: 1em 0;
    clear: both;
    width: 97.5%;
}

.page:not(.home) .envira-gallery-public .envira-gallery-item IMG {
  width: 100%;
}

.page:not(.home) .envira-gallery-public{
width: calc( 100% + 15px );
position: relative;
right: 8px;
}

.colsWrapperFull {
    width: 100%;
    display: table;
    clear: both;
}
.colsWrapperSeventy {
    width: 72%;
    width: calc( 100% - 260px);
    display: table;
}
.twocols {
    width: 49%;
    width: calc( 50% - 10px);
    margin-right: 20px;
}
.twocols.left {
    float: left;
}
.twocols.right {
    float: right;
    margin-right: 0px;
}
.threecols {
    width: 30%;
    width: calc( ( 100% / 3) - ( 40px / 3));
}
.threecols.left {
    float: left;
    margin-right: 20px;
}
.threecols.middle {
    float: left;
}
.threecols.right {
    float: right;
}
.misc_content {
    float: right;
    width: auto;
    margin: 0 0 10px 10px;
    text-align: left;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vertical-align-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
a.more-link {
    text-transform: capitalize;
}
/*  #Below 768px
================================================== */
/* Note: Design for a width BELOW 768px */

@media only screen and (max-width: 767px) { 
    img.alignleft,
    img.alignright,
    img.alignnone,
    .misc_content {
        float: none;
        clear: both;
        display: table;
        margin: 10px auto;
    }
    .twocols.left,
    .twocols.right,
    .threecols.left,
    .threecols.middle,
    .threecols.right {
        float: none;
        clear: both;
        display: table;
        margin: 0px auto 20px;
        width: 100%;
    }
    .twocols.left,
    .threecols.left,
    .threecols.middle {
        margin: 0px auto;
    }
    .twocols.left UL,
    .threecols.left UL,
    .threecols.middle UL {
        margin-bottom: 0px;
    }
    .contact_left,
    .contact_right {
        width: 100%;
        float: none;
        clear: both;
        display: table;
    }
    .contact_left {
        margin: 0px auto 20px;
    }
}