/*
* Modena Main CSS
*
* @package Modena
* @since Modena 1.0.0
*/

/*--------------------------------------------------------------
                                    Main CSS - Table of Content
----------------------------------------------------------------
>>> 1.   Basic
>>> 2.   Buttons
>>> 3.   Links
>>> 4.   Header
>>> 5.   Blog
>>> 6.   Post Formats
>>> 7.   Single Post
>>> 8.   Page
>>> 9.   Search
>>> 10.  Forms
>>> 11.  Searchform
>>> 12.  Widgets
>>> 13.  Front Page
>>> 14.  Helpers
>>> 15.  Footer
*/
/*--------------------------------------------------------------
>>> 1.   Basic
----------------------------------------------------------------*/

html {
  height: auto;
  min-height: 100vh; }

body {
  height: auto;
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
 }

#modena_wrapper {
  display: flex;
  flex-flow: column nowrap;      
  justify-content: flex-start;
  height: auto;
  min-height: calc(100vh - 61px); }

body * {
  font-family: 'Catamaran', sans-serif;
  font-size: 1rem;
  line-height: normal;
  font-weight: 500;
  color: #444; }

img {
  position: relative;
  display: block;
  line-height: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  padding: 0; }

.size-large {
  max-width: 100% !important; }

.grid {
  align-self: center !important;
  margin-left: auto !important;
  margin-right: auto !important; }

.wp-caption {
  display: block;
  position: relative;
  max-width: 100%;
  text-align: center;
  margin: 0; }

.wp-caption-text {
  display: block;
  position: relative;
  max-width: 100%;
  text-align: center;
  margin: 0;
  margin: 10px 0 20px; }

.alignleft, .alignright, .alignnone, .aligncenter, .size-full {
  margin-top: 10px;
  margin-bottom: 15px; }

.wp-caption.alignright {
  padding-left: 20px; }

.wp-caption.alignleft {
  padding-right: 20px; }

.wp-caption.alignnone {
  padding-right: 20px;
  padding-left: 0; }

.wp-caption.aligncenter {
  margin: 20px auto;
  clear: both;
  float: none; }

table td, table th {
  vertical-align: middle;
  padding: 6px 10px 4px; }

.wp-caption-text {
  text-align: center;
  font-style: italic;
  font-weight: 500;
  padding-top: 0; }

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  margin: 35px 0 25px;
  padding: 0;
  letter-spacing: 0;
  text-indent: 0;
  font-weight: 700; }

.comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 {
  line-height: normal;
  margin: 35px 0 25px;
  padding: 0;
  letter-spacing: 0;
  text-indent: 0;
  font-weight: 700; }

strong {
  font-weight: bold; }

.comment-content strong {
  font-weight: bold !important; }

.required-field-message {
  font-size: .8rem;
  font-weight: 500;
  padding: 8px 0;
}

.required-field-message .required {
  color: #ff3456;
}

h1:first-of-type, h2:first-of-type, h3:first-of-type, h4:first-of-type, h5:first-of-type, h6:first-of-type {
  margin-top: 15px; }

h1 {
  font-size: 2rem;
  line-height: 1.2em; }

h2 {
  font-size: 1.7411rem;
  line-height: 1.2em; }

h3 {
  font-size: 1.5157rem; }

h4 {
  font-size: 1.3195rem; }

h5 {
  font-size: 1.1487rem; }

h6 {
  font-size: 1rem; }

.comment-content h1 {
  font-size: 2rem;
  line-height: 1em; }

.comment-content h2 {
  font-size: 1.7411rem;
  line-height: 1em; }

.comment-content h3 {
  font-size: 1.5157rem; }

.comment-content h4 {
  font-size: 1.3195rem; }

.comment-content h5 {
  font-size: 1.1487rem; }

.comment-content h6 {
  font-size: 1rem; }

.comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 {
  zoom: .85; }

.comment-content dl dt {
  font-weight: bold; }

.comment-content ol ol {
  margin: 0.4em 0;
  padding-top: 0;
  padding-bottom: 0; }

.comment-content ul ul, .comment-content ul ol {
  margin: 0.4em 0;
  padding-top: 0;
  padding-bottom: 0; }

.comment-content ol ul {
  margin: 0.4em 0;
  padding-top: 0;
  padding-bottom: 0; }

.comment-content ul, .comment-content ol {
  margin: 1.6em 0; }

.comment-content ul li, .comment-content ol li {
  display: list-item;
  line-height: normal;
  margin: 0;
  padding: 0; }

hr {
  padding: 0;
  margin: 40px 0; }

.btn {
  display: flex;
  flex: 0 0 42px;
  margin: 0 auto 40px;
  padding: 0 25px;
  line-height: 42px;
  color: #252525;
  font-size: .85rem;
  font-weight: 900;
  text-transform: uppercase;
  border: 2px solid #252525;
  transition: all ease-in-out .4s;
  -webkit-transition: all ease-in-out .4s; }
  .btn:hover {
    color: #fff;
    background: #252525;
}

