/*
 Theme Name:     Divi Child
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Custom CSS
------------------------------------------------------- */

body {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
	white-space: normal; 
	  word-wrap: normal;
}


.valign{
	margin:auto;
}

.full-height{
	height:calc(100vh - 132px)
}
.flexcol{
	display:flex;
	flex-direction:column;
}
.flexcol .bottom-align{
	margin-top:auto;
}

.top-bar{
	display:flex;
	flex-direction:row;
	justify-content:center;
}
.top-bar .et_pb_blurb_position_left .et_pb_blurb_container {
	padding-left: 0;
}
.top-bar .et_pb_module{
	margin: 0 1rem;
	text-align: center;
}

@media (max-width:1060px){
	.top-bar{
		flex-direction:column;
	}
	.top-bar .et_pb_module{
	margin: 0;
}
	.top-bar .et_pb_blurb_position_left .et_pb_blurb_container {
		padding-left: 0;
	}
	.top-bar .et_pb_blurb_content {
  max-width: 100%;
		text-align: center;
		justify-content: center;
		display: flex;
}
	.top-bar .et_pb_main_blurb_image{
		margin-bottom: 0;
	}
	.footer-boxes {
		flex-wrap: wrap;
	}
	.footer-boxes .et_pb_column_1_4 {
    width: 50%!important;
		margin-bottom:5%;
  }
		.footer-boxes .et_pb_column_1_4:nth-child(3), .footer-boxes .et_pb_column_1_4:nth-child(4)  {
		margin-bottom:0;
  }
	
}

@media (max-width:768px){
	.hide-mobile{
		display:block;
		font-size:0;
		visibility:hidden;
		height: 0;
	}
		.footer-boxes {
		flex-wrap: wrap;
	}
	.footer-boxes .et_pb_column_1_4 {
    width: 100%!important;
		margin-bottom:10%!important;
  }
	.footer-boxes .et_pb_column_1_4:nth-child(4)  {
		margin-bottom:0!important;
  }
  .footer-boxes .et_pb_module{
		margin-bottom:10%!important;
  }
  .footer-boxes .et_pb_main_blurb_image {
  margin-bottom: 15px;
}
	.footer-boxes .et_pb_column_1_4:nth-child(4) .et_pb_module {
		margin-bottom:0!important;
  }
  .et_pb_column_4_tb_footer{
    margin-bottom: 0;
  }
  
}