

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap');
  
@font-face {
    font-family: 'Montserrat medium';
    src: url('../fonts/montserrat/Montserrat-Medium.eot');
    src: url('../fonts/montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/montserrat/Montserrat-Medium.woff') format('woff'),
        url('../fonts/montserrat/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Regular';
    src: url('../fonts/montserrat/Montserrat-Regular.eot');
    src: url('../fonts/montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/montserrat/Montserrat-Regular.woff') format('woff'),
        url('../fonts/montserrat/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('../fonts/montserrat/Montserrat-Bold.eot');
    src: url('../fonts/montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/montserrat/Montserrat-Bold.woff') format('woff'),
        url('../fonts/montserrat/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Semibold';
    src: url('../fonts/montserrat/Montserrat-SemiBold.eot');
    src: url('../fonts/montserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/montserrat/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/montserrat/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/Raleway-Regular.eot');
    src: url('../fonts/raleway/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/raleway/Raleway-Regular.woff2') format('woff2'),
        url('../fonts/raleway/Raleway-Regular.woff') format('woff'),
        url('../fonts/raleway/Raleway-Regular.ttf') format('truetype'),
        url('../fonts/raleway/Raleway-Regular.svg#Raleway-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway Medium';
    src: url('../fonts/raleway/Raleway-Medium.eot');
    src: url('../fonts/raleway/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/raleway/Raleway-Medium.woff2') format('woff2'),
        url('../fonts/raleway/Raleway-Medium.woff') format('woff'),
        url('../fonts/raleway/Raleway-Medium.ttf') format('truetype'),
        url('../fonts/raleway/Raleway-Medium.svg#Raleway-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway Bold';
    src: url('../fonts/raleway/Raleway-Bold.eot');
    src: url('../fonts/raleway/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/raleway/Raleway-Bold.woff2') format('woff2'),
        url('../fonts/raleway/Raleway-Bold.woff') format('woff'),
        url('../fonts/raleway/Raleway-Bold.ttf') format('truetype'),
        url('../fonts/raleway/Raleway-Bold.svg#Raleway-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway Semibold';
    src: url('../fonts/raleway/Raleway-SemiBold.eot');
    src: url('../fonts/raleway/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/raleway/Raleway-SemiBold.woff2') format('woff2'),
        url('../fonts/raleway/Raleway-SemiBold.woff') format('woff'),
        url('../fonts/raleway/Raleway-SemiBold.ttf') format('truetype'),
        url('../fonts/raleway/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



h1,
h2{
    font-family: 'Raleway Bold';
}
h3,
h4,
h5,
h6 {
   font-family: 'Raleway Semibold';
}

body p, 
span,
li,
table,
td {
    font-family: 'Raleway';
}

html body{
    background-color: #000;
}
.row{
    margin-left: -15px;
    margin-right: -15px;
}
/*********************************************header*********************************/
header#head {
    position: sticky;
    top: 0;
    z-index: 9999999;
}
.topbar_contactInfo,
.topbar_socialLink {
    display: flex;
    justify-content: space-between;
    align-items: center;
} 

.topbar {
    background: #000000;
    padding: 10px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.topbar_contactInfoLink,
.topbar_socialLinkIcon {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-family: 'Montserrat Regular';
    color: #fff !important;
    line-break: normal;
}

.topbar_socialLinkIcon {
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #000 !important;
    margin: 0 5px;
}

ul.topbar_socialLink i {
    padding-top: 0;
}

.topbar_contactInfoLink i {
    padding-right: 14px;
    margin: 0;
    padding-top: 0;
}

.topbar_link {
    display: flex;
    justify-content: end;
}

.topbar_linkItems {
    color: #fff !important;
    padding: 0 10px;
    font-size: 15px;
    font-family: 'Montserrat Regular';
}

.topbar_linkItems i {
    padding-top: 0;
    margin-right: 10px;
}
.col-md-6.p-0 {
    padding: 0;
}
.top-nav.dropdown .cart .product_list_widget,
.top-nav.dropdown li ul.submenu {
    background-color: #000 !important;
}

.top-nav.dropdown .cart .product_list_widget .pdDesc a {
    color: #ffffff !important;
}

@media (min-width: 768px) {
    .sticky-header .container {
        width: 100%;
    }

}

#giftbox i{
    margin-right: 5px;
}
/************************************************Logo wrapper**********************************************/

.logo-wrapper {
    padding: 15px 0;
    background: #fff;
    /*    border-top: 3px solid #bcd2cfde;*/
}

.logo-wrapper img {
    max-width: 100%;
}


/************************************************banner**********************************************/
.banner img {
    width: 100%;
}

.banner .banner_image {
    width: 100%;
    height: auto;
    position: relative;
}

.banner_image:after {
    content: '';
    /* background-image: url(../img/diagonal-lines.png); */
    /* background-repeat: no-repeat; */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
}
.banner-img{
    width: 100%;
    padding-left: 30px;
}
.bannerText h1 {
    color: #FFF;
    font-family: 'Raleway Bold';
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.2px;
    text-transform: uppercase;
}

.bannerText p {
    color: #67E5D3;
    font-family: 'Raleway Regular';
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px; 
    letter-spacing: 3px;
    margin-bottom: 15px;
}
.training-page .container {
    max-width: 900px ;
}
.shop-btn{
    color:#67E5D3;
    font-family: 'Raleway Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    display:inline-block;
    padding: 13px 34px;
    gap: 8px;
    border-radius: 6px;
    border: 1px solid #67E5D3;
    background: #000;
}
.shop-btn:hover{
    border: 1px solid #67E5D3;
    background: #67E5D3;
    color:#000;
}
.about-page{
    padding: 70px 0 0 0 ;
    background-color: #000;
    background-image:url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/391/about-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;

}
.range-sec{
    background-color: #000;
    padding: 80px 0;
}
.range-bg-img{
    background-image:url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/391/Shield-Wall-Large1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.michigan-txt h2{
    color: #FFF;
    font-family: 'Raleway Bold';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px; 
    text-transform: uppercase;
    padding: 10px 0 10px 0;
    position: relative;
}
.michigan-txt h2::after{
    content: " ";
    width: 111px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.michigan-txt p{
    color: var(--Primary-Light, #FFF);
    font-family: 'Raleway';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
    padding: 10px 0;
}
.product-wrapper{
    background-image:url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/391/class-title-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    background-color:#000;
}
.cours-lst a.btn.btn-gold {
    text-align: center;
    font-family: 'Montserrat Bold';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border: 1px solid #FFF;
    background: #19213C !important;
}

 
.slider-wrapper .one-slide-anim .item {
    position: relative;
    z-index: 9;
    align-items: center !important;
    height: 800px;
}

@media screen and (max-width:767px) {
    .bannerText h2 {
        font-size: 32px;
        margin-top: 30px;
        margin-bottom: 80px;
    }

    .bannerText {
        padding-right: 0px;
    }

}
.FooterNewsLetter.newsletter.innerNewsletter {
    padding: 0;
    background-color: #000;
}
.newsletter:not(.FooterNewsLetter.newsletter) {
    width: 100%;
    height: auto;
    margin: 0 0px;
    padding: 15px;
    background: #343F4F;
    display: flex;
    justify-content: space-between;
}

.newsletter .signup {
    margin-top: 0;
    align-items: center;
}

.news-box {
    background: #000;
    padding: 70px 50px 0;
}

.newsletter .label {
    margin: 0 20px;
    margin-top: 0;
    color: #FFF;
    font-family: 'Raleway Semibold';
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
 
.signupBlock {
    padding: 7px 0;
    text-align: center;
    background: #6b6b69;
}

.signupBlock label {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding: 0 20px 0 0;
    font-family: 'Montserrat Regular';
    width: auto;
}

.signupBlock input[type="text"],
input[type="email"] {
    padding: 10px 12px;
    margin-right: 5px;
    color: #6a6a6a;
    font-family: 'Montserrat Regular';
    line-height: 1;

}

.signupBlock button {
    background: #3B4350 !important;
    /* padding-left: 25px;*/
    color: #fff;
    font-size: 18px;
    font-family: 'tahomabold';
    text-transform: uppercase;
    border: 2px solid #c1c7c9;
    /*    padding-right: 25px;*/
    border-radius: 5px;
    padding: 10px 25px;
    line-height: 1;
}

/************************************************popular category**********************************************/
.heading {
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'tahomabold';
    color: #3B4350 !important;
    margin-bottom: 25px;
}

.categories_section {
    padding: 50px 0;
    /*position:relative;
    background-image: url('../img/lines.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;*/
}

.categories_blockHeading {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'tahomabold';
    text-align: center;
    padding: 10px;
    background: #3B4350;
    color: #fff;
}

.categories_blockLines {
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.categories_block img {
    height: 307px;
}

.arrow_block,
.arrow-block-without-bg {
    position: relative;
    height: auto;
    width: 100%;
}

.arrow_block::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 50%;
    /* background: url('../img/arrows.png'), linear-gradient(263deg, black, transparent); */
    background-position: center right;
    background-repeat: no-repeat;
    height: 35px;
}

.arrow-block-without-bg::after {
    position: absolute;
    content: '';
    right: 5px;
    bottom: 5px;
    width: 30%;
    /* background: url('../img/arrows.png'); */
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 20px;
}
.fire-box-1 h2{
    color: var(--Primary-Light, #FFF);
    font-family: 'Raleway Bold';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px; 
    text-transform: uppercase;
}
.fire-box-1 h4{
    color:#67E5D3;
    font-family: 'Raleway Semibold';
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px; 
    letter-spacing: 3px;
    padding: 10px 0;
    position: relative;
}
.fire-box-1 h4::after{
    content: " ";
    width: 111px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.fire-box-1 p{
    color:  #FFF;
    font-family: 'Raleway';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
    padding: 10px 0 10px 0; 
}

.product-text{
    padding: top
    20px;
}
.class-img{
    margin-right:-15px;
}
.class-img-text{
    margin-left: -15px;
}


.class-title-text{
    color: #FFF;
    font-family: 'Raleway';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 3px;
    position: absolute;
    top: 44%;
    left: 28%;
}


.class-title-box{
    position: relative;

}

.class-title-box .class-title-img p{
    display: block;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    text-align: center;
    width: 100%;
    letter-spacing: 3px; 
}

.class-title-box:hover::before {
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    display:block;
    background-color:#67E5D3D9;
}

.class-title-box:hover .class-title-img p{
    color:#000;
    text-decoration:underline;
}

/*.arrows-image{
    position: absolute;
    right: 0;
    bottom:0;
    width: 50%;
    background: linear-gradient(263deg, black, transparent);
}
.arrows-image img{
    height: auto;
}*/
.categories_block img,
.categories_blockLines img {
    width: 100%;
}

/*buyshell section*/
.buy_sell {
    width: 100%;
    height: auto;
    padding: 100px 0px;
    margin: 0px;
    /* background-image: url(../img/buy_shell_bg.png); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.buy_sell .buy_sell_content {
    width: 100%;
    text-align: center;
}
.buy_sell .buy_sell_content h3 {
    font-family: 'EB Garamond';
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    text-shadow: 3px 3px 8px rgb(0 0 0 / 86%);
    max-width: 460px;
    text-align: center;
    display: block;
    margin: 0px auto;
}

.buy_sell .buy_sell_content a {
    font-family: 'EB Garamond';
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    background: #3B4350;
    padding: 10px 20px;
    border: 3px solid #809d95;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin-top: 27px;
    transition: all .3s ease-in-ease;
    letter-spacing: 2px;
}

/*buyshell section ends*/
/*.newArrival_row > .col-md-2{
	width:20%;
}*/
.newArrivalBlock img {
    width: 100%;
}

.newArrivalBlock_heading {
    font-size: 21px;
    font-family: 'tahomaregular';
    font-weight: bold;
    margin: 10px 0;
    text-transform: uppercase;
    color: #000 !important;
}

.newArrivalBlock {
    text-align: center;
    margin-bottom: 50px;
}

.newArrivalBlock_para {
    font-size: 18px;
    font-family: 'Montserrat Regular';
    margin-bottom: 10px;
    color: #000;
}

.newArrivalBlock_price {
    color: #3B4350;
    font-weight: bold;
    font-size: 30px;
    font-family: 'Montserrat Regular';
}
.testimonials-sec{
    background-image:url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/391/quote-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.product-row{
    padding:80px 0;
}
.box-2{
    border: 1px solid #67E5D3;
    background: var(--Gray-800, #343A40);
    box-shadow: 4px 4px 16px 0px rgba(103, 229, 211, 0.10);
    padding: 25px 3px ;
    background-image:url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/391/quote.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.testi-top h4{
    color: var(--Secondary-color, #67E5D3);
    font-family: 'Raleway Semibold';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}
.testi-top p{
    color: var(--Primary-Light, #FFF);
    font-family: 'Raleway';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-top:13px;
    margin: 0;
}
.training-page{
    padding: 80px 0;
    background-image:url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/391/training-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
h4.texas-sec {
    color:#FFF;
    text-align: center;
    font-family: 'Raleway Bold';
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: uppercase;
}
.clearfix h2{
    color:#FFF;
    font-family: 'Raleway Bold';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.clearfix p{
    color:#FFF;
    font-family: 'Raleway';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 10px 0;
}
.Basics-text{
    padding-top: 40px;
}
.core-value h4{
    color: var(--Primary-Light, #FFF);
    font-family: 'Raleway Semibold';
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    position: relative;padding-bottom: 10px;
}
.core-value h4::after{
    content: " ";
    width: 111px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.core-value p{
    color: var(--Primary-Light, #FFF);
    font-family: 'Raleway';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
    padding-top: 10px;
}
.newArrival {
    padding: 30px 0;
}

.footer_wrapper {
    background: #2c2c2c;
    text-align: center;
    color: #fff;
    position: relative;
}


.footerBlock_heading {
    font-size: 28px;
    margin: 15px 0;
    text-transform: uppercase;

}

.footerBlock_subHeading {
    font-size: 24px;
    margin-bottom: 8px;
}

.copyrightBlock {
    background: #000;
    padding: 10px 0;
    font-family: 'tahomaregular';
    font-size: 18px;
    text-align: center;
}

.copyrightBlock p {
    font-size: 18px;
}

.footer_wrapper:before {
    content: "";
    position: absolute;
    top: -46px;
    background-size: cover;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    background: url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/391/lines2.jpg);
    height: 50px;
}
.headline-sec{
    background-image:url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/391/headline-bg-img.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-color:#000;
    padding: 80px 0;
}
/*********************************************categories page css start************************/
.categories_linkList {
    display: flex;
    /*justify-content: space-between;*/
}
.item-bg{
    padding: 20px 0;
}
.categories_linkDropdown {
    float: right;
}

.categories_link {
    margin-bottom: 30px;
}

.categories_linkItems a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #b3b3b3 !important;
    display: inline-block;
    font-family: 'tahomaregular';
}

.categories_linkItems a.active,
.categories_linkItems a:hover {
    color: #3B4350 !important;
    text-decoration: none;
}

.categories_linkItems {
    position: relative;
    margin: 0 20px 0 0;
}

.categories_linkItems:after {
    content: "/";
    position: absolute;
    right: -10px;
    font-size: 21px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    color: #b3b3b3;
}

.categories_linkItems:last-child:after {
    display: none;
}

.categories_linkDropdown {
    float: right;
    font-size: 16px;
    font-weight: bold;
    font-family: 'tahomaregular';
    color: #b3b3b3;
    border: none;
    outline: none;
}

.categories_block li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.categories_block li label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'tahomaregular';
    font-weight: normal;
    width: auto;
}

.left_section_wrapper .left_section_select input[type=radio] {
    appearance: none;
    border-radius: 50%;
    background-color: #dedede;
    height: 20px;
    width: 20px;
    border: 5px solid #b3b3b3;
    margin: 0 5px 0 0;
}

.left_section_wrapper .left_section_select input[type="radio"]:checked {
    border: none;
    background: #3B4350;
    outline: none;
}

.categories_left_mainHeading {
    font-size: 28px;
    font-weight: bold;
    font-family: 'tahomabold';
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000 !important;
}

.categories_block li {
    font-size: 18px;
    text-transform: capitalize;
    color: #000;
}

.categories_blockQuantity {
    color: #b3b3b3;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Montserrat Regular';
}

.categories_leftHeading {
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'tahomaregular';
    margin-bottom: 8px;
    text-align: left;
    color: #000 !important;
}

.categories_block {
    margin-bottom: 25px;
}

.categories_left_searchBar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.categories_left_searchBar input {
    width: 100%;
    font-size: 18px;
    border: 2px solid #ddd;
    padding: 5px 10px;
    color: #000;
    outline: none;
}

.categories_left_searchBar button {
    background: none;
    font-size: 18px;
    color: #ddd;
    padding: 0 5px;
    outline: none;
    border: none;
}

.customPagination {
    text-align: center;
}

.customPagination a {
    border: none !important;
    color: #3B4350 !important;
    font-weight: bold;
    font-family: 'Montserrat Regular';
    font-size: 18px;
}

.customPagination ul li.active a {
    background: none;
    color: #3B4350 !important;
}






/*********************************************responsive************************/

@media screen and (max-width:990px) {
    .custom_navbarContent .navbar-nav>li>a {
        font-size: 14px;
    }


    .categories_blockHeading {
        font-size: 20px;
    }

    .categories_block img,
    .categories_blockLines img {
        height: 100%;
    }
}

@media screen and (max-width:768px) {
    .signupBlock label {
        padding: 0;
    }

    .topbar_link {
        justify-content: center;
        margin: 10px 0;
    }

    .topbar_contactInfo {
        display: block;
        text-align: center;
    }

    .topbar_socialLink {
        justify-content: center;
    }

    .banner_text {
        transform: unset;
    }

    .banner .banner_text h6 {
        font-size: 15px;
    }

    .banner .banner_text h1 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .banner .banner_text p {
        font-size: 13px;
    }

    .custom_navbarContent .navbar-nav>li>a {
        font-size: 13px;
        padding-bottom: 0px !important;
    }

    .signupBlock button {
        display: block;
        margin: 10px auto;
    }

    .signupBlock label {
        margin-top: 10px;
    }

    .signupBlock input {
        margin-top: 10px;
    }

    .footerBlock_heading {
        font-size: 20px;
    }

    .footerBlock_subHeading {
        font-size: 20px;
    }

    .footerBlock {
        padding: 40px 0;
    }

    .copyrightBlock p {
        font-size: 13px;
    }

}



/*************************************** additions for design changes as per new theme ************/

.header-top.primary {
    background: #000;
    padding: 0;
    border: unset;
} 

.header-top.primary .col-lg-8  .row {
    display: flex;
    align-items: center;
    gap:60px;
}
.header-top.primary .row > div{
    white-space: nowrap;
}
.header-top.primary .row:before,
.header-top.primary .row:after{
    display: none;
}
.header-top.primary a {
    font-family: 'Montserrat Regular';
    font-size: 14px;
} 

.top-nav.dropdown.type2 {
    padding-top: 10px;
    background-color: transparent !important;
}

.header-top .social-links li a:hover {
    background-color: transparent;

}
/* .top-left-header{
    display: flex;
    gap:10px;
}
.top-left-header::before,
.top-left-header::after{
    display: none;
} */
.header-top .social-links li a:hover i.fa {
    color: #ffffff !important;
}

.quick-contact:hover>i {
    background-color: transparent;
    color: #67E5D3 !important;
} 

#head .social-links i.fa:hover {
    color: #DE9425 !important;
}

/* .navbar-default .container {
    flex-wrap: wrap;
    padding: 0;
} */
.navbar-default .container::before,
.navbar-default .container::after{
    display: none;
} 

.top-nav.type2>ul>li>a {
    color: #FFF;
    font-family: 'Raleway';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
} 

a.navbar-brand>img {
    width: 100% !important;
    max-width: 176px !important;
}

#head .social-links i {
    font-size: 21px; 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding-top: 0 !important;
}

@media screen and (min-width: 992px) {
    /* .navbar-default .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    } */

    /* .footer-item .social-links i{
    font-size: 36px;
} */
}

.navbar-default {
    background: #343F4F;
}
 

.filter-cat li a {
    color: #000;
    font-size: 18px;
   font-family: 'audiowideregular';
    text-transform: uppercase;
    border: 0 !important;
    border-radius: 0px;
    padding: 10px 25px;
    line-height: 1;
    position: relative;
}

.gallery-filter.dark li a:hover,
.gallery-filter.dark li a.active,
.filter-cat li a:hover,
.filter-cat li a.active {
    background: #3B4350;
    color: #fff !important;
    
}
.dark>ul li a{
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-family: 'Montserrat Regular';
    margin-right: 0px;
    display: inline-block;
    margin-bottom: 5px;
    padding: 0px 35px 30px!important;
}

.gallery-filter.dark>ul li a{
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-family: 'Montserrat Regular';
    margin-right: 0px;
    display: inline-block;
    margin-bottom: 5px;
    padding: 10px 35px !important;
    position: relative; 
   
}
.dark.featured_products>ul li a{
    background-color: #000;
    border: 0;
}
.dark.featured_products>ul li a:not(.active):after{
    content: '';
    position: absolute;
    background: #fff;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
} 
.dark.featured_products>ul li a:not(.active):hover:after{
    background-color: #3B4350;
} 
#homeshop .dark>ul li a.active{
    color: #fff;
}
#homeshop .dark>ul li a.activ
/* .navbar-default>.container {
    max-width: 100%;
    padding: 0;
} */

/* .navbar-default::after {
    content: "";
    width: 100%;
    height: 20px;
    display: block;
    background: #3B4350;
    margin-top: 15px;
} */
.navbar-default .navbar-header {
    margin-left: 0;
    margin-right: auto;
}


/* .navbar-default .navbar-collapse {
    width: 100%;
} */
.navbar-default .navbar-collapse .navbarRight {
    margin: 0 !important;
}

#head .navbar-default .navbar-nav>li {
    margin-right: 42px;
}

#head .navbar-default .navbar-nav>li:last-child {
    margin-right: 0px;
}

#head .navbar-default .navbar-nav>li>a {
    padding-top: 6px;
    padding-bottom: 6px;
    color:#E9ECEF;
    font-family: 'Raleway';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
} 

#head .navbar-default .navbar-nav>li > .dropdown-menu{
    background-color: #3B4350;
    padding: 8px 18px;;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
}
.nav li ul.dropdown-menu li:last-child a{
    border-bottom:unset
}
#head .navbar-default .navbar-nav>li > .dropdown-menu>li>a {
    font-size: 14px;
    font-family: 'copperplateregular';
    background: #EDEDED !important;
    color: #19213C !important;
} 
#head .navbar-default .navbar-nav>li > .dropdown-menu>li>a .dropdown1-menu>li>a{
    font-size: 14px;
    font-family: 'copperplateregular';
    background: #EDEDED !important;
    color: #19213C !important;
}
#head .navbar-default .nav>li>a {
    padding-right: 0;
    /* padding-left: 0; */
}  

#head .navbar-default .nav>li>a:hover {
   color: #67E5D3;
}  

 
/* #head .navbar-default .navbar-nav>li:first-child>a{
    padding-left: 0px;
}
#head .navbar-default .navbar-nav>li:last-child>a{
    padding-right: 0px;
} */

#head .navbar-default .navbar-nav>li>a.current-active, .navbar-nav>li>a:hover, .navbar-nav .dropdown-menu>li>a:hover {
    color: #67E5D3;
    border-bottom: 2px solid #67E5D3;
} 

.navbar-nav li a, .navbar-nav li {
    white-space: nowrap;
    /* border-bottom: 1px solid #4D4D4D; */
}
.navbar-nav li .dropdown-menu{ 
    background-color: #EDEDED !important;
}
 
.navbar-nav li .dropdown-menu li a{
   display: flex;
   align-items: center;
   gap: 5px;
   justify-content: space-between;
   width: 100%;
   border-bottom: 1px solid #4D4D4D;
   color: #19213C !important;
}  

@media (min-width: 992px) and (max-width:1199px) {
    .HeaderMenu .container {
        width: 100%;
    }
}   


/****************************** header ends **********************************/
.product-_-summary h2{
    color:#fff;
    font-family: 'Raleway Bold';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.slider-wrapper .item {
    background-position: left center;
    position: relative;
}

.college-slide .slide-item .bsns-btn a,
.btn-gold,
.contact-form .message-sub,
#calendar_grid_view .find_more,
.product-_-summary .btn-set .btn {
    background: #19213C;
    color: #fff !important;
    font-size: 22px;
    font-family: 'Montserrat Bold';
    text-transform: uppercase;
    padding: 10px 45px;
    line-height: 1;
    position: relative;
} 

.newsletter input[type="submit"] {
    position: relative;
    color: #67E5D3;
    font-family: 'Raleway Bold';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    border-radius: 6px;
    border: 1px solid #67E5D3;
    background: var(--Default-Black, #000);
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
    padding: 8px 35px !important;
}
.newsletter input[type="submit"]:hover{
    border: 1px solid var(--Secondary-color, #67E5D3) !important;
    background: var(--Default-Black, #67E5D3) !important;
    color: #000;
}

/* .college-slide .slide-item .bsns-btn a:before,
.newsletter input[type="submit"]:before,
.btn-gold:before,
.contact-form .message-sub:before,
#calendar_grid_view .find_more:before,
.product-_-summary .btn-set .btn:before {
    content: '';
    position: absolute;
     background: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    clip-path: polygon(11% 11%, 99% 1%, 89% 99%, 1% 99%);

} */
.btn.btn-warning {
    background: #3B4350 !important;
    color: #fff !important;
}

.btn.btn-warning:hover {
    background-color: #3B4350 !important;
    color: #fff !important;
}

.modal-footer a {
    color: #3B4350;
}

.college-slide .slide-item .bsns-btn a:hover,
.newsletter input[type="submit"]:hover,
.btn-gold:hover,
.contact-form .message-sub:hover,
#calendar_grid_view .find_more:hover,
.product-_-summary .btn-set .btn:hover {
    background-color: #3B4350;
    border-color: #fff;
}
#below-main-boxes{
    float: unset;
    
}
.text-box.about-box {
    background: #EDEDED;
    padding: 30px 20px;
    border-bottom: 0;
    border: none;
    position: relative;
    height: 100%;
}

.text-box.about-box img{
    height: 58px;
    width: auto;
    object-fit: contain;
}

.text-box .title{
    margin: 0;
    padding: 0;
    margin: 0 0 !important;
    width: 100%;
}
    
#below-main-boxes .text-box .title h3 {
    font-size:22px ;
    text-transform: uppercase;
   font-family: 'audiowideregular';
    text-align: center ;
    padding: 10px ;
    background: transparent ;
    text-shadow: 6px 6px 12px rgba(0, 0, 0, 0.80);
    color: #fff ;
    line-height: 1.2;
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
/* .shop6-col.isotopeFix .mainshopthumb{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 30px;
} */
/* .productBorder .frontinfo{
    border: 0.8px solid #282828;
    background: #282828;
} */

.productBorder .frontinfo .more_choice.more_choice_available{
    display: none;
}
.productBorder .frontinfo .manuf{
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat Regular';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.productBorder .frontinfo .amount{
    color: #FFF !important;
    text-align: center;
    font-family: 'Montserrat Regular';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    max-width: 80%;
    margin: 0 auto 0px;
    background-color: #3B4350;
    position: relative;
    top: 12px;
    padding: 5px;
}


#home .product-wrapper.home-featured-products  #homeshop .shop6-col.isotopeFix{
    margin-right: -9px;
    margin-left: -9px;
}
#home .product-wrapper.home-featured-products #homeshop .shop6-col.isotopeFix > .col-xs-6{
    padding-left: 9px;
    padding-right: 9px;
}
.productBorder .frontinfo .mainshopthumb a {
   font-family: 'audiowideregular';
   color: #FFF;
   text-align: center;
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   text-transform: uppercase;
}

#home .product-wrapper.home-featured-products  .shop6-col.isotopeFix  .productBorder {
    padding: 0 0 !important;
    width: 100%;
}
#home .product-wrapper #homeshop{
    background-color: #fff;
    filter: drop-shadow(0px 0px 40px rgba(255, 255, 255, 0.50));
    position: relative;
    z-index: 9; 
    padding: 60px 40px ;
}
#home .product-wrapper #homeshop .section-head {
    margin-bottom: 0 !important;
}
#home .product-wrapper.home-featured-products #homeshop .dark.featured_products ul{
    text-align: center;
}
#home .shop6-col.isotopeFix  .productBorder img{
    margin-bottom: 0 !important;
}
.productBorder img.img-responsive{
    border: 0.8px solid #282828;
}
.productBorder .frontinfo{
    margin-bottom: 20px;
}
.text-box .title h3 a {
    color: #fff !important;
}
.boximg{
    margin: 0 0px;
}
.boximg img {
    display: block;

}

.text-box .readon {
    text-align: right;
    background: none;
    margin-bottom: 0px;
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 100%;
}

.text-box .readon a.btn {
    display: block;
    background: linear-gradient(263deg, black, transparent);
    width: 50%;
    margin-left: auto;
    text-align: right;
}

.travel-wrapper .text-box .title h3 {
    margin: 0 !important;
} 

.footer-widget {
    padding-bottom: 40px !important;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background: radial-gradient(2144.82% 100% at 0% 42.35%, #000 0%, #202020 53.89%, #000 100%);
}  

.footer-widget .footer-item  img {
    width: 219px;
    max-width: 100%;
    margin-bottom: 10px!important;
}
.footer-widget .footer-item  img.footer-card{
  width: 162px; 
max-width: 100%;
}
.footer-widget h3 {
    margin: 15px 0 0;
    text-transform: uppercase;
}

.footer-widget p {
    margin: 0;
}

.footer-widget .footer-item>img {
    width: 120px;
    margin-bottom: 10px !important;
}

.contact-info li i {
    color: #fff;
    font-size: 18px;
}

/* .contact-info li a {
    font-size: 18px;
} */
footer.footer {
    padding: 10px 0px;
    margin: 0px 0px 0px;
    background: #212529;
    border: 0;
}

a.cntct-btn {
    background: #19213C;
    color: #fff !important;
    padding: 10px 40px;
    font-family: 'Montserrat Bold' !important;
    font-weight: 700;
}

.ftr-addrss ul li a {
    color: #000 !important;
    font-size: 16px;
    font-family: 'Montserrat Regular';
}

.ftr-addrss ul li {
    line-height: 1.5;
} 

.cntct-box {
    margin-top: 20px;
}

.footer-item p, .footer-item a, .ftr-addrss ul li a {
    color: #ADB5BD !important;
    font-family: 'Raleway';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
} 

.footer-item #social .social-links {
    margin-top: 20px;
}

.footer-item .social-links i {
    font-size: 24px;
    height: 38px;
    width: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    line-height: 1;
    color: #000000;
}

span.day-tym {
    font-family: 'Montserrat Bold';
}

.footer .copyright {
    color: #ADB5BD;
    font-family: 'Raleway';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}
  
body .footer-item h4 {
    color: #FFF;
    font-family: 'Raleway Semibold';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
} 

body .footer-item .sub-heading {
    font-size: 24px;
}

#slider.sitemessage {
    background: #3B4350 !important;
    color: #fff !important;

}

#slider.sitemessage p {
    color: #fff !important;
}

.sidebar .newsletter {
    background: #3B4350;;
}

.sidebar .newsletter .label {
    padding: 10px !important;
    display: block;
    color:#fff;
    white-space: unset;
    line-height: 1.2;
}
.sidebar .productBlock{
    padding: 0 15px 30px 15px;
}

.widgetProduct a{
    color:#000 !important
}
.newsletter .signup input[type="text"] {
    height: auto !important;
    color: #484848;
    font-family: 'Raleway';
    font-size: 16px; 
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-right: 15px !important;
}
.newsletter.hNewsLetter .form-group:last-child{
    position: relative;
    filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.60));
    padding: 1px;
}
.newsletter.hNewsLetter .form-group input{
    padding: 8px 35px;
}
/* .newsletter.hNewsLetter .form-group:last-child::before{
    content: '';
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
} */ 
.newsletter input[type="submit"] {
    height: auto;
}

/********************* product grid redesign **************/
/* #home .productBorder {
    padding: 0 0 30px !important;
    width: calc(100% - 15px);
} */

.row.row-border.proLists{
    display: flex;
    flex-wrap: wrap;
}
.product-category-page .proLists .col-md-3 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}


