/*
Theme Name: Buyers Agent Sydney Responsive
Theme URI: http://www.studiopress.com/themes/sample
Template: genesis
Template Version: 2.1.10
Description: This is a two or three column child theme created for the Genesis Framework.
Author: Sharper Edge International Pty Ltd    Author URI: http://sharperedge.net     Version: 2.0     Tags: blue, gray, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments     Template: genesis    Template Version: 2.0*//* Table of Contents* Import Fonts* Defaults* Hyperlinks* Body* Wrap* Header* Image Header - Partial Width* Image Header - Full Width* Header / Primary / Secondary Navigation* Primary Navigation Extras* Inner* Breadcrumb* Taxonomy Description* Content-Sidebar Wrap* Content* Column Classes* Featured Post Grid* Headlines* Ordered / Unordered Lists* Post Info* Post Meta* Author Box* Sticky Posts* Archive Page* Post Icons* Images* Post Navigation* Primary / Secondary Sidebars* Dropdowns* Featured Page / Post* User Profile* Buttons* Search Form* eNews & Updates Widget* Calendar Widget* Footer Widgets* Footer* Comments* Gravity Forms* Responsive Design* Fonts*/
/* Import Fonts------------------------------------------------------------ */

@import url(https://fonts.googleapis.com/css?family=Oswald);
    @charset "UTF-8";
    @font-face {
    font-family: "old-phone";
    src: url("fonts/old-phone.eot");
    src: url("fonts/old-phone.eot?#iefix") format("embedded-opentype"), url("fonts/old-phone.woff") format("woff"), url("fonts/old-phone.ttf") format("truetype"), url("fonts/old-phone.svg#old-phone") format("svg");
    font-weight: normal;
    font-style: normal;
}
[data-icon]:before {
    font-family: "old-phone" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "old-phone" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div.wp-block-columns{
	margin-bottom:0;
}

.hide.show-mobile{
	display:none;
}

.fas{
	font-family:"FontAwesome";
	display:inline !important;
}

.entry-content .gform_body ul li{
    background: none;
}
.page-id-35 .gform_wrapper .top_label .gfield_label {
    float: left;
    min-width: 140px;
}
.entry-content .gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
    display: inline-block;
}
.page-id-35 .entry-content .gform_wrapper ul.gfield_radio li {
    margin-right: 10px;
    line-height: 20px;
}
.icon-vintage-telephone-call:before {
    content: "\61";
}


.clear.three-col {
    margin-top: 25px;
}

.clear.three-col:after,
.clear.three-col:before {
    clear: both;
    display: block;
    content: "";
    float: none;
}

/* Defaults------------------------------------------------------------ */
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /*font-size: 100%;
    */    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
/* CSS Document */* {
    margin: 0px;
    padding: 0px;
}
html, body {
    height: 100%;
}
body {
    background: #ececec url(images/bg_pattern.jpg) repeat center top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.35;
    color: #000000;
}
h1, h2, h3, h4, h5, h6 {
}
p {
}
a {
    outline: none;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
img, fieldset {
    border: 0px;
}

ul li {
    list-style: none;
}

ol li {
    list-style: decimal;
    margin-left: 15px;
    margin-bottom: 5px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 15px;
}

input, textarea, select {
    outline: none;
    border: none;
    border-radius: 4px;
}
.flt {
    float: left;
}
.flr {
    float: right;
}
.clr {
    clear: both;
}

.hide { display: none; }

.graybg {
    background: rgba(220,220,220,0.6);
    padding: 5px 15px;
}
.wrapper {
    width: 960px;
    margin: 0 auto;
    /*min-height: 500px;
    */ box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.relative {
    position: relative;
}
#header {
    height: 140px;
    padding: 29px 0 0 0;
    z-index: 99999;
}
#header .logo {
    position: absolute;
    top: 19px;
    left: 13px;
}
#header .logo a {
    display: block;
    text-align: center;
}
#header .hdr_rht {
    padding: 6px 17px 0 0;
    float: right;
}
#header .hdr_rht .number {
    background: url(images/phone_icon.png) no-repeat left center;
    line-height: 45px;
    font-size: 32px;
    color: #9b0a00;
    font-weight: normal;
    padding: 0 0 0 55px;
    float: right;
}
#header .hdr_rht .social {
    float: right;
    padding: 20px 11px 0 0;
    clear: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#header .hdr_rht .social .icon {
    float: left;
    width: 34px;
    height: 34px;
    margin: 5px 11px 0 0;
}
#header .hdr_rht .social .bar {
    background: url(images/social_bg.png) repeat-x;
    height: 33px;
    padding: 11px 17px 0 17px;
    float: left;
    margin: 0 0 0 19px;
    width: 192px;
}
#header .hdr_rht .social .bar .fb_like {
    float: left;
    margin-right: 22px;
}
#header .hdr_rht .social .bar .g_plus {
    float: left;
}
#away-message {
    background-color: #FFEF99;
    border: #ccc 4px ridge;
    padding: 9px;
    margin: 0 0 5px;
    font-style: italic;
}
#nav {
    background: #850000;
    border-radius: 4px 4px 0 0;
    height: 41px;
    margin-bottom: 5px;
    z-index: 999999;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 4px solid #ebbf26;
}
#nav a:hover {
    text-decoration: none;
}
#nav ul {
}
#nav ul li {
    float: left;
    height: 41px;
    position: relative;
    /*padding-right: 4px;
    */}
#nav ul li.last {
    background: none;
}
#nav ul li a {
    color: #fff;
    height: 41px;
    line-height: 41px;
    padding: 0 15px;
    float: left;
    font-size: 12px;
}
#nav ul li a:hover, #nav ul li:hover > a {
    background: #6e0000;
}
#nav ul li.first a:hover {
    background: #6e0000;
}
/*#nav ul li.last a:hover {
    background: url(images/nav_hover.png) no-repeat right top;
}
*/#nav ul li ul {
    display: none;
    position: absolute;
    left: -2px;
    top: 35px;
    background: #850000;
    width: 266px;
}
#nav ul li:hover ul {
    display: block;
}
#nav ul li ul li {
    border-bottom: 1px solid #5c0300;
    height: auto;
    background: none;
    float: none;
    padding: 0px;
}
#nav ul li ul li a {
    display: block;
    line-height: 36px;
    height: 36px;
    padding: 0 17px;
    float: none;
}
#nav ul li ul li a:hover {
    background: #6e0000 !important;
}
#nav span.sf-sub-indicator {
    position: relative;
    top: -2px;
}

.admin-bar .is-sticky .nav-primary {
    top: 30px !important;
}

.is-sticky .nav-primary .menu-primary {
    width: 100%;
}

.is-sticky #nav .wrap {
	max-width: 1035px;
}

.is-sticky #nav ul li a {
    padding: 0 9px
}

.is-sticky  #nav ul.menu li.hide.phone-number,
.is-sticky  #nav ul.menu li.phone-number {
    display: inherit!important;
    float: right;
    position: relative;
    top: 0;
    padding: 0;
    font-weight: bold;
}

.is-sticky  #nav ul.menu li.phone-number a,
#nav .sticky-phone-mobile a.call-phone {
	background: #ffd95a;
    color: #830000;
    padding: 5px 10px;
    position: relative;
    top: 3px;
    line-height: 26px;
    height: 24px;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 700;
    transition: .2s ease-in-out;
}

.is-sticky  #nav ul.menu li.phone-number i{
	position:relative;
	top:1px;
}

.is-sticky  #nav ul.menu li.phone-number a:hover,
#nav .sticky-phone-mobile a.call-phone:hover {
	background: #ffdf72;
}

/* .is-sticky  #nav ul.menu li.phone-number a:before,
#nav .sticky-phone-mobile a.call-phone:before {
	content: url('images/mobile-phone-icon.png');
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -3px;
} */

.is-sticky  .nav-primary .fas {
    font-size: 110%;
}

.sidebar-sidebar-content #content {
    float: right;
    width: 690px;
}
.sidebar-content #content {
    float: right;
    width: 690px;
} /*
ul.wpp-list {
    padding: 0px 15px;
} */

body.content-sidebar #content {
    float: left;
    width: 680px;
    }
#content_home {
}
.full-width-content #content {
    width: auto!important;
    max-width: 950px;
}
.lady {
    position: absolute;
    top: 230px;
    right: 145px;
    z-index: 1001;
}
.lady-mobile {
    float: right;
    display: none;
}
#main_slider {
    height: 339px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    z-index: 1000;
    margin-bottom: 35px;
    margin-top: 5px;
}
#main_slider img {
    width: 958px;
    height: 339px;
}
#main_slider .overlay {
    background: url("images/slider_overlay.png") repeat-y scroll 0 0 transparent;
    bottom: 70px;
    font-family: arial helvetica sans-serif;
    font-size: 18px;
    font-weight: normal;
    left: 0;
    position: absolute;
    width: 694px;
    padding: 7px 70px 13px 24px;
}
#main_slider .overlay p {
    color: #fff;
    margin: 6px 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 2px 2px #222;
    line-height: 125%;
}
#main_slider .overlay a {
    color: #7F0400 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 18px;
    font-weight: normal;
    text-decoration: underline;
    text-shadow: none;
}


#content p {
    margin-bottom: 15px;
}
#content_home p {
    margin-bottom: 15px;
}
.content_1 {
    position: relative;
    z-index: 1002;
    padding: 15px 0 0 0;
    clear: both;
}
.content_1 .welcome {
    padding: 0 152px 0 0;
}
.content_1 .welcome .head {
    background: url(images/line-v2.png) no-repeat center right;
    height: 45px;
    margin-bottom: 10px;
}
.content_1 .welcome .head h1 {
    font-size: 36px;
    font-weight: normal;
    color: #7f0400;
    line-height: 45px;
    float: left;
    margin-top: 0px;
}
.content_1 .welcome .head .search {
    background: url(images/srch_bg.png) no-repeat;
    width: 283px;
    height: 23px;
    float: right;
    padding: 5px 0 5px 20px;
    margin-top: 6px;
}
.content_1 .welcome .head .search .input {
    width: 240px;
    line-height: 23px;
    color: #666666;
    font-style: italic;
    float: left;
    border: 0px;
    padding: 0px 0;
}
.content_1 .welcome .head .search .btn {
    float: right;
    width: 31px;
    height: 19px;
    border: 0px;
    background: none;
    cursor: pointer;
}
.content_1 .video_text {
    margin-bottom: 15px;
}
.content_1 .video_text .video {
    margin-right: 26px;
    float: left;
}
.content_1 .video_text .text {
    float: left;
    width: 455px;
}
.content_1 .video_text .text h2 {
    font-size: 24px;
    line-height: 26px;
    font-weight: normal;
    color: #7f0400;
    margin-bottom: 10px;
}
.content_1 .video_text .text ul {
    margin-bottom: 15px;
}
.content_1 .video_text .text ul li {
}
.content_1 .video_text .text .red {
    color: #7f0400;
}
.home-text-reason h3 {
    padding-bottom: 15px !important;
}
/*
#content ol.reasons li {list-style: none; margin-left: 565px;}
#content_home ol.reasons li {list-style: decimal; margin-left: 565px;}
*/
ol.reasons {
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}
ol.reasons > li {
    position:relative; /* Create a positioning context */
    margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */
    padding:4px 8px; /* Add some spacing around the content */
    list-style:none; /* Disable the normal item numbering */
    /*border-top:2px solid #666;*/
   /*   background:#f6f6f6;*/
}
ol.reasons > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top: 2px;
    left: -30px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:1.8em;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    /*margin-right:8px;*/
    padding:.2em;
    color:#7d001a;
     background: -webkit-linear-gradient(#fdc400, #ffdf00, #fdc600); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fdc400, #ffdf00, #fdc600); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fdc400, #ffdf00, #fdc600); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fdc400, #ffdf00, #fdc600); /* Standard syntax (must be last) */
    font-weight:bold;
    text-align:center;
    border-radius: 2em;
    box-shadow: 1px 4px 3px #cecece;
}
li .reason-number{font-size: 15px;}
li ol,
li ul {margin-top:6px;}
ol ol li:last-child {margin-bottom:0;}

