/*!
Theme Name: Elope CBD
Theme URI: http://underscores.me/
Author: Scott Keever
Author URI: https://scottkeeverseo.com/
Description: Custom responsive theme for Elope CBD
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: elopecbd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Elope CBD is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
     ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 /* libre-franklin-regular - latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 400;
  src: local('Libre Franklin'), local('LibreFranklin-Regular'),
       url('fonts/libre-franklin-v4-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/libre-franklin-v4-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family:'LibreFranklin-Black';
    src:url('fonts/LibreFranklin-Black.eot');
    src:url('fonts/LibreFranklin-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/LibreFranklin-Black.woff') format('woff'),
        url('fonts/LibreFranklin-Black.ttf') format('truetype'),
        url('fonts/LibreFranklin-Black.svg#font-name') format('svg');
    font-weight:Black;
    font-style:Black;
}
@font-face {
    font-family:'LibreFranklin-Bold';
    src:url('fonts/LibreFranklin-Bold.eot');
    src:url('fonts/LibreFranklin-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/LibreFranklin-Bold.woff') format('woff'),
        url('fonts/LibreFranklin-Bold.ttf') format('truetype'),
        url('fonts/LibreFranklin-Bold.svg#font-name') format('svg');
    font-weight:Bold;
    font-style:Bold;
}


html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
     font-family: Libre Franklin !important;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
        font-family: Libre Franklin !important;
}

/* Grouping content
     ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
        font-family: Libre Franklin;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}
p{
    font-family: Libre Franklin !important;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

/*****my css started here******/

