/** These styles are used in the backend editor AND in your Theme. **/


.pull-image-left {
    width: 300px;
    display: inline-block;
    margin: 30px 30px 10px -100px;
    float: left;
}
.pull-image-right {
    width: 200px;
    display: inline-block;
    margin-bottom: 10px;
    float: right;
    margin-left: 30px;
}

.pull-image-right img { width: 100%; }
.pull-image-left img { width: 100%; }


.image-right-flush {  }
.image-right-flush img {}
.image-left-flush { margin-left: 0px; }
.image-left-flush img {}
.image-right-overhang {}
.image-right-overhang img {}

.pull-quote-left,
.pull-quote-right {
    width: 300px;
    font-weight: bold;
    font-size: 1.4em; 
    display: inline-block;
    margin-bottom: 10px;
    quotes:"\201C""\201D""\2018""\2019";
    text-align: left;
}

.pull-quote-left:before,
.pull-quote-right:before {
    content: open-quote;
    font-size: 2em;
    line-height: .1em;
    margin-right: .15em;
    vertical-align: -.2em;
}

.pull-quote-left:after,
.pull-quote-right:after {
    content:close-quote;
    font-size: 2em;
    line-height:.1em;
    margin-left:.15em;
    vertical-align: -.2em;
} 

.pull-quote-left {
    float: left;
    margin: 30px 30px 10px -100px;
    width: 350px;
}

.mce-edit-area .pull-quote-left { margin-left: 0px; }


.pull-quote-right {
    float: right;
    width: 200px;
    margin-left: 30px;
}

.pull-quote-left br,
.pull-quote-right br { display: none;}

.page blockquote,
.single blockquote {
    padding:15px 0px 0px 45px;
    font-size:16px;
    line-height:1.5em;
    quotes: none !important;
}
.page blockquote:before,
.single blockquote:before {
    content:none;
}
.page blockquote:after,
.single blockquote:after {
    content:none;
}

div.initial:first-letter,
p.initial:first-letter {
    font-family: "Oswald";
    font-size:70px;
    float:left;
    line-height:60px;
    padding:4px 12px 0 0;
}

.wp-caption .caption-left + p { text-align:left !important; }
.wp-caption .caption-right + p { text-align:right !important; }
.wp-caption .caption-justify + p { text-align:justify !important; }
