/*
 Theme Name:   OPSv3 Theme 3
 Description:  OPSv3 Theme 3
 Author:       Laura Wheatman
 Author URI:   http://www.onlineprintsolution.co.uk
 Template:     OPSv3
 Version:      1.0.0
*/

/* =============
GENERAL
================*/

body{
	font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight:400;
	font-size: 16px;
  line-height: 1.7rem;
  
}

h1, h2, h3{
	 font-family: 'Quicksand', sans-serif;
	 font-style:normal;
	 font-weight:700;
	 line-height: 1.2;
}

h2 {
  font-size: 1.8rem;
 
  margin:1rem 0;
}

h3{
	margin:1rem 0;
	margin-top: 0;
}

#content{
	background-color: #F7F7F7;
}
.whitesection{
	/*background-color: #F5F5F5;*/
	backgorund-colour: #fff;
}
.greysection{
	background-color: #F5F5F5;
}
.darkgreysection{
	background-color: #eee;
}
.colorsection{
	color:#FFF;
}
.removepadding{
	padding-top:0;
}
a{
	text-decoration: none;
}

.w-container{
	max-width: 1200px;
}

@media screen and (max-width: 1250px) {
	.w-container{
		max-width: 991px;
	}
  .w-col-medium-9{
    width:75%;
  }
}
@media screen and (max-width: 768px) {
	.w-container{
		max-width: 640px;
	}
}

a.cta{
	border: 1px solid;
	border-radius: 5px;
	padding: 5px 10px;
	display: inline-block;
	text-align: center;
	background-color: transparent;
}

/* =============
HEADER
================*/

header#masthead{
	height: auto;
	width:  100%;
}

header#masthead{
	position: fixed;
	top: 0;
	z-index: 9999;
	background-color: transparent;
	left: 0;
}

/* Top Header */
 #top_header {
    display: block;
    position: relative;
    height: 30px;
    background-color: #432B4B;
    padding: 0.5rem 20px;
    line-height: 1;
    color: rgba(255,255,255,0.8);
    font-size: 0.9rem;
}
#top_header .top_header_detail,
#top_header a.top_header_detail,
#top_header a.top_header_detail:visited {
  margin-right: 20px;
  color:  rgba(255,255,255,0.8);
}
#top_header .top_header_detail:focus {
  color: #b2e2f6;
}
#top_header a.top_header_detail:hover,
#top_header a.top_header_detail:visited:hover {
  color: white;
}
.top_header_detail:active {
  color: #b2e2f6;
}
.top_header_detail i {
  display: inline-block;
  margin-right: 5px;
}

.mini-header  #top_header{
  display: none;
}

@media only screen and (max-width: 1250px) {
  #top_header {
    display: none;
  }
}
/* Main-Header */
.main_header{
    padding: 10px 20px;
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    /* width: 100%; */
}
.mini-header .main_header{
  display:none;
}
/* 
.home header#masthead{
  background-color: transparent;
  transition: 0.2s;
}
.home header#masthead.mini-header{
  background-color: #ffaa00;
} */
.main_header .w-container{
  display:flex;
  justify-content: space-between;
  align-items: flex-end;
}

/* Mini-header */
header#masthead.mini-header {
  position: fixed;
  top: 0;
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
.page-template-ops-products header#masthead.mini-header {
	-moz-box-shadow: none;
	-webkit-box-shadow:none;
	box-shadow:none;        
}

/* LOGO */
.site-title{
	margin:0;
	display:  inline-block;
}

header#masthead.mini-header img.main_logo,
header#masthead.mini-header picture.main_logo img {
  height: 50px;
  width: auto;
  margin: 0 auto;
}

img.main_logo,
picture.main_logo img{
	height: 50px;
}


img.main_logo.dark,
picture.main_logo.dark img{
  width: auto;
  display: block;
}

img.main_logo.light,
picture.main_logo.light img{
  visibility: hidden;
  display: none;
}

img.main_logo.dark,
picture.main_logo.dark img{
  display: none;
}
img.main_logo.light,
picture.main_logo.light img{
  display: block;
  width: auto;
  visibility: visible;
  height: 70px;
  margin: 0 auto;
}
.mini-header img.main_logo.dark,
.mini-header picture.main_logo.dark img,
.mini-header picture.main_logo.dark source {
  opacity: 1;
  transition:  0.2s;
  display:  block;
}
.mini-header img.main_logo.light,
.mini-header picture.main_logo.light img,
.mini-header picture.main_logo.light source {
  visibility: hidden;
  display: none;
  transition: 0.2s;
}

@media only screen and (max-width: 1250px) {
	img.main_logo {
	  width: auto;
	  -moz-transition: 0.5s;
	  -o-transition: 0.5s;
	  -webkit-transition: 0.5s;
	  transition: 0.5s;
	  height: 2.5rem;
	  position: relative;
	  -moz-transition: 0.5s;
	  -o-transition: 0.5s;
	  -webkit-transition: 0.5s;
	  transition: 0.5s;
	}
}


@media screen and (max-width: 768px) {
	#masthead{
		position: fixed;
		z-index: 99999;
	}

}


/* ACCOUNT LINKS */

/* Tooltip */
.tool-tip:after{
	opacity: 0;
    transition: 0.2s ease-in-out;
}
.tool-tip:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: -2.1rem;
    left: -40px;
    color: #fff;
    content: attr(title);
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 100px;
    text-align: center;
    opacity: 1;
}
.tool-tip{
    display: inline;
    position: relative;
}

.account_links {
  display: none;
}

  .account_links {
    text-align:right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

header#masthead.mini-header .account_links {
  padding: 0.25rem 0;
  text-align:right;
}

.account_link {
  position: relative;
  display: inline-block;
  color: #000;
  background-color: #307673;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 2rem;
  line-height: 2rem;
  text-align: right;
  margin-left: 10px;
  cursor: pointer;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  /* overflow: hidden; */
  margin: 0;
}
.account_link:visited {
  color: #000;
}
.account_link:focus {
  color: #000;
}
.account_link:hover {
  color: #000;
}
.account_link:active {
  color: white;
}
.account_link:nth-child(even) {
  background-color: #8a5c9d;
}
.account_link:hover {
}

.account_link.cart_link {
  width: auto;
  padding: 0 10px;
  background-color: #FFF;
  border-radius: 5px;
}
.account_link.cart_link span {
  line-height: 2rem;
  display: inline-block;
  font-size: 0.9rem;
  vertical-align: top;
}

.account_link i {
  height: 2rem;
  line-height: 2rem;
  width: 2.5rem;
  text-align: center;
  position: relative;
  z-index: 10;
  vertical-align: top;
  display: inline-block;
  font-size: 0.9rem;
}

.account_link.cart_link i{
	width:auto;
}

/* Search*/
.account_link.search_link{
  position: relative;
  overflow:visible;
}
.account_link.search_link > i{
  position: absolute;
  top: 0;
  right: 0;
  border-radius:50px;
}

.account_link.search_link.active > i{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}


.account_link.search_link .headersearch{
  display: none;
}

.account_link.search_link.active .headersearch{
  display: inline-block;
  width: 100%;
  position: relative;
  top: auto;
  left: auto;
}

.search_link.active {
  width: 320px;
}

.searchform {
  /* background-color: transparent; */
  /* position: absolute; */
  /* right: 20px; */
  /* top: 0; */
  /* height: 2.5rem; */
  /* line-height: 2.5rem; */
  /* padding: 0; */
  /* border: 0; */
  /* width: 180px; */
  /* display: none; */
}
.search_link.active input[type="text"]{
	display:inline-block;
	background-color: transparent;
	color: #000;
	border: none;
	position: relative;
	top: auto;
	right: auto;
	left: 0;
	padding: 0;
	font-size: 0.9rem;
	padding-right: 40px;
	padding-left: 5px;
	font-family: inherit;
}
/* These have to be called seperately or they wont work ...*/
.search_link.active input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.search_link.active input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.search_link.active input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.search_link.active input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

button#searchbutton{
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 33px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border: none;
  background-color: transparent;
  z-index: 1;
}

.search_link form input[type="text"]:focus{
  border: none;
}

.account_link.search_link:hover .ajaxResults-container{
	z-index:999;
}

/* NAVIGATION */

.main-navigation{
}

.mini-header .main-navigation{
	display: inline-block;
	top: 0px;
}

.main-navigation ul{
	text-align: left;
	font-size:0;
}
.main-navigation li{
	float: none;
	display: inline-block;
	position: relative;
	text-align: left;
  border-right:1px solid #FFF;
}
.main-navigation li:last-child{
  border:none;
}

.main-navigation li a{
  font-weight: bold;
  padding:10px;
}

/*.home #primary-menu > li > a,
.home #primary-menu > li > a:visited{
	color:#FFF;
}*/



/*.home .mini-header #primary-menu li a,.home .mini-header #primary-menu > li > a:visited{
  color:#333;
}*/
.header-contact{
	display: block;
}
@media screen and (max-width: 1250px) {
    .header-contact{
    	display: none;
    }
    .search_link{
    	display: none;
    }
    .account_login{
    	display: none;
    }
}

@media screen and (max-width: 480px) {
	.account_link.cart_link{
	}
}

/* Mega Menu*/
.products_menu_container {
  position: absolute;
  top: 37px;
  width: 1100px;
  left: 0px;
  padding-top: 13px;
  display: none;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  background-color:transparent;
}

header#masthead.mini-header .products_menu_container {
  /*left: -200px;*/
}

.products_menu_container.templates_container {
  left: -300px;
}

header#masthead.mini-header .products_menu_container {
}

.products_menu_container.active {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.products_menu {
    background-color: #f5f5f5;
    min-height: 500px;
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    line-height: 1;
    position: relative;
    padding: 20px;
    overflow: hidden;
}

#design .products_menu{
  padding:0;
}

.main-navigation ul ul.products_menu_templates, .main-navigation ul ul.products_menu_list {
}

.products_menu_container:before {
  content: url("images/speechtop.png");
  position: absolute;
  top: 0px;
  left: 30px;
  line-height: 1;
  display: block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header#masthead.mini-header .products_menu_container:before {
  left: 240px;
}

.products_menu_container.templates_container:before {
  left: 330px;
}

.main-navigation a.products_menu_image {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
  background-size: cover;
  background-position: center;
  padding: 20px;
  color: white;
}
a.products_menu_image:visited {
  color: white;
}
a.products_menu_image:focus {
  color: white;
}
a.products_menu_image:hover {
  color: white;
}
a.products_menu_image:active {
  color: white;
}

.menu_image_heading {
  margin-top: 0;
  color: white;
  font-size: 1.5rem;
}

.products_menu_image span {
  color: white;
  line-height: 1.5;
}

