/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */

@import url('//fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

@font-face {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    src: url("https://conveyancing.gavelpage.com.au/hubfs/Gavelpage%202023/fonts/fontello.eot") format("embedded-opentype"),
    url("https://conveyancing.gavelpage.com.au/hubfs/Gavelpage%202023/fonts/fontello.woff") format("woff"), 
    url("https://conveyancing.gavelpage.com.au/hubfs/Gavelpage%202023/fonts/fontello.ttf") format("truetype");
}


/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
    max-width: 100%;
    height: auto;
}

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
    padding: 0; 
}

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

/* Vertical Menu
   ========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

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

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
    background: #fff;
    color: #5D6769;
    line-height: 1.7;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 18px;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 10px;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background:#e0af1d;;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #e0af1d;
  text-shadow: none;
}


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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin-top:0;
    line-height: 1;
    color: #23282D;
    font-weight: normal;
    font-family: 'Open Sans';
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 30px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}

/* Anchor Links */
a {     
    color: #8A1B66;
    text-decoration: none;
}
a:hover {    color: #8A1B66; outline: 0;}
a:focus {
    outline: thin dotted;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.custom-header-lower{
    background:#881f60;
    color:#fff;
    padding:50px 0 40px;
}
.custom-header-upper {
    background: rgba(226, 222, 219, 0.37);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    padding: 5px 0;
    min-height: 36px !important;
}
.header-button{
    background:#ece800;
    color:#881f60;
    display:inline-block;   
    line-height:64px;
    font-size:21px;
    font-weight:600;
    width:255px;
    text-align:center;
     -webkit-border-radius:40px;
	  border-radius:40px;
}
.header-phone:hover{
    color:#fff; 
}
.header-phone{
    color:#fff;
    border:2px solid #fff;
    font-size:21px;
    font-weight:600;
    line-height:60px;
    display:inline-block;
    -webkit-border-radius:40px;
	  border-radius:40px;
    padding:0 20px;
    width:255px;
    text-align:center;
    
}
.header-phone .icon-phone{
    font-size:32px; 
    display: inline-block;
    vertical-align: middle;
}
.custom-logo img {
    max-width: 340px;
}
.header-phone-wrapper,
.header-button-wrapper{
    text-align:right;
}
section#slogan_text a {
    color: #8A1B66;
    font-weight: bolder;
    font-size: 19px;
    font-family: 'Open Sans',sans-serif;
    text-align: right;
    line-height: 100%;
}
section#slogan_text {
    text-align: right;
    padding: 60px 0 0;
}
.icon-phone:before {
    content: '\e800';
}


.custom-menu-wrapper.scroll {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
    width: 100% !important;
    visibility: hidden;
    opacity: 0;
    transition:all .3s;
}
.scroll-body .custom-menu-wrapper.scroll {
    z-index:9;
    visibility: visible;
    opacity: 1;
}



/*------------------Banner Style---------------*/
.custom-banner {
    background-color: #8A1B66;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.custom-banner h1 {
    font-weight: 600;
    color: #fff;
    font-size: 21px;
    line-height: 100%;
    margin: 32px 0;
    text-transform: capitalize;
}
.header-banner{
    background:url(https://conveyancing.gavelpage.com.au/hubfs/Gavelpage%202023/images/header-banner.jpg) no-repeat center center / cover; 
    min-height:560px !important;
    display:flex !important;
    align-items:center;
    width:100%;
}
.header-banner .row-fluid-wrapper{
    width:100%; 
}
.header-banner-content{
    font-size:48px;
    font-weight:700;
    color:#fff;
    max-width:500px;
}
.header-banner-content p{
    font-size:48px !important;
    line-height:1.2em;
    font-weight:700;
    color:#fff;
    margin:0 0 0.3em;
}
.under-header-banner{
    background:#eabc00;
}
.under-header-banner-content .icon-star{
    font-size:36px; 
    color:#ece800;
    margin-right:2px;
}
.under-header-banner-content{
    font-size:24px;
    font-weight:700;
}
.under-header-banner-content a{
    text-decoration:underline !important; 
}
.icon-star:before{
    content:'\E801';
}

/* =============== Content =============== */

.body-container-wrapper {}
.body-container {
    
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer-upper {
    background: rgba(226, 222, 219, 0.37);
    color: #000000;
    padding:20px 0;
    -o-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.02);
    -moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.02);
    box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.02);
}
.custom-footer-logo img {
    max-width: 218px;
    width: 100%;
}

.custom-social-icons {
    margin-top: 20px;
}
.fh.fh2 {
    display: inline-table;
    font-weight: bolder;
    font-size: 19px;
    margin-bottom: 16px;
    padding-bottom: 11px;
    color:#000;
}
.textwidget a {
    color: #000000;
}
span.icon {
    margin-right: 0.2em;
}

.icon-facebook:before {
    content: '\F09A';
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    width: auto;
    margin-right: auto;
    line-height: inherit;
    margin-left: auto;
}
span.icon-facebook.icon {
    font-size: 25px;
    margin-right: 3px;
}
span.icon-linkedin {
    font-size: 26px;
}
.icon-linkedin:before {
    content: '\F0E1';
}
.s3 {
    font-size: 25px;
    margin-left: 10px;
}
.icon-instagram:before {
    content: '\F32D';
}
.s4 {
    font-size: 25px;
}
span.icon-twitter.ic {
    margin-left: 8px;
}
.icon-twitter:before {
    content: '\F099';
}

.custom-footer-upper h3 {
    font-weight: bolder;
    font-size: 19px;
    margin-bottom: 16px;
    border-bottom: 1px solid;
    padding-bottom: 11px;
    text-transform: uppercase;
    
}
.custom-footer-upper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.custom-home ul li:not(:last-child) {
    margin: 0 0 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.custom-home ul li a {
    color: #000;
    padding: 0 0 10px 0;
    line-height: 150%;
    font-style: normal;
    display: inline-block;
}

.custom-contact-us ul{
    font-size: 18px;
    line-height: 1.7;
    color:#000;
}
.custom-contact-us ul li a{
    color:#000;
}
.custom-contact-us ul li span {
    color: #8A1B66;
    font-weight: 900;
}
.custom-contact-us ul li.space {
    margin-bottom: 10px;
}




.custom-copyright-wrapper{
    padding: 14px 0;
    color: #A9A9A9;
    -o-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.06) inset;
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.06) inset;
    -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.06) inset;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.06) inset;
    background: #fff;
}
.custom-copyright ul {
    list-style: none;
    margin:10px 0 0;
    line-height: 180%;
    font-size: 12px;
    display: block;
    color: #919191;
    padding: 0;
}
.custom-copyright ul li {
    list-style-position: outside;
    line-height: 100%;
    display: inline-block;
    padding: 0 6px;
    border-left: 1px solid #CDCDCD;
}
.custom-copyright ul li a{
    color: #919191
}
.custom-copyright ul li:first-child {
    border-left: 0;
    padding-left: 0;
}
.custom-copyright p {
    display: block;
    font-size: 12px;
    line-height: 180%;
    margin: 0 0 18px;
}



/*------------------Back to top-----------------*/
#wpfront-scroll-top-container {
    position: fixed;
    cursor: pointer;
    z-index: 9999;
    opacity: .8;
    right: 20px;
    bottom: 20px;
}
#wpfront-scroll-top-container img {
    padding-bottom: 40px;
}
#wpfront-scroll-top-container:hover {
    opacity: 1;
}
#wpfront-scroll-top-container:focus{
    outline:0;
}


/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */

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

.custom-menu-wrapper {
    background:#741552;
}

