/*
Theme Name: Harlequin Embroidery
Theme URI: 
Description: Child 01 theme for the GBBrobuild theme
Author: <a href="https://www.brace.co.uk">George Batt</a>
Author URI: 
Template: gbbrobuild
Version: 1.0.0
*/

@import url('../gbbrobuild/style.css');

body .vc_row[data-vc-full-width]{
	overflow: visible;
}

::selection {
  background: rgba(0,0,0,.3);
  color: #fff;
}
::-moz-selection {
  background: rgba(0,0,0,.3);
  color: #fff;
}

/* Main */
.checkout-button{
	border: 2px solid #6ca834;
}
.checkout-button img{
	display: inline-block;
	width: 134px;
	vertical-align: middle;
	margin-top: -.3em;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

body{
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	color: #333534;
	background: #fff;
	font-size: 18px;
	background-image: url(img/main-background.png);
	background-repeat: no-repeat;
	background-position: center top;
}

@media (min-width: 768px){
	body{
		background-position: center 70px;
	}
}

.btn{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-ms-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
	text-transform: uppercase;
}

a,
a:hover,
a:focus{
	color: inherit;
	text-decoration: inherit;
}

h1, h2, h3, h4, h5, h6,
p, ul{
	margin: 0 0 20px;
}


.btn,
.btn:hover,
.btn:focus{
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn{
	text-transform: uppercase;
	letter-spacing: .5px;
	transition-property: background-color, color;
}

.btn-primary{
	background-color: #d44974;
	border-radius: 6px;
}

.btn-primary:hover,
.btn-primary:focus{
	background-color: #d85b81;
}

.input-group-btn .btn{
	padding-top: 12px;
	padding-bottom: 12px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group{
	margin-left: -2px;
}

.circle{
	position: relative;
	font-size: 14px;
	width: 15.285714285em;
	height: 15.285714285em;
	border-radius: 50%;
	display: block;
	text-decoration: inherit;
	color: #fff;
}

.circle:hover,
.circle:focus{
	color: #fff;
}

.circle:before{
	content: '';
	position: absolute;
	z-index: 1;
	left: 0; top: 0;
	right: 0; bottom: 0;
	border-radius: 50%;
	border: 0px solid rgba(255,255,255,.7);
	-webkit-transition: .1s border-width ease-out;
	-moz-transition: .1s border-width ease-out;
	-ms-transition: .1s border-width ease-out;
	-o-transition: .1s border-width ease-out;
	transition: .1s border-width ease-out;
}

.circle-hover:hover:before,
.circle-hover.active:before{
	border-width: 5px;
}

.circle-lg{
	font-size: 17px;
}

.circle .circle-text{
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: inherit;
	font-size: 2.82352941em;
	line-height: 1.1em;
	text-align: center;
	text-transform: uppercase;
	padding: 0 15px;
}

.circle .circle-text span,
.circle .circle-text strong{
	display: block;
}

.circle-yellow{ background: radial-gradient(ellipse at center, #faf136 48%,#f5c824 74%); color: #827228; }
.circle-yellow:hover, .circle-yellow:focus{ color: #827228 }
.circle-purple{ background: radial-gradient(ellipse at center, #d44974 48%,#b82776 74%); }
.circle-green{ background: radial-gradient(ellipse at center, #accc25 48%,#60a334 74%); }
.circle-orange{ background: radial-gradient(ellipse at center, #f08901 48%,#ec662d 75%); }

.form-control{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid #d44974;
    height: 44px;
    padding: 20px 12px;
}

.form-control.input-sm{
	height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.form-control:focus{
	border-color: rgb(212, 73, 116);
	outline-color: rgb(212, 73, 116);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(212, 73, 116,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(212, 73, 116,.6);
}

/* Top */

#top{
	border: 0;
	border-radius: 0;
	margin: 0;
	background: none;
	position: relative;
}

#main-logo{
	padding: 15px;
	float: none;
	text-align: center;
	width: 254px;
	margin: 0 auto;
}

#main-logo > a{
	display: inline-block;
	vertical-align: top;
}

#main-logo > a > img{
	height: auto;
	width: 480px;
}

@media (min-width: 768px){
	#top .navbar-header{
		float: left;
	}
	#main-logo{
		width: auto;
		float: left;
	}
	#main-logo > a > img{
		width: 400px;	
	}
}

#navbar{
	text-align: center;
	text-transform: uppercase;
}

#navbar .navbar-nav{
	float: none;
	display: inline-block;
	vertical-align: top;
}

#top-navigation{
	background: #86c9da;
	color: #fff;
	font-size: 24px;
    position: relative;
}

#top .navbar-collapse{
	border-top: 0;
	box-shadow: none;
}

#top .navbar-nav > li > a{
	padding-left: 0;
	padding-right: 0;
	-webkit-transition: .2s color ease-in-out;
	-moz-transition: .2s color ease-in-out;
	-ms-transition: .2s color ease-in-out;
	-o-transition: .2s color ease-in-out;
	transition: .2s color ease-in-out;
}

#top .navbar-nav > li > a,
#top .navbar-nav > .active > a{
	background: none;
	color: inherit;
}

#top .navbar-nav > li > a:hover{
	color: #d44974;
}

