:root {
	--white: #FFF;
	--light-blue: #bbe0f6; /*was #159FE0 */
	--extra-light-blue: #e2f4fe;
	--dark-blue: #2148A9;
	--light-grey: #EFEFEF;
}


/** colours **/ 

.dark-blue-gradient {
	background-image: linear-gradient(to right, rgba(33,72,169,1), rgba(17,36,85,1));
}


.light-blue-gradient {
	background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(33,72,169,1));
}

.light-blue-bg {
    background-color: var(--light-blue);
	background-image: url(https://iceboxrental.co.uk/wp-content/themes/icebox/assets/image/snowflake-crop-opacity.png); /* W3C */
	background-repeat: no-repeat;
	background-position: top right;
}
.extra-light-blue-bg {
    background-color: var(--extra-light-blue);
	background-image: url(https://iceboxrental.co.uk/wp-content/themes/icebox/assets/image/snowflake-crop-opacity.png); /* W3C */
	background-repeat: no-repeat;
	background-position: top right;
}

.dark-blue-bg {
    background-color: var(--dark-blue);
	background-image: url(https://iceboxrental.co.uk/wp-content/themes/icebox/assets/image/snowflake-crop-opacity.png); /* W3C */
	background-repeat: no-repeat;
	background-position: top right;
}

.light-grey-bg {
    background-color: var(--light-grey);
}
c
.two-tone-bg {
	background-image: linear-gradient(180deg, #17418C 52%, #224f9e 49%);
}
.background-centered {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.border-top {
	border-top: 1px solid var(--dark-blue) !important;
}

hr {
	border-top: 4px solid var(--dark-blue) !important;
}


/** header **/

 .mobmenur-container i {
	 margin-top: 125% !important;
    margin-right: 45% !important;
}

.metaslider .caption {
	padding-top: 10% !important;
	width: 70% !important;
}

.banner-image {
	width: 100%;
	height: auto;
	min-height: 55vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	position: relative;
}

.header-right-col {
	text-align: right; 
	display: block ruby; 
	align-content: center;
}
.header-right-col p {
	margin-bottom: 0;
}


/** testimonial styles **/

.sp-testimonial-free-section .sp-testimonial-client-name {
	text-align: left !important;
	
}


.sp-testimonial-free-section.swiper-initialized {
	margin: 0 !important;
}

.circle-image {
	width: 70%;
}
	
	
.yith_slider_arrow {
    display: none !important;
}
	/** padding styles **/ 

.content-padding-lrg {
	padding: 7% 5%;
}
.content-padding {
	padding: 3% 5%;
}
.content-padding-sm {
  padding: 5%;
  padding-top: 2.5%;
	padding-bottom: 2.5%;
}

.content-padding-xsm {
  padding: 2%;
}

.content-margin {
	margin: 5% 0;
}
.content-margin-btm-sm {
	margin-bottom: 20px;
}
.content-padding-extra {
	padding-left: 10%;
	padding-right: 10%;
}

/** slide anything **/

.sa_hover_container {
	width: inherit;	
}
.overlay-text {
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
  color: var(--white) !important;
  padding: 5%;
  width: 90%;
  height: 40%;
}

.overlay {
	width: 100%; 
	height: 100%; 
	/*background-color: #000; 
	background-color: rgba(0,0,0,0.40);*/
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
}

.slider {
	bottom: 15%; 
	font-weight: bold;
}


/** Category Styles **/

.cat-post-image {
	width: 100%;
	height: 20vw;
	object-fit: cover;
	object-position: center;
	margin-bottom: 20px;
}


.slider-image {
	width: calc(33.3333333333333333333333333333333333333% - 10px);
	min-width: calc(33.3333333333333333333333333333333333333% - 10px);
	text-align: center;
	margin: 0 5px;
	overflow: hidden;
	height: auto;
	min-height: 55vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}




/** Contact Forms **/

.nf-form-content input[type="submit"] {
	text-transform: uppercase;
	border-radius: 0px;
	border: 0;
	background-color: var(--light-blue) !important;
	padding: 10px 20px;
	color: var(--dark-blue) !important;
	text-shadow: none;
	cursor: pointer;
	font-weight: 700;
}

.nf-form-content input[type="submit"]:hover { 
	text-transform: uppercase;
	border-radius: 0px;
	border: 0;
	background-color: var(--dark-blue) !important;
	padding: 10px 20px;
	color: white !important;
}

/** Products **/

.product-bg {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: white;
	height: 100%;
}
.product-bg h4 {
	padding-bottom: 50px;
}
.product-bg button {
	position: absolute;
 	bottom: 15px;
  	/*width: 80%;
  	left: 10%;
  	right: 10%;*/
}
.product-btn {
	margin-top: 70px;
}

.bx-wrapper {
	max-width: 80% !important;
	margin-left: 0 !important;
}

.helper {
	padding-left: 15% !important;
  	padding-right: 15% !important;
}

label {
    width: 100% !important;
}
input.wpcf7-form-control.wpcf7-text {
    width: 100% !important;
	padding: 10px !important;
}

textarea {
    width: 100% !important;
}

.wpcf7-submit {
    background-color: var(--dark-blue) !important;
    color: var(--white) !important;
	border: solid 3px var(--dark-blue) !important;
	padding: 10px 20px;
	border-radius: 30px;
	cursor: pointer;
}
.wpcf7-submit:hover {
	border: solid 3px var(--dark-blue) !important;
	background-color: transparent !important;
	color: var(--dark-blue) !important;
}

	
html {
  scroll-behavior: smooth;
}
body {
	color: #2b2b2b;
	font-weight: 300;
}
a {
	color: #0079C1;
}
a:hover {
	color: #2b2b2b;
	text-decoration: none;
}
p a {
	color: #0079C1;
}
p a:hover {
	color: #2b2b2b;
}

/** wrapper **/
.wrapper {
	overflow: hidden;
}
.container {
	max-width: 100% !important;
}
/** Section Styles **/
.section-xs {
    padding-top: 10px;
    padding-bottom: 10px;
}
.section-sm {
    padding-top: 20px;
    padding-bottom: 20px;
}
.section-md {
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-lg {
    padding-top: 70px;
    padding-bottom: 70px;
}

/** Background Styles **/
.bg-black {
    background-color: #000000;
}
.bg-black-opaque {
    background-color: rgba(0,0,0,0.6);
}
.bg-grey {
    background-color: #282828;
}
.bg-light-grey {
	background-color: #F5F5F5;
}

/** background image styles **/
/*.bg-banner {
    background-image: url(../image/banner-bg.png);
}
.bg-white-pattern {
    background-image: url(../image/pattern-white-bg.jpg);
}*/
.bg-centered {
    background-position: center center;
    background-repeat: no-repeat;
}
.bg-center-bottom {
    background-position: center bottom;
    background-repeat: no-repeat;
}
.bg-center-top {
    background-position: center top;
    background-repeat: no-repeat;
}
.bg-width-lg {
    background-size: auto 110%;
}
.bg-height-lg {
    background-size: 100% auto;
}

/** Logo **/
.logo {
	max-width: 250px;
	height: auto;
}


/*----- nav styles -----*/
#nav ul, #nav ul li
{
	list-style:none;
	margin:0;
	}
#nav li
{
    display:inline-block;
	}
#nav ul
{
	margin:0px;
	width: 100%;
	padding: 0;
	}
#nav {
    padding:0 0px 0 0px;
	font-weight:100;
}
#nav ul li {
    font-size:14px;
    color: #2b2b2b;
	font-weight: 300 !important;
	padding: 20px 10px;
}
/*
.menu-item-129 {
	background-color: var(--light-blue) !important;
	color: white !important;
}

.menu-item-129:hover {
	background-color: var(--dark-blue) !important;
	color: white !important;
}*/

#nav li a {
    color: var(--dark-blue);
	font-weight: 600;
}
#nav li a:hover {
	background-color: var(--dark-blue);
	text-decoration: none;
	color: #fff;
}
#nav > .current-menu-item {
    background-color: var(--dark-blue);
}

/*-----------------drop down nav styles-----*/

#nav ul li ul li a{
	display: block;
	text-decoration: none;
	border: none;
	float: none;
	background-color: #f5f5f5;
	text-transform: none;
	color: #2b2b2b !important;
	text-align: left;
	padding: 10px 20px;
}

