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

/* =============
FONTS
================*/
@font-face {
	font-family: NerisThin;
	src: url(fonts/Neris-Thin-webfont.woff);
}
@font-face {
	font-family: NerisLight;
	src: url(fonts/Neris-Light-webfont.woff);
}
@font-face {
	font-family: NerisSemibold;
	src: url(fonts/Neris-SemiBold-webfont.woff);
}
@font-face {
	font-family: NerisBlack;
	src: url(fonts/Neris-Black-webfont.woff);
}

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

body{
	font-family: NerisLight;
	color:#808285;
	font-size: 16px;
    line-height: 1.7rem;
}
body.page{
	background-color: #00d1d9;
}

h2 {
    font-size: 1.8rem;
    font-family: NerisThin;
    color:#808285;
    margin:1rem 0;
}

h3{
	color:#4c4c4c;
	margin:1rem 0;
	margin-top: 0;
}

#content{
	background-color: #FFF;
}
.whitesection{
	background-color: #FFF;
}
.greysection{
	background-color: #F5F5F5;
	color:#4c4c4c;
}
.greysection h2 {
	color:#4c4c4c;
}
.darkgreysection{
	background-color: #eee;
}
.colorsection{
	background-color: #4c4c4c;
	color:#FFF;
}
a, a:visited{
	text-decoration: none;
	color:#00d1d9;
}

a:hover{
	color:#95287c;
}


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

@media screen and (max-width: 1100px) {
	.w-container{
		max-width: 940px;
	}
}

@media screen and (max-width: 991px) {
	.w-container{
		max-width: 768px;
	}
}
@media screen and (max-width: 768px) {
	.w-container{
		max-width: 640px;
	}
}

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

#myaccount .checkout-action a.cta:visited,
#myaccount .checkout-action a.cta:active,
#myaccount .checkout-action a.cta:focus{
	color:#FFF;
}

#myaccount a.cta.solid.purple,
#myaccount a.cta.solid.purple:visited{
	color:#00d1d9;
}
#myaccount .checkout-action a.cta.solid.purple, 
#myaccount .checkout-action a.cta.solid.purple:visited {
	color:#FFF;
}
a.cta{}
.cta, input[type="submit"], header .cta_container a {
	  background-color: #00d1d9;
}

/* =============
HEADER
================*/
#masthead{
	background-image: linear-gradient(to right, #424143 , #969499);
	background-position: center;
        background-size: cover;
}

.search_link form input[type="text"]:focus , .search_link form input[type="text"]{
    outline: none;
    border: none;
    border-bottom: none;
    color: #FFF;
    padding:4px 10px;
}

/* CONTACT */


.phone, .email{
	display: inline-block;
	float:right;
	margin-left: 5px;
	margin-top: 3px;
}
.phone a, .email a,.phone a:visited, .email a:visited{
	border:1px solid #fff;
	border-radius: 20px;
	color:#fff;
	transition: 0.2s ease-in-out;
}
.phone a:hover, .email a:hover{
	color:#fff;
	border:1px solid #fff;
}
.phone a {	
	padding:5px 10px;	
}
 .email a{
	padding:5px 8px;
}
.phone span, .email span{
	display:none;
	transition: 0.2s ease-in-out;
}
.phone span.show, .email span.show{
	display:inline-block;
}
/* LOGO */
h1.site-title{
	text-align: center;
	margin:0;
	padding: 26px 0;
}
h1.site-title a, h1.site-title a:visited{
	color:#808285;
	display: inline-block;
}
@media screen and (max-width: 768px) {
	#masthead{
		position: fixed;
		z-index: 99999;
	}
	#content{
		padding-top: 4.5rem;
	}
}
/* ACCOUNT LINKS */

.account_links{
	margin-top: 3.5rem;
}

@media screen and (max-width: 991px) {
	.account_links{
		margin-top: 2rem;
	}
}