a {
  text-decoration: none; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
  text-transform: uppercase; }

header {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.98); }
.home header {
  margin-bottom: 0;
}
  header .logo {
    font-weight: 900;
    text-transform: uppercase; }
    header .logo img {
      width: auto;
      height: auto;
      max-height: 60px; }
  header.mobile-header {
    display: none; }
  header #navigation ul {
    flex: 1;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: auto;
    padding: 0;
    height: 60px; }
  header .sub-menu {
    width: 99.99%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 1000; }
    header .sub-menu .sub-menu {
      width: 99.99%;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      z-index: 1000; }
    header .sub-menu li a, header .sub-menu .sub-menu li a {
      padding-left: 0;
      padding-right: 0; }
  header #navigation ul ul {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    flex: 1;
    display: none;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    background: #fff;
    width: auto;
    height: 60px;
    padding: 0 25%;
    z-index: 100; }
    header #navigation ul ul ul {
      position: absolute;
      top: 60px;
      left: 0;
      right: 0;
      flex: 1;
      display: none;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: center;
      list-style: none;
      background: #fff;
      width: auto;
      height: 60px;
      padding: 0 25%;
      z-index: 100; }
  header #navigation ul li.opened ul ul {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    flex: 1;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    background: #fff;
    width: auto;
    height: 60px;
    padding: 0 25%;
    z-index: 100; }
  header #navigation ul li.menu-item-has-children::after {
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: .75rem;
    content: '\f0d7';
    margin-left: -5px;
    margin-right: 10px;
    padding-left: 0; }
  header #navigation ul li.opened.menu-item-has-children::after {
    content: '\f0d8';
    margin-top: -2px; }
  header #navigation ul li.opened ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    background: rgba(255, 255, 255, 0.98); }
  header #navigation ul ul li.opened ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    background: rgba(255, 255, 255, 0.98); }
  header #navigation ul li.opened ul li {
    margin: auto;
    padding: 0 10px; }
  header #navigation li {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    height: 60px;
    clear: both;
    transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s; }
  header #navigation ul ul li {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin: auto;
    clear: none; }
  header #navigation li a {
    padding: 0 10px;
    font-size: .77rem;
    text-transform: uppercase;
    font-weight: 600; }

.searchform .fa {
  display: none;
}

header #topsearch {
  margin-left: -240px;
}

header #topsearch .searchform {
  width: 240px;
}

header .searchform {
  position: relative;
  height: 40px;
  z-index: 1;
}
  header .searchform span {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    cursor: pointer !important; }
    header .searchform span .fa {
      display: block;
      position: absolute;
      top: 0;
      right: 2px;
      padding: 12px;
      color: #252525;
      font-family: 'FontAwesome'; }
      header .searchform span .fa.hidden {
        display: none; }
  #topsearch input[type="text"] {
    position: relative;

    width: 0;
    right: -240px;
    max-width: 0;
    margin-top: -1px;
    padding: 0;
    transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s;
    border: none;
    outline: none;
    border-bottom: 1px solid #7c7c7c; }
    #topsearch input[type="text"].wide {
      position: relative;

      width: 240px;
      right: 0;
      max-width: 240px;
      padding: 0 10px; }
  header .searchform input[type="submit"] {
    flex: 0 1 42px;
    -webkit-flex: 0 1 42px;
    -ms-flex: 0 1 42px;
    min-width: 42px;
    border: none;
    outline: none;
    position: relative;
    z-index: 0;
    color: transparent; }

.grid__item {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-align-self: flex-start; }

.content-wide {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 10px 60px 60px; }

.page-template-template-full-width-php .article {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 10px 60px 60px; }

.page-template-template-full-width-php .comments-closed {
  display: none; }

.article {
  margin-top: 0;
  margin-bottom: 50px; }
  
.home .article {
  margin-top: 0;
  margin-bottom: 0;
}

.masonry .article {
  margin-top: 10px;
  margin-bottom: 50px; }

.article .img-responsive {
  width: auto;
  max-width: 100%;
  height: auto;
  position: relative;
  margin: 80px auto 0;
  line-height: 0;
  padding: 0; }

.blog .article .img-responsive, .archive .article .img-responsive, .search .article .img-responsive {
  position: relative;
  margin: 0 auto -80px;
  z-index: 0; }

.masonry .masonry__post .article .img-responsive, .blog-full .article .img-responsive {
  position: relative;
  margin: 0 auto -80px !important;
  z-index: 0; }

iframe, embed {
  display: block;
  width: 100%;
  min-height: 360px;
  line-height: 0;
  border: none;
  outline: none; }

.blog iframe, .blog embed {
  min-height: 430px; }

