/* Image styles in CKEditor, to be used for whole site AND admin screens */
.image-style-image-left-medium,
.imgLeftMed {
  float: left;
  width: 55%;
  height: auto;
  margin-top: 4px;
  margin-right: 2em;
  margin-bottom: 1em;
  margin-left: 0;
}
.image-style-image-right-medium,
.imgRightMed {
  float: right;
  width: 55%;
  height: auto;
  margin-top: 4px;
  margin-right: 0;
  margin-bottom: 1em;
  margin-left: 2em;
}
.image-style-image-left-large,
.imgLeftLge {
  float: left;
  width: 65%;
  height: auto;
  margin-top: 4px;
  margin-right: 2em;
  margin-bottom: 1em;
  margin-left: 0;
}
.image-style-image-right-large,
.imgRightLge {
  float: right;
  width: 65%;
  height: auto;
  margin-top: 4px;
  margin-right: 0;
  margin-bottom: 1em;
  margin-left: 2em;
}
.image-style-image-left-small,
.imgLeftSml {
  float: left;
  width: 45%;
  height: auto;
  margin-top: 4px;
  margin-right: 2em;
  margin-bottom: 1em;
  margin-left: 0;
}
.image-style-image-right-small,
.imgRightSml {
  float: right;
  width: 45%;
  height: auto;
  margin-top: 4px;
  margin-right: 0;
  margin-bottom: 1em;
  margin-left: 2em;
}
.image-style-image-column-width,
.imgCol {
  width: 100%;
  height: auto;
  margin-top: 1em;
  margin-right: 0;
  margin-bottom: 1em;
  margin-left: 0;
}
.pullQuote,
.pullQuoteLeft,
.pullQuoteRight {
  font: italic 1.0625em/1.25em Georgia, "Times New Roman", Times, serif !important; /* 17/16 */
  border-bottom: 3px solid #cc3518;
  border-top: 3px solid #cc3518;
  padding: 10px 0 12px;
  text-align: center;
  color: #333;
}
.pullQuote {
  margin: 8px 50px 20px;
}
.pullQuoteLeft {
  float: left;
  margin: 7px 20px 9px 0;
  width: 40%;
}
.pullQuoteRight {
  float: right;
  margin: 7px 0 9px 20px;
  width: 40%;
}
.pullQuote:before,
.pullQuoteLeft:before,
.pullQuoteRight:before {
  content: url(https://s3-eu-west-1.amazonaws.com/cdn.theartsdesk.com/quotes/small/smlQuoteStart.gif);
  padding-right: 8px;
}
.pullQuote:after,
.pullQuoteLeft:after,
.pullQuoteRight:after {
  content: url(https://s3-eu-west-1.amazonaws.com/cdn.theartsdesk.com/quotes/small/smlQuoteEnd.gif);
  padding-left: 7px;
}
.user-logged-in .add_comment_form_outer {
  display: none;
}