@media screen and (min-width: 1200px) {
    .product-category-page .proLists .col-md-3 {
        width: 25% !important;
    }
    .fire-box-1 h4{
        font-size: 26px;
    }
    .fire-box-1 h2{
        font-size: 44px;
    }
    
    .product-category-page .proLists .col-md-3:nth-child(4n + 1) {
        clear: both;
    }
}

@media screen and (max-width: 991px) {
    .product-category-page .proLists .col-md-3:nth-child(2n + 1) {
        clear: both;
    }
    div#filter_sf {
        margin: 15px 0 8px 0;
    }
}
.michigan-txt {
    padding-bottom: 30px;
}
.productBorder {
    height: auto;
    border: none;
    padding: 0 !important;
    background: no-repeat;
}

.productBorder .productBorderHover h4 {
    font-size: 21px;
   font-family: 'audiowideregular';
    font-weight: bold !important;
    text-transform: capitalize;
    color: #3B4350 !important;

}

.product-wrapper{
    padding: 40px 0;
}
.footer .social-links{
    text-align: center;
}
.productBorder  .frontinfo .manuf {
    min-height: 16px ;
}
.productBorder  .frontinfo .product-rating{
    display: none;
}
.frontinfo h4 a {
    font-size: 14px;
    font-family: 'audiowideregular';
    font-weight: 400;
    margin: 20px 0 0;
    text-transform: capitalize;
    color: #ffffff;
    display: block;
}

