/*
Theme Name: Robert Brooks Poetry
Author: Valerie Capdevila
Version: 2024.2
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html

*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

/*** Robert Brooks Poetry ***/

/* Palette */
:root {
	--yellow-light: #f7f1cb;
	--yellow-med: #ebdaa2;
	--brown-med: #4f443e;
	--brown-dark: #3b3229;
	--green-light: #bed96d;
	--green-dark: #526b1a;
	--blue-med: #3f240f;
	--blue-dark: #425060;
}

/* Fonts */
@font-face {
  font-family: "FD Pencil 0425";
  src: url("/wp-content/themes/Robert_Brooks/assets/fonts/Fd_pencil_0425-Regular.ttf");
}
@font-face {
  font-family: "Gotham";
  src: url("/wp-content/themes/Robert_Brooks/assets/fonts/Gotham-Book.otf");
}
@font-face {
  font-family: "Gotham Bold";
  src: url("/wp-content/themes/Robert_Brooks/assets/fonts/Gotham-Bold.otf");
}
@font-face {
  font-family: "Gotham Medium";
  src: url("/wp-content/themes/Robert_Brooks/assets/fonts/Gotham-Medium.otf");
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 200,
  'GRAD' -25,
  'opsz' 24
}

/*** Keyframes ***/
@keyframes fadeOutOnLoad {
    0% {
        opacity: 100%;
    }
    100% {
        opacity: 0;
    }
}
@keyframes rotateSlow {
	0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Body */
body {
	width: 100%;
	overflow-x: hidden;
}
body.archive #content {
	padding-left: 5%;
	padding-right: 5%;
}
section {
	position: relative;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
}
#wrapper { overflow: hidden; }
#container {
	padding-top: 5em;
}

/*** Woo ***/
.woocommerce-notices-wrapper {
	padding-top: 8em;
    background: #fefdf4;
}
.woocommerce-notices-wrapper .woocommerce-message {
	background: #fefdf4;
    text-align: center;
    max-width: 40em;
    margin: 0 auto;
    font-family: "Futura PT Book", sans-serif;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
    border-bottom: 3px solid #bd8f53 !important;
    padding: 3em 0;
}
.woocommerce-notices-wrapper .woocommerce-message::before, .et_pb_wc_cart_notice .woocommerce-form-coupon-toggle { display: none; }
.woocommerce-message .button {
	display: inline-block;
    float: none !important;
    margin-left: 2em !important;
    line-height: 3em !important;
    background-size: contain !important;
    background-repeat: repeat-x !important;
    background-position: 23% 0;
    filter: drop-shadow(4px 3px 2px rgba(0, 0, 0, 0.2));
    transition: 0.3s all ease !important;
    white-space: nowrap;
    background-color: transparent !important;
    background-image: url(/wp-content/uploads/2025/07/yellow-button-tear.png) !important;
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
    font-size: 0.8em !important;
    padding: 0.7em 3em !important;
}
.woocommerce-message .button:hover {
	filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.3));
    transform: translate(2px, 2px);
}
.woocommerce-order .order_details li { padding-right: 1em !important; }

/*** Events Page ***/
.tribe-events-page-template { background: #fefdf4; }
#tribe-events-pg-template { 
	padding-top: 101px !important;
	max-width: 1080px;
	width: 85% !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.tribe-events-calendar-latest-past__event-wrapper{ 
	max-width: 1080px;
	width: 85% !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.tribe-common .tribe-common-g-col {
	width: 50% !important;
}

.tribe-common-l-container, .tribe-events-l-container { 
	padding-top: 101px !important;
	width: 85% !important;
	max-width: 1080px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

@media screen and (min-width: 1366px){
.tribe-events-calendar-list__event-title-link, .tribe-events-calendar-latest-past__event-title-link {
	font-family: "FD Pencil 0425", sans-serif !important;
    font-size: 2.2em !important;
    line-height: 0.8em;
	font-weight: 500 !important;
}
	
.tribe-events-calendar-latest-past__event-description {
	font-family: "Futura PT Book", sans-serif !important;
    font-size: 1.2em !important;
    color: #4d3f2c !important;
    background: transparent !important;
}
}


@media screen and (min-width: 981px) and (max-width: 1365px) {.tribe-common-l-container, .tribe-events-l-container, .tribe-events-calendar-latest-past__event-wrapper, #tribe-events-pg-template {
	max-width: 100% !important;
	padding-left: 2em !important;
	padding-right: 2em !important;
}
	.tribe-common .tribe-common-g-col {
	width: 50% !important;
}

	.tribe-events-calendar-list__event-title-link, .tribe-events-calendar-latest-past__event-title-link {
	font-family: "FD Pencil 0425", sans-serif !important;
    font-size: 1.8em !important;
    line-height: 0.8em;
	font-weight: 500 !important;
}
	
	.tribe-events-calendar-latest-past__event-description {
	font-family: "Futura PT Book", sans-serif !important;
    font-size: 1em !important;
    color: #4d3f2c !important;
    background: transparent !important;
}
}



@media (max-width: 980px) {
	.tribe-common .tribe-common-g-col {
	width: 100% !important;
}
	
	.tribe-events-calendar-latest-past__event-description {
	font-family: "Futura PT Book", sans-serif !important;
    font-size: 1.2em !important;
    color: #4d3f2c !important;
    background: transparent !important;
}
}


@media screen and (min-width: 600px) and (max-width: 980px) {
	.tribe-events-single-event-description, .tribe-events-content {
	font-family: "Futura PT Book", sans-serif !important;
	font-size: 1.25em !important;
    color: #4d3f2c !important;
    background: transparent !important;
}
	
	.tribe-events-calendar-list__event-title-link, .tribe-events-calendar-latest-past__event-title-link {
	font-family: "FD Pencil 0425", sans-serif !important;
    font-size: 2.5em !important;
    line-height: 0.8em;
	font-weight: 500 !important;
}
	.tribe-common-l-container, .tribe-events-l-container, .tribe-events-calendar-latest-past__event-wrapper, #tribe-events-pg-template{
	max-width: 100% !important;
	padding-left: 2em !important;
	padding-right: 2em !important;
}
}

@media screen and (max-width: 599px) {
	.tribe-events-single-event-description, .tribe-events-content {
	font-family: "Futura PT Book", sans-serif !important;
	font-size: 1.25em !important;
    color: #4d3f2c !important;
    background: transparent !important;
}
	
	.tribe-events-calendar-list__event-title-link, .tribe-events-calendar-latest-past__event-title-link {
	font-family: "FD Pencil 0425", sans-serif !important;
    font-size: 2.7em !important;
    line-height: 0.8em;
	font-weight: 500 !important;
}
	
	.tribe-common-l-container, .tribe-events-l-container, .tribe-events-calendar-latest-past__event-wrapper, #tribe-events-pg-template{
	max-width: 100% !important;
}
}


