/*
Theme Name: Cloud Custom Child Theme
Theme URI: http://cloudinnovatesolutions.com
Description: CLOUD's custom child theme.
Version: 3.3
Author: CloudDesign
Author URI: http://www.cloudinnovatesolutions.com/
License: Copyright 2020
License URI: http://www.cloudinnovatesolutions.com
Tags: bootstrap, custom, fontawesome, cycle2, bootsrtap walker class
Template: parent
*/

/* Place custom css for yout theme here */

/* ==========================================
   CATEGORY TABS STYLES
   ========================================== */
.category-tabs-container {
    margin: 60px 0;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.category-tabs-nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
}

.category-tabs-nav li {
    padding: 20px 40px;
    cursor: pointer;
    font-weight: 700;
    color: #666;
    border-right: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
    font-family: 'Gotham', sans-serif;
}

.category-tabs-nav li:last-child {
    border-right: none;
}

.category-tabs-nav li.active {
    background: #fff;
    color: #8fa34d;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.category-tabs-nav li.active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #8fa34d;
}

.category-tabs-nav li:hover:not(.active) {
    background: #f0f1f2;
    color: #333;
}

.category-tabs-content {
    padding: 45px;
    min-height: 250px;
    line-height: 1.8;
    color: #444;
}

.category-tabs-content h2, .category-tabs-content h3 {
    color: #1a1a1a;
    margin-top: 0;
}

.category-tab-panel {
    display: none;
}

.category-tab-panel.active {
    display: block;
    animation: ccfFadeIn 0.6s ease forwards;
}

