/*
 Theme Name:     Practically Working Well
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

h2, h3, h4 {
	color: #47a09e;
}

img.top_header_logo {
	margin-top: 25px;
    float: right;
	height: 50px;
	margin-bottom: 25px;
}
.top_header_tagline {
top: 45px;
position: absolute;
font-size: 18px;
width: 250px;
line-height: 1.2;
font-weight: 500;
}

.tagline1{
	color: #47a09e;
	font-weight: 510;
}

.tagline2{
	color: #55bfbd;
	font-weight: 510;
}

.tagline3{
	color: #469cd1;
	font-weight: 510;
}

/*
header#main-header.position_fix.et-fixed-header {
	top: 58px !important;
}

header#main-header {
    transition: all 0.1s;
}*/


.sidebar_nav li {
    transition: all 0.5s;
}
.sidebar_nav li:hover {
    margin-left: 15px;
}
.widget_search {
    padding: 10px;
	margin-bottom: 0px !important;
}

#et-footer-nav .container {
    text-align: center;
}
/*
.footer-img {
    float: left;
}*/

#footer-bottom {
	padding: 15px 0 15px;
}

.footer_credit {
    font-size: 14px;
    color: #fff;
    font-style: italic;
    text-align: center;
}

.footer_credit a{
    color: #fff;
}

.fwidget {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

#footer-widgets {
    padding: 0px;
}

.footer-widget {
    margin-bottom: 0px !important;
}

.bottom-nav a {
    color: #55bfbd;
}

#main-content .container {
    padding-bottom: 58px;
}

sup {
    bottom: .3em;
}

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

	/*header#main-header.position_fix.et-fixed-header{
		display: none;
	}

	.et-fixed-header {
		display: none;
		
	}*/
}

.mobile_menu_bar::before {
	color: #55bfbd;
}

.et_mobile_menu {
	border-color: #55bfbd;	
}

@media only screen and (max-width : 980px){
	
	.top_header_tagline {
		display: none;
	}

	.top_header_logo {
		display: none;
	}

	#et-info {
		display: none;
	}

	span.logo_helper {
		height: 70%;
	}

	#logo {
		max-width: 60%;
	}
	
	h1 {
		font-size: 38px !important;
	}
}

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

  .gform_wrapper .gform_body .top_label li.gfield.gf_right_half { 
    float: left; 
    clear: left !important;
    width: 99%;
  } 

  .gform_wrapper .gform_body .top_label li.gfield.gf_left_half { 
    float: left; 
    clear: left !important;
    width: 99%;
  }
  
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li {
    width: 100% !important;
	}

}

/*Gravity forms*/
.gf_full_width{
	width: 100%;
}

/*CTA Button styles*/

.et_pb_promo_button.et_pb_button {
    background: transparent;
    border-color: #fff;
}

.et_pb_promo_button.et_pb_button:hover {
    background-color: transparent !important;
    border-color: #fff !important;
}
/*404 page*/

.error404 .404_title h1	{	
	font-size: 180px;
	color: #47a09e;
}
.error404 .404_title h2 {	
	padding-bottom: 80px;
}
	

