/*
Theme Name: Custom
Author: Thrive web design
Author URI: http://thriveweb.com.au/
*/

/*---------------------------- normalize ----------------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #f9ff51; color: black; text-shadow: none; }
::selection { background: #f9ff51; color: black; text-shadow: none; }

a { color: #00e; }
a:visited {  }
a:hover { color: #06e; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }




/*---------------------------- typography ----------------------------*/

h1, h2, h3, h4, h5, h6				{ position: relative; font-weight: normal;  margin-bottom: 10px; margin-top: 20px; line-height: 125%; }


h1									{ font-size: 60px; }
h2									{ font-size: 40px; }
h3									{ font-size: 32px; }
h4									{ font-size: 26px; }
h5									{ font-size: 18px; }
h6									{ font-size: 16px; }

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
p:first-child						{ margin-top: 0; }

p{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}

body, textarea, input{
	font-family: 'Muli', sans-serif;

	font-size: 18px;
	line-height: 140%;

	color: black;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6{
	color: black;
	font-weight: normal;
	font-family: 'Archivo Narrow', sans-serif;
	-webkit-font-smoothing: antialiased;
}

a{
	color: #F63D5B;

	cursor: pointer;
	text-decoration: none;
	outline: none;

	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:hover{
	text-decoration: none;
	color: #C21834;
}

blockquote{
	font-style: italic;
	font-size: 20px;
	line-height: 24px;
	color: gray;
	margin-left: 0;
	padding-left: 40px;
	border-left: dotted 2px silver;
}

.archivo{
	font-family: 'Archivo Narrow', sans-serif;
}

.muli{
	font-family: 'Muli', sans-serif;
}

/*-- Edit  --*/
.edit_link{
	position: fixed;
    bottom: 10px;
	z-index: 99999;

	background-color: white;
	color: #000000;

	margin: 0;
	padding: 5px 10px;


	display: inline-block;
	font-size: 11px;
	line-height: 8px;
}

.edit_link span{
	padding-left: 5px;
	margin-right: 5px;
	border-right: dotted 1px #eaede3;
}

.edit_link a{
	color: #F33C5A;
}

/*---------------------------- helpers ----------------------------*/

.center{
	max-width:1300px;
	margin: 0 auto;
	text-align:left;
	position:relative;
}

header .center{
	max-width: 1450px;
	padding-left: 10px;
	padding-right: 10px;
}

.clear{
	clear:both;
}

.fright{
	float:right;
}

.taright{
	text-align:right;
}

.tacenter{
	text-align: center;
}

.fleft{
	float:left;
}

.fright{
	float:right;
}

.alignright{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.alignleft{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

/*--- Images ---*/

.content_style img,
.wp-caption,
.wp-post-image,
a#logo img{
	width: 100%;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="wp-post-image"],
.wp-post-image,
a#logo img{
	height: auto;
}

img.size-full{
	max-width: 100%;
	width: auto;
}

/*---------------------------- header and body ----------------------------*/

body{
	background-color: white;
	margin-top: 55px;
}

header{
	top: 0;
	left: 0;

	position: fixed;
	width: 100%;
	z-index: 99999;
	background-color: #000000;
}

a#logo{
	position: fixed;
	top: -8px;
	left: -8px;
	z-index: 999999;

	display: block;
	text-align: center;

	max-width: 125px;
	width: 100%;

	cursor: pointer;
}

#head_cont{
	z-index: 600;
	position: relative;
}

a#logo:hover{
 -webkit-transform: rotate(24deg);
 transform: rotate(24deg);
}

#main{
	margin-top: 130px;
	margin-bottom: 130px;
}

#main.ow{
	margin-top: 180px;
}

/* ----- Full Size Nav -----*/

#menu-btn{
	display: none;
	position: absolute;
	right: 15px;
	text-align: 5px;
	color: white;
	font-size: 28px;
	top: 14px;
}

nav{
	position:relative;

	z-index:600;

	width: 100%;
}

nav ul{
	line-height:45px;

	z-index:400;

	margin:0;
	padding:0;

	text-align: right;
}

nav ul li{
	list-style:none;
	position:relative;

	margin:0;
	padding:0;

	display: inline-block;
	vertical-align: middle;

	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
}

nav ul li.menu-item-has-children a{
	padding-right: 18px;

	position: relative;
}

nav ul li.menu-item-has-children  a:after{
	content: '\f067';
	font-family: FontAwesome;
	position: absolute;

	right: 0px;
    top: 0px;

    color: white;
    font-size: 12px;
}

nav ul li.menu-item-has-children.sfHover a:after{
	content: '\f068';
	font-family: fontAwesome;
}

nav ul li a{
	color:white;

	text-decoration:none;

	font-size: 15px;

	display:inline-block;
	line-height:17px;

	text-transform:uppercase;
	position: relative;
}

nav ul li.current_page_item a,
.current_page_parent a{
	color:#F63D5B;
}

nav ul li a:hover{
	text-decoration: none;
	color:#F63D5B;
}

/* ----- Drop Nav -----*/

nav ul li ul{

	display: none !important;
	position: absolute;
    top: 55px;
    left: -75px;

    width: 225px;

    text-align: left;
    background-color: #000000;
}

