/* Make nav bar appear above page*/
#masthead {
	box-shadow: 0 1px 5px #999;
}

@media screen and (min-width: 1180px) {
	#masthead .site-header-wrapper {
		max-width: calc(calc(932px - 32px) + 256px) !important;
		width: calc(calc(932px - 32px) + 256px) !important;
		margin: 0 auto;
	}
}

/*Headers in pages need to go*/
#main .entry-header.responsive-max-width {
	display: none;
}

.material-icon, .contact-details-tags {
	display: inline-block;
	color: #fefefe;
}

/*Header titles need margin top*/
#main .header-title {
	font-size: 2.0736rem;
	margin-top: 32px;
}

/* Change color of company name to primary dark blue */
.site-branding .site-title a,
.site-branding .site-title a:link,
.site-branding .site-title a:visited {
	color: #11115d !important;
}

/*change color of selected nav item*/
#masthead .site-header-wrapper .main-navigation ul li.current-menu-item > a {
	color: var(--wp--preset--color--secondary);
	border-color: var(--wp--preset--color--primary);
}

.main-navigation a:hover {
	color: var(--wp--preset--color--primary);
}

/*mobile nav needs to be styled to match site palette*/
#site-navigation > label.button {
	background: var(--wp--preset--color--secondary);
}

.contact-submit button:hover[type="submit"] {
	background: var(--wp--preset--color--secondary);
	transition: all .4s ease 0;
}

.contact-submit button:active[type="submit"] {
	background: #000000;
}

/* remove padding around main page content, may not need to do this if wordpress top bar is not there (ie not logged in as user) */
#main.site-main {
	margin-top: 0 !important;
	padding-top: 0;
	padding-bottom: 0;
}

/*change width of flex cols in landing section*/
.landing-section > .landing-section-contact-button {
	flex-basis: 40%;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
}

.landing-section > .landing-section-text-block {
	flex-basis: 60% !important;
}

/*space icon and text in services section*/
.services-icon-col.wp-block-column {
	padding: 1rem;
}

.services-icon-col.wp-block-column>p {
	display: none;
}

.services-col.wp-block-column {
	padding-top: 1rem;
}

.services-col.wp-block-column {
	margin-left: 3em;
}

/**/
.site-content .content-area .site-main .entry-content .wp-block-group__inner-container {
	max-width: 1600px !important;
}

.landing-section {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.landing-section-container .wp-block-group__inner-container h1 {
	margin-bottom: 0;
}

.landing-section-container .wp-block-group__inner-container h5 {
	margin-top: 0;
}

/*Testimonial Section remove p at top of each testimonial block */
.testimonials-section-container .wp-block-column > p {
	display: none;
}

h3.testimonial-title {
	font-size: 2.3rem;
	padding-bottom: 1rem;
}

#post-190 .testimonial-entry-content {
	font-size: .9rem;
}

/*about page edits*/
.profile-picture img {
	border: .1rem solid lightgrey;
}

.wp-block-columns .wp-block-column .profile-picture {
	margin-bottom: 16px;
}

.wp-social-link {
	border: .1rem solid white;
}

.wp-social-link.email-social-icon {
	border: .05rem solid lightgrey;
}

/* Style contact form */
.wp-block-columns.has-2-columns.contact-section-container, .wp-block-columns.has-2-columns.about-section-container {
	padding-top: 32px;
	padding-bottom: 32px;
	z-index: 99;
	border-radius: 1rem;
}

.wp-block-columns .wp-block-column > .contact-section-title {
	margin-top: 32px;
}

/* Contact Form Input*/
input[type="text"],
 input[type="email"],
 input[type="tel"],
 textarea {
	font-size: 1rem;
	background-color: #f5f5f5;
	border: none;
	width: 95%;
	padding: 4%;
	border-radius: .5rem;
}

/*Remove text decoration (underlines) in contact details*/
.wp-block-jetpack-email>a, .wp-block-jetpack-address>a, .wp-block-jetpack-phone>span>a {
	text-decoration: none;
}

