/* default button block color | 30478360-HC | GM */
.wp-block-button__link {
	background-color: #FD9915;
}
/* hover button block color | 30478360-HC | GM */
.wp-block-button__link:hover {
	background-color: #1C355D;
}

/* quote styling */
.wp-block-quote p {
	font-size: 18px;
	padding: 10px 40px;
	border-left: 0px solid ;
}
.wp-block-quote cite {
	font-weight: bold;
	font-size: 16px;
	padding: 10px 40px;
}

blockquote.wp-block-quote::before {
content: "\201C";
display: block;
font-size: 80px;
position: relative;
height: 0;
color: #FD9915;
left: 0px;
}


.nav-links, {
	display:none;
}

/* Blog posts on Projects page - add border between posts */
.hentry.post {
	margin-bottom: 3em;
	border-bottom: 3px solid #FD9915;}

.news .hentry.post {
	border-bottom: 0px;}


/* disable navigation of old posts on post page view */

nav.navigation.post-navigation {
	display:none;
}

/* display date on posts front page */


.customwidget .entry-meta {
    display:none;
}

/* title height -> posts on main page */

.entry-title {
	min-height: 70px;
}
.customwidget .entry-meta {
	border: none;
	padding: 2px 0px;
}
.customwidget span.posted-on a {
	font-style: normal;
}

/* lists: paragraph bottom margin reduction */

.smallgap {
	margin-bottom: 10px;
}

/* header image size increase + opacity */
.homepage .header {
	padding: 14% 0;
}
.overlay { opacity: 0.1;}

.section.fixed .overlay  { opacity: 0.3;}

/* top menu */
.standard-menu .site-header {
    background: #000;
    color: #fff;
}

/* links underline and colour */
a {
	text-decoration: underline  #FD9915 2px;
}
a:hover {
	text-decoration: underline  #1C355D 2px;
}

.block-two .columns .entry-content a.more-link  {
	color: #1C355D;
}
.post-content a, .nav-menu a, h4 a, .wp-block-button a {
	text-decoration: none;
}

.post-content a:hover, .nav-menu a:hover, h4 a:hover, .wp-block-button a:hover {
	text-decoration: none;
}

.site-header {
	padding-bottom: 10px;
}
/* change header background | 30478360-HC | GM */
.standard-menu .site-header {
	background: #ffffff;
	color: #1C355D;
}

/* change menu color | 30478360-HC | GM */
.main-navigation a, .main-navigation a:visited, .social-navigation a, .social-navigation a:visited {
	color: #1C355D;
	transition: none;
}
.main-navigation a:hover, .main-navigation a:focus, .social-navigation a:hover, .social-navigation a:focus, .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a {
	color: #FD9915;
	border-bottom: none;
	transition: none;
}


.main-navigation ul ul {
	background: #ffffff;
}
/* change mobile menu toggle | 30478360-HC | GM */
#site-navigation button {
	color: #1C355D;
	box-shadow: #1C355D 0 2px 0;
	border: 1px solid #1C355D;
}

/* disable title of front page blocks */

.hfeed .entry-content h2.entry-title {
	display: none;
	text-transform: capitalize;
}
.block-two {
	margin-top: 100px;
}
.block-two h2.entry-title {
	text-transform: capitalize;
}

/* center Jetpack Social Icons Widget */
.jetpack_widget_social_icons ul {
    text-align: center;
}

/* hero image button not italics */
.intro .wp-block-button {
	font-style: normal;}

.intro  {
	font-style: normal;
}
.content-caption .entry-content p {font-size:1.4rem;
line-height: 1.55;}

hr.short {
	background-color:#FD9915;
}

/* bottom site extra space hidden --disabled - breaks the site
.site-footer {
    margin-bottom: -100px;
}*/

/* borders around elements */
.boxborder {
	border-style: solid;
	border-width: 2px;
	border-color: #FD9915;
}

.wp-image-245 {
    border: 1px solid rgba(28,53,93, 0.5);
}

.boxhighlight:hover {
	background-color: #FD9915;
	transition: 0.2s;
}