@keyframes ccfFadeIn {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Description Toggle inside Tab */
.term-description-toggle {
    margin-top: 30px;
    background: #fff;
    border: 2px solid #8fa34d;
    color: #8fa34d;
    padding: 12px 30px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 700;
    transition: all 0.3s ease;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
}

.term-description-toggle:hover {
    background: #8fa34d;
    color: #fff;
    box-shadow: 0 5px 15px rgba(143, 163, 77, 0.4);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .category-tabs-nav {
        flex-direction: column;
    }
    .category-tabs-nav li {
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        text-align: center;
        padding: 18px;
    }
    .category-tabs-content {
        padding: 30px 20px;
    }
}

@font-face {
font-display:swap;
    font-family: 'Gotham';
    src: url('/wp-content/themes/child/fonts/Gotham-Book.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
font-display:swap;
    font-family: 'Gotham';
    src: url('/wp-content/themes/child/fonts/Gotham-Medium.woff2') format('woff2'),
        url('/wp-content/themes/child/fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
font-display:swap;
    font-family: 'Gotham';
    src: url('/wp-content/themes/child/fonts/Gotham-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
font-display:swap;
    font-family: 'Gotham';
    src: url('/wp-content/themes/child/fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
body {
	font-family: 'Gotham' !important;
	font-weight: 300 !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Gotham' !important;
}
a, a:hover {
	text-decoration: none;
}
input:focus, button:focus, a:focus {
	outline: none !important;
}
option {
    font-weight: 300;
}
h2.title, h1.entry-title, h1.page-title, .related.products > h2 {
	font-size: min(max(24px, 3vw), 69px);
    padding-top: 0!important;
    position: relative;
	color: #000000;
    width: 100%;
    font-weight: 700!important;
	margin:0px 0 50px;
	text-align: center;
	text-transform: uppercase;
}
h2.title::after, h1.entry-title::after, h1.page-title::after, .related.products > h2::after, .bar-id-109912 h5::after {
	content: "";
    background: url('/wp-content/themes/child/images/Shape.png') no-repeat bottom center / contain;
    height: 30px;
	width: 100%;
    left: 0;
    bottom: -10px;
	margin: 2px 0;
    display: block;
}


/** ends **/
h1.entry-title, h1.page-title {
	font-size: 30px;
}
h1.entry-title::after, h1.page-title::after {
	height: 12px;
}
#header .container {
    padding-top: 10px;
    padding-bottom: 10px;
}
span.dropdown-toggle.caret {
    display: none;
}
.dropdown > a::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    margin-left: 5px;
    color: #c1001f;
}
.promo {
	background: #c1001f;
	position: sticky;
  position: -webkit-sticky;
  top: 0; /* required */
	width:100%;
	z-index: 99999;
}
.promo p {
    text-align: center;
    color: #fff;
    padding: 10px;
	margin:0;
}
.headerTop h2, .call-to-action-footer h2 {
    display: none;
}
.headerTop {
	background-color: #516a00; 
    color: #fff;
    font-weight: 700;
	line-height: 30px;
}
.headerTop > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-toggle {
    display: block;
}
.htLeft img {
    max-width: 90px;
	margin: 0 4px;
}
.htLeft .popup-btn {
    padding: 6px 5px;
    margin: 0;
    font-size: 12px;
    border-radius: 4px;
	background: #c1001f;
}
.popup-btn + #myModal-1 {
	position: fixed;
    background: transparent;
    box-shadow: none;
    max-width: 100%;
    width: 100%;
}
.popup-btn + #myModal-1.in {
    z-index: 99999;
    display: flex !important;
    align-items: center;
    position: fixed;
    background: transparent;
    box-shadow: none;
    max-width: 100%;
    width: 100%;
}
.popup-btn + #myModal-1 .modal-body, .proMesh .modal-body {
    padding: 0;
}
.popup-btn + #myModal-1 button.close, .proMesh button.close {
    text-shadow: none;
    color: rgb(255, 255, 255);
    opacity: 1;
    font-weight: 100;
    font-size: 48px;
    margin: 5px 10px;
    font-family: auto;
    line-height: 30px;
}
.popup-btn + #myModal-1 button.close:hover, .proMesh button.close:hover {
    background: transparent;
}
.popup-btn + #myModal-1 .modal-content, .proMesh .modal-content {
    position: relative;
    background-color: #000000;
    border: 0px solid #999;
    border: 1pxsolidrgba(0,0,0,0.2);
    border-radius: 0;
}
.popup-btn + #myModal-1 .modal-dialog, .proMesh .modal-dialog {
    width: 95%;
    max-width:700px;
}
.proMesh .modal-header {
	padding:0;
	border: none;
}
.htRight a {
    color: #ffffff;
    margin-left: 15px;
}
.htRight a:hover {
    color: #000000;
}
.headerTop .custom-html-widget {
    display: flex;
    align-content: center;
    line-height: 30px;
    align-items: center;
}
.headerTop .htCenter .custom-html-widget {
	justify-content: center;
}
.headerTop .htRight .custom-html-widget {
    justify-content: flex-end;
}
header .d-sm-flex {
    justify-content: space-between;
    align-items: center;
}
.primary-nav > li > a {
	font-family: 'Gotham' !important;
	text-transform:uppercase;
}
.ct-search input#go[type="submit"] {
    background: transparent;
    border: medium none;
    border-radius: 35px;
    color: #333333;
    cursor: pointer;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
	height: 45px;
    width: 45px;
	font-size: 18px;
    padding: 0 10px 0 0px;
}
.ct-search input[type="text"] {
	border-radius: 30px;
    padding: 14px 45px 14px 20px;
	font-family: 'Gotham';
	border: none;
}
.ct-search {
    padding: 45px 0 45px 0;
}
/** Footer Section **/
#footer:before {
    content: "";
    background: url('/wp-content/themes/child/images/footerTop.png') repeat-x;
    width: 100%;
    height: 36px;
    display: block;
	position: absolute;
	top: -35px;
}
.footer-widget-1.number-of-col-4 {
    width: 41.75%;
}
footer .menu a {
    font-family: 'Gotham' !important;
    text-transform: uppercase;
    margin: 5px 0;
    display: inline-block;
}
footer .menu a::before {
    content: "";
}
.widgetSec h3 {
    font-family: 'Gotham' !important;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #8fa34d;
    margin-bottom: 30px;
}
ul.contactDetail {
    padding: 0;
	margin-top: 30px;
}
.contactDetail li {
	font-size: 20px;
    font-weight: 700;
    padding: 7px 0 7px 50px;
    margin: 15px 0 0;
	list-style: none;
	background: url('/wp-content/themes/child/images/phone.png') no-repeat left center;
}
.contactDetail li:last-child {
	background: url('/wp-content/themes/child/images/mail.png') no-repeat left center;
}
.contactDetail li a {
	color: #000000;
}
#footer .contactDetail li a {
	color: #ffffff;
}
.contactDetail li a:hover {
	color: #516a00;
}
.call-to-action-text-footer {
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    font-weight: 700;
	align-items: flex-end;
	margin-top: 30px;
}
footer #custom_html-6 {
    text-align: right;
	margin-bottom: -6px;
}
footer #custom_html-6 img {
    margin: 0px 0 6px 8px;
}
footer #custom_html-5 h3 {
    margin-bottom: 0;
    text-align: center;
    font-size: 27px;
    color: #ffffff;
    font-family: 'Gotham';
    font-weight: 700;
}
footer .social {
    font-size: 18px;
	align-items: center;
}
footer .social .fa-facebook-f:before {
    content: url('/wp-content/themes/child/images/facebook.png');
}
footer .social .fa-instagram:before {
    content: url('/wp-content/themes/child/images/instagram-icon.png');
}
footer .fab.fa-youtube {
    width: 45px;
    height: 45px;
    background: #fc0002;
    border-radius: 100%;
    line-height: 45px;
    text-align: center;
	color: #ffffff;
}
footer .socialmedia a {
    float: left;
    margin: 0 5px;
}
#footer2 p {
	margin-bottom:0;
}
.ftCenter {
    color: #fff;
    text-align: center;
    font-size: 18px;
	margin-top:50px;
}
.ftCenter h2 {
    display: none;
}
/** Home Page **/
.home #callout2 > .container {
    width: 100%;
	padding:0;
}
.VideoSection {
	position: relative;
}
.VideoSection img {
	position: absolute;
	bottom:0;
	width: 100%;
}
.videoSec {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.videoSec iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoSec::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
/** Four categories **/
.fourCate {
    gap: 0 !important;
}
.fourCate img {
	object-fit: contain !important;
}
.fourCate figcaption {
    height: 100%;
    max-height: 100% !important;
    margin-top: 0 !important;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 48px !important;
    font-family: 'Gotham';
    font-weight: 700;
    text-transform: uppercase;
}
.fourCate figure:hover figcaption {
    display: flex;
}
.fourCate figure figcaption a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -8px;
}
.morningFocus * {
	color: #ffffff !important;
}
.morningFocus h3 {
    font-size: 73px;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-weight: 700;
}
.morningFocus p {
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-weight: 300;
    margin: -10px 0 0;
}
.morningFocus a {
    background: #0b004b;
    font-weight: 300;
    font-size: 20px;
    width: 240px;
    padding: 10px 25px;
    margin-top: 20px;
}
/** 3X **/
.bar-id-107391 p {
	margin-bottom:0;
}
.bar-id-107391 h3 {
    background: #ffb414;
    margin: 0;
    text-align: center;
    color: #000000;
    font-family: 'Gotham';
    font-weight: 700;
    font-size: min(max(24px, 3vw), 60px);
	padding: 10px 10px 13px;
}
.btnBg {
    background: url('/wp-content/themes/child/images/img2.jpg') center bottom / 100% 100% no-repeat;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 55px;
}
/** Now Available */
.nowAvailable {
    position: absolute;
    left: 0;
    top: 0;
    width: 75%;
    text-align: center;
    bottom: 0;
    margin: auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 7% 8% 0 10%;
}
.nowAvailable a.button.black {
    background: #000000;
	display: inline-block;
    margin: 30px auto 0;
}
.nowAvailable a.button.black:hover {
    background:#8FA34D!important
}
/** Newsletter **/
.newsletter section {
	text-align: center;
}
.wpcf7 {
    max-width: 820px;
    margin: 0 auto;
}
.newsletter input.wpcf7-text {
    text-align: center;
    padding: 10px 12px;
    height: 56px;
    font-weight: 300;
    letter-spacing: 0px;
    border: 1px solid #666666;
    border-radius: 0;
    float: left;
    max-width: 70%;
	font-size: 20px;
}
.newsletter input.wpcf7-submit {
    float: left;
    width: 30% !important;
    font-weight: 300;
    font-size: 27px !important;
	line-height: 34px;
    padding: 11px 15px;
    background: #911c12;
}
.newsletter section p {
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    max-width: 675px;
    margin: 0 auto 20px;
}
.wpcf7 span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 14px;
    text-transform: none;
    bottom: -30px;
}
.newsletter .wpcf7 span.wpcf7-not-valid-tip {
    bottom: auto;
    top: -20px;
}
.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    display: inline-block !important;
    color: #000000;
}
.bars {
    padding: 90px 0;
}
.bar-id-107393, .bar-id-107391 {
    padding: 0;
}
/** Articles **/
.contentDetails {
    text-align: center;
	padding: 20px 35px 10px;
}
.contentDetails p {
    margin: 20px 0 5px;
}
.contentDetails .entry-title2 {
    font-size: 25px;
    font-weight: 500;
    height: 70px;
    line-height: 35px;
    margin-bottom: 0;
	text-transform: uppercase;
}
.contentDetails .entry-title2 a {
	color: #000000;
}
.post .entry-meta .byline, .post .entry-meta .cat-links {
    display: none;
}
.single .entry-meta {
	text-align:left;
}
.category .post .post-thumbnail img {
    max-height: 306px;
    object-fit: cover;
}
.category #callout2 .post {
    width: 48.5%;
    float: left;
    margin-right: 3%;
    border: 1px solid #efefef;
}
.category #callout2 .post:nth-child(even) {
    margin-right: 0;
}
nav.navigation, #comments {
    display: none;
}
.bar-id-107400 {
    text-align: center;
}
.recent_posts_wrap {
    margin-bottom:60px;
	line-height: normal;
}
.recent_posts_wrap h3 {
line-height: 24px;
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    height: 48px;
    display: block;
	font-weight: 500;
	text-align:center;
    /*-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/
    overflow: hidden;
    /*text-overflow: ellipsis;*/
}
.recent_posts_wrap p {
	padding: 0 15px;
    overflow: hidden;
    margin-bottom: 20px;
    color: #999;
	font-size: 12px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
a.btn.moretag {
    font-size: 14px;
    margin-top: 20px;
}
.single h1.entry-title2 {
    margin: 30px 0;
	color: #000000;
    border-bottom: 2px solid #8fa34d;
    padding-bottom: 15px;
    display: inline-block;
}
.single .post .post-thumbnail {
	max-width: 650px;
	margin:0 auto;
}
.single header.entry-header {
    text-align: center;
}
/** Inner Pages **/
.callBack {
    max-width: 1100px;
    margin: 0 auto;
}
.callBack .wpcf7 {
    max-width: 480px;
}
input.wpcf7-submit {
    font-size: 18px !important;
    width: auto !important;
}
input.wpcf7-text, textarea.wpcf7-textarea, .wpcf7 select, .wpcf7 input[type="file"] {
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 6px 10px;
    margin-bottom: 20px;
}
textarea.wpcf7-textarea {
    height: 60px;
}
span.wpcf7-radio {
    margin: 15px 0;
    display: block;
}
span.wpcf7-radio > span {
    margin-left: 20px;
}
span.wpcf7-radio label {
	font-weight:300;
}
span.wpcf7-radio .first {
    margin-left: 0;
}
.wpcf7 p {
    margin: 0;
}
/** Contact Us **/
.formSec label {
    display: block;
	font-weight: 300;
	font-size: 16px;
    color: #666666;
	margin-bottom: 0;
}
/** Team **/
.teams .moretag {
	margin:0 0 20px !important;
}
.fullWidth {
    position: relative;
    left: 50%;
    right: 50%;
    margin: 0px -50vw;
    max-width: 100vw;
    text-align: center;
    color: #ffffff;
}
.fullWidth > img {
    width: 100%;
}
.page-id-107357 h1.entry-title, .page-id-107359 h1.entry-title, .page-id-107361 h1.entry-title, 
.page-id-107363 h1.entry-title, .mike-o-hearn h1.entry-title, .page-id-110599 h1.entry-title {
    display: none;
}
.page-id-107357 #callout2, .page-id-107359 #callout2, .page-id-107361 #callout2, 
.page-id-107363 #callout2, .mike-o-hearn #callout2, .page-id-110599 #callout2 {
    padding-top:0;
}
.bar-id-107402 + div, .bar-id-107414 + div, .bar-id-107419 + div, .bar-id-107424 + div, .bar-id-108640 + div,
.bar-id-110608 + div {
	background: transparent !important;
}
.bar-id-108640 {
	margin-top: -40px;
	background-color: transparent !important;
}
.bar-id-108647 .row > div {
    margin-bottom: 10px;
}
.abt-listing h2.title {
    text-align: left;
    font-size: min(max(24px, 4vw), 54px);
}
.abt-listing li {
    font-size: 24px;
    font-weight: 300;
    color: #666;
    display: flex;
	margin-bottom: 10px;
}
.abt-listing li:before {
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
    font-size: 12px;
    line-height: 36px;
    margin-right: 12px;
    font-weight: 700;
}
.abt-listing p {
    font-size: 20px;
    color: #666666;
    line-height: 32px;
}
.ea-expand-icon:before {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAjCAYAAACkejs5AAAA2ElEQVQ4jZ3VOw4BURTG8b+oaGxAj0JnHQqlV6/QWooEsQiNLag9dmAHHh0hJzHJBPfeOd9JvmKKXzLnnDt3ACaI9QC6Cn0BF6CtQMsZqCvQcgCqCrRsgLICLXMVWqYqTK4pBC13oKPA6JpSMFtTTYGW7feaisKfNXmgZWao9Hnw1BPoKdBqp7yqfYINBfaV4SyUqe6Bihdes768cPBvtCm0DO0kdbiDd1Csr2bsFITgMIZCcJVC/+Cx6N2aR7dUXyE4KorycO1BGTx5/hlZWV8tL7IauwXwBuac3QLicd35AAAAAElFTkSuQmCC') !important;
    transform: rotate(90deg);
}
.ea-expand-icon.fa.fa-minus {
    transform: rotate(90deg);
}
.sp-easy-accordion .sp-ea-single .ea-header {
	display:flex;
}
.sp-easy-accordion .sp-ea-single .ea-header:before {
    content: url('/wp-content/themes/child/images/icon.png');
    margin-top: 10px;
}
.sp-easy-accordion .sp-ea-single .ea-header > a {
    width: 96%;
}
.sp-easy-accordion .sp-ea-single .ea-body {
    margin-left: 40px;
}
.mike-o-hearn .sp-easy-accordion .sp-ea-single .ea-header:before {
	content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAACsklEQVRYhe2XT4hNURzHP/68ubdJ/mWhWRiW4kRmZzOxkLI5OllgYkGZ2cmGkD8hxEJZSEyKSJOTQ1IsMDOlWVjQWahRkz+RBTXCNM+bMTo677mue7335v2z8F3d+zvn/c7n/v6cfo9GyGoZWC3Xx4+eWm8Wq+VcoBt42FAYq+VCoB84L5QZbhiM1bINGABuCGX6k/bUBcZquQ7oA4aAI2n7ag5jtewEbgNjQIdQZixt7/QaQkwBjgO7valLKDOUtDcThM257OhITWCslk3AJWCTN10VylxLAVkDZIHeqqfJajkbuB8BcdHoSgFZBFwHXBR/1YzVssVquaRCkFbgMdDuTePAZqHM5wSQZuAmMCdvK8AIZd4BnVZLMUmQFb51F0fMh4QyAyk/OQcsixriaTrrQlwukNVyrcs5MD9i7vMFnKb2uP03GKHMIHAXeFAqkNVyO3AHmBExD/s2Hi/no5IK+DAwsxiQa12r5VHgAjAttrxDKPOmHJACTCYI85XvovPa53NeGpBv3cvAvgSf3UKZnnJBiETmYiYIl0fsLtdfk4CslrN8KjsS/L0Adk4GhHx/Z4JwAngFtOWyox/9oceAvX7fB2C1rwUHsjTBVw5YKZR5UsrBmSB8CbT611W57OijaM24hZ5MEObzfwr45Nd+Rsi3bhKI0/5SQdIUL2D39Rvcg583TkbWHFBLih8HeroSEFK6KYw8u3vnfREfLq1bhDLfawFTkFDmC3CiiI9tQpm3lYIUhfFybZ52Z7jx8VY1QEqCEcp8Aw4mLD0HdlULpCQYryvAYOTdAW4UyozUHcaPigcipj1CmWfVBCkZxstd8U+Be8CZaoOUBSOUmfBX/Vb/XHWVNQMLZXprAZFX3f/e/k3/FExSmhbExolaqSnuNzpCNFJ/jBAN13+YRAE/ALMMxkFgVY2cAAAAAElFTkSuQmCC');
}
.mike-o-hearn .ea-expand-icon:before {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAjCAYAAACkejs5AAABKUlEQVQ4jZ3VvUrEQBSG4dfdThBvYNsp7YTMLdhYOGgp2JlCtBLvwmI7FRtXbRLsvIap/QFNLsO/SkaOZCFKMjsnH4QkE55kzhzIUBVZHkJAe4yAaV3aTZQROAZmdWnXNHTUnFeA+7q0Ey2UTBq8rIUSme5tXVqZvgpKZKGmQ6Akr0t7MARKTmNtisFxU++6Fkpkhe+62rQI0mrTqhbS1aZUKNlot0kDadp0LBdLVZEFJf4GtrRfpGnTyRD4BuwNgfvG+VctPDPO36Bc1QfgaH6TCt+BHeP8lxb+1tUeSIHnxvnr/4OL4GO7rlQ4r+tTC3Pj/Evfwz54YZyfRV7aCZ+Awxjqgh/Adl9dMRitqw9eGuevUlAbPgPRH3AXTK7rT6oi21XvyCHwA4rfoCDOBjqeAAAAAElFTkSuQmCC') !important;
}
.bar-id-107402 video {
    border: 3px solid #8ba53f;
    border-radius: 5px;
    max-width: 480px;
    margin: 0 auto;
}
.imgSec img {
    position: absolute;
    bottom: -140px;
    left: 0;
    max-width: 33.3%;
}
.imgSec img.orgRight {
    right: 0;
    left: auto;
}
.mt-4 {
	margin-top: 40px !important;
}

