/*
Theme Name: —Custom Author Template (2025)
Description: Custom Website Template
Version: 1
Author: kikaDESIGN
Author URI: http://www.kikawebdesign.com
*/

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');
@font-face {
    font-family: 'pelatineregular';
    src: url('fonts/pelatine-webfont.woff2') format('woff2'),
         url('fonts/pelatine-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
:root {
	--white:#fff;
	--one:#f2efef; 
	--two:#b3a8a8;
	--three:#a76043;
	--four:#606d6d;
	--five:#35363f;
    --text: #091b20;
	--bodyfont: "montserrat", sans-serif;
	--headers: "montserrat", sans-serif;
	--cursive:'pelatineregular';
	--fontawesome: "Font Awesome 6 Free";
	--big-margin: 8vw;
	--small-margin:4vw;
	--btm-margin:1.5vw;
}
/** SPECIALTY SIZED FONTS **/
#author_intro h2 { /** cursive **/
	font-size: calc(60px + (120 - 60) * ((100vw - 666px) / (1920 - 666)));
	line-height: calc(60px + (100 - 60) * ((100vw - 666px) / (1920 - 666)));
}
#speaker_call h2 { /** cursive **/
	font-size: calc(30px + (90 - 30) * ((100vw - 666px) / (1920 - 666)));
    line-height: calc(40px + (120 - 40) * ((100vw - 666px) / (1920 - 666)));
}
.em-programs .left-event span:nth-of-type(n+2), .single-post .cat-navigation .prev-arrow, .single-post .cat-navigation .next-arrow {
	font-size: calc(50px + (70 - 50) * ((100vw - 666px) / (1920 - 666)));
    line-height: calc(50px + (50 - 50) * ((100vw - 666px) / (1920 - 666)));
    font-weight: 600;
}
/** STANDARD FONT SIZES AND LINE HEIGHTS // If taking from the MU, use 5px less than what the mockup says **/

h1, #feat_book .left-flex h2 a, .book-wrap h3, .page-title, h2.wp-block-heading {  /** 45 in MU **/
	font-size: calc(18px + (40 - 18) * ((100vw - 666px) / (1920 - 666)));
	line-height: calc(22px + (55 - 22) * ((100vw - 666px) / (1920 - 666)));
}

h3, .home #feat_book .left-flex h2 a,#feat_book .left-flex h5, #right_books .purchase a, .em-programs ul li h2, .media-div h4, .home .bp-content h4, .page-template-page-media #page #soc_media h4, #blog_header .blog-left .post-title { /** 40px in MU **/
	font-size: calc(16px + (35 - 16) * ((100vw - 666px) / (1920 - 666)));
	line-height: calc(20px + (48 - 20) * ((100vw - 666px) / (1920 - 666)));
}
h4, #sidebar #text-4 p:first-of-type, h5, .news-subscribe h4, #feat_book .left-flex h6, #speaker_call h4, .home .bp-content .post-title, #blog_header .blog-left .read-more, #feat_book .left-flex h6, .page-template-page-speaking .b-rev h3, #blog_header .ml-embedded h3, .blog-right #mlb2-33185109.ml-form-embedContainer h3, .left-contact h5, #right_books .media-div h4,  #sidebar h3 { /** 35px in MU **/
	font-size: calc(14px + (30 - 14) * ((100vw - 666px) / (1920 - 666)));
	line-height: calc(18px + (38 - 18) * ((100vw - 666px) / (1920 - 666)));
}

body, input[type="submit"], .cat-navigation .prev-post span, .cat-navigation .next-post span, h5, h6, #feat_book .buy-opts li a,  .book-wrap .book-container li .b-info .bk-title, #speaker_call a, .home .bp-content .right-arrow, .mid-event h5 span, .bp-content .post-title, #footer .widget-title { /** 30px in MU **/
	font-size: calc(12px + (25 - 12) * ((100vw - 666px) / (1920 - 666)));
	line-height: calc(16px + (38 - 16) * ((100vw - 666px) / (1920 - 666)));
}
#header_wrap .menu-header-menu-container a, #header_wrap .invite-btn a, .book-wrap .book-container li .b-info .bk-purchase a, .bp-content .read-more, .cat-navigation .prev-post, .cat-navigation .next-post {
	font-size: calc(10px + (20 - 10) * ((100vw - 666px) / (1920 - 666)));
	line-height: calc(14px + (30 - 14) * ((100vw - 666px) / (1920 - 666)));
}
/** 24 **/
#footer ul li a, .site-creds, .site-statement, ul.pr-images a, #footer #mlb2-33185425.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
	font-size: calc(8px + (18 - 8) * ((100vw - 666px) / (1920 - 666)))!important;
	line-height: calc(14px + (34 - 14) * ((100vw - 666px) / (1920 - 666)))!important;
}
/** CONSTANT ELEMENTS **/
html {
	margin: 0!important;
}
body {
	margin: 0;
    padding: 0;
	font-family: var(--bodyfont);
	color: var(--text);
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
} 
p:first-of-type {
	margin-top: 0;
}
p:last-of-type {
	margin-bottom: 0;
}
.big-margin {
	margin-top: var(--big-margin)!important;
}
.small-margin {
	margin-top: var(--small-margin)!important;
}
.btm-margin {
	margin-bottom: var(--btm-margin)!important;
}
.single-books .small-margin {
	margin-top: calc(var(--small-margin) - 1vw)!important;
}
p, a, ol, ul, li {
	color: inherit;
}
ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	letter-spacing: inherit;
	text-decoration: none;
}
li {
	list-style: none;
}
li:first-of-type {
	margin-left: 0!important;
}
li:last-of-type {
	margin-right: 0!important;
}
label {
	float: left;
    width: 100%;
	color: var(--text);
}
field,
textarea {
	float: left;
    width: 100%;
	color: var(--text);
	font-family: var(--headers);
	font-style: italic;
	
}
input,
textarea {
	padding: 1%;
    float: left;
    width: 97.8%;
	max-width: 100%;
    margin-bottom: 1vw;
	border: 1px solid var(--one);
	color: var(--text);
	font-family: var(--headers);
	font-style: italic;
	
}
textarea {
	margin-bottom: 4vw;
}
input[type="submit"] {	
    float: none;
    width: auto;
    padding: 1vw 3vw;
    margin: 2vw auto 0;
	background: var(--five);
    border: none;
    color: var(--one);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    clear: both;
    min-width: 30vw;
	border-radius: 0;
	font-weight: 600;
	font-style: normal;
}
#sidebar input {
    padding: 5% 3%;
    float: left;
    width: 93.5%;
    margin-bottom: 1vw;
    margin: 0 0 1vw;
	border: 1px solid var(--one);
}
#sidebar input[type="submit"] {
    width: 100%;
    padding: .5vw 0;
    min-width: auto;
    border-radius: 0;
    margin-bottom: 0;
    background: var(--three);
    border: none !important;
}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
	margin-top: 0;
}
#sidebar h3, #sidebar ul {
	float: left;
    width: 100%;
    text-align: center;
}
#sidebar h3.widget-title {
	text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
#sidebar .wp-block-search__inside-wrapper {
	width: 100%;
}
 #header_wrap .menu-header-menu-container {