.products_menu_image i {
  display: inline-block;
  padding-left: 10px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.products_menu_image:hover i {
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

ul.products_menu_list {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0%;
    top: 0;
    width: 75%;
    height: 100%;
    display: block;
    -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
    -moz-column-count: 3;
  /* Firefox */
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding: 1.5rem 20px 0.5rem;
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.25;

}

ul.products_menu_list > li {
  display: inline-block;
  padding-bottom: 1rem;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  padding-top: 0;
}


ul.products_menu_list li a{ color:#000; }

ul.products_menu_list li > ul {
  display: block;
  padding: 0;
  margin: 0;
}

.products_menu_templates {
  padding: 10px;
  margin: 0;
  list-style: none;
  width: 75%;
}

.products_menu_templates .menu_template {
  float: left;
  padding: 10px 0;
  display: inline-block;
  width: 100%;
}

.products_menu_templates .menu_template a {
  display: block;
}
.products_menu_templates li a img{
  margin-bottom: 0.5em;
}

.products_menu_templates .menu_template:hover img {
  opacity: 0.75;
}

ul.products_menu_list > li > a {
  font-weight: bold;
  padding-bottom: 0.5rem;
  display: block;
  font-size:1rem;
}
ul.products_menu_list > li > a:hover {
  font-weight: bold;
  display: block;
}

.list_title {
  font-size: 0.875rem;
  padding-top: 0.25rem;
  font-weight: bold;
}

ul.products_menu_list li > ul > li {
  display: block;
}

ul.products_menu_list li > ul > li > a {
  display: block;
  padding: 0.125rem 0;
  color: #888;
  font-size: 14px; 
  font-weight: normal;
}
ul.products_menu_list li > ul > li > a:visited {
  color: #888;
}
ul.products_menu_list li > ul > li > a:focus {
  color: #888;
}
ul.products_menu_list li > ul > li > a:hover {
  color: #307673;
}
ul.products_menu_list li > ul > li > a:active {
  color: #888;
}

.products_menu_list .category{
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 1280px) {
  .products_menu_container.print{
    left:-245px;
  }
  .products_menu_container.print:before{
    left: 275px;
  }
  .products_menu_container.design{
    left:-245px;
  }
  .products_menu_container.design:before{
    left: 295px;
  }
}

/* =============
FOOTER
================*/
footer{
	padding: 2rem 0;
}
footer h3{
	margin-bottom: 1.2rem;
	color:#FFF;
}

footer a{
	color:#FFF;
}


footer ul li{
	line-height: 1.6rem;
	
}

footer ul li a:hover{
	color:#FFF;
}
footer .w-col-4 div{
		margin-bottom:1.5rem;
	}
@media screen and (max-width: 768px) {
	
	footer ul{
		columns: 1;
	}
}

.footerlinks{
	text-align: center;
	font-size: 0.8rem;
	padding:10px 0;
	color:#FFF
}
.footerlinks a{
	color:#a7e2ff;
}
.footerlinks a:hover{
	color:#FFF;
}

a.social{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	text-align: center;
	color: white;
	line-height: 40px;
	padding: 0;
	margin:0;
	margin-right: 10px;
	text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-color: transparent;
	margin-bottom: 1.1rem;
	padding: 0;
}

a.social i{
	font-size: 1.5rem;
	color: #FFF!important;
	background-color: transparent;
	width: 100%;
	margin: 0;
}

a.social.facebook{
	background-color:#3b5998;
}
a.social.twitter{
	background-color:#00aced;
}
a.social.instagram{
	background-color:#bc2a8d;
}
a.social.linkedin{
	background-color:#0077b5;
}
a.social.google{
	background-color:#d34836;
}
a.social.pinterest{
	background-color:#bd081c;
}
a.social.youtube{
	background-color:#ff0000;
}
a.social.rss{
	background-color:#f26522;
}
a.social.mail{
	background-color:#9fae37;
}

.card-types i{
	font-size: 1.8rem;
	padding:1px;
}

.footer_contact, .footer_contact:visited {
  position: relative;
  display: block;
  line-height: 1;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  min-height: 1.75rem;
  color:#FFF;
}
.footer_contact i {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #c14e51;
  color: white;
  line-height: 1.25rem;
  font-size: 0.75rem;
  text-align: center;
  vertical-align: middle;
  margin-left: -0.725rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) {
  .footer_contact i {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* left: auto; */
    /* width: 1.75rem; */
    /* height: 1.75rem; */
    /* margin-left: 0; */
    /* width: 40px; */
    /* height: 30px; */
    /* line-height: 1.75rem; */
    /* font-size: 0.875rem; */
  }
}
.footer_contact span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) {
  .footer_contact span {
    display: block;
  }
}
.footer_contact span.contact_detail {
  position: relative;
  font-weight: 600;
  font-weight: 600;
  display: inline-block;
  font-size: 1rem;
}
@media only screen and (min-width: 992px) {
  .footer_contact span.contact_detail {
    display: block;
  }
}
.footer_contact span.hours {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-top: 0.25rem;
  display: block;
}
.footer_contact:last-child {
  margin-bottom: 0;
}


/* Slider*/
.slide .w-container{
  max-width: 60%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 700px;
  padding-top: 6rem;
}

.slide-image-container{
  position: relative;
  width: 60%;
  text-align:center;
}

.slide-content-container{
  max-width: 40%;
  -webkit-transition: transform 0.5s ease-out 0.75s, opacity 0.5s ease-out 0.75s, margin 0.3s ease;
  -moz-transition: transform 0.5s ease-out 0.75s, opacity 0.5s ease-out 0.75s, margin 0.3s ease;
  -ms-transition: transform 0.5s ease-out 0.75s, opacity 0.5s ease-out 0.75s, margin 0.3s ease;
  -o-transition: transform 0.5s ease-out 0.75s, opacity 0.5s ease-out 0.75s, margin 0.3s ease;
  transition: transform 0.5s ease-out 0.75s, opacity 0.5s ease-out 0.75s, margin 0.3s ease;
  -moz-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity:0;
}


.slick-current .slide-content-container{
  -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.slide_content{
    background-color:transparent;
    position: relative;
}

.slide_content h2, .slide_content h1{
	font-size: 3rem;
	line-height: 3.5rem;
	border-left: none;
	padding: 0;
	margin-bottom: 1rem;
	border-radius: 5px;
	background-color:transparent
}

.slider_text{
  margin:0;
}

.message{
	border-left: none;
	padding: 0px;
	font-size: 0.9rem;
	line-height:1.2;
	border-radius: 5px;
	background-color:transparent;
}
.badge{
	float: right;
	display: inline-block;
	width: auto;
	color:#FFF;
	border-radius: 10px;
    padding: 5px 10px;
    margin-right: 10px;
}

.slide a.readmore{
	color:#FFF;
	font-size: 1.1rem;
	display: inline;
	margin-top: 1rem;
}

.slide .w-col{
  min-height: 400px;
}


@media screen and (max-width: 1250px) {
  #site-navigation{
    display: none;
  }

  /* base styles */
  #site-navigation{
    display: none;
  }
  #mobile_nav {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    background-color: #FFF;
    z-index: 20;
    -webkit-box-shadow: -5px 0px 4px -1px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: -5px 0px 4px -1px rgba(0, 0, 0, 0.47);
    box-shadow: -5px 0px 4px -1px rgba(0, 0, 0, 0.47);
    width: 250px;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    z-index: 99999;
  }

  #mobile_nav.notvisible {
    transform: translateX(320px);
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
  }

  div#cart-head {
    display: inline-block;
  }

  .mobile_icons {
    padding-left: 10px;
    padding-top: 3rem;
    display: block;
    background-color: #691f99;
  }

  .mobile_icons i {
    font-size: 1.25rem;
    padding: 10px;
    color: #000;
  }

  .mobile_icons a, .mobile_icons a:visited, .mobile_icons a:active, .mobile_icons a:hover, .searchicon {
    color: white;
    cursor: pointer;
  }

  #mobile_nav .search_form {
    display: block;
    padding: 0.5rem 20px;
    background-color: #691f99;
    margin-right: 0;
    position: relative;
    height: auto;
    display: none;
  }

  #mobile_nav .search_form .search_field {
    width: 100%;
  }

  #mobile_nav form input.searchicon {
    margin-right: 0px;
    margin-top: 0.5rem;
    width:100%;
  }

  #mobile_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.125rem;
    padding-bottom: 0.5rem;
  }

  #mobile_nav ul li a {
    color: #000;
    padding: 0.25rem 20px;
    display: block;
    padding-right: 4rem;
  }

  #mobile_nav #mobile_products_links {
    padding-top: 0.5rem;
    font-size: 1rem;
    opacity: 0.85;
    padding-bottom: 3rem;
  }

  #mobile_nav #mobile_products_links li a {
    color: #000;
  }

  #masthead i.fa-times, #masthead i.fa-bars {
    display: block;
    padding: 10px 10px;
    cursor: pointer;
    font-size: 28px;
    color: white;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    opacity: 1;
}

  #masthead i.fa-times.notvisible {
    margin-right: -60px;
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }

  #masthead i.fa-bars.notvisible {
    margin-right: 60px;
    opacity: 0;
    -webkit-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
  }
    /* SubMenu responsive*/

  #mobile_menu li.menu-item-has-children:after{
    font-family: Fontawesome;
    content: '\f054';
    display: block;
    position: absolute;
    right:0;
    top:0;
    padding: 5px 10px 5px 20px;
    cursor: pointer;
    transition: 0.3s;
  }
  #mobile_menu li.menu-item-has-children{
    position: relative;
  }
  #mobile_menu li.active-parent:after{
    transform: translateY(-5px) rotate(90deg);
    -webkit-transform: translateY(-5px) rotate(90deg) ;
    -ms-transform: translateY(-5px) rotate(90deg) ;
    -moz-transform: translateY(-5px) rotate(90deg);
    -o-transform: translateY(-5px) rotate(90deg) ;
  }

  #mobile_nav ul.sub-menu{
    background-color: #f7f7f7;
    padding:0;
  }
  #mobile_menu ul.sub-menu li{
    overflow: hidden;
    display: none;
    transition: 0.3s;
  }
  #mobile_menu ul.sub-menu.active li{
    display: block; padding-left: 1em;
  }
  #mobile_menu ul.sub-menu.active {
    margin-right: -50px;
  }
	
	/* Mobile Menu*/


  #masthead i.fa-times,
  #masthead i.fa-bars{
		padding: 10px 10px;
		font-size: 28px;
		color: white;
		transition: 1s ease;
		-webkit-transition: 1s ease;
		-moz-transition: 1s ease;
		-o-transition: 1s ease;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		opacity: 1;
	}
	header#masthead i.fa-bars{
	color: #000;
	}
	#mobile_nav{
		width: 300px;
	}
	.mobile_icons{
		padding-left: 8px;
	}
	.mobile_button{
		right:1rem;
	}
	.mobile_button.fa-close{
		font-size: 2rem;
		cursor: pointer;
	}
	.phone a, .email a, .phone a:visited, .email a:visited{
		border:none;
		color:#FFF;
		cursor: pointer;
		padding:0;
	}
	.phone a:hover, .email a:hover{
		border:none;
		color:#FFF;
	}
	.slide_content h2, .slide_content h1{
		text-align: center;
		font-size: 2rem;
		display: block;
		padding:0px;
	}
	.message{
		font-size: 1rem;
		display: block;
		line-height: 1.3rem;
	}
	.cart_link{
		margin-top: 8px;
		margin-right: 0;
	}
  #search_form_mobile input.searchicon{
    background-color: #FFF;
    border-radius: 4px;
    border:none;
    padding:10px 20px;
    font-size: inherit;
  }
	
}
@media screen and (max-width: 1250px) {
	
	.slide_content{
	}
	img.slide_image{
		min-height: 150px;
		margin: 30px auto;
	}
	
	.site-title img{
		width: 500px;
		float: left;
	}
	.cart_link{
		margin-top: 0;
	}
	.img-small{
		padding:0;
	}
	.sample-image{
		height: 150px;
	}
	.badge, .slide a.readmore{
		display: block;
		text-align: center;
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.slide .w-container{
		padding-top:0;
	}
	.home .slide{
		background-position: 69% !important;
	}
}
@media screen and (max-width: 480px) {

	.slide{
		height: 90vh;
	}
	.message{
	}
	.site-title img{
		width: 250px;
		float: left;
	}
  .home img.main_logo.light{
    height: auto;
  }
	img.slide_image{
		margin: 0 auto;
	}
	.slide a.readmore{
		margin-right: 0;
	}
}
.slider-section .slick-prev:before{
	font-family: 'Fontawesome';
	content:'\f0a8';
}
.slider-section .slick-next:before{
	font-family: 'Fontawesome';
	content:'\f0a9';
}
.slider-section .slick-prev:before, .slider-section .slick-next:before{
	font-size: 2rem;
}
/*----------Slider------------*/
.slider-section {
  background-color: #FFF;
  background-size: cover;
  position: relative;
  width: 100%;
  padding: 0;
  display: block;
}

.home .slide {
  position: relative;
  outline: none;
  color: white;
  height: auto;
  width: 100%;
  overflow: hidden;
  height: 700px;
  background-size: cover;
  background-position: center;
  padding: 0;
  padding-top: 40px;
}

.slide_image {
  display: inline-block;
  margin:0 auto;
  position: relative;
  opacity: 0;
  -webkit-transition: transform 0.5s ease-out 0.75s, opacity 0.5s ease-out 0.75s, margin 0.3s ease;
  -moz-transition: transform 0.5s ease-out 0.75s, opacity 0.5s ease-out 0.75s, margin 0.3s ease;
  -ms-transition: transform 0.5s ease-out 0.75s, opacity 0.5s ease-out 0.75s, margin 0.3s ease;
  -o-transition: transform 0.5s ease-out 0.75s, opacity 0.5s ease-out 0.75s, margin 0.3s ease;
  transition: transform 0.5s ease-out 0.75s, opacity 0.5s ease-out 0.75s, margin 0.3s ease;
}

.slick-current .slide_image {
  -moz-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 1;
}

.badge {
  position: absolute;
  right: 10%;
  bottom: -10%;
  background-color: #858585;
  color: white;
  display: inline-block;
  width: auto;
  height: auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 1;
  opacity: 0;
  -webkit-transition: transform 0.8s ease-out 0.75s, opacity 0.5s ease-out 0.75s, margin 0.3s ease;
  -moz-transition: transform 0.8s ease-out 0.75s, opacity 0.5s ease-out 0.75s, margin 0.3s ease;
  -ms-transition: transform 0.8s ease-out 0.75s, opacity 0.5s ease-out 0.75s, margin 0.3s ease;
  -o-transition: transform 0.8s ease-out 0.75s, opacity 0.5s ease-out 0.75s, margin 0.3s ease;
  transition: transform 0.8s ease-out 0.75s, opacity 0.5s ease-out 0.75s, margin 0.3s ease;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.5);
}
.slick-current .badge{
  -moz-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 1;
  z-index:99;

}

