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

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

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

h1, h2, h3{
	font-family: 'Josefin Sans', sans-serif;
  font-style:normal;
  font-weight: 800;
  line-height:1.1;
}

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

h3{
	margin:1rem 0;
	margin-top: 0;
	font-family: 'Josefin Sans', sans-serif;
	font-weight:400;
}

@media only screen and (max-width: 1536px) {
	body{
		font-size:16px;
	}
}

section{
  padding:3rem 0;
}

#content{
	background-color: #F7F7F7;
}
.whitesection{
	background-color: #FFF;
}
.greysection{
	background-color: #F5F5F5;
	background-image: linear-gradient(to bottom, #f9f9f9, #e6e6e6);
}
.darkgreysection{
	background-color: #eee;
}
.colorsection{
    /* background-image: linear-gradient(to bottom, #f78523 , #e8558d); */
    /* color:#FFF; */
}
a{
	text-decoration: none;
}

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


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

#addtopmargin {
margin-top:30px;
}

.graphiclinktile {
    margin-bottom: 1rem;
}

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

header#masthead{
    height: auto;
    width: 100%;
    background-color: #FFF;
    position: sticky;
    z-index: 999;
    top: 0;
    left: 0;
}

.home header#masthead{
	position:  sticky;
	z-index: 9999;
	background-color: transparent;
	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_detail {
  margin-right: 20px;
  color:  rgba(255,255,255,0.8);
}
.top_header_detail:visited {
  color: rgba(255,255,255,0.8);
}
.top_header_detail:focus {
  color: #b2e2f6;
}
.top_header_detail: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: 20px 20px;
}

/* 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;
	margin-right: 1rem;
}

header#masthead.mini-header img.main_logo {
  height: 3rem;
}

img.main_logo {height: 5rem;}


img.main_logo.dark {
  width: auto;
  display: none;
}

img.main_logo.light {
  visibility: visible;
  display: block;
  height: 3rem;
}

.home img.main_logo.dark {
  display: none;
}
.home img.main_logo.light {
  display: block;
  left: 0;
  top: 0;
  width: auto;
  visibility: visible;
  height: 4rem;
}
.home .mini-header img.main_logo.dark {
  opacity: 1;
  transition:  0.2s;
  display:  block;
}
.home .mini-header img.main_logo.light {
  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;
}
@media only screen and (min-width: 1250px) {
  .account_links {
    display: block;
    padding: 0.5rem 0;
    float: right;
    width: 440px;
    text-align:right;
    font-size:0;
  }
}

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

.account_link {
  position: relative;
  display: inline-block;
  color: white;
  background-color: #307673;
  -moz-border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  border-radius: 1.25rem;
  height: 2rem;
  line-height: 2rem;
  width: 2rem;
  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;
  font-size: 14px;
}
.account_link:visited {
  color: white;
}
.account_link:focus {
  color: white;
}
.account_link:hover {
  color: white;
}
.account_link:active {
  color: white;
}
.account_link:nth-child(even) {
  background-color: #8a5c9d;
}
.account_link:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.account_link.cart_link {
  width: auto;
  padding-right: 10px;
}
.account_link.cart_link span {
  line-height: 2.5rem;
  display: inline-block;
  font-size: 0.9rem;
  vertical-align: top;
}

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

/* Search*/
.search_link.active {
  width: 205px;
}

.searchform {
  background-color: transparent;
  position: absolute;
  right: 20px;
  top: 0;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0;
  border: 0;
  width: 180px;
  display: inline-block;
}

.searchform input[type=text] {
  background-color: transparent;
  color: white;
  height: 1.8rem;
  line-height: 1;
  padding: 0;
  border: 0;
  width: 100%;
  padding: 0;
  outline: none !important;
}

#headersearchbutton {
  position: absolute;
  top: 0;
  right: -20px;
  width: 0px;
  padding: 0px;
  height: 100%;
  background: transparent;
  border: none;
  color: transparent;
  z-index: 9999;
}

.search_link.active #headersearchbutton {
  width: 40px;
}

.account_link.search_link.active i:hover {
  opacity: 0.75;
}

/* NAVIGATION */

.main-navigation{
	display: inline-block;
	position: absolute;
	top: 12px;
	width:auto;
	float: none;
	font-size: 1rem;
}

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

.main-navigation ul{
	text-align: left;
}
.main-navigation li{
	float: none;
	display: inline-block;
	position: relative;
	text-align: left;
}

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

