/* 
Theme Name:		 Eris Child
Theme URI:		 https://themeskingdom.com
Description:	 Eris Child is a child theme of Eris
Author:			 David Smyth
Author URI:		 https://www.seehearspeak.agency/
Template:		 eris
Version:		 1.1.16
Text Domain:	 eris-child
*/

:root,
html,
body,
#page,
.site-header {
	background-color: #fff;
}

/*
:root .sticky-header header.site-header {
	background-color: rgba(232, 234, 236, 0.5) !important;
	background-color: transparent !important;
}
*/
:root .sticky-header header.site-header::before {
	display: none;
}

:root .sticky-header header.site-header:not([style*="transparent"]) {
	background-color: #fff !important;
}

@media not all and (min-resolution:.001dpcm) and (min-width: 800px) { @media { /* Safari 10.1+ */

    :root .sticky-header header.site-header { 
        background-color: #f4f5f6 !important; 
    }
}}

.page-template-portfolio-page .category-list,
.page-template-portfolio-page .post-date,
.single-portfolio .entry-meta {
	display: none;
}


:root body,
:root input,
:root textarea,
:root keygen,
:root select,
:root button,
:root body #site-navigation #primary-menu li a,
:root body .jp-carousel-wrap,
:root .jp-carousel-wrap .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit,
:root .jp-carousel-wrap #jp-carousel-comment-form-button-submit,
:root .jp-carousel-wrap textarea#jp-carousel-comment-form-comment-field {
    font-family: Verdana,Geneva,sans-serif;
}
:root h1,
:root h2,
:root h3,
:root h4,
:root h5,
:root h6,
:root .entry-content h2 a {
    font-family: Verdana,Geneva,sans-serif;
}
:root body #site-navigation #primary-menu li a {
	font-weight: bold;
}
:root .featured-slider-wrap {
/* 	background-color: #fff; */
	background-color: rgba(232, 234, 236, 0.5);
}
.entry-content p, .row-columns {
    margin-bottom: 1rem;
}
.entry-content a {
/* 	text-decoration: underline; */
/* 	border-color: #000; */
}
.site-title a {
	white-space: nowrap;
}
.post-navigation {
	margin-top: 8rem;
}
.mc4wp-form input[type="text"],
.mc4wp-form input[type="tel"],
.mc4wp-form input[type="url"],
.mc4wp-form input[type="password"],
.mc4wp-form input[type="search"],
.mc4wp-form textarea {
	min-width: 200px;
}
.mc4wp-form input[type="email"] {
	max-width: 100%;
	width: 494px;
}
.mc4wp-response {
	clear: left;
}
@media only screen and (min-width: 992px) {
	.featured-slider article {
    	height: 64vh;
    	margin-bottom: 60px;
	}	
}
@media only screen and (min-width: 992px) and (max-width: 1299px){
	
	.page-template-portfolio-page:not(.shuffle-layout) .site-content .container {
		padding-left: 90px;
		padding-right: 90px;
	}

	.layout-three-columns .site-main .grid-sizer,
	.layout-four-columns .site-main .grid-sizer,
	.layout-three-columns .site-main .portfolio,
	.layout-four-columns .site-main .portfolio {
		width: 33.333%;
	}

}

@media only screen and (max-width: 1600px) and (min-width: 1300px){
	.page-template-portfolio-page:not(.shuffle-layout) .container {
		padding-left: 90px;
		padding-right: 90px;
	}

	.layout-four-columns .site-main .grid-sizer,
	.layout-four-columns .site-main .portfolio {
		width: 25%;
	}
}
figure {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.featured-image figcaption.caption,
figcaption {
	color: #3e3e3e;
	display: table-caption;
	caption-side: bottom;
	letter-spacing: 0.2px;
    line-height: 1.7em;
	margin: 0 0 22px;
	float: none;
	width: 100%;
}

.caption {
	font-size: 0.75rem;
	text-align: left;
}
.single .slide-caption {
	display: block;
}
.portrait-wrap .featured-portrait {
	min-width: 59%;	
}
.portrait-wrap .caption {
	width: 59%;
    display: block;
    float: left;
}
/* .category-filter is on portfolio page */
:root .category-filter,
.slide-caption,
.jp-relatedposts-post-context {
	display: none;
}
.category-list a {
	pointer-events: none;
	cursor: default;
}
.entry-content figure.alignnone, 
.entry-content figure.aligncenter {
	display: block;
	max-width: 100%;
}
.wp-caption-text {
	max-width: 100%;
	display: block;
	margin-top: 0;
}
:root #TB_overlay {
	background: #fff;
}
:root #TB_prev a, #TB_next a,
body .tb-close-icon {
	color: #000;
}
:root #TB_caption {
    color: rgba(0, 0, 0, 0.7);
}
.show-over-1025 {
	display: none;
}
.jp-relatedposts-post {
	margin-bottom: 2rem;
}

@media only screen and (min-width: 1025px) {
	.hide-over-1025 {
    	display: none;
	}
	.show-over-1025 {
		display: block;
	}
}
@media only screen and (min-width: 768px) {
	.entry-content .wp-block-column figure.alignleft,
	.entry-content .wp-block-column img.alignleft {
	    margin-left: 0;
	}
}
@media only screen and (max-width: 767px) {
/*
	#masthead #big-search-trigger {
	    display: none;
	}
*/
/*
	body.no-sidebar .menu-toggle {
    	right: 23px;
	}
*/
	#masthead .site-branding {
		padding-right: 0;
	}
	:root .featured-slider-wrap {
	/* 	background-color: #fff; */
		background-color: rgba(232, 234, 236, 0.5);
	}
	:root .sticky-header header.site-header {
		background: transparent;
	}
}
@media only screen and (max-width: 450px) {
	.site-title {
		font-size: 25px;
		font-size: 6.5vmin;
	}
}