/*
 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: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
	font-size: 16px;
  line-height: 1.7;
  
}

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


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

h3{
	margin:1rem 0;
	margin-top: 0;
line-height: 1.2;}

#content{
  padding-top: 7.9rem;
	background-color: #F7F7F7;
}
.whitesection{
	background-color: #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-radius: 5px;
	padding: 5px 10px;
	display: inline-block;
	text-align: center;
	background-color: transparent;
}

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

header#masthead{
	height: auto;
	width:  100%;
	background-color:#FFF;
  position: fixed;
	z-index: 9999;
  top: 0;
  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: #333;
}
#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 .w-container{
    padding: 1rem 0;display: flex;
    justify-content: space-between;
    align-items: center;
padding-top: 0.8rem;}

/* Mini-header */
header#masthead.mini-header {
  position: fixed;
  top: 0;
  background-color: white;
  -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;
}


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


img.main_logo,
.main_logo img{
  height: 4rem;
}


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

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

@media only screen and (max-width: 1250px) {
	img.main_logo,
	.main_logo img{
	  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 {
    
    width: auto;
    text-align:right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  width: 33.3%;}

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

a.account_link,
a.account_link:visited {
  position: relative;
  display: flex;
  align-items: center;column-gap: 10px;color: #000;
  background-color: #307673;
  line-height: 2.5rem;
  text-align: right;
  cursor: pointer;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  /* overflow: hidden; */
  padding: 0 10px;
  width: auto;
  font-size: 0.9rem;
  background-color: transparent;
  margin: 0;
}

.account_link:before{
  content: '';
  width: 0;
  background-color: #bf1d3a;
  height: 3px;
  transition: 0.5s ease-in-out;
  position: absolute;
  bottom: 0;
}
.account_link:hover:before{
  content: '';
  width: 100%;
  background-color: #ecbe1d;
  height: 3px;
}

.account_link:after{
  content: '';
  width: 0;
  background-color: #ecbe1d;
  height: 3px;
  transition: 0.5s ease-in-out;
  position: absolute;
  bottom: 0;
  transition-delay: 0.2s;
}
.account_link:hover:after{
  content: '';
  width: 100%;
  background-color: #ecbe1d;
  height: 3px;
}

.account_link:visited {
  color: white;
}
.account_link:focus {
  color: white;
}
.account_link:hover {
  
}
.account_link:active {
  color: white;
}
.account_link:nth-child(even) {
  
}
.account_link:hover {
  
  
  
  
color: #000;}

.account_link.cart_link {
  
  
}
.account_link.cart_link span {
  line-height: 2.5rem;
  display: inline-block;
  font-size: 0.9rem;
  vertical-align: top;
}

.account_link i {
  
  
  
  text-align: center;
  position: relative;
  z-index: 10;
  vertical-align: top;
  display: inline-block;
}

.account_link.cart_link i{
	width:auto;
}

/* Search*/

.search-container{
  width: 33.3%;
  position: relative;
}

.searchform{
  position: relative;
  top: auto;
  right: auto;
}

.headersearch{
  position: relative;
}
.search-container > i{
  position: absolute;
  top: 16px;
  right: 23px;
font-size: 1.2rem;}

input#desktopsearch{
  padding: 15px;
  font-family: inherit;
  line-height: 1;
  height: auto;
  border-radius: 5px;
  border: 1px solid #ddd;
  background-color: #FFF;
  box-shadow: 0px 0px 14px -12px rgba(0, 0, 0, 1);
-webkit-box-shadow: 0px 0px 14px -12px rgba(0, 0, 0, 1);
}

button#searchbutton{
  position: absolute;
  top: 0;
  right: 5px;
  width: 51px;
  height: 51px;
  
  
  border: none;
  background-color: transparent;
  z-index: 1;
padding: 0;}

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

.main-navigation ul{
	text-align: center;
}
.main-navigation li{
	float: none;
	display: inline-block;
	
	text-align: left;
font-size: 0;}

.main-navigation li a{
  font-weight: bold;
  padding: 5px 10px;
font-size: 0.9rem;color: #000;}

/*.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: 34px;
  width: 900px;
  left: 0px;
  
  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;*/
top: 34px;}

.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); 
    line-height: 1;
    position: relative;
    padding: 20px;
    overflow: hidden;
    width: 75%;
}

#design .products_menu{
  padding:0;
}

.main-navigation ul ul.products_menu_templates, .main-navigation ul ul.products_menu_list {
  width:100%;
}

.main-navigation ul ul.products_menu_list{
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	text-align:left;
}

