/*
Theme Name:     Divi Child
Author:         Michael Kristof
Author URI:     http://www.kristofcreative.com
Template:       Divi
Version:        1.0.0
Description:    Child theme for Divi
Wordpress Version: 4.4
*/
 
@import url("../Divi/style.css");



/*
----------------------
COLORS
----------------------
DK Grey			#525e6b
LT Grey			#787f8b
Orange			#ec7c4d
Dk Orange: 		#ed6125
Lt Blue			#acd0de

Black			#464646
Deep Black: 	#272727
Silver			#eeeeee	
Pink			#ec81c0
*/



/*
.grey {
	color:#666666;
	}

.orange {
	color:#2b4d91;
	color:#ed6125;
	}
*/






/* ----------------------------------------------------------------------------------------------------
	=OVERRIDES
------------------------------------------------------------------------------------------------------- */


@font-face {
	font-family: 'KnockoutHTF48FeatherweightRg';
	src: url('fonts/knockout-htf48-featherweight-webfont.eot');
	src: url('fonts/knockout-htf48-featherweight-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/knockout-htf48-featherweight-webfont.woff') format('woff'),
		url('fonts/knockout-htf48-featherweight-webfont.ttf') format('truetype'),
		url('fonts/knockout-htf48-featherweight-webfont.svg#KnockoutHTF48FeatherweightRg') format('svg');
}


small {
	font-size: 80%;
	}

center {
	text-align:center;
	}


/* --------------- Superset and SubSet <sup> <sub> 
	
	line-height: 0;
		vertical-align: text-top;
	
*/

sup, sub {
	font-size: 60%;
	color: #e25b25;
	}
	
	sup {
		}
	
	sub {
		vertical-align: text-bottom;
		}

sup a, sub a {
	border: none;
	text-decoration: none;
	}



/* ----------------------------------------------------------------------------------------------------
	=NAVIGATION CALL TO ACTION BUTTON
------------------------------------------------------------------------------------------------------- */

/* adjust the padding of the top menu navigation items */

#main-header.et-fixed-header nav#top-menu-nav {padding-top: 0px;}
#top-menu li { padding-top: 10px; }


.get-started {border-radius: 5px; height:20px;}
.get-started a {color: #fff!important;}

.get-started {border-radius: 5px; height:35px;}
.get-started a {color: #fff!important;}

li.get-started {
	color:#fff!important;
	background-color:#ec7c4d;
	font-weight: 500;
	text-transform: uppercase;!important;
	text-align: center;
	padding-left:20px;
	padding-right:20px!important;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	}

li.get-started:hover {background-color:#ed6125;}




/* Sidebar Headings */


#sidebar li {
	font-size: .9em;
	line-height: 1.7em;
	}

.widgettitle {
	color:#ed6125;
	}

h4.widgettitle {
	color: #ed6125;
	letter-spacing: 1px;
	font-size: .8em;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	}







/* ------  HOME PAGE ------ */


/* Main Slider */	

@media only screen and ( min-width:981px ) {
    /* Set the slider height */
	.homeslider, .et_pb_slider .et_pb_container { 
        height: 471px; 
    }
    .homeslider, .et_pb_slider .et_pb_slide { 
        max-height: 471px; 
    }
    .homeslider .et_pb_slide_description { 
        position: relative; 
        top: 25%; 
        padding-top: 0 !important; 
        padding-bottom:0 !important; 
        height:auto !important; 
 
        margin: 0 3% 0 -17%;
   }

	.homeslider .et_pb_slide_image { /* Larry */
        margin: 0 0 0 0;
    }

	.homeslider .et_pb_slide_content { 
		color: #6f756d;
		font-size: 1.7em;
		font-weight: bold;
		letter-spacing: -2px;
		line-height: 140%;
	}

}



div.hr {
	height: 1px;
	margin: 20px 0;
	background-image: url('images/dotted-line-h.gif');
	background-position: left top;
	background-repeat: repeat-x;
	}

blockquote.diyanswer {
	color: #663300;
	
	padding: 0px 0 0 15px;
	margin: 0 0 25px 0;

	border-top: none;
	border-bottom: none;
	}


span.today {
	padding: 0 0 0 60px;
	background: transparent url('images/diy-today.gif') 0 3px no-repeat;
	}

span.start {
	padding: 0 0 0 60px;
	background: transparent url('images/diy-today.gif') 0 0 no-repeat;
	}


.diy-tip {
	background: transparent url('images/diy-tip.png') 0 13px no-repeat;
	height: auto;
	min-height: 62px;
	padding: 10px 0 0px 72px;
	margin: 0 0 25px 0;
	border-top: 5px solid #cccccc;
	}


ul#subscribe-newsletter {
	margin-top: -10px;
	background: transparent;
	height: 299px;
	width: 340px;
	}

	li.sidebar-newsletter-top a {
		margin: 0;
		background: transparent url('images/diy-newsletter-top.jpg') top left no-repeat;
		height: 79px;
		width: 340px;
		display: block;
		}

	li.sidebar-newsletter-top a:hover {
		background-position: 0 -79px;
		}

	li.sidebar-newsletter-bottom a {
		margin: -3px;
		height: 220px;
		width: 340px;
		background: transparent url('images/diy-newsletter-bottom.jpg') no-repeat;
		display: block;
		}


/* ----------------------------------------------------------------------------------------------------
	=NEWSLETTER PAGE
------------------------------------------------------------------------------------------------------- */

#page-narrow {
	width:60%;
	margin:0 auto;
	}