/* Add padding and decreasing margin of boxhighlight class | 30852778-hc (db) */
.boxhighlight {
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

/* footer */
.site-footer {background: #1C355D;}

.footer-widgets.clear {
	border: 0px
}

/* social media icons colour */
.icon-linkedin:hover, .icon-facebook:hover {
	color:#FD9915;
	transition: 0.2s;
}

/* home page sidebar */
body #secondary .widget {
  border-color: #FD9915;
	border: 0px;
}

h2.widget-title:after {
    height: 2px;
    background: #FD9915;
    width: 35px;
    display: block;
    content: " ";
    margin: 0 auto;
    margin-top: 10px;
}
/* Contact form */
.form-group, .submit-group {
	padding: 8px;
}

/* remove resizing of the message box */
textarea {
  resize: none;
}

div.wpcf7 .ajax-loader {
	display: none;
} 
/* styling input forms */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
	width: 70%;
	min-width: 300px;
	border-radius: 10px;
	border: 1px solid #1C355D;
	box-shadow: none;
  padding: 8px 12px;
}

.wpcf7 input:focus,
.wpcf7-textarea:focus {
  border: 1px solid #FD9915;
	box-shadow: none;
}

/* CF7 Submit Button */
.wpcf7 input[type="submit"] {
	color: #ffffff;
	font-size: 16px;
	background: #FD9915;
	padding: 12px 16px 12px 16px;
	border: none;
	width: auto;
	text-transform: uppercase;
	transition: 0.2s;
	
 }
.wpcf7 input:hover[type="submit"] {
     background: #1C355D;
 }
.wpcf7 input:active[type="submit"] {
     background: #1C355D;
 }
/* CF7 Submit Button ENDS */
/* Contact form ENDS*/

/*adjust content width | 31214592-HC | GM 
@media screen and (min-width: 55em) {
    .site, .page-template-front-page .homepage article {
        width: unset;
        max-width: 70%;
    }
    .page-template-full-width-page .main-content {
        max-width: unset;
    }
}*/

/* SIGN UP form START */
/* button styling */
#mc_embed_signup input.button {
	font-size: 1.125rem;
	background: #FD9915;
	padding: 10px 15px;
	width: 100% !important;
	max-width: 200px !important;
	text-transform: uppercase;
	transition: 0.2s;
	height: 51px;
	border-radius: 0;
	margin: auto !important;
}

#mc_embed_signup input.button:hover, #mc_embed_signup input.button:active {
     background: #1C355D;
 }

#mc_embed_signup form {
	padding:10px 0 10px 0% !important;
}
/* email box styling */
#mc_embed_signup input.email {
	margin: 0 auto 10px auto !important;
	width: 100% !important;
	max-width: 350px !important;
	padding: 8px 12px !important;
	border-radius: 10px !important;
	box-shadow: none !important;
	border: 1px solid #1C355D !important;
}

#mc_embed_signup input.email:focus {
  border: 1px solid #FD9915 !important;
	box-shadow: none !important;
}
/* SIGN UP form END */

.wp-block-button {
 width:100%;
}

/* Mobile view */
/* black bar above footer */

.social-block {
	padding: 0px;
}
/* Menu box shadow */
#site-navigation button {
	box-shadow: none !important;
}

@media screen and (min-width: 10em) and (max-width: 70em){
.page.standard-menu .section.pages {
	padding: 10% 0 0% 0;
}
	h3 {
		font-size:20px;
	}
	.homepage .header.section .content-caption {
		padding: 0 15px 0 15px !important;
	}
}

@media screen and (min-width: 10em) and (max-width: 50em){
.site-header {
	padding: 15px 10px;
}
	.site-branding {
	width:50%;
}
}

@media screen and (min-width: 50em) and (max-width: 80em) {
.site-branding {
	width:20%;
}
}

@media screen and (min-width: 80em) {
.site-branding {
	width:15%;
}
}

/* table column widths in Opportunities */
.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner > [class*="wp-block-"] {
	max-width: 90%;
}

/* yellow line separator */
.wp-block-separator {
	opacity: 1;
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
	height: 3px;
}