/*
Theme Name:     Pravda - Retina Responsive WordPress Theme - Child
Theme URI:		http://themeforest.net/user/ZERGE/portfolio
Description:    Child theme for the Pravda theme
Version:		1.05
Author:         ZERGE
Author URI:		http://themeforest.net/user/ZERGE
Template:		wp-pravda

*/

@import url("../wp-pravda/style.css");

/* --------- Insert your custom styles on next rows --------- */

#header {
  background: #f2f2f2;
}

.header-block {
  padding-top: 20px;
  padding-bottom: 10px;
}

h1.entry-title, h1 entry-title a {
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;
padding-right: 60px;
}

.sf-menu a:hover {
color: #E2383F !important;
text-shadow: 1px 1px 2px #0f0f0f;
}

.display-posts-listing .listing-item a {
color: #363636;
font-style: normal;
font-size: 14px;
line-height: 20px;
font-weight: 700;
text-decoration: none;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
}

.display-posts-listing {
list-style-type: none !important;
}

.listing-item {
padding-bottom: 10px;
}

.meta-category {
margin-left: 5px !important;
}

.dfad a img.alignnone {
  margin: 0px 15px 15px 0;
}
.dfad a:hover {
  text-decoration: none;
}
.banner img {
    width: 100% !important;
}
.widget-area {
  margin-top: 0px !important;
}



/* ==================================== */
/* CSS to override siteorigin page builder defaults */
.panel-grid .widget, .panel-grid-cell .widget {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}

.panel-grid-cell .so-panel {
	margin-bottom: 0 !important;
}

/****signup form****/
body .gform_wrapper {
	display: block;
	border-radius: 5px;
	border-color: transparent;
	border-color: #c1c1c1 !important;
	border-width: 1px;
	border-style: solid;
	background: #c5e8ff;
	color: #000000 !important;
	text-align: left;
	padding: 20px 20px 10px;
	margin: auto;
	float: none;
	font-size: 11px;
}

.gform_footer input[type="submit"] {
	border: 0 none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	min-width: 75px;
	padding: .3125rem .625rem;
	text-decoration: none;
	transition: all .1s linear 0;
	background: none repeat scroll 0 0 #498dc0;
}

.gdform_wrapper .gform_footer .gform_button button, .gform_footer input[type="submit"]:hover,  .gform_footer button:hover,  .gform_footer input[type="button"]:hover,  .gform_footer input[type="reset"]:hover {
	background: none;
	filter: none;
	background: #fcbb0a !important;
	color: #0a0a0a !important;
	text-shadow: none;
	border-radius: 2px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 6px 12px;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	height: 33px;
	float: right;
	margin: 5px 0 20px 20px;
	margin: .3125rem 0 1.25rem 1.25rem;
}

/* mod attributes for field labels */
.gform_wrapper .top_label .gfield_label {
	display: none;
}

/* mod  attributes for form notices */
.gdform_wrapper small {
	font-size: 9px;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
	width: 100%;
	border-color: #898989 !important;
	border-width: 1px;
	border-style: solid;
}

/* submit buttons */
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	font-size: 14px;
	height: 33px;
	float: right;
	padding: 6px 12px;
	margin: 5px 0 20px 20px;
	margin: .3125rem 0 1.25rem 1.25rem;
	border-radius: 2px;
}

.gform_wrapper .top_label .gfield_label {
	margin: 10px 0 0;
	font-weight: normal;
	display: -moz-inline-stack;
	display: inline-block;
	line-height: 1em;
	clear: both;
}

.gform_wrapper .gform_footer {
	padding: 5px;
	margin: 5px 0 0;
}

.sign-up-form-free {
	font-size: 1.45rem;
	line-height: 1.9rem;
}

.sign-up-form-free strong {
	font-size: 1.6rem;
}

.sign-up-form-free {
	margin-bottom: .5em;
}

#gform_wrapper_1 .gfield_html {
	margin-top: 0;
}

#gform_wrapper_1 {
	background-image: url("http://cdiabetes.com/fall2015/wp-content/uploads/2015/03/sign-up-form-arrow.png");
	background-repeat: no-repeat;
	padding-left: 36px;
}

.sign-up-form-first-paragraph {
	font-size: 1.15em;
	padding-bottom: 5px;
}

.sign-up-form-email {
	margin-bottom: 10px;
	font-size: 1.1em;
}

.sign-up-form-email input {
	border-color: #444;
	border-width: 1px;
}

.sign-up-form-email select {
	border-color: #444;
	border-width: 1px;
}

.sign-up-form-newsletters {
	margin-bottom: 15px;
	font-size: 1.1em;
}

/**end signup form**/

#footer {
background-color: #1f3b70 !important;
}