/*
 Theme Name:   MasterCoat
 Theme URI:    https://master-coat.co.uk
 Description:  Custom website for MasterCoatScotland
 Author:       TheCreativeWebMinds
 Author URI:   https://thecreativewebminds.com
 Template:     generatepress
 Version:      0.1
*/

.footer-widgets .widget {
	margin-bottom: 0px;
}

.mastercoat-footer-menu ul li {
	margin-bottom: 0;
}

.footer-local-areas{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-bottom: 10px !important;
}

.footer-local-areas li{
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 0 !important;
}

.footer-local-areas li:after{
	content: '';
	width: 2px;
	height: 22px;
	background-color: #fff;
	display: block;
}

.footer-local-areas li:last-child:after{
	display: none;
}

.footer-local-areas li a{
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
}

.ff-el-form-check input[type="checkbox"] {
  position: absolute !important;
  opacity: 0;
}

.ff-el-form-check-label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}

.ff-el-form-check-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 26px;
  height: 26px;
  border: 1px solid #231F20;
  background: #fff;
  box-sizing: border-box;
}

.ff-el-form-check.ff_item_selected
  .ff-el-form-check-label::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 12px;
  width: 12px;
  height: 6px;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(-45deg);
}

.ff-el-form-check label {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	min-height: 28px;
	font-weight: 600;
}

.ff-el-form-check{
	margin-bottom: 5px;
}

.mastercoat-checkbox-list .ff-el-input--content,
.ff-btn-submit{
	margin-top: 10px;
}

ul.sub-menu{
	padding-top: 20px;
	padding-bottom: 20px;
}

.services-checkbox-label p{
	font-weight: 600;
	margin-bottom: 0;
}

.services-checkboxes .ff-el-input--label label{
	font-weight: 700 !important;
}






@media only screen and (max-width: 768px){
	.has-inline-mobile-toggle .inside-header {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	
	.has-inline-mobile-toggle .header-widget,
	.has-inline-mobile-toggle #site-navigation{
		flex-basis: auto;
		margin: 0;
	}
	
	.site-logo{
		order: 1;
	}
	
	.has-inline-mobile-toggle .mobile-menu-control-wrapper{
		order: 3;
		margin: 0;
	}
	
	.has-inline-mobile-toggle .header-widget{
		order: 2;
	}
	
	.site-header .header-image {
		width: 120px;
	}
	
	.main-navigation .menu-toggle{
		padding: 0 10px;
		background-color: transparent;
	}
	
	.main-navigation .menu-toggle:hover{
		background-color: transparent;
	}
	
	.main-navigation.sub-menu-right{
		display: none;
	}
	
	.footer-local-areas li a{
		font-size: 16px;
	}
	
	.footer-local-areas li:after{
		height: 18px;
	}

	
}/***/

