/*
 Theme Name:   Mediumish Child
 Theme URI:    
 Description:  Mediumish Child Theme
 Author:       Alejandro Mendoza
 Author URI:   
 Template:     mediumish
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  mediumish-child
*/
body {
	color: #222;
	background-color: rgb(247 244 237 / 46%) !important;
}
.mediumnavigation, .dropdown-menu, .dropdown-item {
    background-color: rgb(251 249 246)!important;
}
#site-title, .site-title, #site-title a, .site-title a, .entry-title, .entry-title, .card-title a, a, h1, h2, h3, h4, h5, h6, .widget-title, .elementor-heading-title {
	font-weight: 700;
}
/*)
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Baskerville;
}
*/
@media (min-width: 1200px) {
.recent-posts .listrecent .card.post .card-title {
    font-size: 1.6em;
	color: #42342a;
	}
}	
.article-post {
    font-family: Merriweather;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #222;
    margin-bottom: 150px;
}

.vanns-logo {
	max-width: 140px;
	height: auto;
	width: auto;
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
/*
@media (max-width: 1199px) {
.vanns-logo {
    width: 50%;
	}
}

@media (max-width: 767px) {
.vanns-logo {
	width: 20%;
	}
}
*/	
@media (max-width: 576px) {
.vanns-logo {
	max-width: 120px;
	}
}

/*
.mediumnavigation {
    box-shadow: unset;
}
*/
.site-content { /* set distance between menu and content */
    padding-top: 250px;
    transition: all 0.4s;
	margin-top: unset!important;
	min-height: unset;
}
@media (max-width: 640px) {
.site-content {
    padding-top: 150px;
	}
}	
@media (max-width: 576px) {
.site-content {
    padding-top: 100px;
	}
}
.section-title h2 {
    border-bottom: unset;
}
.row.listrecent {
    margin:0 0 75px 0;
	
}
/* Footer Stuff */
.footer {
    border-top: unset!important;
    padding-top: 15px;
    padding-bottom: 12px;
    color: rgba(0, 0, 0, .44);
    margin-top: unset
}
.fin {
	background-color: rgb(192 50 32);
	margin-top: 7rem;
}
.fin-baja {
    background-color: rgb(192 50 32);
    padding: 55px 10px 25px 10px;
    /* background-image: url(https://desertico.co/wp-content/uploads/2023/11/scene-desert.png); */
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 500px;
}
.news h3 {
    font-size: 1.8rem;
	font-family: "Poppins", sans-serif!important;
    line-height: 1.2;
    margin: auto;
    padding: 75px 0 35px 0;
	font-weight: 600;
    color: rgb(255 255 255 / 94%);
	width:65%;
}
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: 10px 40px 10px 40px;
	font-size: 1em;
	margin: 50px 0 0 0;
}	
.footer p {
    font-family: "Poppins", sans-serif!important;
	font-size: 0.9rem;
	line-height: 1.5rem;
    color: rgb(255 255 255 / 84%);
    margin-bottom: 0;
}
.footer-logo {
    padding-bottom: 15px;
	margin-top: 25px;
}
/* Post Grid Index Pg*/
@media (min-width: 1440px) {
.postbox_default_thumbnail img {
    min-height: 400px;
	}
}	
@media (min-width: 768px) {
.postbox_default_thumbnail img {
    height: unset;
	}
}
/* Nav */
.mediumnavigation a, .navbar-light .navbar-nav .nav-link {
    color: #3c3737!important;
	text-transform: none!important;
	font-size: 1.2rem;
	font-weight: 400!important;
}
.section-title h2{
	font-size: 4.5em;
	margin-bottom:27px;
}
.d-intro h1 {
	margin-bottom:4rem;
	font-weight: 400;
}
.sp-easy-accordion .sp-ea-single {
    background: #efefef;
    margin-bottom: 10px;
    border-radius: 10px 0 10px 10px;
	padding: 25px;
}
#sp-ea-37.sp-easy-accordion>.sp-ea-single {
    margin-bottom: 10px;
    border:1px solid transparent;
}
#sp-ea-37.sp-easy-accordion>.sp-ea-single {
    background: #fff;
}
.sp-easy-accordion .sp-ea-single .ea-header a {
    font-size:25px;
}
#sp-ea-37.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body {
    background: #fff;
}
/* Share stuff */
.shareitnow li a {
    color: #605959 !important;
    border-color: #605959 !important;
}
.shareitnow li a:hover {
    color: #b1544b !important;
	border-color: #b1544b !important;
}
p.sharecolour {
    display: none;
}
/* body mods 
.mediumnavigation, .dropdown-menu, .dropdown-item, .bg-white, body {
    background-color: rgb(247 244 237 / 46%) !important;
}*/
.card {
    border-radius: 10px;
    background-color: rgb(255 255 255 / 89%);
}
/* next and previous posts */
.prevnextlinks {
	margin-bottom: 100px!important;
	margin-top:100px;
}
.prevnextlinks .thepostlink { 
    display:none;
}
.listrecent span.card-text {
    font-size: 1rem;
}
.listrecent span.card-text {
    font-family: Merriweather;
}
.navbar-light .navbar-toggler {
    border-color: transparent;
}
button.navbar-toggler {
    background-color: transparent;
}
@media (max-width: 767px) {
.navbar-toggler-right {
    margin-top: -50px;
	}
.mediumnavigation, .dropdown-menu, .dropdown-item, body {
    background-color: #f7f4ed!important;
}	
.mediumnavigation {
    box-shadow: none!important;
}	
/*	
.site-content {
    padding-top: 20vh;
	}
*/	
.navbar-collapse .nav-link {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(97, 95, 95, 0.09);
	}	
h2 {
	font-size:1.6rem;
	}	
}
@media (max-width: 576px) {
.navbar-toggler-right {
    margin-top: -30px;
	}
.news h3 {
    font-size: 1.7rem;	
	}
}	

