/******************************************************************
Site Name: Karen Greenwald 2026
Author: Websy Daisy

Stylesheet: Main Stylesheet

******************************************************************/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
/* ==========================================================================
   Base
   ========================================================================== 
 */

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
	font-family: "macho", sans-serif;
}
body {
	margin: 0;
}
a:focus {
	outline: done;
}
a:active, a:hover {
	outline: 0;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
h2 {
	font-size: 1.5em;
	margin: 0.83em 0;
}
h3 {
	font-size: 1.17em;
	margin: 1em 0;
}
h4 {
	font-size: 1em;
	margin: 1.33em 0;
}
h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}
h6 {
	font-size: 0.75em;
	margin: 2.33em 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	color:#4b3a93;
	font-weight:700;
	margin:0 0 15px
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
p, pre {
	margin: 0em 0 1.3em 0;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
small {
	font-size: 75%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dl, menu, ol, ul {
	margin: 1em 0;
}
dd {
	margin: 0 0 0 40px;
}
menu, ol, ul {
	padding: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin-top: 11px;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button, input {
	line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	-webkit-hyphens: none;
	-epub-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}
b, strong, .strong {
	font-weight: bold;
}
dfn, em, .em {
	font-style: italic;
}
small, .small {
	font-size: 75%;
}
ul, ol {
	padding: 0;
	list-style-type: none;
}
#content ul {
	padding-left: 20px;
	list-style-type: disc
}
#content ol {
	padding-left: 20px;
	list-style-type: decimal
}
#content li {
	padding-bottom: 5px;
}
#content ul.gform_fields {
	padding-left: 0
}
dd {
	margin: 0;
}
.sidebar ul, .sidebar ol, .commentlist {
	list-style: none;
}
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.image-replacement {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
span.amp {
	font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
	font-style: italic;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.alert {
	margin: 10px;
	padding: 5px 18px;
	border: 1px solid;
}
.alert-help {
	margin: 10px;
	padding: 5px 18px;
	border: 1px solid;
	border-color: #e8dc59;
	background: #ebe16f;
}
.alert-info {
	margin: 10px;
	padding: 5px 18px;
	border: 1px solid;
	border-color: #bfe4f4;
	background: #d5edf8;
}
.alert-error {
	margin: 10px;
	padding: 5px 18px;
	border: 1px solid;
	border-color: #f8cdce;
	background: #fbe3e4;
}
.alert-success {
	margin: 10px;
	padding: 5px 18px;
	border: 1px solid;
	border-color: #deeaae;
	background: #e6efc2;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	text-rendering: optimizelegibility;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
	text-decoration: none;
}
.byline {
	color: #999;
	font-sizE: 14px;
	padding: 10px 0
}
.entry-content {}
.entry-content dd {
	margin-left: 0;
	font-size: 0.9em;
	color: #787878;
	margin-bottom: 1.5em;
}
img {
	max-width: 100%;
	height: auto;
}
.entry-content video, .entry-content object {
	max-width: 100%;
	height: auto;
}
.entry-content pre {
	background: #eee;
	border: 1px solid #cecece;
	padding: 10px;
}
.wp-caption {
	max-width: 100%;
	padding: 5px;
}
.wp-caption img {
	max-width: 100%;
	margin-bottom: 0;
	width: 100%;
}
.wp-caption-text {
	font-size: 15px;
	line-height: 21px;
	margin: 4px 3px 7px;
	text-align: center;
}
.page-navigation, .wp-prev-next {
	margin: 1.1em 0 2.2em;
}
.bones_page_navi {
	list-style-type: none;
}
.bones_page_navi li {
	float: left;
	margin-left: 10px;
}
.bones_page_navi li a {
	padding: 3px 6px;
	display: block;
	text-decoration: none;
	position: relative;
}
.bones_page_navi li a:hover, .bones_page_navi li a:focus {
	color: #f01d4f;
	text-decoration: underline;
}
.bones_page_navi li.bpn-current {
	padding: 3px 6px;
	border-bottom: 2px solid #f01d4f;
	position: relative;
}
.bones_page_navi li.bpn-current a {
	/* hovering on current page link */
}
.bones_page_navi li.bpn-prev-link, .bones_page_navi li.bpn-next-link {
	font-weight: 700;
}
.bones_page_navi li.bpn-prev-link a, .bones_page_navi li.bpn-next-link a {
	padding: 0;
}
.bones_page_navi li.bpn-prev-link a:hover, .bones_page_navi li.bpn-next-link a:hover, .bones_page_navi li.bpn-first-page-link a:hover, .bones_page_navi li.bpn-last-page-link a:hover {
	background: none;
}
.wp-prev-next .prev-link {
	float: left;
}
.wp-prev-next .next-link {
	float: right;
}
#comments {}
.commentlist {
	list-style-type: none
}
.commentlist li {
	position: relative;
	clear: both;
	overflow: hidden;
	list-style-type: none;
	margin-bottom: 1.5em;
	padding: 0.7335em 10px;
}
.comment-form-comment {
	text-transform: uppercase
}
.commentlist li:last-child {
	margin-bottom: 0;
}
.commentlist li ul.children {
	margin: 0;
}
.commentlist li[class*=depth-] {
	margin-top: 1.1em;
}
.commentlist li.depth-1 {
	margin-left: 0;
	margin-top: 0;
}
.commentlist li:not(.depth-1) {
	margin-right: -10px;
	margin-left: -10px;
	margin-top: 0;
	padding-bottom: 0;
}
.commentlist .odd {
	background: #eee;
}
.commentlist .even {
	background: #fefefe;
}
.commentlist .vcard {
	margin-left: 120px;
}
.commentlist .vcard cite.fn {
	font-weight: 700;
	font-style: normal;
}
.commentlist .vcard time {
	float: right;
}
.commentlist .vcard time a {
	color: #999;
	text-decoration: none;
}
.commentlist .vcard time a:hover {
	text-decoration: underline;
}
.commentlist .vcard img.avatar {
	position: absolute;
	left: 10px;
	padding: 2px;
	border: 1px solid #cecece;
	background: #fff;
	border-radius: 50%
}
.commentlist .comment_content {
	margin-left: 120px;
}
.commentlist .comment_content p {
	margin: 0.7335em 0 1.5em;
	font-size: 1em;
	line-height: 1.5em;
}
.commentlist .comment-reply-link {
	text-decoration: none;
	float: right;
	background: #4598bb;
	padding: 3px 5px;
	color: #fff;
	opacity: 0.65;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 0.9em;
}
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
	opacity: 1;
}
.respond-form {
	margin: 1.5em 10px;
	padding-bottom: 2.2em;
}
.respond-form form {
	margin: 0.75em 0;
}
.respond-form form li {
	list-style-type: none;
	clear: both;
	margin-bottom: 0.7335em;
}
.respond-form form li label, .respond-form form li small {
	display: none;
}
.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url], .respond-form form textarea {
	padding: 3px 6px;
	background: #efefef;
	border: 2px solid #cecece;
	line-height: 1.5em;
}
.respond-form form input[type=text]:focus, .respond-form form input[type=email]:focus, .respond-form form input[type=url]:focus, .respond-form form textarea:focus {
	background: #fff;
}
.respond-form form input[type=text]:invalid, .respond-form form input[type=email]:invalid, .respond-form form input[type=url]:invalid, .respond-form form textarea:invalid {
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url] {
	max-width: 400px;
	min-width: 250px;
}
.respond-form form textarea {
	resize: none;
	width: 97.3%;
	height: 150px;
	margin-top: 10px;
}
#comment-form-title {
	margin: 0 0 1.1em;
}
#allowed_tags {
	margin: 1.5em 10px 0.7335em 0;
}
.nocomments {
	margin: 0 20px 1.1em;
}
.alignleft, img.alignleft, .alignright, img.alignright, .aligncenter, img.aligncenter {
	display: block;
	clear: both;
	margin: 20px auto
}
.video-container, .embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.video-container iframe, .video-container object, .video-container embed, .youtube-player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.button, .button:visited, .gform_legacy_markup_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper .gform_footer input[type=submit], .form-submit .submit, a.fasc-button {
	padding: 12px;
	color: #ffffff;
	display: inline-block;
	font-size: 24px;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #6b5bbc;
	text-align: center;
	font-family: "citrus-gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	border: 4px solid #dcf6fa
}
.button:hover, .button:visited:hover, .button:focus, .button:visited:focus, .gform_legacy_markup_wrapper .gform_footer input.button:hover, .gform_legacy_markup_wrapper .gform_footer input[type=submit]:hover, .form-submit .submit:hover, a.fasc-button:hover {
	color: #ffffff;
	background-color: #4b3a93!important;
}
.button.larger, a.fasc-button {
	font-size: 30px;
	padding: 15px 30px;
}
.buylinks {
	text-align: center;
	margin: 20px 0
}
body {
	font-size: 18px;
	line-height: 27px;
	color: #4d4d4d;
	font-family: "macho", sans-serif;
	background-image: url("../images/map.png");
	background-position: top center
}
.wrap {
	width: 92%;
	margin: 0 auto;
}
.wrap .wrap {
	wisth: 100%
}
a, a:visited {
	color: #1b2bc8;
	text-decoration: none
}
a:hover, a:visited:hover, a:focus, a:visited:focus {
	color: #6b5bbc;
}
.nav {
	text-align: center;
	margin: 0;
	background-color: #6b5bbc
}
.nav li {
	display: inline-block;
	position: relative;
}
.nav li a {
	text-decoration: none;
	padding: 10px 15px;
	font-size: 16px;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	line-height: 46px;
}
.nav li a:hover, .nav li a:focus {
	color: #e5e0fb;
}
.nav li ul.sub-menu, .nav li ul.children {
	margin-top: 0;
	border: 0;
	border-top: 0;
	position: absolute;
	display: none;
	z-index: 8999;
	left: 8px;
	background-color: #b936f0;
}
.nav li ul.sub-menu li, .nav li ul.children li {
	text-align: left;
		width: 260px;
		border-bottom: 1px solid #FFF;


}
.nav li ul.sub-menu li a, .nav li ul.children li a {
	border-right: 0;
	display: block;
	letter-spacing: normal;
	text-transform: none;
	font-size: 15px;
	padding: 10px;
	line-height: 28px;
}
.nav li ul.sub-menu li a:hover, .nav li ul.children li a:hover, .nav li ul.sub-menu li.current-menu-item a, .nav li ul.sub-menu li.current-menu-item a:hover {
	color: #FFF;
	background-color: #4b3a93!important
}
.nav li ul.sub-menu li.current-menu-item a {
	color: #FFF;
	background-color: #b936f0!important
}
.nav li ul.sub-menu li.mud a {
	background-color: #0097b2!important
}
.nav li ul.sub-menu li.cabbage a {
	background-color: #ff5757!important
}
.nav li ul.sub-menu li.vote a {
	background-color: #cf364a!important
}
.nav li ul.sub-menu li a:hover, .nav li ul.children li a:hover, .nav li ul.sub-menu li.current-menu-item a:hover, .nav li ul.sub-menu li.mud a:hover, .nav li ul.sub-menu li.vote a:hover, .nav li ul.sub-menu li.cabbage a:hover {
	color: #FFF;
	background-color: #4b3a93!important
}
.nav li:hover ul  {
	top: auto;
	display: block;
}
.nav li ul.submenu li a ul.sub-menu {
	display: none!important;

}