.slide_content .badge{
  right: -107px;
  bottom: -80px;
}

.badge_top {
  font-size: 14px;
  display: block;
}

.badge_bottom {
  font-size: 32px;
  font-weight: bold;
  display: block;
}
.mobile_badge {
  color: #858585;
  font-weight: 600;
  font-size: 1.5rem;
  display: block;
}

@media screen and (max-width: 480px) {
  .badge,
  .slide_content .badge{
    /* position: relative; */
    right: -30px;
    bottom: -45px;
  }
  .badge_top{
    font-size: 12px;
  }
}

/* Single Column*/

.banner{
padding:0;
background-color:transparent;
}
.banner h1, .banner h2{
	color:#FFF;
}

.banner h3.subheading{
	color:#FFF;
}
.banner-content{
	margin-bottom: 1rem;
}

/* Feature Icons */

.benefit i{
	font-size: 3rem;
}
.benefit a.readmore i{
	font-size: 1rem;
	width: auto;
}
.benefit-content{
	margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
	.benefit{
		margin-bottom: 1rem;
	}
}

/* Feature Tabs */
.slick-current .slider_nav_link_internal {  color: white;}
.slider-for .slick-prev:before, .slider-for .slick-next:before {  font-size: 2rem;}
@media only screen and (max-width: 680px) {
  .slider-for .slick-prev:before, .slider-for .slick-next:before { font-size: 1.5rem;}
}



/* Design Funnels*/

section.funnel{
  padding:2rem 0;
}

.funnel_container{
	text-align: center;
}

.funnel h2{
	margin-top: 0;
	margin: 0;
	font-size: 1.5rem;
}

.funnel .icon_container{
	text-align: center;
	display:  inline-block;
}

.funnel i{
	display: inline-block;
	vertical-align: top;
	font-size: 1.4rem;
	text-align: center;
	position: relative;
}

.funnel_container span{
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	text-align: left;
	line-height: 1;
}

.funnel_container h3{
	margin-bottom: 0;
	display:  inline-block;
	font-size: 1.3rem;
}
.funnel_container p{
	line-height: 1.5rem;
	display:block;
	margin: 0;
}

.funnel-flex{
	display:flex;
	align-items:center;
	flex-wrap: wrap;
	justify-content:space-between;
}

.funnel-steps{
  display:flex;
  width: 70%;
  position:relative;
  justify-content: space-between;
}
.funnel-steps:before{
  content:'';
  height:2px;
  width:100%;
  background-color:#ddd;
  position:absolute;
  top:50%;
}

.funnel_container a{
	    width: 100%;
    display: flex;
    align-items: center;
    justify-content:center;
}
#content .funnel-flex a.readmore{
  background-color:orange;
  border:none;
  padding:10px 20px;
}

#content .graphiclinks a.readmore{
  width:100%;
  margin-top:0.5rem;
  text-align:center;
}

#newsletter{
  background:#000;
  padding:2rem 0;
}

#logos .photo-tile{
  height:200px;
  align-items: center;
  display:flex;
}
#footer-icons{
  padding:1rem 0;
}
.foot-icon-container{
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-right:1px solid #ddd;
  padding:20px;
  text-align: center;
}
.foot-icon-container i{
  font-size:3rem;
  margin-bottom: 1rem;
}

.p-matrix-attributegroup{
  width:100%;
  font-weight:bold;
  font-size: 1.2rem;
  padding: 10px;
  border-radius: 5px;
}
.attr-container{
  display:flex;
  flex-direction: column;
  position:relative;
}
.attr-E-container .p-matrix-attributegroup,
.attr-E-container .p-matrix-attributes{
  width:50%;
}

.attr-E-container .countdown{
  position:absolute;
  right:0;
  top:0;
  width:49%;
} 


@media screen and (max-width: 1250px) {
	.funnel {
		padding:20px;
		text-align: center;
	}
	.funnel i{
		margin:0;
	}
}

@media screen and (max-width: 480px) {
	.funnel_container{
		width:100%;
	}
	.funnel-flex{
	}

}

/* Graphic Links */
.design_method{
	margin-bottom: 1rem;
}
.design_method, .design_method:hover, .design_method:visited {
  display: block;
  position: relative;
  background-color: white;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  color: white;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .design_method, .design_method:hover, .design_method:visited {
    margin-bottom: 0;
  }
}

.w-col:last-child .design_method {
  margin-bottom: 0;
}

.design_method_image_block {
  position: relative;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.design_method_title {
  margin: 0;
  text-align: left;
  display: block;
  color: #8a5c9d;
  padding: 0;
  margin-bottom: 1rem;
}

.whitesection .design_method_title{
  background-color: #FFFFFF;
}

.design_description {
  opacity: 0;
  background-color: rgba(48, 118, 115, 0.8);
  background-repeat: repeat;
  display: block;
  padding: 1.5rem 20px;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
  height: 15rem;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.design_description h4 {
  font-size: 1.5rem;
  color: white;
}

@media only screen and (min-width: 992px) {
  .design_method:hover .design_description {
    opacity: 1;
  }
}

a.readmore{
    border-radius: 5px;
    padding: 5px 30px;
    display: inline-block;
    text-align: center;
    color: #FFF;
    font-size: 1rem;
}
a.readmore i{
	margin-left: 10px;
}
@media screen and (max-width: 1250px) {
	.single_solution{
		margin-bottom: 1rem;
	}

}
/* Text only */

@media screen and (max-width: 480px) {
	.content-container{
		margin-bottom:1rem;
	}
}

/* Text with Testimonial*/
.greysection .testimonialroll, .colorsection .testimonialroll{    background-color: white;}
.whitesection .testimonialroll{background-color: #f7f7f7;}

.testimonialroll{
    border-radius: 10px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    padding: 1.5rem 20px;
}

.testimonialroll p{
	margin:0;
}

.clientname{
  display: block;
  margin-top: 0.5rem;
}

/* Map */
.googlemap{
  padding:0;
}

/* Feature List */

/* Portfolio*/
section.portfolio{
	overflow:hidden;
}
.examples .slick-dots li button:before {
	opacity: 1;
	font-size: 1rem;
	font-family: 'fontawesome';
	content:"\f10c"
}
.examples .slick-dots li.slick-active button:before{
	font-family: 'fontawesome';
	content:"\f111";
}

/* Sample Pack */

.sample-pack{
    overflow: hidden;
}
.sample-pack h2{
	color: #000;
}
.sample-pack p{
	color: #000;
}
.sample-pack a.readmore{
	color: #FFF;
	border-radius: 5px;
	background-color: transparent;
	font-weight: bold;
}
.sample-pack a.readmore:hover{
	/* background-color: #FFF; */
}
.sample-pack a.readmore i{
	transition: 0.2s;
    transform: translateX(0);
}
.sample-pack a.readmore:hover i{
	transform: translateX(3px);
}
.sample-image{
	position: relative;
}
.sample-image img{
	position: absolute;
	bottom: 0;
}

/* Price List */

div.matrix td.red{
	background-color: #f6f9fb;
    border: 1px solid #dbe9f2;
}

div.matrix td.purple{
	background-color: #fff1fc;
    border: 1px solid #f5e3f3;
}
div.matrix th.green{
	background-color: #fed302;
    border: 1px solid #fed302;
    color:#333;
}
div.matrix td.green{
	background-color: #f8f8f4;
    border: 1px solid #e3e1d5;
}
/* Blog */
.blogsection{
  background-color: #FFF;
}
.blog_article {
  background-color: #f5f5f5;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: block;
  position: relative;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 992px) {
  .blog_article {
    margin-bottom: 0;
  }
}

.roll_article {
  margin-bottom: 20px;
}

.w-col:last-child .blog_article {
  margin-bottom: 0;
}

.blog_image {
  height: 10rem;
  background-size: cover;
  background-position: center;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
}

.blog_extract {
  padding: 1.5rem 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.greysection .blog_extract{
  background-color: #FFF;
}


.product_overlay a.blog_link {
  height: 100%;
  display: table;
  border: none!important;
}
.blog_extract .product_overlay a{
  border:none;
}

.solution h3{
	overflow: hidden;
}
a.solution{
	overflow: hidden;
}
.solution img{
	opacity: 1;
	overflow: hidden;
}
span.subheading{
	display: block;
	font-size: 1.2rem;
}

/* Text */

.txt .sub-heading h2{
	font-size: 1.5rem;
	margin:0;
}
/* Testimonial */

.testimonial{
	background-color: #FFF;
	padding:20px 50px;
	margin-bottom:25px;
	position:relative;
}

.whitesection .testimonial:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 30px 0 0;
    border-color: #f7f7f7 transparent transparent transparent;
    position: absolute;
    left: 50px;
    bottom: -25px;
}

.greysection .testimonial:before,
.colorsection .testimonial:before{
content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 30px 0 0;
    border-color: #FFF transparent transparent transparent;
    position: absolute;
    left: 50px;
    bottom: -25px;
}


.whitesection .testimonial{
	background-color: #f7f7f7;
}

@media screen and (max-width: 1250px) {
	.testimonial{
		margin-bottom: 2rem;
	}
}

/* Grid Section*/
a span.gridtitle, a:visited span.gridtitle{

  font-size: 1.2rem;
  
}

/* Tabs*/
.r-tabs .r-tabs-nav .r-tabs-tab {
	border-radius: 0;
	background-color: transparent!important;
	border: none;
}
.tab .r-tabs{
	border-radius: 0;
	background-color: transparent;
	border: none;
}

.tab li.r-tabs-tab{
	border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.tab div.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor { color:#FFF ;}


.whitesection.tab .r-tabs .r-tabs-panel{
	background-color: #f7f7f7;
}
.whitesection.tab .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor{
	background-color: #f7f7f7;
	padding: 10px 30px;
}
.whitesection.tab .r-tabs .r-tabs-nav .r-tabs-anchor{
	padding: 10px 30px;
}


/* PRODUCT PAGE*/


.product_top_section h1{
  margin-top: 0;
  font-size: 2rem;
  margin-bottom: 2rem;
}


/* Storefront Login*/

#buyingoptions .login-emailinput{
  margin-bottom: 1rem;

}

#buyingoptions .storefrontlogin .checkout-action input[type="submit"]{
  margin-top: 0.5rem;
  border-radius: 4px;
}

#buyingoptions .storefrontlogin .login-forgotpassword{
  text-align: right;
  width:  100%;
}
#buyingoptions .storefrontlogin .login-forgotpassword .form-submit{
  line-height: inherit;
  padding:10px 0;
}
#buyingoptions .storefrontlogin input[type="text"], #buyingoptions .storefrontlogin input[type="password"]{
    border-width: 1px;
    border: 1px solid #e3e3e3;
    line-height: 2.5rem;
    height: 2.5rem;
    margin: 0;
    padding: 0 10px;
    display: block;
    width: 100%;
    background-color: transparent;
    color: #888;
    border-radius: 0;
}