#nav ul li ul li a:hover {
	text-decoration:none;
	background-color: var(--dark-blue);
	color: #fff !important;
}

#nav ul li ul li {
	float:none;
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #a7a3a3;
	width: 100%;
}

#nav ul li ul {
	position:absolute;
	left:-999em;
	z-index:9999 !important;
	margin: 20px 0 0 0;
	width: auto;
}
#nav ul li:hover ul, #menu ul li ul:hover {
	left:auto;
}

/** Menu arrows **/
.menu li > a:after {
    content: '  ▾';
	vertical-align: 1px;
}

.menu li > a:hover:after {
    color: #444;
    content: '  ▾';
	vertical-align: 1px;
}

.menu li > a:only-child:after {
    content: '';
}

/*-----------------third tier drop down nav styles-----*/

#nav ul li ul li ul li a{
	display: block;
	text-decoration: none;
	border: none;
	float: none;
	background-color: #f5f5f5;
	text-transform: none;
	color: #2b2b2b;
	text-align: left;
	padding: 10px 20px;
}

#nav ul li ul li ul li a:hover {
	text-decoration:none;
	background-color: #f5f5f5;
	color: #000;
}

#nav ul li ul li ul li {
	float:none;
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #a7a3a3;
	width: 100%;
}

#nav ul li ul li ul {
	position:absolute;
	left:-999em;
	z-index:9999 !important;
	margin: -42px 0 0 0px;
	width: 100%;
	display: none;
}
#nav ul li ul li:hover ul, #nav ul li ul li ul:hover {
	left: auto;
	margin-left: 290px;
	display: block;
}

