/*
Theme Name: Look
Theme URI: http://magicaltheme.com/look/
Author: MagicalTheme
Author URI: https://magicaltheme.com
Description: Beautiful, fully responsive and retina Woocommerce theme for fashion online store.
Version: 1.0.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: look
Tags: two-columns, left-sidebar, fixed-layout, responsive-layout, featured-images
*/
* {
	padding: 0;
	margin: 0;
}
img {
	border: none;
	max-width: 100%;
}
li {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color: #000;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:focus {
	outline: none;
	color: inherit;
	text-decoration: none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
:focus {
	outline: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #000;
}
.container-fluid {
	width: 100%;
	margin: 0 auto;
	padding: 30px 50px;
	text-align: center;
}
#header {
	background: url(header-bg.png) center center no-repeat;
	background-size: cover;
}
.header-inner {
	background: rgba(0,0,0,.65);
	padding: 0 0 0;
}
.logo {
	width: 186px;
	margin: 0 auto;
}
img.retina-logo {
	display: none;
}
h1.logo-caption {
	font-size: 18px;
	text-transform: capitalize;
	letter-spacing: 2px;
	margin: 20px 0 40px;
	color: #fff;
}
a.button {
	font-size: 14px;
	letter-spacing: 4px;
	padding: 12px 44px 10px 48px;
	border: 2px solid #fff;
	text-transform: uppercase;
	font-weight: bold;
	background: transparent;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a.button span {
	font-size: 18px;
	line-height: 12px;
}
a.button:hover {
	background: #000;
	border: 2px solid #000;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 80px;
}
#content {
	padding: 30px 0;
	background: #f7f7f7;
	color: #000;
	position: relative;
}
#content:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: -20px;
	left: 50%;
	margin-left: -20px;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #f7f7f7 transparent;
	z-index: 10;
}
.screenshot-thumb {
	background: url(bg-demo.png) top left no-repeat;
	background-size: 100% auto;
	padding: 25px 25px 120px;
	width: 100%;
	overflow: hidden;
	display: inline-block;
}
.screenshot-thumb .layout {
	position: relative;
	width: 100%;
	height: 285px;
	overflow: hidden;
	background-position: 0 0;
	background-size: 100% auto;
	-webkit-transition: all 3s ease-in-out;
	-moz-transition: all 3s ease-in-out;
	-ms-transition: all 3s ease-in-out;
	-o-transition: all 3s ease-in-out;
	transition: all 3s ease-in-out| 
}
.screenshot-thumb:hover .layout {
	background-position: 0 100%;
}
.screenshot-thumb .full-1 {
	background-image: url(full-1.jpg);	
}
.screenshot-thumb .full-2 {
	background-image: url(full-2.jpg);	
}
.screenshot-thumb .fix-1 {
	background-image: url(2018-10-22-23-38-nou-bready.myshopify.com.png);	
}
.screenshot-thumb .fix-2 {
	background-image: url(2018-10-22-23-36-nou-bready.myshopify.com.png);	
}
.screenshot-thumb .left-1 {
	background-image: url(2018-10-22-23-37-nou-bready.myshopify.com.png);	
}
.screenshot-thumb .left-2 {
	background-image: url(left-2.jpg);	
}
.screenshot-thumb .layout .demo-link {
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 100%;
	background: rgba(0,0,0,.1);
	color: #fff;
	text-transform: uppercase;
	top: 0;
	left: 0;
	text-align: center;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.screenshot-thumb .layout .demo-link .link {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);	
}
.screenshot-thumb .layout .demo-link a {
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	transform: rotate3D(1,0,0,-90deg);
	-moz-transform: rotate3D(1,0,0,-90deg);
	-webkit-transform: rotate3D(1,0,0,-90deg);
}
.screenshot-thumb .layout:hover .demo-link {
	background: rgba(0,0,0,.6);
}
.screenshot-thumb .layout:hover .demo-link a {
	opacity: 1;
	transform: rotate3D(0,0,0,0);
	-moz-transform: rotate3D(0,0,0,0);
	-webkit-transform: rotate3D(0,0,0,0);
}
#content h2 {
	margin-bottom: 50px;
	margin-top: 0;
	text-transform: uppercase;
	font-weight: bold;
}

/* ============== RESPONSIVE DISPLAY ============== */
@media only screen and (max-width: 2650px) {
	.screenshot-thumb .layout {
		height: 405px;
	}
	.screenshot-thumb {
		padding-bottom: 190px;
	}
}
@media only screen and (max-width: 1920px) {
	.screenshot-thumb .layout {
		height: 260px;
	}
	.screenshot-thumb {
		padding-bottom: 140px;
	}
}
@media only screen and (max-width: 1440px) {
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		padding-left: 25px;
		padding-right: 25px;
		margin-bottom: 60px;
	}
	.screenshot-thumb .layout {
		height: 200px;
	}
}
@media only screen and (max-width: 1366px) {
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 50px;
	}
	.screenshot-thumb .layout {
		height: 190px;
	}
}
@media only screen and (max-width: 1280px) {
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 50px;
	}
	.screenshot-thumb .layout {
		height: 170px;
	}
}
@media only screen and (max-width: 1024px) {
	.screenshot-thumb {
	    padding-bottom: 90px;
	}
	.screenshot-thumb .layout {
		height: 120px;
	}
}
@media only screen and (max-width: 800px) {
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 30px;
	}
	.screenshot-thumb .layout {
		height: 150px;
	}
}
@media only screen and (max-width: 768px) {
	.screenshot-thumb .layout {
		height: 146px;
	}
	
}
@media only screen and (max-width: 736px) {
	.screenshot-thumb .layout {
		height: 330px;
	}
	.screenshot-thumb {
		padding-bottom: 160px;
	}
}
@media only screen and (max-width: 667px) {
	.screenshot-thumb .layout {
		height: 290px;
	}	
}
@media only screen and (max-width: 640px) {
	.screenshot-thumb .layout {
		height: 275px;
	}
}
@media only screen and (max-width: 568px) {
	.screenshot-thumb .layout {
		height: 230px;
	}
	.screenshot-thumb {
		padding-bottom: 130px;
	}	
}
@media only screen and (max-width: 480px) {
	.container-fluid {
		padding: 30px 20px;
	}
	.screenshot-thumb .layout {
		height: 215px;
	}
	h1.logo-caption {
		line-height: 30px;
	}
}
@media only screen and (max-width: 414px) {
	.container-fluid {
		padding: 10px 20px 30px;
	}
	#content h2 {
		margin-bottom: 30px;
	}
	.screenshot-thumb .layout {
		height: 175px;
	}
	.screenshot-thumb {
		padding-bottom: 130px;
	}
}
@media only screen and (max-width: 384px) {
	.screenshot-thumb .layout {
		height: 155px;
	}
	.screenshot-thumb {
		padding-bottom: 100px;
	}
	
}
@media only screen and (max-width: 375px) {
	.screenshot-thumb .layout {
		height: 150px;
	}
}
@media only screen and (max-width: 360px) {
	.screenshot-thumb .layout {
		height: 145px;
	}
}
@media only screen and (max-width: 320px) {
	.screenshot-thumb .layout {
		height: 130px;
	}
	.screenshot-thumb {
		padding: 20px 20px 80px;
	}
}

/* ============== RETINA DISPLAY ============== */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	.regular-logo {
		display: none;
	}
	.logo img.retina-logo {
		display: block;
	}

}