/*
Theme Name: 	Divi Child
Theme URI:		https://hqsecure.com
Description:	WordPress child theme custom developed for Deanna Ditzler, based upon the premium Divi theme.
Author:			Flash Alexander
Author URI:		http://flashalexander.com
Template: 		Divi
Version: 		2.7.8
Tags:			Premium, WoredPress, Custom, Elegant Themes, Divi, Responsive, sidebars, columns, shortcodes, widget ready, valid XHTML
*/
/* Color Palette: https://color.adobe.com/ */

/* ===   [FLASHY STYLES]   ========================= */
/* --- Add & Customize Font Awesome ---------------- */
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Norican);

/* === New Header ================================== */
#home-content-main > div.et_parallax_bg.et_pb_parallax_css {
	background-size: contain;
	background-position: bottom center;
}
#fw-menu-module .et_pb_fullwidth_menu .fullwidth-menu-nav > ul {
    padding: 0!important;
}
#fw-menu-module #menu-main-top-horizontal {
    padding: 0!important;
}
#fw-menu-module #menu-main-top-horizontal.fullwidth-menu li > a {
    padding-bottom: 20px;
}
#top-header {
		z-index: 99999;
}
.container.et_menu_container {
    position: absolute;
    margin-left: 20%;
}
.et_header_style_left .logo_container {
    position: relative;
	top: 54px;
}
.et_header_style_left .logo_container {
    position: relative !important;
    float: left;
    top: 12px;
}
@media only screen and (min-width: 981px) {
	#logo {
		max-height: 314px !important;
	}
}
#main-header {
    background-color: black;
    background: black url(images/header-bg.jpg) no-repeat 0 0;
    background-size: cover;
    height: 280px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
#et-top-navigation { 
	display: none;
}
.et_pb_fullwidth_menu .fullwidth-menu-nav > ul {
    padding: 20px 0 0 !important;
    line-height: 1.7em;
}
.et_pb_text_align_center {
    position: relative;
    z-index: 99999;
}
.et_pb_fullwidth_menu .fullwidth-menu-nav, .et_pb_fullwidth_menu .fullwidth-menu-nav > ul {
    margin-left: 50px;
}
.et_header_style_left .logo_container {
    position: relative;
    width: auto;
    height: 100%;
}
.logo-text-wrapper {
	float: left;
	min-height: 250px;
	display: block;
	margin-top: 30px;
}
.logo-deanna h1 {
	font-family: 'Norican', cursive;
	font-size: 75px;
	font-weight: 900;
	color: #000;
	-webkit-text-fill-color: #fff;
	-webkit-text-stroke-color: #000;
	-webkit-text-stroke-width: 0.01px;
}
.logo-ditzler h1 {
	margin-left: 75px;
	font-family: 'Norican', cursive;
	font-size: 70px;
	font-weight: 900;
	color: #000;
	-webkit-text-fill-color: #fff;
	-webkit-text-stroke-color: #000;
	-webkit-text-stroke-width: 0.01px;
}
.logo-clairvoyant h1 {
	font-family: "Lucida Bright", Georgia, serif;
	font-size: 70px;
	font-weight: 900;
	margin-left: 20px;	
	color: #000;
	-webkit-text-fill-color: #fff;
	-webkit-text-stroke-color: #000;
	-webkit-text-stroke-width: 1.5px;
}

