/*   
Theme Name: Blonde pr
Theme URI: 
Description:
Author: Eli Lev
Author URI: Elilev.me
Version: 1
*/


body{

	font-family: 'Open Sans', sans-serif;
	background: #fff;
}
h1,h2,h3,h4,h5,h6{
		font-family: 'Oswald', sans-serif;
}
p, li{
	font-size: 17px;
	line-height: 25px;
}


.m-20{margin-top:20px;}
.m-40{margin-top:40px;}
.mb-10{margin-bottom:10px;}
.mb-20{margin-bottom:20px;}
.mb-40{margin-bottom:40px;}
.m-60{margin-top:60px;}
.mb-60{margin-bottom:60px;}
.m-80{margin-top:80px;}
.m-100{margin-top:100px;}
.m-120{margin-top:120px;}
.no-padding{padding-right:0;}
.p-20{padding:20px 0;}
.p-40{padding:40px 0;}
.row{
	max-width: 1170px;
}


h2{
	line-height:33px;
	font-size: 30px;
	font-weight: 400;
}
h3{
	line-height:33px;
	font-size: 30px;
	font-weight: 600;
}

a{
	color:#000;
	text-decoration: underline;
	}
a:hover{
	color:#aaa;
}
.button{
 color: #333;
   background: #fff;
	margin:20px 8px;
	padding:6px;
	border-radius: 5px;
}
.button:hover{
 color: #fff;
   background: #333;
	margin:20px 8px;
	padding:6px;
	border-radius: 5px;
}

.sub-title{
	    font-style: italic;
	font-size: 18px;
}
.color-strip{
	color:#fff;
	background-color: #333
}

.g-bg{
	background:#eee;
}

.logo{
	background:#fff;
	padding:5em 2em ;
	position: relative;
	 transition: all 0.2s ease;
}
.logo img{
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
}


.downloadlink{
	text-decoration: underline;
	font-size: 12px;
	color:#333;
	position: absolute;
	bottom:5px;
	left: 0;
	right:0;
}

/*.logo .downloadlink{
	opacity: 0; 	
	visibility: hidden;
	transition: all 0.2s ease;
}*/
/*.logo:hover .downloadlink{
	display: block;
	visibility: visible;
	opacity: 1;
	transition: all 0.2s ease;
}*/

/*//////////////////////////////*/
/*////// slideshow  //////////*/
/*//////////////////////////////*/
.slideshow-wrapper .controls{
	z-index: 10;
	position: relative;	
	margin:20px auto;
	width: 60px;

}
.slideshow-wrapper .controls div{
	float:left;
	padding:0 0.3em;
}
	.slideshow-wrapper .controls i{
		font-size: 12px;
		color:#333;
		cursor: pointer;
	}

.slick-dots{
    position: absolute;
    bottom: -20px;
    right: 45%;
    z-index: 400;
    text-align: right;
}
.slick-dots li button:before{
	color:#aaa;
}
.slick-dots li.slick-active button:before{
    color: #fff;
}
.slideshow img{
	margin:0 20px;
	max-height: 400px;

}

.share{
	margin:20px 0;
}
.share a{
    color: #333;
    border: 1px solid;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    padding: .4em .2em;
    margin: 0 4px;
    transition: all 0.2s ease-in-out;

}
.share a:hover{
    color: #fff;
   background: #333;

}



.contact-strip p{
	margin:0;
}

.entry iframe{

}

footer{
	background: #333;
}
footer img{
	width:25px;
	margin:0 8px;
}

footer p{
	padding:10px;
	margin:0;
	color:#fff;
	font-size: 12px;
}


@media screen and (max-width: 39.9375em) {
	.logo{
		margin-bottom: 20px;
		padding-bottom:6em;
	}
	.downloadlink{
		bottom: 10px;
	}
	.slideshow img{
		margin:0 20px;
		height: 200px;

	}


}

