body {background:#F2FCFC; color:#212529; font-family: 'Nunito Sans', sans-serif; font-weight:400; padding: 0; margin:0; overflow-x:hidden;}
p {font-family: 'Nunito Sans', sans-serif; line-height:1.7em; font-weight:400; font-size:1.1em;}
ul,li {line-height:1.7em; font-weight:400; font-size:1em;}
em {font-style:italic;}
img {
    max-width: 100%;
    height: auto;
}

b, strong {
    font-weight: bold;
}

[id] {scroll-margin-top: 100px;}

a:not(.btn) {text-decoration:none;}
a:not(.btn):hover, a:not(.btn):active, a:not(.btn):focus {text-decoration:underline;}

.btn {font-family: 'Nunito Sans', sans-serif; text-decoration:none; padding: .5em 1.5em; border-radius:1000px;}
.btn:hover, .btn:active, .btn:focus {}

.btn-sm {font-size:0.9rem;}

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

.btn-primary {background-color:#1b70bb; border-color:#1b70bb;}

.btn-yellow {background:#FFF500; color:#333;}
.btn-yellow:hover {background:#E5D400; color:#333;}

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

.btn-blue {background:#2b2a6a; color:#fff;}
.btn-blue:hover {background:#131333; color:#fff;}

.btn-green {background:#00a651; color:#fff;}
.btn-green:hover, .btn-green:active, .btn-green:focus {background:#00893e; color:#fff;}

.btn-light {color:#16476A;}
.btn-light:hover, .btn-light:active, .btn-light:focus {color:#16476A;}

form.post-password-form input[type=submit] {
	background:#1b70bb; color:#fff; border:1px solid #1b70bb; padding: .5em 1.5em;     -webkit-appearance: none;
}
form.post-password-form input {
	padding: .5em;
}


.btn-underline {
    border-bottom:2px solid #ddd;
    padding: 0.5em 1em;
    font-family: 'Nunito Sans', sans-serif;
    text-transform:uppercase;
    font-weight:700;
    transition: 0.5s all ease-in-out;
    border-radius:0;
    color:#de1518;
}

.btn-underline:hover {
    background:#de1518;
    color:#fff;
    border-bottom:2px solid #de1518;
}

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:#EE3F42;}
.bg-black {background:#000;}
.bg-beige {background:#E3E0D7;}
.bg-yellow {background:#FFF500;}
.bg-orange {background:#f87425;}
.bg-blue {background:#2b2a6a;}
.bg-light-blue {background:#42a1cc;}
.bg-xlight-blue {background:#85d4ee;}
.bg-gray {background:#F0F0F0;}
.bg-primary {background:#1b70bb !important;}
.bg-gold {background:#E3C665;}
.bg-green {background:#00a651;}
.bg-light-trans {background:rgba(255,255,255,0.9);}
.bg-gradient-blue {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b70bb+0,003f77+100 */
background: linear-gradient(135deg,  #1b70bb 0%,#003f77 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


.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:#03529B;}
.gold-panel p, .gold-panel li {color:#03529B;}

.text-lg {font-size:120%;}
.text-xlg {font-size:150%;}
.text-blue {color:#2751A3;}
.text-red {color:#EE3F42;}
.text-orange {color:#f87425;}
.text-primary {color:#1b70bb !important;}
.badge-primary {background-color:#1b70bb;}

.border-blue {border-color:#2751A3 !important;}
.border-orange {border-color:#f87425 !important;}

.card-footer.btn-success {background:#198754; color:#fff;}
.card-footer.btn-success:hover {background:#157347; color:#fff;}


/* width */
::-webkit-scrollbar {
  width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #eee; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #999; 
}



/****** Universal styles ******/
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {font-family:'Nunito Sans', sans-serif; font-weight: 700; line-height:1.3em; color:#2751A3;}
/*
h1 {font-size:4rem;}
h2 {font-size:3.5rem;}
h3 {font-size:3rem;}
h4 {font-size:2.5rem;}
h5 {font-size:2rem;}
*/

.home h1 {font-size:3.25em;}

@media (min-width:768px) {
	.home .hero_text {width:620px; margin-left:auto; max-width:100%;}
}

h1 small, h2 small, h3 small, h4 small {display:block; font-family:'Nunito Sans', sans-serif; font-size:60%; line-height:1.1rem; color:inherit; margin-bottom:5px;}


.line_after:after {
	content:'';
	display:block;
	height:10px;
	width:100px;
	margin-top: 15px;
    background: #E6E7E8;
	position:relative;
}

main h2 small, main h3 small, main h4 small {margin-bottom:5px;}
main .line_after:after {margin-top:5px;}

.box_bg {box-shadow: -25px -25px 0 -10px #16476A;}



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

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:'Nunito 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: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;}

.brand {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.brand a {
	display:block;
	height:600px;
	position:relative;
	color:#fff;
	background-color:rgba(4,30,66,0);
	transition: 0.2s background ease-in-out;
}

.brand.slim a {
	height:288px;
}

.brand a img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 200px;
	max-height:75px;
	transition: 0.2s top ease-in-out;
}

.brand a span {
    opacity: 0;
    display: block;
	text-align:center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
	transition: 0.2s opacity ease-in-out, 0.2s top ease-in-out;
}


.brand a:hover {
    background:rgba(4,30,66,0.85);
}

.brand a:hover span {
	opacity:1;
	top:60%;
}

.brand a:hover img {
	top:40%;
}

.brand.slim a:hover span {
	top:65%;
}

.brand.slim a:hover img {
	top:35%;
}

#home_careers {
	background-position: 100% 0;
	background-size:contain;
	background-repeat:no-repeat;
}


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

.side-icon {width:100px; height:100px; margin: 15px auto; background:#fff; color:#CC1320; border-radius:1000px;}
.side-icon i {line-height:100px;}

.callout.panel {
    padding: 15px 20px;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.callout.panel h2 {font-size:1.6em;}


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









/****** SECTIONS ******/
.slogan {
    text-transform: uppercase;
    font-size: 0.7em;
letter-spacing: 0.1em;
    color: #2082bc;
}
header {padding: 20px 0; position:relative; background:#fff; z-index:1021; transition: 0.25s padding ease-in-out;}

header .d-flex #logo {
    width: 220px;
	transition: 0.25s width ease-in-out;
}

header.is-stuck {padding:10px 0;}

header.is-stuck .d-flex #logo {
    width: 150px;
}

header .d-flex #tour {
    order:3;
}

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

header .top-links a.phon {color:#eb2327; font-style:italic; font-weight:700;}
header .top-links a.phon:hover {color:#ba0d16;}

.trans_logo {background:url(/wp-content/uploads/2024/03/trans-logo.jpg) bottom center; background-size:cover;}


.large {font-size:1.7em; line-height:1.15em;}

.text-small {font-size:120%;}



#logo img {width:100%;height:auto;}




#top_header {
    background:#42C2D0;
	padding:0;
	position:relative;
	z-index:1021;
}

#top_header p {margin:0; color:#2b2a6a; letter-spacing:0.03em; line-height: 1.2rem; }

@media (max-width:1170px) {
	header .d-flex #logo {width: 150px;}
	header .d-flex #tour {order:2; flex-grow:1; justify-content:end; display: flex; margin-right: 1em;}
}

@media (max-width:480px) {
	header .d-flex {flex-wrap:wrap;}
	header .d-flex #logo {display:flex; order:2;}
	header .d-flex #tour {order:1; margin: 0 auto 15px; width: 100%;}
	header .d-flex #tour .btn {width:100%; font-size:1.2em;}
}



.service-btns {
    position:absolute;
    right:0;
    z-index:1;
}

.service-btns .items {
    background:rgba(255,255,255,0.8);
    padding:100px 10px 10px;
    border-bottom:5px solid #2b2a6a;
    float:right;
    display:inline-block;
    width:270px;
    transition:0.5s margin ease-in-out;
	margin-top:-90px;
}

.service-btns .btn {
    width:100%;
}

.service-btns .btn-item:first-child {
    margin-bottom:10px;
}

.service-btns .close_hide {
    text-align: center;
    position: relative;
    width: 40px;
    margin: 0 auto;
    top: 15px;
    cursor:pointer;
}

.service-btns .close_hide .close_btn {
  width: 40px;
    height: 24px;
  border-radius: 0 0 100% 100%;
  background-color: #2b2a6a;
  color:#fff;
  margin-bottom:-24px;
}

.tagline:after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 20px;
    position: relative;
    background: url(images/underscore.png) no-repeat center center;
    background-size: contain;
    margin-left: -41px;
    top: 20px;
}


#pmPulloutWidgetButton {
    position: absolute !important;
    top: -18px;
    left: 420px;
}

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





.text-col-2 {
-webkit-columns: 300px 2;
   -moz-columns: 300px 2;
        columns: 300px 2;
        
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}






section, .section {padding-top:120px;padding-bottom:120px;position:relative; overflow:hidden;}

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

.home_feat {margin: -50px auto; position:relative; z-index:1;}

section.front {background:rgba(5,63,100,0.7); padding:100px 0;}
section.front .content {
	width: 410px;
    max-width: 100%;
	margin-left:85px;
}


.form-control {border-radius:0;}



.metaslider {overflow:hidden;}

.ctct-form-embed.form_0 .ctct-form-defaults {
    background: transparent !important;
    color: #fff !important;
    padding: 0;
}
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header, div.ctct-form-embed form.ctct-form-custom label.ctct-form-label, div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text, div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text a.ctct-form-footer-privacy-link, div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text a.ctct-form-footer-link {
    color:#fff !important;
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
    background:#fff !important;
    color:#03529B !important;
    border:0 !important;
    text-transform:uppercase !important;
    font-size:1.3em !important;
}


.blue_poly_short {position:relative; width:100%; height:105px; margin-top:-103px; background:url(images/blue-poly.png) no-repeat center bottom; background-size:100%;}
.blue_poly_long {position:absolute; width:100%; height:200px; margin-top:-198px; background:url(images/blue-poly-long.png) no-repeat center bottom; background-size:100%;}

.red_poly_1 {display:inline-block; color:#fff; width:250px; background:#ef3f43; padding: 5px 15px;}
.red_poly_1:before {content:''; width:250px; height:15px; display:block; position:absolute; margin-left: -15px; margin-top: -20px; background:url(images/red-poly-top-1.png) no-repeat left bottom; background-size:100%;}
.red_poly_1:after {content:''; width:250px; height:5px; display:block; position:absolute; margin-left: -15px; margin-top: 5px; background:url(images/red-poly-bot-1.png) no-repeat left top; background-size:100%;}

.p-50 {padding:50px;}
.mb-100 {margin-bottom:100px;}


.cct_img {
    position:relative;
    right:-80px;
    display:inline-block;
    margin:30px;
}

.cct_img.no_m {
    right:0;
}

.cct_img img {
    transform: rotate(-3deg);
     position:relative;
    z-index:2;
    box-shadow: 2px 4px 20px rgba(0,0,0,0.25);
}

.cct_img:after {
    content:'';
    width:100%;
    height:100%;
    background:#EE3F42;
    position:absolute;
    transform:rotate(6deg);
    z-index:1;
    left:0;
    top:0;
}


.modal-backdrop {z-index:9999;}
.modal {z-index:10000;}


#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 .container { margin-bottom:100px;}

.easy-t-cycle-controls {
    text-align: center;
    display: flex;
}

.easy-t-cycle-prev, .easy-t-cycle-next {
    float: none;
    padding: 1px 8px;
    border: 2px solid #fff;
    margin: 0 0 0 10px;
}

.easy-t-cycle-prev:hover, .easy-t-cycle-next:hover {background:#fff; color:#333; border: 2px solid #fff;}

.easy_testimonial:before {
    background:url(images/quote.png) no-repeat center left; 
    background-size:contain;
    content:'';
    width:50px;
    height:50px;
    position: relative;
    display:block;
}

.easy_testimonial .testimonial_body p {
    line-height:1.5em;
    font-style:italic;
}

.easy_testimonial .testimonial_author {
    font-weight:bold;
}


#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, #front_stock {
	position: relative;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.frontfeatured .featimg {
	margin-bottom:15px;
}
.frontfeatured .featimg img {
    width:100%;
}
.frontfeatured .info {
    padding: 20px;
}
.frontfeatured h3 {
    color:#333;
    line-height:1.2em;
	text-transform: initial;
	font-size:1.5rem;
}
.home #blog a:hover {
	text-decoration:none;
}

.featuredLinks a {margin: 10px;}

#front_stock > div {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width:90%;
}


.hero {background:url('/wp-content/uploads/2024/02/dental-services.jpg') no-repeat center center; background-size:cover; padding:0; display:flex; flex-direction:column;}
.hero .trans {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2751a3+0,2751a3+100&0.9+0,0.6+100 */
background: linear-gradient(to right,  rgba(39,81,163,0.9) 0%,rgba(39,81,163,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction:column;
	padding: 150px 15px;
}
.hero h1 {
    display: flex;
    width: 860px;
    max-width:100%;
    text-align: center;
    font-size:4em;
	justify-content: center;
	color:#fff;
}

.hero .arrw {
    position:absolute;
    bottom:0px;
    color:#fff;
    font-size:3em;
    left:50%;
    transform:translateX(-50%);
}

.hero .arrw a {color:#fff;}
.hero .arrw a:hover, .hero .arrw a:active, .hero .arrw a:focus {color:#ddd;}

ul.list_checks {list-style:none;}
ul.list_checks li::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Free";
    font-weight:900;
    content: "\f00c";
    color:yellow;
    margin-right:5px;
  }

ul.list_checks.blu li::before {
	color:#1B70BB;
}

ul.list_arrows {list-style:none;}
ul.list_arrows li::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Free";
    font-weight:900;
    content: "\f061";
    color:#1B70BB;
    position:absolute;
    margin-left:-30px;
    font-size:1.5em;
  }

 ul.list_arrows li {margin-left:10px; margin-bottom:15px;}
 ul.list_arrows li p {margin-bottom:0;}

.top-header {
	background:#1E1C6F center center;
	background-size:cover;
	padding:0;
}

.top-header .trans {
	background:rgba(6, 65, 100, 0.9);
	padding: 150px 0;
}

.top-header .trans h1 {color:#fff; margin:0;}




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 {
    display: inline-block;
    vertical-align: middle;
}


.social-media-icons a {
    background-color: transparent;
    color: #333;
    text-align: center;
    display: inline-block;
    margin: 10px 15px 10px 0px;
	border:0;
	font-size:1.9em;
}

footer .social-media-icons a {margin: 10px 10px;}

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

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

#top_header .social-media-icons a {
	margin: 0 15px 0 0;
	color:#fff;
}

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

.slant_divider {
    width:2px;
    height:35px;
    background:#eb2327;
    display:inline-block;
    vertical-align:middle;
    margin:0 15px;
    -ms-transform: skewX(-20deg); /* IE 9 */
    -webkit-transform: skewX(-20deg); /* Safari */
    transform: skewX(-20deg);
}







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




/****** Intro / Trainer Section, includes header/navigation *****/
.mega-menu a {font-family:'Nunito Sans', sans-serif;}
.navbar {margin-bottom:0; margin-top:20px; font-family:'Nunito Sans', 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;	}

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

#pulseReviews {display:inline-block; vertical-align: middle; margin: 0 10px; z-index:1;}


/****** Form Styling ******/
.searchBtn {
    position: absolute;
    top: 49px;
    right: 20px;
}
#searchForm {top: 0px; left: 0; width: 100%; position: absolute; z-index:11; background:#fff; 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 {
    position:absolute;
}

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

#blogEntries .btn {font-size:1em;}

#blogEntries .btn:before {top: -230px; left: -585px;}

#blogEntries .btn:hover:before {left: -255px;}

#blogEntries .single-post, #blogEntries .card, #related-posts .single-post, #related-posts .frontfeatured, #front-blog .single-post, #front-blog .frontfeatured {
    border:0;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#blogEntries h2 {font-size:1.5em;}

#blogEntries h2 a {}

#blogEntries .publish_date {color:#ddd;}

#blogEntries p {line-height:1.4em;}

#blog_cats {margin:0;text-align:center; list-style:none;}
#blog_cats li {display:inline-block; margin:0 -3px; padding:0;}
#blog_cats li a {
    background:#f9f9f9;
    border:1px solid #ddd;
    padding: 5px 20px;
    color:#888;
    margin:0;
    display:block;
}
#blog_cats li a:hover, 
#blog_cats li.current-cat a {
    background:#ddd;
    color:#333;
	text-decoration:none;
}
#blog_cats li:first-child a {
    -webkit-border-top-left-radius: 100px;
-webkit-border-bottom-left-radius: 100px;
-moz-border-radius-topleft: 100px;
-moz-border-radius-bottomleft: 100px;
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;
}
#blog_cats li:last-child a {
    -webkit-border-top-right-radius: 100px;
-webkit-border-bottom-right-radius: 100px;
-moz-border-radius-topright: 100px;
-moz-border-radius-bottomright: 100px;
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
}

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



/****** Footer Styles ******/
footer {padding:80px 0; margin:0; position:relative;}

footer #logo {width:340px; max-width:100%; margin:0 auto;}

footer p.small {font-size:0.85em;}

.footer_widget h2 {
	font-family:'Nunito Sans', sans-serif;
	font-weight:700;
  	font-size: 2em;
}

footer .menu {padding-left:0; margin:0;}
footer .menu li {display:inline-block; margin-right:7px;}

footer a {color:#000;}
footer a:hover {color:#fff;}

.cta_footer {background:#000 url(/wp-content/uploads/2024/02/cta-footer-1.jpg) no-repeat center center;}
.cta_footer h2, .cta_footer p {color:#fff;}

.bottom_footer {
    background: #2751A3;
    padding: 15px;
}

.bottom_footer ul {
    margin: 0;
    list-style: none;
    padding: 0;
    text-align: center;
}

.bottom_footer ul li {
    display: inline-block;
    margin: 5px 20px;
}

.bottom_footer ul li a {
    color: #fff;
}

div.copyright {background:#EAF4F5;}



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





.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: 'Nunito Sans', sans-serif;
}
.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:'Nunito Sans', 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:'Nunito Sans', 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:'Nunito Sans', 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: 'Nunito Sans', 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_featimg img {border-radius:1000px; margin-bottom:15px; width:230px;}


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

#blogEntries .feat_img {max-height:420px; overflow:hidden;}







.crunchify-link {
    padding: 0;
    color: #666;
    font-size: 21px;
    border-radius: 100px;
    margin-right: 6px;
    cursor: pointer;
    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
    width:50px;
    height:50px;
    line-height:50px;
    background:#E7E7E7;
    border:1px solid #666;
    text-align:center;
}
 
.crunchify-link:hover,.crunchify-link:active {
    color: white;
}

/*
 
.crunchify-twitter {
    background: #00aced;
}
 
.crunchify-facebook {
    background: #3B5997;
}
 
.crunchify-pinterest {
    background: #bd081c;
}
 
.crunchify-linkedin {
    background: #0074A1;
}

*/
 
.crunchify-twitter:hover,.crunchify-twitter:active {
    background: #0084b4;
    border-color: #0084b4;
}
 
.crunchify-facebook:hover,.crunchify-facebook:active {
    background: #2d4372;
    border-color: #2d4372;
}
 
.crunchify-pinterest:hover,.crunchify-pinterest:active {
    background: #bd081c;
    border-color: #bd081c;
}
 
.crunchify-linkedin:hover,.crunchify-linkedin:active {
    background: #006288;
    border-color: #006288;
}
 
.crunchify-social {
    margin: 50px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    border: 1px solid #ccc;
    padding: 30px 15px;
    border-left: 0;
    border-right: 0;
}

.single-team .crunchify-social {display:none;}


.stock_quote .price {
    font-size: 4em;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    line-height: 1em;
    color: #041E42;
    display: inline-block;
    margin: 10px 0;
}

.stock_quote .text-small {
	font-size:0.9em;
}


@keyframes animate_border { 
    0% { 
        width: 0; 
        height: 0; 
        border-top-color: #EE3F42; 
        border-right-color: transparent; 
        border-bottom-color: transparent; 
        border-left-color: transparent; 
    } 
 
    50% { 
        width: 100%; 
        height: 0; 
        border-top-color: #EE3F42; 
        border-right-color: #EE3F42; 
        border-bottom-color: transparent; 
        border-left-color: transparent; 
    } 
 
    100% { 
        width: 100%; 
        height: 100%; 
        border-top-color: #EE3F42; 
        border-right-color: #EE3F42; 
        border-bottom-color: transparent; 
        border-left-color: transparent; 
    } 
} 

@keyframes animate_border2 { 
    0% { 
        width: 0; 
        height: 0; 
        border-top-color: transparent; 
        border-right-color: transparent; 
        border-bottom-color: transparent; 
        border-left-color: #EE3F42; 
    } 
 
    50% { 
        width: 0; 
        height: 100%; 
        border-top-color: transparent; 
        border-right-color: transparent; 
        border-bottom-color: #EE3F42; 
        border-left-color: #EE3F42; 
    } 
 
    100% { 
        width: 100%; 
        height: 100%; 
        border-top-color: transparent; 
        border-right-color: transparent; 
        border-bottom-color: #EE3F42; 
        border-left-color: #EE3F42; 
    } 
} 





#tourModal {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 111111;
    top: 0;
    background: #41C2D0 url(/wp-content/uploads/2024/02/request-appointment.webp) no-repeat center center;
	background-size:cover;
}

#tourModal .cct_modal_dialog {
    width: 450px;
    position: absolute;
    right: 0;
    height: 100%;
    overflow-y: scroll;
    padding: 30px;
    background: #41C2D0;
}

#tourModal .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

#tourModal .cct_modal_dialog::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

#tourModal .nf-form-content textarea.ninja-forms-field {height:100px;}
.flatpickr-calendar.open { z-index:1111111!important; }

.line_behind:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #BAB6AE;
    left: 0;
    margin-top: 24px;
    z-index: 0;
}

.line_behind .btn {
    z-index: 1;
    position: relative;
}

.line_behind:after {
    content: '';
    position: absolute;
    width: 380px;
    height: 50px;
    background: #E3E0D7;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -48px;
}


.bafg-row {
    display: flex;
    flex-wrap: wrap;
}

.bafg-col-4 {float:none;}


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

@media (min-width:767px) {
    .float-md-right {float: right;}
    .float-md-left {float: left;}
}

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

@media (max-width:1200px) {
	#whatwedo .container-fluid, #whyus .container-fluid {padding: 0 50px;}
	section.front .content {margin-left:35px;}
	.popover_pos {
		position: relative;
		width: 100%;
		max-width: 100%;
		margin-top: 30px;
		margin-left: 0px;
	}
}

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

@media (max-width:992px) {
	.top-links {text-align:center;}
	#videobcg {
		height: 100%;
		width: auto;
		right: unset;
	}
}

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

@media (max-width:768px) {
	.hero .hero_text {margin: 0 auto 30px;}
	ul#menu-footer-menu {
		margin-top: 50px;
	}
}


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


@media (max-width:480px) {
	
	.hero h1 {font-size:3em;}
	
	#tourModal .cct_modal_dialog {width:100%;}

#services .inner {
    padding: 50px 10px;
}
	

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {width:100%;}
	
	
	#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;}
	

	
	#top_header p {line-height: 0.9rem; font-size: 0.8em;}

}