/* TABS */

#myTab .designs_wrapper {
  padding: 1rem 0 0;
}

#myTab h1.designheader {
  display: none;
}
#myTab.r-tabs{
  border:none;
  background-color: transparent;

}
#myTab.r-tabs .r-tabs-accordion-title .r-tabs-anchor{
  border:1px solid #eee;
  color: #000;
  border-radius:0px;
  text-shadow: none;
}

#myTab.r-tabs .r-tabs-nav .r-tabs-anchor{
	color:#FFF;
	border:none;
  font-weight: normal;
}
#myTab.r-tabs .r-tabs-panel{
	padding: 2rem;
	padding-top: 1rem;
	border:none;
	border-radius: 0 4px 4px 4px;
}

.catalogue_template-head{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 1rem;
    align-items: center;
}

.p-matrix-options select, .p-matrix-options input[type="number"]{
  border-width: 1px;
  border: 1px solid #e3e3e3;
  line-height: 2.5rem;
  height: 2.5rem;
  margin: 0;
  padding: 0 10px;
  display: block;
  width: 100%;
  background-color: #FFF;
  border-radius:0;
}

#myTab.r-tabs .r-tabs-tab{
  border-radius: 4px 4px 0 0;
}

#myTab .r-tabs-anchor i{
      padding-right: 10px;
}

#myTab.r-tabs .r-tabs-tab a,
#myTab.r-tabs .r-tabs-tab a:visited {
  padding: 0.5rem 15px;
}

#p-matrix-options-container, #p-matrix-container, .p-matrix-container-title{
margin:0
}

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

	#myTab{
		margin-bottom:1rem;
	}
	#description_tabs .r-tabs-accordion-title{
		display:none;
	}
	#description_tabs.r-tabs .r-tabs-nav{
		display:block;
	}
	#description_tabs li, #description_tabs li.active{
		width:auto;
	}
}

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

	#description_tabs .r-tabs-accordion-title{
		display:block;
	}
	#description_tabs.r-tabs .r-tabs-nav{
		display:none;
	}
	#description_tabs li, #description_tabs li.active{
		width:auto;
	}
}

/* SCHEDULER */

.countdown{
	display: inline-block;
	width: 100%;
	padding:10px;
	border-radius: 10px;
	text-align: center;
}
.countdown-header{
	margin: 0.5rem 0;
	font-size: 1.5rem;
	line-height: normal;
	text-align: center;
	color:#FFF;
}
.p-schedule-date{
	float: none;
	font-size: 1.6rem;
	line-height: 2.3rem;
}
.p-schedule-head{
	float: none;
}
.p-schedule-wrapper{
	width: 100%;
	text-align: center;
	margin:0;
	color:#FFF;
	padding:10px;
	border-radius: 10px;
	font-size: 1rem;
	margin-bottom: 0.5rem;
	display: flex;
    column-gap:10px;
	align-items: center;
	line-height: 1;
	margin: 0;
}
#cutOffCountdown{
	margin-bottom: 0;
	width: auto;
}
#cutOffCountdown .countdown-amount{
	background-color: transparent;
	color:#000;
	font-size: 1.5rem;
	display: block;
  background-color: #FFF;
  margin:0;
}
#cutOffCountdown .countdown-period{
	color:#FFF;
	display: block;
	font-size: 1rem;
	margin: 0;
	padding-top: 0;
}
.countdown-section{
	position: relative;
}

span.countdownsection{
	padding-top: 0;
}

.p-schedule-head,
.p-schedule-date{
	display:inline-block;
	vertical-align:middle;
	font-size:1rem;
	line-height:1;
	color: #FFF;
	font-size: 1rem;
	text-transform: none;
	font-weight: bold;
	text-transform:uppercase;
}
.p-schedule-date{
      font-size: 1.5rem;
      line-height: 2.1rem;
}
.link_graphic p{
	font-size: 1rem;
	display:inline-block;
	line-height: 1;
}



@media screen and (max-width: 1250px) {
	.countdown-header{
		font-size: 1.3rem;
    	line-height: 3.7rem;
	}
	.p-schedule-wrapper{
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
  .countdown{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 999;
    align-items: center;
    margin: 0;
  }
  .link_graphic p{
    text-align: left;
  }
	.p-schedule-wrapper{
		width: 100%;
	}
	.p-schedule-head,.p-schedule-date{
		display: block;
	}
	#cutOffCountdown .countdown-amount{
		display: block;
		line-height: normal;
	}
	#cutOffCountdown .countdown-period{
		display: inline-block;
		line-height: normal;
		text-transform:none;
	}
}

@media screen and (max-width: 480px) {
	.p-schedule-wrapper{
		margin:0;
	}
	.countdown{
		flex-direction:column;
	}
	.wrapper-container{
		display:flex;
		justify-content:space-between;
		width:100%;
		column-gap:20px;
		align-items:center;
	}
}

/* Product Page Templates listing*/
.template-box-sets{
	background-color: #F5F5F5;
	border:none;
	border-radius: 0;
}

.template-box-sets .r-tabs{
	background-color: transparent;
	border:none;
}
.template-box-sets .r-tabs .r-tabs-nav .r-tabs-tab{
	width: 24.8%;
	text-align: center;
}
.template-box-sets .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor{
	border-radius: 0;
	width: 100%;
	text-align: center;
	font-size: 1rem;
	background-color: #FFF;
}
.template-box-sets .r-tabs .r-tabs-nav .r-tabs-state-default .r-tabs-anchor{
	width: 100%;
	font-size:1rem;
	color:#FFF;
}
div#templates{
	padding: 1rem 50px;
}
div#templates h2{
	display: inline-block;
}
div#templates .checkout-action{
	display: inline-block;
	float:right;
}
.template_container{
	padding: 20px;
	background-color: #f5f5f5;
}
.template-designs .template_container{
	background-color: #FFF;
}

.listing-name{
	font-size: 1.5rem;
  margin-bottom: 1rem;
}

a.optionbutton, a.optionbutton:visited, a.listing-product-link, a.listing-product-link:visited, a.form-submit{
    display: inline-block;
    text-align: center;
    color: #FFF;
}

a.optionbutton i{
	margin-left: 10px;
}
.filter_block h2,
#filters h3{
	margin:0;
}

.filter-more:before{
	font-family: 'Fontawesome';
	content:'\f0d7 ';
	margin-right: 5px;
}
.filter-less:before{
	font-family: 'Fontawesome';
	content:'\f0d8 ';
	margin-right: 5px;
}

/* Total Bar*/
.summary{
	color:#FFF;
	height: 45px;
}
.summary h3{
	color:#FFF;
	display: inline-block;
}
.total-price{
	margin:20px 0;
	display: inline-block;
}
.summary .cta{
	background-color: transparent;
	margin-top: 0;
	text-align: left;
	padding:8px 30px;
}

.summary_container{
	/* display: none; */
}

.w-clearfix.summary_row{
	padding:3px 0;
}

.summary_attribute, .summary_attribute_title{
	font-size: 0.9rem;
  text-align: left;
}

.summary_attribute_title{
  font-weight: bold;
  padding-right: 1rem;
  line-height:1.5;
}

.summary_attributes{
padding-top:10px;
}

.summary_attribute{
  text-align: left;
  padding-left: 1rem;
  line-height:1.5;
}

a.p-matrix-proceed,
a#lightboxText{
	margin-bottom: 0;
	text-align: center;
	border:1px solid;
	border-radius: 5px;
	color:#FFF;
}

.summary_container a.p-matrix-proceed{
	width: 49%;
}

.p-matrix-attributes.tot-mat span{
	font-size:1.5rem;
	font-weight:bold;
	color: #000;
}

a.cta.central_cta.quote_cta.last_cta.p-matrix-proceed:hover{
	color:#FFF;
}
a#lightboxTest{
	color:#FFF;
	text-align: center;
	border-radius:0;
	border:none;
	border-radius: 5px;
}
a.quote_cta i{
	font-size: 1.3rem;
	margin-right: 0.5rem;
}
.order_summary_top{
	width: 51%;
	text-align: right;
	display: inline-block;
}
.order_summary_bottom{
	width: 100%;
	display: inline-block;
	/* float: right; */
	padding:0 10px;
}
.summary_attribute .p-matrix-cost{
	font-weight:bold;
}
.tot-mat .summary_attribute{
	font-weight:bold;
	font-size:1.2rem;
	line-height:1;
}

@media screen and (max-width: 768px) {
	.order_summary_top{
		width: 100%;
	}
	.order_summary_bottom{
		width: 100%;
		margin-bottom: 0.5rem;
	}
}

/* Listing */

#catalogue{
	background-color: #FFF;
	min-height:500px;
}

#catalogue h1{
  font-size: 2rem;
}


.listing-product-content,.listing-category-text, .listing-product-text{
	padding:20px;
}

a.listing-product-link i, a.form-submit i, a.optionbutton i,a.readmore i{
	transition: 0.2s;
    transform: translateX(0);
}

a.listing-product-link:hover i, a.form-submit:hover i, a.optionbutton:hover i, a.readmore:hover i{
	transform: translateX(3px);
}

.listing-product{
	position:relative;
}

.listing-product-name, .listing-category-name, #designs .listing-name{
	margin:0;
}

.listing-category-int, .listing-product-int{
	margin-bottom: 0.5rem;
}

.category-content{
	margin-bottom: 2rem;
}

/* Log In */
.page-template-ops-myaccount #content{
	background-color: #f5f5f5;
	padding-bottom:3rem;
}

.existing-customer{
	max-width: 900px;
	margin:0 auto;
}

