/**
 * Theme Name: Onepress CandC
 * Template:   onepress
 * ...other header fields
 */

 .hero__content .hero-small-text p {
      font-style: normal;
 }

 .section-desc p {
   text-align: justify;
 }

 .section-desc h1 {
   font-family:Georgia, 'Times New Roman', Times, serif;
 }

 blockquote {
  text-align: center;
  
 }

blockquote > p {
  font-weight: bolder;
}
figcaption {
  text-align: right;
}

.page-header > .container > .entry-title {
  text-transform: none;
  font-size: 35px;
}

.entry-tagline {
	padding-top: 50px !important;
}

.page-header.page--cover {
	padding: 12% 0px !important;
}
.page-header.page--cover .entry-tagline {
	font-style: normal !important;
}

.attachment-onepress-blog-small.size-onepress-blog-small.wp-post-image {
    max-width: 350px !important;
    height: auto !important;
}

@media screen and (min-width: 1140px) {
    .page-header.page--cover .entry-tagline {
        font-size: 25px !important;
    }
}
@media screen and (min-width: 400px) and (max-width: 1100px) {
  .hero-content-style1 p {
    font-size: 22px !important;
  }
}
@media screen and (min-width: 720px) {
  .hero-content-style1 h2 {
    font-size: 45px !important;
  }
}
@media screen and (max-width: 1140px) {
  .h-on-top.is-transparent #hero .container .hero__content {
    margin-top: 60px !important;
  }
}