#content {
	padding: 40px 0 60px;
}
#logo {
	text-align: center;
	max-width: 100%;
	height: 100%
}
#logo img {
	max-width: 100%;
	height: auto
}
.nav ul {
	text-align: center
}
.nowrap {
	white-space: nowrap
}
.footer {
	clear: both;
	text-align: center;
}
.footer a {}
.social {
	padding: 10px 0;
	background-image: url("../images/social-tape.png");
	background-position: center top;
	background-repeat: no-repeat;
	height: 57px;
	z-index: 999;
	position: relative;
	margin-top: -30px;
	text-align: center;
	margin-bottom: 30px;
}
.social a {
	padding: 10px;
	font-size: 30px;
	color: #FFF;
}
.social a:hover {
	color: #e5e0fb
}
.header {
	padding: 26px 10px 0;
}
.widgettitle {
	border-bottom: 2px solid #444;
	margin-bottom: 0.75em;
}
.widget {
	padding: 0 10px;
	margin: 2.2em 0;
}
.widget ul li {
	margin-bottom: 0.75em;
	/* deep nesting */
}
.widget ul li ul {
	margin-top: 0.75em;
	padding-left: 1em;
}
h1, h2 {
	font-size: 40px;
	line-height: 1.333em;
	margin: 0 0 20px;
	font-family: "citrus-gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #4b3a93;
	text-transform: uppercase
}
h1.book-title {
	margin-bottom: 8px;
	margin-top: 0;
}
h2, .h2 {
	font-size: 28px;
	line-height: 1.4em;
	padding: 0;
	margin: 0.67em 0;
}
h3 {
	font-size: 25px;
	margin: 1em 0;
	font-family: "citrus-gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #b936f0
}
h4 {
	font-size: 21px;
	font-weight: 600;
	margin: 10px 0 20px
}
hr {
	margin: 20px 0;
	border: 0;
	height: 9px;
	background-color: #e5e0fb
}
.one-praise hr {
	height: 2px;
	background-color: #FFF
}
#content .gallery {
	text-align: Center;
}
#content .gallery-item img {
	border: 0!important
}
#content .gallery-item {
	width: 100%!important
}
#content ol.bones_page_navi {
	list-style-type: none;
	padding-left: 0
}
#content #comment-nav ul {
	padding-left: 0;
	list-style-type: none;
	margin: 10px 0;
}
.main-books {
	text-align: center
}
.main-books .one-book {
	margin: .5em;
	display: inline-block;
	vertical-align: top
}
.main-books img {
	max-height: 350px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.main-books img:hover {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.desktop {
	display: none
}
.one-praise {
	padding: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	color: #FFF;
	background-color: #4b3a93
}
.one-praise p:last-child {
	margin-bottom: 5px
}
.one-praise a {
	color: #FFF;
	border-bottom: 1px dotted #FFF
}
.one-praise a:hover {
	border-bottom: 1px solid #FFF
}
.gform_required_legend {
	display: none;
}
.publish {
	font-size: 15px;
}
#container {
	background-color: #FFF;
	background-image: url("../images/paper.jpg");
	margin-top: 50px
}
.aside {
	font-size: 16px;
	line-height: 25px;
}
.large-quote {
	background-color: #6b5bbc;
	padding: 20px;
	margin: 0 0 20px;
	margin-bottom: 20px;
	color: #FFF;
	font-sizE: 20px;
	line-height: 37px;
	text-align: left;
	font-family: "Cutive", serif;
  font-weight: 400;
  font-style: normal;
	font-weight:bold
}
.large-quote.plain p {
	margin-bottom: 10px;
	font-size: 18px;
    line-height: 27px;
    font-family: "macho", sans-serif;
	font-weight:normal
}
.large-quote.plain blockquote p {font-weight:600}
.large-quote h5 {
	font-size:15px; line-height:25px;font-weight:400; margin:-10px 0 15px;font-family: "macho", sans-serif;
}
.large-quote p:last-child, blockquote p:last-child {
	margin-bottom: 0
}
.icon {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	margin: 1%
}
.icon img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.icon img:hover, .home-books .one-book img:hover {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.icon.passport img {
	-webkit-transition: all 1s ease-out!important;
	-moz-transition: all 1s ease-out!important;
	-ms-transition: all 1s ease-out!important;
	-o-transition: all 1s ease-out!important;
	transition: all 1s ease-out!important;
}
.icon.passport img:hover {
	transform: rotate(360deg);
}
.home-books {
	text-align: center
}
.home-books .one-book {
	display: inline-block;
	vertical-align: top
}
.home-books .one-book img {
	border: 8px solid #FFF;
	-moz-transform: rotate(-2.5deg);
	-webkit-transform: rotate(-2.5deg);
	-o-transform: rotate(-2.5deg);
	-ms-transform: rotate(-2.5deg);
	transform: rotate(-2.5deg);
	max-height: 330px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .15);
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .15);
}
.home-books .one-book:nth-child(even) img {
	-moz-transform: rotate(3.5deg);
	-webkit-transform: rotate(3.5deg);
	-o-transform: rotate(3.5deg);
	-ms-transform: rotate(3.5deg);
	transform: rotate(3.5deg);
}
.home-books .one-book img:hover, .home-books .one-book img:hover {
	-moz-transform: rotate(0deg) scale(1.05)!important;
	-webkit-transform: rotate(0deg) scale(1.05)!important;
	-o-transform: rotate(3.0deg) scale(1.05)!important;
	-ms-transform: rotate(0deg) scale(1.05)!important;
	transform: rotate(0deg) scale(1.05)!important;
}
.one-news {
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .15);
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .15);
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 20px;
}
.one-news p {
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 10px;
}
.icons {
	text-align: center;
}
.tape-left {
	float: left;
	margin-top: -30px;
	margin-left: -30px;
}
.tape-right {
	float: right;
	margin-top: -30px;
	margin-right: -30px;
}
.home .entry-content {
	font-size: 18px;
	line-height: 26px;
	margin: 30px 0 -20px
}
.home .entry-content p {
	max-width: 700px;
	margin: 0 auto 30px
}
.one-news {
	color: #4d4d4d;
	margin-bottom: 30px
}
.large-quote h2:first-child{
	color: #FFF;
	margin-top: 0
}
.blue {
	margin: 20px 0;
	padding: 30px;
	color: #000;
	background-color: #e5e0fb
}
.blue h2:first-child {
	margin-top: 0;
}
.blue ol li {
	margin-bottom: 10px;
}
img.bordered {
	border: 3px solid #4b3a93
}
.teacher {
	font-size: 17px;
	line-height: 25px
}
.teacher p {
	margin-bottom: 10px;
}
.events img {
	max-width: 200px;
	margin: 0 auto
}
.pass-icon img {
	width: 100%;
	max-width: 176px;
	margin-top: -69px;
	margin-bottom: 9px;
}
.one-event {
	background-color:#FFF;
	padding:10px 20px 5px;
	margin-bottom:20px;
	-webkit-box-shadow: 2px 2px 1px 1px rgba(0,0,0,.35);
	box-shadow: 2px 2px 1px 1px rgba(0,0,0,.35);
}
.one-news {
	-webkit-box-shadow: 2px 2px 1px 1px rgba(0,0,0,.35);
	box-shadow: 2px 2px 1px 1px rgba(0,0,0,.35);

}
.magenta {
	background-color:#b836f0;
	padding:20px;
	background-image:url("../images/grid.png");
	background-position:top center
}
.quotation {text-align:center}
@media only screen and (min-width: 481px) {
	.alignleft, img.alignleft {
		margin-right: 1.5em;
		display: inline;
		float: left;
	}
	.alignright, img.alignright {
		margin-left: 1.5em;
		display: inline;
		float: right;
	}
	.aligncenter, img.aligncenter {
		margin-right: auto;
		margin-left: auto;
		display: block;
		clear: both;
	}
	#content .gallery-columns-1 .gallery-item {
		width: 100%!important
	}
	#content .gallery-item {
		width: 48%!important;
		float: none!important;
		display: inline-block!important;
		vertical-align: top!important;
		margin: .5%!important
	}
}
@media only screen and (min-width: 768px) {
	.onecol {
		width: 5.801104972%;
	}
	.twocol {
		width: 14.364640883%;
	}
	.threecol {
		width: 22.928176794%;
	}
	.fourcol {
		width: 31.491712705%;
	}
	.fivecol {
		width: 40.055248616%;
	}
	.sixcol {
		width: 48.618784527%;
	}
	.sevencol {
		width: 57.182320438000005%;
	}
	.eightcol {
		width: 65.74585634900001%;
	}
	.ninecol {
		width: 74.30939226%;
	}
	.tencol {
		width: 82.87292817100001%;
	}
	.elevencol {
		width: 91.436464082%;
	}
	.twelvecol {
		width: 99.999999993%;
	}
	.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
		position: relative;
		float: left;
		margin-left: 2.762430939%;
	}
	.first {
		margin-left: 0;
	}
	.last {
		float: right;
	}
	#content .gallery-columns-2 .gallery-item {
		width: 48%!important;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%!important;
	}
	#content .gallery-columns-4 .gallery-item {
		width: 23%!important;
	}
	#content .gallery-columns-5 .gallery-item {
		width: 18%!important;
	}
	#content .gallery-columns-6 .gallery-item {
		width: 14.6%!important;
	}
	.wrap {
		max-width: 1200px;
	}
	.wrap.narrow {
		max-width: 900px;
	}
	.narrower {
		max-width: 900px;
		margin:0 auto
	}

	.desktop {
		display: block
	}
	.mobile {
		display: none
	}
	.pad-left {
		padding-left: 20px
	}
	.pad-right {
		padding-right: 20px;
	}
	.one-video {
		display: inline-block;
		vertical-align: top;
		width: 30%;
		margin: 1%
	}
	#content ul.column {
		padding-left: 0;
		max-width: 715px;
        margin: 10px auto;
	}
	#content ul.column li {
		width: 30%;
		display: inline-block;
		vertical-align: top
	}
	#content ul.column li::before {
		content: "•";
		color: black;
		padding-right: 8px;
		font-size: 30px
	}
	.first.face {
		margin-left: -30px;
	}
	.ticket {
		margin-top: -56px;
		margin-bottom: -20px
	}
	.newspaper {
		margin-top: -28px;
		margin-bottom: 10px
	}
	.bigquote {
		margin-top: 40px;
		font-size: 20px;
		line-height: 30px;
	}
	.events {
		font-size: 15px;
		line-height: 26px
	}
	.description {max-width:800px; margin:0 auto}
	.quotation {text-align:right}
	.passport {padding-top:30px}

}
@media only screen and (max-width: 1050px) {
	.home-books .one-book img {
		max-height: 200px
	}
}
@media only screen and (max-width: 767px) {
	h1, h2, h3 {
		text-align: center
	}
	.icon {
		width: 47%
	}
	.home-books .one-book img {
		max-height: 150px
	}
	#content {
		padding-top: 20px
	}
	.wp-caption-text, .cover {
		margin-bottom: 20px;
	}
	.large-quote .one-news .wp-caption-text {font-size: 15px !important;
    line-height: 21px;
    margin: 0px 3px 7px !important;
    text-align: center;
    font-family: "macho", sans-serif;
    font-weight: normal;
	}
	.first.face {
		max-width: 100px
	}
	.publish {
		text-align: center
	}
	.deco {
		max-width: 100px;
		margin-bottom: 10px;
	}
	.social.head {
		margin-bottom: -78px;
		margin-top: 21px;
	}
	.header {
		padding-top: 40px
	}
	#content ol, #content ul {
		padding-left: 30px
	}
	.one-news img {
		max-height: 300px;
		margin-bottom: 20px;
	}

}