.container{
    max-width:1400px !important;
    margin: 0px auto !important;
}
header#masthead {
    width: 100%;
    float: left;
    background: #fff;
    padding: 0px 29px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.entry-header .entry-title{
    display:none;
}
.header-strip{
    width:100%;
    background: #412615;
    float:left;
}
.site-branding {
    float: left;
    width: 108px;
}
#site-navigation {
    clear: none;
    float: left;
    padding: 41px 0;
    text-align: center;
    width: calc(100% - 328px) !important;
}
#social-menu {
    float: right;
    padding: 41px 0;
    width: 220px;
}
.header-strip p{
   color: #fff;
    text-align: center;
    margin: 0px;
    padding: 9px 0px;
    font-size: 15px;
    width: calc(100% - 200px);
    float: left;
}
#primary-menu li {
    display: inline-block;
    float: none;
    padding: 0 25px;
}
.site-header.customheader #social-menu ul#menu-custom-menu {
    padding-left: 0;
    margin-left: 0;
    text-align: right;
}
.site-header.customheader #social-menu ul.menu li a {
    color: #000;
}
.site-header.customheader #social-menu {
    width: auto;
}
.site-header.customheader #social-menu ul.menu li a:hover {
    opacity: 0.5;
}
.site-header.customheader #social-menu ul.menu li.menu-item-597, .site-header.customheader #social-menu ul.menu li.menu-item-598 {
    display: inline-block;
    padding: 0 5px;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #000 !important;
    border-bottom: 2px solid transparent;
    padding-bottom: 1px;
}
.main-navigation a:active,.main-navigation a:hover,.main-navigation a:focus,.current-menu-item a{
    text-decoration: none !important;
    color: #a18e6f !important;
    padding-bottom: 1px;
    border-bottom: 2px solid #a18e6f;
}
.header-strip #social-menu {
    padding: 0;
    float: left;
    width: auto;
}
.menu-custom-menu-container ul#menu-custom-menu {
    padding-left: 0px;
    margin: 0px;
    font-size: 15px;
}
.menu-custom-menu-container ul li a {
    color: #fff;
}
.menu-custom-menu-container ul li {
    display: inline-block;
    padding: 8px 10px;
}
.abt-wrap {
    padding-left: 45px !important;
}
.abt-wrap p.second-p {
    width: 580px;
    font-size: 18px;
}
#fourth-inner-row p {
    line-height: 36px;
    font-size: 18px;
}
.page-id-312 .woocommerce div.product div.summary ,.page-id-570 .woocommerce div.product div.summary{
      padding: 19px;
}
#menu-social-menu{
       text-decoration: none;
    width: 100%;
       float: left;
    margin: 0px;
    text-align: right;
} 
ul#menu-social-menu li{
           list-style: none;
    width: auto;
    display: inline-block;
}
#primary-menu .page_item{
    text-decoration: none;
    color: #000 !important;
}
#menu-social-menu a{
        border: 2px solid #a18e6f;
    color: #a18e6f;
    border-radius: 52%;
    padding: 10px;
        margin-right: 15px;
}
#menu-social-menu #menu-item-22 a{
        padding: 9px 14px;
}
#menu-social-menu #menu-item-23 a{
        padding: 9px 11px;
}
#menu-social-menu #menu-item-24 a{
           padding: 9px 11px;
}
.site-branding .site-title{
    margin:0px !important;
        display: none;
}
.site-info p {
    text-align: center;
    color: #ebebeb;
    padding: 20px 0;
    font-size: 13px;
    margin-bottom: 0;
}
.site-footer{
        background: #200f05;
}
.myseehow {
    text-align: center;
    padding: 18px 62px;
    background: #7B4E31;
    font-weight: bold;
    text-decoration: none;
    color: #fff !important;
    border-radius: 50px;
    font-size: 20px;
    letter-spacing: 1.5px;
}
a.myseehow:hover {
    background-color: #916b51;
    color: #fff;
    text-decoration: none;
}
html {
    margin-top: 0px !important;
}
.empty-text{
    border-top: 2px solid #000;
    width: 132px;
    margin: 28px 4px;
}
.first-p{
    margin-bottom: 0px !important;
    font-size: 21px;
}
.simple-text{
    margin-bottom: 40px;
    font-size: 18px;
}
#second-main-row.about-wraper {
    background-position: center 0px !important;
}
.empty-text a,.third-empty-textt a{
   display:none;
}
.custom-head-first{
    font-size: 64px;
    font-weight: normal;
    margin: 0px !Important;
} 
#third-inner2-row #sp-testimonial-free-63 {
    padding: 0;
    margin: auto;
    text-align: center;
    width: 100%;
}
.slick-track {
    margin: auto;
}
#first-inner-row h1{
    color: #412615;
    font-size: 73px;
    margin: 0px !important;
    line-height: 1;
    font-family: LibreFranklin-Black !important;
}
#first-inner-row{
    display: flex;
    align-items: center;
}
.second-empty a,.third-empty-text a,.fourth-empty-text a{
    display:none;
}
.second-empty{
    width:118px;
    margin: 19px 0px;
    border-bottom:2px solid #412615;
}
.breadcrumb.custom-bread a {
    text-decoration: none;
}
.testimonial-text,.second-h2{
    color: #3e2312;
    font-size: 44px;  
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: LibreFranklin-Bold !important;
    line-height: 75px;
} 
.contact-from-code form label {
    color: #131313;
    font-size: 16px;
}
.wpcf7-form-control-wrap {
    padding-top: 12px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
}
#post-312 .vc_column_container{
    overflow:hidden
}
.blod-side-head{
    color: #3e2312;
    font-size: 31px;  
    margin-top: 0px;
    margin-bottom: 16px;
    font-family: Libre Franklin;
    border-bottom:1px solid #e4e4e4;
    font-weight: bold;
    padding-bottom: 18px;   
}
#post-lists .layer-content .element_1565080268536 {
    display: block;
    font-size: 21px;
    line-height: normal;
    padding: 5px 10px;
    text-align: left;
    font-weight: bold;
    font-family: Libre Franklin;
    margin-top: 17px;
    padding: 0px;
}
#blog-side-text{
    margin-top: 43px;
}
#post-lists .layer-content .post_date{
    display: block;
    font-size: 13px;
    line-height: normal;
    padding: 5px 10px;
    text-align: left;
    font-size: 15px;
    font-family: LibreFranklin-Bold;
    padding: 6px 0px;
}
#post-lists .layer-content .excerpt {
        display: block;
    font-size: 16px;
    line-height: 2;
    padding: 5px 10px;
    text-align: left;
    font-family: Libre Franklin;
    margin-top: 10px;
    padding: 0px;
}
#post-lists .layer-content a.read_more {
   color: #cb7f4e;
    border-color: #cb7f4e;
    background-color: #fff;
    border-radius: 30px;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid;
    margin: 18px 0px;
    width: 135px;
    font-family: Libre Franklin;
    text-align: center;
}
#post-grid-182 .item {
    width: 47% !important;
}
#blog-side-text p{
    line-height: 2;
}
#third-main-row .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,#fifth-main-row .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    color: #cb7f4e;
    border-color: #cb7f4e;
    background-color: #fff;
    border-radius: 30px;
    padding: 18px 47px;
    font-size: 16px;
    border: 2px solid;
    font-family: LibreFranklin-Bold;
    letter-spacing: 1.5px;
}
#fifth-main-row a.read_more {
    color: #cb7f4e;
    border-color: #cb7f4e;
    background-color: #fff;
    border-radius: 30px;
    padding: 11px 15px;
    font-size: 12px;
    border: 2px solid;
    margin: 18px auto;
    width: 135px;
    text-align: center;
    text-transform: uppercase;
    font-family: LibreFranklin-Bold;
    letter-spacing: 1px;
}
#fifth-main-row #post-grid-109 .title  {
    display: block;
    font-size: 21px;
    line-height: normal;
    padding: 5px 10px;
    text-align: center;
    font-family: LibreFranklin-Bold;
    margin-top: 10px;
}
#fifth-main-row #post-grid-109 .post_date {
    display: block;
    font-size: 13px;
    line-height: normal;
    padding: 5px 10px;
    text-align: center;
    font-size: 15px;
    color: #585858;
}
#fifth-main-row #post-grid-109 .excerpt  {
    display: block;
    font-size: 18px;
    line-height: 28px;
    padding: 5px 10px;
    text-align: center;  
    color: #4b4b4b; 
}
#post-570 .vc_column_container{
        overflow: hidden;
}
#fifth-main-row .vc_btn3-container.vc_btn3-left {
    text-align: center;
}
.third-empty-text{
   width:99px;
  border-bottom:2px solid #000;
      margin: 19px 0px;
}
.third-empty-textt{
   width:99px;
  border-bottom:2px solid #fff;
      margin: 19px 0px;
}
#sixth-main-row .third-empty-text{
   width:99px;
  border-bottom:2px solid #fff;
      margin: 19px 0px;
}
#post-grid-109 .item {
    width: 31.33% !important;
}
.fourth-empty-text{
/*    width:99px;*/
  border-bottom:2px solid #412615;
      margin: 19px 0px;
}
#sixth-inner-second .third-empty-text{
    width:99px;
  border-bottom:2px solid #000;
      margin: 19px 0px;
}
.sp-testimonial-free{
    border-right:1px solid #000;
       padding: 0px 39px 0px 0px;
}
.slick-track div.sp-testimonial-free-item:last-child .sp-testimonial-free {
     border-right:none;
     padding: 0px 0px 0px 1px;
}
.contact-from-code {
    padding-left: 95px !important;
}
#third-inner2-row{
    padding: 44px 0px;
}
.sp-tfree-client-image img{
        width: 70px !important;
    border: 6px solid #eeeeee !important;
}
h2.tfree-client-name {
    color: #000;
    font-weight: normal;
}
#sp-testimonial-free-wrapper-63 .sp-testimonial-free-section .tfree-client-designation {
    color: #585858 !important;
    font-size: 13px;
}
#sp-testimonial-free-wrapper-63 .sp-testimonial-free-section .tfree-testimonial-title h3 {
    color: #000 !important;
    font-family: LibreFranklin-Bold;
}
.tfree-client-testimonial p {
    line-height: 30px;
    font-size: 19px;
}
.slick-track{
        margin: 0px;
        width:auto;
}
#third-inner2-row h2.tfree-client-name {
    font-family: Libre Franklin !important;
    font-weight: 500; 
}
#sp-testimonial-free-63{
    padding: 0px;
}
#sixth-inner-second div.vc_col-sm-6:first-child h2,#sixth-inner-second div.vc_col-sm-6:first-child p{
    color:#fff;
}
#sixth-inner-second{
        padding: 8px;
}
#sixth-inner-second .fa, .fas {
   color:#fff;
}
.contact-from-code{
    padding:30px;
}
.fourth-main-rowclass,.sixth-main-rowclass {
    position: relative;
}
.woocommerce div.product .product_title {
    color: #131313;
    font-family: LibreFranklin-Bold !important;
}
.fourth-main-rowclass::before {
    background-image: url(https://elopecbd.com/wp-content/uploads/2019/08/logo-with-background-color.jpg);
    position: absolute;
    left: 0px;
    right: 0px;
    background-size: cover;
    min-height: 680px;
    width: 100%;
    top: 100px;
   height:112vh;
}
article{
    margin:0px !important;
}
#sixth-main-row .vc_column-inner{
    padding-top: 0px; 
}
body.page{
    margin-bottom:0px !important;
}