#top .navbar-nav > .active > a{
	font-weight: 700;
	color: #d44974;
}

#top .navbar-nav > li > a > span{
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 768px){
	
	#top-navigation{
		font-size: 16px;
		z-index: 1;
	}
	
	#top .navbar-nav > li > a > span{
		border-left: 2px solid #fff;
	}
	
	#top .navbar-nav > li:first-child > a > span{
		border-left: 0;
	}
}

@media (min-width: 992px){
	#top-navigation{
		font-size: 24px;	
	}
}

#top-shop{
	float: left;	
}

#top-shop > a{
	display: block;
	background-color: #86c9da;
	color: #fff;
	padding: 6px 15px;
	border-radius: 3px;
}

#top-shop > a .fa-shopping-cart{
	margin-right: 6px;
}

@media (min-width: 768px){
	#top-shop{
		position: absolute;
		top: 0;
		right: 15px;
	}
	
	#top-shop > a{
		border-top-left-radius: 0;	
		border-top-right-radius: 0;	
	}
}

#top-contact{
	color: #d44974;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
	font-size: 14px;
}

@media (min-width: 768px){
	#top-contact{
		float: right;
		margin-top: 50px;
		text-align: right;
	}
	#top-contact li:first-child{
		margin-bottom: 8px;
	}
	#top-contact li:first-child a{
		display: block;
    	font-size: 20px;
	}
}

/* Navbar Toggle */

#top .navbar-toggle{
	margin: 0 0 20px;
	padding: 8px 6px;
	border: 0;
	border-radius: 0;
}

#top .navbar-toggle:hover,
#top .navbar-toggle:focus{
	background: none;
}

#top .navbar-toggle .icon-bar{
	background: #86c9da;
}

#top .navbar-toggle .icon-bar:nth-child(3){
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-ms-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
	opacity: 0;
}
#top .navbar-toggle.collapsed .icon-bar:nth-child(3){
	opacity: 1;
}

#top .navbar-toggle .icon-bar:nth-child(2),
#top .navbar-toggle .icon-bar:nth-child(4){
	-webkit-transition: -webkit-transform .2s ease-out;
	-moz-transition: -moz-transform .2s ease-out;
	-ms-transition: -ms-transform .2s ease-out;
	-o-transition: -o-transform .2s ease-out;
	transition: transform .2s ease-out;
}
#top .navbar-toggle .icon-bar:nth-child(2){
	-webkit-transform: translateY(6px) rotate(-45deg);
	-moz-transform: translateY(6px) rotate(-45deg);
	-ms-transform: translateY(6px) rotate(-45deg);
	-o-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
}
#top .navbar-toggle .icon-bar:nth-child(4){
	-webkit-transform: translateY(-6px) rotate(45deg);
	-moz-transform: translateY(-6px) rotate(45deg);
	-ms-transform: translateY(-6px) rotate(45deg);
	-o-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
}
#top .navbar-toggle.collapsed .icon-bar:nth-child(2),
#top .navbar-toggle.collapsed .icon-bar:nth-child(4){
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

/* Split Content */

.split-content{
	position: relative;
	text-align: center;
}

.split-content:before,
.split-content:after{
	display: table;
	content: '';
}

.split-content:after{
	clear: both;
}

.split-content .image-side{
	position: relative;
	overflow: hidden;
	
	transition: height .2s ease-in-out;
}

.split-content .image-side img{
	transition: opacity .2s ease-in-out;
	opacity: 0;
	display: block;
	width: 100%;
}