/* =============== Custom Menu Primary =============== */
/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
    display: flex;
    position:relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
    text-align: center;
    text-transform:uppercase;
    position: static !important;
    flex-grow: 1;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 27px 14px;
    font-weight: 700;
    font-size: 21px;
    color: #fff;
    position: relative;
    line-height: normal;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    background: #F4BF1E;
    color: #F4BF1E;
    content: "";
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    top: -2px;
    -ms-transition: width 0.2s ease 0s;
    -webkit-transition: width 0.2s ease 0s;
    -moz-transition: width 0.2s ease 0s;
    -o-transition: width 0.2s ease 0s;
    transition: width 0.2s ease 0s;
    width: 0;
    color: #EAE628;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:after{
    width: 100%;
    background-color: #EAE628;
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    -moz-box-shadow: 6px 0 0 rgba(0, 0, 0, 0.03), -6px 0 0 rgba(0, 0, 0, 0.03);
    -o-box-shadow: 6px 0 0 rgba(0, 0, 0, 0.03), -6px 0 0 rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 6px 0 0 rgba(0, 0, 0, 0.03), -6px 0 0 rgba(0, 0, 0, 0.03);
    box-shadow: 6px 0 0 rgba(0, 0, 0, 0.03), -6px 0 0 rgba(0, 0, 0, 0.03);
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul > li > ul{
    background-color: #fff;
    padding: 10px 0 0;
    width:100%;
    -o-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
    border: 1px solid #eee;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}

.custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    white-space:normal !important;
    line-height: 200%;
    padding-left: 10px;
   
    font-weight: normal;
    font-size: 16px;
    color: #000;
    position: relative;
    display: block;
    text-align: left;
    border-bottom: 1px solid #eee;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover{
    border-left: 5px solid #EAE728;
    background-color: #8A1A64;
    color: #FFFFFF;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
    position: static !important;
    display: inline-block;
    width: 49%;
    vertical-align: top;
    text-align: left;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li,
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul > li{
    width: 32%;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul {
    position: static !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul > li > ul {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    position: static !important;
    border-right: 1px solid #eee;
    padding: 20px 11px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:last-child > ul {
    border-right: 0px solid #eee;
}



/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */

    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    
    .visible-mobile{
        display:none !important;
    }
    
}

@media (max-width: 1120px) and (min-width:960px){
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        padding: 27px 11px;
    }
}



/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 959px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 11px;
    left: 23px;
    width: auto;
    height: auto;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
  }
  .mobile-trigger:before {
    content: '\e86e';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    width: auto;
    margin-right: auto;
    line-height: inherit;
    margin-left: auto;
    color: #999;
    font-size: 23px;
  }
  .mobile-trigger:hover{}

  /* Change button when menu is open */
  .mobile-open .mobile-trigger:before{
      content: '\e86f';
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #fff; /* Icon color */
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: absolute;
    top: 51px;
    left: 0;
    padding: 20px 0 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fff;
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    margin: 0 0 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    border-bottom: 1px solid #efefef;
    font-size: 14px;
    overflow: visible;
    font-family: Arial,sans-serif;
    padding: 25px 14px;
    color:#000;
    line-height: 25px;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{}
  .custom-menu-primary .hs-menu-wrapper >  ul li a{}
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{}

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding: 11px 14px;
    padding-left: 40px;
    font-size: 14px;
    
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    border-left: 5px solid #EAE728;  
    background-color: #8A1A64;
    color: #FFFFFF;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{}

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{}
  
    .hidden-mobile{
        display:none !important;
    }
    .custom-header-upper-mobile {
        background: #000;
        color: #999;
        font-size: 23px;
        padding: 10px 0px;
        display: block;
        position:relative;
        min-height: 66px !important;
    }
    .custom-header-upper-mobile .page-center {
        max-width: 100% !important;
        padding:0 !important;
        width: 100% !important;
    }
    .custom-mobile-search span.icon-search{
        position: absolute;
        z-index: 9;
        top: 13px;
        right: 23px;
        font-size: 23px;
        font-weight: 300;
        color: #999;
        cursor: pointer;
    }
    .custom-mobile-search span.icon-search:before {
        content: '\e882';
        line-height: 1;
    }
    form#top_search_form {
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        position: fixed;
        top: 0;
        left: 0;
        color: #888;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.95);
        transition: opacity 0.5s linear; 
        font-family: Arial, sans-serif;
        letter-spacing: normal;
        color: #ccc;
    }
    span.middle {
        display: inline-block;
        max-width: 650px;
        width: 100%;
    }
    span.middle input#top_search_field {
        width: 100%;
        height: 100px;
        background: #eee;
        padding: 20px;
        font-size: 40px;
        line-height: 60px;
        border: 0;
        color: #ccc;
        font-family: Arial, sans-serif;
    }
    .search-open form#top_search_form {
        visibility: visible;
        opacity: 1;
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    button#full-screen-search-close {
        position: absolute;
        z-index: 999999;
        top: 20px;
        right: 20px;
        font-size: 30px;
        font-weight: 300;
        color: #999;
        cursor: pointer;
        -webkit-appearance: none;
        border: 0;
        background: transparent;
    }
     
    .custom-logo,.custom-speak-us {
        width: 100% !important;
        text-align: center;
        margin-left:0 !important;
    }
    .custom-logo img {
        max-width: 344px;
        width: 100%;
    }
    section#slogan_text {
        text-align: center;
        padding: 18px 0 3px;
    }    
    
    
  
  
  
}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}

/*---------------------Blog Listing Styles-------------------------*/
.hs-featured-image {
    float: none;
    margin: 0;
    max-width: 100%;
    width: 100%;
}
.blog-listing-wrapper .post-listing .post-item {
    margin: 0 0 40px;
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding: 0 10px;
}
.post-listing {
    margin: 0 -10px;
}
.blog-listing-wrapper {
    overflow: hidden;
}
.post-header h2 {
    padding: 0 0 15px 0;
    margin: 17px 0 0;
    line-height: 100%;
    display: inline-block;
    font-size: 27px;
}
.post-header h2 a {
    color: rgb(102, 102, 102);
}
.post-header h2 a:hover{
    color: #e0af1d;
}
#hubspot-author_data {
    border-top: 1px solid #eee;
    padding: 6px 0;
    color: #afafaf;
    font-size: 11px;
   
    font-weight: 400;
    line-height: 2;
    border-bottom: 1px solid #eee;
}
#hubspot-author_data a{
    color: #afafaf;
}
#hubspot-author_data a:hover{
    color: #777;
}
span.icons:before {
    content:"";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    width: auto;
    line-height: inherit;
    margin-left: auto;
    margin-right: 5px;
}
span.icons.calender {
    padding-right: 10px;
}
span.icons.calender:before {
    content: '\e804';
}
span.icons.user:before {
    content: '\e276';
}

.hs-featured-image-wrapper {
    margin: 20px 0;
    position: relative;
}


.aligncenter {
    display: table;
    text-align: center;
    margin: 0 auto;
}
.imgeffect {
    background: #fff;
    position: relative;
    overflow: hidden;
    max-width: 100%;
}
.imgeffect.aligncenter, .entry-thumbnail.aligncenter, img.aligncenter {
    text-align: center;
    margin: auto;
    padding: 0px;
    border: 0px;
    background: none;
    max-width: 100%;
}
.imgeffect.aligncenter, .entry-thumbnail.aligncenter {
    margin: 20px auto;
    max-width: 100%;
}


