/*
Theme Name: Made To Thrive 2026 Base
Author: Made To Thrive
Author URI: https://madetothrive.com/
Theme URI: 
Tags: full-site-editing, editor-style, block-styles, block-patterns
Text Domain: made-to-thrive-2026-base
Requires at least: 6.3
Requires PHP: 7.4
Tested up to: 6.3
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.green-background {
	background-image: url(assets/images/greenpaper.png);
    background-repeat: repeat;
    background-position: top left;
	padding:50px 0;
	text-align:center;
	color:white;
}
.page-id-3 #block-general-content {
max-width:95%;
margin: 0 auto 50px;
}
.page-id-3 #block-general-content header {
	display:block!important;
}
.page-id-3 #block-general-content header h1 {
	font-size:50px;
	text-align:center;
}
.search-no-results {
	background-color:black;
	    background-image: url(/assets/images/greenpaper.png);
    background-repeat: repeat;
	color:#ECCCC5;
		text-align:center;
}
.search-no-results #main-content {
	padding:80px 0 160px;
}
.search-no-results #main-content h1, .search-no-results #main-content h2 {
	color:#ECCCC5;
}
.search-results-wrap {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.search-results-wrap .quick-links {
	background-image:none;
	background-color:transparent;
}
.search-results-wrap article {
	width:20%;
	margin: 0 0 30px;
	padding: 0;
	min-height: auto;
}
.search-results-wrap article img {
width:100%;
height:200px;
	object-fit:contain;
}
.search-results-wrap .pagination {
	width:100%;
	text-align:center;
	margin: 30px auto 50px;
}
.search-header h1 {
text-align:center;
margin:50px auto; 
}


/* Popup Form Styles - Matching Footer Form */
.pum-content .wpforms-title {
	color: #33391D;
	font-size: 32px;
	font-family: 'Inria Serif';
	margin: 10px auto 30px;
	letter-spacing: -0.09rem;
	text-align: center;
}

.pum-content .wpforms-field-container {
	display: flex;
	width: 84%;
	justify-content: space-between;
}

.pum-content .wpforms-field-container .wpforms-field {
	width: 50%;
}

.pum-content .wpforms-form {
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	    padding: 30px 30px 50px;

}

.pum-content .wpforms-form .wpforms-head-container {
	width: 100%;
}

.pum-content .wpforms-field-label {
	color: #33391D;
	font-family: 'Figtree', sans-serif;
	font-size: 0px;
}

.pum-content .wpforms-field input[type="text"],
.pum-content .wpforms-field input[type="email"] {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #33391D;
	border-radius: 0;
	padding: 0.5rem 0 13px;
	font-family: 'Figtree', sans-serif;
	color: #000000;
	font-size: 14px;
	opacity: 1;
	width: 100%;
	max-width: 100%;
	letter-spacing: 0.04rem;
}

.pum-content .wpforms-field input[type="text"]::placeholder,
.pum-content .wpforms-field input[type="email"]::placeholder {
	color: #000000;
	opacity: 1;
}
.pum-content .wpforms-field input[type="text"]:focus,
.pum-content .wpforms-field input[type="email"]:focus {
	outline: none;
	border-bottom-color: #33391D;
}

.pum-content .wpforms-submit-container {
	margin-top: 5px;
	width: 16%;
}

.pum-content .wpforms-submit {
	background-color: transparent;
	border: none;
	color: #33391D;
	font-family: 'Figtree', sans-serif;
	cursor: pointer;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 600;
	transition: opacity 0.3s ease;
	border-bottom: 1px solid black;
	text-align: left;
	background-image: url(/wp-content/themes/made-to-thrive-2026-base/assets/images/right-arrow.png);
	padding: 5px 30px 10px 0;
	background-size: 23px;
	background-repeat: no-repeat;
	background-position: right 1px;
	width: 100%;
	font-size: 15px;
}

.pum-content .wpforms-submit:hover {
	opacity: 0.8;
}
@media (max-width:825px) {
	.pum-theme-274 .pum-container, .pum-theme-default-theme .pum-container {
		    border: 25px solid #ecccc5!important;
	}
	.pum-content .wpforms-submit-container {
    margin-top: 5px;
    width: 25%;
}
	.pum-content .wpforms-field-container {
    width: 75%;
}
	
}
@media (max-width:768px) {
	.search-results-wrap article {
	    width: 33%;
	    margin: 0 0 30px;
	    padding: 0;
	    min-height: auto;
	}
}
@media (max-width:600px) {
	    .pum-content .wpforms-submit-container {
        margin-top: 5px;
        width: 100%;
        text-align: center;
    }
	.pum-content .wpforms-submit {
        padding: 10px 31px 0;
        text-align: center;
        border: none;
        width: fit-content;
        background-position: right 6px;
	}
	    .pum-content .wpforms-field-container {
        width: 100%;
    }
	.pum-content .wpforms-form {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 15px 30px;
}
}