/* 
 Theme Name:   eob-bridge-infinite-child
 Theme URI:    
 Description:  
 Author:       FH
 Author URI:   
 Template:     bridge-infinite
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.eob-social-link svg {
	fill: white !important;
}

.wp-block-group:not(.alignfull):not(.alignwide) {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 0 20px;
}

.wp-block-group.alignwide {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.wp-block-group.alignfull {
  max-width: 100%;
}

@media (max-width: 782px) {
  .wp-block-group:not(.alignfull):not(.alignwide),
  .wp-block-group.alignwide {
    max-width: 100%;
  }
}

.full_width_inner > h1,
.full_width_inner > h2,
.full_width_inner > h3 {
	padding: 0 20px;
}
h1,
h2,
h3 {
	padding-bottom: 10px;
}

.team-text {
	text-align: justify;
	padding: 0 20px;
}

.wpcf7-form-control-wrap .wpcf7-form-control {
	border: 1px solid #824816 !important;
}
.wpcf7-response-output {
	color: black !important;
}