@media (max-width: 430px) {
    .vanns-logo {
	max-width: 120px;
	}

.news h3 {
    font-size: 1.5rem;
	}	
.card-title {
    line-height: 1.3;
	}
.navbar-toggler-right {
    right: -1rem;
	}
}	
@media (max-width: 375px) {
	.vanns-logo {
		max-width: 100px;
	}
}	
@media (max-width: 320px) {
.news h3 {
    font-size: 1.2rem;
	}
}	
.mainheading h1.posttitle, h1.entry-title, h2 {
    line-height: 1.2;
}
@media (max-width: 991px) {
.mediumnavigation a, .navbar-light .navbar-nav .nav-link {
    font-size: 1.17rem;
	}
.news h3 {
	width:unset;
	}	
}
/*
@media (min-width: 767px) {
.navbar {
    padding: .5rem 1rem 5rem .5rem;
	}
}
*/
.section-title h2 {
border-bottom: 0 solid transparent!important;
}
.prevnextlinks {
   display: none;
}
@media (max-width: 767px) {
    .navbar-collapse {
       background-color: transparent!important;
    }
.mainheading h1.posttitle, h1.entry-title {
       font-size: 2.5rem !important;
    }	
/*	
.section-title {
	margin-left:10%;
	}
*/	
}
.single-post {
	margin-top:10vh;
}
@media (max-width: 768px) {
.single-post {
	margin-top:5vh;
	}
}	
/*
@media (max-width: 576px) {
.section-title {
    margin-top: 75px;
	margin-left: unset;
    }
}
*/
@media (max-width: 430px) {
.mainheading h1.posttitle, h1.entry-title {
        font-size: 2rem !important;
    }
.row.listrecent {
    margin-top: 10vh;
	}	
}	
@media (max-width: 1440px) {
/*.row.listrecent {
	margin-top: 100px;
	}
*/	
.section-title span {
    margin-bottom: 25px;
	}	
}	
#sp-ea-37.sp-easy-accordion>.sp-ea-single {
    background: #fff;
}
.article-post a:not(.wp-block-button__link), .post .btn.follow, .post .post-top-meta .author-description a, article.page a:not(.wp-block-button__link), .alertbar a {
    color: #1b73b5;
	font-weight: normal;
	font-family: Merriweather!important;
}
.share ul {
    display: flex;
}
.share ul li {
    display: block;
    margin-right: 10px;
}
.share {
    position: unset!important;
}
@media (max-width: 767px) {
.shareitnow li a {
    margin: 0 5px;
	}
.share ul li {
    margin-right: unset;
	}
}	
/*
.row.listrecent {
    margin-top: 8rem;	
}
*/
.wprm-recipe-template-chic {
    max-width: 100%!important;
}
.wprm-recipe-print {
	background-color: #222!important;
}
.wprm-print-recipe-shortcode {
	color: #fff!important;
}
textarea {
	height: 300px;
}
.wp-block-button__link {
    margin: 50px 0 50px 0;
	color: rgb(255, 255, 255);
    background-color: #492c18;
    border-radius: 4px;
	border: 0;
    font-weight: 400;
    padding: 12px 24px;
    font-size: 15px;
}
.vanns-form select { /* new form from functions file */
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 17px!important;
	color: #adadad !important;
	box-sizing: border-box;
	height: 60px;                  
	line-height: 18px;  
	padding: 0 60px 0 22px;
	background-color: #fff;
	border: 1px solid #d8dde6;
	border-radius: 2px;
	background-image:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath fill='%23222' d='M1.5 0L7 5.5 12.5 0 14 1.5 7 9 0 1.5z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 22px center;
	background-size: 14px 9px;
	cursor: pointer;
}


