/**
 * Table of Contents
 *
 * 0.0 Helpers
 * 1.0 Related Posts
 * 2.0 Comments
 * 3.0 Menu icon animated
 * 4.0 Modals
 * 5.0 Tabs Widget for Page Builder
 * 6.0 Share Buttons
 * 7.0 Post and page elements
 * 8.0 Main Menu
 * 9.0 blockquote Typography
 * 10.0 Author formatting
 * 11.0 Post navigation (Previous and Next)
 * 12.0 Widget
 *    12.1 Right Sidebar Widget
 *    12.2 Footer Widget
 *    12.3 Content Bottom Widget
 *    12.4 Instagram Widget
 * 13.0 Post loops (using in Site Origin Page Builder)
 *    13.1 Loop-1
 *    13.2 loop-2
 *    13.3 loop-3
 *    13.4 loop-4
 *    13.5 loop-5
 * 14.0 Contact form 7
 * 15.0 Woocommerce
 * 16.0 Uber menu
 * 17.0 Revolution Slider
 * 18.0 Owl Carousel
 */
/* 0.0 Helpers */
.widget ul,
.widget ol {
  margin: 0 0 0 0;
}
article {
  visibility: hidden;
}
a.page-numbers {
  text-transform: uppercase;
  font-size: 10px;
  font-family: Montserrat;
  letter-spacing: 1px;
  float: left;
}
a.page-numbers.prev {
  float: right;
}
a img {
  display: block;
}
a img:hover {
  opacity: 1;
}
.post-thumbnail {
  display: block;
}
.wp-post-image {
  margin-bottom: 2.625em;
}
a:hover {
  opacity: 0.75;
}
.clearfix {
  zoom: 1;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.nascosto {
  display: none;
}
.nascondi {
  display: none !important;
}
body.page-template-page_no-sidebar .post-thumbnail,
.so-panel .post-thumbnail,
body.page-template-page_no-sidebar .entry-meta,
.so-panel .entry-meta,
body.page-template-page_no-sidebar .entry-summary,
.so-panel .entry-summary {
  margin: 0 0 1.75em;
}
select {
  height: 44px;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  background: url("arrow_carrot-down.svg") no-repeat right;
  font-size: 12px;
  padding-left: 12px;
  letter-spacing: 0.1em;
}
label {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 11px;
  color: #1a1a1a;
}
.site-content {
  margin-top: 85px;
}
/* 1.0 Related Posts */
#related {
  padding-top: 32px;
  border-bottom: 1px solid rgba(0,0,0,0.15);
}
#related .related-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding-bottom: 40px;
  text-align: center;
  padding-bottom: 20px;
  margin: 2.5em 0 0.5em;
}
#related .related-title .comments-title,
#related .related-title .comment-reply-title,
#related .related-title .related-title {
  text-align: center;
}
#related .related-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
@media only screen and (max-width: 420px) {
  #related .related-posts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#related .related-posts .post-related {
  padding: 0 10px 50px;
}
#related .related-posts .post-related h3 {
  margin: 0;
}
#related .related-posts .post-related .post-title {
  display: block;
  font-size: 20px;
  margin: 20px 0 0;
  line-height: 1;
  color: #1a1a1a;
  text-align: center;
}
#related .related-posts .post-related .posted-on {
  display: block;
  text-align: center;
}
/* 2.0 Comments */
.comment-content {
  margin-left: 100px;
}
@media only screen and (max-width: 44.375em) {
  .comment-content {
    margin-left: 70px;
  }
}
.reply {
  position: absolute;
  top: 0;
  right: 0;
}
#comments {
  padding-top: 32px;
}
#comments .comment-list {
  margin-top: -36px;
  position: relative;
}
#comments .comments-title,
#comments .comment-reply-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding-bottom: 40px;
  text-align: center;
}
#comments .comments-title .comments-title,
#comments .comment-reply-title .comments-title,
#comments .comments-title .comment-reply-title,
#comments .comment-reply-title .comment-reply-title,
#comments .comments-title .related-title,
#comments .comment-reply-title .related-title {
  text-align: center;
}
#comments .comment-reply-link {
  padding: 0;
  border: none;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 10px;
}
#comments a:hover,
#comments a:focus {
  color: #cd2026;
}
#comments > ol li {
  border-top: 1px solid rgba(0,0,0,0.15);
}
#comments > ol > li:first-child {
  border-top: none;
}
#comments p {
  color: #555;
  font-size: 0.8125rem;
}
/* 3.0 Menu icon animated (Hamburgher) from https://codepen.io/designcouch/pen/Atyop */
button.menu-toggle,
button.dropdown-toggle {
  background-color: transparent !important;
  border: transparent !important;
}
#nav-icon4 {
  display: block;
  width: 24px;
  height: 16px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #1a1a1a;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