.post-meta {
    padding: 12px 0 6px 0;
    color: #444;
}
.post-meta span.tags {
    padding-left: 10px;
}
#newsletter {
    border: 2px solid #7c0700;
    padding: 50px 0;
    margin: 30px 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 89%;
    display: block;
    background: #fff;
    padding-bottom: 32px;
}
#newsletter label {
    display: inline;
    font-size: 22px;
    color: #000;
}
#newsletter label span {
    color: #7c0700;
    font-weight: bold;
}
#newsletter form {
    display: inline-block;
    vertical-align: middle;
}
#newsletter .input {
    width: 150px;
    height: 24px;
    border: 1px solid #ebebeb;
    padding: 3px 12px;
    color: #5a5a5a;
    line-height: 15px;
    margin-top: -5px;
    margin-left: 10px;
    background: #f6f6f6;
}
#newsletter .btn {
    background: #f5c827;
    color: #2c2c2c;
    width: 107px;
    height: 33px;
    border: 0px;
    cursor: pointer;
    margin-top: -6px;
    margin-left: 8px;
    font-weight: 700;
    text-shadow: 0.7px 0px #2c2c2c;
    font-size: 14px;
}
#newsletter .btn:hover {
    background-position: left bottom;
}
.content_2 {
    padding: 5px 20px 0 25px;
    margin-bottom: 20px;
    .float: left;
}
.content_2 h2 {
    text-align: center;
    font-size: 30px;
    line-height: 24px;
    font-weight: normal;
    color: #7f0400;
    margin-top: 45px;
    margin-bottom: 31px;
}
.content_2 h2 em {
}
.content_2_left {
    display: inline-block;
    float: left;
    width: 20%;
}
.content_2_right {
    display: inline-block;
    float: left;
    width: 80%;
}
.highlighted-text-box {
    display: inline-block;
    padding: 30px;
    background: #f3f3f3;
    margin-bottom: 30px;
    box-shadow: 1px 4px 5px #cecece;
    border-radius: 4px;
}
.home-tv-block-text {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
}
.home-tv-block-text span {
    color: #d4070e;
}
#know-more {
    border: 2px solid #7c0700;
    padding: 20px 0;
    padding-bottom: 10px;
    margin: 40px 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 89%;
    display: block;
    margin-bottom: 60px;
    background: #fff;
}
#know-more span {
    font-size: 28px;
    line-height: 60px;
}
#know-more p {
    font-size: 28px;
    padding-top: 10px;
}
#know-more .btn {
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #292c33;
    background: #f5c827;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    font-size: 17px;
    margin-top: 10px;
}
#know-more .btn:hover {
    background: #f5c827;
    background-image: -webkit-linear-gradient(top, #f5c827, #e3b927);
    background-image: -moz-linear-gradient(top, #f5c827, #e3b927);
    background-image: -ms-linear-gradient(top, #f5c827, #e3b927);
    background-image: -o-linear-gradient(top, #f5c827, #e3b927);
    background-image: linear-gradient(to bottom, #f5c827, #e3b927);
    text-decoration: none;
    transition: .2s ease;
}
.acreditation {
}
.acreditation .guarantee {
    margin-left: -12px;
}
.acreditation .logos {
    margin: 7px -12px 0 0;
}

/**
 * Before footer seciton
 * Rich footer
*/
.home .col.m12.google-review {
	margin-top: 15px;
    display: table;
    margin: 15px auto 0 auto;
}

.col.m12.google-review {
    clear: both;
	font-size: 20px;
    background: #f3f3f3;
    display: table;
    padding: 15px 20px;
    box-shadow: 0px 1px 3px rgba(0,0,0,.6);
    margin: 0 auto 15px 0;
}

#richfooter-wrap .col.m12.google-review {
    background: #fefefe;
}

.google-review .fa {
    margin: 0 3px;
    font-size: 24px;
}

.google-review p {
    margin: 0 auto 12px auto;
    color: #fede00;
}

.testimonial-block.google-review {
    float: left;
    clear: none !important;
    margin-top: 10px;
}

.testimonial-block.google-review h4 {
    font-size: 14px;
}

.google-review  .col { display: inline-block; }
.google-review  .col.first {
    padding: 0 15px;
    vertical-align: top;
    margin-top: 23px;
}

#richfooter-wrap .testimonial_rotator_author_info.cf-tr {
    font-size: 18px;
    font-weight: 600;
}

#richfooter-wrap .testimonial_rotator.template-longform .testimonial_rotator_quote {
    text-align: left;
    line-height: 1.6;
}

#richfooter-wrap .testimonial_rotator.template-longform .testimonial_rotator_author_info p {
    margin-top: 15px;
    text-align: left;
}

#richfooter-wrap .testimonial_rotator_quote::before {
    content: "\f10d";
    font-family: FontAwesome;
    font-weight: 900;
    position: absolute;
    left: -24px;
    top: 10px;
    font-size: 1rem;
    font-style: normal;
    color: #7f0400;
}

#richfooter-wrap .testimonial_rotator_wrap {
    margin-top: -40px;
    padding: 10px 60px;
}



.clear { clear: both; }
.center-align { display: block;
    text-align: center;
}

.container {
    margin: 0 auto;
    clear: both;
    max-width: 960px;
    display: block;
    position: relative;
}

.richfooter-section-1 .col {
    /*float: left;*/
    width: 32.3%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.richfooter-section-1 .section .block:first-child {
    padding-right: 14%;
    margin-right: 6px;
}

.richfooter-section-1 .section .block:last-child {
    padding-left: 15%
}


.richfooter-section-1 .container {
    text-align: center;
}

.richfooter-section-1 .col {
    background:  #e8e8e8;
    padding: 20px;
    margin: 0px 0;
    min-height: 400px;
}

#richfooter-wrap {
    display: block;
    clear: both;
    float: none;
    background: #f3f3f3;
    padding: 35px 15px;
}

#richfooter-wrap h3 {
    color: #7f0400;
    font-size: 25px !important;
    font-weight: bold;
    line-height: normal !important;
}

#richfooter-wrap .div.center-align h3 {
    margin-top: 15px !important;
    margin-bottom: 6px;
}

#richfooter-wrap p {
    margin-bottom: 0.5em;
}

.richfooter-section-1 {
    padding: 0 15px 0 15px;
}

.richfooter-section-2 .block {
    display: inline-block;
    vertical-align: middle;
    margin: 0 ;
    width: 47.5%;
}

.richfooter-section-2 .block.google-review {
    margin: 30px auto 0 auto;
    width: auto;
    padding: 5px;
}

.richfooter-section-2 .section .block:first-child {
    margin-right: 40px;
}

.richfooter-section-2 .color-dark {
    color: #000000;
    display: block;
}


.richfooter-section-2 {
    text-align: center;
    padding: 12px 0;
}

.richfooter-section-2 > .container {
    background-color: #e8e8e8;
    padding: 8px 0 30px 0;
    max-width: 950px;
}

.richfooter-section-2 .video {

    position: relative;
    overflow: hidden;
    padding-top: 27%;
}

.richfooter-section-2 .video iframe  {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.easy_t_single_testimonial {
    display: none !important;
}

#content .easy_t_single_testimonial {
    display: block !important;
}

.testimonials.ft2 .easy_t_single_testimonial {
    display: block !important;
}


.single-testimonial #content {
    width: 680px;
}


.footer-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.before-footer-section:before, .before-footer-section:after,
.footer1:before, .footer1:after, .footer2:before, .footer2:after {
    content: "";
    clear: both;
    display: block;
}

.footer1, .footer2 {
    display: block;
    clear: both;
    position: relative;
    text-align: center;
    z-index: 1
}



.ft-col1, .ft-col2 {
    /*float: left;*/
    width: 27%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}



.about-tracey {
    position: absolute;
    left: -8px;
    right: 0;
    text-align: center;
    top: 50px;
    z-index: 0
}

.phone-call.call-phone {
    margin-bottom: 15px;
    display: table;
    clear: both;
}

.phone-call {
    font-weight: bold;
    color: #FFF;
    background: #850000;
    border-radius: 3px;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 15px;
    transition: 0.2s ease;
}

.phone-call:hover {
    background: #6e0000;
    cursor: pointer;
    text-decoration: none;
}

.phone-call a {

    color: #FFF;
}

.phone-call a:hover {

    text-decoration: none;
}

.phone-call i {
    padding-right: 5px;
}




.footer2 {
    margin-top: 25px;
}


.footer2 h3 {
    margin: 15px auto;
}

#richfooter-wrap .testimonial {
    font-size: 18px !important;
    line-height: 32px !important;
    font-style: italic;
    text-align: left;
}

.cf-summary {
    margin-bottom: 15px;
    line-height: 1.35;
}

.cf-name {
    color: #7f0400;
    font-weight: bold;
    display: inline-block;
    vertical-align: bottom;
}
.cf-name:after {
    content: ", ";
    margin-right: 6px;
}
.cf-source {
    display: inline-block;
    vertical-align: bottom;
}

.quote {
    background: url("images/quote.png") center center no-repeat;
    width: 25px;
    height: 25px;
}


.hms-testimonial-group .hms-testimonial-container {
    margin-bottom: 20px;
}

.hms-testimonial-group .hms-testimonial-container:after {
    content: "";
    clear: both;
    margin: 15px auto;
    height: 3px;
    overflow: hidden;
    background: url(images/line2.png) repeat-x;
    display: block;
}

.hms-testimonial-group .cf-source {
    font-size: 14px;
    font-style: italic;
}

.hms-testimonial-group .testimonial {
    margin-top: 10px;
}

.easy-t-cycle-pager span {
    color: #750400;
    margin: 0 3px;
}

.acf-field-show_rich_footer {
    display: none;
}

/* Popular posts */
.popular-posts {
    padding: 0 15px;
}

.popular-posts h4 {
    display: none;
}
/*
.wpp-list li {
    padding: 8px 0;
    border-bottom: 1px solid #cccccc;
}

.wpp-list li.last {
    border-bottom: none;
}

.wpp-list li a {
    font-size: 90%;
    color: #333333;
}

.wpp-list li a:hover {

    color: #7f0400;
}

.wpp-thumbnail {
    margin: 0 15px 0 0 !important;
}
*/
.side_box .sb_body h2 { padding-left: 15px !important; }
.side_box:not(:first-child) .sb_body ul { padding: 0px 15px !important; }
.side_box:not(:first-child) .sb_body ul li {
    padding: 8px 0;
    border-bottom: 1px solid #cccccc;
	margin-bottom: 0;
}

.side_box:not(:first-child) .sb_body ul li.last {
    border-bottom: none;
}

.side_box:not(:first-child) .sb_body ul li a {
    color: #333333;
    font-size: 14.4px;
	line-height: 1.35;
}

.side_box:not(:first-child) .sb_body ul li a:hover { color: #7f0400; }
.side_box:not(:first-child) .sb_body ul li img {
	padding: 0 !important;
	margin: 0 15px 0 0 !important;
}
.wpp-post-title, .rpwe-title {
	padding-bottom: 0 !important;
	display: block;
}
/*#footer {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: url(images/footer_bg_rpt.gif) repeat-x;
    height: 49px;
    color: #333333;
    font-size: 12px;
    line-height: 20px;
    padding: 12px 0 0 0;
    overflow: hidden;
    width: 100%}
*/
#footer {
    background: #cecece;
    box-sizing: border-box;
    /*color: #333333;
    font-size: 12px;*/
    height: auto;
    /*line-height: 20px;*/
    overflow: hidden;
    padding: 0 0 12px 0 !important;
    width: 100%;
}

