/* Enter Your Custom CSS Here */
/*.bdt-sticky-fixed.mitty-logo */
.bdt-active .mitty-logo img{
    width: 220px;
		padding-top: 3px;
}

/* Make middle screen height! */
.separate-layout #main #content-wrap {
		min-height:90vh;
}

#content-wrap {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 700px;
	border-radius: 17px 17px 0px 0px;
	background-color: rgba(255,255,255,0.98);
	box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.5) inset;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.widget-title {display:none;}
.separate-layout .widget-area.sidebar-primary {padding-left: 0px;}

/* GENERAL TEXT STYLES!!! */
p {margin: 0 0 15px;}
h2 {font-size:80px;line-height: 2;}

/*side bar tweak!*/
#zonspace img{margin-top: 5px;}

/* Privacy/GDPR junk - Controls Data Request form */
#gdrf-form {
	color: #5b5b5b;
	max-width: 400px;
}

/* WOOCOMMERC single prod page */
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
		display: none;
}
#signbookto, #nameinprint {
		background-color: rgba(247, 242, 152, 0.62);
}

/* In order to integrate CF7 with MailChimp, I had to add [mc4wp_checkbox] to activate the connection. If left unchecked, it does not send to MailChimp. If pre-checked, it violates GDPR. Therefore I pre-checked it, then hid it. In it's place, I added a checkbox with the same message and made it "required". Code below hides the default. 
MIKE: The integration BUTTON SETTINGS CAN BE FOUND HERE: MailChimp for WordPress › Integrations › Contact Form 7
*/
.mc4wp-checkbox-contact-form-7 {display: none;}

/* Join Club Mitty Survey */
.wpcf7-list-item {vertical-align: top;}
.noborder_mw td{border-bottom:0;}
/* Cancel Order Survey */
.cancel_reason table{margin-bottom:10px;}

/*book buttons!!!*/
#book_button .bdt-advanced-button-text{min-width:110px;}
#book_button2 .bdt-advanced-button-text{min-width:130px;}
#book_button2 {margin-bottom:10px;}

/*CHECKOUT PAGE*/
.angelleye_smart_button_checkout_top {
		z-index: 1;
    position: relative;
}
.woocommerce_paypal_ec_checkout_message{
		text-align: left;
    margin-top: 6px;
}

/* PARA STYLEL: Book preveiw pages */
#preview-indent p {
		text-indent: 2em;
		margin-bottom: 0px;
		font-size: 95%;
    text-align: justify;
		color: #4d4848;
}

/* CONTROLS PREVIEW BOX!!!! */
.book-preview-intro {
		background-color:#f4f8fc;
		min-height:700px;
		max-width:600px;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 20px;
		padding-bottom:20px;
		-webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.23);
		box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.23);
}

/* Left Sidebar MENU!!!
#nav_menu-2 .current_page_item, a:active{
		font-weight: bold;
}
#nav_menu-2 li li { 
    text-indent:15px;
		font-weight:normal;
}
#nav_menu-2 li li li{ 
    text-indent:30px;
		font-weight:normal;
} */

/*
.mitty-logo:hover {
  animation: shake 0.9s;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 2000px;
}
*/

/* .mitty-pagination {
		display:block;
		position: absolute;
    bottom: 0;
		left: 0;
    right: 0;
		margin-top: 10px;
		margin-bottom:10px;
		padding-top: 15px;
		padding-bottom: 15px;
}
.test {
     background-color: cornflowerblue;
     padding-left: 40px;
     padding-right: 40px;
     padding-top: 10px;
     padding-bottom: 10px;
}
CONTROLS MODDED PLP headers! 
.destiny-head img, .destiny-subhead img{
		display:block;
		margin-left: auto;
		margin-right: auto;
}
.destiny-head, .destiny-subhead {
		display:block;
		background-color: cornflowerblue;
		height:auto;
		padding:10px;
		margin-left: -20px;
		margin-right: -20px;
		margin-top:-10px;
		margin-bottom:30px;
		border:solid 1px grey;
		-webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.23);
		box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.23);
}

.kill-subhead .destiny-subhead {
		display:none;
} */
/*
.plp-on .single-page-article h3 {
		margin-top: -1em;
		font-weight: normal;
		font-size: 16px;
}
.plp-on .single-page-article h2 {
		margin-top: 3em;
}
.plp-on .single-page-article {
		min-height: 820px;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: 2px;
		margin-right: 2px;
		padding-top: 10px;
		-webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.23);
		box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.23);
}*/