/* Theme Name: Dani Shapiro - 2019 */

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	color: #000;
	font-weight: 400;
	font-family: 'Lora', serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfloat:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfloat {
    display: inline-block;
}
.clearfloat {
    display: block;
}

.header {
	padding: 0 10vw;
	background: #F3EEF2;
	}

.header .leftSide {
	float: left;
	}

.header .rightSide {
	float: right;
	}

.navigation ul {
}

.navigation ul li {
    display: block;
    position: relative;
    float: left;
}

.navigation li ul {
    display: none;
    z-index: 101;
}

.navigation ul li a  {
	line-height: 5vw;
	font-size: 1vw;
	text-decoration: none;
	color: #000;
	padding: 0 1vw;
    white-space: nowrap;
    display: block;
}

.navigation ul li.menu-item-has-children a:after {
	content: "\00a0\00a0\f107";
	font-family: 'Font Awesome\ 5 Free';
	color: #949494;
	font-weight: 900; /* Fix version 5.0.9 */
	}

.navigation ul li a:hover  {
    color: #000;
}
.navigation li:hover ul  {
    display: block;
    position: absolute;
    padding: 1vw;
    background: #fff;
    border-left: 1px solid #F3EEF2;
    border-right: 1px solid #F3EEF2;
    border-bottom: 1px solid #F3EEF2;
}

.navigation li:hover li {
    float: none;
}

.navigation li:hover a  {  
    background: #fff;
    
}

.navigation li:hover li a {
    line-height: 1.5vw;
    background: #fff
}

.navigation li:hover li a:after  {  
    content: ""
      
}

.navigation li:hover li a  {  
    color: #000;
    padding: .25vw;
}

.navigation li:hover li a:hover {
    color: #292929
}
	
.pageContent {
	width: 65vw;
	margin: 5vw 0 0 0 ;
	display: block;
	}

.home .pageContent {
	width: 80vw;
	margin: 5vw auto 0 auto;
	}

.featuredPraise {
	padding: 2.5vw 0 1.5vw 0;
	margin-top: 2.5vw;
	text-align: center;
	background: #F8F8F8;
	}
	
.featuredPraiseItem {
  	font-size: 1.75vw;
  	line-height: 2.25vw;
	width: 50vw;
	margin: 0 auto;
  	}


.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.owl-carousel .featuredPraiseItem {
  text-align: center;
}

.featuredPraiseCite {
	text-align: right;
	font-size: 1.25vw;
	font-style: italic;
	line-height: 1.5vw;
	margin-top: 1vw;
	}

.owl-dots {
	text-align: center;
	margin-top: 1vw;
	}

.owl-dot {
	display: inline-block;
	}

.owl-dot span {
	width: .75vw;
    height: .75vw;
    margin: .25vw .5vw;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: .75vw;
	}

.owl-dot.active span {
	background: #666;
	}

i, em {
	font-style: italic;
	}

b, strong {
	font-weight: 700;
	}

.bookPageJacket {
	float: left;
	width: 20vw;
	height: auto;
	margin: 0 2.5vw 2.5vw 0;
	-webkit-box-shadow: 0px 0px 2px 0px #bababa;
    box-shadow: 0px 0px 2px 0px #bababa;
	}

.formattedContent p {
	font-size: 1.25vw;
	line-height: 2vw;
	margin-bottom: 1.5vw;
	}

.formattedContent ul li {
	list-style-type: disc;
	margin: 0 0 1vw 2.5vw;
	font-size: 1.25vw;
	line-height: 1.75vw;
	}

.formattedContent ol li {
	list-style-type: decimal;
	margin: 0 0 1.5vw 2.5vw;
	font-size: 1.25vw;
	line-height: 1.75vw;
	}

.formattedContent ul,
.formattedContent ol {
	margin-bottom: .5vw;
	}

.formattedContent a {
	color: #3A483C;
	text-decoration: underline;
	}

.formattedContent a:hover {
	color: #000;
	text-decoration: none;
	}

.formattedContent h1 {
	font-size: 3vw;
	line-height: 3.75vw;
	margin-bottom: 1.5vw;
	color: #43140F;
	}

.formattedContent h2 {
	font-size: 2.5vw;
	line-height: 3.25vw;
	margin-bottom: 1.5vw;
	color: #43140F;
	}

.formattedContent h3 {
	font-size: 2vw;
	line-height: 2.75vw;
	margin-bottom: 1.5vw;
	color: #43140F;
	}

.formattedContent h4 {
	font-size: 1.75vw;
	line-height: 2.5vw;
	margin-bottom: 1.5vw;
	color: #43140F;
	}