.archive iframe, .archive embed {
  min-height: 430px; }

.grid__item--12 iframe, .grid__item--12 embed {
  min-height: 610px; }

.blog .grid__item--12 iframe, .blog .grid__item--12 embed {
  min-height: 610px; }

.archive .grid__item--12 iframe, .archive .grid__item--12 embed {
  min-height: 610px; }

.grid__item--12 .masonry .masonry__post iframe, .grid__item--12 .masonry .masonry__post embed {
  min-height: 290px; }

.blog .format-quote bloquote, .blog .format-quote p {
  font-size: 1.45rem;
  font-family: 'Playfair Display';
  line-height: 2;
  font-weight: 700 !important; }

.blog .format-quote .page-title {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2;
  font-weight: 900;
  margin: -10px auto 60px;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase; }

.article.format-gallery .article__content {
  padding-bottom: 44px;
  z-index: 3; }

.article.format-gallery .gallery-container {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 -80px;
  z-index: 2; }

.masonry .masonry__post .article.format-gallery .gallery-container, .blog-full .article.format-gallery .gallery-container {
  margin-top: 0; }

.article.format-gallery .gallery-container img {
  max-width: 100%;
  height: auto; }

.single .article.format-gallery .gallery-container {
  margin: 0; }

.flexslider {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0; }
  .flexslider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    clear: both;
    overflow: hidden; }
  .flexslider br {
    display: none;
    height: 0; }

.home.page .flexslider {
  margin-top: -2px; }