float: left;
    width: 95%;
    text-align: right;
    margin: 5vw 5% .5vw 0;
    position: absolute;
    bottom: 0;
}
#header_wrap .menu-header-menu-container a {
	letter-spacing: 2px;
	font-weight: 600
}
#header_wrap #resp_menu {
	display: none;
}
#header_wrap #logo {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0;
}
#header_wrap #logo img {
	    max-width: 100%;
    height: 15vw;
}
#header_wrap {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.header-left {
    float: left;
    width: 15%;
    background: var(--two);
    padding: 0 3%;
}
.header-right {
    float: right;
    width: 79%;
    text-align: right;
    position: relative;
}
#header_wrap #soc_media {
float: right;
    width: 65%;
    margin-right: 3%;
    margin-top: .5vw;
}
#header_wrap #soc_media li {
    margin: 0 2%;
}
#header_wrap .invite-btn {
float: right;
    background: var(--three);
    right: 0;
    width: 30%;
}
#header_wrap .invite-btn a {
text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: var(--white);
    display: block;
    padding: 3% 5%;
    text-align: center;
}
#page_wrap {
	float: left;
	width: 100%;
	margin: 0 auto;
	background: var(--one);
}
#page {
	float: left;
	width: 84%;
	margin: 0 8%; 
	padding: 5vw 0;
}
.home #page {
	width: 100%;
    margin: 0;
    padding: 0;
}
#footer_wrap {
	float: left;
width: 90%;
    background: var(--two);
    text-align: center;
    padding: 5vw 5%;
    margin-top: 0;
}
#footer_wrap ul, #header_wrap .menu-header-menu-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer_wrap ul li, #header_wrap .menu-header-menu-container ul li {
	display: inline-block;
    width: auto;
    margin: 0 1%;
    text-transform: uppercase;
}
.footer-text {
	float: left;
    width: 90%;
    margin: 3vw 5% 0;
}
#footer img {
    height: 12vw!important;
    width: auto;
}
#footer .widget-title {
	text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 3vw 0 0;
}
#footer ul li a {
	font-weight: 500;
}
#footer .footer-left {
	float: left;
    width: 30%;
}
#footer .footer-left ul {
	text-align: left;
}
#footer .footer-left ul li, #footer .footer-right ul li {
	display: block;
	margin: 1vw 0 0;
}
#footer ul li:first-of-type {
	margin-top: 0!important;
}
#footer .footer-center {
	float: left;
    width: 40%;
}
#footer .footer-right {
	float: right;
    width: 30%;
}
#footer .footer-right .widget-title,
#footer .footer-right ul {
	text-align: right;
}
body #mlb2-33185425.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
    line-height: 1px !important;
}
.site-creds, .site-statement {
    text-align: center;
    margin: 1vw 0 0;
    float: left;
    width: 100%;
    font-family: var(--bodyfont);
    text-transform: uppercase;
	font-style: normal;
    letter-spacing: 1px;
    font-weight: 400;
}
.site-creds {
	margin-top: 0;
}
.site-creds a, .site-statement a {
	color: inherit;  
}

p, a, ol, ul, li, .no-event a  {
	font-size: inherit;
	font-weight: 500;
}
figure .alignleft,
figure .alignright,
.wp-block-image .alignleft,
.wp-block-image .alignright {
	max-width: 40%!important;
}
/** TEXT COLORS **/
.site-creds, .site-statement {
    color: var(--text);
}
/** ELEMENT BACKGROUNDS **/
/** CONSTANT ELEMENTS BY PAGE **/
/** MULTI USE **/

#soc_media {
	float: left;
	width: 100%;
}
#soc_media li {
	width: auto;
	margin: 0 2%;
	display: inline-block;
}
.r-arrow:after {
	content:'\f30b';
	font-family: var(--fontawesome);
	font-weight: 600;
	margin-left: 2%;
}
.standalone {
	display: block;
}
.left-flex {
	margin-right: 5%;
}
.left-flex img {
	max-width: 100%;
}
.right-flex {
	
}
.right-flex h2 {
	
}
.right-flex p {
	
}
.right-flex ul {
	
}
.right-flex ul li {
	
}
.right-flex ul li a {
	
}
ol.wp-block-list, ul.wp-block-list {
list-style-position: outside;
    margin:0 0 2.5vw 8%;

}
ol.wp-block-list li, ul.wp-block-list li {
	margin-top: 2.5vw;
}
ul.wp-block-list li {
    list-style: disc;
}

ol.wp-block-list li {
    list-style: decimal;
}
.wp-block-image .alignleft {
    float: left;
    margin: .5em 2em .5em 0!important;
}
.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 2em!important;
}
.wp-block-quote p {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-left: 10px solid var(--two);
    padding: 5%;
    margin-left: 5%;
    text-transform: uppercase;
    color: var(--three);
    font-weight: 600;
}
.inner-post h1, .inner-post h2, .inner-post h3, .inner-post h4, .inner-post h5, .inner-post h6 {
	margin-top: 1.5vw;
}
h1.wp-block-heading, h4.wp-block-heading {
	text-transform: uppercase;
    color: var(--five);
}
h2.wp-block-heading, h5.wp-block-heading {
	text-transform: uppercase;
    color: var(--three);
}
h3.wp-block-heading, h6.wp-block-heading {
	text-transform: uppercase;
    color: var(--four);
}

.media-div {
    float: left;
    width: 100%;
    margin: 0 0 0;
}
.media-div ul {
	float: left;
    list-style: none;
    width: 100%;
	text-align: center;
	margin: 0;
}
.media-div ul.b-articles h4 {
	text-align: center
}
.bg-list {
	float: left;
	width: 100%;
	margin-top: 0;
}
.bg-list .title {
	    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.bg-list li {
	width: 94%!important;
	float: left;
	padding: 1vw 3%;
	text-align: left;
	letter-spacing:1px;
	& .second-line li {
		width:auto!important;
		padding: 0;
	}
	
}
.bg-list li:nth-of-type(n+2) {
	margin-top: .5vw;
}
.second-line li:nth-of-type(n + 2) {
		margin-top: 0!important;
		padding-left: 10px!important;
	}
.bg-list li:nth-of-type(odd) {
	background:var(--white);
}
.bg-list li p {
	margin-top: 0;
}
.second-line li:nth-of-type(odd) {
		background:none;
	}
.b-rev {
    float: left;
    width: 80%;
    margin: var(--small-margin) 10% 0;
    text-align: center;
}
.b-rev h3 {
	text-transform: uppercase;
}
.page-template-page-speaking .b-rev {
	margin-top: 0;
}
.b-rev .b-revcred, .b-rev .t-reviewer{
	margin-top: 1.5vw;
	display: block;
	text-transform: uppercase;
    letter-spacing: 1px;
	font-weight: 700;
}
.b-rev .b-revcred:before,
.b-rev .t-reviewer:before {
	content:'';
	display: block;
	height: 2px;
	background:var(--text);
	width: 80%;
	margin: 2vw 10% 1vw;
}
.quotes {
display: none;
	position: relative;
	font-weight: 600;
}
/** HOME PAGE **/
#feat_book {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.home #feat_book {
    width: 90%;
    padding: 9% 5% 7%;
	background: linear-gradient(
    to right, 
    var(--five) 0%, 
    var(--five) 50%, 
    var(--three) 50%, 
    var(--three) 100%
  );
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.home #feat_book .left-flex {
    float: left;
    width: 33%;
    margin: 0 5% 0 0;
	color: var(--white);
}
.home .center-flex {
	width: 24%;
}
.home .center-flex img {
	
}
.home #feat_book .right-flex {
    width: 33%;
    margin-left: 5%;
}
.home #feat_book .b-rev {
	float: left;
    width: 100%;
    margin: 0;
    text-align: center;
	color: var(--white);
}
.home #feat_book .right-flex ul.buy-opts li {
	color: var(--white);
	display: block;
	font-weight: 700;
	text-transform: uppercase;
}
#feat_book.mult-books {
    width: 80%;
    margin: 0 10%;
}
#feat_book .left-flex {
	width: 60%
}
#feat_book .right-flex {
	width: 35%;
}
#feat_image .prev-link {
	    display: table;
    text-align: center;
    background: var(--five);
    padding: 5% 10% 4%;
    margin: -1vw auto 0;
    width: 65%;
    border-radius: 0;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