/** Product Section **/
.product_meta {
    display: none;
}
.woocommerce div.product .product_title {
    text-align: left;
	margin-bottom:20px;
	text-transform: none;
}
.woocommerce div.product .product_title span {
    display: block;
    font-size: 16px;
    color: #c1001f;
}
.woocommerce div.product .product_title::after {
    display:none;
}
.woocommerce div.product p.price span.woocommerce-Price-amount.amount, .woocommerce div.product span.price, .woocommerce div.product span.price span.woocommerce-Price-amount.amount {
    font-size: 30px;
    color: #a0a0a0;
    font-weight: 700;
}
.woocommerce div.product span.price span.woocommerce-Price-amount.amount {
    margin-bottom: 10px;
	color: rgb(81, 106, 0);
}
ins {
    text-decoration: none;
}
.woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0 0 30px;
}
.woocommerce .quantity .qty {
    border: 1px solid #cccccc;
    padding: 10px 10px;
    width: 100px;
    text-align: left;
}
.woocommerce div.product form.cart div.quantity::before {
    content: "QTY";
    display: block;
    font-size: 14px;
    font-weight: 700;
}
.woocommerce div.product form.cart .button {
    font-size: 16px;
    background: #c1001f;
    line-height: 26px;
}
.woocommerce div.product form.cart .button:hover {
    background: #000000;
}
.woocommerce .button, button.vrn_switch_variation {
	font-size:16px !important;
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
	color: #ffffff;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tbody td {
    padding: 15px;
}
.woocommerce-page table.cart td.actions .coupon .input-text {
    width: auto;
    margin: 0 !important;
    padding: 12px 15px;
}
.woocommerce-page table.cart td.actions .coupon .button, button.vrn_switch_variation {
    padding: 14px 20px;
}
.woocommerce table.shop_table {
	border-radius:0;
	border-collapse: collapse;
}
.woocommerce table.shop_table.cart tr:nth-child(even) {
    background: #f5f5f5;
}
.woocommerce table.shop_table.cart td {
    text-align: center;
	border: 1px solid #efefef;
	color: #000000;
	font-size: 16px;
}