.frontinfo .amount {
    color: #000000!important;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Montserrat Regular';
    line-height: normal;
}

.productBorder:hover .frontinfo .amount {
    z-index: -1;
}

.productBorder .verticalInner h4 a {
    font-size: 15px;
   font-family: 'Raleway Semibold';
    font-weight: bold;
    margin: 10px 0;
    text-transform: capitalize;
    color: #3B4350 !important;
}

.productBorder .price del {
    color: #000;
    font-size: 20px;
  font-family: 'Montserrat Regular';
    font-weight: bold;
}

.productBorder .price span.amount {
    color: #000;
    font-size: 20px;
  font-family: 'Montserrat Regular';
    font-weight: bold;
}


.productBorder .productMetas a span {
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productBorder .productMetas a span i {
    color: #fff !important;
}

ul.page-numbers li span,
ul.page-numbers li a,
.isotope-pager .pager {
    border: none !important;
    color: #fff!important;
    background-color: #282828;
    font-weight: normal;
    font-family: 'Montserrat Regular';
    font-size: 18px;
    display: inline-block;
    padding: 5px 22px;
    position: relative;
}

ul.page-numbers li span.current {
    background-color: #282828;
    color: #fff !important;
}
ul.page-numbers li span:before,
ul.page-numbers li a:before,
.isotope-pager .pager:before{
    content: '';
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: -1;
}
ul.page-numbers li span.current::before,
    ul.page-numbers li a.current:before,
.isotope-pager .pager.current:before{
    background-color: #282828;
    color: #fff !important;
}


.frontinfo h4 {
    font-size: 20px;
   font-family: 'audiowideregular';
    color:#3B4350;
}

aside .media-body {
    width: auto;
}

/************* product grid redesign end **********/

.productDisplayType button#part_search_button {
    background: #DEE2E6 !important;
}

.productDisplayType nav.productViewToggle i {
    color:#DEE2E6 !important
}

.widget h3 {
    margin: 30px 0px 10px !important;
    font-size: 18px;
    font-weight: bold;
   font-family: 'Raleway Semibold';
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.cartWidgetInner .buttons>a, .price-slider-amount a.btn.btn-ash-border, .sidebar .newsletter input[type="submit"] {
    border: 1px solid #67E5D3 !important;
    background:#000;
    color: #67E5D3;
    font-size: 16px;
    font-family: 'Raleway';
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px;
    line-height: 1;
    border-radius: 6px;;
} 
.btn_place_order, .login_form button, .proceed_pay, .return_to_cart, #shipping_ahref,
button#btnSubmitPay, .wrap.pull-right a > button, .btn-ash-border{
    border: 1px solid #67E5D3 !important;
    background: #000;
    color: #67E5D3;
    font-size: 16px;
    font-family: 'Raleway';
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px;
    line-height: 1;
    border-radius: 6px;
}  
.btn_place_order:hover, .login_form button:hover, .proceed_pay:hover, .return_to_cart:hover,
#shipping_ahref:hover, button#btnSubmitPay:hover, .wrap.pull-right a > button:hover,
.btn-ash-border:hover {
    color: #19213C !important;
    background: #fff !important;
}
.wrap.pull-right a > button {
  min-height: 45px;
}

.cartWidgetInner .buttons>a:hover, .price-slider-amount a.btn.btn-ash-border:hover, .sidebar .newsletter input[type="submit"]:hover {
    color: #19213C !important;
    background: #fff !important;
} 


.widgetProduct .media-heading{
    font-size: 13px;
}
.sidebar .newsletter input[type="submit"]{
    font-size: 16px;
}
.cartWidgetInner .buttons>a:hover,
.price-slider-amount a.btn.btn-ash-border:hover,
.sidebar .newsletter input[type="submit"]:hover {
    background-color: #3B4350;
    border-color: #3B4350;
}

.product_list_widget .pdDesc a {
    color: #fff !important;
}

#go-top {
    color: #fff !important;
    background: #3B4350 !important;
}

.blog-search .search-sub {
    background-color: #4d4d4d;
}

.blog-search .search-sub:hover {
    background-color: #3B4350;
}


#calendar_grid_view .find_more {
    margin-top: 20px;
    display: block;
    width: 226px;
}

span.sku_wrapper>span,
span.posted_in a,
.overview-tab li a {
    color: #fff !important;
}


/******************* light theme color ********************/
h1,
h2,
h3,
h4,
h5,
h6,
p,
#bottomblockhead h2 {
    color: #fff;
}

.section-head h2 {
    color: #19213C !important;
    font-family: 'archivo_blackregular'; 
    font-size: 40px;
    position: relative;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #fff;
    padding: 0 15px;
}

.product-wrapper.home-featured-products  #homeshop .frontinfo h4 {
    font-size: 20px;
    font-family: 'Raleway Semibold';
    color:#3B4350;
    line-height: 1.2;
    margin-top: 0;
}
.product-wrapper.home-featured-products #homeshop  .frontinfo .mainshopthumb{
    min-height: unset;
}
#homeshop h2:before,
.section-head h2:before{
    content: '';
    width: 100vw;
    height: 2px;
    background-color: #000000;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
/* .footer-item a:hover {
    color: #fff !important;
} */
 
.para1 {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #19213C;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    text-align: center;
}
/* .para1  .para1-text {
    padding: 132px 0;
} */  
.px-30{
    padding-left: 30px;
    padding-right: 30px;
}
.section-head{
    overflow: hidden;
}
.para1 .section-head h2{
    color: #FFF !important;
    text-align: center;
    font-family: 'archivo_blackregular';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    background-color: transparent;
   
    padding: 0 10px;
}
.para1 .section-head {
    position: relative;
    overflow: hidden;
}
.para1 .section-head::before,
.para1 .section-head::after{
    content: '';
    width: calc(50% - 130px);
    height: 2px;
    background-color: #fff;
    position: absolute;
    display: block;
    top: 50%;
}
.para1 .section-head::before{
    left: 0;
}
.para1 .section-head::after{
    right: 0;
}

.para1 h2 {
    color: #FFF;
    text-align: center;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.60);
    font-family: 'archivo_blackregular';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

/* .para1 p {
    color: #FFF;
    text-shadow: 6px 6px 12px rgba(0, 0, 0, 0.80);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    font-family: 'Montserrat Regular';
} */
/* .para1 .para1-text{
    padding-right: 36px;
} */
.para1 .btn{
    margin-bottom: 30px;
    margin-top: 45px;
}
/* 
.para1 .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
} */

/*.para1::before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000000d4;
    z-index: -1;
}*/
.address li,
.address li a {
    color: #fff !important;
}



span.current-price,
div#storecat h2>a,
.product-rating,
.choosedate,
.product_meta>span {
    color: #fff !important;
}
.product_meta>span{
    border-top: 1px dotted #4d4d4d;
}

div#storecat h2 {
   font-family: 'Raleway Bold';
    font-size: 50px;
    text-transform: uppercase;
    color:#3B4350;
    margin-top: 40px;
}

.social-share-icons li a {
    border-color: #3B4350 !important;
}

.social-share-icons li a i {
    color: #fff !important;
}

.overview-tab li.active a {
    color: #67E5D3 !important;
    font-weight: bold;
    border-color: #67E5D3;
}

.social-share-icons li a:hover {
    background-color: #3B4350 !important;
}


.product-_-overview ul.overview-tab {
    color: #000 !important;
    border-top: 1px solid #4d4d4d;
}

hr {
    border-color: #4d4d4d;
}

.review-form .input-field .btn-ash-border {
    color: #fff;
    background-color: #3B4350;
}
.sbHolder .sbSelector {
    background: no-repeat;
    border: 1px solid #ddd;
}