#feat_book img {
	max-width: 100%;
    height: auto;
}
#right_books .purchase {
	float: left;
    width: 100%;
    margin: 2vw 0 0;
	text-align: center;
}
#right_books .purchase li {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--three);
}
#right_books .purchase li a {
		font-weight: 600;

}
#right_books .purchase li:nth-of-type(n+2):before {
	content: ' | ';
	vertical-align: text-bottom;
}
#feat_book .left-flex {
	float: left;
    width: 60%;
    margin: 5% 5% 0 0;
}
#feat_book .left-flex h2 {
	margin: 0;
}
#feat_book .left-flex h2 a {
    text-transform: uppercase;
    font-weight: 800 !important;
}
#feat_book .left-flex h5 {
	margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#feat_book .left-flex h6 {
	text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    margin: 0;
}

#feat_book .buy-opts {
	float: left;
    width: 100%;
    margin: 2vw 0 0;
	text-align: right;
}
.post-type-archive-books #feat_book .buy-opts {
	text-align: left;
}
#feat_book .buy-opts  li {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--three);
}
#feat_book .buy-opts  li:nth-of-type(n+2):before {
	content:' • ';
	width: auto;
	display: inline-block;
	margin:0 10px 0 5px;
}
.home #feat_book .buy-opts  li:nth-of-type(n+2):before {
	display: none;
}
.right-arrow{
	text-align: right;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	color: inherit;
}
.right-arrow:after {
	content:'\f30b';
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	display: inline-block;
    margin-left: 5px;
}
.home .bp-content h4 {
	text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.home .bp-content .right-arrow {
	float: left;
	width: 100%;
	text-align: left;
	color: var(--three);
	font-weight: 700;
}
.home .bp-content p {
	margin-bottom: 1.5vw;
}
.home .p-thumb img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    display: block;
    height: auto;
}
#feat_book .buy-opts  li a {
	font-weight: 600;
}
#tri_feature {
	
}
#author_intro {
float: left;
    width: 100%;
   margin:0!important;
    position: relative;
}
#author_intro .left-flex {
	margin-right: 5%;
    width: 30%;
    line-height: 1px;
    float: left;
}
#author_intro .right-flex {
	width: 50%;
    background: var(--white);
    padding: 3vw 5% 5vw;
    margin: 8% 0 0;
    position: relative;
    float: left;
}
#author_intro h2 
{
	position: absolute;
    left: -2vw;
    top: -2vw;
	font-family: var(--cursive);
    font-weight: normal;
}
#author_intro #soc_media {
	
}
#speaker_call {
	float: left;
    width: 90%;
    margin: 0 !important;
    padding: 6% 5%;
    text-align: center;
	color: var(--white);
}
#speaker_call h2 {
	font-family: var(--cursive);
    color: var(--white);
    font-weight: normal;
}
#speaker_call h4 {
    color: var(--white);
    font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#speaker_call ul {
	    float: left;
    width: 100%;
	list-style: none;
	margin: 2vw 0 0;
	display: flex;
	    flex-wrap: nowrap;
    justify-content: center;
}
#speaker_call ul li {
	display: inline-block;
    width: auto;
    background: var(--four);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
#speaker_call ul li:nth-of-type(n+2) {
	margin-left: 2%;
}
#speaker_call a {
display: block;
    padding: 1vw 50px;
    font-weight: 600;
    letter-spacing: 1px;
}
#homeblog_wrap {
	float: left;
    width: 80%;
    margin: 0 !important;
    padding: 5% 10%;
}
.home .blog-wrap {
	display: unset;
	float: left;
	width: 100%;
}
.news-subscribe {
    position: absolute;
    left: -13vw;
    background: var(--four);
    width: 80%;
    z-index: 2;
    padding: 6% 10%;
    bottom: -12vw;
    color: var(--white);
	text-align: center;
}
.news-subscribe h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.news-subscribe p {
	margin-top: 0
}
.news-subscribe #mlb2-33185425.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
	border-radius: 0!important;
	border:0!important;
}
.blog-right #mlb2-33185109.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody, #mlb2-33185109.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
	padding: 0!important;
}
.news-subscribe #mlb2-33185425.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
	background:var(--two)!important;
}
#footer #mlb2-33185425.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
	align-items: center!important;
    line-height: 1px!important;
	background: var(--white)!important;
}
#footer #mlb2-33185425.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
    background: var(--five)!important;
}
body .wpcf7 form.sent .wpcf7-response-output {
    border-color: 0!important;
    border: none!important;
    text-align: center!important;
    font-family: var(--headers)!important;
    text-transform: uppercase!important;
    color: var(--white)!important;
    background: var(--four)!important;
}
/** MAIN BOOKS **/
.post-type-archive-books #feat_book {
	margin-top: 0;
}
.book-wrap {
	float: left;
	width: 100%;
	margin: 0 0 0;
}
.book-wrap h3 {
	text-align: center;
    text-transform: uppercase;
}
.book-wrap .book-container {
	float: left;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    justify-content: center;
	margin: 1vw 0 0;
}
.book-wrap .book-container li {
	width: 22%;
    margin: 0 2% 0;
	list-style: none;
}
.bk-cover {
	display: block;
}
.book-wrap .book-container li img {
	max-width: 100%;
    height: 27vw;
}
.book-wrap .book-container li:nth-of-type(4n+1) {
	margin-left: 0;
}
.book-wrap .book-container li:nth-of-type(4n) {
	margin-right: 0;
}

.book-wrap .book-container li .b-info {
	max-width: 80%;
    text-align: center;
    list-style: none;
    display: block;
    margin: 0 10% 0;
    float: none;
}
.book-wrap .book-container li .b-info ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	list-style: none;
	margin: 1vw auto 0;
    width: 100%;
}
.book-wrap .book-container li .b-info ul li {
	display: none;
	margin: 0 3%;
}
.book-wrap .book-container li .b-info .bk-title {
	display: block;
    width: 100%;
	margin-top: 1vw;
    text-transform: uppercase;
    font-weight: 600;
}
.book-wrap .book-container li .b-info .bk-purchase {
	float: left;
    width: 100%;
    margin-top: .75vw;
}
.book-wrap .book-container li .b-info .bk-purchase a{
	color: var(--four);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.b-info .bk-purchase a:nth-of-type(n+2):before {
	content:' • ';
}
/** SINGLE BOOKS **/
#right_books {
	float: right;
    width: 32%;
	margin-right: .5%;
}
#right_books #feat_image {
    width: 100%;
	position: relative;
}
#right_books #feat_image img {
	max-width: 100%;
    height: auto;
}
#left_books {
	float: left;
	width: 55%;
	margin-top: 3vw;
}
.b-desc h3 {
	text-transform: uppercase;
}
.single-books .bk-memes {
    display: flex;
    flex-wrap: wrap;
    float: left;
    list-style: none;
    margin:  0;
    padding: 0;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.single-books .bk-memes h4 {
	float: left;
	width: 100%;
}
.single-books .bk-memes li {
	width: auto;
    margin: 0 5px;
}
.single-books .bk-memes li:nth-of-type(3n + 1) {
	margin-left: 0;
}
.single-books .bk-memes li:nth-of-type(3n) {
	margin-right: 0;
}
.single-books .bk-memes li:nth-of-type(n + 4) {
	margin-top: 7px;
}
.single-books .bk-memes li img {
	width: auto;
	max-width: 100%;
	height: auto;
}
/** MAIN BLOG (and a couple single blog that match) **/
#blog_header {
	float: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
	color: var(--white);
	position: relative;
	align-items: center;
	background: var(--four);
	background-size:cover;
}
#blog_header .ml-embedded h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}
#blog_header input {
	    border-radius: 0 !important;
    border: none !important;
    font-family: var(--bodyfont);
}
#blog_header #mlb2-33185109.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
	margin-top: 1.5vw!important;
	    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}