nav ul li.sfHover ul{
	display: block !important;
}

nav ul li ul li{
	margin: 0;
	padding: 0;

	display: block;
}

nav ul li ul li a{
	padding: 20px 0px 20px 50px;
	display: block;
}

nav ul li.menu-item-has-children ul li a:after,
nav ul li.menu-item-has-children.sfHover ul li a:after{
	content: '';
}

nav ul li.current-menu-parent a{
	color: #F63D5B;
}

nav ul li.current-menu-parent li a{
	color: white;
}

nav ul li ul li a{
	color:white;

	background-position: left 10px center;
	background-repeat: no-repeat;
	background-size: 25px;
}

nav ul li ul li:nth-child(1) a{
	background-image: url(images/menu-item-1.svg);
}

nav ul li.sfHover ul li:nth-child(1) a:hover,
nav ul li.sfHover ul li.current_page_item:nth-child(1) a,
nav ul li.current_page_parent ul li.current_page_item:nth-child(1) a{
	color: #F63D5B;
}

nav ul li ul li:nth-child(2) a{
	background-image: url(images/menu-item-2.svg);
}

nav ul li.sfHover ul li:nth-child(2) a:hover,
nav ul li.sfHover ul li.current_page_item:nth-child(2) a,
nav ul li.current_page_parent ul li.current_page_item:nth-child(2) a{
	color: #6644F7;
}

nav ul li ul li:nth-child(3) a{
	background-image: url(images/menu-item-3.svg);
}

nav ul li.sfHover ul li:nth-child(3) a:hover,
nav ul li.sfHover ul li.current_page_item:nth-child(3) a,
nav ul li.current_page_parent ul li.current_page_item:nth-child(3) a{
	color: #4FF7E5;
}

nav ul li ul li:nth-child(4) a{
	background-image: url(images/menu-item-4.svg);
}

nav ul li.sfHover ul li:nth-child(4) a:hover,
nav ul li.sfHover ul li.current_page_item:nth-child(4) a,
nav ul li.current_page_parent ul li.current_page_item:nth-child(4) a{
	color: #C0F63D;
}


/*-- Content --*/

.content_style{

}

.content_style ul{
	margin: 0;
	padding: 0;
}

.content_style,
.content_style p,
.content_style li{
	list-style: none;
}

.content_style li{
	margin-left: 0;
	padding-left: 15px;
}

.content_style ul,
.content_style ol{
	margin-left: 20px;
}


/*-- Content --*/

.fcol{
	margin: auto;
	width: 100%;
}

.scol{
	width: 80%;
	margin: auto;
}

.lcol{
	float: left;
	width: 50%;
}

.rcol{
	float: right;
	width: 50%;
}

.contact .lcol{
	float: left;
	width: 45%;
}

.contact .rcol{
	float: right;
	width: 45%;
}

.wcol.image{
	margin-bottom: 80px;
}

/*--- Helpers ---*/

.absocenter{
	position: absolute;

	top: 50%;
	left: 50%;
	max-width: 80%;
	width: 100%;

	text-align: center;

	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);

	display: inline-block;

	z-index: 999;
}

.clearfix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.white_content h1,
.white_content h2,
.white_content h3,
.white_content h4,
.white_content h5,
.white_content h6,
.white_content li,
.white_content p{

}

.white_content a{

}

.dark_content h1,
.dark_content h2,
.dark_content h3,
.dark_content h4,
.dark_content h5,
.dark_content h6,
.dark_content li,
.dark_content p{

}

.dark_content a{

}

.lightred_button{
	display: inline-block;
	padding: 10px 25px;

	color: white;

	background-color: #f63d5b;
}

.relly{
	position: relative;
}

.absocenter{

}

.twentypad{
	padding: 20px 0px;
}

.fourtypad{
	padding: 40px 0px;
}

.sixtypad{
	padding: 60px 0px;
}

.eightypad{
	padding: 80px 0px;
}

.full_image{
	background-color: #000000;
}

.full_image .center{
	padding-top: 80px;
}

.half_image{
	background-position: center center;
	background-size: cover;

	background-attachment: fixed;

	min-height: 500px;

	position: relative;
}

.col_half_image{
	background-position: center center;
	background-size: cover;

	min-height: 400px;
}

.greysmoke_section{
	background-color: #ededf0;
}

.grey_light_section{
	background-color: #3b3a41;
}

.grey_medium_section{
	background-color: #29292d;
}

.grey_dark_section{
	background-color: #232326;
}

.black_section{
	background-color: #000000;
}

.diagonal_image{

}

.dark_corner{

}

.grey_light_section h1,
.grey_light_section h2,
.grey_light_section h3,
.grey_light_section h4,
.grey_light_section h5,
.grey_light_section h6,
.grey_light_section p,
.grey_light_section li,
.grey_medium_section h1,
.grey_medium_section h2,
.grey_medium_section h3,
.grey_medium_section h4,
.grey_medium_section h5,
.grey_medium_section h6,
.grey_medium_section p,
.grey_medium_section li,
.grey_dark_section h1,
.grey_dark_section h2,
.grey_dark_section h3,
.grey_dark_section h4,
.grey_dark_section h5,
.grey_dark_section h6,
.grey_dark_section p,
.grey_dark_section li{
	color: white;
}

