/*
Theme Name: Flatsome Child Theme
Theme URI: http://flatsome.uxthemes.com/
Description: This is a child theme for Flatsome
Author: UX Themes
Author URI: http: //www.uxthemes.com/
Template: flatsome
Version: 2.5
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

iframe {
border: none;
}


/*  Quotes
================================================== */
blockquote {
	quotes: "\201c" "\201d" "\2018" "\2019";
	line-height:18px;
	font-size:12px;
	margin-left: 10px;
	margin-bottom:15px;
	padding-left: 18px;
	border-left: 3px solid #ccc; 
	border-left: 3px solid rgba(0,0,0,0.2); 
}
blockquote p {
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif !important;
	font-weight:normal;
	font-weight:300;
	font-style: italic;
	font-size: 16px;
	line-height: 1.4;
	color: #999;
	color: rgba(0,0,0,0.5);
}
blockquote span {
    display: block;
    text-align: right;
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif !important;
    font-style: normal;
    font-size: 14px;
	color: #000;
}
.quote-left {
    float: left;
    margin: 10px 20px 20px 0;
    margin-left: 0;
    width: 250px;
}
.quote-right {
    float: right;
    margin: 10px 0 20px 20px;
    margin-right: 0;
    width: 250px;
}
.quote-left p,
.quote-right p { margin-bottom: 0; }
.quote-left span,
.quote-right span { margin-top: 10px; }
.quote {
	color:#000;
	padding: 20px 30px;
	border:2px solid #000;
}
.quote p:before {
	color:#000;
	content: "\f10d";
	font-family: "icomoon";
	font-size:20px;
	margin-right:15px;
	font-style: normal;
}
.quote p {color:#000;}

#video-t-clicker {
display: block;
clear: both;
background-color: #f6e5cb; 
margin-bottom:20px;
padding: 11px;
border-bottom: 1px solid #e4af5e;
border-top: 1px solid #e4af5e;
text-transform: uppercase;
font-family: "Lato", helvetica, arial, sans-serif;
font-size: 14px;
}

a#video-t-clicker:hover{
text-decoration: underline;
}

.brand-panel .brand_logo {
float: left;
width: 30%;
}
.brand-panel .brand_logo img {
-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
}
.brand-panel .brand_description {
float: right;
width: 65%;
margin-bottom: 20px;
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}