.woocommerce table.shop_table.cart th {
    text-transform: uppercase;
    background: #516a00;
    color: #ffffff;
    text-align: center;
	line-height: 40px;
}
.woocommerce table.shop_table td small {
    font-weight: 300;
    font-size: 16px;
}
.woocommerce table.shop_table td.product-name {
    text-align: left !important;
}
.woocommerce table.shop_table th.product-name {
    width: 40%;
}
.woocommerce table.shop_table td.product-name a {
    color: #000000;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 15px 20px;
}
.woocommerce .cart_totals table.shop_table {
    border: 1px solid #efefef;
}
.select2-container--default .select2-selection--single {
    border-radius: 0;
    padding: 15px 25px 15px 15px;
    height: 50px;
	border: 1px solid #ccc;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
}
.wp-block-product-category a .wc-block-grid__product-title {
    color: #666;
    font-weight: 300;
    font-size: 16px;
	margin-bottom:5px;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    background: #8fa34d;
        padding: 8px 24px;
    font-size: 16px;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
    background: #000000;
}
span.woocommerce-Price-amount.amount {
    color: #a0a0a0;
    font-size: 16px;
    font-weight: 300;
}
.woocommerce div.product div.images img {
    max-height: 400px;
    object-fit: contain;
}
.wc-block-grid__products .wc-block-grid__product-image img, .woocommerce ul.products li.product a img {
    max-height: 300px;
	object-fit: contain;
	border:none;
	margin-bottom: 50px;
	transition: all 0.3s ease;
}
.woocommerce ul.products li.product:hover a img {
    margin-bottom: 15px;
}
.wc-block-grid__product .image-wrap + a {
	transition: all 0.2s ease;
}
.wc-block-grid__product:hover .image-wrap + a {
	margin-top: -15px;
    display: block;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
    overflow: hidden;
	    margin-bottom: 40px;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    padding-bottom: 20px;
}
.term-description {
    text-align: center;
    margin-bottom: 40px;
	display:none;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    display: block !important;
    text-align: left;
    color: #000000;
    font-size: 14px;
    padding: 0;
    height: auto;
    line-height: 20px;
    text-transform: uppercase;
}
.woocommerce div.product form.cart .variations select, .vrn-variation-switcher p.variations select {
    border: 1px solid #cccccc;
    padding: 12px 20px 12px 10px;
    max-width: 200px;
    min-width: auto;
}
.woocommerce div.product form.cart .reset_variations {
	display:none;
}
.woocommerce ul.products li.product .button {
    margin-top: 0px !important;
    padding: 8px 24px;
    font-size: 16px !important;
	top:60px;
}
.woocommerce ul.products li.product:hover .button {
	top:0;
}
.cart-top {
    position: relative;
    /*right: 30px;
    bottom: 20px;*/
	z-index: 9;
    font-weight: 700;
}
.cart-top span.woocommerce-Price-amount.amount {
    color: #fff;
	    font-size: 15px;
		margin-left: 10px;
}
.cart-top .cartcheckout {
    color: #ffffff;
    font-size: 18px;
}
.cart-top span.count {
    position: absolute;
    left: -22px;
    background: #c1001f;
    color: #ffffff;
    border-radius: 60px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
	font-size: 12px;
}
a.added_to_cart {
    display: block;
    margin-top: 10px;
}
article li:before {
	content:"";
}
.woocommerce .woocommerce-ordering select {
    border: 1px solid #cccccc;
    padding: 6px 0 6px 10px;
}
.woocommerce-page ul.products {
    padding-top: 30px;
}
.woocommerce .woocommerce-result-count {
    line-height: 34px;
}
.woocommerce-page .cart-collaterals, #order_review_heading {
    padding-top: 3vw;
    border-top: 1px solid #efefef;
    margin-top: 3.5vw;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
}
.cart_totals table th, .cart_totals table td {
    display: block;
}
.cart_totals table .shipping th {
    background: #efefef;
}
.woocommerce ul#shipping_method li label {
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 0;
}
.woocommerce ul#shipping_method li input {
	margin-top: 0;
}
.woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled],
.woocommerce table.shop_table.cart button[name="update_cart"] {
    float: right;
    padding: 14px 20px;
}
.cart_totals table th {
    width: calc(100% - 180px) !important;
    float: left;
	text-align: right;
}
.cart_totals table td {
    text-align: right;
	float: left;
	width: 180px !important;
}
.cart_totals table .shipping td, .cart_totals table .shipping th {
	width:100% !important;
	text-align:left;
}
.woocommerce ul#shipping_method li {
    display: flex;
	margin: 15px 0;
}
.woocommerce ul#shipping_method li:first-child label {
    font-weight: 700;
    color: #c1001f;
}
.woocommerce-checkout h3 {
    text-transform: uppercase;
    font-weight: 700 !important;
}
.woocommerce-checkout h3 label {
	margin:0;
}
.cart_totals h2 {
    text-transform: uppercase;
    font-weight: 700;
}
.wc-proceed-to-checkout {
    text-align: right;
}
.woocommerce-account .addresses .title h3, .woocommerce-MyAccount-content legend {
    font-weight: 700;
    text-transform: uppercase;
}
.woocommerce-MyAccount-content legend {
	padding-top:3.5vw;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	background: #516a00;
    border-radius: 0px;
	padding: 15px 0;
	margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
    background: #97a666;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
	    padding: 15px 25px;
    color: #ffffff;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}
.woocommerce table.my_account_orders .button {
    font-size: 14px !important;
    padding: 10px 15px;
}
.woocommerce table.my_account_orders tr:nth-child(odd) {
	background: #f3f3f3;
}
.woocommerce table.my_account_orders th {
    text-align: center;
    padding: 15px;
    background: #516a00;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid #97a666;
}
.woocommerce table.my_account_orders td {
	text-align: center;
    border: 1px solid #efefef;
}
.woocommerce form .automatewoo-optin.form-row label .input-checkbox {
    margin: 0;
    position: relative;
    width: auto;
}
#ship-to-different-address input[type="checkbox"], #kl_newsletter_checkbox_field input[type="checkbox"] {
    position: relative;
    margin: 0;
    width: auto;
}
section.related.products {
    clear: both;
}
#wrap + div {
    display: none;
}
#tab-description {
    border-bottom: 0;
    box-shadow: none;
}
#tab-description h2 {
    display: none;
}
#tab-description p {
    /*margin-bottom: 0;*/
}
#tab-description p br {
    display: none;
}
#tab-description h5 {
    margin-top: 30px;
    font-weight: 700;
    color: #000;
}
#tab-description h3 {
    font-size: 18px;
    font-weight: 700;
    color: #7f7f7f;
}
#order_review table {
	border: 1px solid #efefef;
	margin-bottom: 3.5vw;
}
#order_review table th, #order_review table td {
	padding:15px;
}
#order_review table thead th {
    background: #516a00;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
}
#order_review table tbody tr:nth-child(even), #order_review table tfoot tr:nth-child(odd) {
    background: #efefef;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #516a00;
    color: #ffffff;
	border-radius: 0;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: #ffffff;
    color: #000000;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #ffffff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.woocommerce-checkout #payment .place-order a {
    color: #c6cfa9;
}
.woocommerce-checkout-payment ul.methods * {
    font-weight: 300;
}
body:not(.logged-in) .loginSec .woocommerce {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input {
    width: auto;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    float: right;
    margin-bottom: 0 !important;
	line-height: 48px;
    font-weight: 300;
}
.woocommerce form.woocommerce-form {
    border-radius: 0;
    border-color: #000000;
}
body:not(.logged-in) .loginSec .woocommerce h2 {
    font-weight: 700;
    text-transform: uppercase;
}
body:not(.logged-in) .loginSec .woocommerce form .form-row input.input-text,
.woocommerce form.lost_reset_password .form-row input.input-text {
	border-color: #000000;
}
body:not(.logged-in) .loginSec .woocommerce form p.lost_password {
    text-align: center;
    margin: 20px 0 0;
}
.lost_reset_password {
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
    border: 1px solid #000000;
    padding: 20px;
}
.woocommerce form.lost_reset_password .form-row {
    margin: 0 auto 6px;
	max-width: 432px;
	width: 100%;
    float: none;
}
.woocommerce form.lost_reset_password .form-row label, 
.woocommerce form.login .form-row label {
    text-transform: capitalize;
}
.lost_reset_password > p:first-child {
    font-size: 13px;
    margin-bottom: 5px;
	color: #6c6c6c;
}
.glide__arrow--right {
	right:0em;
}
.glide__arrow--left {
	left:0em;
}
.proMesh {
    clear: both;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    text-align: left;
    font-weight: 700;
}
.proMesh h2 {
    display: none;
}
.proMesh img {
    margin: 0 10px 10px 0;
}
.proMesh .btn {
    font-size: 16px;
    padding: 14px 30px;
    margin-top: 25px;
}
.wp-block-product-category a .wc-block-grid__product-title, .woocommerce ul.products li.product .woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #666666;
	padding: 0;
    margin: 0 0 5px;
}
.wc-block-grid__product-onsale {
    display: none;
}
.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: 0;
    padding: 1px;
    border-radius: 0;
    height: auto;
    line-height: initial;
    min-height: auto;
}