.cartWidget {
    background: none;
    color: #000 !important;
}
.product-descrption h5{
    color: var(--Primary-Light, #FFF);
    font-family: 'Raleway Semibold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; 
    letter-spacing: -0.32px;
    text-align: left;
    border-bottom: 1px solid #6C757D;
    padding-bottom: 5px;
}
.prc-box.row.no-margin>div,
.mfg-box.row.no-margin>div{
    padding-left: 0;
    padding-right:0 ;
   
}
.mfg-box.row.no-margin>div{
    border-bottom: 1px solid #6C757D;
}
.prc-box.row.no-margin>div{
    padding-top: 5px;
}
.mfg p{
    color: var(--Primary-Light, #FFF);
    font-family: 'Raleway';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    padding: 10px 0;
    margin-bottom: 0;
}
.mfg-name p{
    color: var(--Primary-Light, #FFF);
    text-align: right;
    font-family: 'Raleway';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 0;
    margin-bottom: 0;
}
.prc-txt p{
    color:#FFF;
    font-family: 'Raleway';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
}
.prc-numbr p{
    color:#67E5D3;
    text-align: right;
    font-family: 'Raleway';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.sbHolder .sbSelector {
    background: no-repeat;
    border: 1px solid #fff !important;
    color: #fff !important;
    font-size: 12px;
}


/* .travel-wrapper .text-box {
    background: #f1f1f1 !important;
} */
 
/*********************/

.productBorder .new-tag {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    z-index: 1;
    line-height: 1;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

div#calendar_list_view h2.title, div#storecat h2 a, .cntct-top h2 {
    color: #67E5D3;
    text-align: center;
    font-family: 'Raleway Bold';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -1px;
    text-transform: uppercase;
    position: relative;
    margin-left:auto;
    margin-right: auto;
    margin-top: 32px;
    display: inline-block;
} 
div#storecat h2 a {
    max-width: 150px;
    display: block !important;
}
/* .contact-us .cntct-top h2 {
    max-width: 330px;
}
.about-us .cntct-top h2 {
    max-width: 260px;
} */
div#calendar_list_view h2.title:before, div#storecat h2 a::before, .cntct-top h2::before {
        content: '';
        background-image: url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/391/hding-bfr.svg);
        position: absolute;
        /* bottom: 0; */
        left: -20px;
        width: 14px;
        height: 50px;
        top: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translateY(-50%);

}

div#calendar_list_view h2.title:after, div#storecat h2 a::after, .cntct-top h2::after {
    content: '';
    background-image: url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/391/hding-aftr.svg);
    position: absolute;
    top: 50%;
    right: -20px;
    width: 14px;
    transform: translateY(-50%);
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
}

.cntct-top h1 {
    color: #FFF;
    font-family: 'Raleway Bold';
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.cntctfrm-hding p {
    color: #FFF !important;
    font-family: 'Raleway';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.cntct-top {
    padding: 10px 0;
}

.cntctfrm-hding h1 {
    color: #19213C;
    font-family: 'archivo_blackregular';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.frm-btm-txt h1 {
    color: #19213C;
    font-family: 'archivo_blackregular';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.frm-btm-txt p {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

.frm-btm-txt {
    padding: 30px 0;
}

.cntct-info-box h5 {
    color: #FFF;
    font-family: 'Raleway Semibold';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom:10px;
}

.owl-nav .fa {
    background: #19213C;
    padding: 8px 20px;
    /* margin: 10px 0; */
}

.productBorder .price del .amount {
    color: #000000 !important;
}

.sidebar .widget-title,
.productBlock h3 {
    color: #3B4350;
}

.widgetProduct .media {
    display: flex;
    align-items: center;
}
div#secondary.widget-area {
    background: linear-gradient(90deg, #000 0%, #282828 100%);
    padding: 5px;
}
div#secondary.widget-area  .widget h3,
div#secondary.widget-area  .product_list_widget .variation,
div#secondary.widget-area  .cartWidgetInner .total,
div#secondary.widget-area  .price-slider-amount label,
div#secondary.widget-area .widget-img-slideshow li>p,
div#secondary.widget-area .widgetProduct a{
    color: #fff !important;
}
div#secondary.widget-area  .list-group-item{
    background: #000;
    color:#fff;
    border-color: #4d4d4d !important;
}
.product_list_widget .pdDesc .quantity{
    font-family: 'Montserrat Regular';
    color: #fff;
}
.social-share-icons li a {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.reviewlist .media-heading {
    color: #67E5D3;
}

.revireRating,
.revireRating span.date {
    color: #fff !important;
}

.section-head p {
    color: #fff;
}

.reviewItem span.date {
    font-family: 'Raleway';
    color: #fff;
}
/****************about*******************/
#about-us .main blockquote{ 
    background-color: #3B4350;
    border: 0;
    margin: 30px 0;
    padding: 20px;
    color:#fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: 'Raleway Semibold';
    text-align:  center;
}
#about-us .main blockquote p{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.about_bgImg img{
    max-width: 100%;
}
/* .about_bgImg> .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
} */
.about-textbg h2{
    color: #19213C;
    font-size: 40px;
    font-family: 'archivo_blackregular'; 
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    margin-bottom: 6px;
}
.about-textbg p{
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom:10px;
}
.about_bgIm> .row::after,
.about_bgIm> .row::before{
    display: none;
}
.main-bottom .newsletter {
    margin-top: 65px;
}
/*************** about page ends**************/
.page-banner{
    margin-bottom: 60px;
}
.bannerMain-heading{
    padding: 80px 0;
    margin-bottom: 60px;
}
.bannerMain-heading h2{
    color: #FFF;
    text-align: center;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.60);
    font-family: 'Raleway Semibold';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.bannerMain-heading p{
    color: #FFF;
    text-align: center;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  
}
.product-review h3,
.review-from-box h3,
.sidebar .widget-title,
.productBlock h3 {
   font-family: 'Raleway Semibold'
    
}
.product-review h3,
.review-from-box h3{
    border-bottom: 1px solid #4d4d4d;

}
.bg-blue{
    background-color: #19213C;
}
.membr-bttm{
    margin-top: -27px;
}
.products-services{
    background-color: #19213C;
}
.products-services-content{
    padding:50px 0;
}
.products-services-content h2{
    color: #FFF;
    font-family: 'archivo_blackregular';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
}

.contentHeading h2{
    font-family: 'archivo_blackregular';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;

}
.contentHeading h2::before{
    margin-right: 20px;
}
.contentHeading h2::after{
    margin-left: 20px;
}

.textWhite *{
    color:#fff ;
}
.textBlue *{
    color:#19213C !important ;
}
.sectionContent{
    padding: 60px 0;
}

.visiting h2{
    color: #19213C;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
}
.visiting p{
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top:10px;
    width: 70%;
    margin:0 auto;
}

.item_right li span, .item_right li a, .address p, .calender-box p {
    color: #FFF !important;
    font-family: 'Raleway';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
 
.item_right li i {
    color: #000 !important;
    font-size: 16px;
}

.contact-wrapper p {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.product-quantities {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.social-share-icons,
.socialcustom {
    flex-wrap: wrap;
}
.mr-15{
    margin-right: 15px;
}
.ml-15{
    margin-left: 15px;
}
.membership-box{
    display: flex;
    gap:50px;
    margin-bottom: 50px;
    text-align: left;
    align-items: center;
}
.membership-box .mebership-box-image img{
    width: 172px;
    height: 172px;
    object-fit: cover;
}
.membership-box .mebership-box-text h3{
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    color: #000;
    text-align: left;
    margin-bottom: 10px;
}
.membership-box .mebership-box-text ul{
    list-style-type: disc;
    margin-bottom: 20px;
}
.membership-box .mebership-box-text p,
.membership-box .mebership-box-text a,
.membership-box .mebership-box-text li{
    color: #000;
    font-size: 16px;
    font-style: normal;
}
.membership-box .mebership-box-text p:last-child{
    margin-bottom: 20px;
}

.footer .social-links li a{
    font-size: 22px;
}

/* Upcoming Events */
.events-section {
    padding-top: 47px;
    padding-bottom: 65px;
}
.events-section p {
    font-size: 16px;
    color: #fff;
}

.cldr-bx-btn {
    margin-top: 30px;
}

@media (max-width: 1024px) {
    .productBorder .productMetas a {
        -webkit-transform: translateX(-65px);
        -moz-transform: translateX(-65px);
        -ms-transform: translateX(-65px);
        -o-transform: translateX(-65px);
        transform: translateX(-65px);
        transform: translateX(-65px);
    }

    .productBorder:hover .productMetas a {
        -webkit-transform: translateX(-31px);
        -moz-transform: translateX(-31px);
        -ms-transform: translateX(-31px);
        -o-transform: translateX(-31px);
        transform: translateX(-31px);
        transform: translateX(-31px);
    }
    /* p.itemrow-all-data, .course p.itemrow-all-data{
        padding-top: 40px;
    } */
    .Principals{
        padding-top:26px !important;
    }
    .fundamental{
        padding-top:40px !important;
    }
}

/* @media screen and (max-width:991px) and (min-width:768px) {
    .navbar-default .navbar-header {
        width: 100%;
        background: #000000;
    }

} */

@media screen and (max-width:768px) {
    .navbar-brand>img {
        width: 120px;
    }

    .navbar-default .navbar-brand {
        padding: 8px 15px;
    }

    #homeshop h2,
    .section-head h2,
    .product-category-page h2 {
        font-size: 30px;
    }

    #slider.sitemessage {

        margin-bottom: 30px;
    }

    .blog-search .search-sub {
        right: -14px;
        ;
    }

    /* .product-category-page .col-md-9 {
        width: 100%;
    } */

    .navbar-default .navbarRight {
        background-color: #3B4350!important;
      
    }

    .navbar-header {
        justify-content: unset;
    }

    .navbar-brand {
        margin-right: auto;
    }

    /* .navbar-default>.container {
        padding: 0 15px;
    } */
 
    #head .navbar-default .navbar-nav>li,
    #head .navbar-default .navbar-nav>li:last-child {
        margin-right: 0;
    }

    #head .navbar-default .nav>li>a:hover {
        background-color: #2a2a2a !important;
        color: #000000 !important;
    }

    .navbar-default .navbar-toggle {
        margin-bottom: 0 !important;
        background-color: #000000;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #000000;
    }

    .slider-wrapper .one-slide-anim .item {
        padding-top: 0;
    }

    .para1 h2 {
        font-size: 30px;
    }

    .navbar-toggle {
        margin-right: 15px !important;
    }

}


@media only screen and (max-width: 768px) {
    .footer-widget #footer2 ul li {
        padding: 0px !important;
    }

    #head .navbar-collapse.collapse.in {
        background-color: #fff;
        margin: 0;
        padding: 0;
    }

    div#footer4 {
        margin-top: 0;
    }

    .course p.itemrow-all-data {
        height: unset;
        margin-top: 20px;
        padding-left: 20px;
    }

    #head .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        color: #ffffff !important;
        padding-left:25px !important;
    }

    div#footer1 li a,
    div#footer1 i {
        font-size: 16px;
    }

    div#main>div {
        padding: 0 15px !important;
    }

    .content-grid {
        margin: 0 -15px !important;
    }
}


#contact, .faq-sec {
    background-color: #000 !important;
}
.contact-wrapper, .faq-sec { 
    padding: 40px 0;
    background-repeat: no-repeat;
    background-image: url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/391/cntct-bg.jpg);
    background: radial-gradient(50% 50% at 50% 50%, rgba(103, 229, 211, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    min-height: 100%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}  
 
.contact-wrapper p {
    color: var(--Primary-Light, #FFF);
    font-family: 'Raleway';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
}

span.got-txt {
    font-weight: 800;
}

/****************** 6-10-23 & 7-10-23 *********************/


.footer-item.contact-info li{
    padding: 0;
}
.footer-item .social-links i:hover,
#go-top:hover {
    background: #3B4350 !important;
    color: #fff !important;
}

.footer-widget .links-box ul li:last-child {
    border-bottom: none !important;
}
.footer-item>a {
    margin-bottom: 15px !important;
    margin-top: 0;
}

.join-team-box p, .frm-btm-txt p {
    margin-bottom: 20px;
}

.cntct-info-box {
    padding: 30px 10px;
}

.calender-box span {
    padding: 10px;
    padding-left: 0;
}
.isotope-pager .pager {
    color: #282828 !important;
    background-color: #282828 !important;
    padding: 5px 30px !important;
    position: relative;
    border-radius: 0 !important;
    margin-right: 5px !important;
}
.isotope-pager .pager::before{
    content: '';
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: -1;
    
}
.isotope-pager .pager:hover{
    color:#fff !important
}
.isotope-pager .pager:hover::before{
    background-color: #282828;
}
.productDisplayType nav.productViewToggle i:hover {
    color: #DEE2E6 !important;
}

#go-top {
    background-color: #3B4350 !important;
}

.overview-tab li.active a,
.social-share-icons li a {
    border-color: #67E5D3 !important;
}

.social-share-icons li a:hover {
    background: #3B4350 !important;
    border: none !important;
    color: #fff !important;
}
img.bnr-bttm {
    width: 100%;
    height: 300px;
}

.bnr-bttm-col {
    padding: 0 !important;
}

.row.bnr-bttm {
    border-top: 1px solid #fff !important;
}

.col-brdr {
    border-right: 1px solid #fff !important;
}

.bnr-btm-box {
    position: relative !important;
    padding: 30px 60px;
}
.bnr-btm-box .bttm-img{
    margin-bottom: 10px;
}
.bttm-txt h4 {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'Orbitron Regular';
    margin-bottom: 5px;
}
.mb-5{
    margin-bottom: 30px;
}
.bttm-txt p{
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    font-family: 'Montserrat Regular';
    margin-top: 0;
    margin-bottom: 5px;
}


.bttm-txt {
    width: 100%;
    text-align: center !important;
}

.cartWidgetInner .buttons>a,
.price-slider-amount a.btn.btn-ash-border {
    padding: 10px 11px !important;
}

.product-wrapper .section-head {
    margin-bottom: 41px !important;
    overflow: hidden;
}

 /*=== Slider ===*/
 .nws-img h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #FFF;
    text-align: center;
    font-family: 'Raleway Semibold';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    background: #19213C;
    padding: 7px;
}
.price-slider-amount.clear .buttons>a {
    padding: 3px 25px !important;
    font-size: 13px;
}
.nws-img {
    position: relative;
}

.nws-item.single_slider_item {
    padding: 0 15px;
}


  /*==== about-sec Section ====*/