/* 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_link{
	height: auto;
	width: auto;
	line-height: normal;
	color:#fff;
	border:1px solid #fff;
	border-radius: 20px;
	padding:5px 9px;
	font-size: 16px;
	overflow: initial;
}

.account_link:hover{
	color:#fff;
	border:1px solid #fff;
}
.account_link:visited{
	color:#fff;
}
.account_link:visited:hover{
	color:#fff;
}

/* Search*/
.account_link.search_link{
	padding: 5px 8px;
}
.search_link.active{
	width: 160px;
}
.searchform{
	width: 130px;
	right: 25px;
	height: auto;
	line-height: normal;
}
.searchform input[type="text"]{
	border:none;
	background-color: transparent;
}
.search_link i, .search_link.active i{
	line-height: normal;
}

/* NAVIGATION */
.main-navigation ul{
	text-align: left;
}
.main-navigation li{
	float: none;
	display: inline-block;
    position: relative;
    text-align: center;
    padding: 10px 15px;
    padding-bottom: 15px;
    
}
.main-navigation li a{
	color:#fff;
}
.main-navigation li a:hover{
	color:#fff;
}
ul.products_menu_list li > ul > li > a:hover{
	color:#00d1d9;
}
ul.products_menu_list > li a:hover{
	color:#00d1d9;
}
.header-contact{
	display: block;
}

@media screen and (max-width: 1150px) {
	.main-navigation li{
		padding: 10px 6px;
	}
}

@media screen and (max-width: 991px) {
    .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;
	}
}

.main-navigation{
	background-color: #000;
}


/* Mega Menu*/
.main-navigation ul.products_menu_list{
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    position: absolute;
	top: 0px;
	width: 100%;
	min-width: 1200px;
	min-height: 450px;
	background-color: #f7f7f7;
	left: 160px;
	padding: 20px;
	-webkit-column-count: 7;
	-moz-column-count: 7;
	column-count: 7;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	list-style-type: none;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding:20px;
	}
ul.products_menu_list > li, ul.products_menu_list li > ul > li > a{
	text-align: left;
	font-size:0.9rem;
}

ul.products_menu_list > li a{
	color:#00d1d9;
	width:auto;
	    padding: 0;
    padding-bottom: 5px;
}
.main-navigation ul ul.products_menu_templates{
    padding: 1.5rem 20px 0.5rem;
}
.main-navigation ul ul.products_menu_list{
	column-gap: 20px;
	font-size: 1rem;
}

.menu-parent{
	font-weight:bold;
}

.menu-item-object-custom {
	background-color: #00d1d9;

}
.menu-parent:after{
	font-family: 'Fontawesome';
	content:'\f0d7';
	position: absolute;
	top:27px;
	left:41%;
	font-size: 0.9rem;
}

.main-navigation ul ul.products_menu_list{
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.products_menu_container{
	top:63px;
	min-width:700px;
	width:auto;
}
.products_menu{
	min-height: 400px;
}

.main-navigation ul ul.products_menu_list.popular{
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 6;  
}
ul.products_menu_list.popular li{

	padding:0;
}
/*ul.products_menu_list.popular li a{
	font-weight: normal;
	color:#888;
}*/
ul.products_menu_list > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom:1rem;
}
/* =============
FOOTER
================*/
footer{
	background-color: #00d1d9;
	padding-top: 1rem;
	background-image: linear-gradient(to right, #424143 , #969499);
	background-position: center;
	background-size: cover;
}
footer h3{
	margin:0.5rem 0;
	color:#FFF;
}
ul#menu-footer-menu{
	columns: 2;
}
ul#menu-footer-menu li{
	line-height: 1.6rem;
	
}
ul#menu-footer-menu li a{
	color:#fff;
}
ul#menu-footer-menu li a:hover{
	color:#FFF;
}

@media screen and (max-width: 768px) {
	.footer-box{
		margin-bottom: 1rem;
	}
	ul#menu-footer-menu{
		columns: 1;
	}
}

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

a.social{
	background-color: transparent;
	padding:5px;
	margin:0;
}
a.social i{
	color:#fff;
	font-size: 1.8rem;
}

a.social:hover i{
	color:#FFF;
}

.card-types i{
	font-size: 1.8rem;
	padding:1px;
}
.footer-box{
	/*background-color: #00d1d9;*/
	padding:20px;

}