.entry-content.page-content>* span {
    color: #dd3376;
}
.center {
	text-align: center;
}
h1 span {
    font-size: 6vw;
	line-height: 1;
    padding-top: 3.5rem!important;
}
.section-title span {
    border-bottom: 0;
}
.entry-content.page-content {
	font-size: 1.5rem!important;
	line-height: 1.7;
	text-align: center;
}
@media (max-width: 767px) {
h1 span {
    padding-top: 6.5rem!important;
	}
.entry-content.page-content {
    font-size: 1.3rem!important;	
	}	
}
.ask-me {
    display: block;
    position: relative;
    background-color: rgb(197 191 160 / 15%);
    padding: 45px 25px 45px 25px;
	border-radius: 2em 0 0 2em;
	margin-top: 10rem;
}
.ask-me h3 {
	font-size: 3rem;
	line-height: 1;
	color: #2a180c;
}
.ask-me p {
	line-height: 1.7;
    font-size: 1.2rem;
	padding-bottom: 20px;
	width: 70%;
}
.ask-me-btn {
	color: rgb(255, 255, 255)!important;
    background-color: #b94408;
    border-radius: 4px;
    font-weight: 500;
	padding: 15px 20px 15px 20px;
	font-size: 1.2rem!important;
}
.ask-me-btn:hover {
	color:#fff;
	text-decoration: none;
	background-color: rgb(73 44 24 / 77%);	
}
.pic-container {
    background-color: rgb(197 191 160 / 15%);
    padding: 0 25px 0 0;
    border-radius: 0 2em 2em 0;
}
.lauren-pic {
	width: 200px;
	height: auto;
    border-radius: 100%;
	margin: -70px 45px 0 40px;
	float: right;
}
@media (max-width: 1200px) {
.lauren-pic {
	margin: 0 20px 0 30px;
    width: 200px;
	}
.ask-me p {
		font-size: 1rem;
	}	
}	
@media (max-width: 991px) {
.lauren-pic {
	margin: -50px 0 0 10px;
	}
.ask-me {
    padding: 25px 25px 35px 25px;
	}	
.ask-me h3 {
    font-size: 2.2rem;
	}	
}	
@media (max-width: 640px) {
.center-me {
	text-align:center;
	}
.lauren-pic {
	float: unset;
	margin: 0 0 25px 0;
	}	
.ask-me p {
	width: 100%;
	font-size: 1rem;
	}	
.ask-me {
    padding: 25px 35px 65px 35px;	
	}	
}	
@media (max-width: 576px) {
.ask-me {
    box-shadow: unset; 
	}	
.row.listrecent {
    margin-top: 5.3rem;
	}	
}	
@media (max-width: 430px) {
.entry-content.page-content {
    font-size: 1.2rem!important;
}
h1 span {
    font-size: 10.5vw;
	line-height: 1;
}
.wp-block-gutena-forms .wp-block-gutena-form-field .gutena-forms-field {
    font-size: 13px;
	}	
}	
@media (max-width: 390px) {
h1 span {
    padding-top: 4.5rem!important;
	}
.ask-me h3 {
    font-size: 2.3rem;
	}	
.entry-content.page-content {
    font-size: 1.1rem!important;
	}	
}
@media (max-width: 320px) {
.entry-content.page-content {
    font-size: 1rem!important;
	}
/*	
.wp-block-gutena-forms .wp-block-gutena-form-field .gutena-forms-field {
    font-size: 0.8rem;
	}
*/	
h1 span {
    padding-top: 2.5rem!important;
	}	
}	
.wp-element-caption {
    font-style: normal!important;
	font-size: 16px!important;
}	
b, strong {
    color: #222;
}
span.post-date p, span.post-read p, span.readingtime p {
    font-size: 1rem;
}
@media (max-width: 767px) {
.article-post a {
   font-size: 1rem!important;
	}
}	
.byline {
	font-style: italic; 
	color: #b94408; 
	font-size: 1.2rem;
}
.author-name {
	color:#b94408; 
	font-weight: bold; 
	font-size: 1.2rem;
}
.featured-image {
	display: none;
}
.mediumnavigation { /* hide border below nav */
    box-shadow: unset;
}
@media (max-width: 767px) {
.section-title h2 {
    font-size: 4em;
	}
.reg-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Adjust spacing */
}
.reg-form-input {
    flex: 1;
    min-width: 100%
	}