.new-customer, .existing-customer{
	background-color: #FFF;
	border-radius: 10px;
}
.login-forgotpassword input[type="submit"]{
	border:none;
	background-color: transparent;
	padding:0;
	line-height: 2rem;
	margin:0;
}
#checkout-action-login input[type="submit"]{
	border:none;
	margin:0;
	color:#FFF;
	padding:10px 20px;
}

form#loginform{
	margin-top: 1rem;
}

p.login-email-label{
	margin:0;
}

@media only screen and (max-width: 768px) {
	.new-customer{
		margin-bottom:1rem;
	}
}


/* Account Page*/

.cartbox-top{
	border:none;
	padding:0 5px;
}


.myaccount-action a{
  color:#FFF;
  padding:10px;
  border-radius: 5px;
}


.account-box{
  padding:10px 20px;
  background-color: #FFF;
  border-radius: 10px;
  margin-bottom: 1rem;
}

/* Email Quote */
.prettyPopin .prettyContent .prettyContent-container{
    margin: 0 auto;
}
.formWrapper{
	text-align:center;
}
#emailFormInput,
emailAddressLightbox{
max-width:500px;
margin:0 auto;
display:block;
}

.checkout-action .cta.solid.purple{
	margin-top:1rem;
	margin-right:10px;
}


/* CONTACT PAGE */

.section.contact_section{
	background-color: #f5f5f5;
	padding:2rem 0;
}
.contactdetails{
	background-color: #FFF;
	padding:20px;
}
h4.contactheading, .contactdetails h4{
	margin: 0;
}
.contact-box{
	background-color: #FFF;
	padding:20px;
}

 input[type="text"], input[type="email"],
 input[type="url"],  input[type="password"],
input[type="search"],  input[type="number"],
 input[type="tel"],  input[type="range"],
 input[type="date"], input[type="month"],
input[type="week"],  input[type="time"],
 input[type="datetime"],  input[type="datetime-local"],
 input[type="color"], textarea, select,
 #quantity-dd,
 .p-matrix-options select,
 .p-matrix-options input[type="number"]{
	border:none;
	padding:10px;
	width: 100%;
	background-color: #F7F7F7;
	border:1px solid #ddd;
}
.contact-box button,
input[type="button"],
input[type="reset"],
input[type="submit"]
.cta.solid.purple,
input.form-submit{
	border: none;
    color: #FFF;
    padding: 10px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: normal;
    margin:0;
}

/* FAQ */

.faq h3{
	background-color: #FFF;
	border:1px solid transparent;
	border-radius: 0;
	margin:0;
}
.faq .entry-content{
	background-color: #FFF;
	margin-top: 0;
	padding: 1.5em;
	padding-bottom: 0;
}

.sidebar{
	background-color: #FFFFFF;
	padding:1em;
}

.sidebar.testimonial{
  padding: 20px;
  text-align: left;
}

.sidebar.testimonial p{
  margin:0;
}

/*Designs*/

#designs{
	background-color:#f5f5f5;
}
#designs .listing-product{
	background-color: transparent;
}

#designs .listing-name{
	padding:0px;
}
#designs .listing-product .listing-name{
	padding:20px;
}
#designs .listing-name a, #designs .listing-name a:visited{
	color: #000;
}
#designs h1{
	margin-bottom: 1.8rem;
}

.filter_block{
	background-color: #FFF;
	padding:20px;
}


#tc-prices #p-matrix-options-container{
	margin:0 ;
}


.template_detail,.proceed_box{
	background-color: #F7F7F7;
	padding:20px;
	margin-top:1rem;
}

.btn.secondary.lonebutton{
	color:#FFF;
}

/* TEmplate detail*/

.template_detail .r-tabs{
	background-color: transparent;
	border:none;
	border-radius: 0px;
}

.template_detail .r-tabs .r-tabs-nav .r-tabs-tab{
	background-color: transparent;
}

.r-tabs .r-tabs-nav .r-tabs-state-active a.r-tabs-anchor{
	color:#FFF;
}

.template_detail li.r-tabs-tab a, .template_detail li.r-tabs-tab a:visited{
	color:#888;
}

/* Design Steps */

section.process_section{
	color:#FFF;
	margin-bottom: 0;
}
.order_step.active i{
	background-color: #FFF;
	font-style: normal;
	font-weight: bold;
	font-size: 2rem;
}
.order_step i{
	background-color: #FFF;
	font-style: normal;
	font-weight: bold;
	font-size: 2rem;
}
/* Editor */

.ops-template{
	background-color: #FFF;
}
.editor_navigation h3{
	margin:0;
}

.template-proof.r-tabs li a{
	color:#FFF;
	padding:10px;
	display: block;
}
.template-proof.r-tabs {
	border-radius: 0px;
}

/* Quotation System */

#quote{
	background-color: #f5f5f5;
	padding-bottom: 2rem;
}
.quote-form-bottom, .quote-form-top{
	background-color: #FFF;
	padding:20px;
	border-radius: 10px;
}
.block-header i{
	font-size: 1.8rem;
}
.block-header h2{
	display: inline-block;
	margin:0.5rem;
}

.top_section h1, .top_section h2{
  color:#FFF;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}


.quote-form-bottom input[type='submit']{
  color:#FFF;
  font-size: 1rem;
  padding:10px;
  border:none;
  border-radius: 5px;
}

/* Calculator*/


.tabs_column #prices{
	padding:20px 30px;
  background-color: #FFF;
  border-radius: 10px;
}

/* Calculator Summary*/

.order_summary_title{
  color:#FFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#catalogue .tabs_column .summary_container{
	display: block;
	margin-top: 0;
}

.sidebar.order_summary.main{
  border:none;
  padding-bottom: 20px;
    border-radius: 10px;
}

.tabs_column .summary_container .sidebar.order_summary.main{
	background-color: #f5f5f5;
	border:none;
	border-radius: 0;
}
.tabs_column .summary_attribute, .tabs_column .summary_attribute_title{
	font-size: 1rem;
}
.tabs_column .summary_container .w-clearfix.summary_row{
	display: block;
}

.tabs_column .summary_container .summary_attributes{
	padding-bottom: 1rem;
}

.tabs_column .summary_container .order_summary_bottom{
	width: 100%;
}

.tabs_column .summary_container a#lightboxTest, a.cta.central_cta.quote_cta.email_cta{
	margin-bottom: 0;
    width: 49%;
    text-align: center;
    border-radius: 0;
    color: #FFF;
}
.tabs_column .summary_attribute_title{
	font-weight: bold;
	width: 30%;
	display: inline-block;
}

.tabs_column .sidebar.order_summary{
	background-color: #f5f5f5;
	border:none;
	border-radius: 0;
}

/* Matrix */
.p-matrix-quantity, .p-matrix-format,
td.p-matrix-quantityheading{
	background-color: #58585b;
	color:#FFF;
}


/* Checkout */

#checkout h1{
	margin:1rem 0;
}

.cart-view{
	background-color: transparent;
}
.home #content.site-content{
}
#content.site-content{
	min-height: 577px;
	padding-top: 8.3rem;
}
.link_graphic.countdown{
    border-radius: 0px;
    padding:10px;
    margin: 0;
}
.link_graphic.countdown .w-container{
    display:flex;
    flex-direction: column;
    row-gap: 10px;
    /* align-items: center; */
    /* justify-content: center; */
    /* column-gap: 10px; */
    padding: 0;
}


@media only screen and (max-width: 768px) {
  .home  #content.site-content{
  }
  #content.site-content{
    padding-top: 6rem;
  }
}

@media only screen and (max-width: 480px) {
	#content.site-content{
		padding-top: 5rem;
	}
}

#checkout p{
	margin:0;
}


table.cartsteps{
	margin-bottom: 0;
}

.cartsteps td:nth-child(2){
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
}
.cartsteps td:last-child{
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
}


.checkout-action{
	margin-bottom: 1.8rem;
}

.checkout-action input[type="submit"]{

	display:inline-block;
}

/* Cart Discount */
.cart-discount{
	width:40%;
	background-color:#FFF;
}

/* Blog */

article.post{
	background-color: #FFF;
}
.blog .entry-content{
	padding:20px;
}
section.widget{
	background-color: #FFF;
	padding:20px;
}
h2.widget-title{
	margin:0.5rem 0;
}

#secondary .widget a{
	display:inline-block;
	line-height:1.3;
}

time.entry-date.published, a.url.fn.n{
	font-weight: bold;
}

.single-post article .entrycontent{
	padding:20px;
}
.single-post #main{
	margin:2rem 0;
}
#comments{
	background-color: #FFF;
	padding:20px;
}
.single-post .entry-content{
	padding:20px;
	margin-top: 0;
}
#respond .form-submit{
	background-color: transparent;
	padding:0;
	margin:0;
}

.comment-body a.comment-reply-link{
	color:#FFF;
	padding: .6em 1em;
	border-radius: 3px;
}

/* Proofing System */

.proof-approve{
	display: inline-block;
}

/* Library */

#img-library.r-tabs{
	background-color: #FFF;
	border:none;
}
#img-library .r-tabs-nav{
	border-bottom: 1px solid #ddd;
}

#img-library .r-tabs .r-tabs-nav li.r-tabs-tab{
	background-color: transparent!important;
}

script.featherlight-inner{
	opacity: 0;
}

/* Featured Product */
/*----------Products------------*/
.featured_products_section {
  /*background-image: url("../../img/squaresbg.jpg");*/
  background-position: right top;
  background-repeat: no-repeat;
}

.squares {
  display: none;
  position: absolute;
  height: 60px;
  left: 0;
  z-index: 100;
  bottom: -20px;
}
@media only screen and (min-width: 1400px) {
  .squares {
    height: auto;
    bottom: -42px;
  }
}

.product {
  position: relative;
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 20px;
  color: #888;
}
.product:visited {
  color: #888;
}
.product:focus {
  color: #888;
}
.product:hover {
}
.product:active {
  color: #888;
}

.product_image {
  -moz-border-radius: 10px;
  /* -webkit-border-radius: 10px; */
  /* border-radius: 10px; */
  /* display: block; */
  /* width: 100%; */
  /* height: 100%; */
  /* object-fit: cover; */
}

.product_title {
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-align: center;
  color: #000;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.product_subtitle {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: left;
  color: #8a5c9d;
  line-height: 1;
}
#catalogue .product_subtitle .subtitle_price {
  font-size: 1.5rem;
}

#catalogue .product_subtitle{
	display:inline-block;
}

.product_image_container {
  /* position: absolute; */
  /* overflow:hidden; */
  /* top: 0; */
  /* left: 0; */
  /* width: 100%; */
  /* height: 100%; */
}
.product-flex .product{
  height:46vh;
}
.product-flex .product:nth-child(1),
.product-flex .product:nth-child(2){
  width:50%;
}
.product-flex .product:nth-child(3),
.product-flex .product:nth-child(4),
.product-flex .product:nth-child(5){
  width:33.3%;
}

