/*
Theme Name: Dhonielle - Divi
Theme URI: http://dhonielleclayton.com/
Description: Custom Divi child theme for Dhonielle Clayton
Version: 0.0.1
Author: Megan Garwood
Author URI: https://megangarwood.com/
Template: Divi
Template Version: 3.0.23
 */


#footer-bottom {
	padding-bottom: 40px;
	padding-top: 0;
}

#footer-info a {
	font-family: inherit;
	text-transform: none;
	letter-spacing: inherit;
	font-size: inherit;
	font-weight: inherit;
}

#footer-widgets {
	padding: 40px 0 0 !important;
}

#footer-widgets .footer-widget:nth-child(n) {
	margin: 0 !important;
}

.et_pb_contact .et_pb_contact_field_half {
	float: none;
	padding-left: 0;
}

.et_contact_bottom_container {
	float: none;
	margin-top: 0;
	text-align: center;
}

.et_pb_newsletter_button {
	background: #000;
	border-color: #FFF;
	color: #888888;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	font-family: 'Avenir-Light', Lato, sans-serif;
	border-radius: 5px;
	border-width: 1px;
	border-style: outset;
	padding: 16px;
	margin-left: 0;
	width: 100%;
}

.et_pb_newsletter_form p input {
	border-radius: 0 !important;
}

.et_pb_newsletter_form .et_pb_newsletter_button:hover {
	padding: 16px;
	letter-spacing: 1px;
	font-size: 12px;
	font-family: 'Avenir-Light', Lato, sans-serif;
	background-color: #5e1f1e;
	color: #888888;
	border: 1px solid #5e1f1e;
}

.et_pb_newsletter_form .et_pb_newsletter_button:hover::after {
	content: none;
}

.et_pb_section_parallax.et_pb_section_0 + .et_section_regular {
	z-index: 0;
}

.et_pb_section_parallax.et_pb_section_0 + .et_section_regular::before {
	content: '';
	display: block;
	position: absolute;
	width: 50px;
	height: 72px;
	top: -36px;
	left: 50%;
	margin-left: -25px;
	z-index: 1;
	background: transparent url('img/dhonielle-logo.png') no-repeat top left;
	background-size: contain;
}

.footer-widget .et_pb_widget {
	float: none;
}

.page-id-38 .et_pb_section_6 .et_pb_text_4 {
	margin-bottom: 10px;
}

.zoom-social-icons-list {
	text-align: center;
}

.zoom-social-icons-list .socicon {
	background: none !important;
	padding: 0 !important;
}

.zoom-social-icons-list .socicon-goodreads {
	font-size: 22px !important;
}

#footer-widgets .zoom-social-icons-list li {
	padding-left: 0;
}

#footer-widgets .zoom-social-icons-list li::before {
	content: none;
}


@media screen and (max-width: 980px) {
	.et_header_style_left #logo {
		max-width: 30%;
	}
}

@media screen and (max-width: 767px) {
	.et_header_style_left #logo {
		max-width: 40%;
	}
}

@media screen and (max-width: 600px) {
	.et_header_style_left #logo {
		max-width: 50%;
	}
}

@media screen and (min-width: 768px) {

	.et_pb_column .et_pb_newsletter_description {
		display: none;
	}

	.et_pb_column .et_pb_newsletter_form {
		width: 100%;
		padding-left: 0;
		float: none;
		text-align: center;
	}

	.et_pb_column .et_pb_newsletter_form p {
		display: inline-block;
		width: 47%;
		margin-right: 1%;
	}

	.et_pb_column .et_pb_newsletter_form p:nth-of-type(2n+2) {
		margin-right: 0;
	}

	.footer-widget:nth-child(n) {
		float: none;
		width: 100% !important;
	}

	.page-id-38 .et_pb_section_6 .et_pb_text_4 {
		margin-bottom: 30px;
	}

}


@media only screen and (min-width: 981px) {

	.et_header_style_left .et_menu_container #et-top-navigation,
	.et_header_style_left .et-fixed-header .et_menu_container #et-top-navigation {
		padding-top: 0;
	}

	.et_header_style_left #et-top-navigation nav > ul > li > a {
		padding-top: 33px;
		position: relative;
	}

	#et-top-navigation nav ul li a:hover::before,
	#et-top-navigation nav ul li a:focus::before {
		content: '';
		display: block;
		position: absolute;
		top: 15px;
		left: 50%;
		width: 37px;
		height: 14px;
		max-width: 100%;
		margin-left: -18px;
		background: transparent url('img/dc-hover.png') no-repeat bottom center;
		background-size: contain;
		transition: none;
	}

	#et-top-navigation nav ul li a:hover::after,
	#et-top-navigation nav ul li a:focus::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 15px;
		left: 50%;
		width: 37px;
		height: 14px;
		margin-left: -18px;
		max-width: 100%;
		background: transparent url('img/dc-hover.png') no-repeat bottom center;
		background-size: contain;
		transform: rotate(180deg);
		transition: none;
	}

	#footer-info {
		float: none;
		text-align: center;
		padding-bottom: 0;
		padding-top: 10px;
	}

}