/* Slider*/
.slide{
	background-color: #ffffff;
	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 h2, .slide_content h1{
	font-family: 'NerisThin';
	font-size: 3rem;
	line-height: 3.5rem;
	color:#4c4c4c;
	border-left: /*10px solid #00d1d9*/ none;
	background-color: #FFF;
	padding-left: 1rem;
    padding: 10px 50px;
}

.message{
	color:#4c4c4c;
	border-left: /*10px solid #00d1d9*/ none;
    padding: 20px 50px;
    font-size: 1.1rem;
}
.badge{
	float: right;
	display: inline-block;
	width: auto;
	background-color: #4c4c4c;
	color:#FFF;
	border-radius: 10px;
    padding: 5px 10px;
    margin-right: 10px;
    font-family: 'NerisSemibold';
}

.list_title{
	color:#00d1d9;
}
.slide a.readmore{
	background-color: #00d1d9;
	color:#FFF;
	font-size: 1rem;
	float: right;
	display: inline;
	margin-right: 40px;
}

header#masthead{
	height: auto;
}

@media screen and (max-width: 991px) {
	header#masthead{
		height: auto;
		width: 100%;
	}
	/* Mobile Menu*/
	#masthead i.fa-times, #masthead i.fa-bars{
		top: 2rem;
    	right: 1rem;
    	color:#FFF;
	}
	#mobile_nav{
		width: 300px;
		    z-index: 999999;
	}
	.mobile_icons{
		background-color:#00d1d9;
		padding-left: 8px;
	}
	.mobile_icons a, .mobile_icons a:visited, .mobile_icons a:active, .mobile_icons a:hover, .searchicon{
		color:#FFF;
	}
	.mobile_button{
		right:1rem;
	}
	.mobile_button.fa-close{
		font-size: 2rem;
	}
	.account_links .phone, .account_links .email{
		display: none;
	}
	.mobile_icons .phone a, .mobile_icons .email a, .mobile_icons .phone a:visited, .mobile_icons .email a:visited{
		border:none;
		color:#FFF;
		cursor: pointer;
		padding:0;
	}
	.mobile_icons .phone a:hover, .mobile_icons .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: 20px;
	}

	
}
@media screen and (max-width: 767px) {
	header#msthead{
		height:90px;
	}
	.slide{
		padding:1rem;
	}
	.slide_content{
		margin:0 30px;
	}
	img.slide_image{
		height: 150px;
		margin: 30px auto;
	}
	
	h1.site-title img{
		width: 500px;
		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;
	}
	h1.site-title img{
		width: 250px;
		float: left;
		margin-top: 8px;
	}
	img.slide_image{
		height: 150px;
		margin: 15px 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;
	color:#00d1d9;
}

.slider-section .slick-dots li button:before, .slider-section .slick-dots li.slick-active button:before{
	color:#00d1d9;
}

/* Single Column*/
.banner h3{
	color:#FFF;
}
.banner-content{
	margin-bottom: 1rem;
}