.paged #blog_header {
	display: none;
}
.paged .blog-wrap li:first-of-type,
.paged .blog-wrap li:nth-of-type(2) {
	margin-top: 0!important;
}
#blog_header .blog-left {
    width: 53%;
    background: var(--two);
    padding: 7.5% 5%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	text-align: center;
	font-weight: 600;
}
#blog_header .blog-left:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 63%;
    background: rgba(0, 0, 0, .6);
    height: 100%;
    z-index: 1;
}
#blog_header .blog-left .post-date {
	text-transform: uppercase;
	font-weight: 500;
}
#blog_header .blog-left .post-title {
	float: left;
    width: 100%;
    text-transform: uppercase;
    font-family: var(--headers);
	margin-top: var(--btm-margin);
	font-weight: 700
}
#blog_header .blog-left p {
	font-weight: 500;
	margin-top: var(--btm-margin);
	float: left;
    width: 100%;
}
#blog_header .blog-left .read-more {
    text-align: center;
    width: 100%;
    margin-top: var(--btm-margin);
    text-transform: uppercase;
    letter-spacing: 2px;
	color: var(--white);
	float: left;
	font-weight: 600;
}
#blog_header .bl-content {
	position: relative;
	z-index: 2;
}
#blog_header .blog-right {
    width: 27%;
    background: var(--four);
    padding: 5%;
	z-index: 2;
}
#body_wrap .wp-pagenavi {
    width: 100%;
    float: left;
    margin: 3vw 0 0;
}
#body_wrap .wp-pagenavi a, #body_wrap .wp-pagenavi span {
    text-decoration: none;
    border: none;
    padding: 3px 5px;
    margin: 2px;
    text-transform: uppercase;
    font-weight: 700;
}
.blog-wrap {
	float: left;
	width: 65%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-wrap li:first-of-type {
    display: none;
}
.blog-wrap h3 {
	float: left;
    width: 100%;
    margin: 2vw 0 0;
    text-transform: uppercase;
}
.home .blog-wrap li:first-of-type {
    display: block;
	width: 100%;
}
.home .p-thumb {
    width: 35%;
    float: left;
    margin: 0;
}
.home .p-thumb {
	width: 35%;
}
.home .bp-content {
    margin-top: 2vw;
    float: left;
    width: 60%;
    margin-left: 5%;
}
.home .bp-content .post-title, .home .bp-content .read-more {
	text-align: left;
}
.paged .blog-wrap li:first-of-type {
	display: block;
}
.single-post .post-wrap {
	float: left;
	width: 65%;
}
.blog-wrap li {
    float: left;
    width: 45%;
    margin: 3vw 0 0;
}
.blog-wrap li img {
	max-width: 100%;
}
.blog-wrap li:first-of-type, .s-group li:first-of-type {
	margin-top: 0!important;
}
.p-thumb {
    width: 100%;
    float: left;
    margin: 0;
}
.p-thumb img {
	    max-height: 20vw;
    width: auto;
    margin: 0 auto;
    display: block;
}
.bp-content {
	margin-top: 2vw;
	float: left;
	width: 100%;
}
.bp-content .post-title {
	text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    float: left;
    width: 100%;
}
.bp-content .read-more {
	text-align: center;
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: var(--three);
	font-weight: 600;
}
#page_wrap ul.search-results {
	float: left;
	width: 65%
}
#page_wrap .search-title:after {
	content:'';
	height: 1px;
	width: 100%;
	display: block;
	margin: 2vw 0 3vw;
	background:var(--text);
}
#page_wrap .search-results li {
	margin: 5% 10%!important;
float: left;
}
#page_wrap .search-results a {
text-transform: uppercase;
margin-top: 2vw;
float: left;
width: 100%;
}
#page_wrap .search-results h3 a{
	font-weight: 600;
} 

#sidebar, .single-post #sidebar {
	float: right;
    width: 25%;
    margin-top: 4vw;
}
#sidebar #text-4 p:first-of-type {
	text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
	margin: 0;
}
#horiz_sidebar #sidebar {
	width: 100%;
    float: left;
    display: flex;
    flex-wrap: nowrap;
}
#horiz_sidebar #sidebar li {
	width: 30%;
	text-align: center
}
#horiz_sidebar #sidebar #soc_media li {
	width: auto;
    float: none;
    margin: 0 5% 0;
}
#horiz_sidebar #sidebar li img {
	height: 100%!important;
    width: auto;
}
#horiz_sidebar #sidebar li:first-of-type {
	width: 30%;
	float: left;
}
#sidebar select {
	padding: 1vw 5%;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
	border: 1px solid var(--one);
	color: var(--four);
}
#horiz_sidebar #sidebar #text-4 {
    padding: 3%;
    width: 30%;
}
#horiz_sidebar #sidebar #soc_media {
	margin-top: 2vw;
}
#horiz_sidebar #sidebar li:nth-of-type(n+3) {
	margin-left: 2%;
}
#sidebar #soc_media {
	margin-top: 2vw;
}
#sidebar #soc_media li {
	margin: 0 5%;
}
#sidebar #media_image-3 {
	line-height: 1px;
}
#sidebar #text-4 {
	background: var(--five);
    padding: 15%;
    width: 70%;
    color: var(--white);
    float: left;
	text-align: center;
}
#sidebar li.widget:nth-of-type(n+3), .single-post #sidebar li.widget:nth-of-type(n+3) {
	margin-top: 3vw;
    clear: both;
    float: left;
    width: 100%;
}
/** MAILER LITE **/
#mlb2-33185425.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
	max-width: 100%!important;
}
#mlb2-33185425.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody {
	padding: 20px 0 0!important;
}
#mlb2-33185425.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent {
	margin-bottom: 0!important;
}
#mlb2-33185425.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
	display: flex!important;
	flex-wrap: nowrap!important;
}
#mlb2-33185425.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent {
	margin: 0!important;
}
#footer #mlb2-33185425.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input, .blog-right #mlb2-33185109.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
	border: none!important;
	border-radius:0!important;
}
#mlb2-33185425.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
	width: 35%!important;
	margin-bottom: 0!important;
}
#mlb2-33185425.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
	    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: 500 !important;
}
/** SINGLE BLOG **/
.footer-meta {
	float: left;
	width: 100%;
	margin: var(--btm-margin) 0 0
}
#comments {
	    float: left;
    width: 100%;
    margin: 0 0 0;
}
.commentlist {
    float: left;
    width: 100%;
    margin: var(--small-margin) 0 0;
    list-style: none;
}
.commentlist h3 {
	text-transform: uppercase;
}
.commentlist li {
	float: left;
width: 90%;
padding: 5%;
}
.commentlist li {
	background:var(--two);
}
.commentlist li.child {
	background:var(--white);
}
.commentlist li:nth-of-type(n+2) {
	margin-top: 3vw;
}
.commentlist li:nth-of-type(odd) {
	
}
.commentlist li .children {
    float: left;
    list-style: none;
    margin: 5% 5% 0 5%;
    width: 90%;
}
.commentlist li .children .children {
	width: 100%;
	margin: 5% 0 0;
}
.commentlist li .children li .children li {
	padding: 0;
}
.commentlist li .children li {
	padding: 5%;
	margin-top: 0;
	background:var(--white);
}
.comment-body p {
	margin-top: 1vw;
}
.comment-body img {
	border-radius: 50%;
}
#comments cite,
#comments cite a,
#comments .says, 
.comment-meta a{
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
}
#cancel-comment-reply-link {
	display: block;
	width: 100%;
	text-transform: uppercase;
}
.comment-reply-link {
margin-top: 1vw;
width: 100%;
float: left;
	    font-weight: 600;
	text-transform: uppercase;
}
.comment-reply-link:before {
	content:'';
	display: block;
	width: 30%;
	height: 2px;
	background:var(--text);
}
.comment-wraps {
	float: left;
}
.entry-meta, .entry-meta a {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
.cat-navigation {
    float: left;
    width: 80%;
    position: relative;
    margin: var(--small-margin) 10% 0;
}
.cat-navigation .prev-post,
.cat-navigation .next-post  {
	display: block;
	position: relative;
	text-transform: uppercase;
    font-weight: 600;
}
.cat-navigation .prev-post span:last-of-type,
.cat-navigation .next-post span:last-of-type {
	display: block;
	color: var(--four);
}
.cat-navigation .prev-post {
	margin-left: 0;
    width: 100%;
    float: left;	
}
.cat-navigation .next-post {
	margin-right: 0;
	float: left;
    width: 100%;
	text-align: right;
}
.cat-navigation .prev-arrow, .cat-navigation .next-arrow {
    height: 3.75vw;
    position: absolute;
    top: 1vw;
    left: -5%;
    vertical-align: text-bottom;
    display: block;
    font-weight: 500!important
}
.cat-navigation .next-arrow {
    right: -5%;
}
.single-post .cat-navigation .prev-arrow {
	left: -8%;
}
.single-post .cat-navigation .next-arrow {
    right: -8%;
}
/** MAIN EVENTS **/
.em-programs {
	position: relative;
	float: left;
	margin-top: 5vw;
	width: 100%;
}
.em-programs h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    display: flex
;
    flex-wrap: nowrap;
    align-items: center;
}
.em-programs h4:after {
	content: '';
    display: inline-block;
    width: 50%;
    height: 2px;
    background: var(--text);
    margin-left: 15px;
}
.em-programs .left-event {
	float: left;
    width: auto;
	min-width: 10%;
	margin-right: 5%;
    text-transform: uppercase;
    color: var(--text);
	font-weight: 400;
}
.em-programs .right-event {
	float: right;
}
.em-programs:first-of-type {
	margin-top: 0;
}
.em-programs h3 {
    color: var(--text);
    font-weight: 700;
    font-family: var(--bodyfont);
    text-transform: uppercase;
}
.em-programs h3:after {
height: 2px;
    content: '';
    background-color: var(--text);
    display: inline-block;
    margin-left: 15px;
    width: 60%;
    vertical-align: middle;
}
.em-programs .mid-event h3:after {
	display: none;
}
.em-programs ul {
    margin: 2vw 0 0;
    list-style: none;
    float: left;
    width: 100%;
}
.em-programs ul li {
	list-style: none;
    float: left;
    width: 100%;
    margin: 0 0 5vw;
	display: flex;
	flex-wrap: nowrap;
}
.em-programs ul li h2 {
	font-family: var(--headers);
    text-transform: uppercase;
	color: var(--five);
}
.em-programs ul li h6 {
	text-transform: uppercase;
    color: var(--four);
    font-weight: 500;
}
.em-programs li .mid-event.img {
	max-width: 60%;
}

