/*
Theme Name: Shotwell Paper Mill's Total Child Theme
Theme URI: https://shotwellpapermill.com
Author: Bolder Elements
Author URI: https://bolderelements.net
Template: Total
Version: 1.0
*/


body {
	--wpex-red-error: var(--wpex-palette-2861-color);
    background-size: 100% auto;
    background-repeat: repeat-y;
	background: url('img/body-bg.jpg') repeat;
}

#site-header,
#site-navigation-wrap,
#footer-bottom {
	background: none !important;
}

#site-logo-inner .logo-img {
	min-width: 200px;
}

blockquote {
	font-size: 1em;
}

#main {
	padding-top: 40px;
}
	#main img {
    	border-radius: var(--wpex-rounded);
	}

.site-boxed #wrap {
	border: 1px solid #000000;
    border-radius: 15px;
	background: #d8d5d6 !important; /* old: #e3e3e3 */
}

#site-header {
	padding: 40px 0 0;
}

.site-boxed #wrap-border {
	border: 65px solid #000;
	border-image-source: url('img/border-content.png');
	border-image-repeat: stretch;
    border-image-slice: 117;
    border-radius: 8px;
}

.site-boxed #wrap-content-border {
	background: #d8d5d6 url('img/content-bg.png') !important;
    background-size: cover !important;
}

#site-navigation-wrap,
.navbar-style-two .main-navigation-ul>.menu-item,
ul#menu-main-menu {
	border: 0;
}

ul#menu-main-menu li.menu-item { text-wrap-mode: nowrap; }
/*
ul#menu-main-menu {
	border: 20px solid transparent;
	border-image-source: url('img/border-menu.png');
	border-image-repeat: repeat;
    border-image-slice: 25;
}
*/
.bigfont {
	font-size: 1.25em;
}

.overlay-bg.wpex-bg-black,.overlay-bg.wpex-hover-bg-black:hover {
    background-color: var(--wpex-palette-2859-color) !important;
}

.page-id-499 .vcex-portfolio-grid-wrap ul.vcex-portfolio-filter {
	display: none;
}

.portfolio-entry-media a.portfolio-entry-media-link .overlay-title-excerpt-hover .overlay-content .overlay-title {
	color: #2ab37d;
	font-weight: 600;
	font-size: 1.2em;
	text-shadow: 2px 2px 1px var(--wpex-palette-2859-color);
}

#portfolio-single-header {
	margin: 0;
	text-align: center;
}

#portfolio-single-title {
	text-align: left;
	margin-top: 0px;
	font-size: var(--wpex-text-2xl);
	font-weight: 400 !important;
}

#portfolio-single-media,
#portfolio-single-media img {
	max-width: 575px;
	margin: 0 auto;
}

#sw_projects_menu {
	padding: 10px 15px;
}

.post-pagination-wrap {
	border-style: none !important;
}

input[type=text], input[type=email], input[type=tel], select, textarea, .select2-selection {
    font-size: 18px !important;
    border: 1px solid var(--wpex-palette-2860-color) !important;
    width: 100%;
    background-color: #dbdbd8 !important;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus {
    background-color: #dbdbd8;
    border: 1px solid var(--wpex-palette-2861-color) !important;
}

.woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout) {
	color: var(--wpex-palette-2859-color) !important;
}

.wpcf7-form p {
	margin: 0 !important;
}

.wpcf7 form input,
.wpcf7 form textarea {
	margin-bottom: 40px;
}

.wpcf7 form input.wpcf7-submit {
	margin: 0 auto;
}

.wpb_column #mc_embed_signup form {
	margin: 30px 0 0 0;
    width: auto;
}

.wpb_column #mc_embed_signup form #mc-embedded-subscribe {
	border: 0;
    width: fit-content;
    margin: 0;
}

ul.products li.entry {
	margin-top: 30px;
}

header.single-blog-header h1 {
	font-weight: 400 !important;
}

#blog-entries .blog-entry h2 {
	font-size: var(--wpex-text-xl) !important;
	font-weight: 400 !important;
	border-bottom: 2px solid var(--wpex-link-color);
	padding-bottom: 6px;
	margin-bottom: 15px;
}

#blog-entries .blog-entry .wpex-card {
	margin-bottom: 30px;
}

#blog-entries .blog-entry .wpex-card-inner {
	background: none;
	border: 0;
}

#blog-entries .blog-entry .wpex-card-thumbnail {
	height: 350px;
}

#blog-entries .blog-entry .wpex-card-terms-list {
	display: none;
}

#blog-entries .blog-entry .wpex-card-more-link {
	display: none;
}

.single-blog-article > ul {
	color: var(--wpex-palette-2859-color);
    font-size: var(--wpex-text-base);
}

.woocommerce-billing-fields .mailchimp-newsletter {
	margin-top: 15px;
}

.woocommerce-billing-fields .mailchimp-newsletter span {
	font-weight: 600;
	font-size: 0.9em;
}

.woocommerce .wc-proceed-to-checkout a {
	width: stretch;
	margin: 5px 0 20px;
}

/*
	YouTube Videos
*/
body.single-portfolio .vcex-video,
body.single-portfolio .vcex-video iframe {
	border-radius: var(--wpex-rounded);
}

@media screen and (max-width: 782px) {

	#outer-wrap {
		margin: 20px;
	}

	.site-boxed #wrap-border {
		border: 30px solid transparent;
		border-image-source: url('img/border-content.png');
		border-image-repeat: stretch;
	    border-image-slice: 117;
	    border-radius: 15px;
	}

}
