/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
*{font-family: 'Montserrat', sans-serif;}
.header-dock{background: #000; overflow: hidden;}
.header-dock a{color: #fff; text-transform: uppercase; font-size: 12px;}
.header-dock a:hover{color: #ff6f52;}
.primary-header{background: #fff;}
.primary-menu a{text-transform: uppercase; }
.navbar-brand{font-size: 24px; text-transform: uppercase; font-weight: 800;}
.lg-heading{font-weight: 700; margin-bottom: 30px;}
.home-banner .lg-heading{font-size: 46px; font-weight: 800; letter-spacing: 2px; margin-bottom: 30px;}
.home-banner{
    background: url(../images/header-banner.png) no-repeat; 
    min-height: 200px; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 100px 0;
}
.add-on .input-group-btn > .btn {
  border-left-width:0;left:-2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background: #16a085;
color: #fff;
padding: 10px;
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
 box-shadow:none;
 -webkit-box-shadow:none; 
 border-color:#cccccc; 
}
.form-control{width:20%; -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;}
.search-form{max-width: 400px; margin: 10px auto;}
.how-works-block{padding: 15px;}
.how-works-block:hover{-webkit-box-shadow: 0px 2px 12px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 2px 12px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 2px 12px 0px rgba(50, 50, 50, 0.75); 
-webkit-transition: all 400ms linear;
-moz-transition: all 400ms linear;
-ms-transition: all 400ms linear;
-o-transition: all 400ms linear;
transition: all 400ms linear;
}
.how-works-block img{max-width: 140px;}
.how-works-block h3{font-weight: 700; text-transform: uppercase; margin-top: 20px; margin-bottom: 15px;}
.how-works, .register-now{padding: 50px 0; background: #fff;}
/*register-now*/
.register-now{background: #f2f2f2;}
.plan-btn, .plan-btn:visited{background: #16a085; color: #fff; text-transform: uppercase;}
.plan-btn:hover{background: #ff7058; color: #fff; text-transform: uppercase;}

/*seri-safe-footer*/
.seri-safe-footer{background: #000; color: #fff; padding: 15px 0; border-top:3px solid #00B16A;}
.seri-safe-footer p{margin-bottom: 0;}

@media (min-width: 992px) {.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.navbar-brand{margin-right: 0rem;}
}
.logout_btn, .user-name{color: #fff; font-size: 14px;}
.default-pag{border-top: 3px solid #00B16A;}
.content-area, .site-content{min-height: calc(100vh - 203px);}
.content-area{padding-top: 0px; border-top: 3px solid #00B16A;}
ul.list-group {
    padding-left: 0;
    margin-left: 0;
}
.modal-body .form-control{width: 100% !important;}
.action-buttons a.btn:visited {
    color: #fff !important;
}
footer.seri-safe-footer a{color: #fff !important;}
.wpcf7-submit{background: #333 !important; border: 0px solid #333 !important; color: #fff !important; 
  font-size: 18px !important; padding: 10px 45px !important;}
  .wpcf7-submit:hover{background: #00B16A !important;}
.found-itemm{background: #00B16A; color: #fff;}
.found-itemm a{color: #fff !important; padding: 0 !important;}
.navbar-brand {
    max-width: 200px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100%;
    max-width: 100%;
}
#coupon_code {
    width: 125px !important;
    height: 35px;
}
.product_meta, 
.related.products, 
.product-quantity, 
.woocommerce div.product form.cart div.quantity, 
.from, 
.woocommerce-additional-fields, 
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering
{
    display: none !important;
}
@media print{
  .d-print-none{display: none !important;}
}
.found-itemm:hover {
    background: #ff7058;
    color: #fff;
    -webkit-transition: all 300ms ease-in;
-moz-transition: all 300ms ease-in;
-ms-transition: all 300ms ease-in;
-o-transition: all 300ms ease-in;
transition: all 300ms ease-in;
}
a.btn.find-property-btn, a.btn.find-property-btn:visited {
    color: #7d7d7d;
}
a.btn.find-property-btn:hover{
    color: #ff7058;
        -webkit-transition: all 300ms ease-in;
-moz-transition: all 300ms ease-in;
-ms-transition: all 300ms ease-in;
-o-transition: all 300ms ease-in;
transition: all 300ms ease-in;
}
.woocommerce ul.products li.product a img {
    margin: 10px auto;
    max-width: 60%;
}
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    color: #333;
}
body.page{background: #d5d5d5; padding: 0px;}
article.page{background: #fff; padding: 15px; min-height: calc(100vh - 203px);}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #00B16A;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #00B16A;
    color: #fff;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #ff7058;
color: #fff;
-webkit-transition: all 300ms ease-in;
-moz-transition: all 300ms ease-in;
-ms-transition: all 300ms ease-in;
-o-transition: all 300ms ease-in;
transition: all 300ms ease-in;
}
.list-items p{margin-bottom: 0 !important; line-height: 38px;}
input.acf-button.button.button-primary.button-large {
    background: #00B16A;
    padding: 10px 30px;
    color: #fff;
    font-size: 18px;
    margin-left: 12px;
}
input.acf-button.button.button-primary.button-large:hover {
    background: #ff7058;
}
.woocommerce-MyAccount-navigation ul{list-style: none; margin: 0 0 1.5em 0em;}
.woocommerce-MyAccount-navigation ul li{margin-bottom: 0.5rem;}
.woocommerce-MyAccount-navigation ul li a, .woocommerce-MyAccount-navigation ul li a:visited{color: #333;}
.woocommerce-MyAccount-navigation ul li a:hover{color: #00B16A;}
.woocommerce-MyAccount-content .col-1 {
    max-width: 100%;
}
.wrapper-inside{
    background: #fff;
    overflow: hidden;
    padding: 15px;
}
.site-wrapper{
    background: #fff;
}
.members-benifits{
	list-style: none;
	margin: 0;
	padding: 0;
}
.members-benifits li{
	margin-bottom: 15px;
	position: relative;
	padding-left: 30px;
}
.members-benifits li::before{
	background: url(../images/list-tick.png);
	position: absolute;
	width: 18px;
	height: 18px;
	top: 0;
	left: 0;
	content: "";
}
span.woocommerce-input-wrapper {
    width: 100% !important;
}