@media (min-width: 1200px) {
  .container {
    max-width: 1600px; } }
.container--flex {
  display: flex;
  justify-content: center; }
  @media (min-width: 1200px) {
    .container--flex {
      width: 100% !important; } }

body.single-post {
  font-size: 15px; }

footer {
  color: white; }

.site-content {
  margin-top: 30px; }
  @media (min-width: 448px) {
    .site-content {
      margin-top: 60px; } }

.action-text.wow.zoomIn {
  color: white; }

.home #primary .entry-summary {
  display: none; }

.hentry .post-content,
.single .hentry,
.page .hentry {
  border: 0;
  padding: 15px; }

.author-bio,
.entry-footer,
.author-name,
input#author,
input#email,
input#url,
textarea#comment {
  border-width: 1px; }

.entry-header {
  border: 0;
  margin-bottom: 2em; }
  .entry-header .entry-meta {
    text-align: center; }

.entry-footer {
  text-align: center; }

.content-area {
  max-width: 100%;
  width: auto !important; }

.entry-title {
  margin: 1em auto 1em auto;
  max-width: 700px; }

.page #content, .single #content {
  margin-top: 0; }
.page .entry-content h1,
.page .entry-content p,
.page .entry-content ul,
.page .entry-content ol,
.page .entry-content hr,
.page .entry-content .wpcf7-form, .single .entry-content h1,
.single .entry-content p,
.single .entry-content ul,
.single .entry-content ol,
.single .entry-content hr,
.single .entry-content .wpcf7-form {
  max-width: 700px; }
.page .entry-content .wpcf7-form, .single .entry-content .wpcf7-form {
  margin: auto; }
  .page .entry-content .wpcf7-form p, .single .entry-content .wpcf7-form p {
    text-align: center; }
  .page .entry-content .wpcf7-form .wpcf7-form-control-wrap, .single .entry-content .wpcf7-form .wpcf7-form-control-wrap {
    display: flex;
    justify-content: center; }

.top-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .top-bar .container:before {
    display: none; }
  .top-bar .container:after {
    clear: none;
    display: none; }
.top-bar .navbar {
  display: none;
  align-items: center;
  justify-content: space-between; }
  @media (min-width: 992px) {
    .top-bar .navbar {
      display: flex; } }
.top-bar .menu-toggle {
  background: transparent;
  border: 0;
  color: white !important; }
.top-bar .site-branding {
  padding: 0; }
  @media (min-width: 448px) {
    .top-bar .site-branding {
      padding: 40px 15px; } }
.top-bar .site-title {
  font-family: "Roboto", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px; }
  @media (min-width: 992px) {
    .top-bar .site-title {
      font-size: 40px; } }
.top-bar .site-description {
  margin: 0 0 15px 0;
  font-size: 12px;
  color: #EEE;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 100; }
  @media (min-width: 992px) {
    .top-bar .site-description {
      font-size: 18px; } }
.top-bar .nav-search {
  display: block;
  position: static;
  flex-shrink: 1;
  margin-left: 20px; }
.top-bar .main-navigation {
  display: none; }
  .top-bar .main-navigation.toggled {
    display: block; }
  @media (min-width: 992px) {
    .top-bar .main-navigation {
      display: block; } }
.top-bar .nav-toggle {
  display: block; }
  @media (min-width: 992px) {
    .top-bar .nav-toggle {
      display: none; } }
.top-bar .mobile-nav {
  display: none; }
  .top-bar .mobile-nav nav {
    margin-top: -30px;
    text-align: center; }
    .top-bar .mobile-nav nav ul {
      margin: 0;
      padding: 0; }
    .top-bar .mobile-nav nav li {
      margin: 0;
      padding: 10px; }
      .top-bar .mobile-nav nav li a {
        color: white;
        text-transform: uppercase; }

.header-search-form {
  display: none; }
  .header-search-form .search-wrapper {
    display: flex;
    justify-content: center;
    margin-top: -40px;
    padding: 20px; }
    .header-search-form .search-wrapper input.search-field {
      background: #555;
      border: 1px solid #999;
      color: white;
      padding: 5px; }
    .header-search-form .search-wrapper input.search-submit {
      box-shadow: none;
      height: 45px;
      border-radius: 0; }

.header-bg {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 85%;
  margin-bottom: 25px; }
  @media (min-width: 992px) {
    .header-bg {
      margin-bottom: 80px;
      padding-top: 56%; } }
  .header-bg .sumome-share-client-wrapper {
    display: none; }
  .header-bg__inside {
    background: transparent center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .header-bg__inside:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,.5) 60%, rgba(0,0,0,.9) 100%) }
    .header-bg__inside .title {
      position: absolute;
      bottom: 30px;
      text-align: center;
      color: white;
      left: 0;
      right: 0; }
      .header-bg__inside .title h1 {
        text-align: center;
        color: white;
        padding: 20px;
        font-size: 30px; }
        @media (min-width: 448px) {
          .header-bg__inside .title h1 {
            padding: 30px;
            font-size: 40px; } }
        @media (min-width: 992px) {
          .header-bg__inside .title h1 {
            padding: 40px;
            font-size: 80px; } }