.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{
		margin-left: 0;
	}
}

/* Mega Menu*/
.products_menu_container {
  position: absolute;
  top: 50px;
  margin-top: -1rem;
  width: 1100px;
  left: 23px;
  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 {
  margin-top: -0.5rem;
}

.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;
    width: 75%;
    display: inline-block;
}

#design .products_menu{
  padding:0;
}

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

.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 li a.products_menu_image {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
  background-size: cover;
  background-position: center;
  padding: 1.5rem 20px;
  color: white;
  padding: 20px;
}
.main-navigation li a.products_menu_image:visited {
  color: white;
}
.main-navigation li a.products_menu_image:focus {
  color: white;
}
.main-navigation li a.products_menu_image:hover {
  color: white;
}
.main-navigation li 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: 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;
}
ul.products_menu_list > li > a:hover {
  font-weight: bold;
  display: block;
}

.list_title {
  font-size: 1rem;
  padding-top: 0.25rem;
  font-weight: 800;
  display:inline-block;
}

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

ul.products_menu_list li > ul > li > a {
  display: block;
  padding: 0.125rem 0;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
}
ul.products_menu_list li > ul > li > a:visited {
  color: #000;
}
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{
  /* background-image: linear-gradient(to bottom, #f78524 , #e8568d); */
  padding: 3rem 0;
}
footer h3{
	margin-bottom: 0.5rem;
	color:#FFF;
	font-size: 1.5rem;
}

footer a{
	color:#FFF;
}


footer ul li{
	line-height: 1.6rem;
	
}
footer ul li a, 
footer ul li a:visited{
}
footer ul li a:hover{
}

@media screen and (max-width: 768px) {
	ul#menu-footer-menu{
		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: 3rem;
	height: 3rem;
	color: white;
	line-height: 3rem;
	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:#FFF
}

a.social i{
	font-size: 1.5rem;
  line-height: 3rem;
}

a.social.facebook i{
	color:#3b5998;
}
a.social.twitter i{
	color:#00aced;
}
a.social.instagram i{
	color:#bc2a8d;
}
a.social.linkedin i{
	color:#0077b5;
}
a.social.google i{
	color:#d34836;
}
a.social.pinterest i{
	color:#bd081c;
}
a.social.youtube i{
	color:#ff0000;
}
a.social.rss i{
	color:#f26522;
}
a.social.mail i{
	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.5rem;
  margin-bottom: 1rem;
  min-height: 1.75rem;
}
.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;
    font-size: 0.875rem;
    background-color: #FFF;
  }
}
.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: 1.2rem;
  line-height: 1.5;
  padding-top: 0.25rem;
  display: block;
}
.footer_contact:last-child {
  margin-bottom: 0;
}


/* Slider*/

/* Home Page Styles*/

.home .slide{
	background-color: #ffffff;
	height:60vh;
	padding-top: 12rem;
	background-image: url("https://www.transparenttextures.com/patterns/paper.png");
	/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

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

.message{border-left: none;padding: 20px 30px;font-size: 1.1rem;border-radius: 5px;}
.badge{
	float: right;
	display: inline-block;
	width: auto;
	color:#FFF;
	border-radius: 10px;
    padding: 5px 10px;
    margin-right: 10px;
}

#content .slide a.readmore{
	color:#FFF;
	font-size: 1.5rem;
	margin-top: 1rem;
	padding: 10px 50px;
  font-weight: 800;
}

#content .slide a.readmore i{
  font-size: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: 15px;
    margin-top: 0.25rem;
  }

  #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;
    position: absolute;
    padding: 10px 10px;
    top: 1.5rem;
    right: 1.5rem;
    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{
		top: 0.7rem;
		right: 1rem;
		display: block;
    position: absolute;
    padding: 10px 10px;
    top: 1.5rem;
    right: 1.5rem;
    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;
	}
  .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;
		padding:12px 30px;
		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) {
	header#masthead{
		height:90px;
	}
	.slide{
		padding:1rem;
	}
	.slide_content{
		margin:0 30px;
	}
	img.slide_image{
	}
	
	.site-title img{
		float: left;
	}
	.cart_link{
		margin-right: 3rem;
		margin-top: 8px;
	}
	.img-small{
		padding:0;
	}
	.sample-image{
		height: 150px;
	}
	.badge, .slide a.readmore{
		display: block;
		text-align: center;
		width: 100%;
		margin:0;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 480px) {

	.slide{
		height: 90vh;
	}
	.message{
		padding:12px 30px;
	}
	.site-title img{
		float: left;
		margin-top: 8px;
	}
  .home img.main_logo.light{
    height: auto;
  }
	img.slide_image{
	}
	.slide a.readmore{
		margin-right: 0;
	}
}
.slider-section .slick-prev:before{
	font-family: 'Fontawesome';
	content:'\f104';
}
.slider-section .slick-next:before{
	font-family: 'Fontawesome';
	content:'\f105';
}
.slider-section .slick-prev:before, .slider-section .slick-next:before{
	font-size: 3rem;
  opacity: 0.8;
}
.slider-section .slick-prev:hover:before, .slider-section .slick-next:hover:before{
  opacity: 1;
}
/*----------Slider------------*/
.slider-section {
  background-color: #FFF;
  background-size: cover;
  position: relative;
  width: 100%;
  padding: 0;
  display: block;
}

