/*
 Theme Name:   Divi Child
 Description:  Divi Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     Divi
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  divi-child
*/

.about-us-team > .et_pb_row {
	width: 100% !important;
}

#main-content {
	background-color: #191919 !important;
}

.gro-landing-page-img:hover {
	max-width: 400px !important;
}

/*   FOOTER LOGOS   */

.footer-properties {
  background: #000 none repeat scroll 0 0;
  padding: 30px;
}

div.fp-table {
  display: table;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

div.fp-golden {
  border-right: 1px solid #666;
  display: table-cell;
  padding-right: 10px;
  text-align: center;
  vertical-align: bottom;
}

div.fp-golden img{
  text-align: center;
  padding: 10px 20px;
}

div.fp-properties {
  display: table-cell;
  vertical-align: middle;
  width: 84%;
}

div.fpp-table {
  display: table;
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
}

div.fpp-table div {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
  width: auto;
  max-width: 200px;
}

div.fp-table img {
  opacity: 0.5;
 }

div.fpp-table img {
  max-width: 86%;
  padding: 12px;
}

div#footer-bottom{
	padding:0px !important;
	background-color:#000 !important;
}

div.btmftr {
	padding-top:20px;
	background:#000;
	width: 100% !important;
	text-align: center;
	font-size: 1em !important;
}

/* END FOOTER LOGOS */

@media only screen and (max-width: 640px) {

/*  FOOTER LOGOS  */

.footer-properties {
  background: #000 none repeat scroll 0 0;
  padding: 14px;
}

div.fp-table {
  display: inline-block !important;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

div.fp-golden {
  border-bottom: 1px solid #666;
	border-right: 0px solid #666;
  text-align: center;
  vertical-align: top;
}

div.fp-golden img{
  text-align: center;
  padding: 10px 20px;
}

div.fp-properties {
  display: inline-block !important;
  vertical-align: middle;
  width: 100%;
	padding-bottom:50px;
}

div.fpp-table {
  margin: 0 auto;
}

div.fpp-table div {
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  width: auto;
  max-width: 75px !important;
}

div.fp-table img {
  opacity: 0.5;
 }

div.fpp-table img {
  max-width: 86%;
  padding: 12px;
}

/*  END FOOTER  */
	
}