iframe{
	width: 100%;
}

/*--- Owl ---*/

.owl-carousel .owl-item{
	-webkit-backface-visibility: visible !important;
}
.owl-carousel .owl-item img{
	height: auto;
}
.owl_wrap{

	display: none;
}

.owl_wrap.owl-loaded{
	display: block;
}

/*--- MCE Advanced ---*/

.red_text{
	color: #f63d5b;
}

.dark_text{
	color: #3a3a3a;
}

.white_text{
	color: white;
}

.largetext_item{
	font-size: 65px;
}

.pacifico{
	font-family: 'Pacifico', cursive;
}

/*---------- Page Style ----------*/

.brand_wrap{

}

/*--- Home ---*/

.bg_image_one{
	min-height: 350px;

	background-image: url(images/home-bg-1.svg);
	background-size: cover;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='images/home-bg-1.svg',
	sizingMethod='scale');

	background-position: left bottom;
}

.bg_image_one .center{
	padding-top: 60px;
}

.hw_title{
	text-align: center;
	font-weight: bold;

	margin-bottom: 60px;
}

.home_work_container{

}

.home_work_container .work_item{
	float: left;
	width: 25%;
}

.home_work_container .work_item img{
	width: 100%;
	height: auto;
}

.screenbg{
	padding: 120px 0px 240px;

	background-image: url(images/screen-illustration-bg.svg);
	background-position: center top 35px;
	background-repeat: no-repeat;
	background-size: 1180px;
}

.screenbg .scol h2{
	margin-bottom: 100px;
}

.screenbg .lcol,
.screenbg .rcol{
	width: 50%;
}

.screenbg .lcol li,
.screenbg .rcol li{
	font-size: 22px;
    line-height: 45px;
}

.home_tax_container{
	margin-top: 60px;
}

.home_taxonomies{
	float: left;
	width: 25%;


	box-sizing: border-box;

	text-align: center;

	border-right: solid 1px #4b4a51;

	color: #c8c7cc;
}

.home_taxonomies:last-child{
	border-right: none;
}

.home_taxonomies a{
	display: block;
}

.home_taxonomies .homeserv_icon{
	padding: 0px 40px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: solid 1px #4b4a51;
}

.home_taxonomies svg{
	width: auto;
	height: 60px;
}