.imgeffect a {
    position: absolute;
    padding: 10px 0;
    color: #fff;
    background: #E0AF1D;
    right: 10px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 30px;
    text-align: center;
    margin: 3px 0;
    z-index: 1;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    text-decoration: none;
    margin-left: -15px;
    left: 50%;
}
.imgeffect a:first-child {
    top: 0;
}
.imgeffect a:nth-child(2) {
    bottom: 0;
    top: auto;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
body [class^="icon-"]:before, body [class*=" icon-"]:before {
    width: auto;
    margin-right: auto;
    line-height: inherit;
    margin-left: auto;
}

.icon-zoom-in:before {
    content: '\e750';
}
.icon-link:before {
    content: '\e865';
}

.imgeffect:hover a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 10px;
    text-decoration: none;
    font-weight: normal;
}
.imgeffect:hover a:first-child {
    top: 50%;
    margin-bottom: 0px;
    bottom: auto;
    left: 50%;
}
.imgeffect:hover a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 10px;
    text-decoration: none;
    font-weight: normal;
}
.imgeffect:hover a:nth-child(2) {
    top: auto;
    bottom: 50%;
    margin-top: 0px;
}

.imgeffect:after {
    background: transparent;
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: absolute;
    right: 0;
    -webkit-transition: width 0.4s, box-shadow 1.6s;
    -moz-transition: width 0.4s, box-shadow 1.6s;
    -o-transition: width 0.4s, box-shadow 1.6s;
    transition: width 0.4s, box-shadow 1.6s;
    width: 0;
    box-shadow: 0;
    top: 0;
    border-right: 0px solid rgba(255, 255, 255, 0);
    content: "";
}
.imgeffect:hover:after {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 1000px 0 0 0 rgba(255, 255, 255, 0.1) inset;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 100%;
}

/*--------------------Listing Page Stles------------------------*/
.hs-author-profile h2.hs-author-name {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: bold;
    color: #747474;
}
.hs-blog-listing .hs-author-profile {
    border-bottom: 1px solid #ccc;
    padding: 30px;
    background: #FDFDFD;
    position: relative;
    border: 1px solid #F3F3F3;
    color: #747474;
    max-width: 1040px;
    margin: 0 auto 40px;
}

h3.hs-author-listing-header {
    display: none;
}
.hs-author-profile .hs-author-avatar {
    float: none;
    margin-right: 15px;
    max-width: 100px;
    display: inline-block;
}
.author-title {
    display: inline-block;
    vertical-align: top;
    padding: 33px 0 0;
}
.hs-author-profile .hs-author-avatar img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    max-width: 100%;
}


/*----------------------Pagination--------------------*/
.blog-pagination {
    display: inline-table;
    margin: 0;
    position: relative;
    list-style-type: none;
    border: 1px solid #F0F0F0;
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), inset 0 0 0 1px #fff;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), inset 0 0 0 1px #fff;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), inset 0 0 0 1px #fff;
}
.blog-pagination>div {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}
.blog-pagination a {
    text-decoration: none;
    padding: 0 15px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    border-right: 1px solid #F0F0F0;
    line-height: 26px;
}
a.next-link {
    border-right: 0;
}
.blog-pagination a:hover,.blog-pagination a.active{
    text-decoration: none;
    color: #F4BF1E;
}
.blog-pagination a:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}
a.next-link:before {
    content: '\f105';
}
a.prev-link:before{
    content: '\f104';
}
.blog-pagination-wrapper{
    text-align:center;
    margin: 30px 0;
}



/*-----------------Post Page Styles------------------*/
ul.breadcrumb {
    margin: 27px 0;
    padding: 0;
    list-style: none;
    color: #fff;
}
ul.breadcrumb li:not(:first-child):before {
    content: '\f105';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    width: auto;
    margin-right: auto;
    line-height: inherit;
    margin-left: auto;
}
ul.breadcrumb li {
    display: inline-block;
    font-size: 14px;
}
ul.breadcrumb li a{
    color:#fff;
}
a.icon-home:before {
    content: '\e866';
    margin-right: 5px;
    line-height: 100%;
}

.hs-blog-post span.icons:before {
    font-size: 12px;
}

.hs-blog-social-share {
    margin-top: 30px;
    padding: 10px 0 20px 0;
    border-top: 0;
    border-bottom: 0;
    height: auto;
}
.hs-blog-post .hide-post-page,.hs-blog-listing .hide-listing{
    display:none !important;
}

div#comment-form input.hs-button.primary {
    margin-top: 20px;
}

.hs-blog-post div#hubspot-author_data {
    border-bottom: 0;
}





/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */

.body-container .widget-type-form,
.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription {
margin-bottom:25px; 
margin-top:25px;
}
.landing-page.one-column .body-container form,
.error-template.one-column .body-container form,
.password-template.one-column .body-container form,
.subscription-template.one-column .body-container form{
   width: 50%;
}  
	.hs-error-msgs {
	   margin: 0 !important;
	   padding: 0;
	}

	.hs-error-msgs li {
	   margin: 0 !important;
	   padding: 0;
	}

	.hs-error-msgs label {
		color: red !important;
		font-weight: normal !important;
		font-size: 18px !important;
	}

.form-title {
    color: #23282D;
    font-size: 28px;
}
.body-container form label {
    margin-bottom: 15px;
    color: #000;
  
    font-size: 18px;
    font-weight: bold;
    display: block;
}
span.hs-form-required {
    color: #ff0000;
    font-weight: bold;
}





/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
    margin-bottom:25px;
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea
{
    font-size: 24px;
    width: calc(100% - 30px);
    color: #000;
    margin:0 0 15px;
    padding:0 15px;
}
.body-container select  {
    font-size: 24px;
    width: 100%;
    color: #000;
    margin:0 0 15px;
    padding:0 15px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    color: rgb(0, 0, 0);
    cursor: pointer;
    display: inline-block;
    
    font-size: 21px;
    padding: 2px 10px;
    border: 1px solid #ccc;
    background: #f2f2f2;
    line-height: normal;
    display:inline-block;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {}

.body-container .hs-button.primary:focus,
.body-container input[type="submit"]:focus,
.body-container input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */


/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */

@media (max-width: 1099px) {
    .container-fluid .row-fluid .page-center {
      max-width: 960px;
    }
}





/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1024px) {
    .custom-menu-wrapper.scroll{
        display:none !important;
    }
}


@media (max-width: 959px) {
    .container-fluid .row-fluid .page-center {
      max-width: 760px;
    }
    
    
    .custom-copyright-wrapper {
        padding: 14px 0 56px;
        text-align: center;
    }
    
    
}




/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
    .landing-page.one-column .body-container form,
    .error-template.one-column .body-container form,
    .password-template.one-column .body-container form,
    .subscription-template.one-column .body-container form{
       width: 100%;
    }    
    .container-fluid .row-fluid .page-center {
      width: 90%;
      padding: 0;
    }
    
    
    
    .custom-home,.custom-footer-logo-wrapper{
        margin-bottom:30px;
    }
    
    .blog-listing-wrapper .post-listing .post-item {
        display: block;
        width: 100%;
    }
    
    
}  


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {}

@media (max-width: 350px){
    .custom-logo img {
        max-width: 263px;
    }
    section#slogan_text {
        max-width: 206px;
        margin: 0 auto;
    }
}

#navigation_bar > ul > li > a { padding: 15px 12px; }