#et-boc {
	max-width: 100% !important;
}


.tribe-events-view, #events-pg-container {
	position: relative;
	background-color: transparent !important;
    background-image: url('/wp-content/uploads/2025/06/cream-bottom-tear.png');
    background-size: 9448px 101px;
    background-repeat: repeat-x;
    background-position: -50px bottom;
    margin-bottom: -101px;
    z-index: 200;
}

#events-pg-container { 
	padding-bottom: 101px; 
}
#tribe-events-footer { border-top: 0 !important; }
.tribe-events-calendar-list__event-date-tag, .tribe-events-calendar-latest-past__event-date-tag { display: none; }
.tribe-events-calendar-list__event-details, .tribe-events-calendar-latest-past__event-details { text-align: center; }
.tribe-events-c-messages__message, .tribe-common-form-control-text__input, .tribe-events-calendar-list__event-datetime-wrapper, .tribe-events-calendar-list__event-venue, .tribe-events-calendar-list__event-description, .tribe-events-calendar-latest-past__event-datetime-wrapper, .tribe-events-calendar-latest-past__event-venue, .tribe-events-c-small-cta__price, .tribe-events-notices, .tribe-events-schedule, .tribe-events-single-event-description > p, .tribe-events-event-meta dd, .tribe-events-nav-previous {
	font-family: "Futura PT Book", sans-serif !important;
    font-size: 1.2em !important;
    color: #4d3f2c !important;
    background: transparent !important;
}

.tribe-common-c-btn, .tribe-events-c-subscribe-dropdown__button-text {
	font-family: "Futura PT" !important;
    font-size: 1.2em !important;
    font-weight: 500 !important;
}

.tribe-events-calendar-list__heading, .tribe-events-back > a, .tribe-events-single-event-title, .tribe-events-single-section-title, .tribe-events-start-date-label, .tribe-events-start-time-label, .tribe-events-event-cost-label,.tribe-events-single-event-description, .tribe-events-content {
	font-family: "Futura PT" !important;
    font-size: 1.1em !important;
    font-weight: 500 !important;
	color: #4d3f2c !important;
}



