/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.project-types {
	display: none;
}

.portfolio-entry-title {
	font-size: 24px;
}

.postarea.full {
	margin: 0 auto;
	max-width: 750px;
	padding: 64px 0;
}

/* call to orange button */
a.more-link.spark-button, .pushbutton-wide {
	color: black;
	background-color: orange;
}

/* call to orange button hover */
a.more-link.spark-button:hover, .pushbutton-wide:hover {
	color: white;
}

/*contact form submit button*/
.pushbutton-wide {
	display: inline-block;
	position: relative;
	color: #999999;
	color: rgba(0,0,0,0.4);
	font-family: 'Montserrat';
	font-weight: 400;
	text-transform: uppercase;
	margin: 12px 0;
	padding: 6px 24px;
	border-radius: 24px;
	border: 2px solid #999999;
	border: 2px solid rgba(0,0,0,0.4);
	-webkit-appearance: none;
}

/* Colour change in menu */
.menu {
	background-color: rgba(255,255,255,0.5);
}

.quote-author {
	visibility: hidden;
}	

.single .post-meta {
	display: none;
}

.post-navigation {
	display: none;
}

.widget ul.menu li a {
	color: orange;
}

/* measurements footer menu */
@media only screen and (max-width: 767px) {
	.footer-widgets {
		display: block;
	}
}

/* footer menu on mobile */
@media only screen and (max-width: 767px) {
	.footer-widgets {
		display: block;
	}
}

.footer-widgets {
	display: block;
}

#search-8 {
	clear: both;
	display: block;
}	

.footer-widgets {
	display: flex;
	justify-content: space-around;
	display: block;
}	

@media handheld,only screen and (max-width: 1024px) {
	.footer-widgets {
		display: block;
	}
}

.post-724.headline.img-headline {
	display: none;
}

@media screen and (min-width: 1025px) {
	#header .row .eleven, #navigation {
		box-sizing: border-box;
		max-width: 100%;
		text-align: right;
		width: 100%;
	}
	
	#menu-item-2225 {
		left: 36px;
		position: absolute;
	}
}

/* move the menu to the right hand side - hc-6848777 - AJ */

#navigation > .menu {
    float: right !important;
}

/* Multilingual menu item ES*/
#menu-item-33277 a {
	background-image: url('https://sparkspanish.com/wp-content/uploads/2019/03/spain-flag.png');
	background-size: 28px 21px;
	color: transparent !important;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