.formattedContent h5 {
	font-size: 1.75vw;
	line-height: 2.5vw;
	margin-bottom: 1.5vw;
	color: #3A483C;
	}

.formattedContent h6 {
	font-size: 1.75vw;
	line-height: 2.5vw;
	margin-bottom: 1.5vw;
	color: #A7201E;
	}


.formattedContent .buyNowLinks {
	background: #E9DEDC;
	text-align: right;
	margin-bottom: 1.5vw;
	color: #43140F;
	}

.formattedContent .buyNowLinks ul {
	margin-bottom: 0;
	}

.formattedContent .buyNowLinks ul li {
	display: inline-block;
	margin: 0;
	}

.formattedContent .buyNowLinks ul li:first-child {
	padding-right: 1vw;
	}
.formattedContent .buyNowLinks ul li a {
	color: #43140F;
	display: block;
	font-size: 1vw;
	line-height: 1vw;
	padding: 1vw;
	text-decoration: none;
	text-transform: uppercase;
	}

.formattedContent .buyNowLinks a:hover {
	background: #3A483C;
	color: #fff;
	}

.centeredTitle {
	text-align: center;
	}

.praiseBlock {
	width: 100%;
	margin: 2.5vw auto 0 auto;
	}

.praiseItem {
	width: 75%;
	margin: 0 auto;
	display: block;
	}

.praiseItemPad {
	margin: 1vw;
	padding: 1vw;
	background: #F8F8F8;
	-webkit-box-shadow: 0px 0px 2px 0px #bababa;
    box-shadow: 0px 0px 2px 0px #bababa;
}

.praiseCite {
	text-align: right;
	font-style: italic;
	}

	
.home .halfAndHalf {
	width: 100vw;
	margin-top: 5vw;
	background: #F8F8F8;
	min-height: 20vw;
	}

.home .halfAndHalfImage {
	width: 40vw;
	height: 20vw;
	background-size: cover;
	}

.home .halfAndHalfContent {
	float: left;
	width: 55vw;
	}

.halfAndHalf {
	width: 65vw;
	margin-top: 5vw;
	background: #F8F8F8;
	min-height: 20vw;
	}

.halfAndHalfImage {
	width: 30vw;
	height: 15vw;
	background-size: cover;
	}

.halfAndHalfContent {
	float: left;
	width: 35vw;
	}


.rotatingImages {
	margin-top: 5vw;
	}

.rotatingImages.top {
	margin-top: 0;
	}

.halfAndHalfPad {
	padding: 1vw 2.5vw;
	}

.formattedContent .findOutMoreButton a {
	display: inline-block;
	background: #e8e8e8;
	-webkit-box-shadow: 0px 0px 2px 0px #bababa;
    box-shadow: 0px 0px 2px 0px #bababa;
    color: #000;
    text-decoration: none;
    padding: .5vw 1.5vw;
    font-size: 1.25vw;
    line-height: 1.25vw;
    }
   
.formattedContent .findOutMoreButton a:hover {
	background: #3A483C;
	color: #fff;
	-webkit-box-shadow: 0px 0px 0px 0px #bababa;
    box-shadow: 0px 0px 0px 0px #bababa;
    }
   
 .eventItem {
	  margin-bottom: 1vw;
	  padding-bottom: 1vw;
	  border-bottom: .125vw solid #e8e8e8;
	 }


	
.header .leftSide a {
	text-decoration: none;
	font-size: 2vw;
	line-height: 5vw;
	color: #000;
	}

.footer {
	font-size: 1vw;
	line-height: 1.5vw;
	text-align: center;
	margin-top: 5vw;
	}
.formattedContent .alignright {
	float: right;
	margin: 0 0 1.5vw 1.5vw;
	max-width: 40%;
	height: auto;
	}

.formattedContent .alignleft {
	float: left;
	margin: 0 1.5vw 1.5vw 0;
	max-width: 40%;
	height: auto;
	}

.formattedContent .aligncenter {
	float: none;
	margin: 0 auto 1.5vw auto;
	max-width: 80%;
	height: auto;
	display: block;
	}

.mainContent {
	width: 65vw;
	float: left;
	margin-left: 5vw;
	}

.home .mainContent {
	width: 100vw;
	float: none;
	margin: 0;
	}

.sidebar {
	width: 20vw;
	float: right;
	margin-right: 5vw;
	margin-top: 5vw;
	}

.home .sidebar {
	display: none;
	}

.formattedContent h1 a, 
.formattedContent h2 a, 
.formattedContent h3 a, 
.formattedContent h4 a, 
.formattedContent h5 a, 
.formattedContent h6 a {
	text-decoration: none;
	color: #43140F;
	}