#nav-icon4 span:nth-child(1) {
  top: 0px;
}
#nav-icon4 span:nth-child(2) {
  top: 8px;
}
#nav-icon4 span:nth-child(3) {
  top: 16px;
}
#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0px;
  left: 0px;
}
#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 17px;
  left: 0px;
}
.light #nav-icon4 span {
  background: #fff;
}
/* 4.0 Modals */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 10;
}
.modal {
  position: fixed;
  z-index: 10001;
  top: 10%;
  max-height: 80%;
  overflow-y: auto;
  left: calc((100vw - 500px) / 2);
  background-color: #fff;
  width: 500px;
  padding: 2em;
  display: none;
}
@media only screen and (max-width: 420px) {
  .modal {
    width: 300px;
    left: calc((100vw - 300px) / 2);
  }
}
.modal h3 {
  margin-top: 0;
}
/* 5.0 Tabs Widget for Page Builder */
.pt-tabs ul.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid rgba(0,0,0,0.15);
  margin-bottom: 45px;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pt-tabs ul.nav-tabs li.nav-item {
  width: 100%;
  text-align: center;
  border-left: 1px solid rgba(0,0,0,0.15);
  border-radius: 0;
}
.pt-tabs ul.nav-tabs li.nav-item:first-child {
  border: none;
}
.pt-tabs ul.nav-tabs li.nav-item a.nav-link {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
  border: none;
  font-weight: 600;
  padding: 2px 6px;
}
.pt-tabs ul.nav-tabs li.nav-item a.nav-link.active {
  color: #1a1a1a;
}
/* 6.0 Share Buttons */
.site-main .share-container,
.site-main .share-buttons {
  float: none;
}
.site-main .share-container .share,
.site-main .share-buttons .share {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-main .icon-share {
  margin-right: 16px;
  font-size: 15px;
}
.site-main p {
  margin-bottom: 20px;
  margin-top: 6px;
}
.share-buttons-container {
  position: absolute;
}
.share-buttons a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 50%;
  margin-left: 2px;
}
.share-buttons a span {
  width: 100%;
  color: #1a1a1a;
}
/* 7.0 Post and page elements */
.no-sidebar .content-area,
.content-area.nosidebar {
  width: 100%;
}
p.read-more-button {
  text-align: center;
  margin-top: 30px;
}
.page-header {
  background: #cd2026;
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  padding-bottom: 46px;
  padding-top: 46px;
  margin-top: -86px;
}
.page-header .page-title {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  margin: 0;
}
.entry-header {
  text-align: center;
}
.single-post .entry-header,
.loop-3 .entry-header {
  text-align: center;
  margin-top: -3px;
}
.single-post .entry-header h1,
.loop-3 .entry-header h1,
.single-post .entry-header h2,
.loop-3 .entry-header h2 {
  margin-top: 10px;
  margin-bottom: 4px;
}
.cat-links {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.07em;
  padding: 6px;
}
a {
  color: rgba(0,0,0,0.5);
  text-decoration: none;
}
a:hover,
a:focus {
  color: #cd2026;
}
.sticky-post {
  letter-spacing: 0.076923077em;
  color: #cd2026;
  text-transform: uppercase;
  font-size: 12px;
}
.entry-date {
  font-size: 12px;
  color: rgba(0,0,0,0.5);
  margin-bottom: 30px;
}
body {
  background-color: #1a1a1a;
}
body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
  height: 3px;
}
#page {
  margin: 3px;
  overflow-x: hidden;
}
@media only screen and (max-width: 910px) {
  #page {
    margin: 0 !important;
  }
}
.site-title {
  font-size: 60px;
}
p.site-description {
  margin: 8px 0 0;
}
.site-branding {
  padding: 60px 0;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 420px) {
  .site-branding img {
    max-width: 80% !important;
  }
}
.site-branding .custom-logo {
  max-width: 280px;
  margin: auto;
}
.site-header {
  padding-top: 61px;
}
.site-header .search-form {
  text-align: right;
}
.site-header .search-form input[type="search"].search-field {
  max-width: 210px;
  margin-top: -1px;
}
@media only screen and (min-width: 910px) {
  .site-header .search-form input[type="search"].search-field {
    width: 320px;
  }
}
.archive .site-header,
.search .site-header {
  padding-bottom: 0;
}
.line {
  width: 6000px;
  height: 1px;
  background: rgba(0,0,0,0.15);
  margin-left: -1000px;
  margin-right: -1000px;
}
.line.light {
  display: none;
}
.line-inside {
  width: 100%;
  height: 1px;
  background: rgba(0,0,0,0.15);
}
.dark .line-inside {
  background: rgba(255,255,255,0.2);
}
a[rel='tag'] {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 10px;
  margin-right: 14px;
}
a[rel='tag']:before {
  content: '#';
}
/* 8.0 Main Menu */
#site-header-menu {
  background: #fff;
  position: fixed;
  z-index: 9999;
  width: 100%;
  background: #fff;
}
@media only screen and (max-width: 910px) {
  #site-header-menu #social-navigation {
    display: none;
  }
}
@media only screen and (min-width: 910px) {
  #site-header-menu #social-navigation-mobile {
    display: none;
  }
}
#site-header-menu #social-navigation-mobile li {
  border: transparent;
}
#site-header-menu .site-menu-inner {
  max-width: 1270px;
  margin: auto;
}
#site-header-menu .site-menu-inner .site-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}
#site-header-menu.light a {
  color: #fff !important;
}
#site-header-menu .mobile-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: 20px;
  padding: 0 7.6923%;
  height: 61px;
}
@media only screen and (min-width: 910px) {
  #site-header-menu .mobile-buttons {
    display: none;
  }
}
#site-header-menu .mobile-buttons a {
  color: #1a1a1a;
  margin-left: 18px;
}
#site-header-menu .mobile-buttons a:hover,
#site-header-menu .mobile-buttons a:focus {
  color: #cd2026;
}
#site-header-menu .mobile-buttons.light a {
  color: #fff;
}
#site-header-menu .mobile-buttons button {
  margin-right: 18px;
}
#site-header-menu .mobile-buttons .site-title-mobile {
  margin: 0;
  font-size: 22px;
  opacity: 0;
}
#site-header-menu .mobile-buttons .site-title-mobile.visibile {
  opacity: 1;
}
#site-header-menu .mobile-buttons .site-title-mobile a {
  margin: 0;
}
#site-header-menu .cart-count {
  font-size: 8px;
  line-height: 14px;
  height: 14px;
  width: 14px;
  display: inline-block;
  background: #cd2026;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  -webkit-transform: translate(-10px, -10px);
          transform: translate(-10px, -10px);
}
@media only screen and (max-width: 910px) {
  #site-header-menu .cart-count {
    -webkit-transform: translate(38px, -10px);
            transform: translate(38px, -10px);
  }
}
#site-header-menu nav {
  text-transform: uppercase;
}
@media only screen and (min-width: 910px) {
  #site-header-menu nav {
    font-size: 11px;
    letter-spacing: 0.07em !important;
    float: right;
  }
}
#site-header-menu #site-navigation {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 11px;
}
#site-header-menu #site-navigation a {
  color: #1a1a1a;
}
@media only screen and (max-width: 910px) {
  #site-header-menu #site-navigation a {
    line-height: 3;
  }
}
@media only screen and (max-width: 910px) {
  #site-header-menu #site-navigation {
    position: fixed;
    width: 100%;
    height: 100%;
    margin-left: -100%;
    margin-top: 61px;
    padding: 0 30px;
    background: #fff;
  }
  #site-header-menu #site-navigation.open {
    margin-left: 0;
  }
}
#site-header-menu .social-navigation {
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
#site-header-menu .social-navigation .cart-search {
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 910px) {
  #site-header-menu .social-navigation {
    display: block;
  }
  #site-header-menu .social-navigation .cart-search {
    display: none;
  }
}
@media only screen and (max-width: 910px) {
  #site-header-menu .social-navigation .social-links-menu {
    margin-bottom: 0;
    margin-left: -12px;
  }
}
#site-header-menu .social-navigation .social-links-menu li {
  margin: 0;
}
#site-header-menu .social-navigation .social-links-menu li a {
  color: #1a1a1a;
  margin: 0;
  border: none;
  width: 36px;
}
@media only screen and (min-width: 910px) {
  #site-header-menu .social-navigation li {
    margin: 0 0 0.4375em 0.9em;
  }
}
#site-header-menu .social-navigation a {
  color: #1a1a1a;
}
#site-header-menu .social-navigation a.grey {
  color: rgba(0,0,0,0.5);
}
@media only screen and (min-width: 910px) {
  #site-header-menu .social-navigation a {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 910px) {
  #site-header-menu .social-navigation a {
    display: block;
    padding: 0.84375em 0;
    border-bottom: 1px solid rgba(0,0,0,0.15);
  }
}
#site-header-menu .social-navigation a:hover:hover,
#site-header-menu .social-navigation a:hover:focus {
  color: #cd2026;
}
#site-header-menu .social-navigation a [class^="icon-"],
#site-header-menu .social-navigation a [class*=" icon-"] {
  font-size: 18px;
}
/* 9.0 blockquote Typography */
blockquote {
  padding-top: 32px;
  padding-bottom: 32px;
  color: #cd2026;
}
blockquote p {
  border-top: 1px solid rgba(0,0,0,0.15);
  border-bottom: 1px solid rgba(0,0,0,0.15);
  padding: 32px 0;
}
blockquote:before {
  content: "\e903";
  font-family: 'icomoon';
  font-style: normal;
  font-size: 26px;
  line-height: 26px;
  height: 30px;
  color: rgba(0,0,0,0.5);
  margin-bottom: -18px;
  display: block;
  width: 40px;
  background-color: #fff;
  position: relative;
}
/* 10.0 Author formatting */
.byline {
  display: block !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0,0,0,0.15);
  border-top: 1px solid rgba(0,0,0,0.15);
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 32px;
  font-size: 0.8125rem;
  height: 65px;
}
.byline .share-buttons {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 420px) {
  .byline .share-buttons {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.byline img {
  margin-right: 10px;
}
.byline .author {
  margin-right: 32px;
}
@media only screen and (max-width: 44.375em) {
  .author-avatar .avatar {
    width: 49px;
    height: 49px;
  }
}
.author-bio .social-navigation a {
  float: left;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.author-bio .social-navigation a:before {
  text-align: left;
  margin-right: 16px;
}
/* 11.0 Post navigation (Previous and Next) */
.post-navigation .post-title {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  color: #1a1a1a;
  margin-top: 10px;
}
.post-navigation .prev_next_text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 10px;
}
.post-navigation .prev_next_text [class*="icon-"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  line-height: 0;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 105px;
  border-top: 1px solid rgba(0,0,0,0.15);
  border-bottom: 1px solid rgba(0,0,0,0.15);
  padding: 10px 30px;
}
@media only screen and (max-width: 44.375em) {
  .post-navigation .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    height: 100%;
    padding: 0;
  }
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  text-align: left;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media only screen and (max-width: 44.375em) {
  .post-navigation .nav-links .nav-previous,
  .post-navigation .nav-links .nav-next {
    width: 100%;
    padding: 30px;
  }
}
@media only screen and (max-width: 420px) {
  .post-navigation .nav-links .nav-previous,
  .post-navigation .nav-links .nav-next {
    padding: 30px 0;
  }
}
.post-navigation .nav-links .nav-next {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid rgba(0,0,0,0.15);
}
@media only screen and (max-width: 44.375em) {
  .post-navigation .nav-links .nav-next {
    border-left: none;
    border-top: 1px solid rgba(0,0,0,0.15);
  }
}
.post-navigation .nav-links .nav-next a {
  margin-left: auto;
}
/* 12.0 Widget */
.widget .widget-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.07rem;
  margin: 6px 0 18px;
}
.widget ul:not(.social-links-menu):not(.nav-tabs) {
  list-style: none;
}
.widget ul:not(.social-links-menu):not(.nav-tabs) li {
  border-bottom: none;
  padding-bottom: 14px;
  font-weight: 500;
  font-size: 14px;
}
.widget ul:not(.social-links-menu):not(.nav-tabs) li li {
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget ul:not(.social-links-menu):not(.nav-tabs) li:not(:first-child) {
  padding-top: 14px;
}
/* 12.1 Right Sidebar Widget */
#secondary .widget:not(.widget_siteorigin-panels-builder) {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid rgba(0,0,0,0.15);
}
#secondary .widget:not(.widget_siteorigin-panels-builder) .widget-title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#secondary .widget:not(.widget_siteorigin-panels-builder) .widget-title:before,
#secondary .widget:not(.widget_siteorigin-panels-builder) .widget-title:after {
  content: "";
  border-top: 1px dashed rgba(0,0,0,0.15);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 10px;
}
#secondary .widget:not(.widget_siteorigin-panels-builder) .widget-title:before {
  margin-left: 0;
  margin-right: 10px;
}
#secondary .social-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#secondary .social-navigation ul li {
  margin: 0 8px 16px;
  border-radius: 50%;
  background: #f00;
}
#secondary .social-navigation ul li a {
  color: #fff;
}
#secondary .social-navigation ul li a:hover:before {
  color: #fff;
}
/* 12.2 Footer Widget */
#colophon {
  color: rgba(255,255,255,0.5);
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  background-color: #1c1c1c;
}
#colophon table,
#colophon td,
#colophon th,
#colophon .tagcloud a {
  border: 1px solid rgba(255,255,255,0.5);
}
#colophon select,
#colophon input {
  background-color: rgba(255,255,255,0.5);
}
#colophon .widget-area {
  max-width: 1270px;
  padding: 0 4.5455%;
  margin: auto;
}
#colophon .widget-area > :last-child {
  padding-bottom: 5em;
}
#colophon .widget h1,
#colophon .widget h2,
#colophon .widget h4,
#colophon .widget h5,
#colophon .widget h6 {
  color: #fff;
  margin-bottom: 14px;
}
#colophon .widget h3 {
  color: rgba(255,255,255,0.5);
  text-align: left;
}
#colophon .widget.widget_walburg_widgets_social_menu {
  padding: 30px 0 20px;
  border-bottom: solid 1px #555;
}
#colophon .widget.widget_walburg_widgets_social_menu .social-navigation a {
  color: rgba(255,255,255,0.5);
}
#colophon .widget.widget_walburg_widgets_social_menu .social-navigation a:before {
  border: 1px solid rgba(255,255,255,0.3);
  background-color: transparent;
}
#colophon a {
  color: #ebe9eb;
}
#colophon a:hover,
#colophon a:focus {
  color: #cd2026;
}
#colophon ul:not(.social-links-menu) li {
  border-bottom: none;
}
#colophon ul:not(.social-links-menu) li li {
  margin-left: 0;
}
#colophon .social-navigation .menu-social-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
#colophon .social-navigation .menu-social-container .social-links-menu {
  margin: auto;
}
@media only screen and (max-width: 909px) {
  #colophon .social-navigation .menu-social-container .social-links-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 85%;
  }
}
#colophon .social-navigation .menu-social-container .social-links-menu li {
  margin-left: 50px;
}
@media only screen and (max-width: 909px) {
  #colophon .social-navigation .menu-social-container .social-links-menu li {
    text-align: left;
  }
}
#colophon .social-navigation .menu-social-container .social-links-menu li a:before {
  margin-right: 14px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
}
#colophon .social-navigation .menu-social-container .social-links-menu li .screen-reader-text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 45px;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
  position: static !important;
}
@media only screen and (max-width: 910px) {
  #colophon .panel-grid-cell {
    padding-left: 7.6923% !important;
    padding-right: 7.6923% !important;
  }
}
/* 12.3 Content Bottom Widget */
#content-bottom-separator {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 30px 0;
  border-top: 1px solid rgba(0,0,0,0.15);
  text-align: center;
}
#content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 460px;
  margin-bottom: 120px;
  text-align: center;
}
#content-bottom .post-overlay {
  height: 460px;
  background: rgba(0,0,0,0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#content-bottom .post-overlay a,
#content-bottom .post-overlay .entry-date {
  color: #fff;
}
#content-bottom .post-overlay .cat-links {
  border-color: #fff;
  padding: 0 6px;
}
#content-bottom .post-overlay .entry-title {
  margin: 20px 0 0;
}
@media only screen and (max-width: 909px) {
  #content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 7%;
    height: 900px;
  }
}
#content-bottom .first-col {
  background: #add8e6;
  width: 70.5%;
}
@media only screen and (max-width: 909px) {
  #content-bottom .first-col {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 909px) and (max-width: 909px) {
  #content-bottom .first-col .post-overlay {
    height: 300px;
  }
}
#content-bottom .second-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
}
@media only screen and (max-width: 909px) {
  #content-bottom .second-col {
    width: 100%;
    height: 600px;
  }
}
#content-bottom .second-col .post-overlay {
  height: 210px;
}
@media only screen and (max-width: 909px) {
  #content-bottom .second-col .post-overlay {
    height: 300px;
  }
}
#content-bottom .second-col .post {
  background: #ffd700;
  height: 210px;
}
@media only screen and (max-width: 909px) {
  #content-bottom .second-col .post {
    margin-bottom: 30px;
    height: 300px;
  }
}
@media only screen and (min-width: 910px) {
  #content-bottom .second-col .post .cat-links {
    display: none;
  }
  #content-bottom .second-col .post .entry-title {
    font-size: 21px;
    line-height: 1.3;
  }
}
/* 12.4 Instagram Widget */
.sidebar .null-instagram-feed ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
}
.sidebar .null-instagram-feed ul li {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  border: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 10px;
  margin-bottom: 10px;
}
#colophon .null-instagram-feed {
  position: relative;
  margin-bottom: 0;
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#colophon .null-instagram-feed .widget-title {
  color: #1a1a1a;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  line-height: 1.3;
}
#colophon .null-instagram-feed .widget-title:before {
  content: "\f215";
  font-family: Genericons;
  font-size: 14px;
  margin-right: 8px;
  line-height: 0;
}
#colophon .null-instagram-feed ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
}
#colophon .null-instagram-feed ul li {
  border: none !important;
  padding: 0 !important;
}
@media only screen and (max-width: 910px) {
  #colophon .null-instagram-feed ul li:nth-child(5),
  #colophon .null-instagram-feed ul li:nth-child(4) {
    display: none;
  }
}
@media only screen and (max-width: 44.375em) {
  #colophon .null-instagram-feed ul li:nth-child(3) {
    display: none;
  }
}
/* 13.0 Post loops (using in Site Origin Page Builder) */
article.sticky .entry-title:after {
  content: "\f308";
  font-family: "Genericons";
  margin-left: 10px;
  font-size: 20px;
}
.to-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -35px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 910px) {
  .to-flex {
    margin-left: 7.6923%;
    margin-right: 7.6923%;
  }
}
.loop-1,
.loop-3,
.loop-4 {
  padding-left: 35px;
}
@media only screen and (max-width: 910px) {
  .loop-1,
  .loop-3,
  .loop-4 {
    padding-left: 0;
  }
}
.icon-gallery,
.icon-video,
.icon-image {
  position: absolute;
  z-index: 1;
  color: #fff;
  background: #cd2026;
  font-size: 20px;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  margin-top: 10px;
  margin-left: 10px;
}
a.comment-number {
  margin-top: 0px;
  margin-right: 16px;
  width: 24px;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  color: #1a1a1a;
  font-weight: 500;
  position: relative;
}
a.comment-number:hover {
  z-index: 10000;
  color: #fff;
}
a.comment-number:before {
  content: "\e904";
  font-family: icomoon;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  z-index: 0;
  -webkit-transform: translate(-8px, 0);
          transform: translate(-8px, 0);
}
a.comment-number:hover::before {
  z-index: -1;
  content: "\e907";
  color: #cd2026;
}
.site-main article.loop-1 {
  margin: 0;
  padding-top: 28px;
  padding-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.site-main article.loop-1.sticky {
  background-color: rgba(0,0,0,0.03);
  border-left: 1px solid rgba(0,0,0,0.15);
  border-right: 1px solid rgba(0,0,0,0.15);
  padding: 28px !important;
}
.site-main article.loop-1.sticky .entry-header {
  margin-top: 0;
}
.site-main article.loop-1:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.site-main article.loop-1:first-child {
  padding-top: 0;
}
.site-main article.loop-1 .post-loop-col-1 {
  -ms-flex-preferred-size: 36%;
      flex-basis: 36%;
}
@media only screen and (max-width: 44.375em) {
  .site-main article.loop-1 .post-loop-col-1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.site-main article.loop-1 .post-loop-col-2 {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  margin-left: auto;
}
@media only screen and (max-width: 44.375em) {
  .site-main article.loop-1 .post-loop-col-2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.site-main article.loop-1 .entry-summary {
  margin-bottom: 0;
}
.site-main article.loop-1 .entry-summary p {
  line-height: 1.7;
}
@media only screen and (min-width: 44.375em) and (max-width: 61.5625em) {
  .site-main article.loop-1 .entry-summary p {
    display: none;
  }
}
.site-main article.loop-1 .entry-header {
  margin-top: 8px;
  text-align: left;
}
@media only screen and (max-width: 910px) {
  .site-main article.loop-1 .entry-header {
    margin-top: 26px;
    margin-left: 0;
    margin-right: 15.3846%;
  }
}
.site-main article.loop-1 .entry-header .entry-title {
  font-size: 30px;
  margin-top: 16px;
  margin-bottom: 10px;
}
.loop-2 {
  padding-top: 0;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.loop-2:last-child {
  margin-bottom: 24px;
}
.loop-2 .entry-date {
  font-size: 9px;
}
.loop-2 .post-thumbnail {
  margin-top: 0;
  margin-bottom: 0;
}
.loop-2 .post-loop-col1 {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}
.loop-2 .post-loop-col2 {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  margin-left: auto;
}
.loop-2 .wp-post-image {
  margin-bottom: 0;
}
.loop-2 .entry-header {
  margin-top: 0;
  text-align: left;
}
.loop-2 .entry-header .entry-title {
  font-size: 14px;
}
@media only screen and (min-width: 420px) and (max-width: 910px) {
  .loop-2 .entry-header .entry-title {
    font-size: 18px;
  }
}
.loop-2 .entry-header .entry-title a {
  color: #000;
}
.wpp-list li {
  padding-top: 0;
  margin-bottom: 24px;
}
.wpp-list li a:nth-child(1) {
  max-width: 35%;
  float: left;
}
.wpp-list li a:nth-child(2) {
  display: block;
  color: #000;
}
.wpp-list li .wpp-date {
  font-family: Montserrat;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(0,0,0,0.5);
}
.wpp-list li .entry-date {
  font-size: 9px;
}
.wpp-list li .post-thumbnail {
  margin-top: 0;
  margin-bottom: 0;
}
.wpp-list li .post-loop-col2 {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  margin-left: auto;
}
.wpp-list li .wp-post-image {
  margin-bottom: 0;
}
.wpp-list li .entry-header {
  margin-top: 0;
}
.wpp-list li .entry-header .entry-title {
  font-size: 14px;
}
@media only screen and (min-width: 420px) and (max-width: 910px) {
  .wpp-list li .entry-header .entry-title {
    font-size: 18px;
  }
}
.wpp-list li .entry-header .entry-title a {
  color: #000;
}
article.loop-3 {
  margin-bottom: 40px;
}
.loop-3 .post-thumbnail {
  margin-bottom: 28px;
}
.loop-3 .entry-title {
  margin-top: 12px;
}
.loop-3 .entry-summary {
  margin-top: 20px;
}
.loop-3 .entry-summary p {
  line-height: 1.7;
}
.loop-4 {
  padding-left: 35px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.loop-4.grid-3 {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
}
@media only screen and (max-width: 910px) {
  .loop-4 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 0;
  }
}
article.loop-4 {
  margin-bottom: 0px;
}
.loop-4 .entry-header {
  text-align: center;
  margin-top: 28px;
}
.loop-4 .entry-header .entry-title {
  font-size: 26px;
}
.loop-4 .post-thumbnail {
  margin-bottom: 28px;
}
.loop-4 .entry-title {
  margin-top: 12px;
}
.loop-4 .entry-summary {
  margin-top: 20px;
}
.loop-4 .entry-summary p {
  line-height: 1.7;
}
.loop-4 .loop-bottom-container {
  margin-top: 0;
}
.site-main article.loop-5 {
  margin-bottom: 0px;
}
.loop-5 .entry-header {
  background: #fff;
  margin-top: -44px;
  margin-left: 0;
  position: relative;
  width: 83%;
  padding: 12px 8px 12px 0;
}
.loop-5 .entry-header .entry-title {
  font-size: 16px;
  line-height: 22px;
}
.loop-bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(0,0,0,0.15);
  padding: 10px 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 50px;
  margin-top: 44px;
}
@media only screen and (max-width: 420px) {
  .loop-bottom-container {
    display: none;
  }
}
.loop-bottom-container .autore-container,
.loop-bottom-container .share-container,
.loop-bottom-container .comment-number {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  color: #1a1a1a;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 10px;
  border-left: 1px solid rgba(0,0,0,0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loop-bottom-container .autore-container {
  border-left: none;
}
/* 14.0 Contact form 7 */
.wpcf7-submit {
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
/* 15.0 Woocommerce  */
#container #content {
  margin-bottom: 80px;
}
@media only screen and (max-width: 910px) {
  #container #content {
    padding-left: 7.6923%;
    padding-right: 7.6923%;
  }
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 200px;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  line-height: 27px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 0;
  padding: 1.15em 2em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
  font-size: 13px;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  padding: 1.15em 2em;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #000;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #000;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #cd2026;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid rgba(0,0,0,0.5);
  background-color: #fff;
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-top: 2px solid #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 100%;
}
.woocommerce h1 {
  font-size: 30px;
  color: #1a1a1a;
}
.woocommerce td.label {
  width: 100px;
}
.woocommerce span.onsale {
  width: 50px;
  height: 50px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  line-height: 46px;
  font-family: 'Prompt', sans-serif;
  letter-spacing: 0.1em;
  background-color: #cd2026;
  margin: 20px !important;
}
.woocommerce h3 {
  text-align: center;
  color: #1a1a1a;
}
.woocommerce .entry-summary .price {
  text-align: left;
  font-size: 24px !important;
}
.woocommerce .price {
  text-align: center;
}
.woocommerce .price .amount {
  color: #1a1a1a;
}
.woocommerce .price ins .amount {
  color: #cd2026;
}
.woocommerce .add_to_cart_button,
.woocommerce .button.product_type_variable,
.woocommerce .button.product_type_simple {
  display: none !important;
}
.woocommerce .page-numbers {
  font-family: sans-serif;
}
.woocommerce del {
  display: inline !important;
  color: #cd2026;
}
/* 16.0 Uber menu  */
.ubermenu .ubermenu-target-text {
  text-transform: uppercase !important;
}
.ubermenu .ubermenu-item .ubermenu-submenu-drop {
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.15) !important;
          box-shadow: 0 0 6px rgba(0,0,0,0.15) !important;
  border-color: rgba(0,0,0,0.15) !important;
}
.ubermenu-loc-primary {
  margin-left: -20px !important;
}
/* 17.0 Revolution Slider */
.walburg.tparrows {
  background: rgba(0,0,0,0.1);
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.walburg.tparrows:before {
  line-height: 60px;
  font-size: 24px;
}
.walburg.tparrows:hover {
  background: rgba(0,0,0,0.2);
}
.tp-caption.Walburg-Carousel-Title a {
  color: #fff;
}
.tp-caption.Walburg-Carousel-Title a:hover {
  color: rgba(255,255,255,0.5);
}
.widget.widget_revslider {
  margin-bottom: 0;
}
/* 18.0 Owl Carousel */
#carousel-content {
  margin-top: 0 !important;
}
#carousel-container {
  position: relative;
}
#carousel-container .walburg-owl-nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  height: 36px;
  width: 36px;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  border-radius: 50%;
  color: #fff;
  background: rgba(0,0,0,0.15);
  margin: -30px 12px;
}
#carousel-container .walburg-owl-nav:hover {
  opacity: 0.5;
}
#carousel-container .walburg-owl-nav#owl-next {
  right: 0;
}
#carousel-container .owl-carousel .owl-item .item-wrapper {
  height: 360px;
  padding: 0;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
}
#carousel-container .owl-carousel.slider1 .owl-item .item-wrapper {
  height: 420px;
}
@media only screen and (min-width: 1200px) {
  #carousel-container .owl-carousel.slider1 .owl-item .item-wrapper {
    height: 580px;
  }
}
@media only screen and (max-width: 420px) {
  #carousel-container .owl-carousel.slider1 .owl-item .item-wrapper {
    height: 360px;
  }
}
#carousel-container .owl-carousel.slider1 .owl-item .item-wrapper .entry-title {
  font-size: 37px;
  margin-bottom: 6px;
}
#carousel-container .owl-carousel.slider1 .owl-item .item-wrapper .entry-date {
  margin-bottom: 26px;
}
.item-overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(50%, rgba(0,0,0,0)), to(rgba(0,0,0,0.7)));
  background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) 100%);
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
  positon: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.active .item-overlay {
  opacity: 1;
}
.item-overlay .item {
  position: absolute;
  width: 100%;
  bottom: -10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  opacity: 0;
  padding: 0 10px;
}
.active .item-overlay .item {
  bottom: 0;
  opacity: 1;
}
.item-overlay .item .cat-links {
  border-color: #fff;
}
.item-overlay .item .cat-links a {
  color: #fff;
}
.item-overlay .item .cat-links a:hover {
  opacity: 0.5;
}
.item-overlay .item .entry-title {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: bold;
  margin-top: 12px;
}
.item-overlay .item .entry-title a {
  color: #fff;
}
.item-overlay .item .entry-title a:hover {
  opacity: 0.5;
}
.item-overlay .item .entry-date {
  color: #fff;
  margin-bottom: 10px;
}
/*# sourceMappingURL=theme-custom.css.map */