.mobmenu-content li > .sub-menu li:hover {
	background-color: var(--dark-blue) !important;
}


/** Linear gradient background **/
.linear-gradient-black {
	/* For browsers that do not support gradients */
	background: black; 
    background: linear-gradient(black, transparent);
}

/** Icon areas **/
.icon {
	height: 100px;
	margin-bottom: 30px;
}
.icon-sml {
	height: 70px;
	margin-bottom: 10px;
}
.icon img, .icon-sml img {
	max-height: 100%;
}
.icon-grid-8 {
	float: left;
}
/** Center vertical **/
.center-vertical {
    position: relative;
    z-index: 15;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.center-vertical .center-content {
    display: table-cell;
    vertical-align: middle;
}
.center-vertical .bottom-content {
    display: table-cell;
    vertical-align: bottom;
}
.center-carousel {
	position: absolute;
	top: 50%;
	height: 100px;
	margin-top: -50px;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

/** Breakers **/
.black-hr-break {
	width: 100%;
	height: 3px;
	background-color: #000000;
}

/** borders **/
.border-bot-grey {
	border-bottom: 1px solid #E0E0E0;
}
.border-all-grey {
	border: 1px solid #E0E0E0;
}
.border-right-blue {
	border-right: 4px solid #0079C1;
}
.border-top-blue {
	border-top: 3px solid #0079C1;
}
.borderBottom {
    width: 60px;
    height: 5px;
    background-color: #0079C1;
    margin-top: 10px;
}

/** max widths **/
.max-width-30 {
	max-width: 30px;
}
.max-width-150 {
	max-width: 150px;
}
.max-width-160 {
	max-width: 160px;
}
.max-width-200 {
	max-width: 200px;
}
.max-width-300 {
	max-width: 300px;
}

/** min-height **/
.min-height-70 {
	min-height: 70px;
}
.min-height-100 {
	min-height: 100px;
}
.min-height-200 {
	min-height: 200px;
}
.min-height-300 {
	min-height: 300px;
}
.min-height-400 {
	min-height: 400px;
}

/** center block **/
.center-block {
	margin: auto;
}

/** fw **/
.input-fw, .fw {
	width: 100%;
}

/** heights **/
.h-85 {
	height: 85px;
}
.h-90 {
	height: 90px;
}
.h-200 {
	height: 200px;
}
.h-240 {
	height: 240px;
}

/** form control **/
.form-control {
	border-radius: 0px !important;
	-webkit-appearance: none;
}

/** Button styles **/


.btn-white {
	text-transform: uppercase;
	border-radius: 0px;
	border: 0;
	background-color: #fff;
	padding: 10px 20px;
	color: var(--dark-blue);
	text-shadow: none;
	cursor: pointer;
	font-weight: 700;
}
.btn-white:hover {
	text-transform: uppercase;
	border-radius: 0px;
	background-color: var(--light-blue);
	padding: 10px 20px;
	color: var(--dark-blue);
}

.btn-blue {
	text-transform: uppercase;
	border-radius: 0px;
	border: 0;
	background-color: var(--dark-blue);
	padding: 10px 20px;
	color: #fff;
	text-shadow: none;
	cursor: pointer;
	font-weight: 700;
}
.btn-blue:hover {
	text-transform: uppercase;
	border-radius: 0px;
	border: 0;
	background-color: transparent;
	padding: 10px 20px;
	color: var(--dark-blue);
}
.btn-light-blue {
	text-transform: uppercase;
	border-radius: 0px;
	border: 0;
	background-color: var(--light-blue);
	padding: 10px 20px;
	color: var(--dark-blue);
	text-shadow: none;
	cursor: pointer;
	font-weight: 700;
}
.btn-light-blue:hover {
	text-transform: uppercase;
	border-radius: 0px;
	border: 0;
	background-color: var(--dark-blue);
	padding: 10px 20px;
	color: white;
}


.btn-primary {
	border-radius: 30px;
	border: solid 3px var(--dark-blue);
	background-color: var(--dark-blue);
	padding: 10px 20px;
	color: #fff;
	text-shadow: none;
	cursor: pointer;
	font-weight: 400;
}
.btn-primary:hover {
	border-radius: 30px;
   /* border: solid 3px white;*/
	border: solid 3px var(--dark-blue);
	background-color: transparent;
	padding: 10px 20px;
	color: var(--dark-blue);
}
.position-bottom {
	position: absolute;
	bottom: 30px;
}

/** footer menus **/
.footer-section {
	font-weight: 300;
}
.ft-menu-container ul {
	padding-left: 0px;
	list-style: none;
}
.ft-menu-container ul li a:link, .ft-menu-container ul li a:visited, .ft-menu-container ul li a:hover, .ft-menu-container ul li a:active, .ft-menu-container ul li a:focus {
	color: #b6b6b6;
	font-size: 13px;
}
.footer-section h4.title {
    color: white;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-section h4.title::after {
    background-color: #0079C1;
    bottom: -2px;
    content: "";
    left: 0;
    position: absolute;
    height: 4px;
    width: 60px;
}

/** Main slider 
.btn-carousel-mobile {
	float: right;
	margin-top: -43px;
	max-width: 40%;
}**/
#metaslider_973 ul.slides li img {
	height: 280px !important;
	width: auto !important;
}

/** Featured image caption **/
.home-banner {
	position: relative;
	background-size: 110% auto;
}
.page-banner {
	position: relative;
	background-size: 100% auto;
}
.page-banner-small {
	position: relative;
	height: 90px;
	background-size: 100% auto;
}
.featured-img-caption {
	position: absolute;
	top: 0;
	width: 100%;
	bottom: 0;
	height: 100%;
}
.featured-img-caption .caption {
	margin-left: 5%;
	width: 60%;
}

.metaslider .caption-wrap {
	font-size: 16px;
	padding-bottom: 20px;
	top: 0;
	background-color: rgba(0,0,0,0.6) !important;
	opacity: 1 !important;
	display: grid !important;
}

#metaslider_13 .caption-wrap {
	width: 30% !important;
	background: linear-gradient(to bottom, rgba(13, 65, 140, 1), rgba(12, 33, 70, 1));

}

#metaslider_13 .caption {
	width: 100% !important;
	align-self: center;
}