/* Feature Icons */
.benefit h3{
	color:#4c4c4c;
}
.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 {  background-color: #00d1d9;  color: white;}
.slider-for .slick-prev:before, .slider-for .slick-next:before {  color: #00d1d9;  font-size: 2rem;}
@media only screen and (max-width: 680px) {
  .slider-for .slick-prev:before, .slider-for .slick-next:before {  color: #00d1d9;  font-size: 1.5rem;}
}


/* Sidebar */

a.sidebar_box h3{
	background-color:#00d1d9;
}
.sidebar_box_content{
	color:#808285;
}

/* Design Funnels*/

.funnel h2{
	margin-top: 0;
}

.funnel i{
	border:1px solid;
	padding: 1rem;
    border-radius: 50%;
    font-size: 3rem;
    text-align: center;
    margin:1rem;
    color:#00d1d9;
}

.funnel h3{
	margin-top: 1.2rem;
	margin-bottom: 0;
	color:#4c4c4c
}
.funnel p{
	color:#00d1d9;
	margin-top:0;
	line-height: 1.5rem;
}

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

/* Graphic Links */

.solutions {
	text-align: left;
}
.whitesection .single_solution{
	background-color: #f7f7f7;
}
.single_solution{
	background-color: #FFF;
    overflow: hidden;
}
.single_sol_img{
	width: 100%;
	max-width: none;
}
.single_sol_content{
	padding:20px;
}
h3.single_sol_h3{
	font-size: 1.5rem;
	font-family: 'NerisThin';
	text-align: left;
	color:#4c4c4c;
}
.single_sol_content h4{
	margin:0;
	font-family: NerisSemibold;
    font-size: 1.4rem;
    color:#00d1d9;
}

.single_solution p{
	margin-bottom: 0.5rem;
}

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

}

/* Feature List */
.features li:before{
	  color: #00d1d9;
}

/* Portfolio*/
.examples .slick-dots li button:before {  color: #00d1d9;  opacity: 1;  font-size: 1rem;}
.examples .slick-dots li.slick-active button:before {/*  content: "\f111";*/  color: #00d1d9;}

/* Sample Pack */

.sample-pack{
	background-color: #00d1d9;
    overflow: hidden;
}
.sample-pack h2{
	color:#FFF;
}
.sample-pack a.readmore{
	border:1px solid white;
	color: #FFF;
	border-radius: 15px;
	background-color: transparent;
    font-weight: bold;
}
.sample-pack a.readmore:hover{
	background-color: #FFF;
	color: #00d1d9;
}
.sample-pack a.readmore i{
	transition: 0.2s;
    transform: translateX(0);
}
.sample-pack a.readmore:hover i{
	transform: translateX(3px);
	color: #00d1d9;
}
.sample-image{
	position: relative;
}
.sample-image img{
	position: absolute;
	bottom: 0;
}

/* Price List */

div.matrix th.red {
    background-color: #00d1d9;
    border: 1px solid #00d1d9;
}

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

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

.solution h3{
	background-color: #4c4c4c;
	overflow: hidden;
}
a.solution{
	background-color: #00d1d9;
	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;
}
.clientname{
	color:#00d1d9;
}
@media screen and (max-width: 991px) {
	.testimonial{
		margin-bottom: 1rem;
	}
}

/* Grid Section*/
a span.gridtitle, a:visited span.gridtitle{
  color:#00d1d9;
  font-size: 1.2rem;
  
}

/* Tabs*/

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

.tab .r-tabs .r-tabs-nav .r-tabs-tab{
	background-color: #00d1d9;
}

.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-anchor{
	background-color: #00d1d9;
}
.tab div.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor { background-color: #00d1d9; color:#FFF ;}
.tab div.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {  color: #00d1d9;}

.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;
	color: #00d1d9;
	padding: 10px 30px;
}
.whitesection.tab .r-tabs .r-tabs-nav .r-tabs-anchor{
	padding: 10px 30px;
}

/* Breadcrumbs \(ovo)/ */

.p-thumbs a, .p-thumbs a:visited{
	color: #00d1d9;
}

/* PRODUCT PAGE*/

#home h1, #catalogue h1, #designs h1{
	color:#00d1d9;
}

a.listing-product-name, a.listing-category-name, a.listing-category-name:visited, a.listing-product-name:visited{
	color:#00d1d9;
}
.product-content{
	background-color: #FFF;
	padding:20px;
	margin-top: 1rem;
}
.checkout-action a{
	background-color: #00d1d9;
	color:#ffffff;
	margin-left: 0;
}
.checkout-action a:hover{
	color:#FFF;
}
.p-matrix-cost{
	color:#00d1d9;
	font-size: 1.3rem;
}
.p-maincontent section.whitesection{
	padding:0;
}
.p-maincontent-image{
	position: relative;
	left:-300px;
	height: 500px;
	overflow: hidden;
	width: 140%;
}
@media screen and (max-width: 1024px) {
    .p-maincontent-image{
    	left: -190px;
	}
}
@media screen and (max-width: 991px) {
	.p-maincontent-image{
		position: relative;
		left:0;
		height: 400px;
		overflow: hidden;
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.product-content{
		margin-top: 2rem;
	}
	.p-maincontent .whitesection{
		padding-top: 0;
	}
	.p-maincontent-image{
		position: relative;
		left:0;
		height: 200px;
		overflow: hidden;
		width: 100%;
	}
	.p-maincontent-image img{
		position: absolute;
		top:0;
	}
}

/* TABS */


.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor{
	background-color: #00d1d9;
	color:#FFF;
	border:none;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor{
	background-color: #00d1d9;
	border:1px solid #eee;
}
.r-tabs .r-tabs-panel{
	padding:0;
	padding-top: 1rem;
	border:none;

}


#custom5, #custom6, #ContentBottom  {
	padding:30px;
}

#p-matrix-options-container{
	margin:0 50px;
	margin-bottom: 30px;
}
#p-matrix-options-container h2{
	font-family: 'NerisThin';
}
h1.product-name{
	font-family: 'NerisThin';
}

/* SCHEDULER */

.countdown{
	background-color: #4c4c4c;
	display: inline-block;
	width: 100%;
	padding:10px;
}
.countdown-header{
	margin: 0;
    font-size: 1.9rem;
    line-height: 3.9rem;
    text-align: center;
    font-family: 'NerisThin';
}
.p-schedule-date{
	float: none;
    font-size: 1.7rem;
    line-height: 2rem;
}
.p-schedule-head{
	float: none;
}
.p-schedule-wrapper{
	width: 100%;
	text-align: center;
	margin:0;
	background-color: #FFF;
	padding:9px 39px;
	color:#4c4c4c;
}
#cutOffCountdown{
	margin-bottom: 0;
}
#cutOffCountdown .countdown-amount{
	background-color: transparent;
	color:#FFF;
	font-size: 2rem;
	display: block;
}
#cutOffCountdown .countdown-period{
	color:#FFF;
	display: block;
	font-size: 1rem;
	margin-top: 0;
	padding-top: 0;
}
.countdown-section{
	position: relative;
}
.countdown-section:after{
	content:':';
	color:#FFF;
	position: absolute;
	top:20%;
	right:0;
	font-size: 2rem;
}
.countdown-section:last-child:after{
	display: none;
}
.schedule-message{
	text-align: center;
}
.countdown h3{
	color:#FFF;
	margin-bottom: 0;
	margin-top: 0.4rem;
}