.para1.about-sec {
    background: #fff;
}
.about-box h3 {
    color: #19213C;
    text-align: center;
    font-family: 'archivo_blackregular';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.about-box p {
    color: #000;
    text-align: center;
    font-family: 'Montserrat Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-shadow: none;
    margin-bottom: 20px;
}
 /*==== Fire Section ====*/

/* .fire-box-1 {
    background: #19213C;
} */
/* .row.fire-row-1{
    background: #19213C;
} */
.row.fire-row-2{
    background: #fff;
}
/* .row.fire-row-1, .fire-row-2 {
    display: flex;
    justify-content: center;
    align-items: center;
} */

.fire-box-1 h1 {
    color: #FFF;
    font-family: 'archivo_blackregular';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
} 

.fire-box-1 .rntl-box, .fire-box-2 .prvt-box {
    width: 75%;
    margin: 0 auto;
} 
 
.fire-box-1 p {
    color: #FFF;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.60);
    font-family: 'Montserrat Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.fire-btn {
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat Bold';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 8px 35px;
    display: inline-block; 
}

.fire-box-2 {
    background: #fff;
    color: #19213C !important;
}

.fire-box-2 p, .fire-box-2 h1 {
    color: #19213C;
}

.fire-btn-2 {
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat Bold';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: #19213C;
    padding: 8px 20px;
    display: inline-block;
}

.fire-btn-2:hover, a.cntct-btn:hover {
    background: #A60711 !important;
    box-sizing: border-box;
    color: #fff;
}

.fire-box-2 p {
    text-shadow: none;
}

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

    #head .navbar-default .navbar-nav>li>a:hover,
    #head .navbar-default .navbar-nav>li>a.current-active:hover {
        color: #fff !important;
        background: #3B4350 !important;
    }
    .bannerText h1{
        font-size: 36px;
    }
    .bannerText h2{
        font-size: 24px;
    }
}

.homePage_ourServices article.services{
    box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.08) ;
}
.homePage_ourServices article.services  .entry-header{
    margin-bottom: 0;
}
.homePage_ourServices article.services .entry-title{
    text-align: center;

}
.homePage_ourServices article.services  .entry-summary{
    min-height: 108px;
}
.homePage_ourServices  article.services .entry-content-wrap{
    padding:45px 15px !important;
    text-align: center;
}
.homePage_ourServices  article.services .entry-content-wrap p{
    color: #3a4646;
    font-size: 20px;
    line-height: 30px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
}
.homePage_ourServices article.services  .more-link-wrap{
    position: relative;
    background: linear-gradient(90deg, #FFD475 0%, #FACB65 29.17%, #F0B33D 62.5%, #E09000 93.75%);
    border-radius: 35px;
    max-width: fit-content;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}
.homePage_ourServices article.services  .more-link-wrap a {
    font-size: 18px;
    line-height: 30px;
    position: relative;
    display: inline-block;
    padding: 13px 30px;
    z-index: 9;
    text-transform:capitalize;
    font-weight:400;
    width:230px;
}
.homePage_ourServices article.services  .more-link-wrap:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    z-index: 1;
    background: #ffffff;
    border-radius: 35px;
}
.homePage_ourServices article.services  .more-link-wrap .kadence-svg-iconset{
   display: none;
}
@media screen and (max-width:767px) {
    .homePage_ourServices article.services .entry-title{
       font-size: 20px;
    
    }
    .homePage_ourServices  article.services .entry-content-wrap p{
        font-size: 16px;
    }
    .bannerText p{
        font-size: 20px;
    }
    .membership-box{
        flex-wrap: wrap;
        gap: 15px;
    }
    .slider-wrapper .item::after{
        height: 150px;
        width: 150px;
        right: 15px;
        bottom: 15px;
    }
    .slider-wrapper .item::before{
        width: 60%;
        top:15px;
        left: 15px;
    }
    .bnr-btm-box{
        padding: 30px;
    }
    .clearfix {
        padding-top: 20px;
    }
}
@media screen and (max-width:719px){
    .homePage_ourServices{
        padding: 0 24px;
  
    }
}

.header-top.primary {
    position: relative;
    z-index: 9;
}

a.navbar-brand>img {
    z-index: 1;
    position: relative;
}

.boximg img {
    transition: .5s;
}

.boximg img:hover {
    transform: scale(1.1);
}

#home .productBorder.chkProductID:hover .frontinfo {
    background-color: #fff;
    color: #000;
    border: solid 2px #000;
}

#home .productBorder.chkProductID:hover .productBorder .frontinfo .mainshopthumb a {
    color: #000;
}
#home .productBorder.chkProductID:hover .frontinfo a {
    color: #000;
}
.verticalInner .rating img{
    width: auto;
}
.productBorder .frontinfo {
    border: 2px solid #282828;
    background: transparent;
    transition: .5s;
}
.product-descrption{
    padding: 0 15px;
}

.frontinfo a {
    transition: .5s;
}

.newsletter input[type="submit"]:hover {
    background-color: #000000;
}

.slider-wrapper .one-slide-anim .item {
    width: 100%;
}

.owl-item .item .container {
    translate: 0% -30%;
}

    #slider.sitemessage {
        margin-bottom: 0px;
    }

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

    p {
        font-size: 15px;
        text-align: inherit;
    }

    .top-nav.type2>ul>li {
        padding: 0 10px;
    }


    .row.top-left-header {
        display: none !important;
    }

    .gallery-filter,
    .gallery-filter>ul>li {
        background: transparent;
    }

    .gallery-filter>ul>li:nth-child(odd) {
        border-right: none;
    }

    #slider.sitemessage {
        margin-bottom: 0px;
    }


    .content-area.travel2 {
        padding-bottom: 0;
    }

}

@media (min-width: 980px) and (max-width: 1150px) {

    .college-slide,
    .college-slide .slide-item {
        height: inherit !important;
    }
    #head .navbar-default .navbar-nav>li{
        margin-right: 17px;
    }
}
@media all and (max-width: 1024px){
    .bannerText{
        padding: 0;
        height: 91px;
    }
    .cours-lst a.btn.btn-gold{
        font-size: 14px;
    }
    .newsletter .label{
        font-size: 15px;
    }
    .newsletter.hNewsLetter .form-group input {
        padding: 10px 25px;
    }
}
@media (min-width: 769px) and (max-width: 979px) {
    /* #head .navbar-default .navbar-nav>li>a {
        font-size: 12px !important;
    } */
    .navbar-default .navbar-header {
        width: 18%;
    }
    .navbar-brand{
        padding: 15px 0 15px 15px;
    }
    #head .navbar-default .navbar-nav>li{
        margin-right: 7px;
    }
    .newsletter .label{
        font-size: 14px;
    }
    .form-inline .form-group{
        margin-bottom: 0;
    }
    .newsletter.hNewsLetter .form-group input{
        padding: 8px 5px;
    }
    .signup input[type="text"]{
        font-size: 11px;
    }
    .newsletter input[type="submit"]{
        font-size: 16px;
    }
    .fire-btn-2{
        font-size: 15px;
    }
}

@media (min-width: 769px) {
    .navbar-default .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* flex-wrap: wrap; */
    }
}
    @media (min-width: 769px){
    .navbar-default .navbar-header {
        flex-direction: row;
        background-color: #343F4F;
    }
}

a.btn.btn-gold {
    transition: .5s ease;
}

a.btn.btn-gold:hover {
    
    background: #A60711 !important;
    box-sizing: border-box;
}

#home .home-featured-products .productBorder.chkProductID:hover .frontinfo a {
    color: #fff;
}

#home .home-featured-products .productBorder.chkProductID:hover .frontinfo {
    background-color: #282828;
    color: #fff;
}

.productBorder:hover .frontinfo .amount {
    z-index: 1;
}

.productBorder .frontinfo .amount {
    transition: .5s ease;
    border: solid 1px #3c4350;
}

#home .home-featured-products .productBorder.chkProductID:hover .frontinfo .amount {
    
    color: #3c4350 !important;
    background: #fff !important;
    border: solid 1px #3c4350;
    box-sizing: border-box;
}

.product-_-summary .btn-set .btn,
.product-_-summary .btn-set .btn,
.college-slide .slide-item .bsns-btn a,
.newsletter input[type="submit"],
.btn-gold,
.contact-form .message-sub,
#calendar_grid_view .find_more {
    transition: .4s;
}

.product-_-summary .btn-set .btn:hover,
.college-slide .slide-item .bsns-btn a:hover,
.newsletter input[type="submit"]:hover,
.btn-gold:hover,
.contact-form .message-sub:hover,
#calendar_grid_view .find_more:hover {
    /* background: #A60711 !important; */
    box-sizing: border-box;
}

.isotope-pager .pager::before {
    transition: 1s ease;
}

.dark.featured_products>ul li a,
.dark.featured_products>ul li a:not(.active):after {
    transition: .5s;
}

.dark.featured_products>ul li a:hover {
    
}

.dark.featured_products>ul li a:not(.active):after {
    background: #fff;
}

.dark.featured_products>ul li a {
    background-color: #fff;
}

#homeshop .dark>ul li a {
    width: 100%;
}

.social-share-icons li a:hover i {
    color: #fff !important;
}

/* ============================ */
.productWrapperCustomRow .col-lg-6.fire-box-1 .fire-btn,
.productWrapperCustomRow .col-lg-6.fire-box-2 .fire-btn-2 {
    width: auto;
    max-width: max-content;
}
 
.fire-btn:hover {
    background: #A60711 !important;
    box-sizing: border-box;
    color: #fff;
}
.flex-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.core-bg{
    align-items: center;
    background-image:url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/391/core-br-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
}

/* #calendar_grid_view .itemrow .ckimage img.thumb{
    height: 100%;
    object-fit: cover;
} */
/* header#head .header-top.primary .top-left-header i:hover, header#head .header-top.primary .top-left-header a:hover i, header#head .header-top.primary .top-left-header div:hover i {
    color: #A60711 !important;
}

.footer-item a:hover {
    color: #A60711;
}

.footer .social-links li a:hover i {
    color: #a60711;
} */

/* section.footer-widget a.cntct-btn:hover {
    background: #A60711;
    color: #fff !important;
} */




/*pro-shop-page css start from here */

/*pro-shop-page css end here */