.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: 0.5rem;
	color:#FFF;
}

footer a{
	color:#FFF;
}


footer ul li{
	line-height: 1.6rem;
	
}
footer ul li a, 
footer ul li a:visited{
	color: #FFF;
}
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{
	display: inline-block;
	width: 30px;
	height: 30px;
	color: white;
	line-height: 30px;
	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:0.5rem;
}

footer a.social i,
footer a.social:hover i{
	font-size: 1rem;
	color:#FFF
}
footer a.social:hover{
	color:#FFF;
}

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%;
   margin-top: 0.5em;
}
@media only screen and (min-width: 992px) {
  .footer_contact i {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.75rem;
    height: 1.75rem;
    margin-left: 0;
    width: 1.75rem;
    height: 1.75rem;
    line-height: 1.75rem;
    color: #333;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;
    padding-left: 40px;
  }
}
.footer_contact span.contact_detail {
  position: relative;
  font-weight: 600;
  font-weight: 600;
  display: inline-block;
}
@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*/


.home .slide{
	background-color: #333;
}

.slide .w-container{
  max-width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 500px;
  
position: relative;}

.slide-image-container{
  position: relative;
  width: 50%;
}

.slide-content-container{
  max-width: 50%;
  -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;border-radius:10px;
    padding: 0;
    position: relative;
}

.slide_content h2, .slide_content h1{
	font-size: 3.5rem;
	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: 1.4rem;line-height: 1.3;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:#FFF;
  }

  .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: 0px;
    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: #000;
		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;
	}
/*	.home #masthead i.fa-bars{
	color:#FFF;
	}*/
	#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: auto;}
	.message{
	font-size: 16px;}
	.site-title img{
		width: 250px;
		float: left;
	}
	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;
  height: 500px;
  overflow: hidden;
}

.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: auto;
  left: 40%;bottom: -110px;
  background-color: #858585;
  color: #000;
  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: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0;
  padding-top: 30px;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: 40%;
  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:#000;
}

.banner h3.subheading{
	color:#000;
}
.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: 1rem 0;
}

.funnel_container{
	text-align: center;
}

.funnel h2{
	margin-top: 0;
}

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

.funnel i{
	display: inline-block;
	
	text-align: center;
	position: relative;
  color: #FFF;
  font-size: 2rem;
  line-height: 1;margin-right: 10px;
}

.funnel_container span{
	display: inline-block;
	vertical-align: middle;
	
	text-align: left;
	
}

.funnel_container h3{
	margin-bottom: 0;
	display:  inline-block;
  color: #000;
  font-size: 1rem;
}
.funnel_container p{
	line-height: 1;
  font-size: 0.9rem;
	display:block;
	margin: 0;
  color: #000;
}


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

.funnel_container{
	width:33%;
display: flex;align-items: center;justify-content: center;}

.funnel_container a{
	    width: 100%;
    display: flex;
    align-items: center;
    justify-content:center;
}

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

@media screen and (max-width: 480px) {
	.funnel_container{
		width:100%;
	}
	.funnel-flex{
	flex-direction: column;
    	
    justify-content: center;align-items: center;}

}

/* Graphic Links */
.design_method{
	margin-bottom: 1rem;
}
.design_method, .design_method:hover, .design_method:visited {
  display: block;
  position: relative;
  background-color: white;
  overflow: hidden;
  color: white;
  margin-bottom: 1rem;
}

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

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

.design_method_title {
  margin: 0;
  padding: 0.5rem 20px;
  text-align: center;
  display: block;
  color: #000;
}

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

.design_description {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  background-repeat: repeat;
  display: block;
  padding: 1.5rem 20px;
  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:#FFF;
}
.sample-pack p{
	color:#FFF;
}
.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;
  
  
  
  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;
  
  
  
}

.blog_extract {
  padding: 1.5rem 20px;
  
  
}

.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;
	text-align: left;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: 1rem;
}