.nl-btn {
	height: 50px;
	min-width: 100%;
	margin-left: 0!important;
	}	
}	
@media (max-width: 576px) {
.section-title h2 {
    font-size: 3em;
	}	
}


@media (max-width: 390px) {
.section-title h2 {
    font-size: 2.5em;
	}	
.byline, .author-name, span.post-date, span.post-read, span.readingtime { 
    font-size: 1rem;
	}	
h2 {
    font-size: 1.45rem;
	}	
}

@media (max-width: 320px) {
.section-title h2 {
    font-size: 2em;
	}	
.mainheading h1.posttitle, h1.entry-title {
    font-size: 1.8rem !important;
	}	
}
select {
	color: rgb(99 98 97 / 87%)!important;
}
@media (max-width: 430px) {
.wp-block-gutena-forms .wp-block-gutena-form-field .gutena-forms-field::-webkit-input-placeholder {
	font-size: 13px!important;
	}		
}	
.section-title span { /* theme override */
    text-transform: none;
}
/* Msg Confirmation Stuff */
.wp-image-3811 {
	width: 40px;
	height: auto;
}
.has-black-color { 
	font-size: 1.2rem!important;
	color: #35402d!important;
}	
.has-background {
	padding: 25px!important;
}
@media (max-width: 576px) {
.has-black-color { 
	font-size: 0.8rem!important;
}	
.has-background {
    padding: 10px!important;
	}
}	
@media (max-width: 1024px) {
.mainheading h1.posttitle, h1.entry-title {
    font-size: 2.6em;
	}
}	
table th {
    background-color: #fff;
    color: #222;
}
.table thead th {
    font-size: 1.4rem;
	line-height: 1;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(255 255 255);
}
.table-responsive {
    margin-bottom: 0;
}
@media (max-width: 576px) {
.table thead th {
    font-size: 1.2rem;
	}
}	
@media (max-width: 430px) {
.wp-element-caption {
    font-size: 13px!important;
	line-height: 1.4;
	}
}	
/*
.pdf-container {
  position: relative;
  width: 100%;
  padding-top: 75%;
  margin-bottom: 0;
/*
.pdf-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
*/
/* 5-13-25 */
@media (max-width: 1199px) {
.mainheading h1.posttitle, h1.entry-title {
    font-size: 2.6em;
	}
}	
h2 {
    font-size: 1.8rem;
}
.article-post {
    font-size: 1.25rem;
}	
.wp-block-image :where(figcaption) {
    text-align: left!important;
}	
@media (max-width: 576px) {
.wp-news {
	padding-top: 75px;
	}
}	
/* June 2025 */
.bottompagination {
    width: 95%;
    margin: auto;
    padding: 100px 0 0 0;
}
.promo {
	font-size: 1.3rem;
    line-height: 1.5;
    padding: 0 0 25px 0;
}
.custom-promo {
	margin: 8rem 0 9rem 0;
}
@media (max-width: 430px) {
.custom-promo h3 {
	font-size: 1.35rem;
}
.promo {
	font-size: 1.1rem;
	}	
}
@media (max-width: 390px) {
.custom-promo h3 {
	font-size: 1.25rem;
	}
.promo {
	font-size: 1rem;
	}	
.ask-me-btn {
    font-size: 1rem!important;
	}	
}
@media (max-width: 360px) {
.custom-promo h3 {
	font-size: 1.15rem;
	}
}
/*
.pdf-container {
  position: relative;
  width: 100%;
  padding-bottom: 0;
  height: 0;
  overflow: hidden;
}
*/