.formattedContent h4.eventDate {
	margin-bottom: 0;
	}

.formattedContent h6.eventLocation {
	margin-bottom: 0;
	}

.formattedContent .eventItem p {
	margin-bottom: .5vw;
	}

.eventBox {
	width: 50vw;
	margin: 0 auto;
	background: #FAFAFA;
	display: block;
	text-align: center;
	border: .125vw solid #e8e8e8;
	padding: 2vw 0;
	}

.home .eventBox {
	width: 50vw;
	float: left;
	margin: 0;
	}
.homePageSidebar {
	display: none;
}

.home .homePageSidebar {
	width: 20vw;
	float: right;
	margin-right: 5vw;
	display: block;
	}

.sidebarImage {
	width: 20vw;
	height: 20vw;
	background-size: cover;
	}

.sidebar img,
.homePageSidebar img {
	width: 100%;
	height: auto;
	}

.sidebarContentBlock {
	margin-top: 2vw;
	padding-top: 2vw;
	border-top: .125vw solid #e8e8e8;
}

.formattedContent .sidebarContentBlock h6 {
	font-size: 1.5vw;
	line-height: 2vw;
	}

.formattedContent .sidebarContentBlock p {
	font-size: 1vw;
	line-height: 1.5vw;
	text-align: center;
	}

.formattedContent .sidebarContentBlock .findOutMoreButton a {
	font-size: 2vw;
	line-height: 2.5vw;
	}

.blogPostItem {
	margin-bottom: 5vw;
	padding-bottom: 5vw;
	border-bottom: .125vw solid #e8e8e8;
	}

.postedOn {
	text-transform: uppercase;
	text-align: right;
	display: block;
	margin-bottom: 1.5vw;
	}

.formattedContent ul.commentLinks {
	text-align: center;
	}
.formattedContent ul.commentLinks li {
	list-style-type: none;
	margin: 0;
	}

.formattedContent ul.commentLinks li a {
	text-decoration: none;
	}

.page-numbers {
	text-decoration: none;
	font-size: 2vw;
	line-height: 2vw;
	padding: 1vw;
	display: inline-block;
	color: #3A483C;
	}

.paginate-links {
	text-align: center;
	display: block;
	margin: 0 auto;
	}

.categoryDescription {
	background: #F8F8F8;
	-webkit-box-shadow: 0px 0px 2px 0px #bababa;
    box-shadow: 0px 0px 2px 0px #bababa;
    padding: 2vw;
    margin: 0 5vw 5vw 5vw;
    text-align: center;
    
	}
	

h1.pageTitle {
	color: #43140F;
	font-size: 2.5vw;
	line-height: 3vw;
	margin: 2.5vw 0 0 0;
}


.formattedContent ul.additionalPagesLinks {
	text-align: center;
	}
.formattedContent ul.additionalPagesLinks li {
	list-style-type: none;
	margin: 0;
	}
.interviewLogo {
	float: left;
	width: 15vw;
	height: auto;
	}

.interviewItem {
	margin-bottom: 1.5vw;
	padding-bottom: 1.5vw;
	border-bottom: .125vw solid #e8e8e8;
	}

.interviewLogo {
	width: 15vw;
	float: left;
	}

.interviewContent {
	width: 44vw;
	float: right;
	}

.formattedContent blockquote {
		background: #F8F8F8;
	-webkit-box-shadow: 0px 0px 2px 0px #bababa;
    box-shadow: 0px 0px 2px 0px #bababa;
    padding: 2vw 2vw .5vw 2vw;
    margin: 0 5vw 1.5vw 5vw;
    text-align: center;
    }
   
.formattedContent .wp-caption.alignleft img,
.formattedContent .wp-caption.alignright img,
.formattedContent .wp-caption.aligncenter img {
	max-width: 100%;
	height: auto;
}

	
.formattedContent p.wp-caption-text {
	font-size: .75vw;
	line-height: 1vw;
	font-style: italic;
	text-align: center;
	}
	

.home .sidebarContentBlock.noHome {
	display: none;
}

.home .sidebarContentBlock {
	margin-top: 0px;
	padding-top: 0px;
	border-top: none;
	margin-bottom: 1vw;
	padding-bottom: 1vw;
	}

.mobileNavigationButton {
	display: none;
	}

.page-id-9 .sidebarPhotos {
	display: none !important;
	}

.page-id-9 .sidebarContentBlock:first-child {
	margin-top: 0;
	padding-top: 0;
	border: none;
	}