#footer .wrapper {
    line-height: 20px;
    font-size: 12px;
    color: #333333;

}


#footer .developed_by {
    float: right;
}
/*#footer .copyright {
    float: left;
}
#footer .links {
    float: left;
    clear: left;
}
*/#footer .wrapper a {
    color: #333333;
}


.sidebar-sidebar-content #sidebar {
    width: 300px;
    float: left;
    margin: 0 0 10px 0;
}
.sidebar-content #sidebar {
    width: 300px;
    float: left;
    margin: 0 0 10px 0;
}
#sidebar {
    width: 263px;
    float: right;
    margin: 0 0 10px 0;
}


.side_box {
    /*background: url(images/sb_top.png) no-repeat center top;*/
    padding: 0 0 0 0;
    width: 300px;
    margin: 0 0 20px 0;
}


.side_box .sb_body {
    background: rgba(220, 220, 220, 0.6);
    /*border: 1px solid #aeaeae;*/
    border-top: 0px;
    border-radius: 5px;
    behavior: url(PIE.htc);
    padding: 11px 0 15px 0;
    position: relative;
}
.side_box .sb_body h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    color: #7f0400;
    text-shadow: 0 1px 0 #fff;
    padding: 0 12px 26px;
}
.side_box .sb_body .ico {
    position: absolute;
    right: 23px;
    top: 8px;
}
.side_box .sb_body .form {
    width: 209px;
    padding-left: 26px;
}
.side_box .sb_body .form p {
    margin-bottom: 8px !important;
}
.side_box .sb_body .form label {
    display: block;
    font-size: 14px;
    color: #333333;
    padding: 0 0 4px 6px;
}
.side_box .sb_body .form .input {
    border: 1px solid #cccccc;
    width: 199px;
    height: 15px;
    padding: 4px;
    line-height: 15px;
    box-shadow: 0 1px 0px #fff;
    behavior: url(PIE.htc);
    position: relative;
}
.side_box .sb_body .form .area {
    border: 1px solid #cccccc;
    width: 199px;
    height: 50px;
    padding: 4px;
    line-height: 15px;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0 1px 0px #fff;
    behavior: url(PIE.htc);
    position: relative;
}
.side_box .sb_body .form .btn {
    text-align: center;
    margin: 0 !important;
    padding-top: 5px;
}
.side_box .sb_body .form .submit {
    background: rgb(169, 3, 41);
    /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */background: -moz-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(169, 3, 41, 1)), color-stop(44%, rgba(143, 2, 34, 1)), color-stop(100%, rgba(109, 0, 25, 1)));
    /* Chrome, Safari4+ */background: -webkit-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* Chrome10+, Safari5.1+ */background: -o-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* Opera 11.10+ */background: -ms-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* IE10+ */background: linear-gradient(to bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );
    /* IE6-8 */ border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    height: 28px;
    margin-left: 50px;
    width: 118px;
    margin-top: 15px;
}
.side_box .sb_body .form .submit:hover {
    background: rgb(169, 3, 41);
    /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */background: -moz-linear-gradient(bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* FF3.6+ */background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%, rgba(169, 3, 41, 1)), color-stop(44%, rgba(143, 2, 34, 1)), color-stop(100%, rgba(109, 0, 25, 1)));
    /* Chrome, Safari4+ */background: -webkit-linear-gradient(bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* Chrome10+, Safari5.1+ */background: -o-linear-gradient(bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* Opera 11.10+ */background: -ms-linear-gradient(bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* IE10+ */background: linear-gradient(to top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );
    /* IE6-8 */ border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    height: 28px;
    margin-left: 50px;
    width: 118px;
}
.side_box .sb_body .sb_list {
    padding: 5px 10px 5px 26px;
}
.side_box .sb_body .sb_list li {
    font-size: 16px;
    line-height: 20px;
    text-shadow: 0 1px 0 #fff;
    background: url(images/arrow_sb.png) no-repeat 0 4px;
    padding: 0 0 0 21px;
    margin-bottom: 5px;
    text-shadow: none;
}
.side_box .sb_body .sb_list li:hover {
    background: url(images/arrow_sbh.png) no-repeat 0 4px;
}
.side_box .sb_body .sb_list li a {
    color: #333333;
}
.side_box .sb_body .sb_list li:hover a, .side_box .sb_body .sb_list li a:hover {
    color: #7f0400;
    text-decoration: underline;
}
.side_box .sb_body .tag_cloud {
    text-align: center;
    padding: 0 5px 5px 5px;
}
.side_box .sb_body .tag_cloud li {
    display: inline;
    padding: 0 2px;
}
.side_box .sb_body .tag_cloud li a {
    text-shadow: 0 1px 0 #fff;
}
.side_box .sb_body .tag_cloud li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=0);
}
.side_box .sb_body .tag_cloud li a.dark {
    color: #424141;
}
.side_box .sb_body .tag_cloud li a.light {
    color: #666666;
}
.side_box .sb_body .tag_cloud li a.red {
    color: #7f0400;
}
.full-width-content .left_section {
    float: left;
    padding: 10px 0 10px 25px;
    width: 950px;
}
.left_section {
    float: left;
    padding: 2px 0 10px 25px;
    width: 646px;
}
.left_section .page_title {
    font-size: 36px;
    line-height: 42px;
    background: url(images/line2.png) repeat-x left bottom;
    font-weight: normal;
    font-weight: normal;
    color: #7f0400;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.left_section h1 {
    font-size: 30px;
    line-height: 34px;
    font-weight: normal;
    color: #7f0400;
    padding-bottom: 10px;
}
.left_section h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
    color: #7f0400;
    padding-bottom: 10px;
}
.left_section h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    color: #7f0400;
    padding-bottom: 10px;
}
.left_section ul {
    padding: 10px 0 20px 13px;
}
.left_section ul li {
    padding-left: 25px;
    margin-bottom: 5px;
    background: url(images/bullet-v3.png) no-repeat 0 4px;
}
.left_section .more {
    padding-right: 55px;
    height: 21px;
}
.page-template-page_blog-php #content {
    width: 650px !important;
    margin-left: 10px;
    margin-right: 10px;
}
.page-template-page_blog-php .post,
body.archive.tag div.post,
body.archive.category div.post {
    background: transparent;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
}

body.archive.tag div.post,
body.archive.category div.post {
    padding-bottom: 0;
}

.page-template-page_blog-php .post:after,
body.archive.category div.post:after,
body.archive.category div.post:after {
    display: block;
    content: "";
    float: none;
    clear: both;

}

.page-template-page_blog-php .navigation .alignleft, .page-template-page_blog-php .navigation .alignright {
    background: transparent;
    border: none;
}
.page-template-page_blog-php .post-meta, .page-template-page_blog-php .post, .page-template-page_blog-php h2.entry-title {
    clear: both;
}
.page-template-page_blog-php a.more-link, .left_section .read_more {
    float: right;
    margin-top: 25px;
}
a.more-link, .left_section .read_more {
    background: rgb(169, 3, 41);
    /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */background: -moz-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(169, 3, 41, 1)), color-stop(44%, rgba(143, 2, 34, 1)), color-stop(100%, rgba(109, 0, 25, 1)));
    /* Chrome, Safari4+ */background: -webkit-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* Chrome10+, Safari5.1+ */background: -o-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* Opera 11.10+ */background: -ms-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* IE10+ */background: linear-gradient(to bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );
    /* IE6-8 */width: 103px;
    height: 21px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 12px;
    border-radius: 10px;
}
a.more-link:hover, .left_section .read_more:hover {
    background: rgb(169, 3, 41);
    /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */background: -moz-linear-gradient(bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(169, 3, 41, 1)), color-stop(44%, rgba(143, 2, 34, 1)), color-stop(100%, rgba(109, 0, 25, 1)));
    /* Chrome, Safari4+ */background: -webkit-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* Chrome10+, Safari5.1+ */background: -o-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* Opera 11.10+ */background: -ms-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* IE10+ */background: linear-gradient(to top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );
    /* IE6-8 */width: 103px;
    height: 21px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 12px;
    border-radius: 10px;
}
.divider {
    border-bottom: 1px dotted #CCC;
    margin-bottom: 15px;
}
/* testimonials */#sfstest-page {
    padding-bottom: 10px;
}
#sfstest-page .pic {
    background: #fff;
    width: 106px;
    height: 135px;
    float: left;
    margin: 0 13px 5px 0;
}
#sfstest-page .pic img {
    width: 104px;
    height: 133px;
    border: 1px solid #999999;
}
#sfstest-page h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 4px;
    color: #7F0400;
}
#sfstest-page h4 em {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}
#sfstest-page h4 a {
    color: #7f0400;
}
#sfstest-page .divider {
    background: url(images/line2.png) repeat-x;
    clear: both;
    margin: 0 0 15px 0;
    height: 3px;
    overflow: hidden;
}
h1 {
    font-size: 30px !important;
    line-height: 34px!important;
    font-weight: normal!important;
    color: #7f0400!important;
    padding-bottom: 10px !important;
    margin-top: 6px;
}
h2 {
    font-size: 26px!important;
    line-height: 30px!important;
    font-weight: normal!important;
    color: #7f0400!important;
    padding-bottom: 10px !important;
}
h3 {
    font-size: 20px!important;
    line-height: 24px!important;
    font-weight: normal!important;
    color: #7f0400!important;
    padding-bottom: 10px !important;
}
.left_section1 {
    background: rgba(220,220,220,0.6);
    padding: 10px 25px 10px 25px;
    width: 620px;
}
.left_section1 .page_title {
    font-size: 36px;
    line-height: 42px;
    background: url(images/line2.png) repeat-x left bottom;
    font-weight: normal;
    font-weight: normal;
    color: #7f0400;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.page_title {
    font-size: 36px;
    line-height: 42px;
    background: url(images/line2.png) repeat-x left bottom;
    font-weight: normal;
    font-weight: normal;
    color: #7f0400;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
a {
    color: #7f0400;
}
.left_section1 h1 {
    font-size: 30px;
    line-height: 34px;
    font-weight: normal;
    color: #7f0400;
    padding-bottom: 10px;
}
.entry-content h1 {
    font-size: 30px;
    line-height: 34px;
    font-weight: normal;
    color: #7f0400;
    padding-bottom: 10px;
}
.left_section1 h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
    color: #7f0400;
    padding-bottom: 10px;
}
.entry-content h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
    color: #7f0400;
    padding-bottom: 10px;
}
.left_section1 h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    color: #7f0400;
    padding-bottom: 10px;
}
.entry-content h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    color: #7f0400;
    padding-bottom: 10px;
}
.left_section1 ul {
    padding: 10px 0 20px 13px;
}
.left_section1 ul li {
    padding-left: 25px;
    margin-bottom: 5px;
    background: url(images/bullet-v3.png) no-repeat 0 4px;
}
.left_section1 .more {
    padding-right: 55px;
    height: 21px;
}
.left_section1 .read_more {
    background: url(images/rm_btn.png) no-repeat 0 0;
    width: 103px;
    height: 21px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 12px;
}
.left_section1 .read_more:hover {
    background: url(images/rm_btn.png) no-repeat 0 bottom;
}
.left_section1 .divider {
    background: url(images/line2.png) repeat-x;
    clear: both;
    margin: 0 0 15px 0;
    height: 3px;
    overflow: hidden;
}
.left_section1 .testimonial {
    padding-bottom: 10px;
}
.left_section1 .testimonial .pic {
    background: #fff;
    width: 106px;
    height: 135px;
    float: left;
    margin: 0 13px 5px 0;
}
.left_section1 .testimonial .pic img {
    width: 104px;
    height: 133px;
    border: 1px solid #999999;
}
.left_section1 .testimonial h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 4px;
    color: #7F0400;
}
.left_section1 .testimonial h4 em {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}
.left_section1 .testimonial h4 a {
    color: #7f0400;
}
/*.overlay a {
    color: #FFFFFF;
    font-family: arial;
    font-size: 20px;
}
*/article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
section.left_section a:hover {
    text-decoration: underline;
}
/* change colours to suit your needs */ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input, select, textarea {
    vertical-align: middle;
    border-radius: 4px;
    border: solid 1px #ccc;
    padding: 4px;
}
.searchsubmit {
    background: url("images/srch_img.png") no-repeat scroll 0 0 transparent;
    width: 25px;
    height: 22px;
}
.newsletter-firstname {
    color: #999999;
    font-style: italic;
    height: 19px;
    margin-right: 10px;
    padding: 3px 10px;
    width: 181px;
}
.newsletter-email {
    color: #999999;
    font-style: italic;
    height: 19px;
    margin-right: 10px;
    padding: 3px 10px;
    width: 181px;
}
.newsletter-name {
    color: #999999;
    font-style: italic;
    height: 19px;
    margin-right: 10px;
    padding: 3px 10px;
    width: 181px;
    margin-left: 26px;
}
.newsletter-mail {
    color: #999999;
    font-style: italic;
    height: 19px;
    margin-right: 10px;
    padding: 3px 10px;
    width: 181px;
    margin-left: 26px;
    margin-bottom: 20px;
}
.searchform input {
    font-style: italic;
    color: #999999;
    border: none;
}
.searchform input.search-input {
    width: 240px;
}
#slider img {
    display: block !important;
}
/*.alignleft, .alignright {
    padding: 3px;
    border: 1px solid #ddd;
    background: #F5F5F5;
    float: left;
}*/

