/*
Theme Name: DzLogic Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*  /\/\/\/\/\/\/\  Re-usable styles  /\/\/\/\/\/\/\  */
.dzl-dropshadow {
	text-shadow: 0 2px 1px rgba(0,0,0,0.3);
}
.dzl-boxshadow {
	box-shadow: 0 2px 0px rgba(0,0,0,0.5);
}
.dzl-gen-responsive {
	width: 100% !important;
	height: auto !important;
}
.dzl-gen-responsive *{
	width: 100% !important;
}
.dzl-whiteborder {
	border: 2px solid white;
}

/*  /\/\/\/\/\/\/\  custom Styles  /\/\/\/\/\/\/\  */
body {
	font-size: 16px;
}


.dzl-frontpromo {
	margin-bottom: 0;
	border: none !important;
	color: #000 !important;
	background-color: inherit !important;
}
h1,h2,h3,h4,h5,h6 {
	text-transform: none !important;
}
#dzl-home-heroimg #ls-bg {
	/*width: 100%;*/
	/*height: auto;*/
	/*//background-size: cover;*/
}


/*  /\/\/\/\/\/\/\  Homepage  /\/\/\/\/\/\/\  */
.dzl-button a{
	font-weight: bold !important;
	font-size: 14px !important;
	background-color: none !important;
	border: 1px solid #ccc !important;
}
.dzl-button a:hover {
	background-color: #EFEFEF !important;
}
.dzl-home-testimonials-holder {
	border-top: 4px solid #1A85A5;
	border-bottom: 4px solid #1A85A5;
}
.dzl-info-colorbar {
	width: inherit;
	height: 100px;
	background-color: #66AFC8;
	margin:-50px -50px 0px -50px;
}
.dzl-info-colorbar-head {
	line-height: 100px;
	padding-left: 50px;
	color: white !important;
}

/*  /\/\/\/\/\/\/\  videos & Testimonials  /\/\/\/\/\/\/\  */
.dzl-img-responsive {
	box-shadow: 0px 0px 10px #66AFC8;
	width: 100% !important;
	border-radius: 10px !important;
	border: 1px solid #66AFC8;
}
.dzl-ftvid-holder .dzl-img-responsive {
	box-shadow: 0px 0px 20px white;
	width: 100% !important;
	border-radius: 10px !important;
	border: 1px solid white;
}
.dzl-img-responsive * {
	width: 100% !important;
	border-radius: 10px !important;
}
.dzl-ftvid{
	padding-top: 20px;
}


/*  /\/\/\/\/\/\/\  Conditions  /\/\/\/\/\/\/\  */
.dzl-ft-condition *{
	max-width: 400px !important;
}
.dzl-ebook-promobox {
	overflow: visible !important;
}

/*  /\/\/\/\/\/\/\  Getting Started  /\/\/\/\/\/\/\  */
.dzl-drdzpic div img {
	border: 2px solid white;
}

/*  /\/\/\/\/\/\/\  Lead Gen  /\/\/\/\/\/\/\  */
.dzl-leadgen * {
	max-width: 250px !important;
	width: 100% !important;
}

/*  /\/\/\/\/\/\/\  Theme Overrides  /\/\/\/\/\/\/\  */
.av-subheading p, .widgettitle {
	font-family: "proxima-nova-sc-osf",sans-serif;
	text-transform: lowercase !important;
}
/*body.home div.avia-testimonial-image {
	border: 1px solid white;
}*/
.avia-testimonial-meta-mini .avia-testimonial-name {
	line-height: 15px !important;
	margin-top: 5px !important;
}
div.phone-info span{
	font-size: 16px;
}
body header.av_header_transparency div.phone-info span {
	color: #fff !important;
}

/*  /\/\/\/\/\/\/\  Blog  /\/\/\/\/\/\/\  */
.post-title.entry-title {
	font-size: 32px !important;
}
.post_delimiter {
	padding-top: 40px !important;
	margin-bottom: 40px !important;
}
.entry-content p {
	font-size: 16px;
}
body.single.single-post .big-preview.single-big a img {
	border-radius: 4px;
	box-shadow: 0px 0px 10px #ccc;
	border: 1px solid #ccc;
	margin: 10px;
}
body.page-id-3982 .big-preview.single-big {
	padding: 10px;
}
body.page-id-3982 .big-preview.single-big a {
	border-radius: 4px;
	box-shadow: 0px 0px 10px #ccc;
	border: 1px solid #ccc;
}


/*  /\/\/\/\/\/\/\  Organize Series  /\/\/\/\/\/\/\  */
.seriesmeta {
	background-color: hsla(195, 47%, 59%, 0.13);
    font-size: 1em;
    padding: 10px;
    margin-top: 10px;
    border-left: 6px solid rgba(102, 175, 200, 0.44) !important;
}
.single-post .seriesmeta {
	font-size: .8em;
}
.seriesmeta a {
	color: #fff;
	display: inline-block;
	background-color: #66AFC8;
	border-radius: 10px;
	padding: 0px 8px;
	transform: all 1s;
}
.seriesmeta a:hover {
	color: white;
	text-decoration: none;
	background-color: #458398;
}

#series-nav {
	border-top: 1px solid #66AFC8;
    background-color: hsla(195, 47%, 59%, 0.13);
    padding: 0px 15px 15px 15px;
    margin-top: 50px;
    margin-bottom: 20px;
}

#series-nav-legend {
	font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
}

.series-nav-left { float: left; }
.series-nav-right { float: right; }

.series-nav-left a, .series-nav-right a {
	color: #fff;
	display: inline-block;
	background-color: #66AFC8;
	border-radius: 10px;
	padding: 3px 10px 3px 10px;
	transform: all 1s;
}

.series-nav-left a:hover, .series-nav-right a:hover {
	color: white;
	text-decoration: none;
	background-color: #458398;
}

/*  /\/\/\/\/\/\/\  Custom Widget Styles  /\/\/\/\/\/\/\  */
.dzl-newsletter-promobox {
	display: inline-block;
	margin-bottom: 1rem !important;
}