.footer-425442 { background-color: #8A1B66!important; } 

.content_footer { background-color: #8A1B66 !important; }

a.button_.default.big.margin-t10.alignright.bounceIn.animated { margin-top: 60px !important; }

.banner p { color: white; }

.banner a { text-decoration: none; }

.top_content { background-color: #8A1B66!important; }

.top_content h1 { color: white !important; }

.breadcrumb { color: white; }

.breadcrumb span { color: white; }

.breadcrumb a { color: white; }


#slogan_text { color: #8A1B66!important; }

#slogan_text a { text-decoration: none; color: #8A1B66;}

#menu-item-2557 a:first-child { display: none; }

.content-img { float: none !important; }

body { font-size: 15px ; }

p { font-size: 18px ; color: #5D6769; line-height: 1.7; }

.content_area { padding-top: 30px; }

.sky-margin { margin-bottom: 2em; }

.banner a { color: #e0af1d !important; }

.banner p { font-size: 22pt !important; }

.testimonial p { font-size: 15px !important; }

ul { font-size: 18px; color: #5D6769; line-height: 1.7; }

.sidebar ul { font-size: 14px; }

#navigation .sub-menu li a { font-size: 16px !important; }

#navigation_bar > ul > li.current_page_item > a:after, #navigation_bar > ul > li.current-menu-ancestor > a:after, #navigation_bar > ul > li:hover > a:after { background-color: #EAE628!important; }

#navigation_bar > ul > li > a:after { background: #EAE628!important; color: #EAE628!important; }

.flex-caption, .pricing_table .table_wrap ul > li.caption, .pricing_table .table_wrap.highlight ul > li.caption, .banner p, .sidebar .featured_article_title, .footer_widgets_row .featured_article_title, .latest-news a.title, h1, h2, h3, h4, h5 { font-weight: bold !important; }



h1 { font-size: 30px; }

h2 { font-size: 28px; }

h3 { font-size: 24px; }

.mobile-menu-list { list-style: none; } 

ol {     
	font-size: 18px !important;
    color: #5D6769;
    line-height: 1.7; 
    }
    
.sidebar .featured_article_title:before { background: none repeat scroll 0 0 #EAE628!important; color: #EAE628; }


@media screen and (max-width: 600px) {
	.current_page_item { background-color: #EAE628!important; }
	
	#wpfront-scroll-top-container img { width: 96px; height: 96px; }
	
}

.featured img.aligncenter { height: 147px; width: 147px; }
.mr_social_sharing_wrapper { margin: 0 auto; }

#wpfront-scroll-top-container img { padding-bottom: 20px; }

.featured_image_holder.pin {max-width: 100%; }

@media screen and (min-width: 782px) {
	#development-topbar { display: none; }
	
	#wpfront-scroll-top-container img { padding-bottom: 40px; }
	
	
}



@media only screen and (max-width: 959px) {
	
	.responsive #navigation_bar li li a, .responsive .stuck #navigation_bar li li a{ display: none; }
	
	.current_page_item li a { display:block !important; }
	
	.responsive #mobile_bar { background: black; }
	
	#top_bar {display: none;}
	.responsive .active#top_bar {display: none; }
	
	
}

.newsletter-hidden { display: none; }


.icon-cog:before { content: '\e882' !important; }
#mobile_bar .icon-up-open:before { content: '\e882' !important; }

.field-wrap.label-left .ninja-forms-field, .field-wrap.label-left .ninja-forms-star-rating-control {
	padding: 12px;
    width: 200px;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font: 16px "Gotham Book", Arial, sans-serif;
    color: #444;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

#ninja_forms_form_7_all_fields_wrap { margin: 0 auto; }

#text-box-809326-116386 { padding-top: 40px; }

.content_area li { padding-top: 10px; padding-bottom: 10px;}

#full-screen-search form div { width: 70%; left: 40%; }

.skyhide { display: none; }




h1, h2, h3, h4, h5, h6, { font-family: Lato !important; }


h3 a { color: #8A1B66; }

.skyCTA { margin-bottom: 30px; }

.footer-contact ul li {
    color: #000000!important;
}

#menu-item-2278 { display: none; }

.largeredbtn {

    background: #F4BF1E;

}

.largeredbtn:hover {
    background: #8A1B65;
}

p.icon-text {
    padding: 0 0 16px 60px;
}
#container .margin-t10 {
    margin-top: 15px !important;
}
.photo_gallery li {

    margin: 1px!important;
}
.top_links a {
    text-decoration: none;
    color: #891A65 !important;
    font-size: 15px;
    font-weight: 600;
}
input#top_search_field {
    color: #000000;
    font-size: 13px;
	font-weight:400;
}
#top_search_form .icon-search {
    cursor: pointer;
    font-size: 16px;
    color: #8A1966;
}
#sticky_logo img {

    margin-top: 18px;
}
#top_bar {
    background:rgba(226, 222, 219, 0.37);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    padding: 5px;
}
.fh.fh2 {
    border-bottom: 0px;

}
div#footer-column-3 {
    margin: 30px 0px 0px 12px;
}
.wide .content_footer {
    background: #FFFFFF;
    -o-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.02);
    -moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.02);
    box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.02);
}

/* Footer Exa Info */
.footerarea_info1{width: 100%; background-color:#F5F5F5;}
.footerarea_info { width: 1110px; margin: 0 auto; padding:0 0 60px 0; background-color:#F5F5F5;}
.footerarea_info .info { float:left; }
.footerarea_info .info a { float:none; }
.footerarea_info .info span { display:block; padding: 5px 0 0; }
.footer_logo_wrap { float: right; background: url("http://gavelpage.exanano1.com/wp-content/uploads/2015/09/footer_logo_v1.png") no-repeat scroll 0 0 transparent; width: 225px; height: 32px; }
.footer_logo_wrap a { float:left; display:inline; }
.wm_logo { width:134px; height:30px; }
.exalogo { width:65px; height:25px; margin:0 0 0 22px; }
a.footer_text {
    color: #DADADA;
}

.footerarea_info1 {
    width: 100%;
    background-color: #F5F5F5;
    padding-top: 20px;
}

a.footer_text {
    color: #666666;
    text-decoration: none;
}

.footer-logo{ MARGIN: 8PX 25PX 0PX 2PX;}
.footer-contact ul li{
    list-style: none;
}

.footer-contact ul li {
    list-style: none;
    margin: 0 0 0px -17px;
}

.menu-main-menu-container{
    width: 183px;
}
.rt_form input[type="url"], .wpcf7 input[type="url"], .rt_form input[type="number"], .wpcf7 input[type="number"], .rt_form input[type="tel"], .wpcf7 input[type="tel"], .rt_form input[type="date"], .wpcf7 input[type="date"] {
    width: auto;
    /* max-width: 100%; */
    width: 100%;
}

div#footer-column-1 {
    height: 260px;
}


#navigation_bar > ul > li > a {
    font-size: 16px;
    color: #8a8a8a;
    text-decoration: none;
    display: block;
    padding: 25px 15px;
    position: relative;
}
#slogan_text {
    
    font-size: 17px;

}
.box four.caption h3.featured_article_title {
    border-bottom: 1px solid;
    border-color: #DADADA;
}
.fh {
    font-size: 19px;
    /* font-weight: bold; */
    margin-bottom: 16px;
    border-bottom: 1px solid;
    padding-bottom: 11px;
}
img.aligncenter {
    min-height: 138px;
}
.top_links {

    font-size: 14px !important;
 
}
.top_links a:hover {
    text-decoration: none; 
}

.content_holder {
    color: #000000!important;
}


#row-14069-1 {
    padding-bottom: 0px !important;
}


#navigation_bar>ul>li>a {
 
    padding: 25px 14px !important;

}

#navigation .multicolumn-holder a {
    font-size: 16px;
    
}
html .stuck #navigation_bar>ul>li>a {
    font-size: 16px!important;
    padding: 10px 21px;
}
ul#navigation a {
    color: #000000 !important;
}


#navigation .multicolumn-holder a:hover {
    font-size: 16px;
   
    background-color: #8A1A64;
    color: #FFFFFF!important;
}

a {
    color: #8A1B66;
    text-decoration: none!important;
}

.wide .content_footer {
    background: rgb(240, 225, 235)!important;
    color: #000000!important;
}

.wide .content_footer a {

    color: #000000!important;
}

navigation_bar>ul>li>a {
    padding: 20px 12px !important;
}

.top_content .info_bar {
    margin: auto;
    padding: 55px 0 30px!important;
    width: 1040px;
}
section.sidebar.left.sticky ul li a {
    padding: 0 0 14px 25px; 
    background: url(/wp-content/uploads/2016/02/marker-1.gif) 1px 2px no-repeat;
}
	#navigation .multicolumn-holder a:hover {
    display: block;
    text-align: left;
    text-decoration: none;
    color: #999;
    border-left: 5px solid #EAE728; }
    
    #navigation .multicolumn-holder a {
    display: block;
    text-align: left;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #999;
    line-height: 200%;
    padding-left: 10px; }
	