/*Contact Form Submit Button*/
.contact-submit>button[type="submit"] {
	color: white;
	background: var(--wp--preset--color--primary);
	padding: .8rem 1.5rem;
}

.contact-submit button:hover[type="submit"] {
	background: var(--wp--preset--color--secondary);
	transition: all .4s ease 0;
}

.contact-submit button:active[type="submit"] {
	background: #000000;
}

/*submission page font needs to be smaller*/
#contact-form-7 > h3 {
	font-size: 1rem;
	padding: 1em;
}

#contact-form-7 .contact-form-submission > p {
	font-size: 1.05rem;
	color: var(--wp--preset--color--primary);
}

/* footer remove wordpress default */
footer.site-footer {
	min-width: 100%;
	width: 100vw;
	padding: 0;
	margin: 0;
	color: #bbb;
	background-color: var(--wp--preset--color--tertiary);
}

.widget-area.responsive-max-width {
	min-width: 90%;
}

.widget-area {
	line-height: 2em;
}

.site-footer .site-info {
	display: none;
}

/*arrange the footer widgets*/
.site-footer .widget-area, .widget {
	margin: 0;
	padding: 5px;
	display: inline-block;
	vertical-align: center;
}

h2.widget-title {
	display: none;
}

.widget div.textwidget > p {
	margin: 0;
}

.widget.jetpack_widget_social_icons {
	float: right;
}

.widget.jetpack_widget_social_icons .jetpack-social-widget-item {
	padding-right: 10px;
}

.parallax-container-section {
	min-height: 20rem !important;
}

/* media queries */
/*have to add important as some javascript overrides css */
@media screen and (max-width: 700px) {
	.entry-content>.alignfull.section-container {
		padding-left: 10%;
		padding-right: 10%;
	}
	
	.entry-content>.alignfull h2, .entry-content>.alignfull h3 {
		font-size: 2rem;
	}
	
	.landing-section-container h1 {
		font-size: 1.8rem !important;
	}
	
	.landing-section-container h5 {
		font-weight: 500;
		font-size: 1.25rem !important;
	}
	
	.landing-section-container img {
		padding: 10px;
	}
	
	.wp-block-column.is-vertically-aligned-center.services-icon-col > .wp-block-image > img {
		max-width: 35%;
	}
	
	div.wp-block-column.services-col {
		margin-left: 0;
	}
	
	#main.site-main .entry-content {
		margin-top: 0;
	}
	
	.services-section-container .has-2-columns {
		margin-top: 0;
		flex-wrap: wrap-reverse;
	}
	
	.wp-block-column.is-vertically-aligned-center.services-icon-col {
		margin-bottom: 0;
		margin-top: 1rem;
	}
	
	h4.margin-bottom-half {
		font-size: 1.5rem;
	}
	
	.testimonial-page .jetpack-testimonial-shortcode {
		padding-top: .75rem;
	}
	
	.widget-area.responsive-max-width {
		min-width: 100%;
	}
	
	.widget.jetpack_widget_social_icons .jetpack-social-widget-item {
		padding-right: 0;
	}
	
	.widget .jetpack-social-widget-list .jetpack-social-widget-item, .widget .jetpack-social-widget-list .jetpack-social-widget-item a, .widget .jetpack-social-widget-list .jetpack-social-widget-item .icon {
		max-width: 26px;
	}
	
	body .widget_eu_cookie_law_widget {
		max-width: 95%;
	}
}

body .widget_eu_cookie_law_widget {
	padding: 0;
}

/* wrapper div 
body .widget_eu_cookie_law_widget  #eu-cookie-law.hide-on-button.negative {
	border-radius: 10px;
	padding: .8em 1.2em;
	line-height: 1.5em !important;
}

form.customize-unpreviewable {
	line-height: 1.5em !important;
	display: flex;
	flex-wrap: wrap;
}

form:first-line {
	flex-grow: 2;
}

body #eu_cookie_law_widget-5 #eu-cookie-law a {
	flex-grow: 1;
}

body #eu_cookie_law_widget-5 #eu-cookie-law input.accept {
	font-size: .7rem;
	font-weight: 650;
	padding: .7rem;
	order: 3;
	flex-grow: 1;
	margin: 0;
}

#eu_cookie_law_widget-5 #eu-cookie-law form #text {
	flex: 0 0 100%;
	color: red;
}
*/
/*get rid of theme actionbar elipses*/
div#actionbar.actnbr-pub-stratford.actnbr-has-follow {
	display: none;
}

