/*
Theme Name: Collectively Version 2
Theme URI:
Author: Fj
Author URI: Fj
Description:
Version: 0.1
License:
License URI:
Tags:
Text Domain: Collectively Version 2


*/

/* =Notes
--------------------------------------------------------------
*/



.rich-text blockquote p {

font: italic 1.5rem/1.7rem BrownStd,Helvetica-Neue,Helvetica,Arial,sans-serif;

}

.rich-text img {
/*
max-width: 675px !important;*/
}

.rich-text iframe {
  width: 100%;
}

@media screen and (max-width: 450px) {
  .rich-text iframe {
    height: auto;
  }
}

.rich-text .wp-caption-text {
    color: #666;
    font-size: 0.75rem;
    text-align: center;
    margin-top: 0.5rem;
}

.test{display: none}