.slide {
  position: relative;
  outline: none;
  color: white;
  height: auto;
  width: 100%;
  overflow: hidden;
  min-height: 30rem;
  background-size: cover;
  background-position: center;
}

.home .slide{

  padding-top:13rem;
}

.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;
  -moz-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  max-height:350px;
}

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

.badge {
  position: absolute;
  right: 5%;
  bottom: 5%;
  background-color: #858585;
  color: white;
  display: inline-block;
  width: auto;
  height: auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 30px 20px;
  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;
}
.slick-current .badge{
  -moz-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 1;
  -webkit-filter: drop-shadow(5px 5px 5px #222 );
  filter: drop-shadow(5px 5px 5px #222);
}

.badge_top {
  font-size: 10px;
  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;
}

/* Single Column*/
.banner h1, .banner h2{
	color:#FFF;
}

.banner h3{
	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;
}

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

.funnel i{
	display: inline-block;
	vertical-align: top;
	font-size: 1.5rem;
	background-color: white;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	text-align: center;
	position: relative;
}

.funnel_container span{
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	text-align: left;
	padding-top: 0.25rem;
	width: 80%;
}

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

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

/* 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: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  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;
  padding: 0.5rem 20px;
  text-align: center;
  display: block;
  color: #8a5c9d;
  font-size: 1.5rem;
  line-height: 2;
}

.whitesection .design_method_title{
  background-color: #f7f7f7;
  line-height: 1.8rem;
}

.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;
  }
}
@media only screen and (max-width: 768px) {
  .design_method_image_block{
    display: none;
  }
}
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 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;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}
@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: 300px;
  background-size: cover;
  background-position: center;
}

.blogpage-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.blogpage-row article:first-child {
    grid-column: 1 / -1; /* Full width */
}

.blogpage-row:before  {
content:unset;
display:none;
}

.blogpage-row > div {

}

.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;
}
.whitesection .testimonial{
	background-color: #f7f7f7;
}

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

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

  font-size: 1.2rem;
  
}

/* Tabs*/

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

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

.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;
  color: #888;
  border-radius:0;
}

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

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

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

/* SCHEDULER */

.countdown{
	display: inline-block;
	width: 100%;
	padding:10px;
	border-radius: 10px;
	text-align: center;
	margin-top: 3.6rem;
}
.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: #000;
	color:#FFF;
	padding:9px 39px;
	border-radius: 10px;
	font-size: 1rem;
	margin-bottom: 0.5rem;
}
#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;
}
@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) {
	.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;
	}
}

@media screen and (max-width: 480px) {
	.p-schedule-wrapper{
		margin-top: 1rem;
	}
	.nav-header{
		display:none;
	}
}

/* Product Page Templates listing*/
.template-box-sets{
	background-color: #F5F5F5;
	margin-top:25px;
	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_attribute {
padding-left:0;
}
.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{
	display: inline-block;
	font-size: 1.2rem;
	width: 100%;
}

.summary_attribute, .summary_attribute_title{
	font-size: 1rem;
  text-align: right;
}

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

.summary_attribute{
  text-align: left;
  padding-left: 0rem;
}

.p-matrix-success {
    position: fixed;
    bottom: 50%;
    right: 50%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
    transform: translate(50%, 50%);
}

a.cta.central_cta.quote_cta.last_cta.p-matrix-proceed{
	margin-bottom: 0;
	width: 49%;
	text-align: center;
	border:1px solid;
	border-radius: 5px;
	color:#FFF;
}
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; */
}

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

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

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


/* Account Page*/