#seven-main-row .wpb_content_element {
    margin-bottom: 0px !important;
}
.sixth-main-rowclass::before {
    background-image: url(/wp-content/uploads/2019/08/contact-us-background.jpg);
    position: absolute;
    left: 0px;
    right: 0px;
    background-size: cover;
    min-height: 680px;
    width: 100%;
    top: 150px;
    height:70vh;
}
.para p{
    font-weight: bold;  
}
.custom-css{
    margin-top:45px;
}
.custom-css ul{
    margin: 0px !important;
    text-decoration: none;
    list-style: none;
    padding: 0px; 
} .custom-css ul li {
    margin-right: 10px;
    float: left;
} 
.custom-css li a {
    border: 2px solid #fff;
    border-radius: 100px;
    padding: 10px;
    height: 45px;
    width: 45px;
    display: inline-block;
    text-align: center;
}
.custom-css li a i{
    color:#fff;
}
.wpcf7-form .wpcf7-text{
    border-bottom: 2px solid #000 !important;
    border: none;
    width: 100%;
}
.wpcf7-textarea{
    height: 100px;
    border: none;
    border-bottom: 2px solid #000;
}
.para{
    margin: 23px 0px;
}
.wpcf7-form label{
    width:60%;
    margin: 16px 0px;
}
.contact-from-code,.layer-media img {
    box-shadow: 0px 5px 28px 0px rgba(0, 0, 0, 0.15);
}
.wpcf7-submit {
    text-align: center;
    padding: 13px 53px !important;
    background: #7B4E31 !important;
    font-weight: bold;
    text-decoration: none;
    color: #fff !important;
    border-radius: 50px !important;
    font-size: 19px !important;
    text-transform: uppercase;
    width: 210px;
    height: 55px;
    letter-spacing: 1px;
    border-color: #7B4E31 !important;
}
.wpcf7-submit:hover {
    background-color: #916b51 !important;
    color: #fff !important;
}
.para p {
    font-size: 18px;
    letter-spacing: 1.5px;
    line-height: 30px;
}
#seven-main-row .vc_column-inner{
    padding:0px;
}
.contact-from-code{
    margin-right: -281px;
} 
.custom-bread{
    background: transparent !important;
    text-align: center !important;
    display: inherit !important;
    margin: 0px !important;
    padding: 12px 0px 26px 0px !important;
    color: #fff;
}
.custom-bread a{
    color: #fff !important;
}
#blog-banner-head,.blog-banner-head{
    margin-bottom:0px !important;
    padding-top: 20px;
}
.vc_custom_1565156148225, .vc_custom_1565156148225 + .vc_row{
    margin:0px !important
}
.about-h2 {
    color: #3e2312;
    font-size: 31px;
    margin-top: 28px;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: LibreFranklin-Bold;
}
.about-empty a{
    display:none;
}
.about-empty {
    width: 80px;
    margin: 19px auto;
    border-bottom: 2px solid #000;
    padding: 0px !important;
}
.about-empty1 a{
    display:none;
}
.about-empty1 {
    width: 80px;
    margin: 19px 0px;
    border-bottom: 2px solid #000;
}
.mission-parent{
    width:100%;float:left;
    margin-bottom: 37px;
}
.mission-image{
    width:16%;float:left;
}
.mission-content{
    width:83%;float:left;
}
.mission-content p{
        line-height: 2;
}
.about-second-section{
    position: relative;
}
.post-grid .grid-items-wrap .grid-items {
    text-align: left;
}   
#post-grid-182 .element_0 {
    padding: 5px 10px 5px 0px !important;
}
.about-second-section::before {
    background-image: url(/wp-content/uploads/2019/08/about-background.jpg);
    position: absolute;
    left: 0px;
    right: 0px;
    background-size: cover;
    min-height: 680px;
    width: 100%;
    top: 150px;
    height:70vh;
    
}
.process-h2{
   font-size: 18px;
    line-height: 30px;
    text-transform: none;
    text-align: center;
    letter-spacing: normal;
    font-weight: 600;
    font-style: normal;
    padding: 0;
    margin: 21px 0px;
    font-family: Libre Franklin;
}
.who-content p{
    line-height: 2;
    font-family: Libre Franklin;
    padding: 0px 170px
}