/* 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: 20px;
	
	border:none;
	border-radius: 0 4px 4px 4px;
background-color: #f7f7f7;}

.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.6rem;
  height: 2.6rem;
  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{
		
	}
	#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: 15px;
	
	text-align: center;
	background-color: #333;
}
.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;
	background-color: #565656;
	color:#FFF;
	padding:10px;
	border-radius: 0;
	font-size: 1rem;
	margin: 0;
}
#cutOffCountdown{
	margin-bottom: 0;
}
#cutOffCountdown .countdown-amount{
	background-color: transparent;
	color:#000;
	font-size: 1.5rem;
	display: block;
  background-color: #FFF;
  margin-bottom: 0.5rem;
}
#cutOffCountdown .countdown-period{
	color:#FFF;
	display: block;
	font-size: 1rem;
	margin-top: 0;
	padding-top: 0;
  margin-bottom: 0.5rem;
}
.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;
}
.link_graphic p{
	margin-bottom:0.5rem;
	font-size:1rem;
	display:inline-block;
	line-height: 1;
}
.p-schedule-wrapper:last-child{
	
}

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

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-radius: 5px;
	color:#FFF;
}

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

.p-matrix-attributes.tot-mat span{
	font-size: 1.8rem;
	font-weight:bold;
	letter-spacing:-1px;
	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;
margin-top: 0;}

.listing-related, .listing-product, .listing-category{
	background-color: #FFF;
	overflow: hidden;
	margin-bottom: 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"]{
	font-family: inherit;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;
margin-top: 0;}

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



/* 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{
	background-color: #808285;
	color:#FFF;
}


/* Checkout */

#checkout h1{
	margin:1rem 0;
}

.cart-view{
	background-color: transparent;
}
#content.site-content{
	min-height: 577px;
}

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

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

#checkout p{
	margin:0;
}


table.cartsteps{
	margin-bottom: 0;
}

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

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

	display:inline-block;
}
.cartsteps-cell-active{
  font-weight: bold;
  color: #000;
}

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

/* Blog */

article.post{
	background-color: #FFF;
}
.blog .entry-content{
	padding:20px;
}
section.widget{
	background-color: #f7f7f7;
	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;
  
  color: #888;
}
.product:visited {
  color: #888;
}
.product:focus {
  color: #888;
}
.product:hover {
  color: #307673;
}
.product:active {
  color: #888;
}

.product_image {
  
  
  
  display: block;
  width: 100%;
  height: auto;
}

.product_title {
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-align: left;
}

.product_subtitle {
  display: block;
  
  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: relative;
  overflow:hidden;
    
  
  
}

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

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

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

.mobile_overlay_link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@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{
  border:none;
  background-color: transparent;
}

#description_tabs.r-tabs .r-tabs-panel{
  padding: 10px 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:#FFF;
  border-radius:0;
  text-shadow:none;
}
#description_tabs.r-tabs .r-tabs-accordion-title .r-tabs-anchor:last-child{
	
}


#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;
  color: #66c5ee;
  text-shadow: none;
}
#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 {
    
    padding: 10px;
padding-bottom: 0;}

.sidebar_box {
    
    
    
    overflow: hidden;
    background-color: #f7f7f7;
    margin-bottom: 1.5rem;
}
.sidebar_title h4 {
    
    padding: 0;
    margin: 0;
    font-size: 1.25rem;
}
.sidebar_content {
    display: block;
    padding: 10px;
    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;
  display:inline-block;
}


/* 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-prev::before, .slick-next::before {
color: #000;
}

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

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

#catalogue-usp{
  background-color: #f7f7f7;
}

.cat-usp-title,
.cat-usp-description{
  color: #000;
}

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

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

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

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

.review-date{
	opacity:1;
}
.rating{
  background-image: url('../OPSv3/images/star.png');
  background-repeat: repeat-x;
  display: block;
  height: 25px;
  /*width: 90%;*/
}

@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;
	justify-content: flex-start;column-gap: 20px;}
	.template_detail{
		padding:0;
	}
	.footer_contact i{
		margin-left:0;
	}
		span.hours{
	padding-left:25px;
	}
		#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;
}

article.post{
overflow: hidden;
}
.cart-container{
  
}
.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: 16px;
  } 
  .slide_content h2, .slide_content h1{
    font-size: 3.5rem;
    line-height:1;
    padding:0px;
    text-align:left;
  }
  .product_subtitle .subtitle_price{
    
  }
}

#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:active, .checkout-action a:focus, .checkout-action a:visited, .cart-view, .cart-add, .cart-save, .form-submit, .wpcf7-submit, .btn, button#cart-proceed-link,
#checkout-action-login input[type="submit"],
.optionbutton,
button.turnaround{
	border-radius: 5px;
	line-height:1.5;
color: #000;font-weight: bold;font-size: 1rem;}

.social-container{
	margin-bottom: 1.5rem;
}

.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-top:0;
}

#myTab.r-tabs .r-tabs-nav .r-tabs-anchor{
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	background-color: #555;
	color:#FFF;
	font-size: 1rem;
	font-weight:bold;
}

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