.cartbox-top{
	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{
    width: 470px;
    margin: 0 auto;
}
.prettyPopin a#b_close{
	top: 10px;
    right: 346px;
}

/* 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{
	border:none;
	padding:10px;
	width: 100%;
	background-color: #eee;
}
.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: 10px;
    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: none;
}
#designs .listing-name{
	padding:5px 0;
}
#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: #FFF;
	padding:20px;
}

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

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


.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;
  font-family: 'Montserrat',sans-serif;
  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) {
  .home  #content.site-content{
    padding-top: 0;
  }
}


#checkout p{
	margin:0;
}

.checkout-box{
	background-color: #FFF;
	padding: 20px 0;
	margin-bottom: 1rem;
}
table.cartsteps{
	margin-bottom: 0;
}


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

.checkout-action input[type="submit"]{
	padding: 8px 20px;
	font-size: 14px;
	border-radius: 3px;
	margin-top:1rem;
}

/* Cart Discount */
.cart-discount{
	width:40%;
}

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

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 {
  color: #307673;
}
.product:active {
  color: #888;
}

.product_image {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  display: block;
  width: 100%;
  height: auto;
}

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

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

.product_image_container {
  position: relative;
}

.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%;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  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,
.sidebar_box:hover .product_overlay {
  opacity: 1;
}

.product_overlay a {
  display: table;
  position: relative;
  height: 50%;
  width: 100%;
  color: #b2e2f6;
}
.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;
  font-size: 1.5rem;
}

.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-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 .r-tabs-anchor{
  color:#FFF;
}

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

.features li a {
color:black;
transition:0.30s;
}

.features li a:hover {
color:#0098db;
transition:0.15s;
}

#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: 1050px) {
  #description_tabs li, #description_tabs li.active{
    float:none;
    margin-bottom: 10px;
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  #description_tabs li, #description_tabs li.active{
    float:left;
    margin-bottom: 0;
  }
}
@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: transparent;
    padding: 0;
}

.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.5rem;
}
.sidebar_content {
    display: block;
    display: block;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0;
    border-radius: 0 0 10px 10px;
}

.sidebar_content p {
    margin: 1rem 0;
    color: #FFF;
}

input[type="submit"].wpcf7-submit{
  padding:10px 20px;
  border-radius: 3px;
  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-prev::before, .slick-next::before {
color: #FFF;
}

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

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

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

.summary_container{
	margin:0;
}

.product_overlay,
.design_description{
  background-color:transparent;
  background-image: linear-gradient(to bottom, rgb(0 152 219) , rgb(0 152 219 / 0.5));
}

.home img.main_logo.light{
  height:3rem;
}

.mini-header .main_header{
  padding:10px 20px;
  transition: 0.3s;
}

ul.products_menu_list > li a{
  font-size:1rem;
}

.slider-section .slick-current .slide_image{}

.slider-section .slide_content{
  text-align: left;
  margin:0 auto;
  position: relative;
  z-index: 1;
}

.slide_content h2, .slide_content h1{
  font-size: 3rem;
}

.slide-gradient{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background-image: linear-gradient(to bottom, rgb(43 98 144 / 80%) , transparent);
    z-index: 0;
}

.message{
  background-color: transparent;
  padding:0;
  color:#FFF;
  font-size: 2rem;
  line-height: 1.2;
}

.slick-prev, .slick-next{
  top:55%;
}

.img-w-txt{
  padding:0;
  width: 100%;
}

.img-w-txt .sideimage{
  min-height: 570px;
}

.img-w-txt .sidecontent{
    padding: 4rem;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.img-w-txt .sidecontent.textalign-right{
    padding: 4rem;
    font-size: 1rem;
}

@media only screen and (max-width: 991px) {
  .blogpage-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
}

.sideimage {
margin-top:0;
}

.productinfo p {
text-align:left;
}

#catalogue-usp{
  background-color: #f78524;
  display: none;
}

.cat-usp span{
  line-height: 1.2;
}

a.cat-usp i{
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}

@media (max-width: 600px) {
    .blogpage-row {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Desktop (= 992px) */
@media (min-width: 992px) {
    .blogpage-row {
        grid-template-columns: repeat(3, 1fr);
    }
}

a.cat-usp, a.cat-usp:hover{
  min-height: auto;
}

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

.product-slider .slick-slide img{
  padding: 0 30px;
}
.design_description {
  font-size:1.5rem;
  padding: 40px;
  display: flex;
    align-items: center;
    justify-content: center;
}
.design_description strong{
  font-size: 1.5rem;
  display: block;
  line-height: 1.2em;
}

#catalogue h1.title{
  text-align: center;
  margin:1.5rem 0;
}

.p-thumbs{
  margin:0.5rem 0;
}

#myTab.r-tabs .r-tabs-nav .r-tabs-anchor{
  padding: 15px 30px;
}

.sidebar_box{
  background-image: linear-gradient(to bottom, #0098db , #30b3a3);
  padding: 30px;
  text-align: center;
  border-radius: 20px;
}

#content a.cta.optionscta{
  color:#000;
  padding:0;
  background-color: transparent;
  display: inline-block;
  border:none;
  border-radius: 0px;
  border-bottom: 1px solid #000;
  font-weight: 800;
}

.summary_column {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 20px;
    background: #0098db;
    z-index: 999;
}

.summary {
    color: #FFF;
}

.summary_column .summary {
    display: grid;
    gap: 1rem;
    grid-template-columns: max-content max-content;
    background-color: #0098db;
    justify-items: center;
}

.summary_column > .w-container {
      display: flex;
    justify-content: center;
}

.summary_column .summary .delivery-container {
    margin-right: 30px;
    display: none;
}

.summary_column .summary .delivery-container .countdown-delivery-label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding-bottom: 10px;
}