.inner-first-image p,.inner-second-image p,.inner-third-image p{
    line-height: 2;
       font-family: Libre Franklin;
}
.inner-first-image img,.inner-second-image img,.inner-third-image img{
    position: relative;
}
.all-process .wpb_column{
    padding: 0px 20px;
}
.inner-first-image::after, .inner-second-image::before, .inner-second-image::after, .inner-third-image::before {
  background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2019/08/line-right.png") repeat scroll 0 0 / cover ;
  content: "";
  height: 45px;
  left: 54%;
  position: absolute;
  top: 28px;
  width: 100%;
}
.inner-third-image::before {
    width: 0;
}
.single-format-standard .entry-header .entry-title {
    display: block !important;
    color: #3e2312;
    font-size: 44px;
    font-family: LibreFranklin-Bold !important;
    margin: 28px 0px 10px 0px !important;
}
.single-format-standard .entry-header p {
    display: block;
    font-size: 13px;
    line-height: normal;
    padding: 5px 10px;
    text-align: left;
    font-size: 15px;
    font-family: Libre Franklin !important;
}
.single-format-standard .entry-content p {
    display: block;
    font-size: 16px;
    line-height: 2;
    padding: 5px 10px;
    text-align: left;
    font-family: Libre Franklin !important;
}
.single-format-standard article{
    min-height:770px;
}
.post-back-url{
    font-size: 18px;
    font-family: Libre Franklin !important;
    color:#000 !important;
    outline: none !important;
    text-decoration: none !important;
}
.side-right {
    border-left: 1px solid #e4e4e4;
}
.category-blog .entry-header p {
    color: #575757;
    text-transform: uppercase;
}
.post-back-url:hover,.post-back-url:active,.post-back-url:focus{
    color:#000 !important;
}
.post-banner{
    margin-top: 0px;
    margin-bottom: 39px;
    margin-right: 0px !important;
    margin-left: 0px !important;
    background: #ffffff url(/wp-content/uploads/2019/08/blog-banner.jpg?id=211) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    float: left;
    width: 100%;
    padding: 30px 0px;
}
.single-format-standard .post-banner h2{
    padding-top: 20px;
}
.single-product .woocommerce-product-gallery {
    margin-top: 20px;
}
#sixth-main-row{
    overflow:hidden;
}
.single-format-standard .post-thumbnail img{
    width:50% !important;
}
.single-format-standard .post-banner .custom-bread{
    padding: 12px 0px 26px 0px !important;
}
.address-content .container .wpb_text_column {
    background: #f5f5f5;
    margin: 0px 20px 30px 20px;
}
.address-content .container .wpb_text_column p {
    font-size: 16px !important;
    line-height: 1.8;
}
.address-content .container .wpb_text_column .wpb_wrapper{
    padding: 34px;
}
.address-content h3,.offices{
    display: block;
    font-size: 21px;
    line-height: normal;
    font-weight: bold;
    margin-top: 10px;
    font-family: Libre Franklin !important;
}
.address-content a{
   color: #007bff !important;
   cursor:pointer;
}
.testimonial-banner{
    width:100% !Important;
}
.post-365 #content .wpb_alert p:last-child, .post-365 #content .wpb_text_column :last-child, .post-365 #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .post-365 .wpb_text_column :last-child, .wpb_text_column p:last-child {
    margin-bottom: 3px !important;
}
#mobmenuright li a, #mobmenuright li a:visited, #mobmenuright .mobmenu-content h2, #mobmenuright .mobmenu-content h3, .mobmenu-left-panel .mobmenu-display-name {
    font-family: Libre Franklin !important;
}
#third-main-row .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover, #fifth-main-row .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
      text-decoration: underline;
}
#reviews-id .wpcr3_show_btn {
    text-align: center;
    padding: 18px 26px;
    background: #cb7f4e;
    font-weight: bold;
    text-decoration: none;
    color: #fff !important;
    border-radius: 50px;
    margin-bottom: 15px !important;
    font-family: Libre Franklin !important;
    font-size: 16px;
}
#reviews-id .wpcr3_submit_btn,#reviews-id .wpcr3_cancel_btn {
    text-align: center;
    padding: 10px 20px;
    background: #cb7f4e;
    font-weight: bold;
    text-decoration: none;
    color: #fff !important;
    border-radius: 25px;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