.product_overlay {
  opacity: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(48, 118, 115, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  display: none;
}
@media only screen and (min-width: 992px) {
  .product_overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

.product:hover .product_overlay, .blog_article:hover .product_overlay, .cat_tile:hover .product_overlay, .side_cta:hover .product_overlay, .listing-product:hover .product_overlay {
  opacity: 1;
}

.product_overlay a {
  display: table;
  position: relative;
  height: 50%;
  width: 100%;
  color: #FFF;
}
.product_overlay a:visited {
  color: #b2e2f6;
}
.product_overlay a:focus {
  color: #b2e2f6;
}
.product_overlay a:hover {
  color: white;
}
.product_overlay a:active {
  color: #b2e2f6;
}

.product_overlay a.fullheight {
  height: 100%;
}

.product_overlay a.full {
  height: 100%;
  border-bottom: none;
}

.product_overlay a:first-child {
  border-bottom: 1px solid #307673;
}

.product_overlay a.full:first-child{
border-bottom: none;
}
.product_overlay a span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  font-weight: 600;
}

.product a.mobile_overlay_link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.product .product_overlay a{
    display:flex;
    justify-content: center;
    align-items: center;
    color:#000;
    font-size: 1.5rem;
}

.product a.full{
    width:100%;
    height:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color:#000;
}

@media only screen and (min-width: 992px) {
  .mobile_overlay_link {
    display: none;
  }
}

.storefrontlogin{
	background-color: #FFF;
	padding:20px;
	border-radius: 10px;
}

/* Description Tabs*/

#description_tabs.r-tabs .r-tabs-panel{
  padding-top: 0;
  padding-left: 0;
}

#description_tabs.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor{
  background-color: transparent;
  border-radius: 4px 4px 0 0;
}
#description_tabs.r-tabs .r-tabs-accordion-title{
  border-bottom:1px solid rgba(255,255,255,0.2);
}
#description_tabs.r-tabs .r-tabs-accordion-title .r-tabs-anchor{
  color: #000;
  border-radius:0;
  text-shadow:none;
}
#description_tabs.r-tabs .r-tabs-accordion-title .r-tabs-anchor:last-child{
	border:none;
}


#description_tabs li{
  margin-right: 10px;
  background-color: transparent;
}
#description_tabs li > a {
  padding:0;
  padding-bottom:10px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  color: #000;
}
#description_tabs li > a:visited {
  color: #66c5ee;
  background-color: transparent;
}
#description_tabs li > a:focus {
  color: #66c5ee;
}
#description_tabs li > a:hover {
  color: #307673;
}
#description_tabs li > a:active {
  color: #414142;
}

#description_tabs li.active{
  border:none;
  margin-right: 10px;
}

#description_tabs li.active > a {
  padding:0;
  padding-bottom:10px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #007fb5;
}
#description_tabs li.active > a:visited {
  color: #007fb5;
}
#description_tabs li.active > a:focus {
  color: #007fb5;
}
#description_tabs li.active > a:hover {
  color: #307673;
}
#description_tabs li.active > a:active {
  color: #007fb5;
}




@media only screen and (max-width: 540px) {
  #description_tabs li, #description_tabs li.active{
    float:none;
    margin-bottom: 10px;
    width: 100%;
    text-align:center;
  }
}

/* Sidebar */

.sidebar_title {
    background-color: #008fcc;
    padding: 10px;
}

.sidebar_box {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
    margin-bottom: 1.5rem;
}
.sidebar_title h4 {
    color: white;
    padding: 0;
    margin: 0;
    font-size: 1.25rem;
}
.sidebar_content {
    display: block;
    padding: 1.5rem 20px;
    display: block;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0;
    border-radius: 0 0 10px 10px;
}

.sidebar_box a.cta{
	margin-top:1rem;
}

.sidebar_content p {
    margin:0;
}

input[type="submit"].wpcf7-submit{
  padding:10px 20px;
  border-radius: 5px;
  border:none;
  font-size: 1rem;
  color:#FFF;
  line-height: 20px;
}


/* FW 07/09/2018: Template images */
#tc-detail-thumbnails {
    height: auto;
}
.tc-image img {
max-height: 600px;
display: inline-block;
}
#tc-detail-thumbnails img {
max-height: 125px;
display: inline-block;
}
#tc-detail-thumbnails img:hover {
cursor:pointer;
}
.tc-image div.slick-slide {
text-align: center;
display: inline-block;
float: none;
}
.slick-vertical div.slick-slide {
  max-width: 125px;  
}
.slick-prev::before, .slick-next::before {
color: black; 
}

/* FW 07/09/2018: checkout images */
.cartbox, .cartbox-checkout {
    background-color: #fff;
    border-radius: 10px;
}
.cartbox-heading {
    color: #fff;
}

tr > .cartbox-heading:first-child{
	border-top-left-radius:50px;
	border-bottom-left-radius:50px;
}
tr > .cartbox-heading:last-child{
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
}
.cartbox-cell-total, .cartbox-cell, .cartbox-top, .quotebox-cell, .quotebox-top, .quotebox-cell-total {
	padding: 12px 10px;
}

@media only screen and (max-width: 480px) {
	.cartbox-cell-total, .cartbox-cell, .cartbox-top, .quotebox-cell, .quotebox-top, .quotebox-cell-total {
		padding: 12px 5px;
	}
}

/* hide first uploader button in checkout because a 2nd custom one has been implemented */

#checkout #uploadBtn {
display:none;
}

/* Catalogue USP*/
#steps .funnel_container{
  text-align: left;
}
#steps .funnel_container a{
  color:#FFF;
}

#steps .funnel_container i{
  color:#1e1929;
}
#steps .funnel_container span{
    width: 70%;
    text-align:left;
}

.whitebox{
  background-color: #FFF;
  padding:20px;
}

.usp-container{
	position:initial;
}

@media only screen and (min-width: 991px) {
   .mobile_button,
   .mobile_toggle {
      display: block;
  }
}

@media only screen and (min-width: 1250px) {
   .mobile_button,
   .mobile_toggle {
      display: none;
  }
}

@media only screen and (max-width: 768px) {
	#catalogue-usp .w-container{
		max-width:none;
	}	

}

@media only screen and (max-width: 480px) {
	#catalogue-usp{
		display:none;
	}
	a.cat-usp i{
	font-size: 1rem;
	    height: 40px;
	    width: 40px;
	    line-height: 40px;
	}
	.cat-usp-title,
	.cat-usp-description{
		font-size:1rem;
		display:inline-block;
		font-weight:normal;
	}
	a.cat-usp{
		min-height:auto;
	}
	.usp-container:last-child a.cat-usp{
		margin:0;
	}
}

fieldset {border: 1px solid #ddd;margin: 0 2px;padding: 0.35em 0.625em 0.75em;background-color: #FFF;border-radius: 10px; margin-bottom:1rem;}
legend {border: 0;padding: 0;padding: 1rem 1rem;border-radius: 10px;line-height: 1rem;font-size: 1.5rem;font-weight: bold;}
#p-matrix-container{
margin:0;
}

.summary_container{
	margin:0;
}

/* LW - 07/09/2020 Product Images Tab Styling */
.image-nav .slick-slide img{
  padding: 0.5rem;
  margin: 0 auto;
  border-radius: 5px;
}

.product-slider .slick-prev::before,
.product-slider .slick-next::before{
 color:#000;
}

.product-slider .slick-next{
  right:0;
}

.product-slider .slick-prev{
  left:0;
}

.product-slider .slick-slide img{
  padding: 0 30px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	.product-slider .slick-slide img{
  	padding: 0;
	}
	.image-nav .slick-slide img{
		padding:0 0.5rem;
		width:100%;
		margin:0 auto;
	}
	.tab-content .w-row{
		display:flex;
		flex-direction:column-reverse;
	}
	.product-slider{
		margin-bottom:1rem;
	}
	
}
/* Product Images Tab Styling END */

@media only screen and (max-width: 480px) {
	.funnel_container{
		margin-bottom:1rem;
	}
	.template_detail{
		padding:0;
	}
	.footer_contact i{
		margin-left:0;
	}
		span.hours{
	}
		#designs .listing-name{
	display:inline-block;
	padding:10px 0;
	}
	#designs #myTab.r-tabs .r-tabs-panel{
	padding:10px 20px;
	}
	.btn.secondary.lonebutton,
	.proceed_box a.form-submit{
		width:100%;
	}
	footer ul#menu-footer-menu li ,footer ul#menu-extra-menu li {
	}
}


.home .mini-header #primary-menu > li > a,
.home .mini-header #primary-menu > li > a:visited{
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0);
}
.single-post #content{
  background-color:#f7f7f7;
}
section.widget{
  border-radius: 10px;
}

article.post{
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
overflow: hidden;
}
.cart-container{
  border-radius: 20px;
}
.moreButton,
#myaccount .reloadOrder,
#reloadOrderProduct{
  border-radius: 5px;
}
.summary_container a#lightboxTest{
  border-radius: 5px;
}
.summary_attribute .net-mat span.CurrencySymbol{
  font-size:1.3rem;
}


.home .mini-header .account_link{
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
}
@media screen and (max-width: 1536px) {
  body{
    font-size:14px;
  } 
  .slide_content h2, .slide_content h1{
    padding:0px;
    text-align:left;
  }
  .product_subtitle .subtitle_price{
    font-size:1rem;
  }
}

#description_tabs.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor:focus,
.p-matrix-price:focus{
	outline:none;
}
.nav-previous a,
.nav-next a{
	padding:10px;
	color:#FFF;
	display:inline-block;
}

.nav-previous a{
	padding-left:15px;
}
.nav-next a{
	padding-right:15px;
}

#content a.readmore, #content a.cta, .checkout-action a, .checkout-action a:visited, .cart-view, .cart-add, .cart-save, .form-submit, .wpcf7-submit, .btn, button#cart-proceed-link{
	border-radius:5px;
	line-height:1.5;
	text-align: left;
	padding: 10px 20px;
	border-radius: 5px;
	width: auto;
	display: inline-block;
	color:#000;
}

.social-container{
	margin-bottom: 1.5rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.template_detail #myTab.r-tabs .r-tabs-panel{
  background-color: #FFF;
}
.template_detail #myTab select{
  background-color: #F7F7F7;
}



.tot-mat span.template-design-price{
  font-size:0.9rem;
  font-weight: normal;
  color:#333;
}

#myaccount a.reloadOrder{
  border-radius: 6px;
}

.p-matrix-attributes.tot-mat span.vat-small,
.p-matrix-attributes.tot-mat span.p-matrix-vat,
.p-matrix-attributes.tot-mat span.vat-small span.CurrencySymbol{
	font-size:0.9rem;
	font-weight:normal;
	color:#000;
} 

.summary_column{
	margin-bottom:1rem;
}

#designs .template_detail{
	padding:0;
	margin:0;
	background-color:transparent;
}
#designs .template_detail h1{
	margin:0;
}

#myTab.r-tabs .r-tabs-nav .r-tabs-anchor{
	background-color: #58585b;
	color:#FFF;
}

.tc-filter-Colour{
	margin-top:1rem;
}
.p-matrix-attributes.checkout-action{
	margin:0;
}


.p-matrix .p-matrix-quantity-row:nth-child(even) td.p-matrix-price{
	background-color:#f7f7f7;
}

.full-size{
  height: auto;
  display:flex;
  flex-direction: column;
  justify-content: center;
  background: #000;
  padding: 0;
}

.full-size .w-container{
  max-width: none;
  padding:0 40px;
}