.summary_column .summary .delivery-container .countdown-delivery-label, .summary_column .summary .delivery-container .p-schedule-date {
    display: block;
    width: 100%;
    line-height: 1;
}

.summary_column .summary .delivery-container .countdown-delivery-label, .summary_column .summary .delivery-container .p-schedule-date {
    display: block;
    width: 100%;
    line-height: 1;
}

.order_summary_top {
    width: 51%;
    text-align: right;
    display: inline-block;
}

.summary_column .order_summary_top {
    display: grid;
    grid-template-columns: max-content max-content max-content;
    gap: 0.5rem;
    align-items: center;
}

.summary_row:before {
  content:unset;
  display:none;
}

.summary_column .order_summary_top {
    width: auto;
}

.w-clearfix.summary_row {
    padding: 0.5rem 0;
    text-align: left;
}

.w-clearfix.summary_row {
    display: inline-block;
    font-size: 1.2rem;
}

.summary_column .order_summary_top .summary_row {
    padding-top: 0;
    padding-bottom: 0;
}

.summary_attribute, .summary_attribute_title {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    font-size: 0.9rem;
}

.summary_attribute_title {
    font-weight: bold;
}

.summary_column .summary_row .summary_attribute, .summary_column .summary_row .summary_attribute_title {
    display: block;
    line-height: 1;
}

.summary_column .summary_row .summary_attribute_title {
        padding-bottom: 5px;
}


.summary_column .summary_row .summary_attribute span {
    display: inline-block;
    font-size: 0.9rem;
    color: white;
    font-weight: unset;
}

.summary_column .summary_row .summary_attribute span {
    display: inline-block;
    font-size: 0.9rem;
    color: white;
    font-weight: unset;
}

.summary_column .summary_row .summary_attribute span {
    display: inline-block;
    font-size: 0.9rem;
    color: white;
    font-weight: unset;
}

.summary_column .summary_row .summary_attribute span {
    display: inline-block;
    font-size: 0.9rem;
    color: white;
    font-weight: unset;
}

.summary_attribute, .tabs_column .summary_attribute_title {
    font-size: 0.9rem;
}

.summary_column .summary_row .summary_attribute, .summary_column .summary_row .summary_attribute_title {
    display: block;
    line-height: 1;
    width: max-content;
}

.order_summary_bottom {
    text-align: right;
}

.summary_column .order_summary_bottom {
    display: flex !important;
    justify-content: space-evenly;
    width: max-content;
    padding-top: 0;
    gap: 0.5rem;
}

a#lightboxTest {
    color: #FFF;
    border-radius: 0;
    text-align: center;
    border: none;
}

.summary_container a#lightboxTest, #content a.cta.central_cta.p-matrix-proceed, .order_summary_bottom a.readmore, #content a.cta.central_cta.quote_cta.email_cta {
    display: block;
    border-radius: 5px;
}

.page-template-ops-products #content a.cta.central_cta.quote_cta.email_cta {
    width: 47%;
}