#reviews-id .wpcr3_submit_btn:hover,#reviews-id .wpcr3_cancel_btn:hover,#reviews-id .wpcr3_show_btn:hover {
    text-decoration: underline;
}
.wpcr3_review_title{
    color:#cb7f4e;
    font-size:16px !important;
     font-family: Libre Franklin !important;
     font-weight: bold;
}
.woocommerce-product-details__short-description p {
    font-size: 20px;
    color: #000;
    font-family: Libre Franklin;
}
a.woocommerce-review-link {
    color: #352100;
    font-style: italic;
    font-size: 16px;
}
.price span.woocommerce-Price-amount.amount {
    color: #352100;
    font-size: 38px;
    font-family: LibreFranklin-Bold;
}
.woocommerce-product-details__short-description p {
    font-size: 20px;
    color: #000;
    font-family: Libre Franklin !important;
}
.woocommerce div.product form.cart .button {
    width: 230px;
    height: 62px;
    border-radius: 50px !important;
    text-transform: uppercase;
    font-family: LibreFranklin-Bold;
    letter-spacing: 1.5px;
    font-size: 20px;
}
.woocommerce .quantity .qty {
    width: 120px !important;
    height: 62px;
    border-radius: 50px !important;
}
.shipping p.ship-charge {
    margin-bottom: 10px;
}
.shipping p {
    font-size: 15px;
    color: #352100;
}
ul.spect li {
    color: #131313;
    font-family: Libre Franklin;
    font-size: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #412615;
    font-family: LibreFranklin-Bold;
    text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    text-transform: uppercase;
}
.mobmenu-push-wrap .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 3px solid #352100 !important;
}
.woocommerce-Tabs-panel p {
    color: #131313;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.25px;
}
.woocommerce #reviews #comments h2 {
    font-family: LibreFranklin-Bold;
}
.wpcr3_aggregateRating {
    margin: 20px 0px !important;
}
.page-id-8 #asl-storelocator.container.no-pad.storelocator-main.asl-p-cont.asl-bg-7 {
    max-width: 100% !important;
    width: 100% !important;
}
.page-id-291 #asl-storelocator.container.no-pad.storelocator-main.asl-p-cont.asl-bg-7 {
    width: 100% !important;
    max-width: 100% !important;
}
.page-id-409 #asl-storelocator.container.no-pad.storelocator-main.asl-p-cont.asl-bg-7 {
    width: 100% !important;
    max-width: 100% !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
    border: 2px #a29491 solid;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    border: 2px #cb7f4e solid;
}
.woocommerce div.product .product_title {
    font-size: 33px;
}
a.button.wc-forward {
    text-transform: uppercase;
    font-family: LibreFranklin-Bold;
    letter-spacing: 1.0px;
    font-size: 14px;
    background-color: #CB7F4E;
    border-radius: 20px !important;
    padding: 13px 23px 11px 23px;
    color: #fff;
}
a.button.wc-forward:hover {
    background-color: #e6a073;
    color: #fff;
}
.woocommerce div.product p.price del {
    display: inline;
}
.page-id-312 .original-computed-price .woocommerce-Price-amount.amount {
    display: none;
}
.page-id-312 .ship-charge {
   display: none;
}
td.product-name a {
    color: #412615;
}
td.product-name a:hover {
    color: #cb7f4e;
}
input#coupon_code {
    width: auto !important;
}
.coupon button.button {
    font-family: LibreFranklin-Bold;
    letter-spacing: 1.0px;
    font-size: 14px;
    background-color: #CB7F4E !important;
    border-radius: 20px !important;
    padding: 13px 23px 11px 23px;
    color: #fff !important;
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
    font-family: LibreFranklin-Bold;
    letter-spacing: 1.0px;
    font-size: 14px;
    background-color: #CB7F4E !important;
    border-radius: 20px !important;
    padding: 13px 23px 11px 23px;
    color: #fff !important;
}
.woocommerce-privacy-policy-text p {
    padding: 1em;
}
.woocommerce form .form-row textarea {
    height: 11em;
    padding: 10px;
}
.woocommerce form.checkout.woocommerce-checkout .form-row input {
    padding: 10px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;

}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 8px 20px 0 8px !important;
}
.woocommerce .cart .button {
    float: none;
    font-family: LibreFranklin-Bold;
    letter-spacing: 1.0px;
    font-size: 14px;
    background-color: #7B4E31 !important;
    border-radius: 20px !important;
    padding: 13px 23px 11px 23px;
    color: #fff !important;
}
.woocommerce-page table.cart td.actions .button {
    width: auto!important;
}
.wholesale_case {
    font-size: 20px;
    font-weight: normal;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 10em !important;
}
a.about_paypal {
    color: #412615;
}
a.about_paypal:hover {
    color: #a18e6f;
}
a.woocommerce-privacy-policy-link {
    color: #412615;

}
a.woocommerce-privacy-policy-link:hover {
    color: #a18e6f;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    margin-right: 12px;
}
label#user_email-error {
    display: none!important;
}
#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child{   
    margin-bottom: 10px !important; 
}
label#user_pass-error {
    display: none!important;
}
section.error-404.not-found {
    min-height: 680px;
    text-align: center;
}
.error-404 h1.page-title {
    padding: 100px 0px 0px 0px;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
    position: relative;
}
.user-registration-password-hint {
    display: none;
}
.user-registration-password-strength.bad {
    bottom: -20px;
}
.user-registration-password-strength.good {
    bottom: -20px;
}
.user-registration-password-strength.strong {
    bottom: -20px;
}
.user-registration-password-strength.short {
    bottom: -20px;
}
.user-registration-password-strength {
    position: absolute;
    bottom: -30px;
}
/****my css end****/
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