/* transfers css tsart from here */
.about_bgImg h3{
    color: #19213C;
    text-align: center;
    font-family: 'archivo_blackregular';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.wsshington-content{
    width: 27%;
    margin: 0 auto;
}
.itemcontent{
    padding:0;
}
.transfer-content{
    margin:30px 0;
}
.vision h3{
    color: #19213C;
    font-family: 'archivo_blackregular';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align:start;

}
.content-vision{
    margin-bottom: 30px;
}
/* transfers css tsart from here */


/*faq page start from here*/
.asked-content {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.asked-content a {
    background-color: #EDEDED;
    padding: 15px 30px;
    display: block;
    position: relative;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.asked-content a i{
    position: absolute;
    right:30px;
} 
.asked-content a[aria-expanded="true"]  {
    background: #67E5D3;;
} 
.asked-content a[aria-expanded="true"] i {
    transform: rotate(180deg);
} 
.asked-content p{
    padding: 20px 15PX 0 15PX;
}
.content-item{
    padding: 10px 10px 0 10px;
}
.asked-item { 
    margin-bottom:40px !important;
}
/*faq page end here*/

/*===================== Women Resources Page ===================*/
.meet-sec {
    text-align: center;
}
.meet-big-img{
    padding:20px 0 30px 0;
}
.meet-sec h2 {
    text-align: center;
    margin-bottom: 30px;
}
.meet-txt-box{
    padding-bottom: 20px;
}
.meet-sec-contect{
    padding: 30pc;
}
.info-sec h4 {
    color: #19213C;
    font-family: 'archivo_blackregular';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.about-textbg{
    padding: 20px;
}
.info-sec ul li {
    color: #A60711;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}  

.info-sec ul {
    list-style: unset;
    padding-left: 25px;
} 

.strt-sec p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.strt-sec h2 {
    color: #FFF;
    text-align: center;
    font-family: 'archivo_blackregular';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.info-sec {
    margin-top: 30px;
}

.meet-sec h5 {
    color: #000;
    text-align: center;
    font-family: 'archivo_blackregular';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.meet-top p {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.meet-txt-box p {
    text-align: center;
}

.ladies-txt p, .meet-txt-box p, .wmn-bnnr p  {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.ladies-txt {
    background: #EDEDED;
    padding: 20px;
}
.meet-sec h2::before, .meet-sec h2::after {
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #19213C;
}
.strt-btn {
    margin: 30px 0;
}

/*===================== Range Page ===================*/

.safety-sec {
    background: #EDEDED;
    margin: 35px 0;
}

.safety-sec ul {
    list-style: unset;
    padding-left: 30px;
}

.rent-sec ol {
    list-style: auto;
    padding-left: 18px;
}

a.renting-link {
    color: #A60711;
}
.rntl-cali{
    background-color:#EDEDED;
    padding: 30px 0;
}
.calibers-item ul{
    padding-left:27px;
}
.rent-sec ol li {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.rent-sec ol {
    margin-bottom: 20px;
}

.rnge-btm p {
    width: 80%;
    margin: 0 auto;
}

.rental-sec p {
    margin: 0;
}

.membr-col {
    background: #EDEDED;
    padding: 24px 0;
    margin-bottom: 30px;
}

.membr-col h3 {
    color: #19213C;
    text-align: center;
    font-family: 'archivo_blackregular';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.membr-col p {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}
.mmbr-abt p {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.mmbr-abt {
    padding: 10px;
}
.mmbr-explnd p {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0;
}
.top-p {
    padding: 10px 0;
}

.membr-col span.small-txt {
    color: #000;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 17px;
}
.calibers-item{
    padding-left:20px;
}
.rntl-bttm-sec h4 {
    color: #19213C;
    font-family: 'archivo_blackregular';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.rntl-bttm-sec ul {
    list-style: disc;
}
.rntl-bttm-sec ul li {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.rntl-bttm-sec .mt-20 {
    margin-top: 20px;
}
.itemrow-all-data strong{
    font-size: 30px;
}
.main .rntl-bttm-sec .container {
    position: relative;
    margin-top: -30px;
    z-index: 99;
    background: #EDEDED;
    padding: 28px 15px;
    max-width:95%;
}

  /***========= Faq Page ======***/
.faq-news-box {
    padding-top: 0;
}

.panel-default .collapse .panel-body{
    border: 1px solid #67E5D3 !important;
    background: rgba(255, 255, 255, 0.20);
} 

.panel-default .collapse .panel-body {
    color: #FFF;
    font-family: 'Raleway';
    font-size: 16px;
    font-style: normal; 
    font-weight: 400;
    line-height: 26px;
} 

.panel-default {
 border: none;
}
 
.panel-heading {
     padding: 15px 0 0; 
}

 
@media all and (max-width:1199px){
    img{
        max-width: 100%;
    }
   
    /* #head .navbar-default .navbar-nav>li>a{
        font-size:13px;
    } */
    .bannerText h1{
        font-size: 50px;
    }
    .bannerText p{
        font-size: 27px;
    }
    .cours-lst a.btn.btn-gold{
        font-size:15px;
        padding:10px 25px;
    }
    .newsletter .label{
        font-size: 16px;
    }
    .michigan-txt h2{
        font-size: 40px;
    }
    .fire-box-1 h2{
        font-size: 34px;
        line-height: 38px;
        padding-top: 15px;
    }
    .newsletter .signup input[type="text"]{
        font-size: 12px;
    }
    .newsletter input[type="submit"]{
        font-size: 18px;
    }
    .footer-widget .footer-item img{
        width:200px;
    }
    a.cntct-btn{
        padding: 8px 18px;
    }
    .signup input[type="text"]{
        font-size: 12px;
    }
    body .footer-item h4{
        font-size: 22px;
    }
    /*transfes page media css start from here*/
    .contentHeading h2{
        font-size: 23px;
    }
    .about_bgImg h3{
        font-size: 17px;
    }
    /* .fire-btn-2{
        font-size: 10px;
        padding: 8px 12px;
    } */
    .vision p{
    font-size: 12px;
    }
    /*transfes page media css end here*/
    /*range pages media css start from here*/
    /* .flex-row{
        display: flow-root;
    } */
    /*range pages media css end here*/
    .asked-content{
        width: 100%;
        margin: 0;
    }
    .asked-content a{
        padding: 10px 13px;
    }
    .asked-content a::after{
        right: 13px;
    }

    .fire-box-1 .rntl-box, .fire-box-2 .prvt-box { 
        padding: 30px 0;
    }
   
    .slider-wrapper .one-slide-anim .item{
        height:500PX;
    }
    .fire-box-1 {
        padding-bottom: 30px;
    }
    .bannerText h1{
        font-size: 40px;
    }
    .bannerText p {
        font-size: 20px;
    }
    .text-box.about-box{
        height:auto;
    }
    .cntct-top h1{
        font-size: 33px;
    }
    .cours-lst a.btn.btn-gold {
        font-size: 12px;
        padding: 10px 18px;
    }
    .col-md-6.core-value {
        padding-top: 20px;
    }
    .col-md-6.class-img-text{
        margin-left:0;
        padding-top: 20px;
    }
    .col-md-6.class-img{
        margin-right: 0;
        padding-top: 20px;
    }
    .class-title-text{
        left: 39%;
    }
    .newsletter .label{
        font-size: 13px;
    }
    .newsletter.hNewsLetter .form-group input{
        padding: 8px  6px;
    }
    .signup input[type="text"]{
        font-size: 11px;
    }
    .cntct-top h2{
        font-size: 40px;
    }
    ul.page-numbers li span, ul.page-numbers li a, .isotope-pager .pager{
        padding: 5px 19px;
    }
    .newsletter input[type="submit"]{
        font-size: 11px;
    }
    .with-border .footer-item{
        text-align: center;
    }
    .fire-box-1 h1{
        font-size: 30px;
    }
    /* .fire-btn-2{
        font-size: 13px;
    } */
    #copyright{
        text-align: center;
    }
     /*transfes page media css start from here*/

     .wsshington-content{
        width: 70%;
     }
      /*transfes page media css end here*/
      .mb-2{
        margin-bottom: 30px;
      }

      div#social {
        padding-top: 15px;
    }

    div#footer3, div#footer4 {
        padding-top: 20px;
    }
}
@media (min-width: 768px){
    
    .bannerText{
        padding: 0;
    }
    .signup input[type="text"]{
        font-size: 10px;
    }
   
}
@media (max-width: 767px){
    .FooterNewsLetter.newsletter.innerNewsletter .container,
    .conForm button, .FooterNewsLetter input#newsletter_submit {
        width: 100%;
        min-width: 100%;
    }
    .FooterNewsLetter.newsletter .newsletter .signup input[type="text"] {
        margin: 0 !important;
        margin-bottom: 15px !important;
    }
    .footer-item.quick-links ul > li > a {
        justify-content: center !important;
    }
    .slider-wrapper .one-slide-anim .item {
        /* height: 60vh !important; */
        background-position: center center;
    }
    .cntct-top h2{
        font-size: 27px;
    }
    .head-img{
        margin-top:15px;
    }
    .fire-box-1 {
        padding-bottom: 30px;
    }
    /* .cntct-top h2:before{
        left:-13px;
    } */
    .flex-row{
       display: contents;
    }
    .cntct-top h2::after{
        right:-13px;
    }
    .fire-box-1 h1{
        font-size: 21px;
    }
    .fire-btn{
        font-size: 12px;
        padding: 8px 20px;
    }
    .banner-img{
        padding-left: 0;
    }
    .text-box.about-box img{
        height: 35px;
    }
    .about-box h3{
        font-size: 13px;
    }
    .fire-btn-2{
        font-size: 9px;
        padding: 7px 7px;
    }
    .testi-top{
        padding: 20px 10px;
    }
    .newsletter.hNewsLetter .form-group input{
        padding:8px 16px;
    }
    .newsletter .label{
        font-size: 16px !important;
        padding: 10px 0;
    }
    /*transfes page media css start from here*/
    .about-textbg h2{
        font-size: 24px;
    }
    .contentHeading h2{
        font-size: 15px;
    }
    /*transfes page media css end here*/
    .info-sec{
        padding-bottom: 30px;
    }
    .asked-content{
      margin: 0 auto;
    }
}
@media (max-width: 575px){
    .bannerText h1{
        font-size: 24px;
    }
    .bannerText p{
        font-size: 17px;
    }
    .cours-lst a.btn.btn-gold{
        font-size: 10px;
        padding: 10px 18px;
    }
    .para1 h2{
        font-size: 21px;
        padding-top:25px;
    }
    .events-section p{
        font-size: 13px;
    }
    .section-head h2{
        font-size:20px ;
    }
    .para1{
        padding-top: 0 !important;
    }
    /*transfes page media css start from here*/
    .about-textbg h2 {
        font-size: 18px;
    }
    .about-textbg p{
        font-size: 13px;
    }
    .contentHeading h2{
        font-size: 20px;
        white-space: inherit;
    }
    .contentHeading p{
        font-size: 13px;
    }
    /*transfes page media css end here*/
    .asked-content a{
        padding: 10px 10px;
    }
    .asked-content a::after{
        right: 10px;
    }
    .sectionContent{
        padding: 10px 0;
    }

    .productWrapperCustomRow .col-lg-6.fire-box-1, .productWrapperCustomRow .col-lg-6.fire-box-2{
        padding: 20px;
        margin-bottom: 20px;
    }
    .fire-img-box{
        margin-top: 20px;
    }
    .bg-blue{
        padding: 10px 0 30px 0;
    }
    .membr-col h3{
        font-size: 19px;
    }
    .membr-col p{
        font-size: 15px;
    }
    /* .course p.itemrow-all-data{
        margin-top: 20px;
        padding-left: 20px;
    } */
    .itemrow-all-data strong{
        font-size: 20px;
    }
    /* .row.fire-row-1, .fire-row-2{
        display: flow-root;
    } */
}
@media screen and (max-width:480px) {
    div#filter_sf>div:last-child {
        width: 100% !important;
    }
    h4.texas-sec{
        font-size: 25px;
    }
    .clearfix h2{
        font-size: 21px;
    }
    ul.page-numbers li a{
        padding:5px 12px;
    }
    .core-value h4{
        font-size: 33px;
    }
    .class-title-text {
        left: 17%;
    }
}

.contact-wrapper p {
    font-size: 16px;
}

/* EX-Custom CSS */
.contact-us .container.TopCMSContainer div#main-content > div#main > .col-xs-12.col-md-12.col-sm-12 {
  padding: 0;
}
/* contact page form submit button */
.contact-us .container.TopCMSContainer > div#content {
  padding-top: 0;
}
.contact-us section.top-wrapper,
.contact section.top-wrapper  {
  margin-top: 0px;
}
.contact-us #content .col-xs-12.col-sm-12.col-md-12.col-lg-12,
.contact #content .col-xs-12.col-sm-12.col-md-12.col-lg-12
{padding:0px !important;}
.contact-us .col-lg-4 .right-sidebar,.contact .col-lg-4 .right-sidebar{display:none;}
.contact-us section.top-wrapper,
.contact section.top-wrapper {
  margin-top: 0px !important;
}
.contact-us .container.TopCMSContainer div#main-content > div#main > .col-xs-12.col-md-12.col-sm-12 {
  padding: 0;
}
.address ul > li a, .address ul > li span {
  text-transform: none !important;
  line-height: 26px;
  font-weight: inherit !important;
}
/* course details & Products details */

.overview-tab li.active a, .overview-tab li a {
  text-transform: uppercase;
  font-size: 90%;
    font-weight: 700;
}
.product-_-summary span.text-danger {
  font-weight: bold;
  font-size: 14px;
  line-height: 32px;
  color: #000;
}
.product-_-summary span.stock_label_success:not(.mfp-content .product-_-summary span.stock_label_success) {
  color: #000000 !important;
  font-size: 14px;
}
.short-description p {
  line-height: 35px;
  /* color: #000 !important; */
}
.blog-search .search-input {
  border: 1px solid #e5e5e5 !important;
}
.ms-options-wrap>button {
  display: block;
  padding: 6px 10px;
  font-size: 15px;
  box-shadow: none !important;
  border-radius: 0px !important;
  border: 1px solid #fff !important;
  color: #fff;
  background: transparent !important;
}
div#sitemessage > p {
  margin-top: 0px !important;
}
#filtered_products .frontinfo .mainshopthumb {
  padding-top: 0;
  margin-top: -2px;
  /* white-space: nowrap; */
    width: 96%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.contact-us .ktholder .form.widelabel {
  margin-bottom: 0;
}
.contact-us section.top-wrapper, .contact section.top-wrapper {
  margin-bottom: 0;
}
button.btn.btn-warning.btn-add-cart .fa-shopping-cart {padding-top: 0;}
input#optionSameAsShipping {
  left: auto !important;
}
input#optionNewBilling {
  left: 0 !important;
  min-width: auto !important;
}
input#ccnumfield {
  min-width: 100%;
  width: 100%;
}
.secHeader .blog-search .search-input {
  text-indent: 15px !important;
}
.widgetProduct span {
  font-size: 18px;
  font-weight: 300;
}
.overview-tab {
  margin-bottom: 15px;
}
section.product-wrapper.home-featured-products {
  margin-bottom: 0;
}
.widgetProduct .media-heading {
  margin-bottom: 15px;
}
.priceRange .ui-slider-handle {
  width: 15px !important;
  height: 15px !important;
  display: inline-block;
}
.productDetailsPage section.top-wrapper > .container > .row.content-grid {
  padding: 0px !important;
  margin: 0px 0 !important;
  min-width: 100%;
}
.productDetailsPage .product-_-summary {
  padding: 0;
}
.productDetailsPage .content-area.travel2 {
  margin-top: 0;
}

.travel-wrapper.parallax {
  margin-top: 0;
}
p.frmTitle {
  margin: 0;
}
.courses .col-xs-12.col-md-8.col-lg-8.CmsLeft,
.trips .col-xs-12.col-md-8.col-lg-8.CmsLeft {
  min-width: 100%;
}
.courses .col-xs-12.col-md-4.col-lg-4.CmsRight,
.trips .col-xs-12.col-md-4.col-lg-4.CmsRight {
  display: none;
}
.courses .container.TopCMSContainer,
.trips .container.TopCMSContainer {
  padding: 0;
}
#filtered_products .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
  left: 12px!important;
}
.contact-us #main-content .address ul li {
  display: flex;
  align-items: baseline;
}
p.conInfoText {
margin-bottom: 15px;
}
.address ul > li a {
line-height: 26px;
}
footer.footer .newsletter .label {
  display: none;
}
footer.footer .newsletter {
  margin-top: 0;
  padding-top: 0;
}
section.courses.travel-wrapper.HmCourses {
  padding-bottom: 20px;
}
div#odysseabyfletcher section.top-wrapper {
  margin-top: 0;
}
section.top-wrapper.product-page {
  clear: both;
  margin-top: 0;
}
.eQContent .itemrow p.itemrow-all-data {
  margin-bottom: 0 !important;
  min-height: 120px;
}
.eQContent .itemrow .btmbtn {
  background: #303030;
  min-width: 100%;
  padding: 0 15px 15px;
}
.row.eQH {
  margin-top: 20px;
}
.product-_-overview {
  margin: 40px 0;
}
.social-share-icons li a {
  font-weight: 400;
}
.row.con-customer-info .radio > label input#flat_rate {
  left: 6px;
}
input#ccnumfield {
  min-width: 100%;
  max-width: 100%;
}
.about-us section.top-wrapper, .courseDetailsPage section.top-wrapper,
.productDetailsPage section.top-wrapper{
  margin-top: 0;
}
.contact-us .address ul li {
  font-size: 14px !important;
}
.eQContent .itemrow p.itemrow-all-data > strong {
  display: block;
}
.eQContent .btmbtn .find_more {
  margin-top: 0 !important;
}
.verticalInner h4:hover {
  color: #000 !important;
}
.productSorting li a, .productLimiter li a {
  color: #fff !important;
}
.proDetails .panel-default>.panel-heading h2,.proDetails .panel-default>.panel-heading h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #000;
  font-family: 'archivo_blackregular';
}
.ms-options-wrap > .ms-options > ul li.selected label, .ms-options-wrap > .ms-options > ul label:hover {
  background-color: #fff;
}
.productBorder .productMetas {
list-style: none !important;
}
.conForm .content-bottom > .form {
margin-bottom: 0;
}
.contact-us .cmsInnerContent > section#contact > .map {
padding-bottom: 12px;
}
.contact-us .conForm .custom_form_fl {
margin-bottom: 4px;
padding: 0 0 0 25px;
    background: #EDEDED;
    border: 0;
}
/* .contact-us .conForm .form.widelabel > form > .formrow {
padding-right: 25px;
} */
.contact-us .conForm {
margin-top: 4px;
}
.contact-us .item_right .address {
margin-top: 15px;
}
.contact-us .address .fa {
padding-top: 10px;
}
.footer .copyright {
color: #fff;
}
.footer-item.quick-links ul > li > a {
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row;
}
.footer-item.quick-links ul > li > a > i.fa {
margin-right: 4px;
}
.footer-item.quick-links ul {
padding-top: 4px !important;
}
.proDetails .panel .panel-body .social-share-icons ul {
margin-top: 0;
}
#filtered_products .banner-container.sale .ribbon {
left: 0;
}
.price-slider-amount a.btn.btn-ash-border.pull-right {
position: relative;
top: 6px;
}
.price-slider-amount input[type="text"] {
position: relative;
bottom: 0;
left: 0;
}
.price-slider-amount label {
text-align: left;
position: relative;
left: 0;
color: #000;
}
aside.widget .productBlock h3.widget-title { 
margin-bottom: 8px !important;
}
.productBlock .widgetProduct {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: 0px;
background-color: #fff;
/* border: 1px solid #ddd !important; */
}
.productBorder.chkProductID > div:first-child {
display: block;
}
div#filtered_products > div {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
/* table.table.table-cart a{
  color: #fff !important;
} */
.login_form a, table.table.table-cart a {
  color: #000 !important;
}
.product-box.list {
  margin-bottom: 15px;
}
.row.con-customer-info .radio > label input#flat_rate {
  margin-right: 10px;
}
input#ccnumfield {
  min-width: 100%;
  padding: 0 8px;
}
.courses section.top-wrapper, .courses .row.eQH {
  margin-top: 0;
}
.about-us .itemrow .clearfix {
  display: none;
}
.HmCourses .owl-next, .HmCourses .owl-prev {
  position: relative;
  top: -6px;
}
.product-_-summary .product-_-summary h2 {
  margin-bottom: 6px;
}
.text-left.cmsInnerContent > section#contact > .map + .container > .row > p {
  margin-top: 0;
}
.staff-view h2.subhead {
  font-size: 24px;
}
.product-page #storecat h2 {
  margin-bottom: 0px !important;
}
.container.ContactInfo {
  padding: 0 15px !important;
}
.conForm button, .FooterNewsLetter input#newsletter_submit{
    color: #67E5D3;
    font-family: 'Raleway Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 34px;
    gap: 8px;
    border-radius: 6px;
    border: 1px solid #67E5D3;
    background: #000;
  max-width: 200px;
  -webkit-transition: all .5s ease-in 0s;
  -ms-transition: all .5s ease-in 0s;
  -o-transition: all .5s ease-in 0s;
  transition: all .5s ease-in 0s;
}
.conForm button:hover, .FooterNewsLetter input#newsletter_submit:hover {
    border: 1px solid #67E5D3;
    background: #67E5D3;
    color: #000;
}
.product-_-summary span:not(.mfp-content .product-_-summary span), .product-_-summary p:not(.mfp-content .product-_-summary p),
.product-rating, .short-description, .cart-option, .product-quantities,
.review-from-box .review-form .input-field label,
span.current-price:not(.mfp-content span.current-price),
table.table.table-cart *,
.row.con-customer-info .radio label, .checkbox label,
.breadcrumb>li+li:before, div#card_pay label {
  color: #fff !important;
}
.login_form button {
color: #fff !important;
background-color: #f0ad4e !important;
}
input#optionSameAsShipping {
min-width: auto !important;
top: 3px;
}
input#ccnumfield {
width: 100% !important;
min-width: 100% !important;
}
.priceRange .ui-slider-handle {
background-color: #000 !important;
}
.social-share-icons li a, .product-_-overview .tab-pane {
color: #000;
}
div#storecat h2 a {
font-family: inherit;
font-size: 30px;
}
.top-nav.dropdown li {
color: #fff;
}
ul.submenu li, ul.submenu li a {
color: #fff !important;
}
.text-left.cmsInnerContent > section#contact > .map + .container {
width: 100%;
}
.newsletter.hNewsLetter .signup input[type="text"] {
height: auto !important;
padding: 10px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
}
.hNewsLetter .signup>input {
margin-bottom: 0;
}
#filtered_products .productBorder:hover .frontinfo .mainshopthumb a {
opacity: .1;
}
.newsletter.hNewsLetter .signup input[type="text"] {
height: auto !important;
padding: 10px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
}
.hNewsLetter .signup>input {
margin-bottom: 0;
}
div#storecat h2 a {
/* color: #030303!important; */
font-size: 36px;
font-weight: 700;
}
.products .container-inner {
padding: 0 15px;
}
.row.con-customer-info .panel-heading > h3 {
color: #000;
}
aside.sidebar .productBlock h3 {
padding: 12px 15px;
margin: 0 !important;
}
div#filtered_products > br + h3.text-center {
color: #fff;
}
.productBlock.border > .widgetProduct:first-of-type {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.productBlock.border > .widgetProduct:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.dark a {
color: #fff;
}
.panel, .panel-footer {
background-color: transparent;
}
.social-share-icons a {
color: #fff !important;
}
.mfp-content .top-wrapper > .container {
background-color: #000 !important;
}
.mfp-content .panel-heading h2 {
color: #fff !important;
}
table.table.table-cart input {
color: #000 !important;
}
.sku_wrapper {
color: #000 !important;
}
.product_meta b:not(.mfp-content .product_meta b) {
color: #000 !important;
}
.courses .container.TopCMSContainer div#content {
margin-top: 0 !important;
}
div#storecat h2 a {
    color: #67E5D3 !important;
    text-align: center;
    font-family: 'Raleway Bold';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -1px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