/* Hide on mobile - nuclear option */
@media screen and (max-width: 768px) {
    div[class*="pdf"] {
        display: none !important;
        visibility: hidden !important;
        position: absolute !important;
        left: -9999px !important;
        height: 0 !important;
        width: 0 !important;
        overflow: hidden !important;
        opacity: 0 !important;
    }
    
    object[data*=".pdf"] {
        display: none !important;
        visibility: hidden !important;
        position: absolute !important;
        left: -9999px !important;
        height: 0 !important;
        width: 0 !important;
        overflow: hidden !important;
        opacity: 0 !important;
    }
}
@media screen and (max-width: 768px) {
    .desktop-only {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
.product-list {
	display: block!important;
	}
}
@media screen and (min-width: 769px) {
.product-list {
        display: none;
    }
}
.fa-custom a {
	color: #fff!important;
    padding: 0 0 10px 0;
}
.custom-subtitle {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 0 40px 0;
}
.author-container {
	margin-bottom: 0
}
.mainheading {
    padding: 1rem 0 10px 0;
}
.ad-promo-fix {
	display:block;
	padding: 7rem 5rem 5rem 5rem;
	background-color: rgb(192 50 32);
	color: #fff;	
	border-radius: 0 0 2em 2em;
}
.ad-promo-fix {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  height: auto !important;
  padding: 7rem 5rem 5rem 5rem;
  background: rgb(192 50 32);
  color: #fff;
}
.ad-promo-fix h3 {
	font-size: 3rem;
	line-height: 1;
}
.ad-promo-btn-fix {
	color: rgb(255, 255, 255) !important;
    background-color: #801d10!important;
    border-radius: 4px;
    font-weight: 500;
    padding: 15px 20px 15px 20px;
    font-size: 1.2rem !important;
}
.ad-promo-btn-fix:hover {
	text-decoration: none!important;
	background-color: #932213!important;
}
.ad-promo-fix p {
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 0 0 25px 0;
}
@media screen and (max-width: 1024px) {
.ad-promo-fix h3 {
    font-size: 2.2rem;
	}
}	
@media screen and (max-width: 767px) {
.ad-promo-fix {
    padding: 3.5rem 2.5rem 2.5rem 2.5rem;
	}
}	
@media screen and (max-width: 576px) {
.ad-promo-fix h3 {
    font-size: 1.9rem;
	}
.ad-promo-fix p {
	font-size: 1.19rem;
	}	
}
@media screen and (max-width: 430px) {
.ad-promo-fix h3 {
    font-size: 1.6rem;
	}
.ad-promo-fix p {
	font-size: 1rem;
	}	
}
@media screen and (max-width: 375px) {
.ad-promo-fix h3 {
    font-size: 1.35rem;
	}
.ad-promo-fix {
    padding: 3.5rem 1.5rem 2.5rem 1.5rem;
    }
}
.card-header { /*trade show schedule */
    background-color: #fcf6e8;
}
.navbar-toggler { /* 10-14-25 */
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.navbar-toggler:focus,
.navbar-toggler:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
@media screen and (max-width: 767px) { /* 10/15/25 PLA Trade Show table */
.list-group-item {
    -webkit-box-align: unset;
    -webkit-align-items: unset;
	}
}
.vanns-btn {
    color: #fff !important;
}
.vanns-btn:hover {
	text-decoration: none;
}