.page-newsletter {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 60px solid #333;
	padding:50px 150px 0 150px;
	margin-bottom:0;
	}
	
.page-newsletter h1 {
	color: #CC0000;
	font-size: 44px;
	letter-spacing: -1px;
	font-weight: bold;
	}

.page-newsletter img {
	margin: 0 150px -20px 30px;
	}



/* ----------------------------------------------------------------------------------------------------
	=COLORED BOXES SHORTCODES
-------------------------------------------------------------------------------------------------------*/

.kc-box { 
	border:1px solid #CCC;
	padding:10px 10px 40px 10px;
	margin: 0 0 1em 0;
	}

.kc-box-grey,
.kc-box-green,
.kc-box-red,
.kc-box-yellow,
.kc-box-blue {
	padding:10px;
	margin: 0 0 1em 0;
	overflow:auto;
	}

.kc-box-grey {
	background-color: #f5f5f5;
	border: 1px solid #999;
	}
	
.kc-box-green {
	background-color: #ccffcc;
	border: 1px solid #66cc66;
	}

.kc-box-red {
	color: #FFF;
	background-color: #cc0000;
	}
	
.kc-box-yellow {
	background-color: #ffffcc;
	border: 1px solid #ffff33;
	}


.yellow	{ background-color: #ffffcc; }
.green	{ background-color: #b7ddbc; }
.gray	{ background-color: #f5f5f5; }
.ltblue	{ background-color: #d0eff9; }










/* ----------------------------------------------------------------------------------------------------
	=PLUGINS
-------------------------------------------------------------------------------------------------------*/


/* =SEO BREADCRUMB
------------------------------------------*/

#breadcrumbs {
	font-size: .8em;
	margin: 10px 0 15px 0;
	}



/* =FEEDBURNER SUBSCRIBE
------------------------------------------*/

form.feedburner {
	font: normal 11px tahoma;
	font-size:.9em;
	width:99%; 
	height:auto;
	padding:0;
	}

input.fbemail {	
	display:block;
	font: normal 13px tahoma;
	font-size:1em;
	width:99%; 
	height:25px;
	padding: 6px; 
	margin: 0 0 15px 0;
	background:#FFF;
	border: 1px solid #CCC;
	}

input.fbemail:focus {color:#999;}

input.fbsubscribe {
	display: block;	
	float:left;
	color: #FFF;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: .04em;
	font-family: 'KnockoutHTF48FeatherweightRg', Helvetica, sans-serif;	
	background: #333;
	width:85px; height:25px; line-height:25px;
	padding: 0; margin:0;
	cursor: pointer;
	border:0 none;
	}

.fbemail:hover {
	opacity:1;	
	color:#444;
	}

input.fbsubscribe:hover {
	background: #096;
	}


/* ----------------------------------------------------------------------------------------------------
	=SLIM BLLOM OPTIN FORM
	http://divisoup.com/super-slim-bloom-optin-form
-------------------------------------------------------------------------------------------------------*/

/*----------Super Slim Bloom Optin Form----------*/

/* Set the padding for the content */
.slim-optin-form  .et_bloom_form_container .et_bloom_form_content {
    padding: 0px !important;
}

/* Hide the header area */
.slim-optin-form  .et_bloom_form_container .et_bloom_form_header {
   display: none !important;
}

/* Set the font size of the optin text module */
.slim-optin-text {
    padding-top: 15px !important;
}

/* Set the margin for the optin form module */
.slim-optin-form  {
    margin: 0px 0;
}

.slim-optin-form .et_bloom_inline_form {
    margin: 10px 0;
}

/* Add a little padding for smaller screens */
@media only screen and (max-width: 1110px) {
.slim-optin-form  {
    margin-bottom: 25px;
	margin-top: 0px;
}
}

/* Set the font colour for the sucess and error messages */
.slim-optin-form  h2.et_bloom_success_message, h2.et_bloom_error_message {
   color: #888 !important;
}

/* Set the border radius for the sucess and error messages */
.slim-optin-form .et_bloom_form_container h2.et_bloom_error_message, h2.et_bloom_success_message {
   border-radius: 0px !important;
}

/* Hide the checkmark on success message */
.slim-optin-form .et_bloom_success_container.et_bloom_animate_success span.et_bloom_success_checkmark {
    display: none;
}






//* ----------------------------------------------------------------------------------------------------
	=GRAVITY FORMS
-------------------------------------------------------------------------------------------------------*/

/* =CONTENT
------------------------------------------*/


DK Grey			#525e6b
LT Grey			#787f8b
Orange			#ec7c4d
Dk Orange: 		#ed6125
Lt Blue			#acd0de





body .gform_wrapper { }

/* FORM TITLE */
body .gform_wrapper .gform_heading .gform_title {
	color:#FFF;
	background-color:#525e6b;
	font-weight:bold; 
	font-size:16px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing:2px;
	padding: 10px 0;
	margin:0 0 6px 0;
	}

body .gform_wrapper .gfield_label {
	font-weight:bold; 
	}
body .gform_wrapper .gform_body li.gfield {
	margin:20px 0 0 0;
	}


/* =SUBMIT BUTTON 
------------------------------------------
http://css-tricks.com/examples/ButtonMaker/#
*/

body .gform_wrapper .gform_footer input[type=submit] {
	width: auto;
 	color: #FFF;
	background-color: #787f8b;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	padding: 10px 20px;
	margin: 0;
   }


body .gform_wrapper .gform_footer input[type=submit]:hover {
	background: #525e6b;
	color: #FFF;
	}


