/*

Theme Name: Divi Child Theme

Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.

Author:   Working Planet http://workingplanet.com.au

Template: Divi

*/



@import url("../Divi/style.css");
/*color*/

a:hover{}

h1.main_title, h1, h2, h3, h4, h5, h6{ }

/* Main Header - Lines 184 */

/*---------------------------\

         LANDING PAGE

/----------------------------*/
.home-feature h4{background:#065a5a;margin-bottom:5px;}
.home-feature p{padding-left:2%;}
.home-feature ul{margin-left:4%;}


/*---------------------------\

         SLIDER

/----------------------------*/





/*---------------------------\

         SIDEBAR

/----------------------------*/





/*---------------------------\

         SECTIONS

/----------------------------*/





/*---------------------------\

         FOOTER

/----------------------------*/




/*---------------------------\

         MENU

/----------------------------*/

.et-fixed-header #top-menu a{color:#fff!important;}


/*---------------------------\

         BUTTONS

/----------------------------*/
a.big-button, a.icon-button, a.small-button {

    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: none;
    text-shadow:none;
    line-height: 26px;
	font-size: 20px;
	font-weight:normal; 
	background: #488e0a;
	color: #fff !important;
}
a.bigblue, a.smallblue {
    border: none;
    color: #fff !important;
	background: #488e0a;
}
a.bigblue:hover, a.smallblue:hover, a.small-button:hover {color:rgba(255,255,255,0.60)!important}



/*---------------------------\

         Formidable

/----------------------------*/





/*-------------------[960px]------------------*/

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







}



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

	

}

/*-------------------[480px] line 2802------------------*/

@media only screen and ( max-width: 767px ) {

	



}

/*-------------------[320px]------------------*/



@media only screen and ( max-width: 479px ) {





}