.home_taxonomies svg path,
.home_taxonomies svg rect{
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.home_taxonomies.screenprint a:hover svg path,
.home_taxonomies.screenprint a:hover svg rect{
	fill: #F63D5B;
}

.home_taxonomies.digitaltran a:hover svg path,
.home_taxonomies.digitaltran a:hover svg rect{
	fill: #6644F7;
}

.home_taxonomies.vinyllet a:hover svg path,
.home_taxonomies.vinyllet a:hover svg rect{
	fill: #4FF7E5;
}

.home_taxonomies.embroid a:hover svg path,
.home_taxonomies.embroid a:hover svg rect{
	fill: #C0F63D;
}

.homeserv_title h3{
	color: #9998a0;

	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.home_taxonomies a:hover .homeserv_title h3{
	color: white;
}

.homeserv_title.homeserv_title span{
	display: block;
}

.services_home{
	background-image: url(images/home-bg-2.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.brand_item{
	padding: 0 20px;
	box-sizing: border-box;
}

/*--- About ---*/

.video_popup{
	text-align: center;
}

.video_popup h2{
	text-transform: uppercase;
	color: white;

	margin-bottom: 60px;

	font-size: 48px;
	line-height: 50px;
}

.video_popup a{
	display: inline-block;

	border: solid 3px #F63D5B;
	border-radius: 10px;

	padding: 10px 45px;

	font-weight: bold;

	font-size: 14px;
}

.video_popup a:hover{
	background-color: #F63D5B;
	color: white;
}

.dark_overlay{
	position: absolute;
	left: 0;
	top: 0;

	width: 100%;
	height: 100%;

	background-color: rgba(0, 0, 0, 0.6);
}

.diagonal_image{
	position: absolute;
	right: 0;
	top: 0;

	width: 50%;
	height: auto;

	z-index: 100;
}

.diagonal_image .col_half_image{
	min-height: auto;
}

.dark_corner{
	position: absolute;
	right: 0;
	top: 0;

	display: block;

	width: 100%;
	height: 100%;

	background-image: url(images/left-diag.svg);
	background-repeat: no-repeat;
    background-position: left -1px top -1px;
}


.splitslide_item{
	background-position: center center;
    background-size: cover;

    min-height: 600px;
}

.splitcarousel .owl-controls{
	position: absolute;
	left: 0;
	bottom: 10px;

	margin: 0;

	width: 100%;
	text-align: center;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot span{
    width: 13px;
    height: 13px;

	margin: 3px;

	border: solid 1px #959595;
	box-sizing: border-box;

	background-color: #363636;

	opacity: 0.6;
}

.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span{
	opacity: 1;

	border: solid 1px #ffffff;
	background-color: #363636;
}

ul.page_services_list{
	margin: 0;
	padding: 40px 40px 40px 80px;
}

ul.page_services_list li{
	margin: 0;
	padding: 20px 0px 20px 60px;

	list-style: none;

	background-size: 40px;
	background-position: left center;
	background-repeat: no-repeat;

	line-height: 40px;
}

ul.page_services_list li.sp{
	background-image: url(images/menu-item-1.svg);
}

ul.page_services_list li.dt{
	background-image: url(images/menu-item-2.svg);
}

ul.page_services_list li.vl{
	background-image: url(images/menu-item-3.svg);
}

ul.page_services_list li.emb{
	background-image: url(images/menu-item-4.svg);
}

/*--- Services ---*/

.service_text_overlay{
	position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;

    background-color: rgba(0, 0, 0, 0.69);

    width: 100%;

    padding: 25px 10px;
    box-sizing: border-box;
}

.service_text_overlay h1{
	color: white;
}

.split_inner{
	padding: 40px 60px;
}

.content_listing ul{
	margin: 0;
	padding: 0;
}

.content_listing ul li{
	margin: 0;
	padding: 0;

	list-style: none;

	padding-left: 20px;
	position: relative;

	line-height: 28px;
}

.content_listing ul li:before{
	content: '\f005';
	font-family: fontAwesome;

	position: absolute;
	left: 0;
	top: 1px;

	font-size: 14px;

	color: #F63D5B;
}

/*--- Our Work ---*/

.controls{
	text-align: left;
	margin-bottom: 25px;

	padding-left: 15px;
}

.controls a{
	width: 40px;
	height: 40px;

	background-color: blue;

	background-repeat: no-repeat;
	background-position: center center;
	background-size: 35px;

	display: inline-block;

	background-color: transparent;

	margin-right: 10px;
}

.controls a.active,
.controls a:hover{

}

.controls .work_categories-all{
	background-image: url(images/menu-item-all-grey.svg);
}

.controls .work_categories-all:hover{
	background-image: url(images/menu-item-all.svg);
}

.controls .work_categories-digital-transfers{
	background-image: url(images/menu-item-2-grey.svg);
}

.controls .work_categories-digital-transfers:hover{
	background-image: url(images/menu-item-2.svg);
}

.controls .work_categories-embroidery{
	background-image: url(images/menu-item-4-grey.svg);
}

.controls .work_categories-embroidery:hover{
	background-image: url(images/menu-item-4.svg);
}

.controls .work_categories-screen-printing{
	background-image: url(images/menu-item-1-grey.svg);
}

.controls .work_categories-screen-printing:hover{
	background-image: url(images/menu-item-1.svg);
}

.controls .work_categories-vinyl-lettering{
	background-image: url(images/menu-item-3-grey.svg);
}

.controls .work_categories-vinyl-lettering:hover{
	background-image: url(images/menu-item-3.svg);
}

/*--- Pop Up ---*/

.mfp-bg{
	z-index: 999999;
}

.mfp-wrap{
	z-index: 9999999;
}

.singlepost_item h4{
	text-align: center;
	background-color: purple;
}

.singlepost_item{
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    left: 5px;
    border-radius: 2px;
    text-align: right;
    padding-right: 6px;
    width: auto;
    position: absolute;
    top: 45px;
    background-color: #F63D5B;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 19px;
    text-align: center;
    padding: 0;
    font-size: 25px;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;



	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1);
	transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	transform: translateY(0) perspective( 600px ) rotateX( 0 );
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;

	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;

	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}

/*--- Toll Tips ---*/

.tooltip{
	position: relative;
}

.tooltip:after{
    content: attr(title);

    position: absolute;
    bottom: 56px;
    left: -40px;

    z-index: 98;

    background: #000000;
    color: white;

    border-radius: 2px;
    padding: 5px 10px;
    box-sizing: border-box;

    width: 120px;
    line-height: 14px;

    font-size: 12px;
    text-transform: uppercase;

    text-align: center;
    display: block;

    opacity: 0;

    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.tooltip:hover:after{
    opacity: 1;
}

.tooltip:before{
    content: "";

    border: solid;
    border-color: #000000 transparent transparent transparent;
    border-width: 8px 8px 8px 8px;

    position: absolute;

    bottom: 40px;
    left: 12px;

    z-index: 99;
    opacity: 0;

    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.tooltip:hover:before{
    opacity: 1;
}

.container .mix {
    display: none;

    float: left;
    width: 25%;
}

.container .mix img{
	width: 100%;
	height: auto;
}

#insidecat.container .mix {
    display: block;
}

.term_wrap p:nth-child(1){
	display: none;
}

.term_wrap p{
	 padding-left: 40px;

	 background-repeat: no-repeat;
	 background-position: left center;
	 background-size: 25px;

	 text-transform: uppercase;
	 font-size: 14px;

	 position: relative;
	 bottom: 0;

	 margin: 0;
}

.work_categories-screen-printing .term_wrap p{
	background-image: url(images/menu-item-1.svg);
}

.work_categories-digital-transfers .term_wrap p{
	background-image: url(images/menu-item-2.svg);
}

.work_categories-vinyl-lettering .term_wrap p{
	background-image: url(images/menu-item-3.svg);
}

.work_categories-embroidery .term_wrap p{
	background-image: url(images/menu-item-4.svg);
}

.work_item{
	position: relative;
	overflow: hidden;

	padding: 15px;
	box-sizing: border-box;
}

.work_item a .work_hovinner{
	overflow: hidden;
}

.work_item a img{
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.work_item a:hover img{

	-webkit-transform:scale(1.1);
     transform:scale(1.1);
}

.work_item .work_hov{
	position: relative;
}

.work_item .workhov_content {
	position: absolute;

	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	padding: 20px;
	padding-top: 40px;
	box-sizing: border-box;

	background-color: rgba(0, 0, 0, 0.8);
	color: white;

	opacity: 0;

	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.work_item:hover .workhov_content{
	opacity: 1;

	padding-top: 20px;
}

.work_item h1{
	color: white;
	font-weight: bold;
	text-transform: uppercase;

	font-size: 22px;
}

.work_description{
	margin: 30px 0px;
}

.work_description p{
	font-size: 14px;
	line-height: 16px;
}

/*--- Contact ---*/

.contact .lcol{
	padding: 0px 40px;
}

.contact .dark_corner{
	background-image: url(images/blog-left-diag.png);
    background-size: 260px;
}

.contactform_wrap{
	margin-top: 60px;
}

.contact_left{
	float: left;
	width: 50%;
	padding-right: 10px;
	box-sizing: border-box;
}

.contact_right{
	float: left;
	width: 50%;
	padding-left: 10px;
	box-sizing: border-box;
}

.wpcf7 input{

}

.contact .col_half_image{
    background-position: center left;
}

/*- MAP -*/

#map{
    width: 100%;
    height: 550px;
    position: relative;
}

.map_wrap{
    position: relative;
}

.mapoverlay {
  background:transparent;
  position:absolute;

  width:100%;
  height:100%;

  top:0;
  left: 0;
  z-index: 200;
}


/*--- Taxonomies ---*/

.tax_title{
	text-align: center;
	text-transform: uppercase;

	font-weight: bold;
	font-size: 40px;

	margin-bottom: 50px;
}

.work_item img{
	width: 100%;
	height: auto;
}

#tax_catcontainer .work_item{
	float: left;
	width: 25%;
}

.home_taxonomies .screenprint{

}

.blog_maintitle.cats{
	text-transform: uppercase;
}

/*---------------------------- sub pages ----------------------------*/

.attachment-subpage_thumbnail {
    float: left;
	margin-right:20px;
	margin-bottom:20px;
    padding: 5px;
    background:#FFF;
    background-image: url(images/diag.png);
    padding: 10px;
}
.description {
	overflow: hidden;
	margin-bottom:10px;
}

.description a{
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.description  h3 a{
	padding-top:0;
}

.border{
	border-top:1px #E9E9E9 solid;
	margin-bottom: 20px;
}


/*------------------------- blog header ------------------------*/

#bcont{
	padding: 0 10px;
}

#blog_head{
	text-align: right;
	padding-bottom: 70px;
	line-height: 45px;
}

.sres{
	font-style: italic;
}

#searchbox{
	display: inline-block;
	position: relative;
	margin-right:20px;
}

#searchbox form{
	width:100%;
	box-sizing: border-box;
}

.is_webkit select {
	/* Tweaks for Safari + Chrome. */
}

select{
	-webkit-appearance: none;
	border-radius: 0;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid;
	border: none;
	color: #000;
	outline: 0;
	padding: 6px;
	font-size: 12px;

	/* IE7 */
	*padding-top: 2px;
	*padding-bottom: 1px;
	*height: auto;
}

h2.btitle{
	font-size: 22px;
	text-transform: uppercase;
	width: 45%;
	float: left;
	background-color: white;
	color: #125a68;
	text-align: center;
}


/*---------------------------- blog format ----------------------------*/

.blog_maintitle{
	margin-bottom: 60px;
}

ul.blog_cats{
	margin: 0;
	padding: 0;

	margin-bottom: 50px;
}

ul.blog_cats li{
	margin: 0;
	padding: 0;

	list-style: none;
	display: inline-block;

	padding-right: 10px;
	margin-right: 9px;

	border-right: solid 1px;
	box-sizing: border-box;

	color: #9e9da0;
}

ul.blog_cats li:first-child{
	margin: 0;
	padding: 0;
}

ul.blog_cats li:first-child,
ul.blog_cats li:last-child{
	border: none;
}

ul.blog_cats li a{
	display: block;
	text-transform: lowercase;

	border-bottom: solid 1px;
	line-height: 15px;

	color: #9e9da0;
}

ul.blog_cats li a:hover{
	color: #c62b50;
}

article{
	margin-bottom:100px;
	position: relative;
}

.homepost .blog_contwrap_inner h2 a,
article .blog_contwrap_inner h2 a{
	color: white;
}

.homepost .blog_contwrap_inner h2 a:hover,
article .blog_contwrap_inner h2 a:hover{
	color: #F63D5B;
}

.homepost .date,
article .date{
	margin-top: 0;
	margin-bottom: 20px;

	text-transform: uppercase;
	font-size: 14px;
}

.homepost .incats,
article .incats{
	text-transform: uppercase;

    font-size: 14px;
    line-height: 15px;

    margin: 0;
    margin-bottom: 15px;

    color: #9e9da0;
}

.homepost .incats a,
article .incats a{
	color: #9e9da0;
	text-transform: lowercase;
}

.homepost .incats a:hover,
article .incats a:hover{
	color: #F63D5B;
}

.homepost a.brm,
article a.brm{
	text-transform: lowercase;
	display: inline-block;
	font-size: 16px;
	line-height: 16px;

	padding-bottom: 3px;
	border-bottom: solid 1px;

	font-style: italic;
}

.homepost a.brm:hover,
article a.brm:hover{
	color: #D22944;
}

.homepost .blog_contwrap,
article .blog_contwrap{
	float: left;
	width: 50%;
}

.blog_contwrap_inner{
	padding: 50px 30px;
	box-sizing: border-box;
}

.homepost .blog_feature,
article .blog_feature{
	float: right;
	width: 50%;

    min-height: 400px;

    background-size: cover;
    background-repeat: no-repeat;

    position: relative;
}

article .blog_feature .dark_corner{
	background-image: url(images/blog-left-diag.svg);
}

.homepost .blog_feature .dark_corner{
	background-image: url(images/left-diag.svg);
}

article:nth-child(odd){

}

article:nth-child(odd) .blog_contwrap{
	float: right;
	width: 50%;
}

article:nth-child(odd) .blog_feature{
	float: left;
	width: 50%;
}

article:nth-child(odd) .blog_feature .dark_corner{
	background-position: right top;
	background-image: url(images/blog-right-diag.svg);
}

.b_feat_image{
	display: block;
	width: 100%;
	height: 100%;
}

.homepost h2,
article h2{
	text-transform: uppercase;
	font-weight: bold;

	padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: solid 1px #39393f;
}

/*---------------------------- Blog Single ----------------------------*/

.single_title{
	text-transform: uppercase;
	text-align: center;

	font-weight: bold;
	font-size: 40px;

	margin-bottom: 80px;
}

.single_dets{
	margin-bottom: 20px;
}

.single_dets p{
	margin: 0;

	font-size: 14px;

	text-transform: uppercase;
}

.single_dets .lcol{
	text-align: left;
}

.single_dets .rcol{
	text-align: right;
}

.single_feature{
	margin-bottom: 20px;
}

/*---------------------------- paging ----------------------------*/

.navigation{
	width: 100%;

    padding: 40px 20px;
    box-sizing: border-box;
}

.nav-previous,
.nav-next{
	width: 50%;
	color: #000000;
	font-weight: bold;
	margin: 0;
}

.nav-next{
	float: right;
	text-align: right;
}

.nav-previous{
	float: left;
	text-align: left;
}

.navigation a{
	color: #000000;
	font-weight: bold;
}

.navigation a:hover{
	color: #F63D5B;
}

/*---------------------------- comments ----------------------------*/

div#comments{
	position:relative;
}

#comments textarea{
	width:600px;
}