.tribe-events-c-top-bar__datepicker-desktop {
	font-family: "Futura PT Book", sans-serif !important;
	color: #4d3f2c !important;
}
.tribe-events-calendar-list__event, .tribe-events-calendar-latest-past__event { 
	align-items: center; 
}
.tribe-events-calendar-list__event-details, .tribe-events-calendar-latest-past__event-details {
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.tribe-events-calendar-list__heading, .tribe-events-calendar-latest-past__heading {
	font-family: "Futura PT Book", sans-serif !important;
    font-weight: 400 !important;
    font-size: 2em !important;
    letter-spacing: 1px !important;
	color: #4d3f2c !important;
}
.tribe-events-event-image img {
	width: 100%;
	height: auto;
}
.tribe-events-single-section-title { 
	text-decoration: underline; 
}
.tribe-events-event-meta {
	display: flex !important;
	width: 50% !important;
}

.tribe-events-calendar-list__event-description, .tribe-events-calendar-latest-past__event-description { 
	padding: 0 10% !important; 
}
.tribe-events-c-small-cta__price { color: #b10029 !important; }


/* adjust tablet event calendar text */
@media screen and (min-width: 600px) and (max-width: 980px){
	.tribe-events, .tribe-events-calendar-latest-past__event  {
		display: flex !important;
		align-items: center;
		flex-direction: row-reverse !important;
	}
	.tribe-events-calendar-latest-past__event-featured-image-wrapper, .tribe-events-calendar-latest-past__event-details { 
		width: 50% !important; 
	}
	.tribe-events-calendar-latest-past__event-description {
		padding-left: 1em !important;
		padding-right: 1em !important;
	}
}


@media (max-width: 980px){
	.tribe-events-single-event-description > p {
		font-size: 1em !important;
	}
}
	
	
	
	
	


/*** Add to Cart Lightbox ***/
.mfp-3d-unfold.mfp-ready.mfp-bg {
	opacity: 0.2;
	background: #4e3d2f;
}
.mfp-3d-unfold.mfp-ready.mfp-wrap .wooac-popup {
    background: #f4f3e9;
    font-family: "Futura PT Book", sans-serif;
    letter-spacing: 0.03em;
    line-height: 1.6em;
    max-width: 400px;
	filter: drop-shadow(4px 3px 2px rgba(0, 0, 0, 0.2));
    padding: 40px 60px;
	text-align: center;
}
.mfp-3d-unfold.mfp-ready.mfp-wrap .wooac-popup .wooac-popup-inner { flex-direction: column; }
.mfp-3d-unfold.mfp-ready.mfp-wrap .wooac-popup .wooac-image {
	margin-right: 0;
	width: 100%;
}
.mfp-3d-unfold.mfp-ready.mfp-wrap .wooac-popup .wooac-text > a {
	font-weight: normal;
    font-family: "Futura PT", sans-serif;
	font-size: 1.1em;
    color: #4d3f2b;
    letter-spacing: 0.01em;
}
.mfp-3d-unfold.mfp-ready.mfp-wrap .wooac-popup .wooac-action > a {
	display: block;
    line-height: 3em;
	margin-top: 1em; 
	background-color: transparent;
	background-image: url(/wp-content/uploads/2025/07/yellow-button-tear.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: 23% 0;
    filter: drop-shadow(4px 3px 2px rgba(0, 0, 0, 0.2));
    transition: 0.3s all ease !important;
    white-space: nowrap;
	color: #4d3f2b !important;
    font-size: 0.9em;
    font-family: 'Gotham Bold', Helvetica, Arial, Lucida, sans-serif !important;
    text-transform: uppercase !important;
	padding: 0.3em 1em !important;
	height: auto;
	text-decoration: none;
}
.mfp-3d-unfold.mfp-ready.mfp-wrap .wooac-popup .wooac-action > a:hover {
	filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.3));
    transform: translate(2px, 2px);
}
.mfp-3d-unfold.mfp-ready.mfp-wrap .wooac-popup .mfp-close {
	top: 10px;
	right: 10px;
}


/*** Product Page Gallery ***/
.flaticon-back.slick-arrow {
	position: absolute;
    top: 50%;
    left: -55px;
    transform: translateY(-50%);
}
.flaticon-back.slick-arrow::before {
	content: "";
    display: block;
    width: 55px;
    height: 55px;
    background-image: url(/wp-content/uploads/2025/10/Goods-3.svg);
    background-repeat: no-repeat;
	cursor: pointer;
}
.flaticon-right-arrow.slick-arrow {
	position: absolute;
	top: 50%;
	right: -55px;
	transform: translateY(-50%);
}
.flaticon-right-arrow.slick-arrow::before {
	content: "";
    display: block;
    width: 55px;
    height: 55px;
    background-image: url(/wp-content/uploads/2025/10/Goods-2.svg);
    background-repeat: no-repeat;
	cursor: pointer;
}
.slick-track { margin-top: 8px !important; }
.slick-track div.thumbnail_image { padding-right: 10px !important; }

/* disable
@media screen and (min-width: 500px) and (max-width: 992px) {
	.flaticon-back.slick-arrow { left: 0% !important; }
	.flaticon-right-arrow.slick-arrow { right: 0% !important; }
}
@media (max-width: 499px) {
	.flaticon-back.slick-arrow { left: 0% !important; }
	.flaticon-right-arrow.slick-arrow { right: 0% !important; }
}
*/



/*** Mobile ***/

.hide-full {display:none;}



/* adjust tablet breakpoint for header */
@media screen and (min-width: 600px) and (max-width: 980px) {
    .et_pb_menu .et_pb_menu__menu {
        display: none !important;
    }
    .et_mobile_nav_menu, .et-db #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row {
        display: block !important;
    }
	.et-db #et-boc .et-l .et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap {
		justify-content: center !important;
		flex-direction: row-reverse;
	}
}

@media screen and (min-width: 981px) and (max-width: 1070px) {.et-db #et-boc .et-l .et_pb_menu--without-logo .et_pb_menu__menu nav ul li {
  font-size: 9.5px !important;
}
}