#content p a{
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
#content p a:hover{
  color: #bf1d3a;
}
.cat-usp-title{
  font-size: 1rem;
}
.cat-usp-description{
  font-size: 0.9rem;
  line-height: 1;
}
a.cat-usp,
a.cat-usp:hover{
  min-height: auto;
}
a.cat-usp i{
  background-color: transparent;
  width: auto;
  height: auto;
  color: #333;
line-height: 1;
}

.p-thumbs a:hover{
  text-decoration: underline;
}

.product_top_section{
  padding-top: 20px;
}
.product_top_section .p-thumbs{
  margin: 0;
font-size: 14px;}
.link_graphic p{
  font-size: 1.3rem;
  position: relative;
  
text-align: center;}
/*.link_graphic p:before{
  content: '';
  width: 100%;
  height: 10px;
  border-top: 10px dashed #FFF;
  position: absolute;
  transform: skew(50deg);
  top: 0;
}
*/

.countdown-row{
  display: flex;
}
#cutOffCountdown {
  margin-bottom: 0.5rem;
}
#cutOffCountdown .countdown-section{
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
  column-gap: 5px;
}

#cutOffCountdown .countdown-amount,
#cutOffCountdown .countdown-period{
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: #FFF;
  display: inline-block;
  font-size: 1rem;
  text-transform: lowercase;
  width: auto;
}

#cutOffCountdown .countdown-amount{
  font-size: 1.5rem;
}

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

.p-matrix-options select,
.p-matrix-options input[type="number"],
.p-matrix-options #quantity-dd{
  background-color: #FFF;
}

.p-matrix td, .p-matrix th{
  border: 1px solid #ddd;
}

.p-matrix-attribute label{
  padding: 5px;
}

.p-matrix-price a{
  color: #000;
}

#myTab.r-tabs .r-tabs-state-active .r-tabs-anchor{
  color: #333;
}
.p-matrix-options h2{
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1;
}
#description_tabs{
  margin-bottom: 1rem;
}
#description_tabs .r-tabs-nav{
  display: none;
}
#description_tabs .r-tabs-accordion-title{
  display: block;
}

#description_tabs.r-tabs .r-tabs-accordion-title .r-tabs-anchor:after{
  color: #000;
}
#description_tabs.r-tabs .r-tabs-accordion-title .r-tabs-anchor{
  background-color: transparent;
  color: #000;
  border-bottom: 1px solid #ecbe1d;
}

#description_tabs.r-tabs .r-tabs-accordion-title .r-tabs-anchor:hover{
  background-color: #f7f7f7;
}

 #content .p-matrix-price-active a:link,
 #content .p-matrix-price:hover a:link{
  color: #000;
  font-weight: bold;
 }

 .main-navigation ul #design ul a{
  width: auto;
 }

#content .sample-pack a.readmore{
  background-color: #000;
  color: #fff;
}
#content .sample-pack a.readmore:hover{
  background-color: #555;
  color: #fff;
}

.singl-col,
.top_section{
  min-height: 200px;
  padding: 0;
}

.singl-col .w-container,
.top_section .w-container{
  display: flex;
  min-height: 200px;
  align-items: center;
}

.singl-col h1,
.top_section h1{
  text-shadow: none;
  color: #000;
  font-size: 3rem;
}

.img-w-txt .sideimage img{
  margin: 0 auto;
}

#checkout .checkout-action input[type="submit"].form-submit,
#successform input.moreButton,
.vo-btns button.moreButton, .vo-btns button#reloadOrderProduct, #content .vo-btns a.readmore.cta,
#content .dropFile p a,
.cta.submitArtworkNotes, i.uploadedDelete,
input[type="submit"].wpcf7-submit{
  color: #000;
  font-weight: bold;
  border-radius: 5px;
}

.headersearch .ajaxResults-container{
	top:51px;
}
ul#desktopsearch-ajaxResults li:last-child a{
	position:relative;
}

#myTab #tab-2 .checkout-action{
	float:none;
	width:100%;
}

#myTab #tab-2 .catalogue_template-head .checkout-action{
	width:auto;
}

#myTab .template_container{
	background-color:#FFF;
	padding:10px;
}

#myTab .template_container .listing-name{
	font-size:1.2rem;
	margin-top:5px;
	margin-bottom:0.5rem;
	line-height:1.2;
}

a.optionbutton{
	color:#000;
	transition:0.2s;
}

.optionbutton:hover{
	opacity:1;
}
.attr-E-container .p-matrix-attributes{
	line-height:1.7;
}
.attr-E-container .p-matrix-attribute{
	width:100%;
	text-align:left;
}

.p-matrix-success{
	bottom:10%;
	right:45%;
	border:2px solid #aeee75;
}