#metaslider_13 .slides img {
	width: 70% !important;
	float: right !important;
}

#metaslider_13 h2 {
	color: white !important;
	font-size: 27px !important;
}
/*
#metaslider_144 .caption-wrap {
	width: 45% !important;
	background: var(--dark-blue) !important;
}

#metaslider_144 .caption {
	width: 100% !important;
	align-self: center;
}

#metaslider_144 .slides img {
	width: 70% !important;
	float: right !important;
}

#metaslider_144 h2 {
	color: white !important;
	font-size: 27px !important;
}
*/
#metaslider_165 .caption-wrap {
	width: 45% !important;
	background: var(--dark-blue) !important;
}

#metaslider_165 .caption {
	width: 100% !important;
	align-self: center;
}

#metaslider_165 .slides img {
	width: 70% !important;
	float: right !important;
}

#metaslider_165 h2 {
	color: white !important;
	font-size: 27px !important;
}

.metaslider a {
	text-transform: uppercase;
	border-radius: 0px;
	border: 0;
	background-color: #fff;
	padding: 10px 20px;
	color: var(--dark-blue);
	text-shadow: none;
	cursor: pointer;
	font-weight: 700;
}

.metaslider a:hover {
	text-transform: uppercase;
	border-radius: 0px;
	background-color: var(--light-blue);
	padding: 10px 20px;
	color: var(--dark-blue);

}

.metaslider .flexslider .slides p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;    
  color: white !important; 
}

.metaslider .caption {
    padding-left: 7% !important;
    padding-right: 7% !important;
}
.metaslider .caption h1 {
   	color: #fff;
}
.metaslider .flex-control-nav {
    bottom: 20px !important;
}
.metaslider .flex-control-nav li a {
    margin: 0 4px !important;
}
.flex-control-paging li a {
    width: 9px !important;
    height: 9px !important;
    background: #999 !important;
}
.flex-control-paging li a.flex-active {
    background: rgba(255,255,255,.9) !important;
}