.em-programs li .right-event {
margin-left: 5%;
	width: 40%;
}
.em-programs ul li:last-of-type {
	margin-bottom: 0;
}
.reminder {
	margin-top: 1vw;
}
.reminder:before {
	content: '';
    height: 2px;
    background: var(--three);
    display: block;
    width: 60%;
    margin-bottom: .5vw;
}
/*.post-type-archive-events .p-thumb img  {
	max-width: 100%;
	height: auto;
	max-height: 15vw;
	width: auto;
}
.post-type-archive-events .p-thumb {
    float: right;
    height: auto;
    margin: 0;
    width: auto;
    text-align: left;
}*/
.em-programs h5 {
color: var(--text);
	text-transform: uppercase;
    font-style: normal;
    font-weight: 800;
    letter-spacing: normal;
}
.mid-event .read-more:before {
	content:'';
	width: 100%;
	background:var(--three);
	height: 2px;
	display: block;
	margin: 2vw 0 0;
}
.mid-event h5 span {
	font-family: var(--bodyfont);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.em-programs .left-event h5 {
	text-align: center;
    font-family: var(--headers);
    color: var(--four);
}
.em-programs .left-event span {
	display: block;
	font-weight: 800;
}
.em-programs .left-event span:first-of-type {
	font-weight: 600
}
.em-programs a {
    margin: 1.5vw 0 0;
    text-transform: none;
    letter-spacing: 0;
    float: left;
    color: var(--two);
	font-weight: 600;
}
.em-programs a.more-link {
	color: var(--three);
    margin-bottom: 0;
    letter-spacing: 2px;
    width: 100%;
    padding: 0;
    margin: .25vw 0 0;
    max-width: 100%;
    float: left;
    text-align: left;
    font-weight: 600;
    font-family: var(--bodyfont);
	text-transform: uppercase;
}
.em-programs p {
	margin-top: 0;
}
.e-cal {
	float: left;
    margin: 7vw auto 0;
    text-align: center;
    list-style: none;
    width: 100%;
}
.e-cal a {
	font-family: var(--bodyfont);
    font-style: normal;
    color: var(--text);
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    text-decoration: underline;
    text-underline-offset: 5px;
}


#add-to-calendar-checkbox-label {
  cursor: pointer;
}
.single-events .prev-event .add-to-calendar,
.term-previous-events .add-to-calendar {
	display: none!important;
}
.add-to-calendar {
	width: 100%;
    text-align: left;
    border: none!important;
    float: left;
    box-shadow: none!important;
    color: var(--text)!important;
    text-transform: uppercase;
    border-radius: 0;
    padding: 0 !important;
	font-weight: 700;
}

label.add-to-calendar-checkbox {
	color: var(--three);
    margin-bottom: 0;
    width: 100%;
    padding: 0;
    margin: .25vw 0 0;
    max-width: 100%;
    float: left;
    text-align: left;
    font-weight: 600;
    font-family: var(--bodyfont);
	letter-spacing:2px;
}
#content .em-programs .add-to-calendar a {
width: 90%;
    margin: 0 0 0 5%;
    color: var(--text)!important;
    padding-bottom: 3%;
    font-family: var(--bodyfont);
    font-style: normal;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: none;
}
#content .em-programs .add-to-calendar a:hover {
	font-style: normal;
    color: var(--three)!important;
}
#content .em-programs .add-to-calendar a:first-of-type {
	margin-top: 3%;
}
#content .em-programs .add-to-calendar a:last-of-type {
	margin-bottom: 0%;
}
#content .em-programs .add-to-calendar a:hover {
	font-style: normal;
    color: var(--text);
}
#content .em-programs:nth-child(odd) .add-to-calendar a {
	color:var(--text);
}
.tax-event-categories h1.page-title {
	display: none;
}
.add-to-calendar-checkbox ~ a,
.add-to-calendar ~ a{
  display: none!important;
}

.add-to-calendar-checkbox:checked ~ a,
.add-to-calendar:checked ~ a{
  display: block!important;
  width: 100%;
	color:var(--two);
}

input[type=checkbox].add-to-calendar-checkbox,
input[type=checkbox].add-to-calendar {
  display: none;
}
.icon-ical:before {
  background-position: -68px 0;
}

.icon-outlook:before {
  /*this is the default icon*/
}

.icon-yahoo:before {
  background-position: -36px +4px;
}

.icon-google:before {
  background-position: -52px 0;
}
/** MAIN SPEAKING **/