span.countdownsection{
	padding-top: 0;
}
@media screen and (max-width: 991px) {
	.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;
	}
}

/* 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{
	background-color: #4c4c4c;
	width: 24.8%;
	text-align: center;
}
.template-box-sets .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor{
	color:#808285;
	border-radius: 0;
	width: 100%;
	text-align: center;
	font-size: 1rem;
}
.template-box-sets .r-tabs .r-tabs-nav .r-tabs-state-default .r-tabs-anchor{
	width: 100%;
	font-size:1rem;
	background-color: #00d1d9;
	color:black; 
}
div#templates{
	padding: 1rem 50px;
}
div#templates h2{
	display: inline-block;
	font-family: 'NerisThin';
}
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;
	font-family: 'NerisThin';
}

a.optionbutton,a.listing-product-link, a.form-submit{
	border-radius: 10px;
    padding: 8px 20px;
    display: inline-block;
    text-align: center;
    color: #FFF;
    background-color: #00d1d9;
}

a.optionbutton i{
	margin-left: 10px;
}
.filter_block h2,
#filters h3{
	margin:0;
}
.filter-more a,.filter-less a{
	color:#00d1d9;
	font-family: 'NerisSemibold';
}
.filter-more:before{
	font-family: 'Fontawesome';
	content:'\f0d7 ';
	margin-right: 5px;
	color:#00d1d9;
}
.filter-less:before{
	font-family: 'Fontawesome';
	content:'\f0d8 ';
	margin-right: 5px;
	color:#00d1d9;
}

/* Total Bar*/
.summary{
	background-color: #4c4c4c;
	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{
	display: inline-block;
	font-size: 1.2rem;
	margin:0 20px;
}

.summary_attribute, .summary_attribute_title{
	display: inline;
	font-size: 1.5rem;
}
.order_summary_bottom {
    text-align: right;
}
a.cta.central_cta.quote_cta.last_cta.p-matrix-proceed{
	margin-bottom: 0;
	width: 49%;
	text-align: center;
	border:0px;	
	color:#FFF;
	background-color: #00d1d9;
    	border: 1px solid #00d1d9;
   	border-radius: 0;
}
a.cta.central_cta.quote_cta.last_cta.p-matrix-proceed:hover{
	color:#FFF;
}
a#lightboxTest{
	color:#FFF;
	text-align: right;
	border-radius:0;
	border:none;
}
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: 49%;
	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: #f5f5f5;
}
.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;
}