t1able {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

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

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover, a:focus, a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}
#post-220 .vc_row-fluid.container .vc_custom_heading{
    margin: 27px;
}
.ur-submit-button {
    color: #cb7f4e !important;
    background-color: #fff !important;
    border-radius: 30px !important;
    padding: 18px 47px !important;
    font-size: 16px !important;
    border: 2px solid;
    font-family: LibreFranklin-Bold;
    letter-spacing: 1.5px;
    border: 1px solid #cb7f4e !important;
    text-decoration: none !important;
}
.ur-submit-button:hover {
    background: #cb7f4e !important;
    color: #fff !important;
    border: 1px solid #cb7f4e !important;
}
.wholesale-register h2::before {
    position: absolute;
    bottom: 0px;
    background-color: #412615;
    width: 150px;
    height: 1px;
    content: "";    
    left: 0px;
}
.wholesale-register h2 {
    color: #412615;
    font-family: LibreFranklin-Bold !important;
    position: relative;
}

/*.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}*/
@media screen and (max-width: 1425px) {
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 10em !important;
}
}
@media screen and (max-width: 1370px) {

.container {
    width: 1255px;
    margin: 0px auto !important;
}
.site-branding {
    float: left;
    width: 98px;
}
/*#site-navigation {
    clear: none;
    float: left;
    padding: 32px 0;
    text-align: center;
    width: calc(100% - 260px) !important;
}*/
#social-menu {
    float: right;
    padding: 32px 0;
    width: 219px;
}
/*#second-main-row.about-wraper {
    background-size: inherit !important;
    background-position: center -25px !important;
}*/
.inner-first-image::after, .inner-second-image::before, .inner-second-image::after, .inner-third-image::before {
  background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2019/08/line-right.png") repeat scroll 0 0 / cover ;
  content: "";
  height: 45px;
  left: 55%;
  position: absolute;
  top: 28px;
  width: 100%;
}
.inner-third-image::before {
    width: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 8em !important;
}
}

@media screen and (max-width: 1280px) {
/*    #primary-menu li {
    padding: 4px;
}*/
/*.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 8em !important;
}*/
.abt-wrap p.second-p {
    width: auto;
}
.about-second-section .right-content {
    padding-left: 50px;
}
}

@media screen and (max-width: 1220px) {
#post-grid-182 .item {
    width: 45% !important;
}   
}   

@media screen and (max-width: 1199px) {
.custom-head-first {
    font-size: 50px;
}
#first-inner-row h1 {
    font-size: 60px;
}   
.abt-wrap p.second-p {
    font-size: 16px;
}
.main-navigation a {
    font-size: 14px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 5em !important;
}
}   

@media screen and (max-width: 1024px) {
    #post-220 .vc_row-fluid.container .vc_custom_heading {
    padding-top: 18px;
}
   .site-header.customheader{
        display:block !important;
        padding: 0px !important;
    }
    .header-strip #social-menu {
        display: none;
    }
    .mob-menu-header-holder {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    }
    .site-header.customheader .menu-custom-menu-container{
        display:none !important;
    }
    .header-strip p {
        width: 100%;
    }
    #social-menu {
    float: left;
    padding: 10px 0;
    position: absolute;
    right: 37px;
    top: 14px;
    width: 219px;
    z-index: 99999;
}
#second-main-row.about-wraper {
    background-size: 100% 585px !important;
    background-position: center 0px !important;
}
#fourth-inner-row p {
    line-height: 30px;
    font-size: 16px;
}
.fourth-main-rowclass::before {
    min-height: 520px;
    top: 120px;
}
.tfree-client-testimonial p {
    line-height: 28px;
    font-size: 16px;
}
#post-grid-109 .item {
    width: 30% !important;
}
#fifth-main-row #post-grid-109 .title {
    font-size: 18px;
}
.simple-text {
    font-size: 20px;
}
.myseehow {
    padding: 16px 45px;
    font-size: 18px;
}
.contact-from-code {
    padding-left: 70px !important;
}
#fifth-main-row #post-grid-109 .excerpt {
    font-size: 16px;
    line-height: 26px;
}
}
@media only screen and (max-width: 1024px){
.mob-menu-header-holder {

    height: 72px !important;
     background: #fff !important;

}
.header-strip {
    width: 100%;
    background: #412615;
    float: left;
    margin-top: 22px;
}
.mobmenur-container {
    top: 20px !important;
    margin-right: 5px;
    margin-top: 0px;
}
   
}
@media screen and (min-width: 1025px) {
    .mycontact-css,.mylogin {
        display:none !important;
    }
}