.alignleft, .alignright{
	display:table;
}

.alignright {
    float: right;
    margin: 0 0 10px 15px;
}
.alignleft {
    float: left;
    margin: 0 15px 10px 0;
}
.left {
    float: left;
    padding: 3px 12px 5px 0;
}

.wp-caption {
   border-radius: 0 0 3px 3px;
   border: 1px solid #dedede;
   margin-bottom: 15px;
   background: #f3f3f3;
   padding: 3px;
}

p.wp-caption-text, .wp-caption p {
    padding: 5px;
    margin: 0 !important;
    font-size: 12px;
    font-weight: bold;
}

.wp-caption img.plain {
    border-radius: 0;
}
img.post-image {
    display: none;
}

.newsletter-submit {
    background: rgb(255, 214, 94);
    /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */background: -moz-linear-gradient(top, rgba(255, 214, 94, 1) 0%, rgba(254, 191, 4, 1) 100%);
    /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 214, 94, 1)), color-stop(100%, rgba(254, 191, 4, 1)));
    /* Chrome, Safari4+ */background: -webkit-linear-gradient(top, rgba(255, 214, 94, 1) 0%, rgba(254, 191, 4, 1) 100%);
    /* Chrome10+, Safari5.1+ */background: -o-linear-gradient(top, rgba(255, 214, 94, 1) 0%, rgba(254, 191, 4, 1) 100%);
    /* Opera 11.10+ */background: -ms-linear-gradient(top, rgba(255, 214, 94, 1) 0%, rgba(254, 191, 4, 1) 100%);
    /* IE10+ */background: linear-gradient(to bottom, rgba(255, 214, 94, 1) 0%, rgba(254, 191, 4, 1) 100%);
    /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04', GradientType=0 );
    /* IE6-8 */   cursor: pointer;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    border-radius: 4px;
    float: right;
    height: 27px;
    margin-right: 10px;
    width: 107px;
}
.newsletter-submit1 {
    background: rgb(169, 3, 41);
    /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */background: -moz-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(169, 3, 41, 1)), color-stop(44%, rgba(143, 2, 34, 1)), color-stop(100%, rgba(109, 0, 25, 1)));
    /* Chrome, Safari4+ */background: -webkit-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* Chrome10+, Safari5.1+ */background: -o-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* Opera 11.10+ */background: -ms-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* IE10+ */background: linear-gradient(to bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );
    /* IE6-8 */ border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    height: 28px;
    margin-left: 80px;
    width: 118px;
}
.newsletter-submit1:hover {
    background: rgb(169, 3, 41);
    /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */background: -moz-linear-gradient(bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* FF3.6+ */background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%, rgba(169, 3, 41, 1)), color-stop(44%, rgba(143, 2, 34, 1)), color-stop(100%, rgba(109, 0, 25, 1)));
    /* Chrome, Safari4+ */background: -webkit-linear-gradient(bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* Chrome10+, Safari5.1+ */background: -o-linear-gradient(bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* Opera 11.10+ */background: -ms-linear-gradient(bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* IE10+ */background: linear-gradient(to top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );
    /* IE6-8 */ border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    height: 28px;
    margin-left: 80px;
    width: 118px;
}
.wpcf7 input.wpcf7-text {
    padding: 4px;
}

.wpcf7-submit,
.page-id-35 #gform_submit_button_4 {
    background: rgb(169, 3, 41);
    /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */background: -moz-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(169, 3, 41, 1)), color-stop(44%, rgba(143, 2, 34, 1)), color-stop(100%, rgba(109, 0, 25, 1)));
    /* Chrome, Safari4+ */background: -webkit-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* Chrome10+, Safari5.1+ */background: -o-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* Opera 11.10+ */background: -ms-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* IE10+ */background: linear-gradient(to bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );
    /* IE6-8 */ border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    height: 28px;
    margin-left: 50px;
    width: 118px;
    margin-top: 15px;
}
.wpcf7-submit:hover,
.page-id-35 #gform_submit_button_4:hover {
    background: rgb(169, 3, 41);
    /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */background: -moz-linear-gradient(bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* FF3.6+ */background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%, rgba(169, 3, 41, 1)), color-stop(44%, rgba(143, 2, 34, 1)), color-stop(100%, rgba(109, 0, 25, 1)));
    /* Chrome, Safari4+ */background: -webkit-linear-gradient(bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* Chrome10+, Safari5.1+ */background: -o-linear-gradient(bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* Opera 11.10+ */background: -ms-linear-gradient(bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* IE10+ */background: linear-gradient(to top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );
    /* IE6-8 */ border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    height: 28px;
    margin-left: 50px;
    width: 118px;
}
.gform_body .gfield_radio input {
    margin-top: 0px !important;
}
.wpcf7-form {
    margin-left: 26px;
}
#wpcf7-f197-o1 p {
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 3px;
}
.tagcloud a {
    color: #666666;
}
.tagcloud a:hover {
    color: #7f0400;
    text-decoration: underline;
}
.tagcloud {
    padding: 15px;
}
.widget_tag_cloud h4 span {
    display: none;
}
.tag-link-7, .tag-link-4 {
    color: #7F0400!important;
}
#webwalkvideo_div {
    display: block!important;
    height: 512px!important;
    left: 10px!important;
    margin-left: 808px!important;
    margin-top: 258px!important;
    position: absolute!important;
    top: 10px!important;
    width: 288px!important;
    z-index: 2147483647!important;
}
.sidebar-content  #webwalkvideo_div {
    display: block!important;
    height: 512px!important;
    left: 10px!important;
    margin-left: 145px!important;
    margin-top: 258px!important;
    position: absolute!important;
    top: 10px!important;
    width: 288px!important;
    z-index: 2147483647!important;
}
.entry-content ul li {
    padding-left: 25px;
    margin-bottom: 5px;
    background: url(images/bullet-v3.png) no-repeat 0 4px;
}
.product-slider-prev-button {
    background: url(images/prev.png) no-repeat;
    position: absolute;
    width: 21px;
    height: 21px;
    top: 50px;
    left: 10px;
    cursor: pointer;
}
.entry-info {
    padding-bottom: 6px;
}
/*slider section start*/.product-slider-next-button {
    background: url(images/next.png) no-repeat;
    position: absolute;
    width: 21px;
    height: 21px;
    top: 50px;
    right: 10px;
    cursor: pointer;
}
a.product-slider-next-button {
    display: none;
}
a.product-slider-prev-button {
    display: none;
}
.product-slider img {
    margin: 18px 20px 0;
}
/*    Slideshow*/#slides {
    top: 0px;
    left: 0px;
    z-index: 100;
}
/*    Slides container    Important:    Set the width of your slides container    Set to display none, prevents content flash*//*    Each slide    Important:    Set the width of your slides    If height not specified height will be set by the slide content    Set to display block*//*    Next/prev buttons*/#slides .next, #slides .prev {
    position: absolute;
    top: 189px;
    left: 5px;
    width: 24px;
    height: 43px;
    display: block;
    z-index: 101;
}
#slides .next {
    left: 556px;
    display: none;
}
#slides .prev {
    display: none;
}
/*    Pagination*/.pagination {
    margin: -12px auto;
    width: 200px;
    clear: both;
}
.pagination li {
    float: left;
    margin: 0 12px;
    list-style: none;
}
.pagination li a {
    background-image: url("images/slider-nav.png");
    background-position: 0 0;
    display: block;
    float: left;
    height: 4px;
    overflow: hidden;
    padding-top: 14px;
    width: 19px;
    margin-top: 10px;
}
.pagination li.current a {
    /*background-position: 0 -12px;
    */        background-image: url(images/slider-nav-active.png);
}
.ls-bottom-nav-wrapper .ls-bottom-slidebuttons  a {
    background-image: url("images/slider-nav.png") !important;
}
.ls-bottom-nav-wrapper .ls-bottom-slidebuttons  a.ls-nav-active {
    background-image: url(images/slider-nav-active.png)  !important;
}
.ls-bottom-nav-wrapper {
    margin-top: 45px !important;
}
.ls-v5 .ls-bottom-slidebuttons a, .ls-v5 .ls-bottom-slidebuttons a.ls-nav-active {
    margin-left: 15px;
    background-position: 0px -151px !important;
}
/*    Slideshow*/.slider-container {
    margin-bottom: 6px;
}
#product-slider-container {
    top: 0px;
    left: 0px;
    z-index: 100;
}
/*    Slides container    Important:    Set the width of your slides container    Set to display none, prevents content flash*/.pslider {
    width: 245px;
    overflow: hidden;
    margin: auto;
    position: relative;
    display: none;
}
/*    Each slide    Important:    Set the width of your slides    If height not specified height will be set by the slide content    Set to display block*/.pslider a {
    width: 215px;
    height: 89px;
    display: block;
}
.pslider a img {
    display: block;
}
/*image slider sidebar top close*/a.prev-button {
    display: none;
}
a.next-button {
    display: none;
}
/*            Slides container            Important:            Set the width of your slides container            Set to display none, prevents content flash        */        .latest-news-container {
    width: 265px;
    display: none;
}
/*            Each slide            Important:            Set the width of your slides            If height not specified height will be set by the slide content            Set to display block        */.slider_img {
    width: 999px;
    height: 399px;
}
.slides_control {
    height: 359px !important ;
}
#respond {
    background: none repeat scroll 0 0 rgba(200, 200, 200, 0.4);
    margin-top: 10px;
    padding: 10px;
    width: 510px;
    float: left;
    padding-bottom: 20px;
}
.comment-form-comment {
    margin-left: 20px;
}
/*.entry-content {
    min-height: 400px;
}
*/#contact_page {
    margin-bottom: 20px;
}

.contact-content {
	padding-left: 60px;
	padding-right: 60px;
}

