/*
 Theme Name:   L'art of Fashion (master: Hemlock)
 Theme URI:    http://solopine.com
 Description:  Hemlock Child Theme
 Author:       Solo Pine Designs. modified by Pekko Tuomisto
 Author URI:   http://solopine.com
 Template:     hemlock
 Text Domain:  hemlock-child
*/

@import url("../hemlock/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* set max height for featured image */
body.home.blog .post-image {
	max-height: 500px;
	overflow-y: hidden;
}
body.single.single-post .post-image {
	max-height: 600px;
	overflow-y: hidden;
}
.post-image img {
	width: 100%;
}

/* set max height to sidebar featured image */
.side-image {
	max-height: 86px;
}

/* set max height to related post image */
.item-related a {
    max-height: 150px;
    overflow-y: hidden;
    display: block;
}


/* hide poster name */
.post-author {
	display: none;
}


/* front page carousel adjustments */
.owl-item {
    height: 450px;
}
#owl-demo .item img {
    width: 100%;
}
#owl-demo .item .feat-overlay {
    bottom: 0px;
}

/* subscription */
.footer-widget-wrapper {
    width: 100%;
}
.widget_simplesubscribe {
    text-align:center;
    margin-top: -20px;
}
#simplesubscribe-3 h4, label[for="frm-email"] {
    display: none;
}

.widget_simplesubscribe form {
    max-width: 330px;
    margin: 0 auto;
    height: 30px;
}
.widget_simplesubscribe dl {
    width: 230px;
    margin: 0 auto;
}
.widget_simplesubscribe dd {
	float: left;
}

.widget_simplesubscribe input {
	border-width: 1px;
	padding: 5px;
	display: block;
	max-width: 140px;
}

.widget_simplesubscribe .subscribeButton.button {
	background: none;
	border: 1px #aaa solid;
	font-family: inherit;
	cursor: pointer;
	color: #cea525;
	font-weight: 600;
	padding: 7px 9px 4px;
}
.widget_simplesubscribe .subscribeButton.button:hover {
    background: #222;
}