@media screen and (max-width: 991px) {
.about-second-section {
    background: #f4eade;
}
.about-second-section::before {
    background-size: 0px 0px;
}   
.mission-content p {
    line-height: 26px;
}
.mission-parent {
    margin-bottom: 20px;
}
.address-content .container .wpb_text_column .wpb_wrapper {
    padding: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 1em !important;
}
.woocommerce form .form-row textarea {
    height: 7em;
}
.woocommerce-privacy-policy-text p {
    padding: 1em;
}   
}   

@media screen and (max-width: 812px) {
     .about-second-section {
    background-image: url(/wp-content/uploads/2019/08/about-background.jpg);
    left: 0px;
    right: 0px;
    background-size: cover;
    min-height: 680px;
    width: 100%;
}
.inner-first-image::after, .inner-second-image::before, .inner-second-image::after, .inner-third-image::before {
    background: none;
    content: "";
    height: 45px;
    left: 52%;
    position: absolute;
    top: 28px;
    width: 100%;
}
.about-second-section::before {
     background-image: none !important;
    position: inherit !important;
    left: 0px !important;
    right: 0px !important;
    background-size: cover !important;
    min-height: auto !important;
    width: 100% !important;
    top: 0px !important;
        height: auto;
}
 
  
     .first-p {
    margin-bottom: 8px !important;
    font-size: 21px;
    margin-top: 33px !Important;
}
#first-inner-row {
    display: inherit;
    align-items: center;
}
.custom-head-first {
    margin: 0px !Important;
    font-size: 40px;
}
#second-main-row.about-wraper {
    background-size: 100% 460px !important;
    background-position: center 0px !important;
}
#first-inner-row h1 {
    margin-top: 18px !important;
    font-size: 60px;
}
.abt-wrap p.second-p {
    width: 100%;
    font-size: 16px;
}
.abt-wrap {
    padding-left: 0px !important;
}
#third-main-row .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, #fifth-main-row .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    border-radius: 50px;
    padding: 15px 30px;
}
#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
    margin-bottom: 3px !important;
}
.fourth-main-rowclass{
    background-image: url(/wp-content/uploads/2019/08/logo-with-background-color.jpg);
    left: 0px;
    right: 0px;
    background-size: cover;
    min-height: 680px;
    width: 100%;
}
.testimonial-text, .second-h2 {
    font-size: 34px;
    line-height: 45px;
}
.sp-testimonial-free {
    padding: 0px;
}
#third-inner2-row {
    padding: 20px 0px;
}
.fourth-main-rowclass::before {
    background-image: none !important;
    position: inherit !important;
    left: 0px !important;
    right: 0px !important;
    background-size: cover !important;
    min-height: auto !important;
    width: 100% !important;
    top: 0px !important;
        height: auto;
}
.sixth-main-rowclass{
    background-image: url(/wp-content/uploads/2019/08/contact-us-background.jpg);
    left: 0px;
    right: 0px;
    background-size: cover;
    min-height: 680px;
    width: 100%;
}
.sixth-main-rowclass::before {
    background-image: none !important;
    position: inherit !important;
    left: 0px !important;
    right: 0px !important;
    background-size: cover !important;
    min-height: auto !important;
    width: 100% !important;
    top: 0px !important;
        height: auto;
}
.contact-from-code {
        margin-right: 0px !important;
    margin-top: 41px;
}
.wpcf7-form label {
    width: 100%;
    margin: 16px 0px;
}
#custom-html{
    margin-top: 22px;
}

#third-inner2-row .sp-testimonial-free {
    border-right: none;
}
.page-content, .entry-content, .entry-summary {
    margin: 3.5em 0 0;
}
#asl-storelocator .categories_filter b.caret {
    margin: auto !important;
}
#post-grid-182 .item {
    width: 44% !important;
}
.blod-side-head {
    font-size: 20px;
}
#third-inner2-row .sp-testimonial-free-item{
    width:100% !important;
}
.page-content, .entry-content, .entry-summary {
    margin: 2.5em 0 0;
}
}

@media screen and (max-width: 768px) {
    #post-lists{
    margin-bottom: 0px;
}
    #social-menu {
    float: left;
    padding: 10px 0;
    position: absolute;
    right: 37px;
    top: 14px;
    width: 219px;
    z-index: 99999;
}
#post-grid-182{
        padding-bottom: 0px;
}
#post-312 .vc_column_container{
    overflow:auto
}
    #post-570 .vc_column_container{
        overflow: auto;
    }
        
    .about-second-section {
    background-image: url(/wp-content/uploads/2019/08/about-background.jpg);
    left: 0px;
    right: 0px;
    background-size: cover;
    min-height: 680px;
    width: 100%;
}
.inner-first-image::after, .inner-second-image::before, .inner-second-image::after, .inner-third-image::before {
    background: none;
    content: "";
    height: 45px;
    left: 52%;
    position: absolute;
    top: 28px;
    width: 100%;
}
.about-second-section::before {
     background-image: none !important;
    position: inherit !important;
    left: 0px !important;
    right: 0px !important;
    background-size: cover !important;
    min-height: auto !important;
    width: 100% !important;
    top: 0px !important;
        height: auto;
}
 