a.listing-product-name,a.listing-product-name:visited{
	color:#808285;
}

.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;
}
.new-customer, .existing-customer{
	background-color: #FFF;
}
.login-forgotpassword input[type="submit"]{
	border:none;
	background-color: transparent;
	padding:0;
	margin:0;
	color:#00d1d9;
}
#checkout-action-login input[type="submit"]{
	border:none;
	background-color:#00d1d9;
	margin:0;
	color:#FFF;
	padding:10px 20px;
}

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

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

/* 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"]{
	border:none;
	background-color: #00d1d9;
	color:#FFF;
}

/* FAQ */

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

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

/*Designs*/

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

#tc-prices #p-matrix-options-container{
	margin:0 ;
}
#tc-prices .proceed_box{
	margin-top: 0;
	padding:0;
}

.template_detail,.proceed_box{
	background-color: #FFF;
	padding:20px;
}

.btn.secondary.lonebutton{
	background-color: #00d1d9;
	color:#FFF;
}

/* Design Steps */

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

.editor_tool.next{
	background-color: #00d1d9;
}
.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;
}
.template-proof.r-tabs .r-tabs-nav .r-tabs-tab{
	background-color: #00d1d9;
}

/* Quotation System */

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

/* Calculator*/

#catalogue .whitesection{
	padding: 0;
}

.tabs_column #prices{
	padding:30px;
}

/* Calculator Summary*/
#catalogue .tabs_column .summary_container{
	display: block;
	margin-top: 0;
}
.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: 1px solid #808285;
    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;
}
.p-matrix-price:hover, .p-matrix-price-active{
	background-color: #00d1d9;
}
.p-matrix td a, .p-matrix th a{
	color:#808285;
}

/* Checkout */

#checkout h1{
	margin:1rem 0;
}

.cartsteps-cell-active{
	background-color: #808285;
}
/* 09-05-2019 MM: Updated so the link on the cart page shows correctly when no delivery methods have been selected */
.checkout-action p.cart-view{
    background-color: #00d1d9;
    color: #ffffff;
    display: inline-block;
}
#content.site-content{
	background-color: #f5f5f5;
}
#checkout p{
	margin:0;
}

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

.cartbox-cell .fa{
	font-size: 2rem;
	color:#00d1d9;
}
.checkout-action{
	margin-bottom: 1.8rem;
}
.checkout-action a.cart-view, .checkout-action a#checkout-continue, }
.checkout-action a.cta.solid.purple{
	background-color: #00d1d9
}
.checkout-action input[type="submit"]{
	padding: 8px 20px;
	font-size: 14px;
}

/* 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;
}
.blog h2.entry-title a{
	color:#808285;
}
time.entry-date.published, a.url.fn.n{
	color:#808285;
	font-weight: bold;
}

section.widget a, section.widget a:visited{
	color:#808285;
}
.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{
	color:#808285;
}
.comment-body a.comment-edit-link{
	color:#00d1d9;
}
.comment-body a.comment-reply-link{
	color:#FFF;
	background-color: #00d1d9;
	padding: .6em 1em;
	border-radius: 3px;
}
.nav-links a{
	color:#808285;
}
/* MH - 2/11/2018 -  Moved error/success box message on large format products to the left */
.p-matrix-success {
	bottom: 20px;
	left: 20px;
	display:inline-block;
	width:350px;
}
.p-matrix-success h3{
	display:inline-block;
}
.p-matrix-success p {
	padding: 0px;
	text-align: left;
	color: white;
}

select#del0 {
    border: 1px solid red;
}

/* FW 20-12-2018 - limit height of new discount printing logo */
.site-title img {
max-height: 100px;
}

@media screen and (max-width: 480px) {
	.p-matrix-attributegroup, .p-matrix-attributes{
		width:100%;
	}
}

.cart-discount{
float:left;
width:40%;
}
#cartform{
float:right;
width:40%;
}

textarea#ArtworkNotes{
background-color:#FFF;
}