.contact-us .cmsInnerContent > section#contact > .map {
padding-bottom: 0;
margin-bottom: 0;
}

.row.eQH > div:nth-child(2), .row.eQH > div.clearfix + div {
text-align: center;
}
.row.eQH .subhead {
font-weight: 700;
font-size: 30px;
}
.mfp-content span.qty-control,
.product-page #filtered_products > br + h3.text-center {
color: #fff !important;
}
.courses .content-grid,
.courses .col-xs-12.col-md-8.col-lg-8.CmsLeft{
margin: 0 !important;
padding: 0;
}
.content-bottom .subhead {
display: block;
}
.content-bottom .subhead::before {
display: none;
}
.header-top .social-links li {
margin-right: 8px !important;
}
#social li {
border-bottom: 0px solid #5c5c5c !important;
}
#footer2 .contact-info li {
padding: 10px 0px !important;
}
.no-records-found {
display: block !important;
min-width: 100%;
}
#filtered_products .frontinfo {
height: auto !important;
}
div#footer3 i.fa, div#footer2 i.fa {
display: none;
}
.cartWidgetInner .buttons {
display: flex;
}
.cart .content-area.travel2, .checkout .content-area.travel2 {
padding: 10px 15px !important;
}
.price-slider-amount a.btn.btn-ash-border.pull-right,
a.btn.btn-ash-border.pull-right {
position: relative;
right: 15px;
}
.cart .content-area.travel2, .checkout .content-area.travel2 {
padding: 10px 15px !important;
}
section.product-wrapper.home-featured-products {
margin-top: 0;
}
div#below-main-boxes > div {
padding: 0 4px;
}
.sidebar .widget-title, .productBlock h3 {
color: #000;
}
.courses .eQContent .itemrow p.itemrow-all-data {
min-height: 120px;
}
.courses .eQContent .itemrow .btmbtn {
background: #303030;
}
.icon-img img {
  min-width: 100px;
}
.footer-widget .container .row {
  padding-bottom: 0;
}
.quick-contact {
  color: #fff;
  line-height: normal;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Montserrat Regular';
  display: flex;
  align-items: center;
}
.nws-img h3 a {
  color: #fff;
}
#homecaro2 .owl-controls span.fa {
  background: #19213C !important;
  padding: 8px 20px !important;
  color: #fff;
  font-size: 20px !important;
  font-weight: 600;
}
.nws-item.single_slider_item {
  padding: 0 0px;
  margin-top: 12px;
}
.about-us #slider.sitemessage, .women #slider.sitemessage, .transfers #slider.sitemessage,
.training #slider.sitemessage, .range #slider.sitemessage, .pro-shop #slider.sitemessage {
  display: none !important;
}
.col-xs-12.col-md-12.col-lg-12.CmsRight {
  display: none;
}
.desktop-v-product-cat ul.product-categories > li > b, .productSorting .widget-title,
.product-categories li a{
  color: #fff !important;
}
.productBlock.whiteBg {
  background-color: transparent !important;
}
.ms-options-wrap>button:focus{
  color: #fff !important;
  padding: 6px 10px;
  font-size: 15px;
}
.newsletter.hNewsLetter input[type="submit"]{
    font-weight: bold;
    border: 1px solid #fff !important;
    font-size: 22px !important;
    font-family: 'Montserrat Bold';
    text-transform: uppercase !important;
    padding: 8px 16px;
}
section.top-wrapper {
  margin-top: 0;
}
div#calendar_list_view .row .subhead {
    color: #FFF;
    text-align: center;
    font-family: 'Raleway Bold';
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: uppercase;
}
/* div#calendar_list_view .row .subhead::after, div#calendar_list_view .row .subhead::before {
  background-color: #19213C !important;
}
div#calendar_list_view .row .subhead::after, div#calendar_list_view .row .subhead::before {
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #fff;
} */
div#calendar_list_view .row .subhead::before {
  margin-right: 20px;
}
div#calendar_list_view .row .subhead::after {
  margin-left: 20px;
}
div#calendar_list_view .itemrow {
  clear: both;
  overflow: hidden;
  display: flex;
}
div#calendar_list_view .itemrow > .ckimage {
  margin-bottom: 30px;
  /* max-height: 226px; */
  min-width: 33.33333333%;
}
div#calendar_list_view .itemrow > .col-lg-9.col-md-9.col-sm-9.col-xs-9 {
  width: 66.66666667%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div#calendar_list_view .itemrow > .col-lg-9.col-md-9.col-sm-9.col-xs-9 strong {
    display: block;
    color: #FFF;
    font-family: 'Raleway Bold';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
#calendar_list_view .find_more {
    color: #67E5D3;
    font-family: 'Raleway Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 34px;
    gap: 8px;
    border-radius: 6px;
    border: 1px solid #67E5D3;
    background: #000;
}
#calendar_list_view .itemrow .col-lg-9 p span {
    display: block;
    margin: 10px 0;
    color: #FFF;
    font-family: 'Raleway';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 10px 0;
}
#calendar_list_view .find_more:hover {
    border: 1px solid #67E5D3;
    background: #67E5D3;
    color: #000;
}
.footer-widget .col-md-12.page-content.upcoming_events strong span {
  color: #19213C;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'archivo_blackregular';
}
.footer-widget .upcoming_events .no-records-found {
  margin-bottom: 15px;
  margin-top: 35px;
  text-align: left;
}
.footer-widget .col-md-12.page-content.upcoming_events.noPadding hr {
  display: none;
}
.footer-widget .text-left.cmsInnerContent {
  margin-bottom: 0;
}
.productBlock.border {
    border: 0 !important;
}
.ms-options-wrap > .ms-options .ms-selectall,
.ms-options-wrap>button, .productLimiter label {
    color: #fff !important;
}
#calendar_list_view .row {
    display: flex;
    flex-direction: column;
}
div#calendar_list_view > div.col-md-12 {
    display: none;
}
.navbar-header {
    background-color: #343F4F;
}
.owl-item .item .container {
    position: relative;
    z-index: 99999;
}
/* MQ */

@media (max-width:375px) {
  .leftInfo > .row {
    margin-bottom: 10px;
  }
  .cart .col-md-12.con-cart div#abovetext {
    padding: 0 15px !important;
  }
  .home-featured-products .pager {
      margin: 4px 0 !important;
      margin-right: 4px !important;
      padding: 1px 4px !important;
  }
  .mfp-content .panel-heading h2 {
    font-size: 20px;
}
}
@media (min-width:360px) and (max-width:480px) {
  .leftInfo > .row {
    display: flex;
    margin-bottom: 10px;
  }
  .col-xs-12.col-md-3.pull-left.quick-contact.phone {
      display: flex;
      justify-content: start;
      padding-right: 25px;
  }
}
@media (max-width:480px) {
  .para1 p {
    font-size: 28px !important;
}
  .right-sidebar .sidebar .newsletter .signup {
    margin-top: 50px !important;
}
  #below-main-boxes>div {
    padding-top: 0;
}
  #below-main-boxes {
    margin-top: 0;
}
  .popularCategories div#below1, .popularCategories div#below2,
  .popularCategories div#below3 {
    margin-bottom: 15px;
    padding: 0;
}
  .product-_-summary .btn-set .btn {
    font-size: 13px;
}
  .HmCourses .owl-next, .HmCourses .owl-prev {
    top: -25px;
}
  .checkout .panel-default>.panel-heading .radio {
    margin-left: 15px;
}
  .container.spacer {
    padding: 0 15px !important;
}
  .spacer {
    padding-top: 15px;
    padding-bottom: 15px;
}
.container.spacer > div#abovetext {
  padding: 0;
}
.container.spacer .welcome.text-center {
min-width: 100%;
}
.container.spacer + div.container, .plain > .container, .HmCourses > .container {
padding: 0 15px !important;
min-width: 100%;
}
section.courses.travel-wrapper.HmCourses {
padding-bottom: 0;
}
section.product-wrapper.home-featured-products {
padding-bottom: 15px;
}
.plain {
margin-bottom: 30px;
padding-bottom: 0;
}
.container.spacer + div.container div#below-main-boxes {
padding: 0 !important;
}
.para1 {
margin-top: 30px !important;
margin-bottom: 30px !important;
}
  .slide-overlay .slide-item {
    padding: 0 !important;
}
  .row.con-customer-info ol.breadcrumb {
      margin-bottom: 0;
  }
  .row.con-customer-info .panel-heading > h3 {
      margin-top: 0;
  }
  .checkout .panel-default>.panel-heading, .checkout .panel-default {
      padding: 0;
  }
  div#homeshop {
      padding: 0;
  }
  /* .col-lg-8.col-md-8.col-sm-8.col-xs-12.leftInfo {
      padding: 0;
  } */
  .shop-bc.bc_type {
    margin-top: 0;
}
  .checkout .row.con-customer-info div#abovetext, a#shipping_ahref {
    padding-right: 15px;
}
.checkout .panel-default>.panel-heading, .checkout .panel-default {
    padding: 15px;
}
  .con-cart > table.table.table-cart > tbody > tr > td:first-child {
    display: table-cell !important;
  }
  .proDetails .panel-default>.panel-heading h2,.proDetails .panel-default>.panel-heading h1 {
    font-size: 30px;
}
  .eQContent .itemrow  p.itemrow-all-data, .eQContent .itemrow .btmbtn {
    margin: 8px 15px !;
}
  div#odysseabyfletcher {
    padding-top: 20px;
}
  section.product-wrapper.home-featured-products {
    margin-top: 0;
}
  section.product-wrapper.home-featured-products {
    padding-top: 0;
}
  .navbar-header {
      min-width: 100%;
      margin: auto !important;
  }
