/*
Theme Name: Chauffeur Child
Template: chauffeur
Author: quitenicestuff
Author URI: http://quitenicestuff.com
Description: Chauffeur Child Theme
Tags: one-column,two-columns,left-sidebar,right-sidebar,custom-colors

*/

.blue-divider {
 	height: 5px;
  width: 100%;
  background: rgb(79, 158, 73);
  border: 0;
  margin: 0;
  border-bottom: 6px solid #0053a4;
}

.blank-template #bewebchat,
.blank-template #godaddy-security-badge,
.blank-template .tgfloat.tgleft {
	display: none !important;
}

.blank-template .header-area-1 .header-content {
  width: auto;
  margin: 0 auto;
  padding: 0 0;
  max-width: 1200px;
}



.blank-template .header-area-2 .header-content {
  width: auto;
  margin: 0 auto;
  padding: 0 0;
}

.blank-template .logos {
 	display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: calc(100% - 30px);
  padding: 15px 15px 10px;
  align-items: center;
}

@media(max-width: 800px) {
	.blank-template .logos {
		flex-direction: column;
		min-height: 170px;
	}
	
.blank-template .logos a,
.blank-template .logos > img {
 	padding: 15px 0 15px;
	}
	
}

.blank-template .logos a img {
 	width: auto;
  max-width: 400px;
}

.blank-template .main-content {
  width: calc(100% - 30px);
  padding: 25px 15px;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 82vh;
  float: none;
}

.full-width-blank-template .main-content {
	max-width: 100%;
	padding: 25px 0;
	width: 100%;
}