.tab, .tab-lrg {
    overflow: hidden;
	padding: 0;
}
.tab-text, .tab-text-lrg {
    width: 100%;
}
.tab-image {
	height: 250px;
	position: relative;
	overflow: hidden;
}
.tab-image-sml {
	height: 180px;
	position: relative;
	overflow: hidden;
}
.tab-image img, .tab-image-sml img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

/** image style utilities **/
.img-fill {
	display: block; 
	width: 100%; 
	height: auto;
}
.img-fluid {
    width: 100%;
}

/** WP image style utilities **/
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}

.text-center-mobile {
	text-align: center !important;
}

/** WP gutenberg block styles **/
.uagb-team__image-wrap {
    width: 300px !important;
}

/** Responsive lightbox styles **/
#swipebox-slider .slide img {
    max-height: 80% !important;
}

.hidden-tablet {
	display: none;
}

/** html table styles **/
table, tr, td, th {
	border: solid 1px #E0E0E0;
}
td, th {
	padding: 5px;
}

/** html form styles **/
.form-group {
	margin-bottom: 0;
}


/** woocommerce styles **/
.woocommerce {
	padding: 0% 5%;
}
.woocommerce-products-header {
	width: 112%;
    margin-left: -13%;
	margin-bottom: 50px;
}
.archive.woocommerce ul.products li.product a img, .archive.woocommerce-page ul.products li.product a img {
    margin: 0 0 0px !important;
    max-height: 200px;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    margin: 0 0 9px !important;

    box-shadow: none !important;
   
    margin-left: auto !important;
    margin-right: auto !important;
}

.woocommerce ul.products li.product .button {
    display: none !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	box-shadow: none !important;
}
.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-top: 15px !important;
	padding-bottom: 15px !important;
    text-align: left;
	border-bottom: 4px solid var(--dark-blue) !important;
    /*background-color: #F9F9F9;
    height: 68px;
	bottom: 0;
	position: absolute;
	width: 100%;*/
}
.woocommerce .woocommerce-result-count {
    display: none;
}
.woocommerce .woocommerce-ordering {
    display: none;
}

/** woocommerce category pages **/
.category-banner {
    width: 100%;
    height: 300px;
    background-color: rgba(0,0,0,0.3);
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
}
.category-banner h1 {
    display: inline-block;
    background-color: #00000070;
    font-family: 'Montserrat' !important;
    font-weight: 700 !important;
    /*font-size: 40px;*/
    padding: 15px 30px;
    color: white;
}
.term-description {
	margin-bottom: 40px;
	padding: 3% 12% 0%;
}
.woocommerce .products ul, .woocommerce ul.products {
	display: flex;
  	flex-wrap: wrap;
}
ul.tabCategorie {
    list-style-type: none !important;
    padding: 0 !important;
    margin-top: 30px;
}
li.tabchoice.active {
    background-color: #0079C1;
    color: white;
}
li.tabchoice {
    display: inline-block;
    font-size: 14px;
    padding: 15px 25px;
    margin-right: 15px;
    font-family: 'Montserrat';
    cursor: pointer;
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
    border-radius: 10px;
    font-weight: 400;
    text-transform: uppercase;
}
.woocommerce ul.products li.product .price {
	text-align: center;
}

/** woocommerce product pages **/
.woocommerce div.product {
	margin-top: 5%;
}
.woocommerce div.product div.images {
	float: right !important;
}

.woocommerce div.product form.cart {
	display: none !important;
}

.product_meta {
	display: none !important;
}

.woocommerce .woocommerce-breadcrumb {
	display: none !important;
}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	text-transform: uppercase;
	border-radius: 0px;
	border: 0;
	background-color: var(--light-blue) !important;
	padding: 10px 20px;
	color: var(--dark-blue) !important;
	text-shadow: none;
	cursor: pointer;
	font-weight: 700;
}
.up-sells {
	border-top: 1px solid #d3ced2;
	padding-top: 50px;
	margin-top: 50px;
}
.related.products {
	border-top: 1px solid #d3ced2;
	padding-top: 50px;
	margin-top: 50px;
	/*display: none;*/
}
.woocommerce-tabs {
	padding-top: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 1px solid var(--dark-blue) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: var(--light-blue) !important;
	border: 1px solid var(--dark-blue) !important;
	border-radius: 10px 10px 0 0 !important;
	display: inline-block !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 300 !important;
    color: var(--dark-blue) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background-color: var(--dark-blue) !important;
	color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    font-weight: 600 !important;
    color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100% !important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100% !important;
}
.single-product div.product .product_meta {
    font-size: .875em;
    padding-top: 1em;
    border-top: 1px solid rgba(0,0,0,.05);
}
.prod-title {
	width: 54% !important;
	float: right;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 23% !important;
    margin: 2% 2% 0 0 !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #0079C1 !important;
	font-weight: 600;
  	font-size: 25px;
}