#comments .author{
	float:left;
	font-weight:bold;
	line-height: 30px;
}

#comments .time{
	color:#a5a5a5;
	float:right;
}

#comments em{
	padding-bottom:15px;
	display:block;
}

#comments #comments_num{
	position:absolute;
	left:-260px;
	top:0;
	margin:0;
}

article #comments #comments_num{
	display:none;
}

#comments .commentlist{
	margin:0;
	padding:0;
}

#comments .comment {
	padding-bottom:5px;
	border-top:solid 1px #cfcfcf;
	list-style:none;
	padding-bottom: 5px;
}

#comments #respond{
	margin-top:20px;
}

#comments input{
	padding:5px;
}

#comments .avatar{
	margin-right: 10px;
	float:left;
}

#comments .children{
	padding-left: 0;

}

#comments .children li{
	margin-left:60px;
}

p.author, p.time{
	margin-bottom: 0;
}

.commentlist li{

}

.commentlist li:before{
	content: ' ';
	padding: 0;
}

/*----- Genral Input Styles -----*/

input:hover,
input:focus,
input:active,
textarea:hover,
textarea:focus,
textarea:active{
	outline: none;
}

#Searchform,
#cat{

	display: inline-block;
	position: relative;

	width:120px;

	padding-left:5px;
	padding-right: 25px;
	padding-top: 3px;
	padding-bottom: 3px;

	background-image:url(images/search.png);
	background-position:125px 5px;
	background-repeat:no-repeat;

	font-size: 12px;
}