#topmaincontent{
	padding-bottom:2rem;
}

.checkout-action input[type="submit"]{
	color:#333;	
	font-weight:bold;
	padding:10px 20px;
}

a.btn.secondary,
a.btn.secondary:visited{
	color:#000;
}

@media screen and (max-width: 1536px) {
	.products_menu_container{
		left: -100px;
	}
	.products_menu_container:before{
		left:180px;
	display: none;}
}
@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: 1024px) {
  .account_links,
  .site-title{
    width: 50%;
  }
  .main_header .w-container{
    padding: 10px 20px;
  }
  #content{
    padding-top: 4.2rem;
  }
  .p-matrix-attribute{
    text-align: left;
    line-height: 1.2;
  }
  #myTab.r-tabs .r-tabs-nav .r-tabs-anchor{
    font-size: 0.9rem;
  padding: 10px;}
  #myTab.r-tabs .r-tabs-nav .r-tabs-anchor i{
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .slide .w-container{
    height: 500px;
  }
	.message{
	}
	.funnel_container a{
		flex-direction:column;
	}
	.funnel_container a span{
		text-align:center;
	}
	.funnel-flex{
		
	}
	.slide-content-container{
    max-width: 50%;
  }
  .slide-image-container{
    margin-right: 1rem;
  }
  .slide .w-container{
    height: 510px;
  }
  .badge{
    width: 80px;
    height: 80px;
    right: -20px;
  }
  .badge_bottom{
    font-size: 16px;
  }
  .r-tabs-accordion-title a.r-tabs-anchor:after{
    color: #000;
  }
  #cutOffCountdown{
    width: 50%;
  }
  .p-matrix-attributegroup, .p-matrix-attributes{
    width: 100%;
    padding-top: 0;
  }

  .p-matrix-options h2{
    font-size: 1.3rem;
  }
  .w-container,
  .main_header .w-container{
    max-width: none;
    padding: 10px 20px;
  }
  .slide-content-container{
    background-color: rgba(255,255,255,0.4);
    padding: 15px;
    border-radius: 5px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255,255,255,0.6);
  }
	.slide_content h2, .slide_content h1{
		font-size:2rem;
	}
  
  .graphiclinks .w-row .w-col-4:last-child{
  	width:100%;
  }
  #cutOffCountdown .countdown-section{
  	margin:0 5px;
  }
  .mob-hide{
  	display:none;
  }
  a.p-matrix-proceed{
  	margin-bottom:1rem;
  }
  button.turnaround{
  	width:100%;
	margin-bottom:5px;
  }
  .link_graphic p{
  	font-size:1rem;
  	width:25%;
	text-align:left;
	margin:0;
  }
}
@media screen and (max-width: 480px) {
  .site-title{
    width: 100%;
    margin: 0;
  }
  .slide .w-container{
    flex-direction: column;
  padding: 20px 5px;justify-content: center;height: 420px;}
  .slide-content-container,
  .slide-image-container{
    width: 100%;
    max-width: none;
  }

	.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: 5px;
  }
  .slider-section button.slick-next.slick-arrow{
    right: 0;
  }
	.account_link{
		height:2rem;
		width:2rem;
		margin-left:5px;
		text-align:center;
	}
	.account_links{
		padding:0;
	width: 100%;}
	.account_link.cart_link span,
	.account_link i{
		
		
	font-size: 1rem;}
	.account_link.cart_link span.value{
		width:auto;
	font-size: 1rem;}
	.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,
	header#masthead.mini-header .main_logo img{
		height:auto;
		width:auto;
	}
  .account_link{
    display: none;
  }
  .account_link.cart_link{
    display: flex;
  width: auto;font-size: 1rem;}
  .main_header .w-container{
    padding: 10px 15px;
  }
  .sidebar.testimonial{
    margin-top: 1rem;
  }
  .slider-section{
    height: 420px;
  }
  
  .slider-section .slick-prev:before, .slider-section .slick-next:before{
    font-size: 1.5rem;
  }
  .home .slick-slider .slide{
    background-position: -45%!important;    
  }
  .product_title{
    font-size: 1rem;
  }
  .product_subtitle{
    font-size: 0.9rem;
  }
  .funnel i{
    min-width: 40px;
  }
  h1, h2, h3{
    margin: 0;
    line-height: 1.1;
    margin-bottom: 1rem;
  }
  .social-container{
    margin-top: 1rem;
  }
  .slide-content-container a.readmore{
    margin: 0;
  }
  .badge{
    width: 200px;
    height: 200px;
    right: auto;
    left: 19%;
    bottom: -150px;
    padding-top: 20px;
  }
  .badge_top{
    font-size: 0.9rem;
  }
  .badge_bottom{
    font-size: 1.5rem;
  }
  .link_graphic p{
    font-size: 0.9rem;
    width:100%;
    text-align:center;
  }
  #cutOffCountdown .countdown-amount,
  #cutOffCountdown .countdown-period{
    font-size: 1rem;
  }
  .p-schedule-head, .p-schedule-date{
    font-size: 14px;
  }
  .p-schedule-wrapper{
  	padding:5px;
  }
  #catalogue .row-flex{
    display: flex;
    flex-direction: column-reverse;
  }
  .p-matrix-options h2{
    font-size: 1.5rem;
  }
  .p-matrix-attributes a.p-matrix-proceed{
    margin: 1rem 0;
  }
  #catalogue .p-matrix-attributes.tot-mat,
  #catalogue .p-matrix-attributegroup.tot-mat-title{
    display: inline-block;
    width: auto; 
    vertical-align: middle;
    padding-top: 1rem;
  }

  #catalogue .p-matrix-attributegroup.tot-mat-title{
    margin-right: 10px;
  }
  #cutOffCountdown{
    width: 100%;
  }
  .account_link span{
  	display:none;
  }
  .account_link.cart-link span{
  	display:inline-block;
  }
  .avg-rating img{
  	margin:0 auto;
  }
  #designs .editor_navigation{
  	height:auto;
  }
  #designs .editor_tool{
  	width:60px;
  }
  .editor_tool i{
  	font-size:1rem;
  }
  .basket-summary td:nth-child(5):before{
  content:'Price';
  }
  .myaccount-orders .basket-summary td:nth-child(1):before{
  	content:'Order No.';
  }
  .myaccount-orders .basket-summary td:nth-child(2):before{
  	content:'Customer Ref';
  }
  .myaccount-orders .basket-summary td:nth-child(3):before{
  	content:'Order Date';
  }
  .myaccount-orders .basket-summary td:nth-child(4):before{
  	content:'No. Products';
  }
  .myaccount-orders .basket-summary td:nth-child(5):before{
  	content:'Status';
  }
  .myaccount-orders .basket-summary td:nth-child(6):before{
  	content:'Order Total';
	position:absolute;
    	left:0;
  }
  .myaccount-orders .basket-summary td{
  	min-height:60px;
  }
  .formfield{
  	width:100%;
  }
  #addDeliveryAddress td.formlabel,
  #addDeliveryAddress td.formfield{
  	display:table-cell;
  }
  .deladdress-toggle{
  	width:100%;
  }
  #addDeliveryAddress table tr:last-child td{
  	display:block;
  	width:200%;
  }
}
@media screen and (max-width: 320px) {
	.site-title{
		width:70%;
	}
	img.main_logo.dark,
	img.main_logo.light,
	.main_logo.dark img, 
	.main_logo.light img{
		height:auto;
	}
}

