/*
 Theme Name:   Textish
 Description:  Divi Child Theme
 Author:       Booyah Creative
 Author URI:   http://www.booyahcreative.com
 Template:     Divi
 Version:      1.0.0
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
.safari .et_pb_equal_columns .et_pb_column {
	float: none;
}

.et_pb_scroll_top.et-pb-icon {
	background-color: #b70000;
	border-radius: 0;
	border: 1px solid #fff;
	border-right: none;
}

#main-content blockquote {
    position: relative;
    padding: 30px 30px 30px 40px;
    margin-top: 0;
	margin-bottom: 10px;
    border: none !important;
	background: rgba(0,0,0,0.3);
}
#main-content blockquote::before {
    content: "\201C";
    font-size: 100px;
    position: absolute;
    top: 10px;
    left: -10px;
    font-family: "Times New Roman", serif;
    color: #d9272e;
	font-weight: 900;
}

#main-content blockquote::after {
    content: "\201D";
    font-size: 100px;
    position: absolute;
    bottom: -5px;
    right: -15px;
    font-family: "Times New Roman", serif;
    color: #d9272e;
    font-weight: 900;

}
#main-content blockquote p {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 300;
	text-align: center;
}


/* HEADER */
/********************************/
/*
.safari #logo {
	max-height:60px;
}
.safari .et-fixed-header #logo {
	max-height:40px !important;
} 
*/

body.page-id-494 #top-menu a {
	color: #333;
}
#page-container .et-fixed-header#main-header {
	background-color: #fff !important;
	box-shadow: 0 0 7px rgba(0,0,0,.1) !important;
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.1) !important;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.1) !important;
}
#top-menu li.current-menu-item > a, #top-menu li.current_page_item > a {
	font-weight: bold;
}

/* HOMEPAGE */
/*************************/
body.home #textish-featured h3 {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 300;
	padding-bottom: 25px;
	font-style: italic;
}

/* BOOKS */
/*************************/
#main-content .textish-book .et_pb_blurb_container {
	padding-left: 30px;
}


/* FOOTER */
/**********************/
#footer-info {
	line-height: 120%;
	letter-spacing: 2px;
	float: none;
	text-align: center;
}

/* RESPONSIVE QUERIES */
/******************************/
@media only screen and ( min-width: 1405px ) {
}
@media only screen and ( min-width: 981px ) {
}
@media only screen and ( min-width: 1200px ) {
}
@media only screen and ( min-width: 1100px ) {
}
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) {
}
@media only screen and ( min-width: 981px ) and ( max-width: 1405px) {

}
@media only screen and ( min-width: 981px ) {
}
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
}
@media only screen and ( max-width: 980px ) {
	body.home #logo {
		display: none;
	}
	body.home #main-header {
		background-color: transparent;
	}
	body.home .mobile_menu_bar::before {
		color: #fff;
	}
	body.home .et_pb_fullwidth_header {
		padding-top: 50px !important;
	}
	.textish-block {
		display: block;
	}
}
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
}
@media only screen and ( max-width: 767px ) {

}
@media only screen and ( max-width: 479px ) {
	body.home .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
		width: 100%;
		margin: 0 auto 40px;
	}
	body.home .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
		width: 100%;
	}
	body.home .et_pb_fullwidth_header .et_pb_module_header {
		margin: auto;
		width: 90%;
	}
	body.home .header-content img.header-logo {
		margin-bottom: 0 !important;
	}
	#main-content .textish-book .et_pb_blurb_container {
		padding-left: 0 !important;
	}
	#main-content .textish-book .et_pb_main_blurb_image {
		width: auto;
	}

}