.content-img {
    float: right;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
p.ng {
    padding: 0px!important;
}

.top_content>.row {
    margin: auto;
    width: 1040px;
    padding: 0px 0 0px!important; 
}

section#slogan_text {
    color: #8A1B66;
    font-weight: bolder !important;
    font-size: 19px;
}

.rt_form input[type="text"], .rt_form input[type="email"], .rt_form select, .rt_form textarea, .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 select, .wpcf7 textarea, .rt_form input[type="date"], .wpcf7 input[type="date"], .rt_form input[type="tel"], .wpcf7 input[type="tel"], .rt_form input[type="number"], .wpcf7 input[type="number"], .rt_form input[type="url"], .wpcf7 input[type="url"] {

    border: 1px solid #9D8D85!important;
	color: #000000!important;

}

.rt_form input[type="button"], .rt_form input[type="submit"], .wpcf7-submit {
    padding: 15px 55px !important;

    color:#000000 !important;
    text-shadow: none;
    font-weight: bold;
	  background: #EBE728;
    font-size: 16px;
}
  
a.largeredbtn {
    background: #EBE728;
}
}

@media only screen and (min-width: 980px)
.header-design1.menu-style-one .top_content>.google_map_holder {
    margin-top: 0px!important;
}

.arti-h3{
    letter-spacing: 0;
    font-size: 20px;
	    position: relative;
		    padding: 0 0 10px 0;
			line-height: 140%;
			    color: #666;
margin: 0;}

.header-design1.menu-style-one .top_content>.google_map_holder {
    margin-top: 0px !important;
}

#navigation_bar>ul>li.current_page_item>a:after, #navigation_bar>ul>li.current-menu-ancestor>a:after, #navigation_bar>ul>li:hover>a:after {
    background-color: #EAE628!important;
    height: 3px!important;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
}

    p.arti-h3{
	font-size: 20px;
	letter-spacing: 0;
	position: relative;
	padding: 0 0 10px 0;
	line-height: 140%;
	color: #666;
    margin: 0;}
	
	
	
	.widget_nav_menu ul li a{
		color:#000000!important;   
	}
	
	.widget_nav_menu ul li {
	list-style: none!important;	
		}
		
		section.top_content.header-148052.clearfix {
    background-color: #8A1B66!important;
}
.top_content .heading h1, .top_content .heading h2 {
    color: rgb(255, 255, 255)!important;
    font-weight: 600!important;
}

		
	#container .sidebar .widget {
    border: 1px solid rgba(156, 139, 132, 0.5);
}

.top_content {

         background: rgb(231, 215, 174);
}

#row-166114-22359 {
    background-color: #8A1B66!important;
}

.button_.default, .button_.t_white {
    color: #060606 !important;
}

.banner .featured_text {

    color: #FFFFFF;

}
.top_content .heading h1, .top_content .heading h2 {
   
    color: #000000;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #891B65;
    color: #FFFFFF !important;
}
.breadcrumb a {
    color: #000;
	font-size:14px;

}
section.top_content.clearfix {
    background-color: #8A1A64;
}
.top_content .breadcrumb {

    color: white;
}
.breadcrumb a {
    color: #FFF;

}
h4.lined-section.no-top-mar.widget-title {
    font-weight: bolder !important;
    color: #000000;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 140%;
    color: #23282D;
    margin: 0;
}



.breadcrumb {
	font-size:14px;
    line-height: 18px;
    color: #000;
}

.top_content .heading h1, .top_content .heading h2 {
    color: rgb(70, 61, 57);
    font-weight: 600!important;
}
.sticky_nav_wrap {
    height: auto !important	;
	    margin-bottom: 20px;
}

.nav_shadow {
    padding-bottom: 0px;

}

.top_content {

    margin: -21px 0 0 0!important;

}

.nav_border {

   /* background: rgb(255, 254, 211); */
}
.top_content .info_bar {
    padding: 34px 0 30px!important;
}

.wide .content_footer {
    background:rgba(226, 222, 219, 0.37)!important;
    color: #000000!important;
}

.footerarea_info1 {
    width: 100%;
    background-color: #F5F5F5;
    padding-top: 0px; 
}
p.c2a-heading {
    font-size: 24px;
    padding-top: 46px;
    color: #891A66;
}

.textwidget ul li a {
    list-style: none !important;
	padding-bottom: 10px !important;
	    color: #891B65;
}
.textwidget ul li {
    list-style: none !important;
	padding-bottom: 10px !important;
	    color: #891B65;
}
p.faq-para {
    padding-left: 27px;
}

p.c2a-cont {
    color: #891A64;
}




h4.lined-section.no-top-mar.widget-title {
    font-weight: bolder !important;
    color: #000000;
}

.textwidget ul li a {

    color: #8A1B66;
}

.textwidget ul li {
    padding-bottom: 0px !important;

}
span.pii {
    color: #8A1B66;
    font-weight: 900;
}

.fh {

    font-weight: bolder;
}

@media only screen and (max-device-width: 736px) and (min-device-width: 320px){
	
	div#footer-column-1 {
    height: 157px;
}

div#footer-column-3 {
    margin-top: -55px;
    margin-left: 0px;
}
	
section#slogan_text {
    font-size: 16px;
}
	
}


.fooo {
    padding-top: 15px;
    padding-bottom: 15px;
}

h2.hmmy {
    color: white;
	font-size: 27px;
}
p.cont {
    width: 80%;
    float: left;
}

h3.hmmy {
    color: white;
}


p.c2a-pink {
    font-size: 21px;
}
h3.hmmy {
    color: white;
    font-size: 27px;
}
p.hmmy {
    color: white;
    font-size: 27px;
}




.foot-space{
	padding-top:10px;
}
.fh.fh2 {
    display: inline-table;
    padding-right: 17px;
}
span.icon-facebook.icon {
    font-size: 22px;
}
span.icon-linkedin {
    font-size: 26px;
}

a.largeredbtn {

    color: #262222!important;
}
a.largeredbtn:hover {
    color: #FFFFFF!important;
}

.call-us a {
    color: #891B65;
}

