/*
Theme Name: DaCast
Author: Anonymous
Author URI:
Version: 1
Description: DaCast theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dacast
Tags: one-column, two-columns
Theme URI:
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky,
.bypostauthor{
	display:block;
}


/* main elements */
.lightbox .ajax-loader,
.posts-list .alignright br,
.single-post .alignright br,
.posts-list .alignright p,
.single-post .alignright p,
.lightbox .note + .wpcf7-response-output{display: none !important;}

.plan-title .price h3{
	font-size: 30px;
	font-weight: bold;
	margin-top: 8px;
}

.posts-grid h2 { font-size: 24px !important; }
.posts-grid h3 { color: #5f96bd; }

.posts-list .alignright, .single-post .alignright { margin: 5px 20px 20px 30px !important; }

/* Contact link */

.top-nav li:first-child {
	background: url('//d2x3rgjr0n9rv4.cloudfront.net/wp-content/uploads/2014/07/phone.png') no-repeat left center;
	font-size: 16px;
	padding-left: 16px;
	text-transform: none;
}


/* Reset password form */

#reset { display: none; }

#gform_wrapper_6.gform_wrapper {
	margin: 0;
	max-width: 100%;
	overflow: hidden;
}

#gform_wrapper_6.gform_wrapper .gform_heading {
	background: #5295bf;
	border-bottom: 4px solid #3c799c;
	color: #fff;
	margin: 0 0 16px;
	padding: 30px 0;
	text-align: center;
	width: 100%;
}

#gform_wrapper_6.gform_wrapper h3.gform_title {
	font-size: 28px;
	font-weight: 300;
	line-height: 1.2;
}

#gform_wrapper_6.gform_wrapper .gform_body {
	padding: 0 44px;
}

#gform_wrapper_6.gform_wrapper .gfield_label {
	font-weight: 300;
}

#gform_wrapper_6.gform_wrapper input[type="text"].large {
	background: #fff;
	border: 1px solid #cbcbcb;
	font-size: 16px;
	height: 42px;
	padding: 10px 16px 11px;
	-webkit-box-shadow: inset 0 -2px 0 #ededed, inset 0 -1px 1px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 -2px 0 #ededed, inset 0 -1px 1px rgba(0, 0, 0, 0.4);	
	width: 100%;
}

#gform_wrapper_6.gform_wrapper .gfield_html {
	text-align: center;
}

#gform_wrapper_6.gform_wrapper .gform_footer {
	padding: 0 44px 30px;
	text-align: center;
}

#gform_confirmation_message_6.gform_confirmation_message_6.gform_confirmation_message {
	padding: 40px 20px;
}

.calculator-form .sub-headline {
	display: none;
}

.section-tabs #tab3 {
	margin-top: -60px;
}

/*Single Post */

.single-post p {
	font-size: 20px;
	line-height: 1.5;
}

.bottomcontainerBox {
	margin-top: 25px;
}

/* Newsletter Form */ 

.socials .frame {
    min-width: 142px;
}

.newsletter-form_wrapper,
.socials .newsletter-email div.ginput_container {
    margin: 0 !important;
}

.newsletter-email {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 400px;
}

.socials .newsletter-email input  {
    color: #afafaf;
    display: inline-block;
    height: 26px;
    padding: 4px 6px 5px !important;
    font-size: 12px;
    line-height: 17px;
    border: 1px solid #dadada;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.newsletter-email label {
    display: none !important;
}

.newsletter-form .gform_footer {
    margin: 0 !important;
}

.socials .newsletter-form .gform_footer {
    padding: 8px 0 0;
}

.socials .newsletter-form input[type=submit] {
    color: #fff;
    height: 26px;
    margin: 0 !important;
    padding: 0 0 2px;
    background: #db7626;
    font-size: 14px !important;
    line-height: 26px;
    font-weight: 300;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    width: 100% !important;
}

@media only screen and (max-width: 600px) {
	#gform_wrapper_6.gform_wrapper .gform_body,
	#gform_wrapper_6.gform_wrapper .gform_footer {
		padding-left: 22px;
		padding-right: 22px;
	}
	#footer .top-nav li:first-child {
		background: none;
	}

	.section-tabs #tab3 {
		margin-top: 0;
	}
}