body.page-template-contact_template h1.page_title {
	padding-left: 60px;
	background: none;
}
.widget_categories     h4 span {
    display: none;
}
.callout, .callout-left, .callout-right {
    width: 350px;
    padding: 12px 12px 4px 12px;
    border-radius: 8px;
    border: #777 solid 1px;
    background: url(data:image/svg+xml;
    base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(238, 238, 238, 0.50) 0%, rgba(180, 180, 180, 0.50) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(238, 238, 238, 0.50)), color-stop(100%, rgba(180, 180, 180, 0.50)));
    background: -webkit-linear-gradient(top, rgba(238, 238, 238, 0.50) 0%, rgba(180, 180, 180, 0.50) 100%);
    background: -o-linear-gradient(top, rgba(238, 238, 238, 0.50) 0%, rgba(180, 180, 180, 0.50) 100%);
    background: -ms-linear-gradient(top, rgba(238, 238, 238, 0.50) 0%, rgba(180, 180, 180, 0.50) 100%);
    background: linear-gradient(to bottom, rgba(238, 238, 238, 0.50) 0%, rgba(180, 180, 180, 0.50) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80eeeeee', endColorstr='#80b4b4b4', GradientType=0 );
    box-shadow: 2px 2px 6px -3px #111;
}
.callout: {
    margin: 0 12px 12px 5px;
}

.callout .gform_wrapper div.gform_footer{
	margin-top:0;
	padding-top:0;
}

.callout .gform_wrapper div.gform_footer .gform_button{
	margin-left:25px !important;
}

.callout-left {
    float: left;
    margin: 0 12px 0 5px;
}
.callout-right {
    float: right;
    margin: 0 5px 0 12px;
}
p.slogan {
    color: #b11116;
    font-size: 16px;
    font-weight: bold;
}
p.statement {
    color: #444;
    font-weight: bold;
    font-style: italic;
}

.yarpp-related {
    clear: both;
    display: none;
}

.wrapper1 .yarpp-related {
    display: block;
}


#commentform  input, #commentform  select {
    float: right;
    width: 85%;
    max-width: 434px;
}
#comment {
    float: left;
    width: 100%;
    max-width: 100%;
    border: 1px solid #CCC;
}
.comment-form-comment {
    margin-left: 0;
}
#commentform #submit {
    margin-top: 10px;
}
#footer .wrapper {
    overflow: inherit;
    padding-right: 15px;
    padding-left: 15px;
    width: 100% !important;
    max-width: 1200px;
}
.fcolumn-left {
    float: left;
    width: 37%;
    margin-top: 15px;
}
.fcolumn-left p {
    font-size: 13px;
    font-family: 'lato';
    font-weight: 400;
    margin-bottom: 10px;
}
.fcolumn-left {
    float: left;
    margin-top: 15px;
    width: 39%;
}
.fcolumn-middle {
    float: left;
    width: 28%;
}
.fcolumn-middle img.alignleft {
    background: transparent none repeat scroll 0 0 !important;
    border: medium none !important;
    margin-top: -15px;
    margin-bottom: 0;
}
.fcolumn-middle div h2 {
    font-family: 'lato';
    font-size: 19px !important;
    text-align: center;
    font-weight: 700 !important;
    margin-top: 15px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.fcolumn-middle div p {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: 'lato';
    text-align: center;
}
.fcolumn-right {
    float: right;
    margin-top: 12px;
}
/* Adjust Twitter Button Width */.addthis_button_tweet {
    min-width: 65px !important;
}
/* Hide Bubble Counter */.addthis_counter {
    display: none !important;
}
.addthis_button_google_plusone {
    width: 60px !important;
}
.addthis_button_compact {
    margin-top: 2px !important;
}
.addthis_toolbox {
    margin-top: 7px;
}
.social {
    text-align: right;
    padding-right: 10px;
}
.sei-social-share {
    height: 25px;
    margin-bottom: 5px;
}
.single-hero-container {
    .sei-social-share {
    text-align: center;
}
}
.sei-social-share a {
    background-color: #eeeeee;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #ffffff;
    font-size: 13px;
    margin-right: 3px;
    padding: 3px 10px;
}
.sei-social-share .sei-link {
    display: inline-block;
    margin-right: 3px;
    vertical-align: top;
    margin-top: 3px;
    a {
    background-color: transparent;
    padding: 3px 10px;
    &: hover {
    background-color: $primary_hover_colors;
}
}
}
.sei-social-share a:before {
    display: none;
}
.sei-social-share a.facebook {
    background-color: #4267b2;
}
.sei-social-share a.googleplus {
    background-color: #C54B36;
    color: #fff;
    border: 1px solid #CACACA;
    .fa {
    color: #DB4437;
}
&:hover {
    color: #ffffff;
}
}
.sei-social-share a.twitter {
    background-color: #00AEED;
}
.sei-social-share a.linkedin {
    background-color: #0077B5;
}
.sei-social-share .IN-widget a {
    position: relative !important;
    top: 0 !important;
    background-color: #076aae !important;
    border: 1px solid #076aae !important;
}
.sei-social-share  .fb-like.fb_iframe_widget {
    height: 19px;
    position: relative;
    top: -8px;
}
.sei-social-share a.sei-twitter {
    margin-top: 0;
    position: relative;
    top: -5px;
}
.sei-social-share .fb_iframe_widget span {
    height: 28px !important;
}
.sei-social-share a:hover {
    text-decoration: none;
    opacity: .6;
}
@-moz-document url-prefix() {
    .sei-social-share a.sei-twitter {
    margin-top: 3px;
}
}
.fa-google-plus::before {
    color: #fff !important;
    font-weight: bold;
}
.fa-linkedin::before {
    position: relative;
    top: -1px;
}
/*--------- End of Social Share Styles  -----------*/body.home #content-sidebar-wrap {
    padding-top: 0;
}
#content-sidebar-wrap {
    padding-top: 12px;
}
body.tag .archive-title {
    border-bottom: 1px solid #ccc;
    font-size: 32px;
    margin-bottom: 20px;
    padding-bottom: 13px;
    text-transform: capitalize;
}
section#contact_page.left_section1{    border-radius: 15px;}

.gform_confirmation_message {
    display: block;
    background: #FFF;
    padding: 30px;
    border-top: 4px solid #f4c521;
}

.gform_confirmation_message p {
    margin-bottom: 0 !important;
    display: flex;
}

.gform_confirmation_message p:before {
    content: url('images/email-sent-icon.png');
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}


.sidebar .gform_confirmation_message {
    margin: 0 10px;
    padding: 18px;
}


/****************************** ************ ******************************************
****************************** ************************** ***************************
****************************** MEDIA QUERY ***************************
****************************** **************************** ***************************
****************************** ************************ ***************************/
/*Site Container */
.site-inner, .wrapper1, .wrap {
    margin: 0 auto;
    max-width: 960px;
}
.site-inner {
    clear: both;
    padding-top: 40px;
    padding-top: 4rem;
}
/*Site Header*/
.site-header {
    background-color: #fff;
}
.site-header .wrapper1 {
    max-width: 1200px;
    padding: 30px 0 80px 0;
    margin-bottom: 20px;
}
.logo {
    float: left;
    display: inline-block;
    width: 25%;
    margin-top: -2px;
}
.header-block-text {
    text-align: center;
    float: left;
    font-size: 24px;
    line-height: 30px;
    color: #4f4f4f;
    font-weight: bold;
    font-family: lato;
    display: inline-block;
    width: 50%;
    margin-top: 5px;
}

.header-block-text .first,
.header-block-text .second,
.header-block-text .third{
	display:block;
}

.header-block-text .second,
.header-block-text .third{
	display:inline;
	font-size:21px;
}

.hdr_rht {
    width: 25%;
    float: right;
    display: inline-block;
    text-align: right;
}
.header-text-special {
    font-style: italic;
    color: #cd0f03;
}
/*.header-phone-number:before {
    content: url(images/phone_icon.png);
}
*/.header-phone-number {
    display: inline-block;
    margin: 0;
    margin-top: 4px;
    padding: 0;
    font-size: 24px;
    color: #7f0400;
    font-weight: normal;
    font-family: Arial;
}
.header-phone-number i{
    position: relative;
    top: 1px;
	color:#4f4f4f;
	margin-right:8px;
}

header-phone-number a{
	margin-left:6px;
}

.header-email {
    display: inline-block;
    margin: 0;
    margin-top: 8px;
    padding: 0;
    font-size: 19px;
    color: #7f0400;
    font-weight: normal;
    font-family: Arial;
}
.header-email a{margin-left: 16px;}
.header-email-icon{
    position: relative;
    top: 3px;
}


.slider-header {
    color: #FFF;
    font-size: 40px;
    font-family: lato;
    font-weight: bold;
    margin-bottom: 15px;
}

.slider-text {
    color: #FFF;
    font-size: 25px;
    font-family: lato;
    font-weight: normal !important;
    line-height: 44px;
}
.site-header .social {
    display: none;
}
/* Home Page*/
.home-featured-box-text {
    width: 80%;
    color: #c6000b;
}
.page-id-7 .home-featured-box-text h1 {
    color: #830000 !important;
    font-weight: bold !important;
    font-size: 38px !important;
    text-shadow: none !important;
    margin-bottom: 15px;
    font-family: arial;
}
.home-featured-box-text p {
    margin-bottom: 15px;
    font-size: 18px;
    color: #1f1a18;
}
.home-text-box {
    text-align: center;
    padding: 70px 0 0;
    display: block;
}
.home-text-box h2 {
    font-size: 30px!important;
    line-height: 37px!important;
    font-weight: normal!important;
    color: #830000!important;
    padding-bottom: 10px !important;
    letter-spacing: 1px;
    font-family: Arial;
}
.video-box {
    Width: 700px;
    text-align: center;
    margin: 0 auto;
}
.home-text-box-2 {
    padding: 70px 0;
    padding-bottom: 40px;
}
.home-album-img {
    background: transparent;
    border: 0;
    padding: 0;
}
.home-text-reason {
    float: right;
    Width: 50%;
}
.home-icon-box {
    position: absolute;
    z-index: 10;
    margin-top: -80px;
}
.home-icon-box-knowmore {
    position: absolute;
    z-index: 10;
    margin-top: -60px;
    margin-left: 190px;
}

.tagcloud {
    text-align: center;
}

.home-greview {
    color: #FFF;
    margin-bottom: 15px;
}

.home-greview p,
.home-greview p .fa {
    color: #FFF;
}

.home-greview p .fa:before {
    color: #ffb400;
}

.home-greview h4 a {
    color: #FFF;
    display: table;
    font-size: 18px;
    border-radius: 5px;
    padding: 10px;
    transition: .2s ease-in-out;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#239200+0,239200+50,1d7a00+100 */
    background: rgb(35,146,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(35,146,0,1) 0%, rgba(35,146,0,1) 50%, rgba(29,122,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(35,146,0,1) 0%,rgba(35,146,0,1) 50%,rgba(29,122,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(35,146,0,1) 0%,rgba(35,146,0,1) 50%,rgba(29,122,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#239200', endColorstr='#1d7a00',GradientType=0 ); /* IE6-9 */
}

.home-greview h4 a:hover {
    text-decoration: none;
    opacity: 0.9

}

#footer .testimonial_rotator_prev,
#footer .testimonial_rotator_next {
    color: #7f0400 !important;
    opacity: 0;
    transition: .2s ease-in-out;
}

#footer .testimonial_rotator_wrap:hover .testimonial_rotator_prev,
#footer .testimonial_rotator_wrap:hover .testimonial_rotator_next {
    display: block;
    opacity: 1;
    transition: .2s ease-in-out;
}

/*New Home page*/
p:empty,#content p:empty{
	display:none !important;
	margin:0 !important;
}

.new-home figure{
    margin-bottom:0;
}

.new-home .wrapper1{
    color:#505050;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}

.new-home .wrapper1 .wrap:not(.no-padding):not(.first){
    position:relative;
    padding-top:40px;
    padding-bottom:40px;
}

.new-home .wrapper1 .wrap:not(.no-padding):not(.first):after{
    content:"";
    clear:both;
    display: table;
}

.new-home .wrapper1,
body.new-home.full-width-content div#content,
.new-home .wrapper1 div.wrap{
	max-width:100%;
}

.new-home.full-width-content #content{
	max-width:100% !important;
}

.new-home div.wrap div.container,
.new-home #nav div.wrap,
.new-home header div.wrapper1{
	max-width:1200px;
}

.new-home h1.entry-title{
	display:none;
}

.new-home #content-sidebar-wrap{
	padding-top:0;
}

