/*

Theme Name:  TBGTheme

Theme URI:   https://thebelfordgroup.com

Version:     1.0

Description: This is a custom theme created for The Belford Group.

Author:      The Belford Group

Author URI:  https://thebelfordgroup.com

Template:    Divi

*/

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


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

/*---------------[BASIC STYLES]---------------*/

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

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

/*---------------[MAIN LAYOUT INFO]------------------*/

/*----------------GRAVITY FORM BUTTON----------------*/

body .gform_wrapper .gform_footer input[type=submit] { 
 color: #666666;
 background: #ffffff;
 font-size: 19px;
 letter-spacing: 1px;
 text-transform: uppercase;
 float:left; 
 height: 48px; 
 min-width: 160px;
 border-style: 2px solid;
 border-color: #666666;
 border-radius: 3px;
}

body .gform_wrapper .gform_footer input:hover[type=submit] {
 background: #f2f2f2;
}

/*---------------------[FOOTER]-------------------*/
#creditDiv {text-align: center !important; color: #666666;}
#creditDiv a {color: #666666;}
#footer-bottom ul.et-social-icons li {margin-left: 0 !important;}
/*------------------------------------------------*/

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

/*--------------------[HEADER]-------------------*/

#et-info-phone:hover { 
  opacity: 0.7; 
  -moz-transition: all 0.4s ease-in-out; 
  -webkit-transition: all 0.4s ease-in-out; 
  transition: all 0.4s ease-in-out; 
}
/*--------------Sidebar border delete----------------------*/

.et_pb_widget_area_right {border-left: none !important;}
.et_pb_widget_area_left {border-right: none !important;}

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

/*---------------[RESPONSIVE LAYOUTS]-------------*/

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

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

}

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

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


	/*-------------------[Sliders]------------------*/


	/*-------------------[Portfolio]------------------*/


	/*-------------------[Sidebar]------------------*/



	/*-------------------[Menu]------------------*/

}


/*-------------------[768px]------------------*/

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


	/*-------------------[Portfolio]------------------*/


	/*-------------------[Sliders]------------------*/


	/*-------------------[Menu]------------------*/

}

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

}

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

}

/*-------------------[480px]------------------*/

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

	/*-------------------[Menu]------------------*/

}

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

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

}