/* STYLE PHP */

/* PRIMARY COLOURS */
	
	.list_title,
	.whitesection.tab .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor,
	.order_step.active i,
	.order_step i,
	.cartbox-cell .fa,
	.comment-body a.comment-edit-link,
	.comment-body a.comment-reply-link,
	a:visited,
	#mobile_menu li.menu-item-has-children:after
	{
		color: #ecbe1d ;
	}

	div.matrix th.red{
		border-color: #ecbe1d;
		background-color: #ecbe1d ;
	}

	body, 
	footer,
	.colorsection,
	header .cta_container a,
	
	.mobile_icons,
	.slick-current .slider_nav_link_internal,
	.slider-for .slick-prev:before,
	.slider-for .slick-next:before,
	a.sidebar_box h3,
	.sample-pack,
	a.solution,
	.tab .r-tabs .r-tabs-nav .r-tabs-tab,
	.tab div.r-tabs .r-tabs-accordion-title .r-tabs-anchor,
	.tab div.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor,

	.contact-box button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.contact-box button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	section.process_section,
	.comment-body a.comment-reply-link,
	#checkout-action-login input[type="submit"],
	.solution h3,
	.template-box-sets .r-tabs .r-tabs-nav .r-tabs-tab,
	.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor,
	.summary,
	.btn.secondary.lonebutton,
	.editor_tool.next,
	.template-proof.r-tabs .r-tabs-nav .r-tabs-tab,
	.tabs_column .summary_container a#lightboxTest,
	a.cta.central_cta.quote_cta.email_cta,
	.p-matrix-price:hover,
	.p-matrix-price-active,
	.p-matrix .p-matrix-quantity-row:nth-child(even) td.p-matrix-price:hover,
	.p-matrix .p-matrix-quantity-row:nth-child(even) td.p-matrix-price-active,
	.cartsteps-cell-active,
	.footerlinks,
	.checkout-action a,
	.myaccount-action a,
	.cartbox-cell a.cta,
	.chatCustomerStyle,
	.chatCustomerStyle:before,
	#top_header,
	.faq-question h3,
	.cartbox-heading,
	.order_summary_title,
	#checkout span.cta.submitArtworkNotes,
	.checkout-action p#cart-select-delivery,
	#splitdelivery .starting,
	.delivery-header .deladdress-toggle,
	#myTab.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor,
	.badge,
	#content .slide a.readmore,
	.main-navigation,
	.footer_contact i
	{
	  background-color: #ecbe1d ;
	}

	.chatCustomerStyle:after{
		border-color:transparent #ecbe1d transparent transparent;
	}
	.phone a,
	.email a,
	.phone a:visited,
	.email a:visited
	{
		border-color: #ecbe1d;
		color: #ecbe1d ;
	}

	.single_sol_content h4,
	.tab div.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor,
	.features li:before,
	.examples .slick-dots li button:before,
	a span.gridtitle,
	a:visited span.gridtitle,
	.examples .slick-dots li.slick-active button:before,
	.examples .slick-dots li button:before,
	.cartbox-cell .fa,
	.order_step i,
	.order_step.active i,
	.cartbox-cell .text-center,
	.template_detail li.r-tabs-tab a,
	.template_detail li.r-tabs-tab a:visited,
	.template-box-sets .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor,
	#description_tabs li > a,
	#description_tabs li > a:visited,
	ul.products_menu_list > li a:hover,
	.filter_block .toggle,
	#mobile_nav form input.searchicon
	#content p a,
	#content p a:visited,
	a#reset-password:hover
	{
		color: #ecbe1d ;
	}
	
	.delivery-header .deladdress-toggle:hover,
	#checkout-action-login input[type="submit"]:hover,
	#checkout .cta.submitArtworkNotes:hover,
	#checkout-action-login input[type="submit"]:hover,
	#content .cartbox-cell a.readmore.cta:hover,
	.btn.secondary.lonebutton:hover,
	#content .slide a.readmore:hover,
	.main-navigation ul#primary-menu > li > a:hover{
		background-color:#e89e23 
	}
	

