body,html {height:100%;}
body {background-color:#fff; color:#333; font-family: 'Open Sans', sans-serif; font-weight:400; padding: 0; margin:0; margin-top: 145px;}
p {font-family: 'Open Sans', sans-serif;}
b, strong {font-weight:bold;}
em {font-style:italic;}
hr{opacity:.5; clear:both;}
hr.thick {
    border-top: 4px solid #ccc;
}
img {
    max-width: 100%;
    height: auto;
}
a {color:#a71a22;}
a:hover {color:#75060c;}
.btn {font-family: 'Montserrat', sans-serif; text-transform:uppercase; font-weight:700;}
.btn-group-lg>.btn, .btn-lg {font-size: 1.5rem; padding: 8px 20px;}

.btn-border {
    color: inherit;
    border: 3px solid #fff;
}
.btn-border:hover {background:#fff; color:#000; border-color:#fff;}

.btn-yellow {background:#f7f405; color:#0c6fde;}
.btn-yellow:hover {background:#f9bc04; color:#fff;}

.btn-green {background:#4b9225; color:#fff;}
.btn-green:hover {background:#3c761e; color:#fff;}

.btn-red {background:#a71a22; color:#fff;}
.btn-red:hover {background:#000; color:#fff;}

.btn-arrow {background:#fff url(images/arrow.png) no-repeat center right; background-size:contain; color:#2b5fac; padding: 6px 45px 6px 12px; border:0;}
.btn-arrow:hover {background:#2b5fac url(images/arrow-hover.png) no-repeat center right; background-size:contain; padding: 6px 45px 6px 12px; color:#fff;}

pre {
    white-space: normal;       /* Since CSS 2.1 */
    white-space: -moz-normal;  /* Mozilla, since 1999 */
    white-space: -normal;      /* Opera 4-6 */
    white-space: -o-normal;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    font-size:inherit;
}

.bg-red {background:#a71a22;}
.bg-blue {background:#0babf5;}
.bg-green {background:#4b9225;}
.bg-black {background:#000;}

section ul {margin-left:30px; list-style:disc;}

.text-col-2 {
	-webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
	-webkit-column-width: 300px;
     -moz-column-width: 300px;
          column-width: 300px;
}

/****** Universal styles ******/
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {font-family:'Montserrat', sans-serif; font-weight: 800; line-height:1.3em; color:#000;}
/*h1 {font-size:4em;}
h2 {font-size:2.75em;}
h3 {font-size:2.4em;}
h4 {font-size:2em;}*/
h1 span.small {font-weight:400; font-style:initial; letter-spacing:0.1em; font-size:30%;}


.black{color:#000;}
.red a {color:#ed2124;}
.red.btn {color:#fff;}
span.red {color:#ed2124;}

h5 {color:#777;margin-top:20px;}
.lite, .pink, .zen, .pricing, .snow, .tri, .feathers, .wall, .sf {background-color:#eee; color:#333;}
.repeat, .zen, .wood, .leather, .ratings {background-repeat:repeat;}
.no-repeat, .map, .sf{background-repeat:no-repeat;}

.clr {clear:both; height:10px;}
.clrMid {clear:both; height:50px;}

.edit-link {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99999999;
}

.grayscale img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	opacity:0.5;
}
.grayscale img:hover {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
	opacity:1;
}

.entry-content ul {list-style:disc; margin-left:30px;}
.entry-content ol {list-style:decimal; margin-left:30px;}
.entry-content #primary.widget-area ul.sid {margin-left:0;}

.entry-content ul.half li {width: 50%; float:left;}
.entry-content ul.thirds li {width: 33%; float:left;}
.entry-content ul.fourths li {width: 25%; float:left;}

.entry-content ul.pagination, .entry-content ul.accordion {margin:0; list-style:none;}

.bar-header {font-weight:bold;}

.round, .btn-round {border-radius:1000px;}

.panel-heading {font-size:1em; font-family:'Open Sans', sans-serif;}

.panel.panel-white {border-radius:0; border:2px solid #2b5fac; margin: 10px;}
.panel.panel-white .panel-body {padding: 35px 25px;}

.line-below:after {content:''; display:block; width:120px; margin:20px auto 20px; border-bottom: 5px solid #ccc;}

.row.collapse {
    display: block;
margin:0;
}

.row.collapse .col-sm-4 {
    padding: 0;
}

.home .row.collapse {border: 2px solid #fff;}
.home .row.collapse img {border: 2px solid #fff;}

.float-right {
    float: right;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #ddd;
}


.white-text>* {color:#fff;}
.white-text span.small {color:#ddd;}



#sidebar .card {margin-bottom: 15px; overflow:hidden;}
#sidebar .card .card-body {padding:0;}
#sidebar .card ul {margin:0; list-style:none;}
#sidebar .card ul li a {display:block; padding: 10px 10px 10px 20px; background:#fff;border-bottom: 1px solid #ddd;}
#sidebar .card ul li:last-child a {border-bottom: 0;}
#sidebar .card ul li a:hover {text-decoration:none; background:#f9f9f9;}

ul.leaders {margin-left:0; width:400px; max-width:100%; list-style:none;}

ul.leaders li { clear: both; }

ul.leaders li span:first-child {
	float: left;
	padding: 0 .4em 0 0;
	margin: 0;
}
ul.leaders li span + span {
	float: right;
	padding: 0 0 0 .4em;
	margin: 0;
}

ul.leaders li:after {
	content: "";
	display: block;
	overflow: hidden;
	height: 1.1em;
	border-bottom: 2px dotted;
}

a.facebook {color:#4469B0;}
a.facebook:hover {color:#333;}
a.twitter {color:#1EB7EE;}
a.twitter:hover {color:#333;}
a.linkedin {color:#1277B2;}
a.linkedin:hover {color:#333;}
a.linkedin {color:#1277B2;}
a.linkedin:hover {color:#333;}
a.google {color:#DA4F46;}
a.google:hover {color:#333;}
a.instagram {color:#D11488;}
a.instagram:hover {color:#333;}





/****** SECTIONS ******/
.slogan {
    text-transform: uppercase;
    font-size: 0.7em;
letter-spacing: 0.1em;
    color: #2082bc;
}
header {
    padding: 0;
    position: relative;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.35);
}

header .bg-black {padding: 5px 0;}
header .social {font-size:1.5em;}
header .phone {line-height:2.2em;}
header .bg-black a {color:#fff;}
header .bg-black a:hover {color:#ccc;}

header a.facebook {color:#3A579D;}
header a.twitter {color:#1CA1F3;}
header a.youtube {color:#CD201F;}

header .mega-menu-wrap li.bold a {font-weight:bold !important;}

header.fixed-top, .fixed-top {
    position: fixed !important;
    width: 100% !important;
    top: 0;
    z-index: 999;
}

.metaslider {
    max-width: 100%;
    overflow: hidden;
}




section{padding-top:100px; padding-bottom:100px; overflow:hidden; background:#fff;}
section.tight {padding: 40px 0 30px;}

section.shadow {position:relative; box-shadow: 0 .75rem .75rem rgba(0,0,0,.15) !important;}

section.front {
    padding: 0 0 20px;
	width: 1140px;
    max-width: 100%;
    margin: -380px auto 0;
	background:transparent;
	overflow:visible;
}


section .caption {position:absolute; width:100%; padding: 10px; color:#fff; background:rgba(0,0,0,0.6); bottom:0; left:0;}

section.front h1 {
    font-size: 36px;
    color: #fff;
    background: rgba(0,0,0,0.65);
padding: 50px 40px 30px;
}

section.front h1 small {background:rgba(167,26,34,1); text-transform:uppercase; color:#fff; display:block; position: absolute; top: -30px; left: -10px; line-height:1em;}

section.front p.lead {color:#fff; font-size:1.4em; text-shadow: 0 0 4px #000; width:730px; max-width:100%; margin: 0 auto 15px;}
section.front .learnBtn {text-align:right; margin-top:-40px; margin-right: 15px;}


section.boxes {padding:50px 0 50px;}

.box-dark-gradient {
background: #000000; /* Old browsers */
background: -moz-linear-gradient(left, #000000 0%, #212121 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #000000 0%,#212121 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #000000 0%,#212121 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#212121',GradientType=1 ); /* IE6-9 */
padding-top:50px;
padding-bottom:20px;
box-shadow: 7px 9px 40px rgba(0,0,0,0.6);
}

.box-dark-gradient h2, .box-dark-gradient h3 {color:#fff; text-transform:uppercase; font-size:1.5em;}
.box-dark-gradient p {color:#fff; font-size:1.2em;}

section.benefits, section.quality, section.advantages {padding:0;}
section.benefits .img {background:url(images/tag-stick-roll.jpg) no-repeat center center; background-size:cover; min-height:500px;}
section.benefits .padding, section.quality .padding, section.advantages .padding {padding:80px 40px 60px;}
section.quality .img {background:url(https://www.tag-stick.com/wp-content/uploads/2019/03/tag-stick-roof-installation.jpg) no-repeat center center; background-size:cover; min-height:500px;}
section.advantages .img {background:url(https://www.tag-stick.com/wp-content/uploads/2019/02/tag-n-stick-roof-barrier.jpg) no-repeat center center; background-size:cover; min-height:500px;}


section.testimonials {background:url(images/testimonials.jpg) no-repeat center center fixed; background-size:cover; padding: 200px 0;}
section.testimonials .test_bg {background:rgba(167,26,34,0.8); padding:5px 20px; color:#fff;}
section.testimonials .testimonial-client {font-size:0.8em;}
section.testimonials .testimonial-content p {font-size:1.2em;}

section.testimonials .testimonial:before {
    content: '\f10d';
    position: absolute;
    font-size: 3.5em;
    margin-left: -41px;
    margin-top: -54px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
}

section#roofdesign {background:url(images/roof-design.jpg) no-repeat center center; background-size:cover;}


.purchase h2 {font-size:1.5em;}
.purchase .lead {font-size: 1.125rem;}


.menu-top-menu-container {width:370px; max-width:100%; float:right;}

header #menu-top-menu {margin-top:10px; margin-bottom:15px;}
header #menu-top-menu li {border-right:1px solid #fff;}
header #menu-top-menu li:last-child {border-right:0;}
header #menu-top-menu li a {color:#fff; padding: 10px 15px; font-size:0.85em;}
header #menu-top-menu li a:hover {color:#ccc;}



.wp-block-image.above figcaption {
    color: #fff;
    background: rgba(0,0,0,0.5);
    margin-top: -31px;
    position: relative;
    padding: 6px 0;
    font-style: italic;
}


/*********** Background Video Styles ***************/
.vidbcg {
position:absolute;
top:0px;
right:0px;
z-index:-1;
height:100%;
width:100%;
overflow:hidden;
	background:#000;
}

#videobcg { 
     position: absolute;
     top: 0px;
     right: 0px;
     min-width: 100%;
     min-height: 100%;
     width: 100%;
     height: auto;
     z-index: -2;
     overflow: hidden;
}



section#front-bullets {
    color:#fff;
    padding: 0;
}
section#front-bullets p {margin:0;}
section#front-bullets a {color:#fff; display:block; padding: 20px 20px; margin:0; font-size:1.35em;}
section#front-bullets a:hover {background:rgba(0,0,0,0.125); text-decoration:none;}
section#front-bullets .one {display:inline-block; vertical-align: middle; width: 50px; height:78px; margin-right: 10px; background:url(images/one.png) no-repeat center center; background-size:100%;}
section#front-bullets .two {display:inline-block; vertical-align: middle; width: 50px; height:78px; margin-right: 10px; background:url(images/two.png) no-repeat center center; background-size:100%;}
section#front-bullets .three {display:inline-block; vertical-align: middle; width: 50px; height:78px; margin-right: 10px; background:url(images/three.png) no-repeat center center; background-size:100%;}
section#front-bullets .circle-border {display:inline-block; vertical-align: middle; width: 50px; height:60px; margin-right: 10px; background:url(images/circle-border.png) no-repeat center center; background-size:100%; line-height: 60px; font-size: 1.2em; text-align:center;}

section.cta {padding: 0; color:#fff;}
section.cta .box {
    background: #ccc;
    padding: 10px;
}
section.cta .box .inner-box {
    border: 2px solid #fff;
    padding: 40px;
    background:url(images/inner-arrow.png) no-repeat bottom center;
    background-size:35px;
}
section.cta h2 {
    font-size:1.5em;
    color:#fff;
}

section.cta .box.light {background:#88d3e4;}
section.cta .box.light2 {background:#56c5d0;}
section.cta .box.dark {background:#337374;}
section.cta .box.dark2 {background:#1b3d3d;}


section.front-cta {padding:0;}
section.front-cta h2 {text-transform:uppercase; font-size:3.5em; line-height:1em;}
section.front-cta .info {
    width:550px;
    max-width:100%;
    float:right;
    padding:70px 30px;
}
section.front-cta .image {
    background:url(images/property-manager.jpg) no-repeat center center;
    background-size:cover;
    height:500px;
}

section.bottom-cta {padding: 150px 0 140px; background:url(images/file-tax-returns.jpg) no-repeat left center; text-shadow: 1px 1px 3px #000;}
section.bottom-cta h2 {color:#fff;}
section.bottom-cta .btn {text-shadow:none;}

section#footer-widgets {padding: 50px 0 30px; background:#000; color:#fff;}

#footer-widgets .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    line-height: 1.3em;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

#footer-widgets ul {margin:0;}

#footer-widgets ul li {list-style:none;}

#footer-widgets .post-date {
    display: block;
    font-size: 0.8em;
    font-style: italic;
    color: #ccc;
}

#footer-widgets a {color:#fff;}
#footer-widgets a:hover {color:#ccc;}


.frontfeatured {background:#eeeeee; border-bottom:6px solid #56c5d0; margin-top:15px;}
.frontfeatured .featimg {background-size:cover; background-position:center center; height:240px;}
.frontfeatured .summary {padding: 30px 30px 20px;}
.frontfeatured a {color:#337374;}
.frontfeatured a:hover {color:#222;}
.frontfeatured a.btn {color:#fff;}


section.hero {padding:180px 170px; background-size:cover; background-position: center center;}
section.hero h1 {color:#fff; text-shadow: 1px 1px 3px #000; text-transform:uppercase;} 
section.hero p.lead {color:#fff; text-shadow: 1px 1px 3px #000;}

/*
#aptModal .wpcf7 {
    background: #fff;
    width: 300px;
    max-width: 100%;
    padding: 20px;
    margin: 20px;
}

#aptModal .modal-body {
    background: #23315e url(images/appointment-bg.jpg) no-repeat center center;
	background-size:cover;
}
*/


section.newsletter {background:#ce0d15; color:#fff; padding: 40px 0 25px;}
section.newsletter h3 {color:#fff;}
section.newsletter form {margin-top:15px;}
section.newsletter form input[type=text] {background:transparent; border-radius:0; border: 2px solid #fff;}
section.newsletter form input[type=text]::placeholder {color:#f9f9f9; font-size:90%; font-style:italic;}
section.newsletter form .btn {border:2px solid #fff;}
section.newsletter form .btn:hover {border:2px solid #000; background:#000; color:#fff;}


section.slick-slider {padding:0;}




section.blog .container {margin: 50px auto;}



section.ins img {margin: 10px;}


.plan .col-sm-4 {margin-top:-84px; z-index:2;}

.plan-line {
border: 2px solid #0c6fde;
    width: 70%;
    margin: 0 auto;
    margin-top: 84px;
 z-index:2;
}

.featSection {background:#f5f5f5; border: 1px solid #aaa; padding: 10px; margin: 15px 0;}
.featSection .icon {width:100px; height:100px; margin:15px auto; color:#fff; line-height:100px; font-size:3em;}
.featSection h2 {font-size:1.1em;}

p.social a {color:#ccc; margin-right:6px;}
p.social a:hover {color:#333;}



/****** Intro / Trainer Section, includes header/navigation *****/
.navbar {margin-bottom:0; margin-top:20px; font-family:'Montserrat', sans-serif;}
a.navbar-brand {margin-top:4px;}
.navbar-brand > img {
    display: inline-block;
max-height: 45px;
}
.kanji{margin-top:-3px;}
ul#menu-main-menu {
    margin-top: 6px;
}
.nav-pills a {border:1px solid transparent;}
.nav-pills>li.active>a.btn{background-color: #fff;color:#333;}
.nav a, .nav a:link {color: #9f9f9f;}
.nav a.btn {color:#000; margin-left:10px;}
.nav a:hover, .nav a:focus {color: #000;}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus, .nav-pills>li.current-menu-item>a {background-color: #00A6CF; color: #fff;}

header .head-top .nav a {color:#fff; padding: 6px 15px;}
header .head-top .nav > li > a:focus, header .head-top .nav > li > a:hover {color:#333;}

.navbar-collapse {padding:0;}
.navbar {min-height:10px; border:0px;}
.navbar .nav a, .navbar .nav a:link {color:#888; font-size:1em; text-transform:uppercase; padding: 12px 8px; margin:0 5px;}
.navbar-nav>li>a {margin: 0 10px;}
.navbar .nav .dropdown-menu>li>a {padding:6px 15px;}
.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {color:#007AA8; background:#fff;}
.navbar-nav>li>.dropdown-menu {border:0;}

.navbar .nav .dropdown-menu a, .navbar .nav .dropdown-menu a:link {margin:0;}

.dropdown-menu>.active>a {background-color: #fff; color:#666;}
.dropdown-menu>.active>a:hover {background-color:#eee; color:#333;}

.navbar-toggle .icon-bar {background: #27418e;	}

#mega-menu-wrap-top-menu {clear:none; float:right;}

/****** Location / Address / Map section *****/
.map::before {
    position: absolute;
    top: 50%;
    left:50%;
    color:#000;
    font-size:50px;
    margin-left:-25px;
    margin-top:-50px;
    text-shadow:0px 0px 20px #fff;
    font-family: 'fontfit';
    content: "\e608";
  }
.add {background-color: rgba(0,0,0,.7);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,1));
	background: -moz-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,1));
	background: -ms-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,1));
	background: -o-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,1));
  padding-top:10px; padding-bottom:0px; }
p.move{margin-top:650px;margin-bottom:10px;}
.map p small {background-color:rgba(255,255,255,.7);text-shadow: 0 -1px 0 rgba(255,255,255,1);}



/****** Inverted (light on dark) buttons ******/
.btn-invert {
  color: #fff;
  background-color: #000;
  border-color: #222;
}
.btn-invert:hover,
.btn-invert:focus,
.btn-invert:active,
.btn-invert.active,
.open > .dropdown-toggle.btn-invert {
  color: #e6e6e6;
  background-color: #333;
  border-color: #111;
}
.btn-invert:active,
.btn-invert.active,
.open > .dropdown-toggle.btn-invert {
  background-image: none;
}
.btn-invert.disabled,
.btn-invert[disabled],
fieldset[disabled] .btn-invert,
.btn-invert.disabled:hover,
.btn-invert[disabled]:hover,
fieldset[disabled] .btn-invert:hover,
.btn-invert.disabled:focus,
.btn-invert[disabled]:focus,
fieldset[disabled] .btn-invert:focus,
.btn-invert.disabled:active,
.btn-invert[disabled]:active,
fieldset[disabled] .btn-invert:active,
.btn-invert.disabled.active,
.btn-invert[disabled].active,
fieldset[disabled] .btn-invert.active {
  background-color: #ccc;
  border-color: #000;
}
.btn-invert .badge {
  color: #333;
  background-color: #fff;
}


/****** Form Styling ******/
#searchform {margin-bottom:0px; }
#sidebar #searchform {margin-bottom:15px;}


/****** Blog Style ******/
.customDate {
    position: absolute;
    z-index: 1;
    background: #fff;
    padding: 10px 15px;
border:1px solid #ccc;
border-left:none;
border-top:none;
}

span.day {
    display: block;
    font-size: 2em;
    font-weight: 800;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1em;
}
span.up {font-weight:400; font-size: 0.5em; vertical-align: super;}

span.month {
    display: block;
    text-align: center;
text-transform:uppercase;
color:#ccc;
}

.row.blog-section {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
margin-bottom:20px;
}

.nopad {padding:0;}




/****** Footer Styles ******/
footer {padding: 30px 0; background:#000; color:#fff;}
footer p {margin:0; color:#fff;}
footer a {color:#eee;}
footer a:hover {color:#333;}

footer hr {border-color:#666;}




/****** Services Accordion Styles ******/
.panel-default {overflow:hidden;}
ul.custom-accordion {
    list-style: none;
    margin: 0;
}

ul.custom-accordion .sub-menu {
    list-style: none;
    margin:0;
}

ul.custom-accordion li {background: #fff;}

ul.custom-accordion li a {
    padding: 8px 8px 8px 18px;
    border-bottom: 1px solid #ddd;
display:block;
}

ul.custom-accordion > li:last-child a {border:0;}

ul.custom-accordion li a:hover {background:rgba(0,0,0,0.1);}

ul.custom-accordion li.current-menu-parent {background:#2ca4d0;}

ul.custom-accordion li.current-menu-parent > a {color:#fff;}

ul.custom-accordion li ul.sub-menu li a {padding-left:36px;}

ul.custom-accordion li.current-menu-item a {background:rgba(0,0,0,0.05);}





section.front form h3 {
    color: #fff;
    margin: 0 0 12px;
    padding: 0;
    line-height: 1.25em;
font-size:1.2em;
text-align:center;
}

section.front form {
    padding: 13px;
    background: rgba(0,0,0,0.3);
    border-radius: 10px;
    border: 3px solid rgba(255,255,255,0.3);
}

section.front form .form-control {
    background: #5096c3;
    border: 0;
    color: #fff;
}

section.front form *.form-control:-ms-input-placeholder { color:#fff !important; }
section.front form *.form-control::-moz-placeholder { color:#fff !important; }
section.front form *.form-control::-webkit-input-placeholder { color:#fff !important; }

section#testimonials {
    padding-top:90px;
}
section#testimonials h2 {font-size:2.5em;}


.home .easy_testimonial {
    font-size: 140%;
}

.easy_testimonial cite span:before {
    content: '- ';
}

.easy_testimonial cite span {
    color: #ddd;
    font-size: 90%;
}

.home .easy_testimonial cite span {
    color: #fff;
}


#primary.widget-area form h3 {font-size:1.1em; margin: 0 0 20px;}

.affix {
-moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.affix-menu {
    background: rgba(0,0,0,0.5);
    width: 100%;
    display: block;
    margin-top: -57px;
    text-align: center;
    font-size: 1.25em;
	color:#fff;
}

.affix-menu a {
    padding: 8px 16px;
    background: rgba(0,0,0,0.5);
    display: inline-block;
    color: #fff;
    margin: 15px 5px 0;
}
.affix-menu a:hover {color:#EAEA3F;}

#disclaimer {padding-top: 0px; padding-bottom: 25px; color:#888;}
#disclaimer hr {border-top: 2px solid #888;}



/******* WOOCOMMERCE CUSTOM STYLES ********/
.woocommerce span.onsale {
    width: 50px;
    height: 50px;
    background: #CC1320;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0;
    margin: 0;
    font-size: 1.5em;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {color:#CC1320; font-size: 1.75em;}

.woocommerce div.product .product_title {font-size:3.5em;}

.woocommerce ul.products li.product .price {
    color: #CC1320;
    display: block;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 1.25em;
}
.woocommerce ul.products li.product .price ins {font-weight:400;}
.woocommerce ul.products li.product .button {display:none;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 15px;
	text-align:center;
	transition: all 0.3s ease;
	min-height:370px;
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
    /*box-shadow: 0 0 5px #666;*/
    border: 4px solid #000;
}
.woocommerce .woocommerce-breadcrumb {width: 1140px; margin: 0 auto 25px; max-width:100%; border-bottom: 2px solid #666; padding-bottom: 15px;}
.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a {
    color: #666;
}

.woocommerce .woocommerce-breadcrumb span {
    padding: 0 5px;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none;
}


.mg-brand-wrapper.mg-brand-wrapper-product a {
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 0 8px;
    margin-bottom: 15px;
    display: inline-block;
}

.mg-brand-wrapper.mg-brand-wrapper-product a:hover {
    color: #fff;
    background:#000;
    text-decoration:none;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background:#CC1320;
    font-family:'Montserrat', sans-serif; font-weight: 400;
    text-transform:uppercase;
    border-radius:0;
    font-size:1.2em;
    line-height:1em;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background:#000;
}
.woocommerce .quantity .qty {
    line-height: 36px;
}

.product_meta > span {
    display: block;
}

.product_meta > span {
    display: inline-block;
    border: 1px solid #000;
    padding: 0 6px;
    margin: 4px 2px 2px 0;
    color: #000;
    text-transform: uppercase;
    font-size: 0.9em;
}

.product_meta > span a {
    color: #CC1320;
}

.woocommerce-tabs h2 {
    color: #CC1320;
    font-size: 1.5em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {margin-bottom:0;}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: rgb(204, 204, 204);
    border-top: 0;
    padding: 15px;
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    margin-bottom:30px;
}

.woocommerce #review_form #respond .form-submit input {text-transform:uppercase; font-family:'Montserrat', sans-serif; font-weight: 400; font-size: 1.2em;}

.woocommerce div.product form.cart .variations select option {
    font-size:1em;
    background:#fff;
    color:#666;
}
.woocommerce div.product form.cart .variations select {
-webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    background-color: #fff;
    background-image: url(images/select-arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
    border: 1px solid #000;
    border-radius: 0px;
    color: #000;
    font-size: 14px;
    font-family:'Montserrat', sans-serif; font-weight: 400;
    text-transform:uppercase;
    margin: 0;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 0;
}

.woocommerce nav.woocommerce-pagination {margin-bottom:25px;}

#searchFrm {width: 320px; float:right;}
#searchBtn {float:right;}
#searchFrm .form-group {margin:0;}

.aws-container .aws-search-field {

    height: 44px;
    width: 100%;
    color: #313131;
    padding: 6px 12px;
    line-height: 30px;
    display: block;
    font-size: 12px;
    position: relative;
    z-index: 2;
    background: #fff;
        background-color: rgb(255, 255, 255);
    -webkit-appearance: none;
    border: 5px solid #CC1320;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
-webkit-box-flex: initial;
-ms-flex: initial;
flex: initial;
max-width: initial;
}

.wc_num_items {
    position: absolute;
font-size: 0.55em;
background: #fff;
color: #CC1320;
width: 16px;
height: 16px;
text-align: center;
line-height: 13px;
border-radius: 100px;
right: 11px;
border: 1px solid #CC1320;
font-weight: bold;
top: -3px;
}

nav.woocommerce-MyAccount-navigation ul,nav.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 4px 8px;
    color: #000;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

nav.woocommerce-MyAccount-navigation ul {
    border: 2px solid #000;
    text-transform: uppercase;
}

nav.woocommerce-MyAccount-navigation ul li {
    border-bottom: 2px solid #000;
}

nav.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: 0;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #c00;
    color:#fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
}   

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 72%;
}


/***** Woocommerce Mini Cart *****/
.mini_cart_row {clear:both; border-bottom: 1px solid #ddd; padding-bottom:4px; margin-bottom: 4px; font-size: 0.9em;}
.mini_cart_empty {
    padding: 5px 15px;
}

.mini_cart_image {
    width: 50px;
    border: 1px solid #000;
    margin: 0 4px;
    float: left;
}

.mini_cart_info {
    min-height: 50px;
}

.mini_cart_price {
    display: inline-block;
}

.mini_cart_qty {
    display: inline-block;
}

.mini_cart_subtotal {
    text-align: right;
    padding: 0 12px 4px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 4px;
}

.mini_cart_cart {
    float: left;
    padding: 0 12px 4px;
}

.mini_cart_checkout {
    float: right;
    padding: 0 12px 4px;
}
.mini_cart_title {
display: block;
line-height: 1.3em;
}

.popover-body {padding: 4px 0;}
.popover-body ul {margin:0; min-width:150px;}
.popover-body ul li.heading {display:block; padding: 4px 10px; font-size:0.8em; color:#888;}
.popover-body ul li a {display:block; padding: 4px 10px; }
.popover-body ul li a:hover {text-decoration:none; background:#CC1320; color:#fff;}

.crp_related ul {

    margin: 0;
    list-style: none;

}
.crp_related ul li {

    display: inline-block;
    width: 233px;
    margin: 5px;
    vertical-align: top;

}
.crp_related ul li a {

    display: block;
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px;
    text-align: center;
    min-height: 220px;

}


a.indentline:after {
    content: '';
    display: inline-block;
    float: left;
    width: 90px;
    height: 23px;
}


ol.tribe-list-widget {
    list-style: none;
    margin: 0;
}

ol.tribe-list-widget h4 {
    font-size: 1em;
    margin: 0;
}

ol.tribe-list-widget li {
    margin-bottom: 15px;
}


span.rt-reading-time {
    display:none !important;
}

.single-post span.rt-reading-time, .blog span.rt-reading-time, .archive span.rt-reading-time {
    display:block !important;
    font-style: italic;
    margin-bottom: 15px;
    color: #999;
}




#cct-review-widget-container {position:fixed; left: 10px; bottom:10px;}




/****** Media Queries ******/
@media (min-width:1600px) {
	.d-xxl-block {
		display:block !important;
	}
}

@media (max-width:1272px) {
	nav#front-services .nav a, nav#front-services .nav a:link, nav#front-services .nav-tabs .nav-item.show .nav-link, nav#front-services .nav-tabs .nav-link.active {
		padding: 20px 20px 20px 66px;
		font-size: 1.5em;
		background-size: 66px;
	}
}

@media (max-width:1200px) {
    section.front {
        margin: 80px auto 0;
    }
    section.front h1 {
        font-size: 36px;
        color: #000;
        background:#fff;
        text-align:center;
    }
    section.front h1 small {position:relative; left:0; top:0;}
    section.front .learnBtn {text-align:center; margin-top:15px; margin-right: 0;}
}

@media (max-width:1040px) {
	nav#front-services .nav a, nav#front-services .nav a:link, nav#front-services .nav-tabs .nav-item.show .nav-link, nav#front-services .nav-tabs .nav-link.active {
		padding: 20px 20px 20px 56px;
		font-size: 1.25em;
		background-size: 56px;
	}
	
}

@media (max-width:1040px) {
	body {margin-top:105px;}
}

@media (max-width:890px) {
	nav#front-services .nav a, nav#front-services .nav a:link, nav#front-services .nav-tabs .nav-item.show .nav-link, nav#front-services .nav-tabs .nav-link.active {
		padding: 20px 20px 20px 46px;
		font-size: 1.06em;
		background-size: 46px;
	}
	a.indentline:after {display: none;}
}

@media (max-width:767px) {
.light-blue, .light-blue .text-right {text-align:center;}
	
.navbar-nav {text-align:left;}
header .form-inline .form-group {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.plan .col-sm-4 {margin-top:0px; z-index:2;}
.navbar .nav a, .navbar .nav a:link {
    padding: 10px;}
.navbar-header {
    position: absolute;
    width: 100%;
    top: -70px;
    right: -20px;
}
	
}


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


@media (max-width:480px) {
footer, footer .text-right {text-align:center !important;}
footer p {line-height:1.4em;}
	
	#logo img {width:95px;}

.btn-group-lg > .btn, .btn-lg {font-size:1.35rem;}
	
	section.front h1 {
        font-size: 26px;
    }
	

section.newsletter form .btn {margin-bottom: 1rem;}

section.front-cta h2 {font-size:3em;}

	header.fixed-top #logo {
		display:none;
	}

#l, #r { width: auto; float:none; }
#l:before, #r:before { content: ""; width: 0px; height: 0px; float:none;}
#floatCenter { position: relative; top: 0px; left: 0; margin-left: 0px; }

#searchForm {width:320px; top: 30px;}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {width:100%;}
	
	#featuredLinks a {margin: 20px 10px 0; display:block;}

}

@media (max-width:400px) {
	#logo {position:relative; text-align:center; display:block; width:100%;}
}