.page-template-ops-products #content .summary_column .order_summary_bottom .cta.central_cta.quote_cta.email_cta, .page-template-ops-products #content .summary_column .order_summary_bottom .cta.central_cta.quote_cta.last_cta.p-matrix-proceed {
    max-width: 180px;
    padding: 8px 20px;
    font-size: 15px;
}

.page-template-ops-products #content .summary_column .order_summary_bottom .cta.central_cta.quote_cta.email_cta {
    font-weight: bold;
    color: #ffffff;
    background: #f78523;
    display: flex;
    align-items: center;
    line-height: 1.2rem;
}

a.quote_cta i {
    font-size: 1.3rem;
    margin-right: 0.5rem;
}

.page-template-ops-products #content .summary_column .order_summary_bottom .cta.central_cta.quote_cta.email_cta i, .page-template-ops-products #content .summary_column .order_summary_bottom .cta.central_cta.quote_cta.last_cta.p-matrix-proceed i {
    font-size: 1rem;
}

.summary_container a#lightboxTest, #content a.cta.central_cta.p-matrix-proceed, .order_summary_bottom a.readmore, #content a.cta.central_cta.quote_cta.email_cta {
    display: block;
}

.page-template-ops-products #content .summary_column .order_summary_bottom .cta.central_cta.quote_cta.email_cta, .page-template-ops-products #content .summary_column .order_summary_bottom .cta.central_cta.quote_cta.last_cta.p-matrix-proceed {
    padding: 8px 20px;
    font-size: 15px;
    width: max-content;
}

.page-template-ops-products #content .summary_column .order_summary_bottom .cta.central_cta.quote_cta.email_cta:hover, .page-template-ops-products #content .summary_column .order_summary_bottom .cta.central_cta.quote_cta.last_cta.p-matrix-proceed:hover {
   background-color:#30b3a3;
   transition:0.15s;
}

.page-template-ops-products #content .summary_column .order_summary_bottom .cta.central_cta.quote_cta.last_cta.p-matrix-proceed {
    font-weight: bold;
    color: #ffffff;
    background: #f78523;
    display: flex;
    align-items: center;
    line-height: 1.2rem;
}

/* End Order Summary */

.product_top_section .product_subtitle{
  display: inline-block;
}


.sidebar_box{
  position: relative;
}

#content .p-matrix-proceed{
  font-size: 1.5rem;
  padding:15px 30px;
  font-weight: 800;
}

.tot-mat span.CurrencySymbol,
.p-matrix-cost{
  font-weight: 800;
  font-size:1.5rem;
}

.img-w-txt .w-row{
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.img-w-txt .w-row:before {
content:unset;
display:none;
}

#content a.cta.optionscta:hover{
  background-color: transparent;
}

.singl-col{
  min-height:400px;
  position: relative;
}

.banner{
  padding:0;
  background-color:transparent;
}

.centered h1, .centered h2, .centered h3{
  margin:2rem 0;
  margin-top:0;
}
.singl-col h1{
  font-size:4rem;
  color:#FFF;
  margin: 0;
  line-height: 1;
  margin-top: 7rem;
}

.sidebar_box h3{
  color:#FFF;
  margin:0;
}

.sidebar_box_content{
  padding:0;
  color:#FFF;
}

.whitesection #google-reviews .review-item{
	background-color:#f7f7f7;
}

section.reviews.colorsection span.star-base span.rating {
filter:brightness(0);
}
.product-nav > ul{
  list-style: none;
  list-style-type: none;
  margin:0;
  padding:0;
}
.product-nav li{
  display: inline-block;
  position: relative;
}
.product-nav li > a{
  color:#FFF;
  padding:5px 10px;
  display: inline-block;
  font-size:0.9rem;
  position: relative;
}

.nav-header{
  padding:0 20px;
}

#design .products_menu_container{
	width:1300px;
}

#design .products_menu_templates{
	display:flex;
	flex-wrap:wrap;
}

#design .products_menu_templates a{
	width:25%;
	padding:5px;
}

#AllProducts{
	width:1400px;
}

.template_detail #myTab.r-tabs .r-tabs-nav .r-tabs-anchor{
	padding:15px 20px;
}

.template_detail #myTab .r-tabs-panel{
	background-color:#f7f7f7;
}

.template-head{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:1.5rem;
}

#tab-2 .template_container{
	margin-bottom:1rem;
}

#prod-iframe .r-tabs-nav .r-tabs-state-active a.r-tabs-anchor{
background-color: #0098db;
color:white;
}

#prod-iframe #original {
padding:0;
}