/* SECONDARY COLOURS */

div.matrix th.purple{
	border-color: #ecbe1d;
	background-color: #ecbe1d ;
}

.phone a:hover,
.email a:hover
{
	border-color:#ecbe1d ;
	color: #ecbe1d ;
}

.filter-more a,
.filter-less a,
.filter-more:before,
.filter-less:before,
.login-forgotpassword input[type="submit"],
ul.products_menu_list > li a,
ul.products_menu_list > li a:visited,
.tot-mat span,
.tot-mat .CurrencySymbol
.blog_extract h3,
#description_tabs li > a:hover,
#description_tabs li > a:focus,
#description_tabs li.r-tabs-state-active > a,
ul.products_menu_list li > ul > li > a:hover,
.product_subtitle,
.footer_contact:hover,
.footer_contact:active,
.p-matrix-price-link,
.product:hover,
footer ul li a:hover,
.footerlinks a,
#mobile_nav form input.searchicon,
section.widget a:hover,
section.widget a:visited:hover
{
	color: #ecbe1d ;
}

a.readmore,
a.optionbutton,
a.optionbutton:visited,
a.listing-product-link,
a.listing-product-link:visited,
a.form-submit,
.r-tabs .r-tabs-accordion-title .r-tabs-anchor,
.marginTop20px.cta.darkBlue,
input[type="submit"],
.cta,
.sample-pack a.readmore,
.sample-pack a.readmore,
.template_detail .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor,
#mobile_nav .search_form,
.checkout-action a,
 .checkout-action a.cta.solid.purple,
 .sidebar_content a.cta,
 button.moreButton,
 span.split-toggle,
 #splitdelivery .remaining,
 #splitdelivery .cartbox-checkout .cartbox-checkout td.ad-select a,
  #myaccount .reloadOrder,
  #designs .editor_tool.next,
.deladdress-toggle.btn,
a.optionscta,
.p-matrix-attributes a.p-matrix-proceed,
button.moreButton,
#checkout-action-login input[type="submit"],
.yesBox, .noBox,
.checkout-action-login input[type="submit"],
#content .vo-btns a.readmore,
button.turnaround
{
	background-color: #ecbe1d ;
}

