/* ---Adjust title for password protected page | 23696465-HC (JW) --- */ 
#post-530 .entry-title{
    font-size: 0;
}

#post-530 .entry-header:before{
    content: 'TEA-M MEMBERS ONLY';
    font-size: 1.25rem;
    text-align: center;
    display: block;
    font-family: 'Montserrat', sans-serif;
}


/* Decrease site title | #24790286-hc | AY */
@media screen and (max-width: 400px){
.site-title {
font-size: 1rem;
}}

@media screen and (min-width: 768px){
.site-title {
font-size: 2rem;
}}

/* Decrease size of logo | #24790286-hc | AY */
@media screen and (max-width: 400px){
.site-logo {
max-width: 60%;
}}

@media screen and (min-width: 768px){
.site-logo {
max-width: 30%;
}}

/* Center first widget's image (Meet Evi) | 25186868-HC MK */
#secondary .widget:first-child a img {
    margin: 0 auto;
    display: block;
}

/* show the footer widget menu items in a single row starts here - #26612312-hc - aj */

@media (min-width: 768px) {
.col-md-4 {
    width: 100% !important;
    float: none !important;
}

.menu-footer-menu-container ul, .menu-footer-menu-container ol {
	display: inline-flex;
}

.menu-footer-menu-container {
	text-align: center;
}

.menu-footer-menu-container li {
	padding: 5px 20px !important;
}


/* show the footer widget menu items in a single row ends here - #26612312-hc - aj */

}
/* add copyright to site info area 28736786-hc rs */
.site-info .col-md-12:before {
	content: "© 2021 Truthful Tea Talks" !important;
	text-align: center;
	display: block;
	color: #fff;
}

/* Hide homepage page title #29916777-hc */

.home h1.entry-title {
    display: none;
}
/* change the post carousel blocl styling SS-29916777-hc */
.page-id-2134  .wp-block-newspack-blocks-carousel article .entry-wrapper {
position: absolute;
top: 50%;
bottom: auto;
transform: translate(0, -50%);
width: 70%;
margin: 0 auto;
text-align: center;
}
.page-id-2176 .wp-block-newspack-blocks-carousel .swiper-slide .post-thumbnail img {
    height: 450px;
    object-position: 50% 65%;
}
/* Center the convertkit form SS-30315509-hc */
.formkit-form[data-uid="766c81ce8e"] {
     margin: 0 auto;
}
/* change the post carousel blocl styling SS-29916777-hc */
.home  .wp-block-newspack-blocks-carousel article .entry-wrapper {
position: absolute;
top: 50%;
bottom: auto;
transform: translate(0, -50%);
width: 70%;
margin: 0 auto;
text-align: center;
}
.page-id-home .wp-block-newspack-blocks-carousel .swiper-slide .post-thumbnail img { height: 450px; object-position: 50% 65%; }
/* make crousel at top of homepage shorter 4093801-zd / 30316001-hc rs */
.home .wp-block-newspack-blocks-carousel .swiper-slide {
  max-height: 55vh !important;
}
/* adjust post carousel heading line height on smaller screens 4093801-zd / 30316001-hc rs */
@media screen and (max-width: 768px) {
  .home .wp-block-newspack-blocks-carousel h3 {
    line-height: 1.2
    }
}