/* Footer Exa Info */
.footer-logo-wrap { float:right; }
.footer-logo-wrap a, .footer-logo-wrap span { float:left; }
.footer-logo-wrap .exa-footer-tag { line-height:50px; font-size: 14px; font-weight:700; color: #414141; vertical-align: top; padding: 0 10px 0 0;  }

@media only screen and (max-width: 648px) {
 .footer-logo-wrap { float:none; text-align:center; width:100% }
 .footer-logo-wrap a, .footer-logo-wrap span { float:none; display:block; }	
 .footer-logo-wrap a.exa-logo { clear: both; display: inline-block;; }
 .footer-logo-wrap a.exa-logo img { text-align: center; display: inline; width: 150px; height: auto; }
}

a.largeredbtn {
   
    font-size: 19px !important;
    font-weight: 900;
    padding: 15px 30px 15px 30px;
	
}

span.label.label-default {
    display: none;
}

#row-408970-2 { background-color: #8A1B66!important; }

#row-425442-2 {background-color: #8A1B66!important; padding-bottom: 40px; }

#row-966026-2 {background-color: #8A1B66!important; }

#row-799589-2 {background-color: #8A1B66!important; }
 
#row-402728-2 {background-color: #8A1B66!important; }

#row-783730-2 {background-color: #8A1B66!important; }

#row-268860-2 { background-color: #8A1B66!important; }

#row-831903-2 { background-color: #8A1B66!important; }

p { font-size: 14px; }

#navigation .sub-menu li a { font-size: 14px; }

.banner .big_button p { font-size: 20pt; }

.ninja-forms-required-items { display: none !important; }

#ninja_forms_field_17_label { display: none; }

#ninja_forms_form_7_all_fields_wrap { width: 200px !important; }

input#top_search_field { width: 50px; }

.rt-toggle ol li .toggle-number, .rt-toggle ol li.open .toggle-number { background: #8A1B66!important; }

.latest-news .featured-image .date { background: #8A1B66!important; }

.heading_icon { color: #8A1B66!important; }

hr.style-eight:after { color: #8A1B66!important; }

h2 a { font-size: 20pt; }

hr.style-eight { border-top: 1px solid #8A1B66; }

hr.style-six:after { color: #8A1B66; }

hr.style-six:before { background: #8A1B66; }

.pin:after { border-right: 1px solid #8A1B66; color: #8A1B66; }

#text-box-166114-167318 { padding-top: 50px; }

.button_ { background: none repeat scroll 0 0 #EAE628; }

#row-166114-2-content .row { margin-top: 35px; }

span.icon-facebook.icon { font-size: 25px !important; }

.s3 { font-size: 25px; margin-left: 10px; }
    
.s4 { font-size: 25px; margin-left: 10px; }

#row-166114-36337 { padding-bottom: 40px; }
#text-box-166114-167318 { padding-top: 0px !important; }

h2 a { line-height: 1.3; }

.odd { float: left; }

.even { float: right; }

.horizontal_chained_contents { margin-bottom: 0; }

.horizontal_chained_contents li { margin-bottom: 0 !important; }

.horizontal_chained_contents .fadeInDown { margin-bottom: 0; }

#conveyancing { padding-top: 20px; padding-bottom: 20px; }

#construction { padding-top: 20px; padding-bottom: 50px; }

#developmentstrata { padding-top: 20px; padding-bottom: 50px; }

#litigationdisputes { padding-top: 20px; padding-bottom: 50px; }

#debtrecovery { padding-top: 20px; padding-bottom: 50px; }

#commerciallaw { padding-top: 20px; padding-bottom: 50px; }

.horizontal_chained_contents .chanied_media_holder .featured_image_holder { margin-bottom: 0; }

#ninja_forms_field_28_div_wrap { text-align: center; padding-top: 15px; } 

.ninja_button { 
    width:100% !important; 
    background: none repeat scroll 0 0 #8A1B66; 
    box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1) inset;
    display: inline-block;
    border: 0 none;
    border-radius: 6px;
    overflow: hidden;
    padding: 0 0 3px 0;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    overflow: hidden;
    padding: 21px 40px 23px;
}

.hidden-wrap { margin-bottom: 0 !important; }

.zoho-form { border: none; }

.zoho-form td { border: none; }

#crmWebToEntityForm { margin-top: -150px; }

.form-button { margin-bottom: 10px; }

#row-538335-148282 { background-color: #8A1B66; }

.skypoynt-form { width: 60%; margin: 0 auto; }

#ninja_forms_field_38 { width: 100%; }

.skypoynt-banner { display: none; }

.skysquare { width: 33%; height:70px; background-color: #8A1B66; float: left; margin-top: 20px; margin-bottom: 20px; }

.skysquare p { text-transform: uppercase; margin: 0 auto; text-align: center; padding-top: 20px; }

.skysquare p a { color: white; }



.selling-form { display: none; }

.buying-form { display: none; }

#ninja_forms_field_38 { height: 40px; background: #EAE628; }

.skysquare:hover { background-color: #EAE628; }

.skysquare:hover a { color: #8A1B66; }

@media all and (max-width: 600px) {
    
    .skysquare { height: 120px; }
    
    .responsiveHeading {  border-bottom: none; padding-top: 20px; }

}

@media all and (min-width:600px) and (max-width: 1100px) {
    
    .skysquare { height: 90px; }   
}

#ninja_forms_form_18_all_fields_wrap { margin-top: 30px; }

#row-830220-2 { background-color: #8A1B66; }

.skyHalf { width: 50%; float: left;}

.skyQuarter { width: 25%; float: left; }

.skyThird { width: 33%; float: left; }

#quote-button { margin: 0 auto; }

.skyQuote { border-radius: 0; margin: 0 auto; display: inline-block; margin-top: 10px; margin-left: 30px; box-shadow: none; }

#ninja_forms_field_97_0, #ninja_forms_field_97_1, #ninja_forms_field_101_0, #ninja_forms_field_101_1, #ninja_forms_field_101_2 { -webkit-appearance: radio; }

#ninja_forms_field_156_options_span ul {
     list-style-type:none;
     margin:25px 0 0 0;
     padding:0;
}

#ninja_forms_field_156_options_span ul li {
     float:left;
     margin:0 5px 0 0;
    width:215px;
    height:40px;
    position:relative;
    text-align: center;
}

#ninja_forms_field_156_options_span ul label, #ninja_forms_field_156_options_span ul input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

#ninja_forms_field_156_options_span ul input[type="radio"] {
    opacity:0.01;
    z-index:100;
}

#ninja_forms_field_156_options_span ul input[type="radio"]:checked + label,
.Checked + label {
    background-color:yellow;
}

#ninja_forms_field_156_options_span ul label {
     padding:5px;
     border:1px solid #CCC; 
     cursor:pointer;
    z-index:90;
}

#ninja_forms_field_156_options_span ul label:hover {
     background:#DDD;
}

#ninja_forms_field_101_options_span ul {
     list-style-type:none;
     margin:25px 0 0 0;
     padding:0;
}

#ninja_forms_field_101_options_span ul li {
     float:left;
     margin:0 5px 0 0;
    width:140px;
    height:40px;
    position:relative;
    text-align: center;
}

#ninja_forms_field_101_options_span ul label, #ninja_forms_field_101_options_span ul input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

#ninja_forms_field_101_options_span ul input[type="radio"] {
    opacity:0.01;
    z-index:100;
}

#ninja_forms_field_101_options_span ul input[type="radio"]:checked + label,
.Checked + label {
    background-color:yellow;
}

#ninja_forms_field_101_options_span ul label {
     padding:5px;
     border:1px solid #CCC; 
     cursor:pointer;
    z-index:90;
}

#ninja_forms_field_101_options_span ul label:hover {
     background:#DDD;
}

ul { color: black; }

#ninja_forms_field_96, #ninja_forms_field_125, #ninja_forms_field_155 { width: 100%; padding-top: 10px; padding-bottom: 10px; background-color: #8A1B66; border: none; color: white; margin-top: 20px;  }

.skyHeading { text-align: center; font-size: 18px; padding-top: 30px; }


button, input, select, textarea { font-size: 140%; }

.skyQuote { color: black; }

select {display: block; background-color: #edefed; border: 2px solid #edefed; height: 44px; font-size: 100%; }

#ninja_forms_field_111_options_span ul {
     list-style-type:none;
     margin:25px 0 0 0;
     padding:0;
}

#ninja_forms_field_111_options_span ul li {
     float:left;
     margin:0 5px 0 0;
    width:215px;
    height:40px;
    position:relative;
    text-align: center;
}

#ninja_forms_field_111_options_span ul label, #ninja_forms_field_111_options_span ul input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

#ninja_forms_field_111_options_span ul input[type="radio"] {
    opacity:0.01;
    z-index:100;
}

#ninja_forms_field_111_options_span ul input[type="radio"]:checked + label,
.Checked + label {
    background-color:yellow;
}

#ninja_forms_field_111_options_span ul label {
     padding:5px;
     border:1px solid #CCC; 
     cursor:pointer;
    z-index:90;
}

#ninja_forms_field_111_options_span ul label:hover {
     background:#DDD;
}

#ninja_forms_field_101_options_span ul {
     list-style-type:none;
     margin:25px 0 0 0;
     padding:0;
}

