/*
Theme Name: 	Divi Child Theme
Theme URI:		http://www.pro-fitnesswebdesign.com/
Version: 		0.27.4
Description: 	A child theme containing customisations for the Divi theme by Elegant Themes. Note: only for use with Divi 2.7 and later.
Author:   		Pro Fitness Web Design
Developer:		Chris Tattum
Author URI: 	http://www.pro-fitnesswebdesign.com/
Template: 		Divi
*/

@import url("../Divi/style.css");

#divi-child-header-button {
	float:right; 
	margin-left: 15px;	
	font-size: 13px;
	padding: 7px 10px;
	margin-top: 20px;
	opacity: 1;
	font-weight: 600;
	letter-spacing: 1px;
	background-color: #ed9114;
	color: white;
	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;
  	transition: margin-top 0.4s ease-in-out 0s;
  	z-index: 100;
  	position: relative;
}


/* Bottom Bar Widget Area 1 */
.bottom-bar-widget {
	padding-bottom: 10px;
}

.bottom-bar-widget a {
	color: #666;
	font-weight: 700;
}

.bottom-bar-widget a:hover {
	opacity: 0.7;
}

#bottom-bar-widget-area-1 {
	margin-left: 75px;
	float: left;
}

/* 
Transition margin-top when .et-fixed-header class is added 
*/
.et_header_style_left .et-fixed-header #divi-child-header-button {
	margin-top: 10px;
}

@media all and ( max-width: 980px ) {
	#divi-child-header-button {
		transition: all 0s;
	}

	#bottom-bar-widget-area-1 {
		float: none;
		text-align: center;
		margin-left: 0;
	}
}

@media all and ( max-width: 300px ) {
	#divi-child-header-button-container {	
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