.page .entry-header h1, .page .entry-header h2, .page .entry-header h3, .page .entry-header h4, .page .entry-header h5, .page .entry-header h6, .single .entry-header h1, .single .entry-header h2, .single .entry-header h3, .single .entry-header h4, .single .entry-header h5, .single .entry-header h6 {
  font-family: "Roboto", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
  font-weight: 700;
  text-align: center; }
.page .entry-content, .single .entry-content {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif; }
  .page .entry-content h1, .single .entry-content h1 {
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em; }
  .page .entry-content h1, .page .entry-content h2, .page .entry-content h3, .page .entry-content h4, .page .entry-content h5, .page .entry-content h6, .single .entry-content h1, .single .entry-content h2, .single .entry-content h3, .single .entry-content h4, .single .entry-content h5, .single .entry-content h6 {
    font-family: "Roboto", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
    font-weight: 700;
    text-align: center; }
  .page .entry-content h2, .single .entry-content h2 {
    font-size: 35px;
    margin: 1em 0; }
  .page .entry-content p, .single .entry-content p {
    text-align: justify; }
  .page .entry-content blockquote, .single .entry-content blockquote {
    font-family: "Roboto", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
    border: 0;
    max-width: 550px;
    margin: auto;
    position: relative; }
    .page .entry-content blockquote:before, .single .entry-content blockquote:before {
      position: absolute;
      left: -1em; }
  .page .entry-content figcaption, .single .entry-content figcaption {
    font-family: "Roboto", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif; }
  .page .entry-content p,
  .page .entry-content ul,
  .page .entry-content ol, .single .entry-content p,
  .single .entry-content ul,
  .single .entry-content ol {
    margin: auto;
    line-height: 1.7;
    margin-bottom: 1em; }
  .page .entry-content p img, .single .entry-content p img {
    margin-top: 2em;
    margin-bottom: 2em;
    display: block; }
    @media (min-width: 800px) {
      .page .entry-content p img, .single .entry-content p img {
        max-width: 800px;
        margin-left: -60px;
        margin-top: 2em;
        margin-bottom: 2em; } }

@media (min-width: 448px) {
  .hentry .post-content,
  .single .hentry,
  .page .hentry {
    padding: 30px; }

  body.single-post {
    font-size: 22px; } }
.wp-caption .wp-caption-text {
  color: #666;
  font-size: 80%;
  font-style: italic; }

/*
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    min-width: 100vw;
    margin-left: -45px;
}
*/
/* center Featured image */
.single .featured-image img {
  display: block;
  margin: 0 auto; }

/* center Page Header */
.entry-header .entry-title {
  text-align: center; }

.single-thumb {
  width: 100%;
  text-align: center; }

#header-content {
  padding-bottom: 0; }

.entry-content blockquote {
  border: 0;
  max-width: 550px;
  margin: auto;
  position: relative; }

.page-template-page_fullwidth-php.fl-builder .site-content.container header h1 {
  margin: 0; }

.home-wrapper {
  margin: 0 -15px;
  display: block; }
  @media (min-width: 992px) {
    .home-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  .home-wrapper article {
    padding: 0 30px; }
    @media (min-width: 992px) {
      .home-wrapper article {
        width: 32%; } }
  .home-wrapper .entry-header {
    margin-bottom: 15px; }
  .home-wrapper .entry-summary {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 15px; }
  .home-wrapper .post-content h1 {
    font-family: "Roboto", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
    margin-top: 0;
    margin-bottom: 15px; }

.author-bio {
  max-width: 990px;
  margin: auto;
  border: 0;
  padding-top: 0; }
  @media (min-width: 448px) {
    .author-bio {
      display: flex;
      align-items: center; } }
  .author-bio__avatar img {
    margin: auto;
    display: block;
    max-width: fit-content; }
  @media (min-width: 448px) {
    .author-bio__avatar {
      padding-right: 50px; } }

.post-navigation {
  padding: 50px 0 10px 0; }

.comment-container {
  max-width: 990px !important;
  margin: auto; }

footer .site-info {
  text-align: center; }

.home .entry-thumb img {
  margin: auto;
  display: block; }

/*# sourceMappingURL=style.css.map */