#spk_bio {
	float: left;
    width: 70%;
    background: var(--five);
    padding: var(--big-margin) 15%;
}
#spk_bio h3,
#spk_bio h5 {
	text-transform: uppercase;
}
#spk_bio h3 {
	font-family: var(--headers);
}
.left-bio {
    float: left;
    width: 65%;
    color: var(--white);
    margin: 5% 5% 0 0;
}
.left-bio a {
	float: left;
    width: 100%;
    margin: var(--small-margin) 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.right-bio {
	float: right;
    width: 30%;
}
.right-bio img {
	max-width: 100%;
}
.spk-intro p {
	
}
.s-group {
	margin: var(--small-margin) 0 0;
    width: 100%;
    padding: 0;
	float: left;
}

.s-group li {
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
	margin: 0;
}
.s-group li .p-thumb {
	margin-right: 2vw;
    height: 15vw;
    overflow: hidden;
    width: 15vw;
    float: left;
}
.s-group li img {
	width: 100%;
    float: left;
	height: auto;
}
.s-group li h3.topic-title {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.s-group li .book-btns {
	width: auto;
    margin: 2vw auto 0;
    float: left;
    background: var(--four);
    padding: .5vw 5%;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--white);
    font-weight: 600;
}
.s-group .top-desc ol, .s-group .top-desc ul {
	float: left;
}
.s-group .top-desc ol li {
	list-style-type: decimal;
}
.s-group .top-desc ul li {
	list-style-type: disc;
}
.s-group .top-desc li {
	padding: 0 0 1vw;
}
.s-group .top-desc p {
	margin-top: 0;
}
.s-group .more-btn {
    padding: 0;
    max-width: 100%;
    display: inline-block;
}
.s-group .more-btn:after {
content: '\f054';
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    padding-left: 10px;
	font-style: normal;
	vertical-align: middle;
}

#sp_testimonies p {
}
#sp_testimonies h3 {
}

#sp_testimonies ul {
    list-style: none;
    text-align: center;
    margin: 2vw 0 0;
    float: left;
    width: 100%;
}
#sp_testimonies ul li {
	width: 100%;
	float: left;
}
#sp_testimonies p {
	float: left;
width: 100%;
}
#sp_testimonies ul li p {
}
/** MEDIA PAGE **/
.media-div h4 {
	display: block;
	width: 100%;
	text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px;
}
.page-template-page-media #page #soc_media h4 {
	text-transform: uppercase
}
#right_books .media-div h4 {
	text-align: center;
}
.media-div ul li {
	width:100%;
    display: inline-block;
    vertical-align: top;
}
.media-div ul.mult-vid li {
    width: 49%;
    margin: 2vw 0 0;
}
.media-div ul.mult-vid li:first-of-type,
.media-div ul.mult-vid li:nth-of-type(2) {
	margin-top: 0;
}
.media-div ul.mult-vid li:nth-of-type(even) {
	margin-left: 1vw;
}
.media-div ul.mult-vid li p {
	text-transform: uppercase;
    color: var(--text);
    
    font-weight: 500;
}
.media-div ul li iframe {
    max-width: 100%;
    height: 10vw;
    width: 100%;
	min-height: 10vw;
}
.media-div ul.mult-vid li iframe {
	    max-width: 100%;
    height: 20vw;
}
.media-div ul li:first-of-type {
	margin-left: 0;
}
.media-div ul li:last-of-type {
	margin-right: 0;
}
.media-div ul li img {
	width: 100%;
	min-height: 12vw;
}
ul.pr-images {
	display: flex;
    float: left;
    flex-wrap: wrap;
    justify-content: left;
    text-align: center;
    margin:  0;
    width: 100%;
    color: var(--text);
}
ul.pr-images a {
	color: var(--text);
	letter-spacing: 1px;
	text-transform: uppercase;
}
ul.pr-images li {
    float: none;
    display: inline-block;
    margin: 0 1%;
    vertical-align: top;
    width: 25%;
}
ul.pr-images li span:nth-of-type(n+2):before {
	content: ' • ';
	vertical-align: middle;
}
ul.pr-images li img {
	max-width: 100%;
}
.b-stacked {
	display: flex;
    max-width: 100%;
    width: 100%;
	margin: 0 auto!important;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left !important;
}
.b-stacked li {
	width: 48%!important;
}
.b-stacked li:nth-of-type(even) {
	margin-left: 4%;
}
.b-stacked li:nth-of-type(n+3) {
	margin-top: 2vw;
}
.second-line {
	display: flex;
    justify-content: left;
    text-align: left;
	margin-top: 0!important;
	text-transform: uppercase;
}
.second-line li {
	width: auto !important;
}
.media-div ul.b-stacked .second-line li:nth-of-type(n+3) {
	margin-top: 0;
}
.media-div ul.b-stacked .second-line li:nth-of-type(n+2) {
	margin-left: 2%!important;
}
.second-line li a {
	letter-spacing: 0;
    text-transform: none;
}
.second-line li a.b-bubble {
	text-transform: uppercase;
}
.second-line li:first-of-type:after {
	content:' | ';
	margin-left: 5px
}
.second-line li:nth-of-type(n+3):before {
	content:' • ';
	margin-right: 5px
}
/** CONTACT **/
.left-contact {
	float: left;
	width: 30%;
}
.left-contact h5 {
	text-transform: uppercase;
}
.left-contact ul#soc_media {
	margin-top: 0;
	list-style: none;
}
.left-contact ul li a {
	text-decoration: underline;
	text-underline-offset: 5px;
}
.left-contact ul#soc_media li {
	list-style: none;
    display: inline-block;
    margin: 0 2%;
}
.left-contact ul#soc_media li:first-of-type {
	width: 100%;
	margin-right: 0;
}
.left-contact ul#soc_media li:nth-of-type(2) {
	margin-left: 0;
}
.left-contact .contact-connect {
	float: left;
	list-style: none;
	margin: 0;
}
.left-contact .contact-connect li {
	margin-top: 2vw;
}
.left-contact .contact-connect li p {
	margin-top: 0;
}
.right-contact {
	float: right;
	width: 65%;
}
@media (max-width:1279px) {
#author_intro .right-flex {
    padding: 6vw 5% 5vw;
}
	.home #feat_book {
        padding: 20vw 5% 7%;
    }
	
	.news-subscribe {
    bottom: -16vw;
	}
}
@media (max-width:1023px) {
	#header_wrap .invite-btn {
   width: 40%;
}
	#header_wrap #soc_media {
    width: 55%;
}
	#header_wrap .menu-header-menu-container {
    width: 99%;
		margin-right: 1%;
	}
	#header_wrap .menu-header-menu-container ul li {
    margin: 0 .75%;
	}
	#author_intro .left-flex {
    width: 32%;
	}
	    
}
@media (max-width:767px) {
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape */
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	max-height: 1000000px;
}
	#header_wrap .menu-header-menu-container ul li {
        margin: 0 .25%;
    }
	    .news-subscribe {
        bottom: -18vw;
    }
	    .home #feat_book {
        padding: 25vw 5% 7%;
    }
	#blog_header {
		align-items: unset;
	}
	#footer #mlb2-33185425.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
		background: var(--five)!important;
	}
}
@media (max-width:666px) {  /* to display on smaller portrait screens */
	:root {
	--big-margin: 10vw;
	--small-margin:6vw;
	--btm-margin:3vw;
}
/** SPECIALTY SIZED FONTS **/
#author_intro h2 { /** cursive **/
	font-size: 80px;
	line-height: 100px;
}
#speaker_call h2 { /** cursive **/
	font-size: 55px;
    line-height: 45px;
}
.em-programs .left-event span:nth-of-type(n+2), .single-post .cat-navigation .prev-arrow, .single-post .cat-navigation .next-arrow {
	font-size: calc(50px + (70 - 50) * ((100vw - 666px) / (1920 - 666)));
    line-height: calc(40px + (50 - 40) * ((100vw - 666px) / (1920 - 666)));
    font-weight: 600;
}
/** STANDARD FONT SIZES AND LINE HEIGHTS // If taking from the MU, use 5px less than what the mockup says **/

h1, #feat_book .left-flex h2 a, .book-wrap h3, .page-title, h2.wp-block-heading {  /** 45 in MU **/
	font-size: 20px;
	line-height: 24px;
}