#prod-iframe .r-tabs-panel {
padding:0;
}

.in-iframe-view body.iframe-mode .site-header {
display:none;
}

.in-iframe-view body.iframe-mode .p-thumbs {
margin-top:2rem;
}

.in-iframe-view body.iframe-mode .site-footer, .in-iframe-view body.iframe-mode .footerlinks  {
display:none;
}

.in-iframe-view body.iframe-mode {
background-color:#F5F5F5;
}


.in-iframe-view section#buyingoptions {
background-image: linear-gradient(to bottom, #F5F5F5, #F5F5F5);
}

.in-iframe-view #cookie-law-info-again, .in-iframe-view .grecaptcha-badge, .in-iframe-view .image-nav{
display:none!important;
}

.in-iframe-view #catalogue h1 {
margin-top:rem;
}

.in-iframe-view .r-tabs-panel.r-tabs-state-active {
background-color:white;
border-bottom:0;
}

.product-options .r-tabs-accordion-title.r-tabs-state-active span {
color:white;
}

@media only screen and (max-width: 480px) {
	.home .slide{
	    padding-top: 7rem;
	}
	.slide .w-col{
		min-height:auto;
	}
	.slider-section .slide_image{
		height:200px;
	}
	footer ul#menu-footer-menu li ,footer ul#menu-extra-menu li {	
		padding: 0.5rem 0;
		
	}
}
.header-msg{
  background-color: #0098db;
  color:#FFF;
  font-weight: normal;
  padding: 3px 20px;
  text-align: center;
  margin-bottom:15px;
  margin-top:15px;
}

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

.removepadding{
	padding-top:0;
}

img.main_logo.light, .home img.main_logo.light  {
    height: 48px;
    width: 165px;
}

.slide_content h2,.message {background-color: transparent!important;}

.slick-active img.slide_image, img.slide_image {
    margin: 0 auto;
    opacity: 1!important;
}
#reloadOrderTemplate {
    display: inline;
    padding: 10px 20px;
}

@media only screen and (max-width: 1650px) {
	.main_header .w-col-12{
		padding:0;
	}
	.main-navigation li a{
		font-size:0.9rem;
		
	}
}

@media only screen and (max-width: 1536px) {
	.home .slide{
		height:70vh;
	}
	#design .products_menu{
		width:100%;
	}
	#design .products_menu_container{
		width: 1100px;
	    	left: -680px;
	}
	#design .products_menu_container:before{
		left: auto;
    		right: 347px;
	}
	#design .products_menu_templates{
		width:85%;
	}
	#design a.products_menu_image,
  .page-template-ops-checkout .featherlight .featherlight-content a.readmore {
  	color:white;
  }

  .page-template-ops-checkout .featherlight .featherlight-content {
   	min-width:200px;
  	min-height:150px;
  }

  .page-template-ops-checkout  .featherlight.featherlight-iframe .featherlight-content {
      min-width: 90%;
      max-width: 90%;
      max-height:100%;
      
  }
  .featherlight.featherlight-iframe .featherlight-content  {
    overflow: hidden;
  }

  body.noGreySection {
      background-color: #fff;
  }
  .noGreySection .greysection {
      background-color: #fff;
  }

  .featherlight .featherlight-content .lightbox.featherlight-inner p {
  	margin-right: 50px;
  }
  .page-template-ops-checkout .featherlight-inner .grecaptcha-badge{
       	display:none;
  }
}

/* LW New Content Blocks 04/11/22 */
/* Cta Block*/
.cta-block{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  color: #FFF;
}

.cta-block h2{
  color: #FFF;
  margin: 0;
  text-transform: uppercase;
}

#content .cta-block a.readmore{
  text-transform: uppercase;
  border-radius: 50px;
  font-size: 1.5rem;
  display:flex;
  align-items:center;
  justify-content:center;
}
/* Cta Block end*/

/* Image-button block*/

.image-cta{
  padding: 17px 0;
}