.yith_magnifier_gallery li {
    margin-right: 10px;
}

.ysm-search-widget {
	border: 1px solid #a7a3a3;
	margin-top: 20px;
}
.ysm-search-widget-1 .search-submit {
    color: #666 !important;
}
.ysm-search-widget label {
	margin-bottom: 0;
}

/** woocommerce cart **/
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    max-width: 50% !important;
	width: 50% !important;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 50% !important;
	width: 50% !important;
}
.woocommerce form .form-row textarea {
    width: 300px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: none !important;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	/** mobile min height **/
	.mob-min-height-350 {
		min-height: 350px;
	}
	/*.side-buffers-5percent {
    padding-left: 8%;
    padding-right: 8%;
}*/
	#responsive-menu-container {
    width: 75% !important;
	}
.metaslider .caption-wrap {
    font-size: 13px;
}
.home-banner {
	height: 50vh;
}
.page-banner {
	height: 30vh;
}
.bg-centered {
    background-position: center bottom;
}
.bg-width-lg {
	background-size: 110% auto;
}	
	.integration-sml {
		display: block;
	}
	.integration-lrg {
		display: none;
	}
.tab {
    height: 240px;
    font-size: 15px;
}
.tab h3 {
		font-size: 20px;
	}
.tab-lrg {
		height: 300px;
	}
	.img-fill {
		height: 100%;
		width: auto;
	}

	.side-buffers-xs-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
	/** icon styles **/

	.metaslider .caption, .featured-img-caption .caption {
    width: 60% !important;
}
.metaslider .caption h1 {
	font-size: 2.5rem;
}
	.featured-img-caption .caption p {
		font-size: 13px;
	}

	/** mobile push **/
	.xs-push-top-10 {
		margin-top: 10px;
	}
	.xs-push-top-15 {
		margin-top: 15px;
	}
	.xs-push-bot-15 {
		margin-bottom: 15px;
	}
	.carousel-item a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;

	}

.testimonial_rotator_quote {
	font-size: 15px;
}
/** flip cards
.card-container {
  height: 300px;
  width: 300px;
}
/** flip cards **/
.flip-container, .front {
     width: 300px;
     height: 300px;
}
.flip-container, .back {
     width: 300px;
     height: 300px;
}

}

/* Even smaller Small Devices, Phones */ 
@media only screen and (min-width : 420px) {
	.img-fill {
		height: auto;
		width: 100%;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	#metaslider_973 ul.slides li img {
		height: 300px !important;
		width: auto !important;
	}
.tab-lrg {
		height: 270px;
	}
	.metaslider .caption, .featured-img-caption .caption {
    	/*margin-top: 90px;*/
	}
	
.tablepress img {
	max-width: 100px !important;
	height: auto;
	max-height: 65px;
}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	#responsive-menu-container {
    width: 35% !important;
	}
	
	.accordion button .accordion-title {
		font-size: 18px;
	}

	
#metaslider_13 .caption-wrap {
	width: 45% !important;
	background: linear-gradient(to bottom, rgba(13, 65, 140, 1), rgba(12, 33, 70, 1));
}

#metaslider_13 .caption {
	width: 100% !important;
}

#metaslider_13 .slides img {
	width: 70% !important;
	float: right !important;
}

#metaslider_13 h2 {
	color: white !important;
	font-size: 27px !important;
}
	
#nav li a {
	padding: 20px 10px;
}

.home-banner {
	height: 80vh;
}
.page-banner {
	height: 45vh;
}
.bg-centered {
    background-position: center center;
	background-size: 100% auto;
}
.side-buffers-5percent {
    padding-left: 5%;
    padding-right: 5%;
}

.tab-lrg {
		height: 360px;
	}
	.img-fill {
		height: 100%;
		width: auto;
	}


	/** Logo **/
	.logo {
		max-width: 210px;
		height: auto;
		
	}

	/** Banner text **/
	.metaslider .caption-wrap {
		font-size: 16px;
		line-height: 19px !important;
		padding-bottom: 20px;
	}
