body {background-color:#fff; font-family: 'Lato', sans-serif; font-weight:400; padding: 0; margin:0; overflow-x:hidden;}
p {font-family: 'Lato', sans-serif; line-height:2em;}
ul,li {line-height:2em;}
em {font-style:italic;}
hr{opacity:.7;}
img {
    max-width: 100%;
    height: auto;
}

a {color:#eb1c1c;}
a:hover, a:active, a:focus {color:#b30202;}

.btn {font-family: 'Lato', sans-serif; text-transform:uppercase; text-decoration:none; border-radius:0;}
.btn:hover, .btn:active, .btn:focus {}
/*.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-primary {background-color:#0055a4; border-color:#0055a4;}

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

.btn-blue {background:#1991CE; color:#fff;}
.btn-blue:hover, .btn-blue:active {background:#1475a7; color:#fff;}

.btn-orange {background:#e36c0a; color:#fff;}
.btn-orange:hover {background:#ca6109; color:#fff;}

.btn-red {background:#cc0000; color:#fff;}
.btn-red:hover {background:#9d0c0c; 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;}

.btn-anim-red {
    color:#cc0000;
    border:2px solid #cc0000;
    border-radius:0;
    background:transparent;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #cc0000 50%, transparent 50%);
    -webkit-transition: background-position 0.25s;
    -moz-transition: background-position 0.25s;
    transition: background-position 0.25s;
    box-shadow:none;
}
.btn-anim-red:hover {
    box-shadow:none;
    color: #fff;
    background-position: 100% 0;
}

.btn-anim-light {
    color:#fff;
    border:2px solid #fff;
    border-radius:0;
    background:transparent;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #fff 50%, transparent 50%);
    -webkit-transition: background-position 0.25s;
    -moz-transition: background-position 0.25s;
    transition: background-position 0.25s;
    box-shadow:none;
}
.btn-anim-light:hover {
    box-shadow:none;
    color: #333;
    background-position: 100% 0;
}

.span-anim-light {
    color:#fff;
    border:2px solid #fff;
    border-radius:0;
    background:transparent;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #fff 50%, transparent 50%);
    -webkit-transition: background-position 0.25s;
    -moz-transition: background-position 0.25s;
    transition: background-position 0.25s;
    box-shadow:none;
    font-family: 'Lato', sans-serif;
    text-transform:uppercase;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
}

.span-anim-red {
    color:#cc0000;
    border:2px solid #cc0000;
    border-radius:0;
    background:transparent;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #cc0000 50%, transparent 50%);
    -webkit-transition: background-position 0.25s;
    -moz-transition: background-position 0.25s;
    transition: background-position 0.25s;
    box-shadow:none;
    font-family: 'Lato', sans-serif;
    text-transform:uppercase;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
}

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;
}

.container.fourteen {max-width:1400px;}

.bg-red {background:#CC1320;}
.bg-black {background:#000;}
.bg-orange {background:#e36c0a;}
.bg-blue {background:#1991CE;}
.bg-gray {background:#F0F0F0;}
.bg-primary {background:#0055A4 !important;}
.bg-gold {background:#E3C665;}

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

.rt-reading-time {
    color: #aaa;
    margin-bottom: 25px;
    font-style: italic;
}

.shadow-center {box-shadow: 0 0 2rem rgba(0,0,0,0.15);}

.gold-panel {background:#E3C665; padding: 25px; display:inline-block; margin-bottom:15px;}
.gold-panel h3 {color:#113b6c;}
.gold-panel p, .gold-panel li {color:#113b6c;}

/****** Universal styles ******/
h1,h2,h3,h4,h5,h6 {font-family:'Lato', sans-serif; font-weight: 300; line-height:1.1em; color:#000; margin-bottom:0.5em; text-transform:uppercase;}
/*
h1 {font-size:3em; color:#000;}
h2 {font-size:2.5em;}
h3 {font-size:2.25em;}
h4 {font-size:2em;}
h5 {font-size:1.75em;}
*/
h1 span.small {font-weight:300; font-style:initial; letter-spacing:0.1em; font-size:30%;}


.black{color:#000;}
.red a {color:#ed2124;}
.red.btn {color:#fff;}
span.red {color:#fff; background:#ed2124; font-size: 50%; vertical-align:top; padding: 4px 8px;}

.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;}
.clrTop {clear:both; height:88px;}

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

p.lead {}

.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, .nav-tabs {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.blocks-gallery-grid {margin:0;}

ul.check {
    list-style: none;
    margin-left: 10px;
}

ul.check li:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #CC1320;
}

.round {border-radius:1000px;}

.panel-heading {font-size:1em; font-family:'Lato', 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:80px; margin:10px auto 30px; border-bottom: 5px solid #CC1320;}

.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;}


#markets .list-inline-item {
    margin-bottom: 2em;
}


.wp-block-quote {
    margin-bottom: 1rem;
    border-left: 4px solid #ccc;
    font-size: 1.25rem;
    padding-left: 25px;
}

.wp-block-quote p {margin:0; line-height:1.4em; padding:0;}
.wp-block-quote cite {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.wp-block-quote cite::before {
    content: "\2014 \00A0";
}



/************* OFFCANVAS MENU **************/
#site-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#site-canvas {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}

#site-menu {
    width: 20em;
    height: 100%;
    position: absolute;
    top: 0;
    right: -20em;
    padding: 15px;
background: #000000; /* Old browsers */
background: -moz-linear-gradient(left,  #000000 0%, #050912 2%, #050912 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #000000 0%,#050912 2%,#050912 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #000000 0%,#050912 2%,#050912 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#050912',GradientType=1 ); /* IE6-9 */

}

#site-menu .menu-title {text-align:center; color:#fff; font-size:2.125em; font-weight:bold;}



#site-wrapper.show-nav #site-canvas {
    -webkit-transform: translateX(-20em);
    transform: translateX(-20em);
}

/* a.toggle-nav {position: absolute; top:0; right:0; font-size:2em; } */

/* Better Performing Method */
#site-canvas {
    -webkit-transform: translate3d(0);
    transform: translate3d(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.show-nav #site-canvas {
    -webkit-transform: translate3d(20em);  
    transform: translate3d(20em);  
}





/****** SECTIONS ******/
.slogan {
    text-transform: uppercase;
    font-size: 0.7em;
letter-spacing: 0.1em;
    color: #2082bc;
}
header {padding: 20px 0; background:#000;}


#top-header {
    background-color: #113b6c;
    border-bottom: 0px solid #DDDDDD;
    padding: 0;
}

#logo {position:absolute; width:180px; left:15px; top:-4px; z-index:11;}

#footer_logo img {width:250px;}

.top-header {
	padding:50px 0;
	background-size:cover;
}

.menu2 {
    position:absolute;
    right:0;
    top:30px;
    width:150px;
    z-index:11;
}

.menu2 a {color:#ccc;}
.menu2 a:hover, .menu2 a:active,.menu2 a:focus {color:#666;}


.cart_items {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 1.5em;
    z-index:2;
}


section{padding-top:50px;padding-bottom:50px;position:relative; overflow:hidden;}

section.tight {padding: 25px 0;}
section.tall {padding: 100px;}
section.full {height: 100%; overflow:visible;}

section.front {
    padding: 180px 0 160px;
	background:#000 url(images/cnc-machine-shop.jpg) no-repeat center center;
	background-size:cover;
}

section.front h1 {
    color: #fff;
}

section.front p {color:#fff; }
section.front .btn {text-shadow:none; margin-top:20px;}

section.about {background:#F4F4F4;}
section.about .img_holder {
    background:url(images/machine-shop.jpg) no-repeat center bottom;
    background-size:cover;
    min-height:480px;
}

#carResults h3 {font-size:1.25em; font-weight:bold;}

#carFilters .card-header {padding:0.125em 0.25em;}
#carFilters .card-body {padding:0.5em;}
#carFilters .btn:focus {box-shadow:none;}
#carFilters .card-bodyx {max-height:300px; overflow-y:scroll;}
#carFilters .badge {background:#eee;}
#carFilters #filterMakes label, #carFilters #filterModels label, #carFilters #filterTypes label {cursor:pointer; width: 100%; margin:0;}
#carFilters #filterMakes input[type="checkbox"], #carFilters #filterModels input[type="checkbox"], #carFilters #filterTypes input[type="checkbox"] {opacity:0; display:none;}
#carFilters #filterMakes li.active, #carFilters #filterModels li.active, #carFilters #filterTypes li.active {background:#333; border: 1px solid rgba(255,255,255,.125);}
#carFilters #filterMakes li.active .badge, #carFilters #filterModels li.active .badge, #carFilters #filterTypes li.active .badge {background:#333; border:1px solid #eee; color:#eee;}

#carPagination {margin:0; list-style:none;}

#carouselGallery img {max-height:548px;}
#carouselGallery .carousel-indicators {bottom:-115px;}
#carouselGallery .carousel-indicators button {width:100px; height:100px; padding:0; overflow:hidden; border: 1px solid #ccc;}
#carouselGallery .carousel-indicators button.active {border: 1px solid #000;}
#carouselGallery .carousel-indicators button img {width:100%; min-width:130px; height:auto; opacity:0.5;}
#carouselGallery .carousel-indicators button.active img {opacity:1;}

#vehicleDetails .list-group-item {padding:.5rem 1rem;}

.p-50 {padding:50px;}

#intro h1 {
	color: #e3c665;
	font-size:2em;
}
#intro h2 {
	text-transform: uppercase;
    font-weight: 700;
    margin: 0px 0 40px;
	color:#777;
	font-size:2.1em;
}
#intro p {
	font-size:1.2em;
}

#intro a {
	color: #e3c665;
}


#features .col {
	border-right: 1px solid #d5d5d5;
}
#features .col:last-child {border:0;}

#features .item {
	padding: 15px;
}

#features a {color:#666666; font-weight:normal;}

#features a:hover {text-decoration:none;}

#features h3 {
	font-size:1.3em;
}


.home .metaslider .caption-wrap {
    width: 420px;
    padding: 30px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    background: rgba(0,0,0,0.6);
    left: 50%;
    transform: translate3d(-50%, -50%, 0px);
    top: 50%;
    bottom:unset;
}

.home .metaslider .caption {padding:0;}

.home .metaslider .caption h1 {color:#fff; font-weight:bold; font-size:2.75em;}

.home .metaslider .caption h1 small {color:#fff; font-weight:normal; font-size:40%; display:block; letter-spacing:0.2em;}

.home .metaslider .flexslider .slides p {
    line-height:1.5em;
}


.bg-blue .entry-content p {color:#fff;}
.bg-blue .entry-content h2 {color:#e3c665;}
.bg-blue .entry-content h3 {color:#fff; font-weight:bold;}


#testimonials .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  align-content: space-between;
  align-items: flex-start;
}
section.front-testimonials {background:url(images/gray-bg.png) no-repeat top center; color:#fff; padding: 120px 0 50px; margin-top:-70px;}
section.front-testimonials .pixelovely_testimonial { 
    padding: 20px;
    margin: 30px 0px; 
    color:#333; 
    font-size:1.2em; 
    line-height:1.2em; 
    box-shadow: 12px 20.785px 59px 0px rgba(0, 0, 0, 0.7);
    background:#fff;
    width:30%;
    vertical-align:top;
}
section.front-testimonials .pixelovely_testimonial:before {
    background:url(images/quotes.png) no-repeat center left; 
    background-size:contain;
    content:'';
    width:100%;
    height:150px;
    position: absolute;
}
section.front-testimonials .pixelovely_testimonial p {line-height:1.5em;}
section.front-testimonials .pixelovely_testimonial_attribution {
    font-size: 0.8em;
    font-weight: 700;
    font-style: italic;
    line-height: 1.1em;
    margin: 10px;
}
section.front-testimonials .pixelovely_testimonial_attribution a {
    font-size: 0.6em;
    font-weight: 400;
    font-style: normal;
	display:block;
}

section.front-testimonials .nav-tabs .nav-link {
    margin: 0 10px;
}


section.front-testimonials .nav-tabs a.nav-link:focus, section.front-testimonials .nav-tabs a.nav-link:hover {
    background:#fff;
}


#testimonialPage .card-columns {margin-top:30px;}

#testimonialPage .card-columns .pixelovely_testimonial {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	margin: 1rem 0;
    width: 100%;
	background:#fff; 
	padding: 20px; 
	box-shadow: 2px 4px 20px rgba(0,0,0,0.3);
	display:inline-block;
}

#testimonialPage .card-columns .pixelovely_testimonial:before {
	content: '';
	background:url(images/quote.png) no-repeat center center;
	background-size:contain;
	width:60px;
	height:60px;
	margin: 0 auto;
	display:block;
}


.frontfeatured {
    box-shadow: 12px 20.785px 59px 0px rgba(0, 0, 0, 0.7);
    background:#fff;
    margin: 35px 0;
}
.frontfeatured .featimg {
    height:180px;
    overflow:hidden;
}
.frontfeatured .featimg img {
    width:100%;
}
.frontfeatured .info {
    padding: 10px 20px;
}
.frontfeatured h3 {
    color:#333;
    line-height:1.4em;
	text-transform: initial;
	font-size:1.75rem;
}
.home #blog a:hover {
	text-decoration:none;
}

.featuredLinks a {margin: 10px;}


section.hero {padding: 0; background:#000 center center no-repeat; background-size:cover;}
section.hero .trans-bg {background:rgba(0,0,0,0.65); padding: 250px 0;}
section.hero p {color:#fff;}


section.social {background:#272727; color:#fff;}
section.social h3 {font-size:3em; color:#fff; font-weight: 900; margin-bottom:20px;}
section.social i.fa {font-size:2em; margin: 10px 10px;}
section.social form input[type="text"] {padding: 5px 10px; border: 1px solid #2e6da4; height: 35px;}
section.social form input[type="submit"].btn {
vertical-align:top;
height: 35px;
border-radius:0;
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}


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.tophero {padding:120px 0; min-height: 400px; background:#000 center center; background-size:cover;}
section.tophero .trans-bg {background: rgba(0,0,0,0.5); width: 500px; max-width:100%; padding: 15px 25px;}
section.tophero .trans-bg h1, section.tophero .trans-bg p, section.tophero .trans-bg li {color:#fff;}

section.slick-slider {padding:0;}




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

section.blue {background:#007aa8; color:#fff; padding:100px 0;}
section.blue h2, section.blue h3 {color:#fff; font-size:2.5em;}
section.blue p {margin-bottom:30px;}
section.blue .line-below:after {border-color:#fff;}

section.ins img {margin: 10px;}

section.light-blue {background:#2e3d4d; padding:25px 0; color:#fff;}
section.light-blue h3 {color:#fff; font-size: 2.2em; text-shadow: 1px 1px 4px #000; }
section.light-blue .btn-yellow {border:3px solid #f7f405; font-weight:bold;}
section.light-blue .btn-yellow:hover {border-color:#f9bc04;}


.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;
}

.social-media-icons {text-align:center;}
.social-media-icons a {
    background-color: rgba(255,255,255,0);
    color: #fff;
    border-radius:100px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    margin-right: 2px;
	font-size:1.3em;
}

.social-media-icons a:hover {
    color:#fff;
}

.social-media-icons a.facebook:hover {background-color: #3B5998;}
.social-media-icons a.linkedin:hover {background-color: #4875B4;}
.social-media-icons a.twitter:hover {background-color: #33CCFF;}
.social-media-icons a.google-plus:hover {background-color: #C63D2D;}
.social-media-icons a.flickr:hover {background-color: #FE0883;}
.social-media-icons a.pinterest:hover {background-color: #CB2027;}
.social-media-icons a.youtube:hover {background-color: #FF3333;}
.social-media-icons a.tumblr:hover {background-color: #2B4964;}
.social-media-icons a.dribble:hover {background-color: #2B4964;}
.social-media-icons a.rss:hover {background-color: #F7AC1B;}
.social-media-icons a.instagram:hover {background-color: #4E433C;}
.social-media-icons a.email:hover {background-color: #2177FF;}

.wp-block-latest-posts.wp-block-latest-posts__list a {font-weight:bold;}



/********* CASE STUDIES ***********/
.case_study section {padding:200px 0;}
.case_study section.tight {padding:100px 0;}
.case_study p, .case_study li, .case_study .card-header {font-size:1.2em;}
.cs_header {background:#000 no-repeat center center; background-size:cover; padding: 200px 0;}
.cs_header h1 {color:#fff;}
.cs_header p.lead {color:#fff; font-size:1.4em;}

#artplumbing {background-image:url(images/art-plumbing-ac-electric.jpg);}
#abcroofing {background-image:url(images/abc-roofing.jpg);}

.fixed_image {background:#000 no-repeat center center fixed; background-size:cover; padding:0; height:600px;}

.stats {margin-bottom:30px; margin-top:15px;}
.stats h3 {color:#fff; font-size:3em; margin:0;}
.stats span {vertical-align:top;}

.case_study .bg-texture-offset {background:#eee url(images/beanstalk.png); padding-top:0; padding-bottom:100px;}
.case_study .bg-texture-offset:before {content:''; width:100%; position:absolute; height:150px; background:#fff;}








/*********** Background Video Styles ***************/
.vidbcg {
position:fixed;
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;
}

#header_specials a {
    color: #fff;
}

#header_specials {
    text-align: center;
}

#header_specials p {padding:0; margin:0;}





/****** Form Styling ******/
#searchForm {top: 150px; left: 0; width: 100%; position: absolute; z-index:111; background:#000; padding: 10px 15px; display:none;}
#searchForm form {width:1140px; max-width:100%; margin: 15px auto;}
#searchform input {width:100%;}


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

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

.customDate 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;}

.row.blog-section .summary {padding: 30px;}

.singleCat a {
  background: #eee;
  padding: 0px 5px;
  color: #888;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration:none;
}
.singleCat a:hover {
  background: #ddd;
  color: #fff;
  text-decoration: none;
}

#blogEntries a, #blogEntries a:hover {text-decoration:none;}

.crp_related {
  margin: 60px 0;
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  padding: 30px 0;
}

#nav-below {max-width:100%;}
#nav-below .title {width:0; opacity:0; overflow:hidden; transition:all 0.5s ease-in-out; display:none;}
#nav-below a:hover .prev-text, #nav-below a:hover .next-text {display:none;}
#nav-below a:hover .title {width:initial; opacity:1; display:inline;}



/****** Footer Styles ******/
footer {padding: 70px 0 50px; background:#1991ce; color:#fff;}
footer i {font-size: 1.2em; margin: 0 6px;}
footer hr {border-color:#ccc; border-size:4px;}
footer h2 {font-size:1.75em;}
footer a {color:#fff;}
footer a:hover {color:#fff;}

ul#menu-footer-menu {
    margin: 30px 0;
}

ul#menu-footer-menu li {
    display: inline-block;
}

ul#menu-footer-menu li a {
    padding: 8px 10px;
	text-transform:uppercase;
	color:#fff;
	font-size:1.25em;
	display:block;
}

footer input[type=email] {
    height: 42px;
    -webkit-border-top-left-radius: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -moz-border-radius-topleft: 1000px;
    -moz-border-radius-bottomleft: 1000px;
    border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
	background:transparent;
}


/****** 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; }


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

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


#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: 70px;
    height: 70px;
    background: transparent url(images/starburst.png) no-repeat center center; background-size:contain;
	font-weight:400;
	font-size:1.3em;
	transform: rotate(10deg);
    line-height: 60px;
	font-family: cursive;
}
.single-product.woocommerce span.onsale {transform: rotate(-10deg); margin-top: -5px; margin-left: -5px;}
.tax-product_cat h1 {text-align:center;}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0;
    margin: 0;
    font-size: 1.1em;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {color:#54b7d8; font-size: 1.75em; font-weight:bold;}

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

.woocommerce ul.products li.product .price {
    color: #54b7d8;
    display: block;
    font-weight: bold;
    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 #54b7d8;
}
.woocommerce .woocommerce-breadcrumb {width: 1140px; margin: 0 auto 25px; max-width:100%; border-bottom: 2px solid #ccc; 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;
}

.woocommerce .woocommerce-ordering select {padding:5px;}

.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {float:none; text-align:center;}


.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:#54b7d8;
    font-family:'Lato', sans-serif; font-weight: 400;
    text-transform:uppercase;
    border-radius:0;
    font-size:1.45em;
    line-height:55px;
	height: 55px;
	padding: 3px 25px 0;
}
.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: 51px;
	width: 4em;
}

.product_meta > span {
    display: block;
}

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

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

.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:'Lato', 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:'Lato', 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;}



.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: #54b7d8;
width: 16px;
height: 16px;
text-align: center;
line-height: 13px;
border-radius: 100px;
right: 11px;
border: 1px solid #54b7d8;
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: #54b7d8;
}

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

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

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

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

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

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

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

.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 10px 10px 0px 0px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {width:100px;}
.woocommerce .cart .button, .woocommerce .cart input.button {
    border-radius: 0;
    text-transform: uppercase;
    background: #282828;
    color: #fff;
}

span.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 10px;
}

.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus {box-shadow: 0 0 10px rgba(29,167,196,0.5);border: 1px solid #c1f4ff;}

h3#order_review_heading {
    margin-top: 30px;
}





/***** Woocommerce Mini Cart *****/
.basket-item-count {
    position: absolute;
    font-size: 0.4em;
    top: 5px;
    right: -7px;
    background: #fff;
    width: 17px;
    height: 17px;
    line-height: 15px;
    border: 1px solid #54b7d8;
    text-align: center;
    border-radius: 35px;
}

ul.dropdown-menu.dropdown-menu-mini-cart.show {
    left: -100px !important;
    width: 300px !important;
}

.widget_shopping_cart_content {
	padding: 0 8px 0;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .mini_cart_item {
	line-height:1.2em;
	font-size:0.9em;
	padding: 0 0 8px;
	border-bottom:1px solid #ccc;
	margin-bottom: 8px;
	display:block;
	font-weight: 700;
}

.mini_cart_item a.remove {
	float:right;
	font-size:2em;
	color:#c00;
	text-decoration:none;
	    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
}
.mini_cart_item a.remove:hover {
	color:#fff !important;
	background:#c00;
}
.mini_cart_item .quantity {
	display:block;
	font-weight:400;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .mini_cart_item img {
	float:left;
	width: 70px;
	margin-right:8px;
	margin-left:0;
}

p.woocommerce-mini-cart__buttons.buttons a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    border-radius: 0;
	font-family: 'Lato', sans-serif;
	line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 17px 1em 10px;
    font-weight: 700;
	font-size:1.4em;
	color: #515151;
    background-color: #ebe9eb;
	
}

p.woocommerce-mini-cart__buttons.buttons a.checkout {
    background: #54b7d8;
    color: #fff;
    margin-top: 8px;
}

p.woocommerce-mini-cart__buttons.buttons {
    margin: 0;
}

.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;

}


.team_wrapper {
    height: 550px;
    max-height:100%;
    margin-bottom:30px;
    position:relative;
}

.team_wrapper .team_bg {
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    position:relative;
    display: flex;
    flex-wrap: wrap; /* Optional. only if you want the items to wrap */
    justify-content: center; /* For horizontal alignment */
    align-items: center; /* For vertical alignment */
}

.team_wrapper .team_title {
    color: #fff;
    opacity:0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    width:100%;
    background:rgba(0,0,0,0);
    padding:0;
}

.team_wrapper .team_title p {
    margin:0;
}

.team_wrapper:hover .team_title {
    opacity:1;
    background:rgba(0,0,0,0.5);
    padding:15px 0 15px;
}

.team_wrapper .team_title h2 {color:#fff; font-size:2.5em;}

.team_wrapper a  {
    color:#fff;
}
.team_wrapper a:hover  {text-decoration:none;}

.team_bio {
    position: absolute;
    left: 80%;
    width: 100%;
    z-index: 2;
    top: 100px;
    background: #fff;
    display:none;
    box-shadow: 8px 10px 30px #000;
    padding-bottom: 20px;
}

.team_bio .inner {
    height: 305px;
    padding: 20px;
    overflow: scroll;
}

.team_bio.right {
left:-80%;
}

.team_bio h2 {
    background: #eee;
    padding: 20px 20px 10px;
    margin-bottom:0px;
}

.team_bio .arrow {
    background:url(images/arrow-left-eeeeee.png) no-repeat center right;
    background-size:contain;
    left: -20px;
	top: 38px;
	height: 20px;
	width: 20px;
	position: absolute;
	pointer-events: none;
}

.team_bio.right .arrow {
    background:url(images/arrow-right-eeeeee.png) no-repeat center left;
    right: -17px;
    left: auto;
}

.team_bio .closeBio {
    color: #ccc;
    position: absolute;
    top: -4px;
    right: 8px;
    font-size: 1.75em;
    font-weight: bold;
}
.team_bio .closeBio:hover {
    text-decoration:none;
    color:#333;
}






/******* Content Team Style *******/
.team_wrapper2 {
    height: 255px;
    max-height:100%;
    margin-bottom:30px;
    position:relative;
}

.team_wrapper2 .team_bg {
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    position:relative;
    display: flex;
    flex-wrap: wrap; /* Optional. only if you want the items to wrap */
    justify-content: center; /* For horizontal alignment */
    align-items: center; /* For vertical alignment */
}

.team_wrapper2 .team_title {
    color: #fff;
    opacity:0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    width:100%;
    background:rgba(0,0,0,0);
    padding:0;
}

.team_wrapper2 .team_title p {
    margin:0;
}

.team_wrapper2:hover .team_title {
    opacity:1;
    background:rgba(0,0,0,0.5);
    padding:15px 0 15px;
}

.team_wrapper2 .team_title h2 {color:#fff; font-size:2em;}

.iphone {
    background-image: url(https://www.connecticallc.com/wp-content/uploads/2019/11/phone.png);
    background-size: 100%;
    padding: 24% 7% 25% 7%;
    background-repeat: no-repeat;
}

.iphone .img_holder {
    overflow: scroll;
}


/*** Contact Form 7 ***/
span.wpcf7-form-control-wrap.plan .wpcf7-list-item, span.wpcf7-form-control-wrap.interest .wpcf7-list-item, span.wpcf7-form-control-wrap.type .wpcf7-list-item {
    display: block;
}

 span.wpcf7-form-control-wrap.week .wpcf7-list-item {
    width:150px;
}

.card.resources .card-body {padding:0;}




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

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

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

@media (max-width:1024px) {
	.clrTop {height:125px;}
}

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

@media (max-width:767px) {
.light-blue, .light-blue .text-right {text-align:center;}
	
	section.quote .resp-design {margin: 0 20px; height: 360px; background-position: center center; background-size:contain;}
	section.quote .resp-design-text {
    float: none;
    margin-top: 0px;
    padding: 25px;
}

	.cart_items {right:110px;}
  .ratings h3 {font-size:20px;}
#bs-example-navbar {
    margin-bottom: 10px;
}
/*header, header .text-right {text-align:center !important;}*/
.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){
	section.quote {background-image:url(images/consultation-mobile.png);}
}

@media (min-width: 768px) {
.border-md-none {
    border: 0!important;
}
}


@media (max-width:480px) {
    .clrTop {height:184px;}
    #tagline {font-size:0.8em;}
footer, footer .text-right {text-align:center !important;}
footer p {line-height:1.4em;}

section.hero .trans-bg {padding:150px 0;}

h2#filterHeading {font-size:1.5rem;}

	
	section.front {padding: 80px 0;}
	.cart_items {font-size:1.25em; top:23px;}

#services .inner {
    padding: 50px 10px;
}
	
	.top-header h1 {font-size:55px;}
	
	.p-50 {padding:25px;}
	
	#features img {width:150px}

section#mainhero .cta {margin-top:15px; color:#fff;}
.home section#mainhero .cta {color:#000;}


section.newsletter form .btn {margin-bottom: 1rem;}
section.cta .lead {
    font-size: 1.65em;
    background: rgba(39,65,142,1);
    padding: 10px;
    position: relative;
    margin-top: 0;
}
section.cta {
    margin-top: 0;
    position: relative;
}

#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; }

	

.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;}
	
	#nav-below a:hover .title {width:0; opacity:0; display:none;}
	#nav-below a:hover .prev-text, #nav-below a:hover .next-text {display:initial;}



}


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