.new-home .quote-box{
	background:#f6f6f6;
	box-shadow:5px 5px #e9e9e9;
	padding:35px;
	margin-bottom:25px;
	padding-left:50px;
}

.new-home .quote-box:last-child,
.new-home .quote-box blockquote:last-of-type,
.new-home .reasons ol > li:last-child,
.new-home .reasons ol > li:last-child ul > li:last-child{
    margin-bottom:0;
}

.new-home .quote-box blockquote {
    margin-bottom:20px;
}

.new-home div.quote-box{
    padding:27px 30px 27px 35px;
}

.new-home .quote-box p{
	position:relative;
	margin-bottom:0 !important;
}

.new-home .quote-box p:before{
	content:'\201C';
	color:#8a0405;
	font-size: 35px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    position: absolute;
    left: -20px;
    top: -5px;
}

.new-home .google-review-box{
	border:6px solid #e9e9e9;
	padding: 15px 11px 20px;
}

.new-home .google-review-box .red-btn{
	margin-top:20px;
}

.new-home .red-btn a{
	color:#fff;
	background-image: linear-gradient(#9c0100, #6f0100);
	padding:16px 23px;
	font-weight:bold;
    border-radius:5px;
    display: inline-block;
}

.new-home .red-btn a:hover{
	text-decoration:none;
	background-image: linear-gradient(#b80000, #8a0200);
}

.new-home .wrap.even{
	background:#f6f6f6;
	padding-top:40px;
	padding-bottom:40px;
}

.new-home .wrap.even .wp-block-columns{
	margin-top:0;
}

.new-home .wrap .wp-block-column{
	margin-bottom:0;
}

.new-home .wrap h1,
.new-home .wrap h2,
.new-home .wrap h3{
    font-weight: bold !important;
    font-family: "Arial";
    color:#850000 !important;
	line-height:normal !important;
}

.new-home .wrap h1{
	margin-top:40px;
	font-size:35px !important;
}

.new-home .wrap h2{
    font-size:30px !important;
}

.new-home .wrap h3{
	font-size:26px !important;
	margin-top:25px;
}

.new-home .lady{
	right:-182px;
	top:-440px;
}

.new-home .wrap.first .wp-block-columns{
	margin-top: 35px;
}

.new-home .yt-about{
    margin-top:20px;
}

.new-home .yt-about iframe{
	width:80%;
	height:540px;
	display:block;
	margin:auto;
}

.new-home .wp-block-column:not(:first-child){
    margin-left:70px;
}

.new-home .wp-block-column:not(:first-child).tba-logo{
	margin-left:32px;
}

.new-home .wp-block-column:not(:first-child).tba-logo img{
	margin:auto;
	display:block;
}

.new-home .wrap.first{
    padding-bottom:40px;
}

.new-home .reasons{
    color:#fff;
    background: url('./images/black-bg.jpg') no-repeat;
    background-size: cover;
}

.new-home .reasons h2{
    color:#fff !important;
    padding-bottom:20px !important;
}

.new-home .reasons ul{
    margin:0;
}

.new-home .reasons ol{
    counter-reset: item;
    padding-left: 50px;
}

.new-home .reasons ol > li{
    margin-bottom:20px;
    position: relative;
    display: block;
}

.new-home .reasons ol > li:before{
    content: counters(item, ".") " ";
    counter-increment: item;
    position: absolute;
    top: -2px;
    left: -65px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    /* margin-right: 8px; */
    padding: 6px;
    color: #7d001a;
    background: url('./images/order-list-icon.png') no-repeat;
    font-weight: bold;
    text-align: center;
    background-size: cover;
    font-size: 21px;
    font-family: "Arial";
}

.new-home .reasons ul li{
    list-style: none;
    padding:0;
    margin:0;
    background: none;
    margin-bottom:20px;
}

.new-home .reasons-images{
    margin-bottom:40px;
}

.new-home .reasons .top-secret{
    float:right;
    margin-top: 20px;
}


/*Auction Bidding*/
.new-home .auction-video{
	width:54%;
}

.new-home .auction-bidding .yt-bidding iframe{
    width:100%;
    height:360px;
}

.new-home .auction-bidding .tba{
    margin-top:35px;
	align-items: center;
    justify-content: center;
}

.new-home .auction-bidding .tba-text{
    font-size: 21px;
}

.new-home #content .auction-bidding .tba-text p{
    margin-bottom:0;
}

.new-home .auction-content{
	width:43%;
}


/*Three Options*/
.new-home .bas-options{
    border:4px solid #850000;
    padding: 34px 25px;
    position:relative;
    margin-top:50px;
}

.new-home .bas-options ol{
    padding-left:5px;
}

.new-home .bas-options ol li{
    padding-left:10px;
    margin-bottom:15px;
}

.new-home .bas-options:before{
    content:url('./images/bsa-logo.jpg');
    position:absolute;
    left: 50%;
    top:-50px;
    transform: translate(-50%,0);
}

.new-home .bas-options:after{
    content:"";
    clear:both;
    display:table;
}

.new-home #content .bas-options p.red-btn{
    margin-bottom:0;
}

.new-home .bas-options .red-btn a{
    display: inline-block;
}

.new-home .bas-options .red-btn a i{
    color:#ffcb15;
    margin-right:5px;
    font-size:20px;
    vertical-align: middle;
}


.new-home .bottom-images div.wp-block-column,
.new-home .bottom-images .wp-block-cover{
    margin:0;
}

.new-home .bottom-images .wp-block-column:not(:first-child){
    margin-left:0;
}

.post-featured-image{
  margin-bottom:10px;
}

@media only screen and (max-width: 1565px) {
    .new-home .lady{
        right:0;
    }

    .new-home .welcome-text{
        width:calc(100% - 182px);
    }
}

@media only screen and (max-width: 1230px) {
	.new-home div.wrap div.container{
		padding-left:15px;
		padding-right:15px;
	}
}

@media only screen and (max-width: 1210px) {
	.header-block-text .second, .header-block-text .third {
		display: block;
	}

	.header-block-text{
		margin-top:-9px;
	}
}

@media only screen and (max-width: 1199px){
	.new-home .wrapper1{
		width:100%;
	}
}


@media only screen and (max-width: 1190px) {

    .richfooter-section-1 .col {

        width: 29.7%;
    }

    .richfooter-section-2 .section .block:first-child {

        margin-right: 15px;
    }

    .richfooter-section-1 .col {

        min-height: 430px;
    }

}

@media only screen and (max-width: 1120px) {
	#sidebar .side_box {
		width: 100%;
	}

	.new-home .bas-options{
		padding-top:65px;
	}
}

@media only screen and ( max-width: 1030px ) {

/*	.is-sticky #nav ul.menu li.phone-number a {
		font-size: 13px;
	}

	.is-sticky #nav ul li a {
		padding: 0 8px;
	}*/

}

@media only screen and (max-width: 1024px) {
    #nav {
     width: 100%;
    }
    #newsletter {
        width: 100%;
    }
    .fcolumn-left {
        float: none;
        width: 100%;
        text-align: center;
    }
    .fcolumn-middle {
        float: left;
        width: 36%;
    }


    #sidebar {
        width: 100%;
        float: none;
        margin: 0 auto;
        clear: both;
    }

    .side_box {
        width: 100%;
        /*max-width: 500px;*/
        margin: 15px auto;
    }


    .side_box .sb_body h2 {
        text-align: left;
        padding: 0 15px;
    }

    .side_box input {
        width: 95%;
    }

    .side_box .sb_body .form {
        width: 95%;
    }

    .side_box .sb_body .form .input {
        width: 95%;
    }

    .side_box input[type="submit"] {
        max-width: 118px !important;
        margin: 0 auto !important;
    }

    .page-template-page_blog-php #content {

        width: 100% !important;
    }

	#sidebar .gform_wrapper ul.gform_fields li.gfield.captcha{
		margin-bottom:15px;
	}

	.new-home .auction-video{
		width:50%;
	}

	.new-home .auction-content{
		width:45%;
	}

	.auction-bidding .wp-block-embed-youtube {
		position: relative;
		overflow: hidden;
		padding-top: 56.25%;
		width: 100%;
	}

	.auction-bidding .wp-block-embed-youtube iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
	}

	.new-home .auction-bidding .yt-bidding iframe{
		height:100%;
	}

}

@media only screen and (max-width: 999px) {
	body header{
		min-height:unset;
	}

	.new-home .welcome-text{
		width:100%;
	}

	.new-home.full-width-content #content{
		padding:0;
	}

	.wp-block-embed-youtube{
		position: relative;
		overflow: hidden;
		padding-top: 56.25%;
		width: 100%;
	}

	.wp-block-embed-youtube iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
	}

	.new-home .yt-about iframe{
		height:100%;
	}

	#menu-mobile span{
		margin-right:14px;
	}

	.is-sticky #nav ul li a{
		padding:0 15px;
	}
}


/* max width 998px */
@media only screen and (max-width: 998px) {

    .footer1 {
        background: #e8e8e8;
    }

    .footer2 {

    }

    .about-tracey {
        position: static;
        float: right;
        margin: 0 15px;
    }

    .richfooter-section-1 .block:first-child {
        padding-right: 0 !important;
        padding: 15px 0;
    }

    .richfooter-section-1 .block:last-child {
        padding-left: 0 !important;
    }

    .richfooter-section-1 {
        background: #e8e8e8;
        margin-bottom: 15px;
    }
    .richfooter-section-1 .col {
        width: auto;
        display: block;
        margin: 0;

    }

    .richfooter-section-2 .col {
        padding: 20px;
    }

    .richfooter-section-1 .block {
        min-height: 0
    }

    .richfooter-section-2 .block {
        width: auto;
        display: block;
        text-align: center;
    }

    .richfooter-section-2 .block.video {
        margin-right: : auto;

    }

    .richfooter-section-2 .testimonial {

        padding: 25px 0;
    }

    .tagcloud {
        text-align: left;
    }


    .richfooter-section-2 .video {

        position: relative;
        overflow: hidden;
        padding-top: 54.25%;
    }

    .richfooter-section-2 .video iframe  {

        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

       .richfooter-section-2 .section .block:first-child {

        margin-right: auto;
    }


    .slider-container #show_in_mobile {
        width: auto !important;
        white-space: normal !important;
        line-height: normal !important;
    }

    #show_in_mobile .slider-header {
        font-size: 18px !important;
    }

    #show_in_mobile .slider-text {
        font-size: 14px !important;
        line-height: normal !important;
    }

   /* .slider-container p.text_shadow {
        font-size: 16px !important;
        text-shadow: 0px 0px 3px #000;
        height: auto !important;
        width: auto !important;
        text-align: center !important;
    }*/

   /* .slider-container #layerslider_1 div.ls-wrapper {
        height: 100% !important;
        width: auto !important;
        line-height: normal !important;
        left: 0 !important;
        right: 0 !important;
    }*/

}