div#sitemessage {
  padding: 0 15px;
}
.row.con-customer-info ol.breadcrumb {
  display: flex;
  flex-direction: column;
}
.breadcrumb>li {
  font-size: 15px !important;
  min-width: 100%;
}
.bc_type .breadcrumb > li + li:before {
  color: #fff !important;
}
.checkout .panel-default>.panel-heading, .checkout .panel-default,
.panel-body.panel-sub-total {
  padding: 8px 0;
}
.panel.panel-default.costSummary .panel-footer {
  padding: 0;
}
.checkout .panel-default>.panel-heading, .checkout .panel-default {
  margin-bottom: 0;
}
}
@media (max-width:640px) { 
.productBlock.whiteBg {
  margin: 0 !important;
}
.right-sidebar {
  margin-top: 0 !important;
  }
}
@media (min-width:481px) and (max-width:767px) {
  .right-sidebar .sidebar .newsletter .signup {
    margin-top: 30px !important;
}
  .cart .wrap.pull-right {
    display: flex;
    justify-content: flex-end;
    padding: 0 15px !important;
}
.cart .wrap.pull-right button {
  margin-right: 6px;
}
  .col-xs-12.col-md-4.pull-left.quick-contact {
      max-width: 50%;
  }
  .col-xs-12.col-md-3.pull-left.quick-contact.phone {
      max-width: 50%;
      display: flex;
      align-items: center;
      justify-content: end;
  }
  #slider.sitemessage p {
      top: 0;
  }
  .proDetails .panel-default>.panel-heading h2,.proDetails .panel-default>.panel-heading h1 {
    font-size: 30px;
}
  div#odysseabyfletcher {
    padding-top: 20px;
}
  section.product-wrapper.home-featured-products {
    margin-top: 0;
}
.leftInfo > .row > div {
  max-width: 50%;
}
}
@media (min-width:641px) and (max-width:768px) {
  .container.conFormDetails {
    padding: 0px 30px !important;
}
  button.navbar-toggle {
      max-width: 50px;
      min-width: 44px;
  }
  .proDetails .panel-default>.panel-heading h2,.proDetails .panel-default>.panel-heading h1 {
    font-size: 36px;
}
  .footer-widget>.container>.row > div {
      margin-bottom: 15px;
  }
  .newsletter.hNewsLetter .newsletter {
    flex-direction: column;
  }
  .newsletter .label {
    font-size: 140%;
  }
}
@media (min-width:641px) and (max-width:767px) {
  .footer-widget>.container>.row > div {
      max-width: 50% !important;
  }
  .footer-widget>.container>.row {
      display: flex !important;
      flex-wrap: wrap !important;
  }
  .about-img {
    max-width: 50% !important;
}
}
@media (max-width:767px) {
  .social-links {
    text-align: center;
}
  .abt-txt {
    padding: 0 15px;
}
  .mfp-close {
    width: 36px;
    height: 36px;
    top: -36px !important;
}
  .courses #main-content {
    margin: 0 !important;
  }
  .newsletter .label {
    line-height: 30px !important;
    font-size: 17px !important;
}
  .ckimage {
    max-height: initial !important;
}
  .HmCourses .section-head p {
    text-align: center;
}
.HmCourses span.fa.fa-chevron-right , .HmCourses span.fa.fa-chevron-left{
  position: relative;
  top: -6px;
}
  .newsletter.hNewsLetter .newsletter .signup {
    padding: 0 15px;
}
  .gallery-filter.dark li a, .filter-cat li a{
    color: #000 !important; 
  }
  .product-page #filtered_products,
  div#filtered_products > div {
    padding: 0;
}
  .cart .col-md-12.con-cart {
      padding: 0;
  }
  .gallery-filter.dark.featured_products {
    padding-left: 15px;
    padding-right: 15px;
  }
  .newsletter.hNewsLetter .label {
      line-height: 36px !important;
      margin-bottom: 0px !important;
      font-size: 22px !important;
  }
  .newsletter.hNewsLetter {
      margin: 0;
      padding-top: 8px;
  }
  .newsletter.hNewsLetter > div {
      min-width: 100%;
  }
  #calendar_grid_view .itemrow {
    margin: auto;
  }
  .eQH > .eQContent {
    min-width: 100% !important;
    max-width: 100% !important;
}
  .courses .container.TopCMSContainer {
    padding: 0 15px !important;
}
  span#fb_view_all {
    padding-right: 15px;
  }
  aside.widget {
    padding: 10px;
}
.product-page #storecat {
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}
.col-xs-12.col-sm-4.col-md-3.products-product-categories {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
}
@media (max-width:768px) {
  .navbar-default .navbar-collapse.collapse {
    padding-left: 0 !important;
  }
ul.nav.navbar-nav>li>a {
    padding-left: 15px !important;
}
  
  button.mobile-select-option > span:first-child:after {
    content: "Product Type";
}
  .product-cat-widget-select .mobile-select-option {
    border: 1px solid #ddd !important;
    background: #494948 !important;
}
  /* ul.nav.navbar-nav.navbarRight.sm-collapsible {
    background: #5f6367;
 } */
  /* .navbar-header .navbar-brand>img {
    max-width: 100px;
  } */
  div#storecat h2 a {
    /* margin-bottom: 20px; */
    display: inline-block;
    /* margin-top: 15px; */
  }
  .courses section.top-wrapper, .courses .row.eQH {
    margin-top: 20px;
}
  .courseDetailsPage section.top-wrapper, .productDetailsPage section.top-wrapper {
    margin-top: 20px;
}
  .row.eQH {
    margin-top: 25px;
}
  .plain {
      margin-bottom: 50px;
  }
  section.courses.travel-wrapper.HmCourses {
      margin-bottom: 20px;
  }
  /* .navbar-default .container {
      padding: 0 0px !important;
  }
  .navbar-default .container{
      display:block !important;
  } */
  .right-sidebar .newsletter {
      display: flex;
  }
  .cart .wrap.pull-right {
    padding: 0 15px !important;
    clear: both;
    min-width: 100% !important;
    margin: auto !important;
}
  .courses .container.TopCMSContainer {
    min-width: 100%;
}
  .cmsInnerContent > section#contact > .container {
    min-width: 100%;
    padding: 0 15px;
}
  .collapsing {padding: 0 !important;margin: 0 !important;}
  .navbar-collapse {
    padding: inherit !important;
}
  ul.nav {
    min-width: 100%;
    margin: auto !important;
}
  ul.nav.navbar-nav>li>a {
    min-width: 100%;
    padding-left: 30px !important;
}
  .navbar-collapse {
    padding: 0 !important;
    min-width: 100% !important;
}
  .footer-widget {
      padding-top: 25px !important;
      padding-bottom: 25px !important;
  }
  .footer-widget .container {
      padding-top: 0;
      padding-bottom: 0;
  }
  #contact .address {
    margin-bottom: 0;
}
  input#coupon_code {
    margin: 10px 0;
  }
  .panel.panel-default.costSummary p {
      text-align: inherit;
  }
  p#amountPayable_ship {
      text-align: right !important;
  }
  .right-sidebar .newsletter {
      margin-bottom: 15px;
  }
  .all-products .productDisplayType .row .col-xs-12.col-sm-4.col-md-3 {
      padding: 0 15px !important;
  }
  #filter_sf .col-xs-12.col-sm-8.col-md-8 {
      padding: 0px 15px;
  }
  .productBlock.whiteBg {
      margin: 15px !important;
  }
  .contact-us .conForm {
    margin-bottom: 15px;
  }
  .navbar-collapse.collapsing{
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    }
    .product-page #storecat {
      margin-bottom: 0 !important;
  }
  .row.con-customer-info input, .row.con-customer-info select {
    min-width: auto !important;
}
.row.con-customer-info .radio > label {
  min-width: 100%;
  max-width: inherit;
}
.navbar-default .navbar-brand {
  padding: 12px 15px !important;
}
div#calendar_list_view .itemrow {
  flex-direction: column;
}
div#calendar_list_view .itemrow > div {
  min-width: 100% !important;
  max-height: initial !important;
}
div#calendar_list_view .row .subhead {
  font-size: 22px;
}
.navbar-header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 0 !important;
}
}
@media (min-width:769px) and (max-width:991px) {
  .quick-contact.phone {
    justify-content: end;
    padding-right: 15px !important;
}
  .text-left.cmsInnerContent > section#contact > .map + .container {
    padding: 0 30px;
}
  .quick-contact > p {
    display: flex;
    font-size: 13px;
   }
   /* .top-nav.type2 > ul > li > a {
      font-size: 13px;
  } */
  .row.popularCategories {
    display: flex;
    flex-wrap: wrap;
  }
  nav.top-nav.dropdown.type2 {
      margin-top: 0 !important;
  }
  /* .col-lg-8.col-md-8.col-sm-8.col-xs-12.leftInfo {
      padding-left: 0;
  } */
  .col-xs-12.col-md-4.pull-left.quick-contact {
      width: 260px;
      display: flex;
  }
  .col-xs-12.col-md-3.pull-left.quick-contact.phone {
      width: 38%;
      padding-right: 0;
      padding-left: 6px;
  }
  section.footer-widget > div > div.row.with-border {
      display: flex;
      flex-wrap: wrap;
  }
  .eQH > .eQContent {
    min-width: 50% !important;
    max-width: 50% !important;
}
}
@media (min-width:769px) and (max-width:1199px) {
  .product-quantities .btn-set {
    flex-wrap: wrap;
  }
  div#storecat h2 a {
    /* margin-bottom: 40px; */
    display: inline-block;
    margin-top: 15px;
}
  .top-nav.dropdown.type2 > ul.text-right {
    display: flex;
    align-items: baseline;
    min-width: 330px;
    /* justify-content: flex-end; */
}
}
@media (min-width:992px) and (max-width:1024px) {
  .navbar-brand>img {
    max-width: 200px !important;
    padding-left: 15px
}
#head .navbar-default .navbar-nav>li>a {
  font-size: 15px;
}
  .sidebar .newsletter .signup {
    padding-top: 36px;
  }

  .eQH > .eQContent {
    min-width: 33.33333333% !important;
    max-width: 33.33333333% !important;
}
}
@media (min-width:992px) and (max-width:1280px) { 
  .col-xs-12.col-sm-4.col-md-3.products-product-categories {
    min-width: 50% !important;
    max-width: 50% !important;
}
  .top-nav.dropdown.type2 {
    padding-top: 15px;
}
.col-xs-12.col-sm-8.col-md-9.all-products {
  min-width: 100%;
}
  .cartWidgetInner .buttons a:not(.top-nav.dropdown.type2 .buttons a) {
    min-width: 100%;
}
}
@media (min-width:769px) and (max-width:1024px) {
  .container.conFormDetails {
    padding: 0px 30px !important;
}
  /* .navbar-default .container {
    width: auto;
} */
  .footer-widget {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.courses .container.TopCMSContainer {
  min-width: 100%;
}
.footer-widget .container {
  min-width: 100%;
}
section.footer-widget > div > div.row.with-border > div {
  min-width: 25%;
  max-width: 50%;
}
.with-border .footer-item {
  text-align: left;
  margin-bottom: 15px;
 }
}
@media (min-width:769px) and (max-width:991px) {
  .navbar-default .contain {
    flex-direction: column;
}
  .header-top.primary .container {
    min-width: 92%;
  }
  .top-nav.dropdown.type2::before {
    content: '';
    height: 53px;
    top: -12px;
}
/* .navbar-default .container {
  display: flex;
  align-items: center;
} */
  .conForm button {
    max-width: 194px;
}
.product-_-summary h2, .proDetails .panel-default>.panel-heading h2,.proDetails .panel-default>.panel-heading h1 {
  font-size: 32px;
}
  .contact-us .conForm {
      margin-bottom: 15px;
    }
}
@media (max-width:991px) {
  .contact-us .cmsInnerContent > section#contact {
    margin-bottom: 0;
  }
}
@media (min-width:1025px) and (max-width:1280px) {
  .sidebar .newsletter .signup {
    padding-top: 36px;
}
  .contact-us .cmsInnerContent > section#contact {
    margin-bottom: 0;
  }
}
@media (min-width:991px) {
  .text-left.cmsInnerContent > section#contact > .map + .container > .row{
    padding: 0 30px; 
  }
}
@media (min-width:992px) and (max-width:1150px) {
  .top-nav.type2 > ul > li > a {
    font-size: 14px;
  }
}
@media (min-width:1200px) {
  .about-us .top-wrapper > .container.TopCMSContainer {
    padding: 0px 45px;
  }
.eQH > .eQContent {
  width: 25%;
  max-width: 25%;
}
.col-xs-12.col-sm-4.col-md-3.products-product-categories, .product-category-page .col-md-3 {
width: 20% !important;
}
div#storecat h2 a {
  display: inline-block;
  margin-top: 15px;
}
/* .TopCMSContainer {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
} */
.courses .TopCMSContainer {
    max-width: 900px;
    margin-left: auto;
  margin-right: auto;
}
}
@media (min-width:767px) and (max-width:991px) {
  .container.conInfos {
    padding: 0 30px !important;
 }
}
         div#searchModal .modal-body {
          padding-top: 30px;
      }
      div#searchModal button.close {
          position: relative;
          top: -70px;
      }
        #head .navbar-default .navbar-nav>li>a.btn.btn-transparent {
            border: none;
        }