#cat{
	padding-top: 6px;
	padding-bottom: 4px;
	background-image: url(images/drop.png);
	background-repeat: no-repeat;
	background-position: right 11px;

	width: 140px;

	font-size: 12px;
}


/*---------------------------- footer ----------------------------*/

#foot_wrap{
	background-color: #000000;


	background-image: url(images/footer_logo.png);
	background-repeat: no-repeat;
	background-position: right -30px center;

	background-size: 50%;

}

footer{
	padding: 90px 10px;
	overflow: hidden;
}

.footer_address{
	margin-top: 40px;
	margin-bottom: 40px;
}

footer ul#social{
	margin: 0;
	padding: 0;
}

footer ul#social li{
	margin: 0 15px;
	padding: 0;

	list-style: none;
	display: inline-block;
}

footer ul#social li a{
	display: block;

	font-size: 26px;

}

footer p{
	margin: 0;
}

footer p{
	color: white;
}

.footer_col.one{
	float: left;
	width: 33.3333333%;
}

.footer_col.two{
	float: left;
	width: 33.3333333%;

	text-align: center;
}

.thrive{
	color: #67676d;
	font-size: 16px;
	font-style: italic;
}

.thrive a{
	color: #67676d;
}

/*------------------ Forms ---------------------*/

.wpcf7 br{
	display: none;
}