.flexslider .flex-prev {
  width: 30px;
  height: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-justify-content: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center;
  position: absolute;
  left: 15px;
  top: 45%;
  z-index: 100 !important;
  border: 2px solid #252525; }

.flexslider .flex-next {
  width: 30px;
  height: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-justify-content: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center;
  position: absolute;
  right: 15px;
  top: 48%;
  z-index: 100 !important;
  border: 2px solid #252525;
  padding-left: 2px; }

.flexslider .flex-prev:hover, .flexslider .flex-next:hover {
  background: #252525; }

.flexslider .flex-prev i, .flexslider .flex-next i {
  color: #252525;
  font-family: 'FontAwesome'; }

.flexslider .flex-prev:hover i, .flexslider .flex-next:hover i {
  color: #fff; }

.flexslider .caption {
  display: none;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 18px;
  top: 41.55%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 100;
  font-weight: 700; }
  .flexslider .caption::before, .flexslider .caption::after {
    display: block;
    position: absolute;
    left: 38%;
    right: 38%;
    content: '';
    width: 24%;
    height: 2px;
    background: #252525; }
  .flexslider .caption::before {
    top: 0; }
  .flexslider .caption::after {
    bottom: 0; }

.flexslider .flex-active-slide .caption {
  display: block; }

.page .article .img-responsive {
  margin: 0 auto 40px; }

.gallery-container .flexslider img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: auto; }

.gallery-container .flexslider .slides li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-justify-content: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center;
  min-height: 340px;
  background: rgba(0, 0, 0, 0.025); }

.single-format-gallery .article__content p {
  width: 100%;
  clear: both; }

.article__content {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  padding: 20px 60px 12px;
  background: #fff;
  margin: 0 60px !important;
  margin-left: 60px !important;
  margin-right: 60px !important;
  z-index: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075), 0 -1px 1px rgba(0, 0, 0, 0.055); }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

article .modena-sticky {
  display: block !important;
  width: 100% !important;
  height: 60px;
  margin: -55px auto 5px; }

.blog .article .btn, .search .article .btn {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  height: 46px;
  padding-top: 5px; }

article .modena-sticky .btn {
  display: block !important;
  width: 124px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  height: 46px;
  background: #252525;
  color: #fff;
  padding-top: 5px; }
  article .modena-sticky .btn:hover {
    background: #252525;
    color: #fff; }

article.sticky {
  margin-top: 9px; }
  article.sticky .article__content {
    background: #fff;
    box-shadow: none;
    border: 4px double rgba(0, 0, 0, 0.12); }

.blog .format-video .article__content--title {
  margin-top: 20px; }

.blog .format-image .article__content {
  margin-top: 0; }

.article__content * {
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-justify-content: center; }

.article__content--title {
  margin: 30px auto 20px;
  text-transform: uppercase;
  color: #252525;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 900;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
  .article__content--title a {
    width: 100%;
    color: #252525;
    font-size: 2rem;
    line-height: 1.25;
    text-transform: uppercase;
    font-weight: 900;
    -ms-word-wrap: break-word;
    word-wrap: break-word; }

.article__content--meta * {
  color: #252525;
  letter-spacing: .01em;
  font-size: 1rem;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-style: italic; }

.article__content p {
  font-size: .95rem;
  color: #252525;
  font-weight: 500;
  line-height: 1.75;
  margin: 10px auto; }

#pagination {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-justify-content: center;
  margin-top: -40px;
  margin-bottom: -60px;
  padding: 0; }
  #pagination a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 30px;
    -webkit-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    height: 30px;
    margin: 0 25px 20px;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-justify-content: center;
    -ms-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-align-items: center;
    border: 2px solid #252525; }
    #pagination a:hover {
      opacity: .85;
      background: #252525; }
    #pagination a i {
      color: #252525; }
    #pagination a:hover i {
      color: #fff; }

.blog .article__content--body {
  padding: 10px 0 15px; }

.format-link .article__content--body {
  padding-bottom: 17px; }
  .format-link .article__content--body a:first-of-type {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 5px;
    color: #4cb5e2;
    clear: both;
    font-family: 'Playfair Display'; }

.flex-control-nav.flex-control-paging {
  display: none; }

.page-links a {
  text-decoration: underline;
  padding: 0 2px;
  font-weight: 500; }

.single .grid {
  padding-top: 10px; }

.single .article__content {
  background: #fff;
  margin: 0 1px;
  padding-bottom: 40px; }

.single .img-responsive {
  margin-top: 0; }

.single .gallery-item {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.single .article__content * {
  text-align: left;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -webkit-justify-content: flex-start; }

.single .article__content--title {
  margin: 30px auto 20px;
  color: #252525;
  font-size: 2rem;
  line-height: 1.25;
  text-align: center;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.single .article__tags, .single .article__categories, .single .article__content--meta {
  text-align: center;
  font-size: 1rem;
  letter-spacing: .01em; }

.single .article__categories a, .single .article__content--meta a {
  text-align: center;
  font-size: 1em; }

.single .article__categories a:hover, .single .article__content--meta a:hover {
  opacity: .75; }

.single .attachment a img {
  width: 100%;
  max-width: 100%;
  height: auto; }

.single .article__content--body .modena-featured {
  margin-top: 40px; }

blockquote {
  font-weight: 500;
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

.blog blockquote, .blog-full .article blockquote, .masonry .masonry__post .article blockquote {
  border-left: none;
  margin: 20px 0 0;
  padding: 0; }

.blog blockquote p, .blog-full .article blockquote p, .masonry .masonry__post .article blockquote p {
  font-size: 1.45rem;
  font-family: 'Playfair Display';
  line-height: 2;
  font-weight: 700 !important; }

.blog-full .article .page-title, .masonry .masonry__post .article .page-title {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2;
  font-weight: 900;
  margin: -10px auto 0;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase; }

.archive .article:first-of-type {
  margin-top: 60px; }

.archive.category .article {
  margin-top: 0; }

.archive .page-header {
  position: relative;
  display: block;
  margin: 5px 0 20px;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  clear: both; }

.page .page-header {
  position: relative;
  display: block;
  margin: 5px 0 20px;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  clear: both; }

.archive.category .page-header {
  margin: 5px 0 20px; }

.page-template-template-full-width .page-header {
  padding: 20px 40px 40px;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 40px; }

.archive .page-header .page-title, .page .page-header .page-title {
  margin: 0;
  padding: 0;
  color: #252525;
  font-size: 1.15rem;
  font-weight: 900;
  text-transform: uppercase; }

.archive .page-header .page-title span {
  margin: 0;
  padding: 0;
  color: #252525;
  font-size: 1.15rem;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1em; }

.archive.category .article {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0; }
  .archive.category .article > img {
    display: none; }

.home.page footer {
  margin-top: 0; }

.front__page--header, .front__page--content {
  width: 80%;
  margin: 0 auto;
  max-width: 1200px; }

.front__page--desc {
  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
  width: 50%;
  margin: 0 auto;
  max-width: 1200px; }

.front__page--header {
  margin: 80px auto 20px;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.front__page--title {
  margin: 0;
  padding: 0;
  color: #252525;
  font-size: .97rem;
  font-weight: 900 !important;
  text-align: center;
  text-transform: uppercase; }

.front__page--subtitle {
  margin: 20px 0;
  padding: 0 0 10px;
  color: #252525;
  font-size: .87rem;
  font-weight: 600 !important;
  text-align: center;
  text-transform: uppercase;
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.front__page--content .grid__row {
  padding: 80px auto;
  margin: 0 auto; }

.front__page--space-20, .front__page--space-40, .front__page--space-80 {
  display: block;
  margin: 0;
  padding: 0;
  content: '';
  height: 20px;
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
  overflow: hidden;
  clear: both; }

.front__page--space-40 {
  height: 40px; }

.front__page--space-80 {
  height: 80px; }

.front__page--3cols {
  colunm-gap: 10px;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3; }

.front__page--2cols {
  colunm-gap: 10px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-rule: 1px solid rgba(0, 0, 0, 0.1);
     -moz-column-rule: 1px solid rgba(0, 0, 0, 0.1);
          column-rule: 1px solid rgba(0, 0, 0, 0.1); }

.front__page--column {
  display: inline-block;
  padding: 1% 10%; }

.masonry {
  -moz-column-gap: 40px;
       column-gap: 40px;
  -moz-column-count: 2;
       column-count: 2;
  -webkit-column-gap: 40px;
  -webkit-column-count: 2; }
  .masonry .masonry__post {
    display: inline-block;
    width: 100%; }

.masonry__pagination {
  margin-top: 72px;
  margin-bottom: 12px;
  -webkit-column-span: all;
  -moz-column-span: all;
       column-span: all; }

.page-template-page-full-php #pagination {
  margin-top: 0;
  margin-bottom: -48px; }

.blog #pagination {
  margin-bottom: 42px;
  margin-top: 0; }

.search #pagination {
  margin-bottom: 60px;
  margin-top: 60px; }

.search #search h4 {
  font-size: 1.15rem;
  font-weight: 900;
  margin: 4px 0 60px;
  padding: 0 0 17px;
  line-height: 1.75;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .search #search h4 span {
    font-size: 1em;
    font-weight: 900; }

.archive.category article {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .archive.category article h2 {
    margin: 10px 0;
    padding: 20px 0 0;
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 1.75;
    text-transform: uppercase; }
  .archive.category article p {
    margin: 0 0 10px;
    padding: 20px;
    line-height: 1.75; }

.archive #pagination {
  margin-top: 40px; }

.archive.category #pagination {
  margin-top: 60px; }

form p {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center;
  margin: 0;
  padding: 0; }
  form p label {
    flex: 1 1 25%;
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    line-height: normal;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-align-self: flex-start;
    padding-top: 8px;
    font-size: .92rem; }
  form p input {
    flex: 1 1 75%;
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    height: 40px;
    margin-bottom: 20px;
    color: #252525;
    padding: 0 10px;
    font-size: .85rem;
    font-weight: 400;
    border: none;
    background: rgba(0, 0, 0, 0.05); }
  form p textarea {
    flex: 1 1 75%;
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    height: 40px;
    margin-bottom: 20px;
    color: #252525;
    padding: 0 10px;
    font-size: .85rem;
    font-weight: 400;
    border: none;
    background: rgba(0, 0, 0, 0.05);
    padding: 10px; }
  form p input[type="submit"], form p button[type="submit"] {
    display: inline-block;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-justify-content: center;
    max-width: 30%;
    margin: 15px 0;
    height: 46px;
    color: #252525;
    font-size: .85rem;
    font-weight: 900;
    text-transform: uppercase;
    border: 2px solid #252525;
    background: none;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s; }

form.post-password-form p input[type="submit"] {
  text-align: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      -ms-grid-row-align: center;
      align-items: center;
  -webkit-align-items: center;
  margin: 0 !important; }

form.post-password-form p label {
  flex: 0 0 41%;
  -webkit-flex: 1 1 41%;
  -ms-flex: 1 1 41%;
  padding-top: 20px; }
  form.post-password-form p label input {
    height: 46px;
    margin-left: 10px; }

form p input[type="submit"]:hover, form p button[type="submit"]:hover {
  color: #fff;
  background: #252525; }

#commentform {
  margin-bottom: 60px; }
  #commentform * {
    outline: none !important;
    box-shadow: none !important; }
  #commentform h4 {
    padding: 0;
    margin: 0;
    line-height: 40px;
    color: #252525;
    font-size: .88rem;
    font-weight: 900;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    overflow: visible; }