.heading-container{
  margin-top: 35px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.heading-container .heading-h1{
  min-height:135px;
  display:flex;
  align-items:flex-end;
  margin-bottom: 30px;
}

.heading-h1 h1{
  font-size:55px;
  color:#FFF;
  margin:0;
}

.heading-container .heading-h2{
  min-height:auto;
  margin-bottom:40px;
}

.heading-container h2{
  color:#FFF;
}

.button-flex {
  display: flex;
  column-gap: 35px;
}
#content .button-flex a.readmore{
  border-radius: 25px;
  min-width: 170px;
  padding: 0;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .button-flex a.readmore.button-2{
  background-color: transparent;
  border: 4px solid;
}

/* Image-button block end*/

/* Image Row*/
.image-row{
  padding: 20px 0;
}
.image-cta-container{
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-cta-container img{
  max-width: 200px;
}

@media only screen and (max-width: 480px) {
  .image-cta-container{
    flex-direction: column;
  }
  .image-cta-container img{
    max-width: none;
    width: 100%;
  }
  .button-flex {
    display: flex;
    column-gap: 15px;
    justify-content: center;
  }
  .in-iframe-view body.iframe-mode .product_top_section div.image-nav {
  display:none;
  }
  .in-iframe-view body.iframe-mode #catalogue h1 {
  margin-top:1rem;
  }
  .blogpage-row {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* New Content Blocks End */

#SaveReference {
display: flex;
align-items: center;
}
#myaccount .myaccount-action a {
margin-bottom: 10px;
    margin-left: 10px;
}

.deladdress-toggle.btn{
	background-color: #f78523;
}

form.contact-form-1 p:not(.field-label) {
    margin-bottom: 0;
}

.field-label {
margin-bottom:0;
}

.design_readmore span {
display: flex;
    align-items: center;
    justify-content: center;
  font-size: 1.5rem;
}

.design_readmore span strong {
  font-size: 1.5rem;
}

.feat-list-contain {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}
.featured-lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    width: max-content;
}
.featured-lists:before {
content: unset;
display:none;
}
.features {
    text-align: left;
    margin: 0;
    list-style: none;
    padding-left: 0;
    width: max-content;
}
.feature-link {
    transition: 0.20s;
}
.features li {
     position: relative;
    padding-left: 1.5rem;
    width: max-content;
}
.features li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    position: absolute;
    left: 0;
    top: 0;
    color: #5c4db2;
}
.features li:before, .examples .slick-dots li button:before, .examples .slick-dots li.slick-active button:before, .testimonials .fa-star {
    color: #f1592a;
}
/* Desktop: use grid */
.img-w-txt .w-row {
    display: grid;
    grid-template-columns: 1fr 1fr; /* side by side */
}

/* Swap order on desktop via alignment */
.img-w-txt .w-row.align-left {
    grid-template-areas: "image content";
}

.img-w-txt .w-row.align-right {
    grid-template-areas: "content image";
}

/* Assign grid areas */
.img-w-txt .sidecontent {
    grid-area: content;
}

.img-w-txt .sideimage {
    grid-area: image;
}

/* Tablet & Mobile: switch to Flexbox and stack vertically */
@media (max-width: 1024px) {
    .img-w-txt .w-row {
        display: flex;           /* switch to flex */
        flex-direction: column;  /* stack items */
    }
.nav-header {
display:none;
}
    .img-w-txt .sidecontent,
    .img-w-txt .sideimage {
        width: 100%;             /* full width when stacked */
        grid-area: unset;        /* cancel grid areas */
    }
}

@media only screen and (max-width: 1050px) {
  #description_tabs li, #description_tabs li.active{
    float:none;
    margin-bottom: 10px;
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  #description_tabs li, #description_tabs li.active{
    float:left;
    margin-bottom: 0;
  }
  .summary_column .summary {
    display: flex;
    gap: 0.5rem;
    justify-items: center;
    flex-direction: column;
    align-items: center;
}
}
@media only screen and (max-width: 540px) {
  #description_tabs li, #description_tabs li.active{
    float:none;
    margin-bottom: 10px;
    width: 100%;
    text-align:center;
  }
}
@media only screen and (max-width: 380px) {
.summary_column .order_summary_bottom {
    display: flex !important;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.page-template-ops-products #content .summary_column .order_summary_bottom .cta.central_cta.quote_cta.email_cta, .page-template-ops-products #content .summary_column .order_summary_bottom .cta.central_cta.quote_cta.last_cta.p-matrix-proceed {
    max-width: 180px;
    padding: 8px 20px;
    font-size: 15px;
    display: flex;
    justify-content: center;
}
.page-template-ops-products #content .summary_column .order_summary_bottom .cta.central_cta.quote_cta.email_cta, .page-template-ops-products #content .summary_column .order_summary_bottom .cta.central_cta.quote_cta.last_cta.p-matrix-proceed {
    max-width: unset;
    width:100%;
}
}