.product-flex{
  display:flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.full-size .product{
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 45.9vh;
  flex-grow: 1;
  display: flex;
}

.full-size h1,
.full-size h2{
  color:#FFF;
  font-size:2.5rem;
  margin-bottom:3rem;
}

.productinfo{
  position:absolute;
  top: 100px;
  left: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.productinfo h3.product_title{
  font-size: 2rem;
  margin: 0;
}

.product-container:hover .productinfo{
  opacity:1;
}

.productinfo h4.product_title{
  color:#FFF;
  font-size:2rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.productinfo .product_subtitle{
  color:#FFF;
}
.productinfo .subtitle_price{
  font-size:1.5rem;
  font-weight: bold;
  color: #000;
}
.productinfo a.readmore{
	font-size:1.5rem;
}

.title-outer{
  padding:10px 0;
  font-size:1.5rem;
  color: #000;
}

#content .productinfo a.readmore{
  position: relative;
  display: inline-block;
  width:auto;
  height:auto;
  left:auto;
  height:auto;
  margin-top:1rem;
}

.overlay{
  position:absolute;
  right:-100%;
  bottom:0;
  transition: 0.3s ease-in-out;
  color:#FFF;
  font-size:2rem;
  z-index: 9;
  font-weight: 700;
  width:100%;
  text-align: right;
  padding:20px;
}

.overlay:after{
    content:'';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 249px 249px;
    border-color: transparent transparent #FFAF10 transparent;
    transform: rotate(0deg);
    position: absolute;
    bottom:0;
    right:0;
    filter: drop-shadow(2px 4px 6px black);
}

.overlay span{
  position: relative;
  z-index: 9;
  color:#000;
  text-align: right;
}

.overlay span.product_subtitle{
    margin-bottom:1rem;
    font-size:1rem;
}

#content .product a{
	margin-top:0.5rem;
}

.funnel_container{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: relative;
    padding: 10px;
}

.site-title,
.account_links{
    width: 50%;
}

#site-navigation{
  background-color: #000;
  float: none;
}

#site-navigation .w-container{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}

#desktopsearch-icon{
  position:absolute;
  right:10px;
  top:10px;
  display:none;
}

.site-branding{
    display: flex;
}

.img-w-txt{
    padding:0;
}

.img-w-txt .w-col{
    padding:0;
}

.sidetext{
    padding:2rem;
    padding-left:10%;
    max-width: 50%;
    background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.sidetext h2,
.sidetext p{
  color:#FFF;
}

.wrapper-container{
    display:flex;
    column-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#myTab.r-tabs .r-tabs-nav{
    display:flex;
}

#myTab.r-tabs .r-tabs-tab,
#myTab.r-tabs .r-tabs-tab a{
    width:100%;
    text-align: center;
    border-radius: 0px;
}

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

#description_tabs{
    background-color: #FFF;
    padding:10px;
}
#cutOffCountdown .countdown-row{
    display:flex;
    column-gap: 0px;
    justify-content: center;
    width:auto;
}
#cutOffCountdown .countdown-section{
    display:flex;
    align-items: center;
    justify-content: center;
    column-gap: 2px;
    background-color:transparent;
    padding:5px;
    width:auto;
}
#cutOffCountdown .countdown-period,
#cutOffCountdown .countdown-amount{
    padding:0;
    margin:0;
    background-color: transparent;
    color:#FFF;
    width:auto;

}

.p-schedule-wrapper{
    padding: 0;
    color:#FFF;
    background-color:transparent;
    display: flex;
    align-items:center;
    width: 100%;
    flex-direction: column;
}

.main-navigation ul.sub-menu{
    background-color: #FFF;
}

.main-navigation ul.sub-menu li a{
    background-color: #FFF;
    color:#000;
}
.main-navigation ul.sub-menu li a:hover{
    background-color: #F7F7F7;
    color:#000;
}

.colorsection .funnel_container h3,
.colorsection .funnel_container p{
    color:#000;
}

.template_container{
    box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding:0;
    overflow: hidden;
    margin-bottom: 1rem;
}

.filter_block{
    box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.listing-content{
    padding:15px;
}

#content a.optionbutton,
a.form-submit,
#content a.secondary,
a.p-matrix-proceed{
    border-radius: 5px;
    color:#000;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
    border:none;
}
#content a.readmore,
#content a.optionbutton:hover,
a.form-submit:hover,
#content a.secondary:hover,
a.p-matrix-proceed:hover{
    color:#000;
}
.listing-name{
    margin-bottom:1rem;
}

.proceed_box{
    text-align: center;
    border-radius: 10px;
}

#catalogue{
    background-color: #f7f7f7;
}

.p-matrix-attributes{
    width: 100%;
    padding: 20px 0;
    padding-top: 5px;
}

.p-matrix-attribute{
    line-height: 2;
    display: block;
    text-align: left;
}

.main-navigation ul#primary-menu li a{
    font-family: 'Quicksand',sans-serif;
    font-size: 1rem;
    font-weight: 400;
}
.main-navigation ul#primary-menu > li > a{
  border-bottom:1px solid #000;
  padding: 8px 15px;
  color:#FFF;
}
.main-navigation ul#primary-menu > li > a:hover{
  background-color:#373737;
}


.r-tabs-accordion-title a.r-tabs-anchor:after{
    color:#000;
}

.product_top_section .template_container{
    margin-bottom:1rem;
}

.listing-name{
	min-height:40px;
	font-size:1rem;
	line-height:1;
}

.button-seperator{
  display:block;
  margin:0.5rem 0;
}
.proceed_box{
  display:flex;
  flex-wrap: wrap;
  column-gap: 10px;
  padding:10px;
}
.proceed_box h3{
  width:100%;
}
.proceed_box a.form-submit{
  margin:0;
  width: 49%;
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  height: 70px;
  overflow: hidden;
  position: relative;
  padding: 10px;
}
.proceed_box a.form-submit span{
  position: relative;
  z-index: 1;
  color:#000;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
}
.proceed_box a.form-submit i{
  position: absolute;
  right: 10px;
  top: 5px;
  opacity: 0.5;
  font-size: 3.5rem;
  color:#FFF;
  z-index: 0;
}

#myTab2 .r-tabs-nav{
  display: flex;
}
#myTab2 .r-tabs-nav li,
#myTab2 .r-tabs-nav li a{
  width:100%;
  text-align: center;
  border-radius: 0px;
  background-color: #58585b;
}
#myTab2 .r-tabs-nav li.r-tabs-state-active a{
  background-color: #ffaf10;
}

#myTab2 .r-tabs-nav li a i{
	margin-right:10px;
}

#content .btn.secondary.lonebutton{
  margin-bottom:1rem;
}

/* Updates from Wireframe */
section{
	padding: 1rem 0;
}
.slider-section{
	background-color: #ffdb93;
}
.home .slide,
.slide .w-container{
  height:85vh;
}
.slide .w-container{
  padding-top:0;
  padding-bottom:250px;
}
.slider-section .image-nav{
  position: absolute;
  max-width: 60%;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.slick-nav .slide{
  height:auto;
  padding:20px;
  text-align:center;
}
.slick-nav .slide h2{
  font-size:1rem;
}
.slider-section .main-slider .slick-slide img{
	max-height:400px;
	width:auto;
	margin:0 auto;
}
.slick-nav img{
	max-height:150px;
	width:auto;
	margin:0 auto;
}
.slick-nav .slide{
	transform:none;
	transition:0.3s;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}
.slick-nav .slide > div{
	display:flex;
	flex-grow: 1;
	min-height: 150px;
}
.slick-nav .slide.slick-current{
	transform:translateY(-20px);
}

.feat-content{
	text-align: left;
}

.product-container{position: relative;}
.product_content{
	text-align:left;
}
.product_content h3,
.product_content .product_subtitle,
h4.design_method_title{
	color:#000;
}
.main-navigation ul#primary-menu li a{
}
.main-navigation ul#primary-menu li a:before{
	content:'';
	font-family: 'FontAwesome';
}
.main-navigation ul#primary-menu ul.sub-menu li a{
	padding: 5px 10px;
	width: 250px;
}
.main-navigation ul#primary-menu ul.sub-menu li a:visited{
	color:#000;
}
.main-navigation ul#primary-menu ul.sub-menu li a:hover{
	background-color: #f7f7f7;
	color:#000;
}
.account_links .account_link:nth-child(odd),
.account_links .account_link:nth-child(even),
.account_links .account_link.cart_link{
	background-color: transparent;
}

.graphiclink-container{
	border-radius: 10px;
	overflow: hidden;
	background-color:#FFF;
	margin-bottom:1rem;
	text-align: left;
}
.graphiclink-container a.readmore{
	width:100%;
}
.graphiclink-content{
	padding: 20px;
	height: 400px;
	background-color: #fff;
}
.whitesection .graphiclink-container{
	background-color: #f7f7f7;
}
.product{

	overflow:hidden;
	line-height: 1.3;
	color:#000;
}
.product_content_container{
	padding:10px;
	background-color: #ffaa00ba;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 20px;
	opacity: 0;
	transition: 0.2s;
}
.product_content_container .product_title{
	color:#000;
	font-size: 1.5rem;
	margin-bottom:10px;
}
.link_graphic.countdown{
	background-color: #fa0;
	color: #FFF;
	/* position: fixed; */
	z-index: 999;
	/* box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.5); */
	/* -webkit-box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.5); */
	border-radius: 5px;
	width: 100%;
   
}
.link_graphic p{
	color: #FFF;
}

.product_top_section{
	padding-top: 2rem;
}
/* #designs .template_detail{
	background-color: #FFF; 
	padding:20px;
}*/

.feat-slider .slick-prev{
	left:0;
	background-color: #FFF;
    width: 42px;
    height: 42px;
    border-radius: 50%;
	
}
.feat-slider .slick-next{
	right:0;
	background-color:#FFF;
	background-color: #FFF;
    width: 42px;
    height: 42px;
    border-radius: 50%;
}
.feat-slider .slick-prev:before{
	content:'\f0a8';
	font-family:'FontAwesome';
	opacity:1;
	color:#000;
	font-size:2rem;
}
.feat-slider .slick-next:before{
	content:'\f0a9';
	font-family:'FontAwesome';
	opacity:1;
	color:#000;
	font-size:2rem;
}

#myTab.r-tabs .r-tabs-panel,
#description_tabs,
#description_tabs.r-tabs .r-tabs-panel{
	background-color:transparent;
	padding:0;
	border:none;
	margin-top: 8px;
        padding: 0 1rem 0 0;
}

.contact-container{
  display:flex;
  justify-content: center;
  border-bottom: 1px solid #000;
  align-items: center;
}

footer ul{
  /* display:flex; */
  /* justify-content: center; */
  /* margin:1rem 0; */
  /* column-gap: 20px; */
}

.featured_product h2{
  margin-bottom:3rem;
  margin-top:0;
}


.sample_pack .w-row{
  display:flex;
}
.sample_pack .w-col{
  padding:0;
}
.sample-content{
  display:flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.product:hover .product_content_container{
  opacity:1;
}
#catalogue .checkout-action{
  margin:0;
}
#catalogue .che
ckout-action a{
  background-color: transparent;
  color:#000;
  margin:1rem 0;
}
#content a.p-matrix-proceed{
  padding:10px 20px;
  margin: 0;
  background-color: #ffaa00;
  width: 49%;
  text-align: center;
}

/*.home .whitesection{
	background-color:rgb(255, 238, 205);
}*/

.account_link.search_link{
  background-color: #FFF;
  border-radius: 5px;
}

.banner-img{
  padding:0;
}

#home-icons{
  padding:5px 0;
}
#home-icons .benefit{
  display:flex;
  align-items:center;
}
#home-icons .benefit i,
#home-icons .benefit h3{
  font-size:1rem;
  margin: 0;
}
.featured_product {
  padding:0;
}
.featured_product .w-row{
  margin:0;
}
.featured_product .w-col-6{
  padding:0;
}

/*
.featured_product .w-row .w-col-6:first-child .productinfo{
  top:auto;
  left:auto;
  right:40px;
  bottom:40px;
}
.featured_product .w-row .w-col-6:nth-child(2) .productinfo{
  left:auto;
  right: 0;
  top: 70px;
}
.featured_product .w-row .w-col-6:nth-child(3) .productinfo{
  left:auto;
  right: 200px;
  top: 70px;
}
.featured_product .w-row .w-col-6:nth-child(4) .productinfo{
  left:auto;
  right: 219px;
  top: 160px;
}*/
span.readmore{
  color:#000;
}
.productinfo:hover span.readmore{
  text-decoration: underline;
}