#post-grid-182 .item {
    width: auto !important;
}
#post-grid-109 .item {
    width: auto !important;
}
.who-content p {
    line-height: 2;
    font-family: Libre Franklin;
    padding: 0px 0px;
}
.mission-image {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
}
.mission-content {
     width: 100%;
    display: inline-block;
    text-align: center;
}
#second-main-row.about-wraper {
    background-size: 100% 435px !important;
}
/***start here***/
.header-strip p {
    color: #fff;
    text-align: center;
    margin: 0px;
    padding: 9px 2px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 1em !important;
}
   .first-p {
    margin-bottom: 8px !important;
    font-size: 21px;
    margin-top: 33px !Important;
}
#first-inner-row {
    display: inherit;
    align-items: center;
}
.abt-wrap {
    padding-left: 0px !important;
}
#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
    margin-bottom: 3px !important;
}
.fourth-main-rowclass{
    background-image: url(/wp-content/uploads/2019/08/logo-with-background-color.jpg);
    left: 0px;
    right: 0px;
    background-size: cover;
    min-height: 680px;
    width: 100%;
}
.fourth-main-rowclass::before {
    background-image: none !important;
    position: inherit !important;
    left: 0px !important;
    right: 0px !important;
    background-size: cover !important;
    min-height: auto !important;
    width: 100% !important;
    top: 0px !important;
        height: auto;
}
.sixth-main-rowclass{
    background-image: url(/wp-content/uploads/2019/08/contact-us-background.jpg);
    left: 0px;
    right: 0px;
    background-size: cover;
    min-height: 680px;
    width: 100%;
}
.sixth-main-rowclass::before {
    background-image: none !important;
    position: inherit !important;
    left: 0px !important;
    right: 0px !important;
    background-size: cover !important;
    min-height: auto !important;
    width: 100% !important;
    top: 0px !important;
        height: auto;
}
.contact-from-code {
        margin-right: 0px !important;
    margin-top: 41px;
}
.wpcf7-form label {
    width: 100%;
    margin: 16px 0px;
}
#custom-html{
    margin-top: 22px;
}

#third-inner2-row .sp-testimonial-free {
    border-right: none;
}
.ur-frontend-form .ur-form-row .ur-form-grid:nth-child(1n+2) {
    border-left: unset!important;
}
}

@media screen and (max-width: 767px) {
#second-main-row.about-wraper {
    background-size: 0px !important;
}   
.header-strip p {
    font-size: 14px;
}   
#main-row .vc_column-inner {
    padding-top: 0 !important;
}
.custom-head-first {
    font-size: 32px;
}
.page-content, .entry-content, .entry-summary {
    margin: 2.4em 0 0;
}
.about-content p {
    padding: 0 15px;
}
#first-inner-row h1 {
    font-size: 50px;
}
.left-image figure, .left-image .vc_single_image-wrapper {
    text-align: center;
    margin: auto;
    width: 100%;
}
.left-image {
    text-align: center;
    margin: auto;
}
.about-second-section .right-content {
    padding-left: 0px;
}
.address-content .container .wpb_text_column .wpb_wrapper {
    padding: 30px;
}
#blog-side-text {
    margin-top: 0;
}
.post-grid .grid-nav-top {
    margin-bottom: 0px !important;
}
#post-lists .layer-content .excerpt {
    line-height: 26px;
}
.woocommerce div.product .product_title, .price span.woocommerce-Price-amount.amount {
    font-size: 32px;
}
.woocommerce div.product div.summary {
    padding: 19px !important;
}
}
@media screen and (max-width: 579px) {
input#coupon_code {
    width: 100%!important;
}
.woocommerce-page table.cart td.actions .coupon .button {
    width: 100% !important;
    margin-top: 7px;
}
.woocommerce-page table.cart td.actions .button {
    width: 100%!important;
}
}   
@media screen and (max-width: 479px) {
.testimonial-text, .second-h2 {
    font-size: 30px;
}   
.sp-testimonial-free {
    border-right: none;
    padding: 0px 37px;
}
.testimonial-list .sp-testimonial-free {
    border-right: none;
    padding: 0px 0px;
}
.contact-from-code {
    padding: 15px !important;
}
.woocommerce .quantity .qty {
    width: 75px !important;
    height: 50px;
    padding: 5px;
}
.woocommerce div.product form.cart .button {
    width: 180px;
    height: 50px;
    font-size: 16px;
}
.woocommerce div.product .product_title, .price span.woocommerce-Price-amount.amount {
    font-size: 25px;
}
.woocommerce-product-details__short-description p {
    font-size: 16px;
}
ol.flex-control-nav.flex-control-thumbs {
    margin-top: 20px !important;
}
.woocommerce .summary.entry-summary {
    margin-top: 15px;
}
.vc_btn3-container.vc_btn3-right {
    text-align: center !important;
}
}

@media screen and (max-width: 320px) {
    #first-inner-row h1 {
    margin-top: 18px !important;
    font-size: 45px;
}
.custom-head-first {
    margin: 0px !Important;
}
.myseehow {
    padding: 19px 54px;
  
}
.testimonial-text, .second-h2 {
    font-size: 22px;
}
.page-content, .entry-content, .entry-summary {
    margin: 3.5em 0 0;
}
.vc_btn3-container.vc_btn3-right {
    text-align: center !important;
}
}
.woocommerce div.product div.summary {
    padding:50px !important;
}