.metaslider .caption h1 {
	font-size: 1.5rem;
}

	/** featured tab **/
	.featured-tab-title {
		position: absolute;
		bottom: 0;
		left: 0;
		margin-bottom: 55px;
		margin-left: 14%;
	}


	/** BG adjustments **/
	.bg-width-lg {
	    background-size: auto 110%;
	}

	/** text **/
	.md-text-right {
		text-align: right !important;
	}

	/** buffers md **/
	.buffer-md-right-5 {
		padding-right: 5px;
	}
	.buffer-md-left-5 {
		padding-left: 5px;
	}
	.buffer-md-right-10 {
		padding-right: 10px;
	}
	.buffer-md-left-10 {
		padding-left: 10px;
	}
	.side-buffers-md-50 {
		padding-left: 50px;
		padding-right: 50px;
	}

	/** pull content top desktop **/
	.pull-top-md-60 {
		margin-top: -60px;
	}
	/** push content top desktop **/
	.push-top-md-30 {
		margin-top: 30px;
	}
	.push-top-md-40 {
		margin-top: 40px;
	}
	.push-top-md-60 {
		margin-top: 60px;
	}
	.push-top-md-80 {
		margin-top: 80px;
	}
	.push-top-md-100 {
		margin-top: 100px;
	}
	.push-top-md-150 {
		margin-top: 150px;
	}

	/** mobile push **/
	.xs-push-top-10 {
		margin-top: 0px;
	}
	.xs-push-top-15 {
		margin-top: 0px;
	}
	.xs-push-bot-15 {
		margin-bottom: 0px;
	}

	.sm-buffer-top-150 {
		padding-top: 150px;
	}
	.sm-buffer-top-200 {
		padding-top: 200px;
	}

	#metaslider_973 ul.slides li img {
		height: 450px !important;
		width: auto !important;
	}
.tablepress img {
	max-width: 150px !important;
	height: auto;
	max-height: 85px;
}
	
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 54% !important;
	padding-right: 5%;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 42% !important;
}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	/** Category tabs **/
	.category-tabs {
		height: 240px;
	}
.text-center-mobile {
	text-align: left !important;
}
    .dt-text-right {
        text-align: right !important;
    }

.tablepress img {
	max-width: 250px !important;
	height: auto;
	max-height: 110px;
}

	/** mobile min height **/
	.mob-min-height-350 {
		min-height: 450px;
	}

	/** footer menus **/
	.footer-section p {
		text-align: left;
		font-size: 13px;
		color: var(--dark-blue) !important;
	}
	.ft-menu-container ul {
		padding-left: 0px;
		list-style: none;
		text-align: left;
	}
/*	.ft-menu-container ul li a:link, .ft-menu-container ul li a:visited, .ft-menu-container ul li a:hover, .ft-menu-container ul li a:active, .ft-menu-container ul li a:focus {
		color: #ffffff;
	}*/

	/*#metaslider_973 ul.slides li img {
		height: 550px !important;
		width: auto !important;
	}*/
.metaslider .caption h1 {
	font-size: 2rem;
}
	
.tab-lrg {
		height: 300px;
	}
	
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1150px) {
	/** BG adjustments **/
	.bg-width-lg {
	    background-size: 125% auto;
	}
	.hidden-tablet {
		display: block;
	}
	.hidden-desktop {
		display: none;
	}

	/** mobile min height **/
	.mob-min-height-350 {
		min-height: 420px;
	}

	#metaslider_973 ul.slides li img {
		height: auto !important;
		width: 100% !important;
	}
.metaslider .caption h1 {
	font-size: 3.5rem;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	height: auto;
	padding-top: 1% !important;
}

}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

	/** Carousel styles **/
	.carousel-caption-container {
		padding: 40px 60px;
		width: 50%;
		left: 0;
	}
	.carousel-caption-container p {
		font-size: 14px;
	}
	.integration-lrg {
		display: block;
	}
	.integration-sml {
		display: none;
	}
	.metaslider .caption, .featured-img-caption .caption {
    /*margin-top: 100px;*/
	width: 60%;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1240px) {
	/** BG adjustments **/
	.bg-width-lg {
	    background-size: 110% auto;
	}
	.container {
		max-width: 1550px;
	}
.img-fill {
	width: 100%; 
	height: auto;
	}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1550px) {
#nav li a {
	padding: 20px 18px;
}
	/** Home banner **/
	.home-banner {
		background-size: 110% auto;
	}
	.page-banner {
	height: 65vh;
	}
	.tab {
		height: 280px;
		font-size: 17px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1550px) {
	#metaslider_144 .slides img {
		width: 110% !important;
		margin-left: -5%;
	}
}

