/*
Theme Name: Luisa Child
Theme URI: http://demo.stylishthemes.co/luisa/
Author: StylishThemes
Author URI: http://stylishthemes.co
Description: LUISA Child
Version: 1.2.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: luisa-wp
Text Domain: stylish
Tags: black, blue, white, two-columns, responsive-layout, threaded-comments, translation-ready, custom-menu
*/

@import url("../luisa-wp/style.css");

/* = Theme customization your go here
-------------------------------------------------------------- *//* CSS Document */

/*---------------- mobile menu fix ------------------*/


@media (max-width: 480px) {
.left-fixed-side {  
  top: 85px;
}

.logo, .logo-area {
   height: 150px;
}

.left-fixed-side .menu-button {
	width: 15rem;
	padding: 0 0 0 0;
}	
}

@media (min-width: 480px) and (max-width: 800px) {
.left-fixed-side {  
  top: 55px;
}

.logo, .logo-area {
   height: 120px; 
}

.left-fixed-side .menu-button {
	width: 15rem;
	margin:  -10px 0 0 0;
}	
}

@media (min-width: 801px) and (max-width: 1030px) {
.left-fixed-side .menu-button {
	width: 15rem;
	padding: 10px 0 0 0;
}

}




.filter-container {
	display: none;
}

.right-fixed-side .filter-icon {
	display: none;	
}

body.home  { 
	background-image: url("https://www.tobiasalexanderharvey.com/wp-content/uploads/Newfoundland-Avaunt006.jpg");
}


@media (min-width: 1030px) {
	.logo-area.logo-fixed .logo {
		display: none;
		background: none;
		padding: 0;
	}
}

	.logo-area .logo a {
		line-height: 30px;
	}


/*----------- Home Logo ------------*/

.logo-area-home {
	text-align: center;
	position: absolute;
	z-index: 2;
	top: 30%;
	width: 100%;
}

.logo-area-home .logo {
	display: inline-block;
	min-height: 80px;
	padding: 3rem 5.5rem;
	line-height: 0;
}

.logo-area-home .logo a {
	display: block;
	min-height: 20px;
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-size: 25px;
	letter-spacing: 12px;
	line-height: 30px;
	color: #23527c;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: 12px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.logo-area-home .logo img {
	/*max-height: 2.5rem;*/
	/*max-width: 14rem;*/
}


.static-page-area-home {
	padding-top: 7rem;
	padding-bottom: 6.5rem;
	margin-bottom: 7rem;
}

/*----------- Home Menu ------------*/

.menu-container .menu > ul > li,
.filter-container .menu > ul > li,
.menu-container .filter > ul > li,
.filter-container .filter > ul > li {
	margin: 0 2rem 3rem 2rem;
}
	
.page-id-2 .left-fixed-side .vertical-letter {
	color: #FFFFFF;
}

.page-id-2 .left-fixed-side .menu-button .menu-icon span {
	background: #FFFFFF;
}

@media (min-width: 1200px) {
.page-id-2 .left-fixed-side .menu-button .menu-icon span {
	background: #FFFFFF;
}
}

@media (max-width: 1200px) {
.page-id-2 .left-fixed-side .menu-button .menu-icon span {
	background: #FFFFFF;
}
}

@media (max-width: 1030px) {
.page-id-2 .left-fixed-side .menu-button .menu-icon span {
	background: #191919;
}
}

@media (max-width: 800px) {
.page-id-2 .left-fixed-side .menu-button  .menu-icon span {
	background: #191919;
}
}


/*------------------- Rollover ---------------------*/


.img-label {
	font-size: 10px;
	margin: -35px 0 0 0;
	text-decoration: none;
}

a:hover {
	text-decoration: none !important;
}

/*------------------- Rollover ---------------------*/

.imgroll figure {
	position: relative;
	margin-bottom: 3rem;
}

.imgroll .col-sm-6 .divimage {
	background-color: #000;
}

.imgroll .col-sm-6 .divimage {
	min-height: 240px;
}

.imgroll .col-sm-3 .divimage {
	min-height: 120px;
}

.imgroll figure figcaption {
	height: auto !important;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.imgroll figure figcaption .light {
	position: relative;
	background-size: cover;
	/*background-size: contain;*/
	background-position: center bottom;
	z-index: -1;
	top: 0;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.imgroll figure figcaption .parallax-speed-4 {
	margin-top: calc(-100vh / 4);
}

.imgroll figure figcaption .parallax-speed-8 {
	margin-top: calc(-100vh / 8);
}

.imgroll figure figcaption .parallax-speed-12 {
	margin-top: calc(-100vh / 12);
}

.imgroll figure figcaption .parallax-speed-16 {
	margin-top: calc(-100vh / 16);
}

.imgroll figure figcaption .parallax-speed-20 {
	margin-top: calc(-100vh / 20);
}

.imgroll figure figcaption .parallax-speed-24 {
	margin-top: calc(-100vh / 24);
}

.imgroll figure figcaption img {
	width: 100%;
	height: auto;
}

.imgroll figure figcaption:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: transparent;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease-in-out;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
}

.imgroll figure h2 {
	position: absolute;
	z-index: 1;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: 'Playfair Display', serif;
	color: #191919;
	font-size: 2.1rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 4px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease-in-out;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	opacity: 0;
}

.imgroll figure h2:after {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	background: #aeaeae;
	bottom: -10px;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0) rotate(0);
	transform: translate3d(-50%, 0, 0) rotate(0);
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}

.imgroll figure h2:before {
	content: '';
	top: -10px;
	width: 100%;
	height: 1px;
	display: block;
	background: #aeaeae;
	position: absolute;
	left: 50%;
	transform: translate3d(-50%, 0, 0) rotate(0);
	-webkit-transform: translate3d(-50%, 0, 0) rotate(0);
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}

.imgroll figure:hover figcaption:after {
	bottom: 6rem;
	top: 3rem;
	left: 3rem;
	right: 3rem;
	background: #ffffff;
}

.imgroll figure:hover h2 {
	opacity: 1;
}


@media (min-width: 800px) {
	.imgroll .col-sm-3 figure h2 {
		font-size: 1.6rem;
	}

	.imgroll .col-sm-3 figure:hover figcaption:after {
		bottom: 4rem;
		top: 1rem;
		left: 1rem;
		right: 1rem;
	}

}

@media (max-width: 800px) {
	.imgroll > div {
		width: 100% !important;
	}

	.imgroll figure h2 {
		font-size: 1.6rem;
	}

	.imgroll figure:hover figcaption:after {
		bottom: 4rem;
		top: 1rem;
		left: 1rem;
		right: 1rem;
	}

}