@media only screen and (max-width: 969px) {
    .wrapper {
    width: 100%;
    max-width: 969px;
}
#nav ul li a {
    padding: 0px 15px;
	font-size:16px;
}
.content-sidebar #content {
    width: 58%;
    padding: 0 10px;
}
#sidebar {
    margin-top: 5px;
}
.home #content , .page-id-31 #content {
    width: 100%;
    padding: 0;
}
#home1, .content_1 .welcome .head h1 {
    width: 100% !important;
}
#newsletter .input {
    width: 120px;
}
#footer {
    padding-left: 10px;
    padding-right: 10px;
}
.page-template-page_blog-php #content {
    width: 58% !important;
    margin-left: auto;
    margin-right: auto;
}
#main_slider {
    border-bottom: medium none;
}
.content_1, .content-2 {
    padding: 5px 10px 0px 10px;
}
.content_1 .welcome {
    padding: 0;
}
#header .hdr_rht .number {
    background: none;
    text-align: center;
    padding-left: 160px;
    font-size: 26px;
}
#header .hdr_rht .number a {
    background: url("images/phone_icon.png") no-repeat scroll left center transparent;
    padding-left: 65px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
    margin-left: 27px;
    font-size: 32px;
}
.left_section1 {
    width: 60%;
}
#webwalkvideo_div {
    margin-left: 62% !important;
}
}
@media only screen and (min-width: 769px) and (max-width: 870px) {
    #nav ul li a {
    padding: 0px 15px;
    font-size: 11px;
    font-weight: normal;
	}

}

@media only screen and (max-width: 850px) {
	div.clear-850 .alignright,
	div.clear-850 .alignleft
	{
		float:none;
		clear:both;
		margin: 0 0 20px;
	}
}

@media only screen and (max-width: 870px) {
    .content_1 .welcome .head {
        background: none;
    }
    .fcolumn-left, .fcolumn-right {
        width: 100% !important;
        float: none;
        text-align: center;
    }
    .fcolumn-middle {
        width: 100% !important;
        text-align: center;
    }
    .fcolumn-middle div p {
        color: #000 !important;
        font-size: 14px !important;
    }
    .fcolumn-left p {
        margin-right: 0 !important;
        width: 100% !important;
    }
    .fcolumn-middle div {
        width: 305px !important;
        margin: auto;
    }

     .richfooter-section-2 .video {

        padding-top: 53.25%;
    }

	.new-home .wp-block-column:not(:first-child) {
		margin-left: 30px;
	}
}


@media only screen and (max-width: 999px) {

    body header.site-header {
      min-height: 125px;
    }

  /*  .site-header .header-phone-number {
        display: none;
    }*/


    #nav .sticky-phone-mobile a.call-phone {
        padding: 11px 10px 10px 10px;
        line-height: 25px;
        top: 4px;
    }

    #nav .sticky-phone-mobile a.call-phone:before {
        margin-right: 8px;
    }

   /* .sticky-phone-mobile.hide {
        bottom: -6px;
        display: block !important;
         position: relative;
        float: right;
        right: 15px;
    }*/

    #nav .sticky-phone-mobile.hide {
        display: block !important;
        position: relative;
        float: right;
        right: 15px;
        bottom: -12px;
    }

	#nav .sticky-phone-mobile.hide a:before{
		content:"\f095";
		filter: none;
		transform: scaleX(-1);
		font-family: "FontAwesome";
		display: inline;
		position:relative;
		top:1px;
		color:#333;
		margin-right:8px;
	}

    .is-sticky #nav ul.menu li.hide.phone-number,
    .is-sticky #nav ul.menu li.phone-number {
        display: none !important;
    }

    #nav ul.menu li.phone-number {
        display: none !important;
    }

    #header {
    padding: 15px 0px 0px;
    }
    .site-header .hdr_rht { display: none; }
.video-box {
    width: 100%;
}

#header .logo {
    position: static;
    margin: 0 auto;
    padding: 0px 10px;
}
#header .hdr_rht {
    float: left;
    margin-bottom: 5px;
    margin-top: 0px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: none;
}
#nav {
    float: none;
    width: 100%;
    height: auto;
    border-bottom: none;
    background: none;
    margin-bottom: 0;
}
#header .hdr_rht .social, #header .hdr_rht .number {
    float: none;
}
#header .hdr_rht .number {
    text-align: center;
    padding-left: 0;
    float: none;
    width: 100%;
    margin: 0px auto;
}
#header .hdr_rht .social {
    margin: 0 auto;
    width: 100%;
    max-width: 370px;
    padding: 0px 11px 0px 28px;
}
#nav ul li:hover > a, #nav ul li.first > a:hover {
    background-image: none;
    color: #EBBF26;
}
/* Responsive Menu*/    #nav .wrap ul li .sub-menu {
    top: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
    position: relative;
    z-index: 999;
    float: left;
    font-style: italic;
    background-color: #700000;
}
#nav .wrap ul li .sub-menu a {
    width: 100%;
}
#nav .wrap li li {
    width: 100%;
}
.current-menu-item ul li a {
    color: #fff !important;
}
.current-menu-item ul li:hover a: {
    color: #FFF700 !important;
}
#nav a {
    font-size: 16px;
    padding: 0px 10px;
    width: 100%;
    height: auto;
    cursor: pointer;
}

#nav ul li a{
	font-size:16px;
}

#nav .wrap > ul > li {
    float: left;
    width: 100%;
    height: auto;
    background-color: #700000;
    border-top: 1px solid #580000;
}
#nav .wrap > ul > li:hover {
    background-color: #700000;
}
/* Start Mobile Menu Navigation - Only on .nav-primary     --------------------------------------------------- */    /* Hide .nav-primary */    .nav-primary .genesis-nav-menu.displaynone {
    display: none;
}
.nav-primary {
    text-align: center;
}
.nav-primary #menu-mobile {
    background-color: #333;
    color: #999;
    cursor: pointer;
    display: block;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    height: auto;
    line-height: 18px;
    padding: 20px 16px;
    padding: 2rem 1.6rem;
    text-transform: uppercase;
}
.nav-primary #menu-mobile:hover, .nav-primary #menu-mobile:focus, .nav-primary #menu-mobile:active {
    background-color: #333;
    color: #fff;
    display: block;
}
/* Only .nav-primary is mobile */    .nav-primary .genesis-nav-menu .menu-item, .nav-primary .genesis-nav-menu a, .nav-primary .genesis-nav-menu .sub-menu {
    text-align: center;
    width: 100%;
}
.nav-primary .genesis-nav-menu .menu-item > .sub-menu {
    clear: both;
    margin: 0;
    opacity: 1;
    position: inherit;
    width: 100%;
}
.nav-primary .genesis-nav-menu .menu-item > .sub-menu li {
    float: left;
}
/* Mobile Menu added */
#menu-mobile {
    cursor: pointer;
    padding: 0;
    width: auto;
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase;
    text-align: left;
    position: static;
    display: block;
    top: 10px;
    margin-bottom: 0;
    padding: 0 15px;
    background: #850000;
    border-bottom: 4px solid #ebbf26;
	font-weight:normal;
	height:55px;
	line-height:51px;
}

.is-sticky #menu-mobile  {
    text-align: left;
}

#menu-mobile span {
    font-size: 28px;
	position:relative;
	top:2px;
}
.menu-primary.displaynone {
    display: none;
}
#main_slider {
    display: none;
}
.lady {
    display: none;
}
.lady-mobile {
    display: inline;
}
.content_1 .welcome .head {
    background: none;
}
#content_home ol.reasons li {
    list-style: outside none decimal;
    margin-left: 32px;
    margin-bottom: 10px;
}
#home1, .content_1 .welcome .head h1 {
    width: 95% !important;
}
.video_text iframe {
    width: 100% !important;
}
#footer {
    background: none repeat scroll 0% 0% rgb(203, 203, 203);
}
#footer .links, #footer .copyright {
    text-align: center;
    width: auto;
}

.fcolumn-right {
    float: none;
    text-align: center;
}

.acreditation img {
    width: 100%;
    height: auto;
}
.videocontainer {
    width: 100%;
    background: none;
    border: medium none;
}
.content-sidebar #content {
    width: auto !important;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	float: none;
}

.page-template-default #content, .single-post #content {
    float: none;
}

.home #content, .page-id-31 #content {
    padding: 0px;
}
#contact_page {
    padding: 10px;
}
.page-template-page_blog-php #content {
    width: auto !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#sidebar {
/*    width: 100%;
    float: left;*/
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#header .hdr_rht .social .bar {
    background: none;
    height: 33px;
    padding: 11px 0px 0px;
    float: left;
    margin: 0px 0px 0px -7px;
    width: 100%;
    max-width: 174px;
}
#header .hdr_rht .social .bar .fb_like {
    margin-right: 4px;
}
.entry-title {
    padding-right: 20px;
}
.page-template-page_blog .entry-title, .archive .entry-title, .category .entry-title, .single .entry-title {
    padding-right: 0px;
}
.callout {
    width: 90% !important;
    margin: 0 auto;
}
#wpcf7-f176-p35-o1 table tr td , #wpcf7-f89-p31-o1 table tr td {
    float: left;
    width: 100%;
}
.wpcf7 input.wpcf7-text, #wpcf7-f89-p31-o1 table tr td  textarea {
    width: 100%;
}
.page .entry-content iframe {
    width: 100% !important;
}
.left_section1 {
    padding: 10px 0;
}
#webwalkvideo_div {
    margin-top: 332px !important;
}
/* End of responsive Menu*/        .callout-left {
    box-sizing: border-box;
    width: 100% !important;
}
.wpcf7 input.wpcf7-text, #wpcf7-f89-p31-o1 table tr td textarea {
    width: 100%;
    max-width: 210px;
}
#respond {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.comment-form-comment {
    margin-left: 0px;
}
.comment-form-comment #comment {
    width: 100%;
}
.callout-right {
    float: left;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 15px;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
}
#nav-sticky-wrapper {
    position: relative;
    z-index: 99999;
    height: auto !important;
}
#menu-traceys-menu {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.full-width-content #content {
    padding-right: 15px;
    padding-left: 15px;
}


}
@media only screen and (min-width: 1000px) {
    /* This makes the nav menu normal again when the browser window expands */    .nav-primary .genesis-nav-menu {
    display: block !important;
    height: auto;
}
/* Hide Mobile Menu Button */    .nav-primary #menu-mobile {
    display: none;
    height: 0;
}
.menu-primary {
    display: block !important;
    height: auto;
}
/* Hide Mobile Menu Button */    #menu-mobile {
    display: none;
    height: 0;
}
}


@media only screen and (max-width: 780px) {
	.wp-block-columns.bottom-images{
		flex-wrap:nowrap;
	}
}