#ninja_forms_field_115_options_span ul li {
     float:left;
     margin:0 5px 0 0;
    width:140px;
    height:40px;
    position:relative;
    text-align: center;
}

#ninja_forms_field_115_options_span ul label, #ninja_forms_field_115_options_span ul input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

#ninja_forms_field_115_options_span ul input[type="radio"] {
    opacity:0.01;
    z-index:100;
}

#ninja_forms_field_115_options_span ul input[type="radio"]:checked + label,
.Checked + label {
    background-color:yellow;
}

#ninja_forms_field_115_options_span ul label {
     padding:5px;
     border:1px solid #CCC; 
     cursor:pointer;
    z-index:90;
}

#ninja_forms_field_115_options_span ul label:hover {
     background:#DDD;
}

/* -- skyButtons for Form */

#ninja_forms_field_111_options_span ul {
     list-style-type:none;
     margin:25px 0 0 0;
     padding:0;
}

#ninja_forms_field_111_options_span ul li {
     float:left;
     margin:0 5px 0 0;
    width:215px;
    height:40px;
    position:relative;
    text-align: center;
}

#ninja_forms_field_111_options_span ul label, #ninja_forms_field_111_options_span ul input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

#ninja_forms_field_111_options_span ul input[type="radio"] {
    opacity:0.01;
    z-index:100;
}

#ninja_forms_field_111_options_span ul input[type="radio"]:checked + label,
.Checked + label {
    background-color:yellow;
}

#ninja_forms_field_111_options_span ul label {
     padding:5px;
     border:1px solid #CCC; 
     cursor:pointer;
    z-index:90;
}

#ninja_forms_field_111_options_span ul label:hover {
     background:#DDD;
}

#ninja_forms_field_115_options_span ul {
     list-style-type:none;
     margin:25px 0 0 0;
     padding:0;
}

#ninja_forms_field_115_options_span ul li {
     float:left;
     margin:0 5px 0 0;
    width:215px;
    height:40px;
    position:relative;
    text-align: center;
}

#ninja_forms_field_115_options_span ul label, #ninja_forms_field_115_options_span ul input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

#ninja_forms_field_115_options_span ul input[type="radio"] {
    opacity:0.01;
    z-index:100;
}

#ninja_forms_field_115_options_span ul input[type="radio"]:checked + label,
.Checked + label {
    background-color:yellow;
}

#ninja_forms_field_115_options_span ul label {
     padding:5px;
     border:1px solid #CCC; 
     cursor:pointer;
    z-index:90;
}

#ninja_forms_field_115_options_span ul label:hover {
     background:#DDD;
}


#ninja_forms_field_132_options_span ul {
     list-style-type:none;
     margin:25px 0 0 0;
     padding:0;
}

#ninja_forms_field_132_options_span ul li {
     float:left;
     margin:0 5px 0 0;
    width:215px;
    height:40px;
    position:relative;
    text-align: center;
}

#ninja_forms_field_132_options_span ul label, #ninja_forms_field_132_options_span ul input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

#ninja_forms_field_132_options_span ul input[type="radio"] {
    opacity:0.01;
    z-index:100;
}

#ninja_forms_field_132_options_span ul input[type="radio"]:checked + label,
.Checked + label {
    background-color:yellow;
}

#ninja_forms_field_132_options_span ul label {
     padding:5px;
     border:1px solid #CCC; 
     cursor:pointer;
    z-index:90;
}

#ninja_forms_field_132_options_span ul label:hover {
     background:#DDD;
}


#ninja_forms_field_134_options_span ul {
     list-style-type:none;
     margin:25px 0 0 0;
     padding:0;
}

#ninja_forms_field_134_options_span ul li {
     float:left;
     margin:0 5px 0 0;
    width:215px;
    height:40px;
    position:relative;
    text-align: center;
}

#ninja_forms_field_134_options_span ul label, #ninja_forms_field_134_options_span ul input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

#ninja_forms_field_134_options_span ul input[type="radio"] {
    opacity:0.01;
    z-index:100;
}

#ninja_forms_field_134_options_span ul input[type="radio"]:checked + label,
.Checked + label {
    background-color:yellow;
}

#ninja_forms_field_134_options_span ul label {
     padding:5px;
     border:1px solid #CCC; 
     cursor:pointer;
    z-index:90;
}

#ninja_forms_field_134_options_span ul label:hover {
     background:#DDD;
}


#ninja_forms_field_133_options_span ul {
     list-style-type:none;
     margin:25px 0 0 0;
     padding:0;
}

#ninja_forms_field_133_options_span ul li {
     float:left;
     margin:0 5px 0 0;
    width:215px;
    height:40px;
    position:relative;
    text-align: center;
}

#ninja_forms_field_133_options_span ul label, #ninja_forms_field_133_options_span ul input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

#ninja_forms_field_133_options_span ul input[type="radio"] {
    opacity:0.01;
    z-index:100;
}

#ninja_forms_field_133_options_span ul input[type="radio"]:checked + label,
.Checked + label {
    background-color:yellow;
}

#ninja_forms_field_133_options_span ul label {
     padding:5px;
     border:1px solid #CCC; 
     cursor:pointer;
    z-index:90;
}

#ninja_forms_field_133_options_span ul label:hover {
     background:#DDD;
}


#ninja_forms_field_135_options_span ul {
     list-style-type:none;
     margin:25px 0 0 0;
     padding:0;
}

#ninja_forms_field_135_options_span ul li {
     float:left;
     margin:0 5px 0 0;
    width:215px;
    height:40px;
    position:relative;
    text-align: center;
}

#ninja_forms_field_135_options_span ul label, #ninja_forms_field_135_options_span ul input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

#ninja_forms_field_135_options_span ul input[type="radio"] {
    opacity:0.01;
    z-index:100;
}

#ninja_forms_field_135_options_span ul input[type="radio"]:checked + label,
.Checked + label {
    background-color:yellow;
}

#ninja_forms_field_135_options_span ul label {
     padding:5px;
     border:1px solid #CCC; 
     cursor:pointer;
    z-index:90;
}

#ninja_forms_field_135_options_span ul label:hover {
     background:#DDD;
}

#ninja_forms_field_145_options_span ul {
     list-style-type:none;
     margin:25px 0 0 0;
     padding:0;
}

#ninja_forms_field_145_options_span ul li {
     float:left;
     margin:0 5px 0 0;
    width:215px;
    height:40px;
    position:relative;
    text-align: center;
}

#ninja_forms_field_145_options_span ul label, #ninja_forms_field_145_options_span ul input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

#ninja_forms_field_145_options_span ul input[type="radio"] {
    opacity:0.01;
    z-index:100;
}

#ninja_forms_field_145_options_span ul input[type="radio"]:checked + label,
.Checked + label {
    background-color:yellow;
}

#ninja_forms_field_145_options_span ul label {
     padding:5px;
     border:1px solid #CCC; 
     cursor:pointer;
    z-index:90;
}

#ninja_forms_field_145_options_span ul label:hover {
     background:#DDD;
}


#ninja_forms_field_146_options_span ul {
     list-style-type:none;
     margin:25px 0 0 0;
     padding:0;
}

#ninja_forms_field_146_options_span ul li {
     float:left;
     margin:0 5px 0 0;
    width:215px;
    height:40px;
    position:relative;
    text-align: center;
}

#ninja_forms_field_146_options_span ul label, #ninja_forms_field_146_options_span ul input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

#ninja_forms_field_146_options_span ul input[type="radio"] {
    opacity:0.01;
    z-index:100;
}

#ninja_forms_field_146_options_span ul input[type="radio"]:checked + label,
.Checked + label {
    background-color:yellow;
}

#ninja_forms_field_146_options_span ul label {
     padding:5px;
     border:1px solid #CCC; 
     cursor:pointer;
    z-index:90;
}

#ninja_forms_field_146_options_span ul label:hover {
     background:#DDD;
}