/* shrink logo to suitable size in header 
.custom-logo {
	max-height: 4rem;
	width: auto;
	margin: 0 1em;
}*/
/* Display site tageline in topbar
#masthead .site-header-wrapper .site-branding .site-description{
	display: inline-block;
	color: #11115d !important;	
} */
.wp-container-core-columns-is-layout-5 ul li span {
	color: #831717;
	font-weight: 800;
}

.list-with-span ul li span {
	color: #831717;
	font-weight: 800;
	line-height: 2.5;
}

.wp-container-core-columns-is-layout-5 ul li {
	color: #11115D;
	line-height: 2.5;
}

.k2s > .wp-block-column {
	box-shadow: #EEE 1px 1px 60px 1px;
}

.full-width-blue {
	background: #11115d;
	width: 100%;
	min-width: 100%;
}

@media screen and (max-width: 768px) {
	.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
		width: calc(100% - 64px);
		background-color: rgba(255,255,255,0.6);
		padding: 20px;
	}
}

/* [testimonials display_content=full columns=3] */
.jetpack-testimonial-shortcode.column-3 .testimonial-entry {
	border-style: none;
	border-width: 0;
	background-color: #f2f4fe;
	min-height: 100%;
	padding: 30px;
	padding-top: 55px;
	padding-bottom: 55px;
	position: relative;
}

.jetpack-testimonial-shortcode.column-3 .testimonial-entry .testimonial-entry-content {
	font-size: 16px;
	text-indent: 59px;
	color: #11115d;
	font-style: italic;
}

.jetpack-testimonial-shortcode.column-3 .testimonial-entry .testimonial-entry-content p {
	font-size: 16px;
	font-style: italic;
	color: #11115d;
}

.jetpack-testimonial-shortcode.column-3 .testimonial-entry .testimonial-entry-title {
	font-size: 16px;
}

.jetpack-testimonial-shortcode.column-3 .testimonial-entry:before {
	position: absolute;
	left: 30px;
	top: 30px;
	content: '';
	width: 39px;
	height: 32px;
	background: url('https://keyestosuccess.ie/wp-content/uploads/2024/02/quot1.png?w=39');
}

.jetpack-testimonial-shortcode .testimonial-entry-title a {
	pointer-events: none;
}

.jetpack-testimonial-shortcode.column-3 .testimonial-entry:after {
	position: absolute;
	right: 30px;
	bottom: 20px;
	content: '';
	width: 39px;
	height: 32px;
	background: url('https://keyestosuccess.ie/wp-content/uploads/2024/02/quot2.png?w=38');
}

@media screen and (min-width: 1180px) {
	.entry-content .jetpack-testimonial-shortcode.column-3 {
		max-width: calc(calc(932px - 32px) + 256px) !important;
		width: calc(calc(932px - 32px) + 256px) !important;
	}
	
	.is-style-default .wp-block-cover__inner-container p {
		max-width: calc(calc(932px - 32px) + 256px) !important;
		width: calc(calc(932px - 32px) + 256px) !important;
	}
}

@media screen and (max-width: 495px) {
	.jetpack-testimonial-shortcode.column-3 .testimonial-entry-mobile-first-item-row {
		width: 100%;
		margin-right: 0;
	}
	
	.jetpack-testimonial-shortcode.column-3 .testimonial-entry-mobile-last-item-row {
		width: 100%;
		margin-right: 0;
	}
}

ul {
	color: #11115D;
}

#masthead .site-header-wrapper .site-branding .site-logo {
	margin-top: 10px;
	margin-bottom: 16px;
	width: 65% !important;
}

footer a {
	color: #FFF;
}