button#cart-proceed-link, .cart-discount .form-submit{
	display: block;
    background-color: #00d1d9;
    color: #4f5858;
    padding: 0.75rem 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    text-align: center;
    font-weight: bold;
    float:right;
}
 /*
.p-matrix-success.removeErrorBox {
	display:none;
}
*/

  #prod-iframe.r-tabs {
    position: relative;
    background-color: transparent;
    border-top: 0px solid rgb(0, 197, 173);
    border-right: 0px solid rgb(0, 197, 173);
    border-left: 0px solid rgb(0, 197, 173);
    border-bottom: 0px solid rgb(0, 197, 173);
    border-radius: 0px;
}
#prod-iframe.r-tabs .r-tabs-nav .r-tabs-tab {
    background-color: #812b85;
    width: 24.8%;
    text-align: center;
}      
#prod-iframe.template-box-sets .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #808285!important;
    border-radius: 0;
    width: 100%;
    text-align: center;
    font-size: 1rem;
}         
#prod-iframe.r-tabs .r-tabs-nav .r-tabs-state-active  {
    text-shadow: none;
    background-color: white;    
        color: #808285;

}             
.product_description_container  a.cta {
    border: 1px solid #812b85;
    border-radius: 10px;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    background-color: transparent;
    color: #808285!important;
}        
.product_description_container  a.cta:hover {
    border: 1px solid #812b85;
    border-radius: 10px;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    background-color: #812b85;
    color: #fff!important;
}     
iframe.embedly-embed {
    width: 100%;
    height: calc(100% - 135px);
}

