/**
 * Bootstrap for Shopify
 * Custom styles for Bootstrap v3.0.3
 */


/* Override default Bootstrap styles to allow Theme Settings.
------------------------------------------------------------- */

/* Base Font */
body {
  font-family: NeutraText-Book, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.img-responsive { margin-left: auto; margin-right: auto; }

/* Heading Font */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: NeutraText-Book, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
/* Body Background */
body {
  background-color: #ffffff;
  
}
p { color: #7d7d7d; }
a, a:hover { text-decoration: none; }

/* Override default Bootstrap icons to use 
------------------------------------------------------------- */

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('//cdn.shopify.com/s/files/1/0240/7921/t/4/assets/glyphicons-halflings-regular.eot?17680274022694517673');
  src: url('//cdn.shopify.com/s/files/1/0240/7921/t/4/assets/glyphicons-halflings-regular.eot?17680274022694517673#iefix') format('embedded-opentype'), url('//cdn.shopify.com/s/files/1/0240/7921/t/4/assets/glyphicons-halflings-regular.woff?17680274022694517673') format('woff'), url('//cdn.shopify.com/s/files/1/0240/7921/t/4/assets/glyphicons-halflings-regular.ttf?17680274022694517673') format('truetype'), url('//cdn.shopify.com/s/files/1/0240/7921/t/4/assets/glyphicons-halflings-regular.svg?17680274022694517673#glyphicons-halflingsregular') format('svg');
}

@font-face {
	font-family: NeutraText-Book;
	src: url('NeutraText-Book.otf');
} 
@font-face {
	font-family: NeutraText-Light;
	src: url('NeutraText-Light.otf');
} 
@font-face {
	font-family: NeutraText-Bold;
	src: url('NeutraText-Bold.otf');
} 

/* Button styling.
------------------------------------------------------------- */
.btn { border-radius: 0px; font-size: 16px; text-transform: uppercase; ont-family: NeutraText-Light; padding: 10px 20px 7px; }
.btn-default { background: #8d8d8c; border: none; color: #fff; }
.btn-default:hover { background: #7b7b7b; color: #fff; }
.btn-primary { font-size: 18px; background: #e0351f; border: none; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { background: #d1311d; }


/* Navbar styling.
------------------------------------------------------------- */


.navbar { margin-bottom: 0; }
.navbar-default { background: #fff; border: none; }
.navbar-brand { padding-top: 18px; padding-bottom: 12px; }
.navbar-nav { margin-top: 58px; }

.navbar-default .navbar-right>li>a {
	color: #c6c5c5 !important; 
	font-size: 14px !important;
	text-transform: capitalize !important;
}

.navbar-default .navbar-nav>li>a {  
	font-family: NeutraText-Book;
	font-size: 14px;
	color: #777777;
	text-transform: uppercase;
	padding: 0 15px;
	line-height: 20px;
}
.navbar-default .navbar-nav>li>a:hover { color: #000; }
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background: transparent;
	color: #000;
}

/* Slideshow styling.
------------------------------------------------------------- */
.carousel-caption h4, .carousel-caption p {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.carousel-caption { 
	position: absolute;
	text-shadow: none;
	text-align: center;
	padding: 0;
	margin-top: -35px;
	right: 0;
	left: 0;
	top: 50%;
	bottom: inherit;
}
.carousel-caption h4 { 
	font-family: NeutraText-Light;
	font-size: 45px;
	text-transform: uppercase;
	text-shadow: none;
	margin: 0px;
	line-height: 55px;
}
.carousel-caption p {  
	font-family: NeutraText-Light;
	font-size: 25px;
	line-height: 30px;
	color: #fff;
}
.carousel-caption a { color: #fff; text-decoration: none; }

div.photo-info { position: absolute; bottom: 5%; right: 13%; }
div.photo-info .tooltip-inner { max-width: 300px; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.6); }
div.photo-info .tooltip { white-space: nowrap; }

/* Main Content styling.
------------------------------------------------------------- */
#breadcrumb { text-transform: lowercase; font-size: 14px; line-height: 20px; margin: 15px 0 15px;  }
#breadcrumb a { color: #686868; text-decoration: none; }
#breadcrumb a:hover { color: #000; }
#breadcrumb .page-title { color: #686868; font-family: NeutraText-Bold; }

.view-all { text-align: center; font-size: 15px; text-transform: uppercase; padding-top: 2px; }
.view-all a { color: #9c9c9c; text-decoration: none }
.view-all a:hover { color:#000; }

.sorting { margin-bottom: 40px; }

.page-header { border-bottom: none; padding: 0; text-align: center; text-transform: uppercase; margin-top: 30px; }
.page-header h1 { color: #7e7e7e; line-height: 29px; font-size: 28px; margin: 0px 0px 20px; }
h1.small-title { color: #7e7e7e; line-height: 26px; font-size: 20px; margin: 20px 16% 20px; text-transform: inherit; text-align: center; font-family: NeutraText-Book; }
#content .page-content h3 { text-align: center; font-family: NeutraText-Bold; font-size: 28px; color: #686868; line-height: 32px; margin-bottom: 25px; }
#content .page-content p { font-size: 16px; line-height: 24px; padding-left: 10%; padding-right: 10%; }
#content .page-content img { margin: 0 auto; }
#content p.pladra-team { margin-top: 70px; }
#content p.about { text-align: left; }
#content p { text-align: center; font-size: 20px; line-height: 26px; margin-bottom: 30px; }

#cta { text-align: center; margin-top: 40px; margin-bottom: 75px; }
#cta span { 
	font-size: 20px; 
	line-height: 30px; 
	color: #fff; 
	margin: 0; 
	position: absolute;
	z-index: 200;
	top: 50%;
	right: 15px;
	left: 15px;
	font-family: NeutraText-Light;
	text-transform: uppercase;
}
#cta .side span {
	margin-top: -15px;
}
#cta .middle span {
	margin-top: -30px;
}

#cta p { margin-bottom: 0; }
#cta p a { 
	display: block; 
	padding: 0 10px; 
}
#cta img {
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#cta a:hover img { opacity: .6; }

.prod-listing { text-align:center; margin-bottom: 50px; }
.prod-listing a.thumbnail { display: block; position: relative; border: none; }
.prod-listing a.thumbnail .hover-img { 
	top: 0; 
	left: 0; 
	opacity: 0; 
	position: absolute; 
}
.prod-listing a.thumbnail .hover-img, .prod-listing a.thumbnail .main-img { 
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.prod-listing a.thumbnail:hover .hover-img { opacity: 1; }
.prod-listing a.thumbnail:hover .main-img { opacity: 0; }
.prod-listing a, .prod-listing p { text-transform: Capitalize; font-family: Helvetica; font-size: 14px !important; }
.prod-listing h5 { margin: 0; line-height: 16px; font-weight: normal; }
.prod-listing h5 a { color: #666362; text-decoration: none; }
.prod-listing p { margin: 0 !important; line-height: 16px !important; font-weight: bold; color: #666362; }

.prod-imgs a.thumbnail { border:none; padding:0 }
ul.other-imgs { list-style:none; margin:0 0 0 40px; padding:0; }
ul.other-imgs li { float: left; width: 13%; min-height: 90px; margin-right: 15px; }

.prod-detail {  }
.prod-detail img { margin-left: 0; }
#content .prod-detail p.collection-logo { margin-bottom: 15px; }
#content .prod-detail p { text-align: left; }
.prod-detail .page-header { margin-top: 0; margin-bottom: 0; }
#content .prod-detail .page-header p { margin-bottom: 5px; }
.prod-detail h1 { text-align: left; margin-top: 0; }
.prod-detail .price { font-size: 26px; line-height: 30px; color: #504f4f; border-bottom: 2px solid #b2afaf; padding-bottom: 14px; margin-bottom: 15px; }
.prod-detail form { border-bottom: 2px solid #b2afaf; margin-bottom: 25px; }
.prod-detail .varients {  }
#content .prod-detail .prod-desc {  }
#content .prod-detail .prod-desc p { font-size: 14px; line-height: 20px; color: #504f4f; font-family: Helvetica; }

#design-wrapper { background: url(//cdn.shopify.com/s/files/1/0240/7921/t/4/assets/triangle.jpg?17680274022694517673) no-repeat #f5f5f5 50% 0; padding-bottom: 40px; margin-bottom: 80px; margin-top: 40px; padding-top: 40px; }
#design-wrapper h3 { text-align: center; clear: both; font-size: 22px; color: #686868; line-height: 26px; max-width: 600px; margin: 20px auto 20px; }
#design-wrapper h3 span { display: inline-block; background: #f5f5f5; position: relative; top: -12px; padding: 0 25px; }
#design-wrapper img { margin: 0 auto;  }
#design-wrapper p { text-align: center; }
#design-wrapper h4 { text-align: center; color: #7d7d7d; text-transform: capitalize; border-top: 1px solid #afacab; clear: both; }
#design-wrapper h4 span { display: inline-block; background: #f5f5f5; position: relative; top: -12px; padding: 0 25px; }
#design-wrapper .center-column { margin-left: 12.5% }
#design-wrapper a:hover img { opacity: .6; }
.divider { background: url(//cdn.shopify.com/s/files/1/0240/7921/t/4/assets/divider.jpg?17680274022694517673) repeat-y 50% 0; height: 84px; margin-top: 38px }

.design-details img { margin: 0 auto; }
.design-details p { text-align: center; margin: 0 15% 20px; }
.design-details > div { border-bottom: 1px solid #807a79; padding-bottom: 30px; margin-bottom: 0px; }
.design-details > div:last-child { border-bottom: none; }
.design-details > .row > div { padding-top: 40px; }

.design-details {  }

#content .home-lower p { text-align: left; font-size: 18px; line-height: 20px; }
#content .home-lower img { margin-right: 30px; }
.center-column { margin-left: 37%; }

.back { margin-top: -51px; font-size: 16px; margin-bottom: 30px; }
.back a { color: #686868; text-decoration: none; }
.back a:hover { color: #000 }

.related-products { text-align: center; border-top: 2px solid #b2afaf; margin-top: 20px; }
.related-products div, .related-products h4 { font-family: Helvetica; font-size: 14px; }
.related-products h4 { margin-bottom: 0px; }
.related-products h3 { font-size: 18px; color: #747474; text-transform: inherit; background: url(//cdn.shopify.com/s/files/1/0240/7921/t/4/assets/arrow.png?17680274022694517673) no-repeat 50% 0; line-height: 30px; margin: 30px 0; }
.related-products h3 span { background: #fff; padding: 0 20px; }
.related-products a { color: #656362; }
.related-products a:hover { color: #000; }

.blog-listing { margin-bottom: 35px; }
.blog-listing .column-left { padding-right: 45px; }
.blog-listing .column-right { padding-left: 45px; }
.blog-listing a { color: #686868; text-decoration: none; }
.blog-listing a:hover { color: #000; }
.blog-listing h4 { font-size: 19px; border-bottom: 1px solid #807a79; margin: 0 0 10px; padding-bottom: 5px; }
.blog-listing cite { font-size: 14px; color: #686868; margin-bottom: 10px; display: block; }
#content .blog-listing p { font-size: 14px; line-height: 18px; text-align: left; margin-bottom: 20px; }
.blog-content { margin-bottom: 30px; }

.faq-listing { margin-bottom: 30px; }
.faq-listing h4 { color: #000; font-size: 23px; padding-bottom: 5px; margin: 0 10% 10px 0; border-bottom: 1px solid #807a79; text-transform: inherit; }
#content .faq-listing p { color: #686868; font-size: 16px; line-height: 20px; text-align: left; margin-bottom: 20px; }

.press-listing { margin-bottom: 20px; }
.press-listing h4 { font-size: 20px; color: #686868; line-height: 24px; margin: 20px 0 0; }
.press-listing cite { display: block; border-bottom: 1px solid #807a79; font-size: 14px; color: #686868; padding-bottom: 5px; margin-bottom: 10px; }
#content .press-listing p { text-align: left; }

#content .blog-main-content .img-responsive { width: 340px; }
#content .blog-main-content p { clear: both; text-align: left; font-size: 16px; line-height: 20px; }
#content .blog-main-content p a { display: block; float: left; margin: 0 17px 25px; }
#content .blog-main-content h4 { color: #686868; font-size: 19px; border-bottom: 1px solid #807a79; margin: 0 0 5px; padding-bottom: 5px; }
#content .blog-main-content cite { margin-bottom: 20px; display: block; }
.back-blog { margin-bottom: 20px; }
.back-blog a { color: #686868; text-transform: uppercase; }
.back-blog a:hover { color: #000; }

.promo { color: #fff; background-color: #494949; border: none; border-radius: 0px; padding: 6px 0 4px; margin: 0; font-size: 12px; text-transform: uppercase; line-height: 12px; text-align: right; }

/* Styling for a simple footer.
------------------------------------------------------------- */

html, .footer {
  background-color: #e8e8e8;
}

.footer {
  padding: 20px 0 30px;
  margin-top: 50px;
  border-top: 2px solid #bebdbd;
}
.footer p {
  margin-bottom: 5px;
  color: #777;
}
.footer h5 { 
	font-size: 16px;
	text-transform: inherit;
	color: #7f7f7f;
	margin: 0 0 5px;
}
.footer .spacing { margin-bottom: 20px; }
.footer p { font-size: 16px; color: #7f7f7f; line-height: 18px; }
.footer .social { margin-top: -5px; }
.footer-links {
  margin: 10px 0;
  padding: 0;
}
.footer i { font-size: 22px; margin-right: 9px; margin-top: 5px; }
.footer a { color: #7f7f7f; text-decoration: none; }
.footer a:hover { color: #000; }
.footer-links li {
  display: inline;
  padding: 0 2px;
}
.footer-links li:first-child {
  padding-left: 0;
}


.form-group label { font-size: 18px; color: #000; }
.form-control { 
	background-color: #f3f4f3; border: none; outline: none; 
}
.form-control:focus { 
	border:none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-transition: none;
  -webkit-transition: none;

}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th { background-color: #fff; }

#cart-heading { text-align: center; font-size: 14px; line-height: 18px; color: #686868; text-transform: uppercase; }
#cart-heading .desc { text-align: left; }
#cart-heading > div { margin-bottom: 5px; }

.row-wrap { border-bottom: 1px solid #807a79; }
.row-wrap.product { padding: 20px 0; }
.row-wrap.product .desc { position: relative; top: 30px; }
.row-wrap.product .desc a { color: #686868; }
.row-wrap.product .money { font-size: 16px; color: #686868; position: relative; top: 32px; }
.row-wrap.product .quantity { position: relative; top: 27px; }
.row-wrap.product .quantity input { width: 40%; margin: 0 auto; background: #fff; border: 2px solid #757371; }
.center { text-align: center; }

#cartform h5 { margin-top: 60px; font-size: 14px; color: #686868; border-bottom: 1px solid #807a79; padding-bottom: 5px; }
#cartform .cart-totals { font-size: 14px; color: #686868; text-transform: uppercase; padding-top: 10px; padding-bottom: 10px; }
#cartform .right { text-align: right; font-size: 14px; color: #686868; padding-top: 10px; padding-bottom: 10px; }
#cartform .outer-total { border-top: 1px solid #807a79; padding-top: 10px; font-family: NeutraText-Bold;  color: #686868; }
#cartform .outer-total .totals { font-size: 18px !important; }
#cartform .outer-total .totals span { border: 2px solid #757371; padding: 8px 20px; display: inline-block;-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
#cartform .outer-total .order-total { margin-top: 7px; }

.prod-detail .varients label { margin: 0; padding: 0; text-transform: uppercase; }

.other-imgs img { max-height: 54px; }

/* Responsive styling for the footer.
------------------------------------------------------------- */

/* Tablets */
@media (max-width: 767px) {
  .footer p {
    margin-bottom: 9px;
  }
}

/* Phones */
@media (max-width: 480px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer .social-xs { text-align: center; }
  .footer .social { border-bottom: 2px solid #fff; padding-bottom: 15px; margin-bottom: 20px; }
  .footer .links p, .footer .info p { margin-bottom: 4px; }
}



/* Sprites for Payment Method and Social
------------------------------------------------------------- */

/* Base Sprite */
.sprite {
  display: inline-block;
  background: transparent url(//cdn.shopify.com/s/files/1/0240/7921/t/4/assets/img-bs4sf-sprite.png?17680274022694517673) no-repeat;
}

/* Use a double-sized Sprite on high-resolution devices. */
@media only screen and (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .sprite {
    background-image: url(//cdn.shopify.com/s/files/1/0240/7921/t/4/assets/img-bs4sf-sprite-2x.png?17680274022694517673);
    background-size: 148px 134px;
  }
}

/* Payment Method Sprites */
.sprite-pay {
  width: 37px;
  height: 22px;
}

/* Social Media Sprites */
.sprite-social {
  width: 24px;
  height: 24px;
}

/* Individual Sprites */
.sprite.pay_amex { background-position: 0px 0px; }
.sprite.pay_credit { background-position: -37px 0px; }
.sprite.pay_dankort { background-position: 0px -22px; }
.sprite.pay_diners { background-position: -37px -22px; }
.sprite.pay_discover { background-position: 0px -44px; }
.sprite.pay_forbru { background-position: -37px -44px; }
.sprite.pay_google { background-position: -74px 0px; }
.sprite.pay_jcb { background-position: -74px -22px; }
.sprite.pay_laser { background-position: -74px -44px; }
.sprite.pay_maestro { background-position: 0px -66px; }
.sprite.pay_mastercard { background-position: -37px -66px; }
.sprite.pay_money { background-position: -74px -66px; }
.sprite.pay_visa { background-position: 0px -88px; }
.sprite.pay_shopify { background-position: -37px -88px; }
.sprite.pay_solo { background-position: -74px -88px; }
.sprite.pay_paypal { background-position: -111px 0px; }
.sprite.social_email { background-position: -111px -22px; }
.sprite.social_facebook { background-position: -111px -46px; }
.sprite.social_flickr { background-position: -111px -70px; }
.sprite.social_google_plus { background-position: 0px -110px; }
.sprite.social_linkedin { background-position: -24px -110px; }
.sprite.social_pinterest { background-position: -48px -110px; }
.sprite.social_tumblr { background-position: -72px -110px; }
.sprite.social_twitter { background-position: -96px -110px; }
.sprite.social_youtube { background-position: -120px -110px; }

/* Large desktops and laptops */
@media (min-width: 1200px) {
	.row-wrap.product .desc { top: 37px; }
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.blog-content .img-responsive { width: 275px; }
	#content .blog-main-content .img-responsive { width: 276px; }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.blog-content .img-responsive { width: 202px; }
	.navbar-default .navbar-nav>li>a { padding: 0 13px; }
	#content .blog-main-content .img-responsive { width: 202px; }
	.carousel-caption h4 { font-size: 38px; line-height: 48px; }
	#cta span {
		font-size: 15px;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.navbar-brand { padding: 7px 0px 0px 15px; }
	.navbar-nav { margin: 0; }
	.navbar-default .navbar-nav>li>a { padding-top: 7px; padding-bottom: 7px; }
	.navbar-default .navbar-collapse, .navbar-default .navbar-form { padding-top: 13px; padding-bottom: 13px; }
	.carousel-caption { position: static; background: url(//cdn.shopify.com/s/files/1/0240/7921/t/4/assets/triangle-down.jpg?17680274022694517673) no-repeat #cecece 50% 0px; margin: 15px 15px 0; padding: 25px 15px 5px; }
	.carousel-caption h4 { font-size: 22px; text-align: center; line-height: 24px; }
	.carousel-caption p { text-align: center; font-size: 16px; }
	.carousel-caption .btn {  }
	.divider { display: none; }
	#design-wrapper .space { margin-bottom: 30px; }

	#cta p a { padding: 0 15%; margin-bottom: 40px; }
	#cta h3 { margin-bottom: 10px; }
	img.pull-left { float: none !important; }
	#content .home-lower img { margin-right: auto; margin-bottom: 15px; }
	#content .home-lower p { text-align: center; }
	#content .home-lower { margin-top: -50px; }
	
	.blog-content .img-responsive { width: 100%; }
	.blog-content p a { display: block; float: none; margin: 0 20px 25px; }
	.blog-content p a:first-child { margin-left: 20px; }
	.blog-content p a:last-child { margin-right: 20px; }
	
	.navbar-header { position: relative; }
	.navbar-toggle { float: none; margin: -18px 0 0; position: absolute; top: 50%; border: none; }
	.navbar-default .navbar-toggle .icon-bar {  }
	.navbar-default .navbar-toggle:hover { background: transparent; }
	.navbar-default .navbar-toggle:focus { outline: none; background: transparent; }
	.navbar-toggle .icon-bar { height: 4px; background-color: #e9e9e9; }
	.navbar-brand { float: none; padding: 0; }
	.navbar-brand img { width: 125px; padding: 10px 0; }
	
	h1.small-title { font-size: 18px; margin-left: 15px; margin-right: 15px; }

	.row-wrap.product .desc, 	.row-wrap.product .money, .row-wrap.product .quantity { top: 0px; text-align: center; }
	.row-wrap.product .quantity input { width: 60px; margin-top: 10px; margin-bottom: 10px; }
	
	.blog-listing .column-left { padding-right: 0px; }
	.blog-listing .column-right { padding-left: 0px; }
	
	div.photo-info { right: 3%; bottom: 2.5%; }
	div.photo-info a { display: block; padding: 10px; }
	div.photo-info img { width: 15px; }
	
	#breadcrumb { font-size: 12px; margin-top: 10px; }  

	#content .blog-main-content .img-responsive { width: 100%; }
	#content .blog-main-content p a { width: 30%; margin: 0px 2% 25px; }
	#cta .col-sm-4 {
		margin-bottom: 20px;
	}

}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	#content .blog-main-content p a { width: 29%; }
	.promo { font-size: 11px; text-align: center; }
	#cta .col-sm-4 {
		margin-bottom: 20px;
	}
}