#ninja_forms_field_147_options_span ul {
     list-style-type:none;
     margin:25px 0 0 0;
     padding:0;
}

#ninja_forms_field_147_options_span ul li {
     float:left;
     margin:0 5px 0 0;
    width:215px;
    height:40px;
    position:relative;
    text-align: center;
}

#ninja_forms_field_147_options_span ul label, #ninja_forms_field_147_options_span ul input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

#ninja_forms_field_147_options_span ul input[type="radio"] {
    opacity:0.01;
    z-index:100;
}

#ninja_forms_field_147_options_span ul input[type="radio"]:checked + label,
.Checked + label {
    background-color:yellow;
}

#ninja_forms_field_147_options_span ul label {
     padding:5px;
     border:1px solid #CCC; 
     cursor:pointer;
    z-index:90;
}

#ninja_forms_field_147_options_span ul label:hover {
     background:#DDD;
}


#ninja_forms_field_148_options_span ul {
     list-style-type:none;
     margin:25px 0 0 0;
     padding:0;
}

#ninja_forms_field_148_options_span ul li {
     float:left;
     margin:0 5px 0 0;
    width:215px;
    height:40px;
    position:relative;
    text-align: center;
}

#ninja_forms_field_148_options_span ul label, #ninja_forms_field_148_options_span ul input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

#ninja_forms_field_148_options_span ul input[type="radio"] {
    opacity:0.01;
    z-index:100;
}

#ninja_forms_field_148_options_span ul input[type="radio"]:checked + label,
.Checked + label {
    background-color:yellow;
}

#ninja_forms_field_148_options_span ul label {
     padding:5px;
     border:1px solid #CCC; 
     cursor:pointer;
    z-index:90;
}

#ninja_forms_field_148_options_span ul label:hover {
     background:#DDD;
}


#ninja_forms_field_149_options_span ul {
     list-style-type:none;
     margin:25px 0 0 0;
     padding:0;
}

#ninja_forms_field_149_options_span ul li {
     float:left;
     margin:0 5px 0 0;
    width:215px;
    height:40px;
    position:relative;
    text-align: center;
}

#ninja_forms_field_149_options_span ul label, #ninja_forms_field_149_options_span ul input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

#ninja_forms_field_149_options_span ul input[type="radio"] {
    opacity:0.01;
    z-index:100;
}

#ninja_forms_field_149_options_span ul input[type="radio"]:checked + label,
.Checked + label {
    background-color:yellow;
}

#ninja_forms_field_149_options_span ul label {
     padding:5px;
     border:1px solid #CCC; 
     cursor:pointer;
    z-index:90;
}

#ninja_forms_field_149_options_span ul label:hover {
     background:#DDD;
}

.text-wrap.label-above label, .textarea-wrap.label-above label { font-size: 120%; margin-bottom: 15px; }

.ninja-forms-form .label-above label, .ninja-forms-form .label-below label { font-size: 120%; margin-bottom: 15px; }

#ninja_forms_field_146_label, #ninja_forms_field_147_label, #ninja_forms_field_148_label, #ninja_forms_field_149_label, #ninja_forms_field_145_label { font-size: 120%; }

label#ninja_forms_field_156_label { margin-bottom: -20px; }

#gavelinfo img { max-width: 200px !important; max-height: 200px !important; height: auto; width: auto; }

#gavelinfo .read_more { display: none !important; }

#gavelinfo2 .read_more { display: none !important; }

#gavelinfo2 img { max-width: 200px !important; max-height: 200px !important; height: auto; width: auto; }

#gavelinfo2 { margin-left: 50px; }

#gavelinfo h3, #gavelinfo2 h3 { font-size: 26px; }


#row-969362-22359 { padding-bottom: 40px !important; }

.review-item { flex: 0 1 100%!important; }
.let-us-help{
    padding:50px 0 80px ;
}
.let-us-help-intro{
    text-align:center;
}
.let-us-help-intro p{
    color:#6d6e71;
    font-weight:600;
    font-size:24px;
    margin-top:0;
}
.let-us-help-intro h2,
.let-us-help-intro h3{
    color:#881f60;
    font-size:48px;
    font-weight:700;
    line-height:1;
    padding:0;
    margin:0;
}
.let-us-help-box .img-wrapper{
    height:110px; 
}
.let-us-help-box img{
    display:block;
    margin:auto;
    max-width:100%;
    height:auto;
}
.let-us-help-box{
    text-align:center;
    margin-top:30px;
}
.let-us-help-box p{
    color:#6d6e71;
    font-weight:600;
    font-size:17px;
}
.let-us-help-box h3{
    color:#881f60;
    font-size:24px;
    font-weight:700;
}
.why-section{
    background:#f5f5f5;
    padding:60px 0 60px;
  
}
.why-section h2{
    color:#881f60;
    font-size:48px;
    font-weight:700;
    margin-bottom:1em;
}
.why-section h3{
    color:#881f60;
    font-size:24px;
    font-weight:700;
}
.why-section-content p{
    font-size:17px;
    font-weight:600;
    margin-top:0;
}
.gavel-different{
    background:#881f60;
    padding:50px 0;
    color:#fff;
}
.gavel-different-content p{
    font-size:17px;
    font-weight:600;
    color:#fff;
    text-align:center;
}
.gavel-different-icon{
    text-align:center; 
}
.gavel-different-icon h3{
    color:#ece800;
    font-size:20px;
    font-weight:700;
}
.gavel-different-icon .icon-wrapper{
    height:100px;
}
.cta-new{
    padding:50px 0; 
}
.cta-content p{
    font-size:25px;
    font-weight:600;
    line-height:1.4;
    margin-top:0;
}
.btn-phone{
    color:#881f60;
    border:2px solid #881f60;
    font-size:21px;
    font-weight:600;
    line-height:60px;
    display:inline-block;
    -webkit-border-radius:40px;
	  border-radius:40px;
    padding:0 20px 0 10px;
    width:255px;
    text-align:center;
    margin-right:30px;
    
}
.btn-phone .icon-phone{
    font-size:32px; 
    display: inline-block;
    vertical-align: middle;
    margin-right:20px;
}
.cta-button-wrapper{
    padding-top:20px; 
}
.contact-form-section{
    background:#eabc00;
    padding-top:65px;
    padding-bottom:65px;
}
.contact-form-section .hs-form-field label{
    display:none; 
}
.contact-form-section .hs-error-msgs{
    position:relative;
    left:auto;
}
.contact-form-section label.hs-error-msg{
    display:block;
}
.contact-form-section .hs-input {
    border:none !important;
    background:#fff !important;
    height:3.25em !important;
    color:#662a51;
}
.contact-form-section .hs_lastname{
    margin-left:0 !important; 
}
.contact-form-section  .hs-form-field input::placeholder { 
    opacity:1;
    color:#662a51;
}
.contact-form-section  .hs-button{
    top:auto !important;
    position:relative !important;
    background:#ece800 !important;
    color:#662a51 !important;
    font-size:32px !important;
    font-weight:700 !important;
    -webkit-border-radius:40px !important;
	  border-radius:40px !important;
    height:2.125em !important;
    padding:0 !important;
}
.contact-form-intro{
    border-bottom:1px solid #490130;
    color:#662a51;
    margin-bottom:50px;
}
.contact-form-intro p{
    font-size:35px; 
    color:#662a51;
    line-height:1.2;
    margin-top:0 !important;
}
.contact-form-intro h2{
    font-size:65px;
    font-weight:700 !important;
    color:#662a51;
    padding:0;
    margin-bottom:0.4em;
}
.contact-form-intro h3{
    font-size:35px;
    font-weight:700 !important;
    margin:0;
    color:#662a51;
    padding:0;
    line-height:1;
}
.submitted-message p{
    color:#fff;
    font-size:24px;
}