@media (min-width: 768px){
	.split-content{
		text-align: left;
	}
	.split-content .image-side,
	.split-content .text-side{
		position: relative;
		float: left;
		width: 50%;
	}
	
	.split-content .image-side img{
		position: absolute;
		left: 0;
		top: 50%;
		
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.split-content .image-side img.height-relative{
		width: auto;
		top: 0;
		
		height: 100%;
		left: 50%;
		
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	.split-content.image-side-left .text-side{
		float: right;
	}
	.split-content .text-side .width-limit{
		float: right;
		width: 360px;
	}
	.split-content.image-side-left .text-side .width-limit{
		float: left;
	}
}

@media (min-width: 992px){
	.split-content .text-side .width-limit{
		width: 470px;
	}
}

@media (min-width: 1200px){
	.split-content .text-side .width-limit{
		width: 570px;
	}
}

/* Components */
.hp-banner{
	text-align: center;
	background-image: url(img/main-banner-default.jpg);
	background-size: cover;
	background-position: center center;
	padding: 8px 0 150px;
	margin: 0 0 70px;
}

.hp-banner .circle-yellow{
	font-size: 6px;
	float: right;
	margin-top: -30px;
	margin-right: 0;
}

.hp-banner .circle-purple{
	float: right;
	margin-bottom: -175px;
	
}

.hp-banner h2{
    color: #fff;
    /* background-color: #e5732b; */
    text-transform: uppercase;
    font-weight: 600;
    max-width: 810px;
    font-size: 26px;
    padding: 0 10px;
    border-radius: 50px;
    /* box-shadow: 0 0 58px 36px #e5732b; */
	margin: 81px 0;
	text-shadow: 2px 2px 0px rgba(150, 90, 25, 1);
}

@media (min-width: 768px){
	.hp-banner{
		text-align: inherit;
		padding: 100px 0 150px;
	}
	.hp-banner .circle-yellow{
		font-size: 14px;
		margin-top: -140px;
		margin-right: -130px;
	}
	.hp-banner .circle-purple{
		margin-top: 20px;
		margin-bottom: -220px;
	}
	.hp-banner h2{
		font-size: 44px;
	}
}

.hp-choose-personal{
	color: #6ca834;
	margin-bottom: 40px;
}

.hp-choose-personal:after{
	content: '';
	position: absolute;
	z-index: -1;
	height: 56px;
	width: 100%;
	background-color: #86c9da;
	bottom: 32px;
}

.hp-choose-personal h2{
	font-size: 42px;
	font-family: 'Pacifico', sans-serif;
	text-align: center;
	margin: 0 0 16px;
}

.hp-choose-personal .btn{
	display: block;
	display: block;
	position: relative;
	z-index: 2;
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	background-color: #86c9da;
	border-radius: 50%;
    box-shadow: 0 0 32px 20px #86c9da;
	margin-top: -56px;
}

@media (min-width: 768px){
	.hp-choose-personal:after{
		bottom: 80px;
	}
	.hp-choose-personal h2{
		font-size: 84px;
	}
	.hp-choose-personal .btn{
		margin-top: -96px;
		float: right;
	}
}

.hp-create-your-unique{
	text-align: center;
}

.hp-create-your-unique h2{
	text-align: center;
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 1em;
	color: #d44974;
}

.hp-create-your-unique h2 span{
	font-family: 'Permanent Marker', sans-serif;
	font-size: 2em;
	display: block;
}

.hp-create-your-unique .service-items{
	position: relative;
	background-color: #e5732b;
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-size: 24px;
	margin-left: -15px;
	margin-right: -15px;
	padding: 30px 15px;
}

.hp-create-your-unique .service-items ul{
	list-style: none;
	padding: 0;
	margin: 0;
	max-width: 500px;
	text-transform: uppercase;
	text-align: center;
}

.hp-create-your-unique .service-items .circle{
	margin: 30px auto 0;
}

.hp-create-your-unique .text-content h3{
    color: #86c9da;
    font-weight: 600;
    text-transform: uppercase;
}

.hp-create-your-unique .description{
	font-size: 18px;
	margin: 20px 0;
}

.hp-create-your-unique .t-shirt{
	position: relative;
	margin: 0 0 30px;
}

@media (min-width: 768px){
	.hp-create-your-unique{
		text-align: left;
	}
	
	.hp-create-your-unique h2{
		font-size: 38px;
	}
	
	.hp-create-your-unique .text-content{
		width: 66.66666666667%;
		float: right;
		margin: 0 0 50px;
	}
	
	.hp-create-your-unique .service-items{
		width: 66.66666666667%;
		clear: right;
		float: right;
		padding: 60px 0;
		margin: 0;
	}

	.hp-create-your-unique .service-items:before,
	.hp-create-your-unique .service-items:after{
		content: '';
		position: absolute;
		top: 0;
		height: 100%;
		background-color: #e5732b;
	}

	.hp-create-your-unique .service-items:before{
		right: 100%;
		width: 130px;
	}

	.hp-create-your-unique .service-items:after{
		left: 100%;
		width: 9999em;
	}
	
	.hp-create-your-unique .service-items ul{
		float: left;
		text-align: inherit;
	}

	.hp-create-your-unique .service-items .circle{
		margin-top: -35px;
		position: absolute;
		top: 0;
		right: 0;
	}

	.hp-create-your-unique .service-items ul li{
		float: left;
		width: 50%;
	}
	
	.hp-create-your-unique .description{
		float: right;
		clear: right;
		width: 66.66666666667%;
	}
	
	.hp-create-your-unique .t-shirt{
		width: 33.3333333333333%;
		padding-right: 30px;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	
	.hp-create-your-unique .service-items .circle{
		font-size: 15px;
	}
}

@media (min-width: 768px) and (max-width: 1199px){
	.hp-create-your-unique .text-content{
		margin-bottom: 10px;
	}
	.hp-create-your-unique .service-items{
		padding: 21px 0;
	}
	.hp-create-your-unique .service-items .circle{
		right: auto;
		left: -17em;
		z-index: 1;
	}
}

@media (min-width: 1200px){
	.hp-create-your-unique h2 span{
		display: inline;
	}
}

.hp-featured-products{
	padding: 56px 0 60px;
	background-image: url(img/featured-products.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.hp-featured-products h2{
    color: #86c9da;
    font-weight: 600;
	text-transform: uppercase;
	font-size: 24px;
	margin: 0 0 30px;
}

/* Text Content */

.gb-wp-mod-text-content.style-hp-intro{
	max-width: 750px;	
	margin: 0 0 65px;
}

.gb-wp-mod-text-content.style-hp-intro h2{
	color: #86c9da;
	font-weight: 600;
	text-transform: uppercase;
}

.gb-wp-mod-text-content.style-2{
	background-color: #d44974;
	color: #fff;
}

.gb-wp-mod-text-content.style-2 h2{
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 25px 0;
	vertical-align: middle;
	font-size: 24px;
}

.gb-wp-mod-text-content.style-2 h2 strong{
	display: block;
	font-family: 'Permanent Marker', sans-serif;
	font-size: 2em;
}

@media (min-width: 768px){
	.gb-wp-mod-text-content.style-2 h2{
		font-size: 30px	
	}
}

@media (min-width: 992px){
	.gb-wp-mod-text-content.style-2 h2 strong{
		display: inline;	
	}
}

/* Main Content */
header.page-header{
	margin: 0;
	padding: 24px 0;
	border: 0;
}

h1.page-title{
	color: #d44974;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
}

.home header.page-header{
	padding: 0;
}

.home h1.page-title{
	text-indent: -99999em;
	height: 0;
}

/* Gallery */
.bb-gallery{
	margin-bottom: 40px;
}

.bb-gallery .row{
	margin-left: -2px;
	margin-right: -2px;
}

.bb-gallery .masonry-grid > div{
	padding-left: 2px;
	padding-right: 2px;
}

.bb-gallery .gallery-item{
	border: 2px solid #d44974;
	margin-bottom: 4px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

.bb-gallery .gallery-item img{
	width: 100%;
}

/* Footer */
#colophon{
	border-top: 2px solid #86c9da;
	padding: 20px 0 0;
	font-size: 16px;
	background-color: #fff;
}

#colophon .footer-logo{
	max-width: 400px;
}

#colophon .footer-menu {
    float: right;
    list-style: none;
    padding: 0;
    overflow: hidden;
    text-transform: uppercase;
    color: #d44974;
    line-height: 1em;
    font-size: 13px;
}

#colophon .footer-menu > li{
	float: left;
}

#colophon .footer-menu > li > a{
	display: block;
	padding: 0 15px;
	border-left: 2px solid #d44974;
}

#colophon .footer-menu > li:first-child > a{
	border-left: 0;
}

#colophon .brobuild-footer{
	background-color: #86c9da;
	margin-top: 20px;
	padding: 15px 0;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

#colophon .brobuild-footer p{
	margin: 0;
}

#colophon .brobuild-footer a{
	border-bottom: 1px dotted #fff;
}