.comments-title, #reply-title, .logged-in-as {
  padding: 0;
  margin: 0;
  line-height: 40px;
  color: #252525;
  font-size: .88rem;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: visible; }

#reply-title {
  padding: 15px 0; }

#cancel-comment-reply-link {
  float: right;
  margin: 8px 0 65px;
  padding: 0;
  color: #4cb5e2;
  font-size: .88rem;
  font-weight: 900;
  text-transform: uppercase; }

.logged-in-as {
  overflow: visible;
  margin: 40px 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.reply {
  display: block;
  margin: 0;
  padding: 0 2px 0 15px;
  text-align: left;
  text-transform: uppercase;
  width: 100%; }

.logged-in-as a, .comment-form-comment label, .reply a {
  font-size: .8rem;
  font-weight: 700;
  padding: 10px 0 5px;
  color: #4cb5e2; }

.comment-form-comment {
  padding-top: 0; }
  .comment-form-comment textarea {
    min-height: 100px;
    border-radius: 4px;
    font-size: .9rem;
    font-weight: 500;
    color: #252525; }

#commentform {
  margin-top: -40px; }
  #commentform label {
    color: #252525;
    font-size: .88rem;
    padding-top: 0;
    text-transform: uppercase;
    text-align: left;
    font-weight: 900; }

.required {
  display: inline;
  font-weight: 900; }

.comment-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .comment-body:last-child {
    border-bottom: none; }
  .comment-body * {
    font-size: .85rem;
    color: #252525;
    font-weight: 400;
    line-height: 1.75;
    margin-bottom: 10px;
    padding-bottom: 10px; }
  .comment-body .reply {
    padding-bottom: 0;
    margin-bottom: 7px;
    margin-top: -20px;
    padding-top: 0; }
  .comment-body p {
    font-size: .95rem;
    line-height: 1.5;
    font-weight: 400;
    padding: 8px 15px 0; }
    .comment-body p * {
      font-size: .95rem;
      line-height: 1.5;
      font-weight: 400; }

.comment-notes {
  padding-top: 0;
  margin-top: -20px;
  margin-bottom: 0;
  font-weight: 700;
  padding: 25px 0 0;
  display: block;
  margin: 20px 0 0; }

#respond {
  display: block;
  padding: 0;
  margin: 0;
  border: none; }
  #respond .comment-notes {
    margin: 20px 0;
    padding: 25px 0 0; }
    #respond .comment-notes #email-notes {
      margin-top: 10px; }
  #respond .logged-in-as {
    padding: 20px 0;
    position: relative;
    z-index: 0; }
    #respond .logged-in-as a {
      position: relative;
      z-index: 100; }
    #respond .logged-in-as::after {
      position: absolute;
      top: 35%;
      bottom: 35%;
      left: 30%;
      right: 30%;
      z-index: 1;
      content: '';
      width: 40%;
      height: 30%;
      background: #fff; }
    #respond .logged-in-as a {
      position: relative;
      position: relative; }
  #respond input[type="submit"] {
    margin-left: 70%; }