@media only screen and (max-width: 768px) {

    .home-greview {
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .home-greview h4 {
        text-align: center;
        margin: 0 auto;
        display: table;
    }

    .home-greview h4 a {
        font-size: 13px;
    }

    .home-greview p.stars img {
        width: 35%;
    }

    body .home-featured-box-text {
        width: auto;
        padding-left: 0;
    }

    .page-id-7 .home-featured-box-text h1 {
        margin-bottom: 0;
        line-height: normal !important;
    }

    body .home-featured-box-text h1,
    body .home-featured-box-text p,
    body .mobile-award,
    body .content_2,
    body .home-text-reason {
        padding-left: 15px;
        padding-right: 15px;
    }

    body .home-text-box-2 {
        padding: 15px 0;
        padding-bottom: 15px;
    }

    body .home-icon-box-knowmore {
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        display: block;
    }

    #know-more {
        padding: 15px 0;
        margin-bottom: 15px;
    }

    .lady-mobile {
        margin-right: 8px;
    }

    body .home-text-reason {
        width: auto;
    }

    .videocontainer {
        margin-top: 15px;
    }

   .ls-layers .ls-wrapper img.hide-on-med-and-down,
   .ls-layers .ls-wrapper .hide-on-med-and-down  {
        display: none !important;
    }

    #show_in_mobile .slider-text,
    #show_in_mobile .slider-header {
        display: none !important;
    }

	.home-greview h4 a{
		font-size:.875em;
	}

	#footer .wrapper .links a{
		margin:0 4px 8px;
	}

	#footer .wrapper .links a:first-child{
		margin-left:0;
	}

	#footer .wrapper .links a:last-child{
		margin-right:0;
	}

	#nav ul li a,.is-sticky #nav ul li a{
		font-size:16px;
		padding: 0 15px
	}

	.new-home .wrap.first .wp-block-columns{
		display:block;
	}

	.new-home .wp-block-column:not(:first-child){
		margin-left:0;
		margin-top:25px;
	}

	.new-home .wrap h1{
		margin-top: 20px;
		font-size: 25px !important;
	}

	.new-home .wrapper1{
		font-size:16px;
	}

	.new-home .wrap.first .wp-block-columns{
		margin-top:25px;
	}

	.new-home .wrap.first{
		padding-bottom:20px;
	}

	.new-home .wrapper1 .wrap:not(.no-padding):not(.first){
		padding-top:20px;
		padding-bottom:20px;
	}

	.new-home .red-btn a{
		padding:10px 23px;
	}

	.new-home .quote-box{
		padding:25px;
		padding-left:40px;
		margin-bottom:20px;
		margin-right:5px;
	}

	.new-home .alignright{
		float:none !important;
		margin: 0 0 20px !important;
	}

	.new-home div.quote-box{
		padding: 30px 25px 25px 35px;
		margin-right: 5px;
		text-align: left;
	}

	.hide-mobile{
		display:none !important;
	}

	.hide.show-mobile{
		display:block;
	}

	.new-home .reasons-images figure{
		margin-top:30px !important;
	}

	.new-home .reasons ol{
		padding-left:35px;
	}

	.new-home .reasons ol>li:before{
		left:-50px;
	}

	.new-home .auction-video,.new-home .auction-content{
		width:100%;
	}

	.new-home .auction-bidding h4{
		margin-top:5px;
		font-size:20px;
	}

	.new-home .yt-bidding{
		margin-top:20px;
		margin-bottom:20px;
	}

	.new-home .auction-video.alignright{
		margin-bottom:0;
	}

	.new-home .bas-options{
		padding-left:10px;
		padding-right:10px;
		padding-bottom:35px;
	}

	.wp-block-columns.bottom-images{
		flex-wrap: wrap;
	}

	.wp-block-columns.bottom-images .wp-block-column{
		flex-basis:100%;
	}

	.wp-block-columns.bottom-images .wp-block-column img{
		width:100%;
	}

	.new-home .auction-video.alignright{
		margin-top:30px !important;
	}
}

@media only screen and (max-width: 640px) {
	.callout .gform_wrapper li.gfield{
		padding-left:0;
	}

	.callout .gform_wrapper div.gform_footer .gform_button{
		margin-left:0 !important;
		height:auto !important;
	}

	.callout .gform_wrapper li.gfield.captcha{
		width: 1px !important;
		display: grid;
	}

	.gform_wrapper .gfield_description.validation_message{
		width: 100%;
	}



}

@media only screen and (max-width: 569px) {

   /* .slider-container .ls-wp-container .ls-inner .ls-layers h2 {
        left:  0 !important;
        right: 0 !important;
        display: block !important;
        margin: 10px auto 0 auto !important;
        text-align: center !important;
    }*/


    #webwalkvideo_div {
        display: none !important;
    }
    .left_section1 {
        width: 95%;
    }

    .block.video {
        position: relative;
        overflow: hidden;
        padding-top: 56.25%;
    }

    .video iframe {
        /*position: absolute;*/
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;

    }

    .about-tracey {
        position: static;
        float: none;
        margin: 15px auto;
        display: block;
        text-align: center;
    }

    .alignright:not(.hide-mobile) {
        float: none;
        text-align: center;
        display: block;
        margin: 10px auto;
    }

    .alignleft {
        float: none;
        text-align: center;
        display: block;
        margin: 10px auto;
    }

      .richfooter-section-2 .video {

        padding-top: 52.25%;
    }

	.auction-bidding .alignleft{
		text-align:left;
		margin-top:5px;
	}


}
@media only screen and (max-width: 465px) {
#footer {
    height: auto;
    padding-bottom: 10px;
}
}
@media only screen and (max-width: 480px) {
    .fcolumn-middle div {
        width: 275px !important;
        margin: auto;
    }


}
@media only screen and (max-width: 440px) {
    .entry-content img {
    height: auto !important;
    /*width: 100% !important;*/
    margin-left: 0;
}
.page-template-page_blog .entry-content img, .archive .entry-content img, .category .entry-content img, .single .entry-content img {
    height: auto !important;
    width: auto !important;
}
}
@media only screen and (max-width: 384px) {


      .richfooter-section-2 .video {

            padding-top: 51.25%;
        }


    #header .hdr_rht .social {
        float: none;
        text-align: left;
        width: 100%;
        margin: 0px auto !important;
        padding: 0px 11px 0px 20px;
    }
    #header .hdr_rht .number {
        text-align: left;
        margin-top: 10px;
    }
    #header .hdr_rht .number a {
        margin-left: 15px;
        font-size: 35px;
    }
    .comment-form input, .comment-form select {
        width: 95%;
    }
}

@media only screen and (max-width: 367px) {
    #newsletter {
        height: 180px;
    }

    #commentform input, #commentform select {
        width: 67%;
    }
}


@media only screen and (max-width: 350px) {
	.new-home .bas-options .red-btn a{
		padding-left: 35px;
		position: relative;
	}

	.new-home .bas-options .red-btn a i{
		position: absolute;
		left: 12px;
		top: 12px;
		font-size:18px;
	}

	.new-home .red-btn a span{
		display:block;
	}
}

@media only screen and (max-width: 328px) {
	#header .hdr_rht .number a {
		font-size: 26px;
		padding-left: 48px;
	}


	.richfooter-section-2 .video {

		padding-top: 50.25%;
	}


}
@media only screen and (max-width: 313px) {
    #header .hdr_rht .social {
        margin-left: 19px !important;
    }
    #attachment_501 {
        width: 100% !important;
    }
}
@media only screen and (max-width: 307px) {
    #header .logo a {
        height: 85px;
    }
    #header .hdr_rht .number {
        padding-left: 0px;
    }
    #header .hdr_rht .social {
        padding: 0px 11px 0px 0px;
    }
}

@media only screen and (max-width: 278px) {
    .side_box {
        width: 93%;
        box-sizing: border-box;
        padding: 0;
    }
    .side_box .wistia_embed {
        width: 96% !important;
    }
    .wpcf7-form {
        margin-left: 10px !important;
    }
    #contact_page .wpcf7-form {
        margin-left: 0px !important;
    }
    .side_box .sb_body .form .input {
        width: 100%;
    }
    .side_box .sb_body .form {
        width: 85%;
        padding-left: 6px;
        padding-right: 6px;
    }
    .wpcf7 input.wpcf7-text, #wpcf7-f89-p31-o1 table tr td textarea {
        width: 90%;
    }
}
@media all and (min-width : 320px) and (max-width : 480px) {
    #nav ul li a {
        padding: 0 15px;
    }
}

/*** Sociables ***/
.sociable ul li {
    list-style-type: none;
    background: none;
    padding: 10px 10px 0 0;
}

.ls-container .slider-text,
.ls-container .slider-header {
    text-shadow: 2px 2px 4px #222;
}

.ls-container  .slider-text {
    font-weight: bold !important;
}

#sidebar #em_subscribe_form br {
    display: none;
}
#sidebar .gform_wrapper .top_label .gfield_label {
    font-weight: normal;
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 3px;
}
#sidebar .ginput_container input,
#sidebar .ginput_container textarea {
    padding: 4px;
    width: 100%;
}
#sidebar .gform_wrapper textarea#input_2_5 {
    width: 100%;
    height: 100px;
    border: solid 1px #ccc;
}
body #sidebar .gform_wrapper .top_label div.ginput_container,
#sidebar .gform_wrapper ul li.gfield {
    margin-top: 0px;
}
#sidebar .gform_wrapper form {
    margin-left: 15px;
    margin-right: 15px;
}


#sidebar .gform_wrapper form .ginput_recaptcha{
	transform: scale(0.89);
    transform-origin: 0 0;
}


#sidebar body .gform_wrapper ul li.gfield {
    margin-top: 0px;
}
#sidebar .gform_wrapper .gform_footer {
    padding: 5px 0 10px;
    margin: 5px 0 0;
}
#sidebar .gform_wrapper div.validation_error {
    font-size: 12px;
}
#sidebar .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px;

}
.contactform  {
	padding-bottom: 45px;
}
.contactform .gform_wrapper ul.gform_fields li.gfield {
    padding-left: 0px;
	padding-bottom: 40px;
	padding-right:0;
}
.contactform .gform_wrapper form {
	margin-top:30px;
}

#sidebar .gform_wrapper br,
#sidebar .gform_wrapper p:empty {
    display: none;
}
#sidebar .gform_wrapper {
    margin-top: 0;
    margin-bottom: 0px;
}
.left_section1 .gform_body ul li {
    background-image: none;
}
.left_section1 .gform_body .ginput_container {
    width: 80%;
}
body.page-template-contact_template .gform_wrapper .top_label div.ginput_container {
    width: 80%;
    vertical-align: top;
    display: inline-block;
	float: right;
	margin-top: 0;
	margin-bottom:16px;
}

body.page-template-contact_template .gform_footer{
	padding-top:0;
}

body.page-template-contact_template .gform_footer .gform_button{
	float:left !important;
}

#sidebar div.gform_wrapper + p {
    display: none;
}
body.page-template-contact_template .gform_wrapper .top_label div.ginput_container input {
    width: 100%;
	padding: 8px !important;
}
body.page-template-contact_template .gform_wrapper .top_label .gfield_label {
    display: inline-block;
    width: 17%;
    vertical-align: top;
	float: left;
}
body.page-template-contact_template .gform_wrapper .gform_footer {
    text-align: center;
	width:80%;
	float:right;
	margin-top:0;
}
input#gform_submit_button_3 {
	background: #f5c827;
    color: #000;
    border-radius: 3px;
    padding: 10px 25px;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
	margin: 0;
	float: right;
}

input#gform_submit_button_3:hover {
	background: #f7cf3f;
	cursor: pointer;
}
input#gform_submit_button_2 {
    background: rgb(169, 3, 41);
    background: -moz-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(169, 3, 41, 1)), color-stop(44%, rgba(143, 2, 34, 1)), color-stop(100%, rgba(109, 0, 25, 1)));
    background: -webkit-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    background: -o-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    background: -ms-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    background: linear-gradient(to bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    height: 28px;
  /*  margin-left: 50px; */
    width: 118px; /*
    margin-top: 15px; */
	padding: 0;
	margin: 0 auto 0 !important;
	display: inherit;
}
input#gform_submit_button_2:hover {
    background: rgb(169, 3, 41);
    background: -moz-linear-gradient(bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%, rgba(169, 3, 41, 1)), color-stop(44%, rgba(143, 2, 34, 1)), color-stop(100%, rgba(109, 0, 25, 1)));
    background: -webkit-linear-gradient(bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    background: -o-linear-gradient(bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    background: -ms-linear-gradient(bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    background: linear-gradient(to top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    height: 28px;
    margin-left: 50px;
    width: 118px;
}


@media only screen and ( max-width: 780px ) {
	body.page-template-contact_template .gform_wrapper .top_label div.ginput_container {
		float: none;
		display: block;
		width: 100%;
	}

	body.page-template-contact_template .gform_wrapper .top_label .gfield_label {
		float: none;
		display:block;
		width: auto;
	}

	.contactform {
		margin-top: 35px;
	}

	.contactform .gform_wrapper form {
		margin-top:0;
	}
	.contactform .gform_wrapper ul.gform_fields li.gfield {
		padding-bottom: 0;
	}

	body.page-template-contact_template h1.page_title {
		padding-left: 15px;
	}
	.contact-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	body.page-template-contact_template .gform_wrapper .top_label div.ginput_container input {
		padding: 3px 8px !important;
	}

    .richfooter-section-2 .block.google-review {
        margin-top: 5px;
    }

	body.page-template-contact_template .gform_wrapper .gform_footer{
		width:100%;
	}
}