et_pb_fullwidth_menu .fullwidth-menu-nav, .et_pb_fullwidth_menu .fullwidth-menu-nav > ul {
	margin-left: 35px;
}
span.websiteOwner {
	position: absolute;
	top: 0;
	left: 0;
	text-shadow: 1px 1px 0 #000;
}
span.websiteDeveloper {
	position: absolute;
	right: 20px;
	top: 0;
}
#footer-bottom {
    min-height: 50px;
}
div.footer-copyright-link  a,div.footer-copyright-link p, div.footer-copyright-link {
	color: #715379
}
div.footer-copyright-link  a:hover { color: #f2f2f2}
div.footer-links, div.footer-links p, div.footer-links  a { color: #000}
div.footer-links  a:hover { color: #f2f2f2}

/* === [FORMS] ===================================== */
/* ===  [CONTACT FORM 7 MATCH DIVI STYLING] ======== */
.et_pb_contact p input, .et_pb_contact p textarea { font-family: 'Open Sans', Arial, Helvetica, sans-serif;}
.et_pb_contact p input, .et_pb_contact p textarea{ background-color: rgba(255,255,255,0.6); }
input[type=text],input.wpcf7-text, textarea.wpcf7-textarea, 
.wpcf7-captchar, input[type=text].wpcf7-text {
background-color: rgba(255,255,255,0.6) !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #555 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
div.wpcf7 select {
  background-color: rgba(255,255,255,0.6) !important;
  border: none !important;
  width: 100% !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 14px;
  color: #555 !important;
  padding: 0 !important;
  min-height: 48px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
span.wpcf7-checkbox span.wpcf7-list-item { display: block; }
span.wpcf7-radio span.wpcf7-list-item { display: inline; }
input.wpcf7-submit {
	margin: 8px auto 0;
	cursor: pointer;
	font-size: 20px;
	font-weight: 500;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0.3em 1em;
	float: right;
	line-height: 1.7em;
	background-color: rgba(255,255,255,0.6);
	color: #444;
	border: 2px solid;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
input.wpcf7-submit:hover { 
	background-color: rgba(255,255,255,0.8); 
	border: 2px solid transparent;
	padding: 0.3em 1em !important;
	color: #000;
}
input.wpcf7-submit:after {
    font-family: 'ETmodules';
	content: "\35";
    font-size: 32px;
    opacity: 0;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 1em;
    position: absolute;
    margin-left: -0.5em;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
input.wpcf7-submit:hover:after {
    opacity: 1;
    display: block;
    font-family: 'ETmodules';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 0px;
    top: 5px;
    margin-left: 0;
}


/* === [MEDIA QUERIES] ============================= */
@media only screen and (max-width: 1440px){
	#home-content-main > div.et_parallax_bg.et_pb_parallax_css {
		background-position: center center;
	}
}
@media only screen and (max-width: 1024px){
	#logo {
		max-height: 290px !important;
	}
	#main-header {
		background-color: black;
		background: black url(images/header-bg.jpg) no-repeat top center;
		background-size: cover;
		height: 280px;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
	.container.et_menu_container {
		margin-left: 5%;
	}
	.logo-text-wrapper {
		float: none;
		min-height: initial;
		display: block;
		margin-top: initial;
		position: absolute;
		top: 30px;
		left: 150px;
	}
	.logo-deanna h1 {
		font-size: 55px;
		margin-left: 150px;
		-webkit-text-stroke-width: 0.1;
	}
	.logo-ditzler h1 {
		margin-left: 200px;
		font-size: 50px;
		-webkit-text-stroke-width: 0.1;
}
.logo-clairvoyant h1 {
		font-size: 65px;
		-webkit-text-stroke-width: 0.1;
		top: 15px;
		left: 130px;
		position: relative;
		letter-spacing: 4px;
	}
}
@media only screen and (max-width: 980px){
	#et-top-navigation { display: none !important; }
}
@media only screen and (max-width: 768px){
	#main-header {
		background-color: black;
		background: black url(images/header-bg.jpg) no-repeat top center;
		background-size: cover;
		height: 280px;
	}
	.container.et_menu_container {
		margin-left: 5%;
	}
	.logo-text-wrapper {
		float: none;
		min-height: initial;
		display: block;
		margin-top: initial;
		position: absolute;
		top: 30px;
		left: 150px;
	}
	.logo-deanna h1 {
		font-size: 55px;
		margin-left: 16px;
	}
	.logo-ditzler h1 {
		margin-left: 50px;
		font-size: 55px;
}
.logo-clairvoyant h1 {
		font-size: 65px;
		top: 25px;
		left: -150px;
		position: relative;
		letter-spacing: 4px;
	}
}
@media only screen and (max-width: 768px){
	#home-content-main > div.et_parallax_bg.et_pb_parallax_css {
		background-size: initial;
		background-position: top center;
	}
}
@media only screen and (max-width: 580px){
		span.websiteDeveloper {
		position: absolute;
		right: initial;
		top: 35px;
		text-align: left;
		left: 0;
	}
	#footer-bottom { min-height: 100px;}
}
@media only screen and (max-width: 414px){
	.logo-clairvoyant h1 {
		font-size: 40px;
		-webkit-text-stroke-width: 1.0px;
		top: 45px;
		left: -165px;
		position: relative;
	}
}
@media only screen and (max-width: 375px){
	.container.et_menu_container {
		margin-left: 5%;
	}
	.logo-text-wrapper {
		float: none;
		min-height: initial;
		display: block;
		margin-top: initial;
		position: absolute;
		top: 30px;
		left: 150px;
	}
	.logo-deanna h1 {
		font-size: 55px;
		margin-left: 16px;
		-webkit-text-stroke-width: 0.01px;
	}
	.logo-ditzler h1 {
		margin-left: 50px;
		font-size: 55px;
		-webkit-text-stroke-width: 0.01px;
}
.logo-clairvoyant h1 {
	font-size: 40px;
	-webkit-text-stroke-width: 1.0px;
	top: 45px;
	left: -150px;
	position: relative;
	}
}

@media only screen and (max-width: 375px){
	.container.et_menu_container {
		margin-left: 5%;
	}
	.logo-text-wrapper {
		left: 130px;
	}
	.logo-deanna h1 {
		font-size: 55px;
		margin-left: 16px;
		-webkit-text-stroke-width: 0.01px;
	}
	.logo-ditzler h1 {
		margin-left: 50px;
		font-size: 55px;
		-webkit-text-stroke-width: 0.01px;
}
.logo-clairvoyant h1 {
	font-size: 40px;
	-webkit-text-stroke-width: 1.5px;
	top: 25px;
	left: -165px;
	position: relative;
	}
}