h3, .home #feat_book .left-flex h2 a,#feat_book .left-flex h5, #right_books .purchase a, .em-programs ul li h2, .media-div h4, .home .bp-content h4, .page-template-page-media #page #soc_media h4, #blog_header .blog-left .post-title, .news-subscribe h4 { /** 40px in MU // 18px **/ 
	font-size: 18px;
	line-height: 22px;
}
h4, #sidebar #text-4 p:first-of-type, h5, #feat_book .left-flex h6, #speaker_call h4, .home .bp-content .post-title, #blog_header .blog-left .read-more, #feat_book .left-flex h6, .page-template-page-speaking .b-rev h3, #blog_header .ml-embedded h3, .blog-right #mlb2-33185109.ml-form-embedContainer h3, .left-contact h5, #right_books .media-div h4,  #sidebar h3 { /** 35px in MU **/
	font-size: 16px;
	line-height: 26px;
}

body, input[type="submit"], .cat-navigation .prev-post span, .cat-navigation .next-post span, h5, h6, #feat_book .buy-opts li a,  .book-wrap .book-container li .b-info .bk-title, #speaker_call a, .home .bp-content .right-arrow, .mid-event h5 span, .bp-content .post-title, #footer .widget-title, #header_wrap .menu-header-menu-container a { /** 30px in MU **/
	font-size: 16px;
	line-height: 24px;
}
#header_wrap .invite-btn a, input, textarea, .book-wrap .book-container li .b-info .bk-purchase a, .bp-content .read-more, .cat-navigation .prev-post, .cat-navigation .next-post, #footer ul li a, #blog_header .blog-left .post-date, .entry-meta, .entry-meta a, .t-reviewer, .second-line li {
	font-size: 14px!important;
	line-height: 18px!important;
}
	 
/** 24 **/
	.site-creds, .site-statement, #footer #mlb2-33185425.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button, ul.pr-images a {
	font-size: 12px!important;
	line-height: 16px!important;
}
	/** SET SPACING MARGINS **/

	/** TEXT ALIGNMENT **/
	.second-line {
		text-align: left!important;
	}
	#page_wrap {
padding: var(--big-margin) 0;
}
	.page-id-180 #page_wrap {
		padding-bottom: 0;
	}
	.home #page_wrap  {
		padding: 0;
	}
	#speaker_call, #homeblog_wrap, #footer_wrap {
padding-top: calc(var(--big-margin) + 5vw);
		padding-bottom: calc(var(--big-margin) + 5vw);
}
	.footer-text {
margin: 5%;
}
	/** HIDE ELEMENTS **/
	#header_wrap .menu-header-menu-container, .b-info .bk-purchase a:nth-of-type(n+2):before, ul.pr-images li span:nth-of-type(n+2):before, .second-line li:first-of-type:after  {
		display: none!important
	}
	.fa-classic, .fa-regular, .fa-solid, .far, .fas {
font-family: "Font Awesome 6 Free";
		font-weight: 600!important;
		display: inline!important;
}
	/** UNHIDE ELEMENTS **/
	#header_wrap {
    float: left;
    width: 100%;
    position: relative;
    display: flex
;
    flex-wrap: wrap;
}
	  .wp-block-quote {
width: 100%;
margin-left: 0;
}
	.wp-block-image figure .alignleft, .wp-block-image figure .alignright, .wp-block-image .alignleft, .wp-block-image .alignright {

}
	#header_wrap #resp_menu, #header_wrap #resp_menu .menu-header-menu-container, .b-info .bk-purchase a, ul.pr-images li span, #soc_media :before {
		display: block!important;
	}
	#header_wrap #resp_menu
	{text-align: center;
        position: relative;
        margin: 5vw 2% 0;
        width: 96%;
}
	#header_wrap #resp_menu .menu-header-menu-container{
		width: 100%;
        margin: 0;
        float: none;
        position: unset;
	}
	#header_wrap #resp_menu .menu-header-menu-container li {
		display: block;
		margin: 0;
		text-align: center;
		width: 100%;
	}
	#header_wrap #resp_menu .menu-header-menu-container li:nth-of-type(n+2) {
		margin-top: 5vw;
	}
	#header_wrap #logo img {
    max-width: 100%;
    height: 35vw;
}
	.header-left {
    float: left;
    width: 100%;
    padding: 0 3%;
}
	.header-right {
	width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	}
	    #header_wrap .invite-btn {
        width: 50%;
    }
	  #header_wrap #soc_media {
        width: 50%;
    margin-right: 0;
    }
	#header_wrap #soc_media li {
    margin: 0 3% !important;
    width: auto !important;
}
	/** HOME **/
	#author_intro {
		display: flex;
		flex-wrap: wrap;
	}
	
	.left-flex,
	.right-flex {
		float: left;
		width: 80%;
		padding: 10%;
	}
	#author_intro .right-flex {
		padding: 10% 0 0;
	}
	    #author_intro .right-flex div {
        width: 80%;
        padding: 2vw 10% 10%;
    }
	#author_intro .right-flex div.news-subscribe {
		width: 80%;
        padding: 10%;
	}
	#author_intro .right-flex div.news-subscribe div {
		width:100%;
		padding: 0;
	}
	#author_intro h2 {
		position: absolute;
    transform: rotate(-5deg);
    top: -13vw;
    left: 13%;
    text-align: center;
	}
	.news-subscribe {
		position: unset;
	}
	.home #feat_book {
	flex-wrap: wrap;
	padding: 10%;
		width: 80%
	}
	.home #feat_book .left-flex {
		padding: 0;
	}
	.home .center-flex {
        padding: 5% 0;
        text-align: center;
        float: none;
        margin: 0 auto;
        width: 100%;
	}
	.home #feat_book .right-flex ul.buy-opts li {
		text-align: center;
	}
	#speaker_call ul {
		flex-wrap: wrap;
	}
	#speaker_call ul li {
		    display: block;
    clear: both;
    width: 100%;
	}
	#speaker_call ul li:nth-of-type(n+2) {
		margin: 5vw 0 0;
	}
	.home .p-thumb {
		    width:100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    float: none;
	}
	.home .bp-content {
		    width: 100%;
    margin: 5vw 0 0;
	}
	.home .bp-content h4, .home .bp-content .post-title, .home .bp-content .read-more {
		text-align: center;
	}
	/** GENERAL **/
	#page {
		padding:0;
	}
	.page #soc_media li {
		width: 100%!important;
		margin: 0!important;
	}
	.page-template-page-media-php page #soc_media li {
margin: 3vw 0 0!important;
}
	.page #soc_media li:nth-of-type(n+2) {
		margin-top: var(--small-margin);
	}
	#footer_wrap #soc_media li {
		display: inline-block;
		width: auto!important;
		margin: 0 3%!important;
	}
	/** SET ELEMENTS WITH FLEX  **/
	#author_intro, .book-wrap .book-container, #feat_book, .second-line {
		width: 100%;
		margin: 0 auto;
		flex-wrap: wrap;
	}
	#feat_book {
		flex-wrap: wrap-reverse;
	}
	.left-flex, .right-flex, #right_books, .blog-wrap, .single-post .post-wrap, #sidebar, .single-post #sidebar, .left-contact, .right-contact, .second-line li:first-of-type, .media-div ul.mult-vid li {
		float: left;
	width: 100%!important;
	margin: 0!important;
	}
	#left_books {
		margin-top: var(--big-margin);
		width: 100%;
	}
	.right-flex {
		margin-top: 5vw;
	}
	/** MULTI USE **/
	.b-stacked li {
		width: 100%!important;
		margin: 0!important;
	}
	.b-stacked li:nth-of-type(n+2) {
		margin: var(--btm-margin) 0 0;
	}
	.bg-list li:nth-of-type(n+2), .media-div ul.mult-vid li:nth-of-type(n+2) {
		margin-top: 2vw!important;
		}
	.bg-list li {
		padding: var(--btm-margin) 3%
	}
	.comment-body p {
	margin-top:3vw;
}
	/** BOOKS RESPONSIVE **/
	#feat_book.mult-books {