/** Search **/
#header .ct-search {
	display: none;
}
.search-results article.type-product {
    max-width: 25%;
    width: 100%;
    float: left;
    display: flex;
}
.search-results article.type-product img {
	max-height:270px;
	object-fit: contain;
	height:270px;
}
.search-results article.type-product .contentDetails p {
    margin: 0;
    display: contents;
}
/** Mike o hearn **/
.mike-o-hearn h2.title::after {
	background: url('/wp-content/themes/child/images/Shape_brown.png') no-repeat bottom center / contain;
}
.mike-o-hearn .abt-listing h2.title::after {
	background-position: bottom left;
}
.bar-id-109912 h5::after {
	background: url('/wp-content/themes/child/images/Shape_brown.png') no-repeat bottom center / auto 20px;
    margin-top: 0;
}
.mike-o-hearn .headerTop {
    background-color: #d3ad4e;
}
.mike-o-hearn .widgetSec h3, .mike-o-hearn .navbar-default .primary-nav > li > a:hover,
.mike-o-hearn .navbar-default .primary-nav > li > a:hover, .mike-o-hearn .navbar-default .primary-nav .current-menu-parent > a {
	color: #d3ad4e !important;
}
.mike-o-hearn .footer-widget-1 .custom-html-widget {
    display: none;
}
.wp-image-108958, .mike-o-hearn .wp-image-107370, .mike-o-hearn .uib, .titan {
	display: none;
}
.mike-o-hearn .wp-image-108958, .mike-o-hearn .titan {
	display: block;
}
.mike-o-hearn .titan img {
    max-width: 240px !important;
}
.mike-o-hearn .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	background: #d3ad4e;
}
.mike-o-hearn .wp-block-product-category a .wc-block-grid__product-title, .mike-o-hearn .woocommerce ul.products li.product .woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.page-id-109888 #callout2 {
	padding-bottom:0;
	background: url('/wp-content/themes/child/images/mbanner2.png') no-repeat bottom center / auto 85%;
}
.bar-id-109899 {
	padding: 0;
}
.bar-id-109899::before {
    content: "";
    top: -48px;
    position: absolute;
	    z-index: 0;
    width: 100%;
    height: 50px;
    background: url('/wp-content/themes/child/images/blue.png') no-repeat bottom center / 100% auto;
}
.bar-id-109899 > section {
	z-index:0;
	position: relative;
	max-width: 2200px;
    margin: 0 auto;
}
.bar-id-109899 img {
	margin: -12vw 0 -3.5vw;
}
.bar-id-109899 .content {
	padding: 40px 0 70px;
}
.bar-id-109899 h2, .bar-id-109899 h3 {
	font-family: "Bebas Neue", cursive !important;
    margin: 0px;
    color: #ffffff;
    font-size: min(max(24px, 6vw), 160px);
}
.bar-id-109899 h3 {
	font-size: min(max(18px, 3vw), 66px);
}
.bar-id-109899 .d-flex {
    display: flex;
    align-items: center;
    padding: 0 20px;
	gap: 5em;
}
.bar-id-109968 {
	margin-top: -45px;
}
.bar-id-109912 {
    background-color: black !important;
    text-align: center;
    z-index: 9;
    background-position: center -40px !important;
}
.bar-id-109912::before {
	content:"";
	top: -40px;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 50px;
    background: url('https://urbanicebotanicals.com/wp-content/uploads/2022/09/black.png') repeat-x center top / 100% auto;
    left: 0;
}
.bar-id-109912::after {
	content:"";
	bottom: -40px;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 50px;
    background: url('https://urbanicebotanicals.com/wp-content/uploads/2022/09/black.png') repeat-x center bottom / 100% auto;
    left: 0;
}
.bar-id-109912 .container h4 {
    color: #d3ad4e;
    margin-top: 0;
    margin-bottom: 20px;
}
.bar-id-109912 section {
	padding:0 20px;
	max-width: 1570px;
    margin: 0 auto;
}
.bar-id-109912 h4 {
	font-size: min(max(18px, 3vw), 50px);
	color: #ffffff;
	margin: 20px 0 0;
	text-transform:uppercase;
}
.bar-id-109912 h5 {
    margin: 0 0 40px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: min(max(15px, 2.5vw), 30px);
}
.bar-id-109912 p {
	margin-bottom:0;
}
.bar-id-109912 .container {
    max-width: 1540px;
    width: 100%;
    margin-bottom: 40px;
}
.bar-id-109925 {
    padding: 90px 0 30px;
	text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.bar-id-109925::after {
    content: "";
    bottom: -50px;
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 50px;
    background: url('/wp-content/themes/child/images/yellow-border.png') no-repeat top center / 100% auto;
    display: block;
}
.page-id-109934 #callout2 {
	padding-top:90px;
}
.page-id-109934 .bar-id-109927 * {
    color: #ffffff !important;
}
.mike-o-hearn.page-id-109934 .sp-easy-accordion .sp-ea-single .ea-header:before {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAjCAYAAAAaLGNkAAAC3UlEQVRYhe2XbWiNYRjHfzvb2XZmNrPjpYltUVom4sv4skYtL61Qkpd8ofCJJKktKYrFBy8fvCVFlpYZkg8SDYnygSZkjJwIUWNr2Zij63Q96+5xP+ecnZ1z+OBfZ+e5r/t+7ut3/vd1P/ezjPaWJaRZOcAioNXJ60szwGjgFHDLDKYTogy4AxwHupxg5bLWtEHMBu4DFxRkEIA0ObEYuA10ArttA1INsRG4AvwE1uh3RI4LqYTIAPYBRzXHJnXiDwAgLysFANnAaWCVts8BTR4AtUBfsp0YBVw3ADrVBRtAOXBeXHMgSoBpwwQoBe4B1doeAFYD3ZaxefqwKsKoifdaRNMTBJilW7DCiO3SWEQuF6RWZjgNnz8wBv0cViuHCrIAaAPGGzHZknuj3FNtNnxTF55wrjuAa8DNIYCsB64C+UasS7fjQLy/IrIcApJbNIWRJXPEwoI4QGQL7gFOApmuvg1AyAy4lsIKEank0qrt0g4VT66TyYNRQGQLngHqLX1yODVHzWj7ReFwuBeYCzz6/u2txMa9vLH5FTAC+AzMA9p1fCHQAsy3zNWhBdpjBj1ceKO7SVQjTgSAS0BxbsEkCX4EDukA05GJwF0PgB/qaI+lL6acLVqqNma+bqsn05+/H/jqApHtVukxYQPwMBEAXGeH2L68ou4sWuGNRl9QH2g2CeABW0esgrRBiHLlT1YgSE5B2RHgQ4z7vwBrgV9xZYsTwlRPhs8f7YEjWge8Gw6AyHqKjq1Y4VweCz1o3KZF6Za8pl32mjjepcDLicIJVc5lvz8QbLAMeQZsjTtLIhCivu5Q5FNUXivvAi+Mrn5gJdBru08cGIoLeC2HS/JKtlPPftEO4LEteaLyhPj0tMlsNmtyeZAdTCYA0SBk4icXlzrNMLAFeK7XSUkeE8JMojBtyU4eF0SqkrqV7v9FrXI7IcfozDTkzTYb8j4xWGh/STX/xHL8h4gI+A0IPKK79fAPnAAAAABJRU5ErkJggg==');
}
.page-id-109934 .bar-id-109927 {
    margin-bottom: -45px;
    z-index: 9;
    background-color: transparent !important;
	margin-top: -45px !important;
}
.page-id-109934 .wc-block-grid__products {
    justify-content: center;
}
.page-id-109934 #callout2 {
	background: url('/wp-content/themes/child/images/probg.jpg') no-repeat top center / cover;
}
.page-id-109934 .bar-id-109927 .button {
    display: none;
}
.video-wrapper {
  position: relative;
  /*padding-bottom: 56.25%;  16:9 
  height: 0;*/
}
.mike-o-hearn video {
	/*max-height:356px;
	background:#000000;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
}
.testimonial:before {
	display: none;
}
.strong-view.wpmtst-default .strong-content.strong-grid {
    margin: 70px 0 50px;
}
.strong-view.wpmtst-default .strong-grid .wpmtst-testimonial {
    border: 2px solid #eaeaea !important;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 30px;
    border-radius: 50px;
    box-shadow: 5px 5px 10px #f8f8f8;
    margin-bottom: 35px !important;
}
.strong-view.wpmtst-default .strong-grid .wpmtst-testimonial .wpmtst-testimonial-content {
    min-height: 380px;
}
.strong-view.wpmtst-default .strong-grid .wpmtst-testimonial::before {
   top: 0;
}
.strong-content.strong-grid .wpmtst-testimonial::before {
    content: url('/wp-content/themes/child/images/stars.png') !important;
    display: block !important;
    left: 0;
    position: relative;
    width: 100%;
    height: auto;
    mask: none;
    -webkit-mask: none;
    background: 0 0;
    text-align: center;
}
.strong-view.wpmtst-default .wpmtst-testimonial-inner {
    border: none !important;
    padding: 20px !important;
    text-align: center !important;
}
.strong-view.wpmtst-default .wpmtst-testimonial-field {
    text-align: center !important;
    font-weight: 700;
    font-size: 24px;
    color: #000000;
	margin-top: 20px;
}
.strong-view.wpmtst-default .wpmtst-testimonial-field::before {
	content: "-";
	margin-right:10px;
	margin-left: -10px;
}
.strong-view.wpmtst-default .wpmtst-testimonial-content p {
    line-height: 24px;
	    font-size: 14px;
}
/* End custom code */
body {
    background-color: #ffffff;
}
#header {
	 background-color: #000000;
}
#callout {
	background-color: #ffffff;
}
/* callout2 is your main content area */
#callout2 {
	background-color: #ffffff;
	padding: 90px 0;
}
.home #callout2 {
	padding: 0px;
}
#footer {
	background-color: #000000;
	padding: 70px 0 10px;
}
#footer2 {
	background: #1e1e1e;
    font-size: 12px;
	color: #ffffff;
	padding: 22px 0;
}
#footer2 a {
	color: #ffffff;
}
.box_2 {
	background-color: #f0f0f0;
    border: 1px solid #E7E7E7;
    margin: 0;
    padding: 20px;
    position: relative;
}
.box_3 {
	background-color: #f0f0f0;
    border: 1px solid #E7E7E7;
    margin: 0;
    padding: 20px;
    position: relative;
}
#callout > section, #callout .slideshow-main-slider, #callout .cycle-slide, .slideimage {
    height: 100%;
}
.slideshow-main-slider .cycle-slide img {
    height: 100%;
    object-fit: cover;
}
#callout .slider_content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 1160px;
    width: 100%;
	display: flex;
    align-items: center;
	color:#ffffff;
}
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt,.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button,.btn,.btn-default,a.button,button,input[type="submit"],input[type="reset"],input[type="button"],
.wp-block-button__link {
    background-image: none;
    background-color: #000000;
    border: 0px solid rgba(0, 0, 0, .1);
    border-radius: 0px;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 32px;
    left: auto;
    line-height: 1.25em;
    margin: 0;
    overflow: visible;
    padding: 14px 60px;
    position: relative;
    text-decoration: none;
    x-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    text-shadow: none;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover,.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover, .btn:hover, .btn-default:hover, a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover,.woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus, .woocommerce #respond input#submit.alt:focus, .woocommerce #content input.button.alt:focus, .woocommerce-page a.button.alt:focus, .woocommerce-page button.button.alt:focus, .woocommerce-page input.button.alt:focus, .woocommerce-page #respond input#submit.alt:focus, .woocommerce-page #content input.button.alt:focus,.woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus, .woocommerce #respond input#submit:focus, .woocommerce #content input.button:focus, .woocommerce-page a.button:focus, .woocommerce-page button.button:focus, .woocommerce-page input.button:focus, .woocommerce-page #respond input#submit:focus, .woocommerce-page #content input.button:focus,.btn:focus,.btn-default:focus,a.button:focus,button:focus,input[type="submit"]:focus,input[type="reset"]:focus,input[type="button"]:focus,.woocommerce a.button.alt:active, .woocommerce button.button.alt:active, .woocommerce input.button.alt:active, .woocommerce #respond input#submit.alt:active, .woocommerce #content input.button.alt:active, .woocommerce-page a.button.alt:active, .woocommerce-page button.button.alt:active, .woocommerce-page input.button.alt:active, .woocommerce-page #respond input#submit.alt:active, .woocommerce-page #content input.button.alt:active,.woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .woocommerce #respond input#submit:active, .woocommerce #content input.button:active, .woocommerce-page a.button:active, .woocommerce-page button.button:active, .woocommerce-page input.button:active, .woocommerce-page #respond input#submit:active, .woocommerce-page #content input.button:active,.btn:active,.btn-default:active,a.button:active,button:active,input[type="submit"]:active,input[type="reset"]:active,input[type="button"]:active {
    background-image: none;
    background-color: #8fa34d; /* Old browsers */
    x-background: linear-gradient(to bottom, #36342c 0%,#26241f 100%); /* W3C */
    border: 0px solid rgba(0, 0, 0, .3);
    color: #ffffff;
}
.red, .formSec .wpcf7-submit {
	background: #c1001f !important;
}
.red:hover, .formSec .wpcf7-submit:hover {
	background: #000000 !important;
}
.green {
	background: #8fa34d !important;
}
.green:hover {
	background: #000000 !important;
}
.violet {
	background: #6429bb !important;
}
.violet:hover {
	background: #8fa34d !important;
}
.gold {
	background: #d3ad4e !important;
}
.gold:hover {
	background: #000000 !important;
}
.shop-now-btn {
	float: right; 
	margin:  0 0 15px 15px;
}
/* nav for mobile devices over ride of bootstrap default background colors */
.navbar, .navbar-default {
    background-color: transparent;
    border: 0px solid #e7e7e7;
    margin-bottom: 0px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #e7e7e7
}
/* Dropdown active bg color*/
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: #333333;
}
/* nav for mobile devices over ride of bootstrap toggle look */
.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 0px solid #ffffff !important;
    border-radius: 0px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 11px;
    padding: 9px 10px;
    position: relative;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    border-color: #516a00 !important;
	background: transparent;
}
.navbar-default .navbar-toggle:hover span, .navbar-default .navbar-toggle:focus span {
	background: #516a00;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .logo {
        float: left;
        position: relative;
    }
    .logo img {

    }
    .call-to-action-header {
    }
    .call-to-action-header .call-to-action-text {

    }
    .call-to-action-header .ct-search {
        float: right;
        padding: 0;
        width: 130px;
    }
    .call-to-action-header .social-media {
        clear: both
    }
    .call-to-action-header .social-media span {

    }
    .call-to-action-footer {
    }
    .call-to-action-footer .call-to-action-text {

    }
    .call-to-action-footer .ct-search {

    }
    .call-to-action-footer .social-media-footer {

    }
    .call-to-action-footer .social-media-footer span {

    }
    .copy {
        float: left
    }
    .designed-by {
        float: right
    }
    /*******************************

    standard desktop navigation for tablets size and up

    *******************************/
    nav.navbar-default {
        background: url() repeat 0 0;
        padding: 0;
        margin: 0;
        background-color: none;
        border: none;
        min-height: 0;
        box-shadow: none;
        border-radius: 0;
    }
    nav.navbar-default .navbar-collapse {
        background: url() repeat 0 0;
        padding: 0;
        margin: 0;
        background-color: none;
        border: none;
        box-shadow: none;
        border-radius: 0;
    }
    /*  main navagation position
    *
    * Note: positions of the navigation is controled by the top, left, bottom, right property. 
    * Then you add padding to the header container the same as the line-height of the main <a>  
    * If you are doing a 100% width navigation then use both the right and left set to 15px and set a % width on the main <li> example 25% for a 4 item navigation
    *
    */
    nav.navbar-default .primary-nav {
		
    }
    nav.navbar-default .secondary-nav {
        position: absolute;
        top: 0;
        right: 15px;
    }
    nav.navbar-default .primary-nav > li {

    }
    /* turns back on the hover effect for mouse controls Note: this dose not turn back on top menu */
    .dropdown:hover .dropdown-menu {
        display: block
    }
    /* 
    *  Controls your main navigation 
    */
    .primary-nav > li > a {
        background: url() repeat 0 0;
        padding: 0 7px;
        margin: 0;
        background-color: none;
        border: none;
        box-shadow: none;
        border-radius: 0;
        text-shadow: 0;
        line-height: 36px;
        border-left: 0px solid #000000;
        white-space: nowrap;
    }
    /* hover and active state */
    .navbar-default .primary-nav > .active > a, .navbar-default .primary-nav > .active > a:hover, .navbar-default .primary-nav > .active > a:focus, .navbar-default .primary-nav > li > a:hover, .navbar-default .primary-nav .current-menu-parent > a {
        background: none
    }
    /* Special considertations are needed for the first and last menu items */
    nav.navbar-default .primary-nav > li:nth-child(1) > a {
        border-left: none
    }
    nav.navbar-default .primary-nav > li:nth-last-child(1) > a {
        padding-right: 0
    }
    /* 
    *  Controls your sub menu navigation 
    */
    .secondary-nav > li {
        padding: 6px 0
    }
    .secondary-nav > li > a {
        background: url() repeat 0 0;
        padding: 0 10px;
        margin: 0;
        background-color: none;
        border: none;
        box-shadow: none;
        border-radius: 0;
        text-shadow: 0;
        line-height: 14px;
        border-left: 1px solid #D1AD79;
        white-space: nowrap;
    }
    /* hover and active state */
    .navbar-default .secondary-nav > .active > a, .navbar-default .secondary-nav > .active > a:hover, .navbar-default .secondary-nav > .active > a:focus, .navbar-default .secondary-nav > li > a:hover {
        background: none
    }
    /* Special considertations are needed for the first and last menu items */
    nav.navbar-default .secondary-nav li:nth-child(1) a {
        border-left: none
    }
    nav.navbar-default .secondary-nav li:nth-last-child(1) a {
        padding-right: 0
    }
    /* 
    *  Controls your footer navigation 
    */
    .footer_nav {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .footer_nav.right {
        float: right
    }
    .footer_nav.left {
        float: left
    }
    .footer_nav li {
        float: left;
        margin: 0;
        padding: 0;
        background: none;
    }
    .footer_nav a {
        display: block;
        white-space: nowrap;
        padding: 0 15px;
        text-decoration: none;
        text-transform: capitalize;
        border-right: 1px solid #606060;
    }
    /* hover and active state */
    .footer_nav a:hover, ul.footer_nav li.active a, .footer_nav li.active a:hover, footer .menu a:hover, footer .menu li.active a, footer .menu li.active a:hover {
        background: none
    }
    /* Special considertations are needed for the centered sytled menu */
    #menu-footer-top {
        text-align: center
    }
    #menu-footer-top a {
        display: inline-block
    }
    /* Special considertations are needed for the first and last menu items */
    .footer_nav li:nth-child(1) a {
        padding-left: 0
    }
    .footer_nav li:nth-last-child(1) a {
        border-right: none
    }
    /* 
    *  Controls your .primary-nav dropdowns menus
    */
    /* styles for the dropdown */
    .navbar-default .navbar-nav ul.dropdown-menu {
        background-color: #FFFFFF;
        border: 0px solid rgba(0, 0, 0, 0.15);
        border-radius: 0px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
        margin: 0;
        min-width: 160px;
        padding: 15px 25px;
    }
    ul.dropdown-menu  > li.menu-item {
        /* no styles should be placed here */
    }
    ul.dropdown-menu > li.menu-item > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        padding: 6px 0px;
        color: #666 !important;
		font-weight:700 !important;
		font-family:"Gotham" !important;
        /* background should be controled by the ul.dropdown-menu */
    }
    /* hover and active state */
    ul.dropdown-menu > li > a:hover, ul.dropdown-menu > li.active > a, ul.dropdown-menu > li.active > a:hover, ul.dropdown-menu > li.active > a:focus {
        background-color: #fff;
        color: #d9121f !important;
    }
    /* Styles for background color on active main dropdowns */
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #f3f3f3;
        color: #3C3C3C;
    }
    /* 
    *  End of Controls for your menus
    */
    /* Legacy shortcode css do not delete */
    .full_width {

    }
    .one_half {
        width: 49%
    }
    .one_third {
        width: 32%
    }
    .two_third {
        width: 66%
    }
    .one_fourth {
        width: 23.5%
    }
    .three_fourth {
        width: 74.5%
    }
    .one_fifth {
        width: 18.4%
    }
    .two_fifth {
        width: 38.8%
    }
    .three_fifth {
        width: 59.2%
    }
    .four_fifth {
        width: 79.6%
    }
    .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth {
        position: relative;
        margin-right: 2%;
        float: left;
        clear: none;
    }
    .last {
        margin-right: 0 !important;
        clear: right;
    }
    .clearboth, .clear {
        clear: both;
        display: block;
        font-size: 0;
        height: 0;
        line-height: 0;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    ul.tabs li {
        float: left
    }
    /* New footer widths */
    .number-of-col-1, .number-of-col-2, .number-of-col-3, .number-of-col-4, .number-of-col-5 {
        position: relative;
        margin-right: 2%;
        float: left;
    }
    .number-of-col-1 {
        width: 100%;
        margin-right: 0;
    }
    .number-of-col-2 {
        width: 48%
    }
    .number-of-col-3 {
        width: 32%
    }
    .number-of-col-4 {
        width: 48%
    }
	.d-sm-flex {
		display:flex;
	}
	.aligncenter {
		text-align: center;
	}
	p {
		margin-bottom: 25px;
	}
	h3 {
		margin-bottom: 20px;
	}
	.page-id-107331 .page h3, .page-id-107333 .page h3 {
		margin-top: 50px;
	}
	.bar-id-107424 .imgSec img.orgRight, .bar-id-107402 .imgSec img.orgRight, .bar-id-107419 .imgSec img.orgRight, 
	.bar-id-108640 img.orgRight, .bar-id-110608 .imgSec img.orgRight {
		right: -15%;
	}
	.bar-id-107424 .imgSec img.orgLeft, .bar-id-107402 .imgSec img.orgLeft, .bar-id-107419 .imgSec img.orgLeft, 
	.bar-id-108640 img.orgLeft, .bar-id-110608 .imgSec img.orgLeft {
		left: -18%;
	}
} /* end Small devices. Do Not Delete  */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .call-to-action-header {

    }
    .call-to-action-header .call-to-action-text {

    }
    .call-to-action-header .ct-search {

    }
    .call-to-action-header .social-media {

    }
    .call-to-action-header .social-media span {

    }
    .call-to-action-footer {

    }
    .call-to-action-footer .call-to-action-text {

    }
    .call-to-action-footer .ct-search {

    }
    .call-to-action-footer .social-media {

    }
    .call-to-action-footer .social-media span {

    }
    .attachment-post-thumbnail {
        float: left;
        margin: 0 15px 15px 0;
    }
    .alignright {
        float: right;
        margin: 0 0 15px 15px;
    }
    .alignleft {
        float: left;
        margin: 0 15px 15px 0;
    }
    .aligncenter {
        display: block;
        margin: 0 auto 15px;
    }
    .number-of-col-1 {
        width: 73%
    }
    .number-of-col-2 {
        width: 35.5%
    }
    .number-of-col-3 {
        width: 23%
    }
    .number-of-col-4 {
        width: 16.75%
    }
    .footer-widget-1 {
        clear: both
    }
    .footer-widget-2 {

    }
    .footer-widget-3 {

    }
    .footer-widget-4 {

    }
    .footer-widget-5 {

    }
	.page-id-41 .wp-block-embed iframe {
		height: 16vw;
	}
	footer .social {
		display: flex;
	}
	.navbar-toggle {
		display: none;
	}
	.bar-id-107424 .imgSec img.orgRight, .bar-id-107402 .imgSec img.orgRight, .bar-id-107419 .imgSec img.orgRight, 
	.bar-id-108640 img.orgRight, .bar-id-110608 .imgSec img.orgRight {
		right: -45%;
	}
	.bar-id-107424 .imgSec img.orgLeft, .bar-id-107402 .imgSec img.orgLeft, .bar-id-107419 .imgSec img.orgLeft, 
	.bar-id-108640 img.orgLeft, .bar-id-110608 .imgSec img.orgLeft {
		left: -48%;
	}
} /* end Medium devices. Do Not Delete  */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .full_width {

    }
    .one_half {
        width: 48%
    }
    .one_third {
        width: 30.66%
    }
    .two_third {
        width: 65.33%
    }
    .one_fourth {
        width: 22%
    }
    .three_fourth {
        width: 74%
    }
    .one_fifth {
        width: 16.8%
    }
    .two_fifth {
        width: 37.6%
    }
    .three_fifth {
        width: 58.4%
    }
    .four_fifth {
        width: 67.2%
    }
    .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth {
        margin-right: 4%
    }
	header.container {
		width: 1460px;
	}
	
	.bar-id-107424 .imgSec img, .bar-id-107402 .imgSec img, .bar-id-107419 .imgSec img, .bar-id-108640 .imgSec img, .bar-id-110608 .imgSec img	{
		max-width: initial;
		bottom: -240px;
	}
	.bar-id-107414 .imgSec .orgRight {
		right: -7%;
	}
	.bar-id-107414 .imgSec .orgLeft {
		left: -7%;
	}
	.headerTop > div > div {
		width: 33.3%;
	}
	.page-id-110599 .abt-listing h2.title {
		    font-size: max(42px);
	}
	.bar-id-108640 {
		background-size: 100% 100% !important;
	}
	.woocommerce form.woocommerce-form {
    min-height: 380px;
}
	
} 
@media (min-width: 1999px) { 
	.bar-id-107424 .imgSec img.orgRight, .bar-id-107402 .imgSec img.orgRight, .bar-id-107419 .imgSec img.orgRight, 
	.bar-id-108640 img.orgRight, .bar-id-110608 .imgSec img.orgRight {
		right: -67%;
	}
	.bar-id-107424 .imgSec img.orgLeft, .bar-id-107402 .imgSec img.orgLeft, .bar-id-107419 .imgSec img.orgLeft, 
	.bar-id-108640 img.orgLeft, .bar-id-110608 .imgSec img.orgLeft {
		left: -67%;
	}
	.bar-id-109912 {
		background-size: 100% 100%;
	}
	.bar-id-109912 .container p {
	font-size: 24px;
}
.page-id-109888 #callout2 {
	background: url('/wp-content/themes/child/images/mbanner2.png') no-repeat bottom center / auto 100%;
}
}
@media (max-width:1199px) {
	nav.navbar.navbar-default {
    padding: 0 10px 0 20px;
}
.bars {
    padding: 50px 0;
}
.bar-id-109925 {
    padding: 90px 0 30px;
	font-size: 16px;
}
.recent_posts_wrap {
    margin-bottom: 40px;
}
.headerTop {
    font-size: 11px !important;
	font-weight: 700;
}
.bar-id-109899 a.button {
    font-size: 18px;
    padding: 16px 25px;
}
}
@media (max-width:991px) {
a.button {
    font-size: 18px;
}
.bar-id-107544, .bar-id-107393 {
    padding: 0;
}
.footer-widget-1.number-of-col-4 {
    width: 100%;
    text-align: center;
    margin: 0 !important;
}
.footer-widget-1.number-of-col-4 {
    width: 100%;
    text-align: center;
    margin: 0 0 40px !important;
}
footer .number-of-col-4 {
    width: 31.3%;
}
.contactDetail li {
    margin: 0px 15px 0px 15px;
    display: inline-block;
}
.morningFocus {
    min-height: 45vh !important;
}
.morningFocus h3 {
    font-size: 43px;
}
.morningFocus p {
    font-size: 17px;
    margin: -20px 0px -10px;
    letter-spacing: 0.2px;
}
.cart-top {
    position: relative;
    right: auto;
    bottom: auto;
}
.ct-search {
    padding: 5px 0px;
}
#header .ct-search {
    width: 42%;
}
.ct-search form {
    max-width: 210px;
	float: right;
    margin-right: 10px;
}
.navbar-toggle {
	float:none;
}
nav.navbar.navbar-default {
    padding: 0px;
    order: -1;
	position: absolute;
    top: 12px;
    z-index: 99;
    width: 100%;
	left:0;
}
nav.navbar-default .navbar-collapse {
	margin: 0px -20px;
	border-top: 0;
}
.navbar-collapse.collapse {
    display: none !important;
}
.navbar-collapse.collapse.in {
    display: block !important;
}
nav.navbar-default .primary-nav {
    float: none;
    background: #000;
    padding: 0 20px 20px;
}
nav.navbar-default .primary-nav > li {
	float:none;
	display: block;
}
.navbar-header {
    float: none;
    clear: both;
}
h1.logo {
    margin-left: 40px;
}
h1.logo, .ct-search, .cart-top {
    z-index: 9999;
    position: relative;
}
.dropdown > a::after {
	display:none;
}
span.dropdown-toggle.caret {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 100%;
    border: 0;
}
span.dropdown-toggle.caret::after {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    margin-right: 15px;
    color: #c1001f;
    line-height: 40px;
    font-size: 24px;
    float: right;
    width: 40px;
    text-align: center;
}
.open span.dropdown-toggle.caret::after {
    content: "\f0dd";
	    line-height: 30px;
}
.navbar-nav .open .dropdown-menu>li>a {
    font-family: 'Gotham';
    color: #fff !important;
}
.abt-listing li, .abt-listing strong {
    font-size: 16px;
}
.search-results article.type-product {
    max-width: 33.3%;
}
.bar-id-109912 h5::after {
    background-size: auto 12px;
}
.page-id-109888 .abt-listing > div, .page-id-109888 .abt-listing h2 {
    text-align: center;
}
.mike-o-hearn .abt-listing h2.title::after {
    background-position: bottom center;
}
.abt-listing img {
    margin: 0 auto;
    max-width: 300px;
    display: block;
}
.mike-o-hearn .abt-listing p {
    font-size: 15px;
    line-height: 20px;
}
.page-id-109888 #callout2 {
    background-size: auto 90%;
}
.strong-view.wpmtst-default .strong-grid .wpmtst-testimonial {
    padding-top: 30px;
    padding-bottom: 20px;
    border-radius: 20px;
}
.strong-view.wpmtst-default .strong-grid .wpmtst-testimonial .wpmtst-testimonial-content {
    min-height: 270px;
}
.strong-view.wpmtst-default .strong-grid .wpmtst-testimonial::before {
    zoom: 0.5;
}
.strong-view.wpmtst-default .wpmtst-testimonial-content p {
    line-height: inherit;
    font-size: 12px;
}
}
@media (max-width: 768px) {
	.woocommerce-page table.cart td.actions .coupon .button {
    width: auto;
    float: left !important;
}
.woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce table.shop_table.cart button[name="update_cart"] {
    float: none;
}
.woocommerce .cart_totals table .shipping td {
    text-align: left !important;
}
.woocommerce .cart_totals table .shipping td::before {
    float: none;
}
.woocommerce-checkout #payment ul.payment_methods li input {
	float:left;
}
.woocommerce-checkout-payment ul.methods li label {
	width: calc(100% - 3em);
    line-height: normal;
}
}
@media (max-width: 767px) {
	.headerTop {
		display:none;
	}
	.promo p {
    font-size: 12px;
}
#callout2 {
    padding: 40px 0;
}
#callout2 .post {
    width: 100%;
}
.logo img {
    max-width: 200px;
}
.cart-top span.woocommerce-Price-amount.amount, .ct-search {
	display:none;
}
.cart-top span.count {
    left: 8px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 9px;
    top: -4px;
}
header .d-sm-flex {
	display:flex;
}
nav.navbar.navbar-default {
    top: 1px;
}
.navbar-toggle {
    padding: 6px 6px;
	    margin-left: 12px;
}
nav.navbar-default .primary-nav {
    margin-top: 0;
}
.fourCate figcaption {
    display: flex;
    font-size: 18px !important;
}
.morningFocus h3 {
    font-size: 30px;
}
.morningFocus p {
    font-size: 12px;
    margin: -12px 0px -10px;
}
.wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 50%;
    width: 50%;
    float: left;
}
.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd) {
    clear: left;
}
h2.title, h1.entry-title, h1.page-title, .related.products > h2 {
    margin: 0px 0 20px;
}
h2.title::after, h1.entry-title::after, h1.page-title::after, .related.products > h2::after {
    height: 15px;
}
.bar-id-107391 h3 {
    font-size: 12px;
    padding: 10px 10px 10px;
}
.btnBg {
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 35px;
}
.nowAvailable a.button.black {
    margin: 0px auto 0;
    font-size: 12px;
    padding: 10px 20px;
}
.newsletter section p {
    font-size: 12px;
}
.newsletter input.wpcf7-text {
    height: 48px;
    max-width: 100%;
    font-size: 16px;
}
.newsletter input.wpcf7-submit {
    font-size: 12px !important;
    line-height: 20px;
    padding: 11px 15px;
	float:none;
}
.contactDetail li {
    font-size: 16px;
    font-weight: 300;
	background-size: 30px !important;
}
footer .number-of-col-4 {
    width: 100%;
}
footer .social {
    font-size: 16px;
}
footer .socialmedia a {
    margin: 0 10px;
    zoom: 0.8;
}
.call-to-action-text-footer {
    display: block;
}
.call-to-action-text-footer > div {
    width: 50%;
    float: left;
}
footer #custom_html-5 h3 {
    font-size: 20px;
}
footer #custom_html-5 img {
    width: 48%;
    float: left;
    margin: 0 1px;
}
footer #custom_html-6 {
    text-align: center;
    margin: 20px 0 0;
    width: 100%;
    font-size: 20px;
}
#footer {
    padding: 30px 0;
}
#footer2 {
	text-align: center;
}
.widgetSec h3::after {
    content: "+";
    float: right;
    font-size: 21px;
    line-height: 20px;
    color: #fff;
}
.widgetSec h3 + div {
    display: none;
}
.widgetSec h3 + div.current {
    display: block;
	margin-bottom: 30px;
}
.abt-listing h2.title {
    text-align: center;
}
.abt-listing img {
    margin: 0 auto;
    max-width: 240px;
    display: block;
}
.abt-listing li:before {
    font-size: 9px;
    line-height: 24px;
}
.bar-id-107402 video {
    max-width: 270px;
    margin: 0 auto 30px;
}
.bar-id-107402 img, .bar-id-107414 img, .bar-id-107419 img, .bar-id-107424 img, .bar-id-110608 img {
	max-width: 100px;
}
.bar-id-107424 img.wp-image-295, .bar-id-108640 img.wp-image-108641, .bar-id-110608 img.wp-image-110604 {
    display: block;
    margin: 0 auto 20px;
    max-width: 270px;
}
.bar-id-108640 .wp-image-113556 {
    max-width: 270px;
    margin: 0 auto;
}
.imgSec {
    margin-top: 40px;
}
.imgSec img {
    bottom: -70px;
}
.wc-block-grid__products .wc-block-grid__product-image img, .woocommerce ul.products li.product a img,
.wc-block-grid__products .wc-block-grid__product-image:hover img, .woocommerce ul.products li.product:hover a img {
    margin-bottom: 10px;
}
a.btn.moretag {
    margin-top: 0;
}
.recent_posts_wrap h3 {
    height: auto;
}
.woocommerce ul.products li.product .button {
    padding: 10px 20px;
    top: 0;
	font-size: 14px !important;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link, .btnBg a.button {
    padding: 10px 20px;
    font-size: 14px;
}
.ftCenter {
    font-size: 14px;
}
.ftCenter p {
	font-size: 14px !important;
}
.morningFocus a {
	width: auto;
}
.search-results article.type-product {
    max-width: 50%;
}
.mike-o-hearn .titan img {
    max-width: 140px !important;
    margin: 0 auto;
}
.mike-o-hearn footer .wp-image-108958 {
    max-width: 200px !important;
	margin: 0 auto;
}
.mike-o-hearn nav.navbar.navbar-default {
    top: 20px;
}
.mike-o-hearn nav.navbar-default .primary-nav {
    padding: 20px;
}
.bar-id-109899 .d-flex {
    flex-direction: column;
	gap: 0em;
}
.bar-id-109899 img {
    margin: -120px auto 0;
    max-width: 80%;
}
.bar-id-109899 .content {
    flex: 0 0 100%;
    padding: 20px 0;
    width: 100%;
    text-align: center;
}
.bar-id-109899 a.button {
    padding: 16px 50px;
}
.bar-id-109912 {
    background: #000000 !important;
    margin-top: 0;
}
.bar-id-109912 h5 {
    margin: 0 0 20px;
}
.bar-id-109912 .one_third img {
    max-width: 200px;
}
.bar-id-109968 {
    margin-bottom: -20px;
}
.category #callout2 .post {
    width: 100%;
}
.contentDetails .entry-title2 {
    font-size: 16px;
    height: auto;
    line-height: 24px;
}
.contentDetails p {
    margin: 20px 0;
}
.category h1.entry-title {
    font-size: 24px;
	padding: 0 20px;
}
.strong-view.wpmtst-default .strong-grid .wpmtst-testimonial .wpmtst-testimonial-content {
    min-height: inherit;
}
.strong-view.wpmtst-default .strong-grid .wpmtst-testimonial::before {
    zoom: 1;
}
}
@media (max-width:567px) {
	.woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text {
    width: 100%;
	}
	table span.woocommerce-Price-amount.amount {
    font-size: 16px;
}
.cart_totals h2 {
    text-align: center;
}
.cart_totals table td {
    width: 100% !important;
}
#kl_newsletter_checkbox_field label {
    line-height: normal;
}
#ship-to-different-address {
    margin-top: 30px;
}
.age-verification-overlay .age-verification-popup {
    width: 95% !important;
    top: 10% !important;
    margin: 0 auto !important;
    right: 0% ;
}
.age-verification-popup p.age-verification-q {
    margin-bottom: 25px;
}
.teams img {
    max-width: 240px;
}
a.age-verification-btn {
    margin: 10px 0 !important;
}
.woocommerce table.shop_table.cart td {
	display: flex;
    flex-wrap: wrap;
	    align-items: center;
		justify-content: space-between;
		line-height: 20px;
}
.woocommerce table.shop_table.cart td.product-thumbnail {
    display: none;
}
}
.age-verification-overlay {
    z-index: 99999;
}
.age-verification-popup {
	padding: 4vw 30px;
	left:0;
	right:0;
	margin-left: auto;
	margin-right: auto;
}
.age-verification-popup:before {
	height:0;
}
.age-verification-client-img {
    width: 200px;
    height: 200px;
    overflow: hidden;
    padding: 0;
}
a.age-verification-btn {
    background: #516a00;
    border-radius: 0;
    text-transform: uppercase;
    width: auto;
    min-width: 200px;
    display: inline-block;
}
.age-verification-btn:hover {
	margin-top:0;
	background: #000000;
	color: #ffffff;
}
.age-verification-title {
    margin-top: 30px;
}
.page-id-109888 a.age-verification-btn {
	background: #d3ad4e;
}
a.age-verification-btn.age-verification-btn-no {
	background: #c1001f;
}
a.age-verification-btn.age-verification-btn-no:hover, .page-id-109888 a.age-verification-btn:hover {
	background: #000000;
}
.age-verification-overlay .age-gate-remember-me {
    display: block;
    margin-top: 20px;
}
.age-verification-overlay .age-gate-remember-me input {
    width: auto;
}
.page-id-109888 img.age-verification-client-img {
    display: none;
}
.page-id-109888 .age-verification-popup::before {
	content:url('https://urbanicebotanicals.com/wp-content/uploads/2022/08/Mike-OHearn-Titan-Series-Logo-300x150.png');
	height: auto;
    background: transparent;
    position: relative;
    top: 0;
    margin-bottom: -10px;
}
.page-id-109888 .age-verification-popup::after {
    height: 30px;
    background: #d3ad4e;
}
.page-id-109888 .age-verification-popup {
	background: url('https://urbanicebotanicals.com/wp-content/uploads/2022/11/titanpopup.jpg') no-repeat top center / cover;
}
.age-verification-q{
	margin-bottom: 4vw;
}
span.wpcf7-spinner {
    display: none;
}
.d-none {
	display:none !important;
}
img.salefinal {
    display: none;
}
.product_cat-apparel img.salefinal {
    display: block;
	margin-top: 5px;
}
.page-id-109888 #footer::before {
	display:none;
}

/* end Large devices. Do Not Delete  */


/*******************************************************************************
*
*
*  DO NOT PLACE CUSTOM THEME CSS HERE - ALL CUSTOM THEME CSS GOES AT THE TOP
*  DO NOT PLACE RANDOM MEDIA QUERIES HERE - ALL MEDIA QUERIES SHOULD ALREADY BE DEFINED ABOVE
*  IF YOU ARE ADDING NEW MEDIA QUERIES THEN YOU DONT UNDERSTAND BOOTSTRAP CORE! 
*
*
********************************************************************************/