/* Small screens down */
@media only screen and (max-width : 1280px) {
	#metaslider_13 .slides img {
		/*height: 360px;
    	width: auto !important;*/
		width: 100% !important;
	}
	#metaslider_13 li {
		overflow: hidden;
	}
	#metaslider_144 .slides img {
		width: 120% !important;
		margin-left: -10%;
	}
	#metaslider_144 li {
		overflow: hidden;
	}
}

/* Tablet down - Small Devices, Tablets */
@media only screen and (max-width : 1080px) {
		
	#metaslider_13 .caption-wrap {
		width: 100% !important;
		background: var(--dark-blue) !important;
	}
	#metaslider_144 .slides img {
		width: 130% !important;
		margin-left: -15%;
	}

#metaslider_13 .caption {
	width: 100% !important;
  	height: auto;
    padding-bottom: 10px
}
	#metaslider_13 .caption-wrap {
		position: initial;
	}


#metaslider_13 h2 {
	color: white !important;
	font-size: 27px !important;
}
	.metaslider .flex-control-nav {
		display: none;
	}
	.metaslider .flexslider {
		margin: 0;
	}
	
	.banner-image {
		min-height: 35vh;
	}
	.cat-post-image {
	height: 70vw;
	}
	    
	#sector-tabs .nav-tab-content {
		display: flex !important;
		flex-direction: column;
		max-width: 100%;
		flex: 0 0 100%;
	}
	#sector-tabs .nav-tab-content .text {
		width: 100%;
		margin-right: 0%;
		order: 3;
	}
	#sector-tabs .nav-tab-content .img {
		width: 100%;
		margin-left: 0%;
		min-height: 560px;
		order: 2;
	}
	#sector-tabs h4 {
		font-size: 17px;
		margin-bottom: 12px;
		margin-top: 0;
	}
	#nav_tab_1, #nav_tab_2, #nav_tab_3, #nav_tab_4 {
		list-style-type: none !important;
		width: 100%;
		padding: 20px;
		border-bottom: solid 3px var(--brand-grey);
		transition-duration: 0.4s;
		cursor: pointer;
		text-transform: uppercase;
		border-bottom-color: var(--brand-orange) !important;
		color: var(--brand-orange);
		margin-bottom: 30px;
	}
	.nav-tab-content {
		display: block !important;
		padding: 0 !important;
		min-height: auto !important;
	}
	.nav-bar-4col {
		display: none !important;
	}
    
}
/* Tablet down - Small Devices, Tablets - Bootstrap LG */
@media only screen and (max-width : 992px) {
	
	.header-right-col {
		text-align: center; 
		margin-top: 20px;
	}
}

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

}
	
/* Mobile down - Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	
	.metaslider .slides img {
		height: 700px !important;
		width: auto !important;
	}

	.header-right-col {
		display: initial; 
	}
	#metaslider_144 .slides img {
		width: 100% !important;
		margin-left: 0;
	}
	.mobile-push-top-20 {
		margin-top: 20px;
	}
	.hidden-mobile {
		display: none;
	}
	.mobile-display-block {
		display: block;
	}
	.mobile-quote-btn {
		float: right;
  		margin-top: -38px;
	}
	.mobile-quote-btn .btn-blue {
		padding: 5px 10px;
		font-size: 14px;
	}
	.font-30 {
    font-size: 22px;
}
	.padding-mobile-none {
		padding: 0;
	}
	
    .mobile-center {
        text-align: center !important;
    }
	
	.accordion-container {
		flex-wrap: wrap
	}
	.accordion {
		width: 100%;
	}
	.accordion .accordion-item {
	width: calc(100%);
	margin: 10px 0px;
}
	
.circle-image {
	width: 30%;
	margin-bottom: 20px;
	margin-top: 20px;
}
    
.content-padding {
  padding: 10%;
}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin: 5px !important;
	}
    .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
		width: 47% !important;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		text-align: center;
		border: 1px solid var(--white) !important;
		border-radius: 0 !important;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs {
		display: grid;
		border: 0;
		padding: 0 !important;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  		border-bottom: 1px solid var(--white) !important;
	}

}

/* Mobile down - Smaller mobile screens */
@media only screen and (max-width : 450px) {
	.header-right-col p {
		font-size: 13px;
	}

    .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
		width: 45% !important;
	}
.metaslider .caption, .featured-img-caption .caption {
    margin-top: 5%;
    width: 90% !important;
}
}