width: 100%;
margin: 0;
}
	#feat_book.mult-books .left-flex, #feat_book.mult-books .right-flex {
		padding: 0;
	}
	#feat_book.mult-books .left-flex, .home #feat_book.mult-books .right-flex {
		margin-top: var(--big-margin)!important;
	}
	#feat_book .left-flex h5, #feat_book .left-flex h6, #feat_book .left-flex h2, .post-type-archive-books #feat_book .buy-opts {
		text-align: center;
	}
	#feat_book .buy-opts li:nth-of-type(n+2):before {
		content:' • ';
		display: inline!important;
		margin-right: 5px!important;
	}
	#feat_book .buy-opts li.right-arrow:nth-of-type(n+2):before {
		display: none!important;
	}
	#feat_image .prev-link {
padding: 6% 10% 4%;
margin: -2vw auto 0;
}
	#left_books .b-excerpt iframe {
		max-width: 100%;
height: auto;
min-height: 120vw;
}

	.b-rev {
width: 100%;
margin: var(--big-margin) 0;
}
	.b-rev .b-revcred:before, .b-rev .t-reviewer:before{
		margin: 2vw 10% 3vw
	}
	.book-wrap .book-container li {
		width: 100%;
		margin: 0 !important;
	}
	.book-wrap .book-container li:nth-of-type(n+2) {
		margin-top: var(--big-margin)!important;
	}
	.book-wrap .book-container li img {
		height: auto;
	}
	
	#footer .footer-left, #footer .footer-center, #footer .footer-right {
		width: 100%;
		text-align: center;
	}
	#footer .footer-left li,  #footer .footer-right li {
		width:100%;
		float: left;
		margin: 0!important;
		text-align: center;
	}
	#footer .widget-title, #footer .footer-right .widget-title, #footer .footer-right ul {
		text-align: center;
	}
	/** BLOG **/
	#blog_header {
		flex-wrap: wrap;
	}
	#blog_header .blog-left, #blog_header .blog-right {
		width: 80%;
		padding: 10%;
	}
	#blog_header .blog-left:before {
		width: 100%;
	}
	.blog-wrap li {
		width: 100%;
	}
	.blog-wrap li:nth-of-type(n+2) {
		margin: var(--big-margin) 0 0;
	}
	.blog-wrap li img {
		max-height: unset;
height: auto;
	}
	.inner-post {
		float: left;
		margin: 10vw 0 0;
	}
	#sidebar {
		padding-top: 15vw;
clear: both;
	}
	#sidebar:before {
		content:'';
		display: block;
		width: 100%;
		background-color:var(--text);
		height: 1px;
	}
	#horiz_sidebar #sidebar {
		flex-wrap: wrap;
	}
	#horiz_sidebar #sidebar li:first-of-type,
	#horiz_sidebar #sidebar li {
width: 100%!important;
float: left;
		margin: 0!important
}
	#horiz_sidebar #sidebar li:nth-of-type(n+3) {
		margin-top: 5vw!important;
	}
	#horiz_sidebar #sidebar #soc_media li:nth-of-type(n+3) {
		margin-top: 0!important;
	}
	#horiz_sidebar #sidebar #soc_media li {
		width: auto!important;
		margin: 0 2%!important;
	}
	#horiz_sidebar #sidebar #text-4 {
padding: 10%;
width: 30%;
}
	.p-thumb img {
max-height: 50vw;
width: auto;
max-width: 100%;
contain-intrinsic-size: revert!important;
}
	.comment-wraps {
		float: left;
		width: 100%;
	}
	.wp-block-image .alignleft,
	.wp-block-image .aligncenter,
	.wp-block-image .alignright,
	.wp-block-image .alignnone {
		margin: 0 auto var(--small-margin)!important;
		display: block!important;
		float: none!important;
		text-align: center;
		max-width: 100%!important;
	}
.cat-navigation {
float: left;
width: 80%;
position: relative;
margin: 5vw 10% 0;
}
	.single-post .cat-navigation .prev-arrow {
left: -12%;
}

	.single-post .cat-navigation .next-arrow {
		right: -12%
	}
	/** SPEAKING PAGE **/
	#spk_bio {
	float: left;
    width: 80%;
    background: var(--five);
    padding: var(--big-margin) 10%;
}
.left-bio, .right-bio {
    float: left;
    width: 100%;
}
.left-bio a {
	float: left;
    width: 100%;
    margin: var(--small-margin) 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.right-bio img {
	margin-top: 5vw;
	max-width: 100%;
}
	.s-group {
margin: var(--big-margin) 0 0;
}
	.s-group li .book-btns {
width: 90%;
padding: 3vw 5%;
text-align: center;
}
	.s-group li .p-thumb {
		height: unset;
		margin: 0 auto var(--btm-margin);
		display: block;
		width: 100%;
	}
	.s-group li .p-thumb img {
		float: none;
		max-height: 50vw;
width: auto;
max-width: 100%;
contain-intrinsic-size: revert!important;
	}
	.em-programs ul li {
		flex-wrap: wrap-reverse
	}
	.em-programs .left-event {
		width: 25%;
	}
	.em-programs li .mid-event.img {
		width: 70%;
max-width: 70%;
	}
	.em-programs li .right-event {
		margin: 0 0 var(--small-margin);
width: 100%;
	}
	.em-programs .p-thumb img {
		width: 100%;
		height: auto;
		max-height: unset;
	}
	/** MEDIA PAGE **/
	ul.pr-images li {
width: 32%;
}
	.media-div ul.b-stacked .second-line li:first-of-type,
	.bg-list .second-line li:first-of-type {
		display: block!important;
		width:100%!important;
	}
	
	.media-div ul.b-stacked .second-line li, .media-div ul.b-stacked .second-line li:nth-of-type(n+2), .second-line li:nth-of-type(n + 2) {
		width: auto!important;
		margin: 0!important;
	}
	.second-line li:nth-of-type(2) {
		padding-left: 0!important
	}
	.media-div ul.b-stacked .second-line li:nth-of-type(2) {
margin-left: 0%!important;
}
.media-div ul.b-stacked .second-line li:nth-of-type(n+3) {
margin-left: 2%!important;
}
.media-div ul.mult-vid li iframe {
height: auto;
	}
	.right-contact {
		margin-top: var(--big-margin)!important;
	}
	.page .left-contact  #soc_media li:nth-of-type(n+2) {
		width: auto!important;
		margin: 0 5%!important;
	}
	.page .left-contact  #soc_media li:nth-of-type(2) {
		margin-left: 0!important;
	}
	.left-contact .contact-connect li {
margin: 5vw 0 0;
}
	#footer .footer-center {
		margin: 10vw 0;
	}
	/** FOOTER **/
	#footer img {
height: 30vw!important;
width: auto;
}
/** RESPONSIVE MENU **/
#toggle {
display: inline-block;
width: 28px;
height: 15px;
margin:  0 0;
padding-top: 0;
}


#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
}
#toggle span:after{
  top: 4px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 2px;
  background-color: var(--text);
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
	background-color: var(--text);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
	background-color: var(--text);
}
#toggle.on + #menu {
opacity: 1;
visibility: visible;
width: 90%;
padding: 10vw 5%;
margin: 0;
display: block;
z-index: 999;
}

/* menu appearance*/
#menu {
	position: absolute;
  color: #999;
  width: 200px;
  padding: 10px;
  margin: auto;
  text-align: center;
  border-radius: 0;
  background: var(--five);
  /* just for this demo */
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s;
	right: 0;
}
/*#menu:after {
  position: absolute;
  top: -15px;
  left: 95px;
  content: "";
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid white;
}*/
#menu ul {
  list-style: none;
  display: block;
  padding: 0;
margin: 0!important;
	width: 100%;
}
	
	#menu li {
		width: 100%;
		margin: 5vw 0 0;
	}
	#menu li:first-of-type {
		margin-top: 0;
	}
#menu ul .sub-menu {
	display: none;
}
#menu li a {
    padding: 5px 5px 0;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    
}
#menu li a:hover,
#menu li a:focus {
background: none;
    color: var(--one);
}
}