/*------------------------------------------------------------------
[Table of contents]

	Default Header
	
[/Table of contents]
-------------------------------------------------------------------*/

.custom-bar-M5{
	background-color: #000000;
    height: 5px;
    width: 82%;
    float: right;
    margin-top: 55px;
}

.custom-bar-M5-sticky{
	margin-top: 18px!important;
	width: 93% !important;
	-webkit-transition: all 0.3s;
}

.custom-bar-parent-M5{
	width: 66%;
}

@media screen and (min-width: 1024px) and (max-width: 1428px) {

	.custom-bar-M5{
		width: 76% !important;
	}
	.custom-bar-parent-M5{
		width: 61% !important;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1228px) {

	.custom-bar-M5{
		width: 71% !important;
	}
	.custom-bar-parent-M5{
		width: 61% !important;
	}
}

@media screen and (max-width: 1023px) {

	.custom-bar-M5{
		background-color: transparent;
	}

	.custom-bar-M5{
		width: 82px!important;
		-webkit-transition: all 0.3s;
	}
}

/* Contact form button styling */
input.wpcf7-form-control.has-spinner.wpcf7-submit{
	height: 70px!important; 
	font-size: 25px!important; 
	width: 350px!important;
	display: block;
    margin: 0 auto;
}


/*--------- OLD DEVELOPER'S CODE -----------------*/

.site-branding {
	display: inline-block;
	float: left;
}
.rtl .site-branding {
    float: right;
}
@media only screen and (min-width: 63.9375em) {
	
	.site-branding {
		margin-right:35px;
	}
	.rtl .site-branding {
    margin-left: 35px;
    margin-right: 0;
}

}