/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
body:not(.overlay-header) .primary-menu > li > a, body:not(.overlay-header) .primary-menu > li > .icon, .modal-menu a, .footer-menu a, .footer-widgets a, #site-footer .wp-block-button.is-style-outline, .wp-block-pullquote::before, .singular:not(.overlay-header) .entry-header a, .archive-header a, .header-footer-group .color-accent, .header-footer-group .color-accent-hover:hover {
	color: #6D90A3;
}

.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus)::first-letter, .wp-block-button.is-style-outline, a {
	color: #6D90A3;
}

/*Quotes*/
blockquote {
	border-color: #6D90A3;
}

#mc_embed_signup {
	background: whitesmoke;
	height: 200px;
	width: 5000px !important;
	text-align: left;
	border-radius: 10px ;
	box-shadow: 10px 10px #FA9F1B ;
	position: relative;
	left: 75px;
}

/* Adds extra space around the input boxes */
#mc_embed_signup .mc-field-group {
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	float: left;
}

/* Styles the input boxes */
#mc_embed_signup  input {
	width: 175px;
	height: 70px;
	border-bottom-width: 5px;
	border-bottom-color: #FA9F1B;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	outline: none;
	font-size: 18px;
	color: black;
	font-weight: bold;
	position: relative;
	top: 10px;
	background-color: whitesmoke;
}

#mc_embed_signup  input:focus {
	border-bottom-width: 5px;
	border-bottom-color: #FDB813;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	outline: none;
}

#mc_embed_signup  input:hover {
	border-bottom-width: 5px;
	border-bottom-color: #FDB813;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	outline: none;
}

::placeholder {
	color: #FA9F1B;
	opacity: 1;
	
}

/* Styles the subscribe button */
#mc_embed_signup .button {
	width: 150px;
	height: 64px;
	background-color: #FA9F1B;
	border: 0;
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	top: 30px;
	left: 415px;
	text-align: center;
}

#mc_embed_signup .button:hover {
	background-color: #FDB813;
	color: whitesmoke;
	border: 0;
}