/*** HEADER SPACE FIX ***/

.wp-element-caption {
	color: #ffffff !important;
	font-weight: bold !important;
}

.entry-header {
	padding: 0 !important;
}

/*** Logo fixes ***/
.entry-header-image img {
	width: 50%;
	filter: drop-shadow(0px 2px 2px #333333);
	max-width: 300px;
}

/*** FOOTER FIXES ***/
.entry-footer {
	display: none;
}

.site-footer {
	background-color: #333333 !important;
}

.footer-widget-area {
	color: #ffffff !important
}

.footer-widget-area a {
	color: #FFCC33 !important
}

.footer-widget-area a:hover {
	color: #999999 !important
}

/*** MENU FIXES ***/
/* Change the color of the menu */
.site-header {
	background-color: #333333 !important;
}
.sub-menu {
	background-color: #333333 !important;
	border-bottom: 3px solid #FFCC33;
	color: #fff;
}

@media screen and (max-width: 64em) {
	.main-navigation {
		border-bottom: 3px solid #FFCC33;
	}
}
.header-style-horizontal-one #site-primary-header-menu {
    background-color: #333333 !important;
}

/* Fixe menu bars */
.menu-toggle {
	font-weight: bold;
}

.menu-inside-wrapper {
		background-color: #333333 !important;
}
/* Remove search from the primary menu */
#primary-search-wrapper {
    display: none !important;
}

.search-container {
		display: none !important;
}
/* Change button style */
.more-button a {
	border-radius: 2px !important;
}

/***** MARGIN FIXES *****/
.wp-block-coblocks-hero__content {
	margin: 22.5px 42.75px 22.5px 42.75px;
}

.wp-block-columns {
	margin-bottom: 0 !important;
}


/*
@media screen and (max-width: 61.5625em) {
	.wp-block-jetpack-layout-grid {
		padding: 0 0 0 0
		}
	} */
@media screen and (min-width: 61.5625em) {
	.no-sidebar .alignfull {
    margin-left: calc( -100vw / 2 + 100% / 2 );
    margin-right: calc( -100vw / 2 + 100% / 2 );
    max-width: 100vw
	}
}

.singular-content-wrap .entry-header {
    padding: 0 0 14px 0;
}
}

.entry-meta {
	display: none;
}

/* Below header space */
.site-content {
	padding-top: 0 !important;
}

/* Footer above space removal */
body {
	padding: 0 !important;
}

.site-content .wrapper {
	padding-bottom: 0 !important;
}

/* Navigation above space removal */
.site-header-main {
	display: none !important;
}

/* Navigation below space removal */
.singular-content-wrap {
	padding: 0 !important;
}

.singular-content-wrap article {
	padding: 0 !important;
}

.singular-content-wrap .entry-content {
	margin: 0 !important;
}

.site-content {
	border: 0 !important;
}

.site-content .wrapper {
	padding: 0 !important;
}

/* Remove sides margin */
.wp-block-cover {
	margin-top: 0 !important;
}


/***** HOME MEDIA&TEXT *****/
.wp-block-media-text {
	margin-bottom: 0px;
}

/***** STICKY NAVBAR *****/

#masthead {
  position: fixed;
  top: 0;
  width: 100%;
  transition: top 0.3s;
}

@media screen and (max-width: 64em) {
	#masthead {
		border-bottom: 3px solid #FFCC33;
	}
}

/**Button fixes**/

services-buttons-container {
	
}


/***** CONTACT FIXES *****/

/* Second button fix */
.second-btn a {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
@media screen and (min-width: 64em) {
	.second-btn a {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}
	}


/* Form field */
@media screen and (min-width: 64em) {
	.coblocks-field--name {
		width: 50% !important;
		border-color: #d0d0d0 !important;
	}
	.coblocks-field--email {
		width: 50% !important;
		border-color: #d0d0d0 !important;
	}
	.coblocks-field--telephone {
		width: 50% !important;
		border-color: #d0d0d0 !important;
	}	
		.select {
		width: 50% !important;
		border-color: #d0d0d0 !important;
	}
}

.coblocks-field--name {
	border-color: #d0d0d0 !important;
}
	.coblocks-field--email {
	border-color: #d0d0d0 !important;
}
.coblocks-field--telephone {
	border-color: #d0d0d0 !important;
}
	.select {
	border-color: #d0d0d0 !important;
}
.coblocks-textarea {
		border-color: #d0d0d0 !important;
}


.coblocks-form {
	padding-bottom: !important; 
}

.wp-block-button__link {
	border-radius: 2px !important;
}