.product-slider { max-height: 365px; }    
.image-nav .slick-slide img {
    margin: 0 auto;
    display: block;
    max-height: 85px;
}            
.image-nav, .image-nav .slick-slide { height: 85px; }     
.image-nav .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}     
.image-nav { padding: 10px 50px; background: #fff; height: 105px}    
.image-nav .slick-prev:before, .image-nav .slick-next:before  {color: #812b85 }    
.image-nav .slick-prev:before:hover, .image-nav .slick-next:before:hover  {color: #000 }

.main-navigation ul ul.products_menu_list{
	height:600px;
}
/* Pre Flight Check*/
img#artworkPreviewImg {
    margin: auto;
    max-height: 350px;
}
div#preflight_image_preview .overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    background: rgb(0, 0, 0, 0.4);
    color: #fff;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease-in-out;
    font-size: 2.5rem;
    border-radius: 20px;
}
.upload-container{
	background-color:#f7f7f7;
	border-radius:20px;
	margin-bottom:1rem;
	display: inline-block;
	width: 100%;
	padding: 20px;
}
.upload-container.checklist{
	padding:20px;
}
.upload-container ul{
	text-align:left;
	list-style:none;
	margin:0;
	padding:0;
}
.upload-container ul li{
	position:relative;
	padding:10px 0;
	padding-left:40px;
}
.upload-container ul li.neutral:before{
	content:'\f111';
	font-family:'Fontawesome';
	position:absolute;
	left:0;
	font-size:1.5rem;
	color:#aaa;
	line-height: 1;
}
.upload-container ul li.fail:before{
	content:'\f00d';
	font-family:'Fontawesome';
	position:absolute;
	left:0;
	font-size: 0.9rem;
  padding: 0.3rem;
	background-color:#e4003b;
  color: #fff;
  line-height: 1;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
}
.upload-container ul li.pass:before{
	content:'\f00c';
	font-family: 'Fontawesome';
  position: absolute;
  left: 0;
  font-size: 0.9rem;
  padding: 0.3rem;
  background-color: #4fb59e;
  color: #fff;
  line-height: 1;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
}
.upload-container ul li.soft:before {
  content: '\f12a';
  font-family: 'Fontawesome';
  position: absolute;
  left: 0;
  background-color: #FF9800;
  color: #fff;
  font-size: 0.9rem;
  padding: 0.3rem;
  line-height: 1rem;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
}
.upload-container ul li.neutral:before{
	content:'\f111';
	font-family:'Fontawesome';
	position:absolute;
	left:0;
	font-size:1.5rem;
	color:#aaa;
	line-height: 1;
}
.imprint-message span.info-toggle{
	color:#e2400b;
	font-weight:bold;
}
.info-toggle{
	cursor:pointer;
}
.info-box{
	display:none;
	background-color:#FFF;
	margin-top:10px;
	padding:10px;
	border-radius:15px;
}
.upload-container .dropfile{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:20px;
	border:2px dashed #ddd;
	border-radius:20px;
}
.upload-desc{
	border:2px dashed #ddd;
	border-radius:20px;
	padding:20px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.upload-queue{
	display:none;
}
.file-row{
	display:flex;
	align-items:center;
	justify-content:space-between;
	/* 17-02-2023 MM: Added to space the column in the my data list */
	column-gap: 10px;
	border-bottom: 1px solid #ddd;
    	padding: 3px 0px;
}
/* 17-02-2023 MM: Added to break up the wording my my data list */
.filename {
    word-break: break-word;
}
.progressbar{
	width:100%;
	height:20px;
	border-radius:20px;
	background-color:#ddd;
	overflow:hidden;
}
.pending .progressbar:before {
  content: 'pending';
  display: block;
  text-align: center;
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.progress-counter{
	width: 5%;
	height:20px;
	background-color: #e4003b;
	overflow:hidden;
	position: relative;
	transition: 0.4s ease-in-out;
}
.file-info{
	width:80%;
	display:flex;
	    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
    line-height: 1.8;
}
.progressbar-container{
  padding: 3px 0px;
	width: 40%;
	border-radius:20px;
	display:none;
}
.progress-counter:after {
  content: "";
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background-image: linear-gradient(
    -45deg, 
    rgba(0, 0, 0, .1) 25%, 
    transparent 25%, 
    transparent 50%, 
    rgba(0, 0, 0, .1) 50%, 
    rgba(0, 0, 0, .1) 75%, 
    transparent 75%, 
    transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
/* Progress Bar custom colours */
.progress-counter{
	background-color:transparent;
	background-image:linear-gradient(45deg, #812b85, #e6355f);
}
.progress-counter.complete{
	background-image:none;
	background-color: #9ad175;
}
.progress-counter.complete:before{
	content:'Upload Complete!';
	position:absolute;
	color:#000;
	font-weight:bold;
	left: 37%;
	top: 1px;
	font-size: 13px;
	line-height: 1.4;
}
.progress-counter.complete:after{
	display:none;
}
.progressnav span{
	cursor:pointer;
	font-weight:bold;
}
#uploadFileCont .file-row{
	border:none;
}
.progress-counter.complete .deleteFile.artworkIcon{
	position: absolute;
    right: 10px;
    top: -3px;
    color: #000;
    font-size: 13px;
}
.progress-counter.complete i.uploadedDelete{
	position:relative;
	top:auto;
	left:auto;
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.upload-container {
  position: relative;
}
.pfNumberOfFiles, .pfTimeToLockout {
  position: absolute;
  top: -5px;
  right: 15px;
  font-size: 0.8rem;
  line-height:1rem;
  text-align: right;
}
.pfIcon i.uploadedDelete.fa.fa-trash {
  position: relative;
}
.pfIcon.deleteFile.artworkIcon {
  left: auto;
  top: auto;
}
span.pfIcon {
  color: white;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-align: center;
  cursor: pointer;
}
span.pfIcon.pfInfo {
  background-color: blue;
}
span.pfIcon.pfCheckSoft {
  background-color: orange;
  cursor: default;
}
span.pfIcon.pfCheckSuccess {
  background-color: #4fb59e;
  cursor: default;
}
span.pfIcon.pfCheckFail {
  background-color: #e4003b;
  cursor: default;
}
span.pfIcon.deleteFile.artworkIcon, span.pfIcon.pfCheckNone {
  background-color: #666666;
}
span.pfAwaiting {
  opacity: 0.5;
  cursor: default;
}
#pfAcceptCont {
  /* background-color: #ddd;
  margin: 1rem 0; */
  border-radius: 5px;
  padding: 10px;
}
#pfAcceptBtn i.fa-refresh {
  display: none;
}
#pfAcceptBtn.processing i.fa-refresh {
  display: inline-block;
}
button#pfAcceptBtn {
    padding: 10px 10px;
}
button.fileupload-btn, button#uploadMyFiles,button#pfAcceptBtn {
    min-width: 150px;
}
/* Pre Flight Check End */