em.comment-awaiting-moderation {
  display: block;
  clear: both;
  margin: 5px 0 0;
  -ms-flex-order: 100;
      order: 100;
  -webkit-order: 100; }

.comment-notes {
  display: inline-block;
  text-align: left;
  padding-right: 5px;
  font-weight: 700;
  color: #666;
  font-style: italic;
  font-family: 'Playfair Display'; }
  .comment-notes span {
    display: inline-block;
    text-align: left;
    padding-right: 5px;
    font-weight: 700;
    color: #666;
    font-style: italic;
    font-family: 'Playfair Display'; }

.comment-body {
  padding: 0;
  margin: 0; }

.comment {
  padding: 3px 0 0;
  margin: 20px 0; }
  .comment * {
    color: #252525;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75; }

.comments-closed {
  text-transform: uppercase;
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
  padding-top: 20px; }

#comments ol.comment-list {
  list-style: none;
  margin: 0;
  padding: 0; }

#comments ol.children {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0; }
  #comments ol.children .children {
    padding-left: 40px; }
  #comments ol.children .comment {
    padding: 0;
    margin: 4px 0 0;
    border: none;
    background: none; }

footer.comment-meta {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center;
  margin: 0 0 15px;
  padding: 0 15px 0 0;
  background: rgba(0, 0, 0, 0.025); }
  footer.comment-meta * {
    font-family: 'Playfair Display';
    font-weight: 500;
    font-style: italic;
    color: #252525;
    letter-spacing: .01em;
    font-size: .82rem;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-style: italic;
    margin: 0;
    padding: 0; }
  footer.comment-meta a:hover {
    color: #4cb5e2; }

.comment-author {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center;
  padding: 0;
  margin: 0;
  height: 60px; }

.comment-metadata {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center;
  padding: 0;
  margin: 0;
  height: 60px; }
  .comment-metadata time {
    padding-right: 15px; }

.fn, .says {
  padding: 0 10px;
  margin: 0; }

.comment-author img {
  padding: 0;
  margin: 0 10px;
  border-radius: 2px; }

.says {
  padding-left: 4px !important; }

.children .comment-author {
  background: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.searchform div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-justify-content: space-between;
  border: 1px solid #7c7c7c;
  height: 40px; }

header .searchform div {
  border: none; }

.grid .searchform input[type="text"] {
  width: 240px;
  height: 40px;
  order: 1;
  -webkit-order: 1;
  padding: 0 10px;
  color: #252525;
  font-size: .95em;
  font-weight: 500;
  border: none;
  outline: none; }

.notwidget a {
  color: #4cb5e2; }

.widget .searchform {
  background: url("../img/search.png") right 1px no-repeat; }
  .widget .searchform input[type="text"] {
    max-width: 80%;
    background: none; }
  .widget .searchform input[type="submit"] {
    width: 40px;
    height: 40px; }

.search .article .searchform, .error404 .searchform {
  background: url("../img/search.png") right 1px no-repeat; }

.search .article .searchform {
  max-width: 40%; }

.error404 .grid .searchform {
  max-width: 40%;
  margin-left: auto;
  margin-right: auto; }

.search .widget .searchform, .search header .searchform {
  max-width: 100%; }

.searchform input[type="submit"] {
  padding: 0 2px 1px;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-align-self: center;
  flex: 0 1 40px;
  -ms-flex: 0 1 40px;
  -webkit-flex: 0 1 40px;
  -ms-flex-order: 2;
      order: 2;
  -webkit-order: 2;
  background: none;
  color: #252525;
  font-family: 'FontAwesome';
  font-size: 1rem;
  font-weight: 500; }

.searchsubmit:focus {
  outline: none; }

.searchform input[type="submit"]:hover {
  opacity: .85;
  cursor: pointer; }

.widget .searchform span, .search .article .searchform span, article:not(.sticky) .modena-sticky {
  display: none; }

.format-gallery .flexslider .slides style, .format-gallery .flexslider .slides p, .format-gallery .flexslider .slides .gallery {
  display: none; }

.comment-form-comment label, .front__page--3cols br, .front__page--2cols br, .front__page--column br {
  display: none; }

.modena-big-title {
  font-size: 1.5rem;
  text-transform: none;
  display: block;
  font-weight: 700; }
  .modena-big-title a {
    font-size: .95em;
    text-transform: none;
    display: block;
    font-weight: 500;
    color: #4cb5e2;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s; }
    .modena-big-title a:hover {
      color: #252525;
      opacity: .9; }

aside {
  max-width: 360px;
  padding: 7px 0 60px;
  margin-bottom: 60px; }

.widget {
  display: block;
  overflow: hidden;
  width: 100%;
  min-width: 200px !important;
  padding: .1em 2em 2em;
  margin: 0 0 5px;
  clear: both; }
  .widget h3 {
    margin: 20px 0;
    padding-bottom: 20px;
    color: #252525;
    font-size: .88rem;
    font-weight: 900;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .widget h3:first-of-type {
      margin-top: 0; }

aside.left-sidebar .widget {
  padding: .1em 2em 2em 0; }

aside.right-sidebar .widget {
  padding: .1em 0 2em 2em; }

.widget * {
  font-size: .92rem;
  font-weight: 500;
  margin: 0;
  padding: 0; }

.widget #searhform {
  clear: both; }

.widget ul.widget-recent-posts {
  display: block;
  margin-bottom: -10px;
  padding-bottom: 0;
  min-height: 400px;
  clear: both;
  overflow: hidden; }
  .widget ul.widget-recent-posts li {
    display: block !important;
    height: auto !important;
    clear: both; }
.widget ul.widget-recent-posts li img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: cover;
}
.widget ul.widget-recent-posts li h4 {
  display: block;
  text-align: left;
  padding: 0 0 10px;
  clear: both;
}
.widget ul.widget-recent-posts li h4 a {
  font-size: .92rem;
  font-weight: 700;
  padding-bottom: 2px;
  color: #252525;
  clear: both;
  text-transform: uppercase; }

.widget-title {
  padding: .5em 0 .55em .5%;
  margin-bottom: 0;
  transition: all ease-in-out .4s;
  -webkit-transition: all ease-in-out .4s; }

.widget li a:hover {
  opacity: .75; }

.widget .widget-recent-posts li:hover {
  opacity: 1; }

.widget select {
  width: 100%;
  margin: 15px 0;
  padding: 0 5px;
  border: 1px solid #7c7c7c; }
  .widget select * {
    max-width: 100%;
    word-wrap: break-word !important; }

.widget .wp-caption.alignleft, .widget .wp-caption.alignroght, .widget .wp-caption.aligncenter, .widget .wp-caption.alignnone {
  padding: 0;
  margin: 5px auto; }

.widget .wp-caption-text {
  padding: 5px 0; }

.textwidget strong {
  font-weight: bold; }

.textwidget p {
  padding: 0 0 10px; }

.widget .tagcloud a {
  display: inline-block;
  margin: 10px 6px 0 0;
  word-wrap: normal;
  padding: 0 10px;
  color: #252525;
  font-size: .9rem !important;
  font-weight: 400;
  border: 1px solid #7c7c7c;
  transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s; }
  .widget .tagcloud a:hover {
    color: #fff;
    background: #252525; }

.widget li:not(.recentcomments) {
  display: block;
  height: auto;
}
  .widget li:not(.recentcomments) a {
    float: auto;
}

.wp-block-heading {
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    margin-bottom: 8px;
}

.widget li.page_item, .widget li.menu-item, .widget li.cat-item {
  display: block;
  text-align: left;
  clear: both; }

.widget li.page_item ul, .widget li.menu-item ul, .widget li.cat-item ul {
  padding-left: 10px; }

.widget li.page_item ul ul, .widget li.menu-item ul ul, .widget li.cat-item ul ul {
  padding-left: 15px; }

.widget li.page_item ul li::before, .widget li.menu-item ul li::before, .widget li.cat-item ul li::before {
  display: inline-block;
  font-family: FontAwesome;
  content: '\f105';
  margin: auto 10px auto 0;
  float: left;
  padding-top: 3px; }

.widget li.page_item ul ul li::before, .widget li.menu-item ul ul li::before {
  display: inline-block;
  font-family: FontAwesome;
  content: '\f101';
  margin: auto 10px auto 0;
  float: left;
  padding-top: 3px; }

.widget li.cat-item {
  display: block;
  text-align: right;
  height: 20px; }
  .widget li.cat-item ul ul li::before {
    display: inline-block;
    font-family: FontAwesome;
    content: '\f101';
    margin: auto 10px auto 0;
    float: left;
    padding-top: 3px; }
  .widget li.cat-item a {
    float: left; }

.widget .wp-block-search__button-outside.wp-block-search__text-button.wp-block-search button.wp-block-search__button.wp-element-button {
    padding: 0 16px !important;
    background-color: #282828;
    border: none;
    color: white;
}

.widget li:not(.recentcomments) a {
    float: none;
}

footer.wp-block-latest-comments__comment-meta {
    display: block;
    text-align: left;
}

table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
  background-color: rgba(0, 0, 0, 0.025); }

#wp-calendar caption {
  font-weight: 700;
  padding-bottom: 18px;
  padding-top: 0; }

#wp-calendar tfoot tr {
  font-size: .95rem;
  font-weight: 700;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

#wp-calendar td, #wp-calendar th {
  text-align: center;
  vertical-align: middle;
  height: 20px; }

.widget ul.modena-recent-widget {
  display: block;
  height: auto;
  overflow: hidden;
  clear: both; }

.widget h3 .rsswidget {
  color: #252525;
  font-size: .88rem;
  font-weight: 900;
  text-transform: uppercase; }
  .widget h3 .rsswidget:first-child {
    display: block;
    width: auto;
    float: left;
    margin-right: 10px; }

li.modena-rss-widget {
  display: block;
  width: 100%;
  padding: 5px 0;
  height: auto !important; }
  li.modena-rss-widget:first-child {
    border-top: none; }
  li.modena-rss-widget .rss-date {
    text-align: left;
    font-style: italic;
    float: left;
    width: 100%;
    padding-bottom: 5px; }
  li.modena-rss-widget .rsswidget {
    text-align: left;
    width: 100%;
    font-weight: 700;
    padding-bottom: 2px; }
  li.modena-rss-widget cite {
    display: block;
    padding: 5px 0;
    margin: 5px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: left; }
  li.modena-rss-widget .rssSummary {
    text-align: left;
    max-width: 100%; }

.max {
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important; }

.uppercase {
  text-transform: uppercase !important; }

.btn-bold a {
  font-weight: 900 !important; }

.so-widget-sow-slider li {
  min-height: 400px; }

.ewd-btn {
  display: inline-block;
  flex: 0 1 42px;
  -webkit-flex: 0 1 42px;
  -ms-flex: 0 1 42px;
  margin: 20px auto;
  padding: 0 25px;
  line-height: 42px;
  color: #252525;
  font-size: .85rem;
  font-weight: 900;
  text-transform: uppercase;
  border: 2px solid #252525;
  transition: all ease-in-out .4s;
  -webkit-transition: all ease-in-out .4s; }

#footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center;
  height: 60px;
  padding: 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.75); }
  #footer .modena-footer-html {
    font-size: .77rem;
    font-weight: 600;
    text-decoration: none; }
  #footer a {
    padding: 0;
    margin: 0 3px; }
  #footer .modena-footer-html a {
    padding: 0; }
  #footer .fa {
    font-family: 'FontAwesome' !important;
    font-size: inherit;
    font-weight: normal;
    color: #252525;
    padding: 0;
    margin: 0; }
    #footer .fa.fa-facebook {
      font-weight: 600;
      height: 18px;
      width: auto; }

a#back-to-top {
  position: fixed;
  display: block;
  width: 32px;
  padding: 0;
  height: 32px;
  left: 48.55%;
  right: 48.55%;
  bottom: 10px;
  background: #fff url(../img/back-to-top.png) no-repeat;
  opacity: 0;
  transition: all ease-in-out 1s;
  -webkit-transition: all ease-in-out 1s;
  z-index: 1000; }

#back-to-top:hover {
  opacity: .5; }

#back-to-top.show {
  opacity: 1; }

.wp-block-heading.has-white-color {
  border: none;
}

@media all and (max-width: 768px) {  
  .home .has-text-align-right,
  .home .has-text-align-left,
  .home .has-text-align-center {
    text-align: center !important;
    padding: 0 10% !important;
  }
}

@media all and (max-width: 320px) {  
  .home .has-text-align-right,
  .home .has-text-align-left,
  .home .has-text-align-center {
    padding: 0 5% !important;
  }
}