span.wpcf7-form-control-wrap{
	display: block;
	position: relative;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select{
  	-webkit-transition-property: -webkit-box-shadow, background;
  	-webkit-transition-duration: 0.25s;

  	padding: 10px;

	border: none;
	border-radius: 0;

	box-sizing: border-box;
	border: solid 1px #c3c8cb;

	margin-bottom: 10px;

	color: black;

	width: 100%;
	box-sizing: border-box;
}

.wpcf7 input{
	height: 60px
}

.wpcf7 textarea{
    height: 200px;
}

.wpcf7-form-control.wpcf7-submit{
	margin: 0;
	width: 320px;

	background-color: #f63d5b;
	color: white;

	border: none;

	text-transform: uppercase;
	border-radius: 10px;
}

.wpcf7-form-control.wpcf7-submit:hover{
	background-color: #D3213E;
}

.contact_submit_container{
	text-align: right;
}

input:hover{

}

.wpcf7 input,
.wpcf7 textarea{
	font-size: 15px;
	line-height: 21px;
}

/*--- Placeholder ---*/

.wpcf7 .watermark {
    color: black !important;
}
::-webkit-input-placeholder {
    color: black !important;
}
:-moz-placeholder {
    color: black !important;
}
::-moz-placeholder {
    color: black !important;
}
:-ms-input-placeholder{
    color: black !important;
}

/*---------------------------- CF7 Notices ----------------------------*/

.wpcf7-form{

}

.wpcf7-form .wpcf7-validation-errors,
.wpcf7-form .wpcf7-mail-sent-ok,
.wpcf7-form .wpcf7-mail-sent-ng{
	border:none;
	padding: 10px 15px;

	text-shadow: none;
	font-size: 16px;

	text-align: center;
}

.wpcf7-form .wpcf7-validation-errors{
   background-color: #000000;
   color:#f63d5b;
}

.wpcf7-form .wpcf7-mail-sent-ok{
	background-color:  #000000;
	color:#00e2cf;
}

.wpcf7-form .wpcf7-mail-sent-ng{
	background-color:  #000000;
    color:#f5da3d;
}

.wpcf7-form span.wpcf7-not-valid-tip{
	border:none;
	background-color: transparent !important;
	color: #f63d5b !important;
	width: auto !important;
	right: 15px;
	left: auto !important;
	font-size: 24px;
	top: 20px !important;
	position: absolute;
}

.ajax-loader{
	display: none;
}

/*------------------- Responsive Syling ------------------*/

/*--- Height ---*/

.full_image img{
	width: 100%;
	height: auto;
}

@media screen and (max-height: 1100px) {

	.full_image  img{
		width: 70%;
	}

}

@media screen and (max-height: 950px) and (min-width: 900px) {

	.full_image  img{
		width: 55%;
	}

}


/*--- Width ---*/

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

	.half_image{
		background-attachment: scroll;
	    min-height: 420px;
	}


}

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

	a#logo {
	    position: fixed;
	    top: -3px;
	    left: -3px;
	    z-index: 999999;
	    display: block;
	    text-align: center;
	    max-width: 70px;
	    cursor: pointer;
	}

	.center{
		padding: 0 10px;
		box-sizing: border-box;
	}

	.center.eightypad{
		padding: 80px 10px;
		box-sizing: border-box;
	}

	.center.sixtypad{
		padding: 60px 10px;
		box-sizing: border-box;
	}

	.center.fourtypad{
		padding: 40px 10px;
		box-sizing: border-box;
	}

	.center.twentypad{
		padding: 20px 10px;
		box-sizing: border-box;
	}

	footer.center {
		padding: 90px 10px;
	}

}

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

	.homeserv_title h3{
		font-size: 19px;
	}

	.contact .col_half_image{
	    background-position: top left;
        min-height: 400px;
	}

	.home_work_container .work_item {
	    width: 33.3333%;
	}

	#tax_catcontainer .work_item {
	    float: left;
	    width: 33.333333%;
	}

	.lcol,
	.rcol {
	    float: left;
	    width: 100%;
	}

	.contact .lcol,
	.contact .rcol {
	    float: none;
	    width: 100%;
	    padding: 0;
	}

	.contact .lcol{
		padding: 0 10px 60px 10px;
		box-sizing: border-box;
	}

	.diagonal_image {
	    position: relative;
	    right: 0;
	    top: 0;

	    width: 100%;

	    height: auto;

	    z-index: 100;
	}

	.diagonal_image.aboutreshide{
		display: none;
	}

	.dark_corner{
		display: none;
	}

	.grey_medium_section{
		height: auto !important;
	}

	.splitslide_item{
		min-height: 400px;
	}

	.video_popup h2{
		font-size: 36px;
	}

	.split_inner {
	    padding: 40px 10px;
	}

	.container .mix {
	    width: 33.3333333%;
	}

	article {
	    margin-bottom: 20px;
	}

	article:nth-child(even) .blog_feature,
	article:nth-child(odd) .blog_feature,
	article:nth-child(even) .blog_contwrap,
	article:nth-child(odd) .blog_contwrap {
	    float: none;
	    width: 100%;
        min-height: 230px;
	}

	.blog_contwrap_inner {
	    padding: 30px 10px;
	}

	.contact .grey_dark_section.heightresize{
		height: auto !important;
	}
}

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

	h1.single_title{
		margin: 100px 0 30px 0;
	}

	.single_dets .lcol{
		margin-bottom: 20px;
	}

	.single_dets .lcol,
	.single_dets .rcol {
	    text-align: center;
	}

	.service_text_overlay h1 {
	    font-size: 30px;
	}

	/*-- Nav --*/

	#full_nav{
		xxdisplay: none;
	}

	/*-- Page Layout --*/

	.scol{
		margin: 0;
		width: 100%
	}

}

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

	h1 { font-size: 40px; }
	h2 { font-size: 32px; }
	h3 { font-size: 26px; }
	h4 { font-size: 23px; }
	h5 { font-size: 18px; }
	h6 { font-size: 16px; }

	p,
	li{
		font-size: 14px;
	}


	.homepost .blog_contwrap,
	article .blog_contwrap {
	    float: left;
	    width: 100%;
	}

	.homepost .blog_feature,
	article .blog_feature{
		width: 100%;
	}

	.dark_corner{
		display: none;
	}

	.footer_col.one,
	.footer_col.two {
	    float: none;
	    width: 100%;
	    text-align: center;
	}

	#foot_wrap {
	    background-position: bottom 10px center;
	    background-size: 30%;
	}

	.thrive{
		margin-bottom: 30px;
	}

}

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

	.screenbg {
	    padding: 110px 0px 120px;
	}

	.caterto{
		max-width: 450px;
		margin: auto;
	}

	.screenbg .caterto li{
		font-size: 16px;
	}

	.contact_left,
	.contact_right{
		width: 100%;
		float: none;
		padding: 0;
	}

	.wpcf7-form-control.wpcf7-submit{
		width: 100%;
	}

}

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

	header{
		background-color: #000000;
		height: 55px;
	}

	#menu-btn{
		display: inline-block;
		z-index: 11;
		color: #F63D5B;

		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}

	#menu-btn.hide{
		color: white;
	}

	nav.hide{
		top: -200%;
	}

	nav {
		border-top: solid 1px white;

	    position: fixed;
	    z-index: 10;
	    width: 100%;
	    top: 55px;
	    left: 0;
	    width: 100%;
	    background-color: #000000;

		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	nav ul{
		text-align: center;
	}

	nav ul li{
		display: block;
		line-height: 35px;
	}

	nav ul li a{
		display: inline-block;

		font-size: 14px;
	}

	nav ul li ul {
	    position: relative;
	    top: 0;
	    left: 0;
	    width: 100%;
	    background-color: #151515;
	}

	nav ul li ul li{
		float: left;
		width: 50%;
	}

	nav ul li ul:after{
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	nav ul li ul li a{
		padding: 10px 0px 10px 50px;
	}

	.screenbg{
		background-image: none;

		padding: 0px 10px;
	}

	.screenbg {
	    padding: 60px 0px;
	}

	.screenbg .scol h2 {
	    margin-bottom: 20px;
	}

}

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

	.container .mix {
	    width: 50%;
	}

	#tax_catcontainer .work_item {
	    width: 50%;
	}

	.work_item{
		padding: 5px;
	}

}

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

	.home_taxonomies{
		width: 50%;
		border-right: none;
		text-align: center;
		padding-bottom: 20px;
	}

	.home_taxonomies:first-child,
	.home_taxonomies:nth-child(3){
		border-right: solid 1px #4b4a51;
	}

	.home_taxonomies .homeserv_icon{
		width: 50%;
	    border-right: none;
	    margin: auto;
	    margin-bottom: 0;
	    border-bottom: none;
	    padding-bottom: 20px;
	}

	.home_taxonomies:nth-child(1) .homeserv_title,
	.home_taxonomies:nth-child(2) .homeserv_title{
		 border-bottom: solid 1px #4b4a51;
	}

	.home_taxonomies:nth-child(3),
	.home_taxonomies:nth-child(4){
		padding-bottom: 0;
	}

	.home_taxonomies:nth-child(3) .homeserv_title,
	.home_taxonomies:nth-child(4) .homeserv_title{
		 border-bottom:none;
	}

	.screenbg .caterto li {
	    font-size: 13px;
	}

}

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

	nav ul li a{
		font-size: 12px;
	}

}
