/*
 Theme Name:   Lamoon
 Theme URI:    http://themes.uxbarn.com/redirect.php?theme=lamoon_wp
 Description: Lamoon is a sleek, sharp and clean responsive WordPress theme for your resort and hotel business. It was designed in the purpose of being the best suit for reflecting your modern image to the website. However, by its flexibility, you will be able to adapt for not only the resort business but for every kind of business you have or even your personal pages.
 Author:       UXbarn
 Author URI:   http://themeforest.net/user/UXbarn?ref=UXbarn
 Template:     lamoon
 Version:      3.1
 Tags: light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-colors, custom-menu, featured-image-header, featured-images, sticky-post, theme-options
 Text Domain:  lamoon-child
*/

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

/* =Theme customization starts here
-------------------------------------------------------------- */
/***** Block Quote Styles *****/
blockquote {
	background: #fff;
}

blockquote cite {
    width: 80%;
    text-align: right;
}

blockquote cite:before {
	content: "\2014 \0020";
}

blockquote.post {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	font-family: 'Vollkorn:400italic';
	font-style: italic;
	font-size: 16px;
	margin: 10px 17px;
	padding: 17px 15px 13px;
	width: 180px;
}

blockquote.post p {
	line-height: 1.4em;
}

blockquote.post cite {
	color: #333;
	display: block;
	float: right;
	font-family: 'Lato';
	font-size: 12px;
	font-style: normal;
	margin-top: 2px;
}

blockquote.post.float-left {
	float: left;
	margin-left: 0;
}

blockquote.post.float-right {
	float: right;
	margin-right: 0;
}

blockquote.full-width {
	background: #fff;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	margin: 20px 0;
	overflow: hidden;
	padding-bottom: 30px;
	width: 100%;
}

blockquote.full-width p {
	background: url('images/quote.png') no-repeat;
	color: #666;
	display: block;
	font-family: 'Vollkorn:400italic';
	font-size: 16px;
	font-style: italic;
	line-height: 1.4em;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	padding: 10px 50px 0 50px;
}

blockquote.full-width cite {
	color: #333;
	display: block;
	float: right;
	font-size: 14px;
	margin-top: 5px;
	margin-right: 50px;
}