.split-cta{
  padding:0;
  display:flex;
  justify-content: center;
}
.cta-container{
  width:100%;
  display:Flex;
  justify-content: center;
  align-items:center;
  padding: 10px;
}
.p-matrix-options select,
.p-matrix-attributes input[type="number"]{
  background-color: #d4d4d4;
  color:#000;
  border:none;
  border-radius: 5px;
  padding: 15px;
  height: auto;
  font-family: inherit;
  margin: 0;
  width: 100%;
  max-width: none;
}

.p-matrix-attributes input[type="number"]{
	line-height:1;
}

.p-matrix-express,
.attr-R-container .p-matrix-attributes.prod_attrib > span{
  display:flex;
  column-gap: 5px;
  align-items: flex-start;
}

.qty-price{
  display:flex;
  column-gap: 20px;
}
.qty-container,
.price-container{
  width:50%;
}
.price-container{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.p-matrix-attributes.tot-mat,
#catalogue .checkout-action{
  text-align:right;
}

.qty-container{
  display:flex;
  align-items: flex-start;
}
.qty-container .p-matrix-attributegroup{
  width:auto;
  padding:0;
  font-size:1rem;
  padding:10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  height: auto;
  line-height: 1.5;
}
.qty-container .p-matrix-attributes{
  padding:0;
}
 .p-matrix-options #quantity-dd{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border:none;
  background-color: #a8a8a8;
  color:#fff;
  height: 44px;
  cursor: pointer;
}

.image-nav{
  margin: 0 70px;
  margin-top:1rem;
}

.p-matrix-attribute{
  width:100%;
  background-color:#000;
  padding:10px;
  border-radius: 5px;
  color: #FFF;
  font-size: 1rem;
}
.p-matrix-attribute.selected{
  background-color: #ffaf10;
  color: #000;
}

.p-matrix-attribute label{
  width:100%;
  display: inline-block;
  cursor: pointer;
}
.tot-mat > div:first-child{
  margin-top:2rem;
  font-size:1rem;
  margin-bottom:1rem;
}
.unit_cost img{
  display:inline-block;
}

.header-usp{
  background-color:#FFF;
  text-align:center;
  padding: 3px;
  font-size: 12px;
  width: 100%;
}
.header-usp .w-col-4{
  border-right:1px solid #ddd;
}
.header-usp .w-col-4:last-child{
  border:none;
}
.footerlinks {
  text-align:left;
}
.footerlinks .w-container{
  padding: 1rem 20px;
  border-top:1px solid #ddd;
  padding-bottom: 10px;
}
.footerlinks ul,
.account_links ul{
  list-style: none;
  display:flex;
  justify-content: flex-start;
  margin:0;
  padding:0;

}
.footerlinks ul li a{
  padding-right:10px;
}

footer ul li a:hover,
.footerlinks ul li a:hover{
  text-decoration: underline;
}

.account_links ul li a{
  padding: 5px 10px;
  color:#000;
  border:none;
}
.account_links ul li a:hover,
.account_links a.account_link:hover{
	border-bottom:1px solid #000;
}

.payment-types{
  text-align:right;
}

.footer_contact:hover .hours{
  text-decoration:underline;
}

.grecaptcha-badge{
  visibility:hidden;
}

.mobile_button{
  color:#000;
}

.foot-icon-container img{
  margin-bottom:1rem;
  max-height: 80px;
}
.p-matrix-attributes.tot-mat{
  color:#000;
}

#tc-similar .product_content_container .product_title{
	text-align:center;
}
.funnel_container img{
  max-height:30px;
}

#filters div{
	margin-bottom:1rem;
}
#checkout-action-login input[type="submit"],
input.form-submit,
a.readmore{
	color:#000;
	border-radius:5px;
}
ul#desktopsearch-ajaxResults{
	font-size:1rem;
}

ul.ajaxResults li{
	width:100%;
}

#catalogue .templates .w-col-12{
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.cta-container i{
	color:#ffaa00;
}

.link_graphic.countdown{
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:1.5rem;
	justify-content: space-around;
}
.countdown-container {
display: flex;
flex-direction: column;
}

@media screen and (min-width: 1920px) {
	body{
		font-size:18px;
	}
	.w-container{
		max-width:1600px;
	}
  .banner-img img{
    margin:0 auto;
    width: 100%;
  }
  .product-container img{
    width:100%;
  }
  /* .featured_product,
  .banner-img{
    max-width:1920px;
    margin:0 auto;
  } */
  .featured_product .w-col-6{
    /* width:25%; */
  }
  .cta-container{
  	padding:20px;
  	font-size:1.5rem;
  }
}
@media screen and (max-width: 1536px) {
	.slider-section .image-nav,
	.slide .w-container{
		max-width: 80%;
	}
	.products_menu_container{
		left: 0;
	}
	.products_menu_container:before{
		left:180px;
	}
}
@media screen and (max-width: 1250px) {
  #masthead .mobile_toggle{
    display: inline-block;
  }
  #masthead .mobile_toggle i{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 768px) {
	.home .slide{
		height: 450px;
	}
  .slide .w-container{
    height: 500px;
  }
	.message{
	}
	.funnel_container a{
		flex-direction:column;
	}
	.funnel_container a span{
		text-align:center;
	}
	.funnel-flex{
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.slide-content-container{
    max-width: 50%;
  }
  .slide-image-container{
    margin-right: 1rem;
  }
  .slide .w-container{
    height: 680px;
  }
  .badge{
    width: 80px;
    height: 80px;
    right: -20px;
  }
  .badge_bottom{
    font-size: 16px;
  }
  .slick-nav{
	display:none!important;
 }
 .menu-extra-menu-container{
  display:none;
 }
}
@media screen and (max-width: 480px) {
  .site-title{
    width: 100%;
    margin: 0;
  }
  .slide .w-container{
    flex-direction: column;
  }
  .slide-content-container,
  .slide-image-container{
    width: 100%;
    max-width: none;
  }
	.home .slide{
		padding-top: 8rem;
		height: 550px;
	}
	.slide .w-col{
		min-height:auto;
	}
	.slide_content{
    margin-bottom: 1rem;
	}
  .slide_content h2{
    font-size: 28px;
  }
  
  .slider-section button.slick-prev.slick-arrow{
    left: 10px;
  }
  .slider-section button.slick-next.slick-arrow{
    right: 10px;
  }
	.account_link{
		height:2rem;
		width:2rem;
		margin-left:5px;
		text-align:center;
	}
	.account_links{
		padding:0;
	}
	.account_link.cart_link span,
	.account_link i{
		line-height:2rem;
		width:2rem;
	}
	.account_link.cart_link span.value{
		width:auto;
	}
	.account_link.cart_link{
	}
	.mob-hide,.empty-attr{
		display:none;
	}
	#catalogue h1.product-name{
		margin-top:1rem;
	}
	.product_top_section{
		padding-top:0;
	}
	#buyingoptions h2{
		margin-top:0;
		line-height:1.3;
		font-size:1.6rem;
	}
	.description_tabs{
		margin-bottom:1rem;
	}
	#description_tabs{
		margin-bottom:1rem;
	}
	.p-matrix-attributegroup:first-child{
		padding-top:0;
	}
	.p-matrix-attributes{
		padding-top:0;
	}
	.p-matrix-attributes a.p-matrix-proceed{
		padding-top:1rem;
		width:100%;
	}
	.prettyPopin{
		width:320px!important;
		    left: 7%!important;
	}
	button.turnaround{
		width:100%;
		margin-bottom:1rem;
		margin:0;
	}
	header#masthead.mini-header img.main_logo{
		height:auto;
		width:auto;
	}
    .full-size h1, .full-size h2{
        font-size:2rem;
        line-height:1.3;
    }
    .full-size{
        height: auto;
        padding-top: 0;
    }
    .product-flex{
        flex-wrap: wrap;
    }
    .product-flex .product:first-child,
    .product-flex .product:first-child .product_image_container{
        width:100%;
        height: 200px!important;
    }
    .product-flex .product{
        width: 46%;
        margin-bottom: 1rem;
    }
    .account_links .account_link{
        display:none;
    }
     .account_links .account_link.cart_link{
        display:block;
     }
     .full-size .w-container{
        padding: 0 10px;
     }
     .img-w-txt .w-row{
        flex-direction: column;
     }
     .overlay{
        right: -151%;
        display: none;
     }
     .productinfo{
        padding:10px;
     }
     .productinfo h4.product_title{
        font-size:1.5rem;
     }
     .product_top_section{
        padding-top:2rem;
     }
     .product_top_section .w-row{
        display:flex;
        flex-direction: column-reverse;
     }
     #myTab.r-tabs .r-tabs-nav{
        display:none;
     }
     .p-matrix-attributes, .p-matrix-attributegroup{
        width:100%;
     }
     .link_graphic.countdown .w-container{
        flex-wrap: wrap;
        padding:0;
     }
      #cutOffCountdown .countdown-row{
        margin-bottom: 10px;
      }
     #cutOffCountdown .countdown-section{
        width:auto;
        flex-wrap:wrap;
        min-width: auto;
        padding:5px;
     }
     #cutOffCountdown .countdown-period,
     #cutOffCountdown .countdown-amount{
        font-size:1rem;
     }
     .link_graphic p{
        margin-bottom: 10px;
     }
	 section.funnel{
		padding:10px;
	 }
	 .funnel_container{
		width:25%;
		margin: 0;
		}
	 .funnel .w-container{
		padding:0;
		max-width: none;
	 }
	 .funnel_container h3{
		font-size:11px;
	 }
	 .funnel i{
		font-size:1rem;
	 }

	 .home .slide{
		padding:0;
		height: 75vh;
		}
	 .home .slide .w-container{
		padding: 2rem 0px;
		height:75vh;
		}
	 .slide_image {
		margin:0 auto;
		width: 100%;
		}
	 .slide_image img{
		max-height:200px;
		margin:0 auto;
	 }
	 .feat-content a.readmore{
		width:100%;
	 }
	#content .product a.readmore,
	#content .graphiclink-container a.readmore{
		padding:10px;
	}
	#content .product a.readmore i{
		font-size:0.9rem;
	}
	.graphiclink-content{
		padding:10px;
	}
  img.main_logo.light, picture.main_logo.light img{
    height: 50px;
  }
  #content.site-content{
    padding-top: 4.4rem;
  }
  .cta-container{
    text-align:center;
    line-height:1.2;
  }
  .funnel h2,
  .funnel-steps{
    width:100%;
  }
  #logos .photo-tile{
    height: 100px;
  }
  .footer-widget{
    margin-bottom:2rem;
  }
  .foot-icon-container{
    border:none;
  }
  .featured_product .w-row .w-col-6:first-child .productinfo,
  .featured_product .w-row .w-col-6:nth-child(3) .productinfo,
  .featured_product .w-row .w-col-6:nth-child(4) .productinfo{
    bottom: auto;
    right: auto;
    top: 29px;
    left: 20px;
    width: auto;
    align-items: flex-start;
  }
  .featured_product .w-row .w-col-6:nth-child(2) .productinfo{
    width: auto;
    bottom: 20px;
    top:auto;
    right: 20px;
    align-items: flex-end;
  }
  .banner-img picture,
  .banner-img img{
    height: 110px;
    display: block;
    object-fit: cover;
    object-position: left;
  }

}