/*.product_overlay, .design_description{
		background-color: rgba(236,190,29, 0.7) ;
}
*/
a.cta.central_cta.quote_cta.last_cta.p-matrix-proceed
{
	border-color:#ecbe1d ;
	background-color: #ecbe1d ;
}

.checkout-action a:hover,
.checkout-action a:visited:hover,
#content a.cta:hover,
#content a.readmore:hover,
 #myaccount .reloadOrder:hover,
 .moreButton:hover,
input[type="submit"].wpcf7-submit:hover,
.quote-form-bottom input[type='submit']:hover,
#createform input[type="submit"]:hover,
#myaccount .myaccount-action a:hover,
.cartbox-cell a.readmore:hover,
.deladdress-toggle,btn:hover,
.checkout-action input[type="submit"]:hover,
#content a.optionscta:hover,
.template_detail .proceed_box a.form-submit:hover,
#enquiryform input[type="submit"]:hover,
#checkout-action-login input[type="submit"]:hover,
#reloadOrderProduct:hover,
.yesBox:hover, .noBox:hover,
.checkout-action-login input[type="submit"]:hover,
 span.split-toggle:hover,
 #content .cartbox-cell.vo-btns a.readmore.cta:hover,
 button.turnaround:hover,
 .optionbutton:hover{
	background-color: #e89e23 ;
}

/* TEXT COLOURS */

body,
p,
h1,
h2,
h3,
h1.site-title a,
h1.site-title a:visited,
/*.template-box-sets .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor,*/
a.listing-product-name,
a.listing-product-name:visited,
.slider-section .slick-dots li button:before,
.slider-section .slick-dots li.slick-active button:before,
.funnel i,
.whitesection .funnel h3,
.greysection .funnel h3,
a .funnel p,
h3.single_sol_h3,
.p-matrix-quantity,
.p-matrix-format,
.p-matrix th a,
.cart-view,
.blog h2.entry-title a,
time.entry-date.published,
a.url.fn.n,
.comment-body a,
.nav-links a,

.benefit h3,
.sidebar_box_content,
h3.subheading,
.message,
footer li a,
footer li a:visited,
footer a,
footer a:visited,
span.post-date,
section.widget a,
section.widget a:visited,
.product_title,
.p-thumbs a,
.p-thumbs a:visited,
.clientname
{
	color: #333333 ;
}

/* ==========
HEADER COLOUR
============*/
.home header#masthead{
		background-color: #ffffff;
	}
#top_header{
	background-color: #f7f7f7;
}

.mini-header #primary-menu > li > a,
.mini-header #primary-menu > li > a
#primary-menu > li > a,
#primary-menu > li > a:visited
{
	color: #000000;
}

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

.home .mini-header #primary-menu > li > a,
.home .mini-header #primary-menu > li > a{
	color: #000000;
}

.products_menu{
	background-color: #ffffff;
}

ul.products_menu_list > li a,
ul.products_menu_list > li a:visited,
.products_menu_container .list_title,
#design .products_menu_container a{
	color: #000000;
}

ul.prodmenu li a,
ul.prodmenu li a:visited{
	color: #000000;
}

ul.products_menu_list > li a:hover,
ul.prodmenu li a:hover
ul.products_menu_list li > ul > li > a:hover{
	color: #ecbe1d;
}

.phone a,
.email a,
.phone a:visited,
.email a:visited,
	{
		border-color: ;
		color:  ;
	}

.phone a:hover,
.email a:hover,
{
	border-color: ;
	color:  ;
}

/* ==========
FOOTER 
============*/

footer{
	background-color: #333333;
}

.footer-box{
	background-color: ;
}

footer h3{
	color:  #ffffff;
}

footer a, footer a:visited,
.footer_contact,
.footer_contact:visited,
footer a:focus,
footer a:active{
	color:  #ffffff;
}

footer a:hover,
.footer_contact:hover{
	color:  #ecbe1d;
}

.footerlinks{
	background-color: #ecbe1d;
}

.footerlinks{
	color: #000000;
}
.footerlinks a,
.footerlinks a:visited{
	color: #000000;
}

.footerlinks a:hover{
	color: #ffffff;
}

a.social i,
footer ul li a,
footer li a,
footer li a:visited
{
	color: #ffffff;
}
a.social:hover i,
footer ul li a:hover
{
	color: #ecbe1d;
}

footer,
footer p,
.card-types i{
	color: #ffffff;
}