/*!
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Longbeard
Author URI: https://www.longbeard.com
Version: 1.0.0
Template: bridge
*/
/******************************************************************

Site Name: 
Author: Longbeard

Stylesheet: Main Stylesheet
******************************************************************/
/*********************
IMPORT ELEMENTS
*********************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.page-template-orientale-v2,
.page-template-orientale-it-v2,
.page-id-4269,
.page-id-2335,
.archive.date {
  /******************************************************************

  Stylesheet: Variables

  ******************************************************************/
  /* Colours */
  /* Spacing / Padding */
  /******************************************************************

  Stylesheet: Typography

  ******************************************************************/
  /*********************
  FONT FACE
  *********************/
  /******************************************************************

  Stylesheet: Mixins Stylesheet

  ******************************************************************/
  /*************************
  MEDIA QUERY (MQ)
  *************************/
  /**************************
  RESPONSIVE RATIO
  **************************/
  /*************************
  PADDINGS
  *************************/
  /*************************
  COLORS
  *************************/
  /*********************************
  BACKGROUND IMAGES
  *********************************/
  /*********************************
  SVG BACKGROUND IMAGE WITH FALLBACK
  *********************************/
  /* USAGE
  .lb_div {
      @include background-image('bg');
  }
  ** must have bg.svg, bg.png & bg@2x.png
  */
  /*********************
    IMPORT PAGES
    *********************/
  /******************************************************************

  Stylesheet: Universal Site Styles

  Only put styles in here that will be used across the entire site.
  For styles only applying to one particular page, use the appropriate
  page SCSS file.

  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /******************************************************************

  Site Name: Orientale

  Stylesheet: Global Header

  ******************************************************************/
  /*********************
  WP STANDARD POST IMAGE & ALIGNMENTS
  *********************/
  /*********************
  HEADER & NAV STYLES
  *********************/
  /******************************************************************

  Site Name: Orientale

  Stylesheet: Global Header

  ******************************************************************/
  /*********************
  Header
  *********************/
  /*********************
  Desktop Navigation
  *********************/
  /*********************
  Tablet/Mobile Navigation
  *********************/
  /*********************
  HERO STYLES
  *********************/
  /*********************
  GLOBAL ELEMENTS
  *********************/
  /*********************
  Please add global elements as a partial to the 'elements' folder and import here. 
  Example of great candidates are title areas, accordions, or tabs.
  *********************/
  /******************************************************************

  Site Name: Orientale

  Stylesheet: Buttons

  ******************************************************************/
  /**********************
  BUTTONS
  **********************/
  /******************************************************************

  Site Name: Orientale

  Stylesheet: Gravity Form Styles

  For universal gravity forms style overrides. For individual page form overrides please use the specific page SCSS file.

  This is not an exhaustive list. 
  For other GF CSS classes, go here: https://www.gravityhelp.com/documentation/article/css-targeting-samples/

  ******************************************************************/
  /*********************
  GRAVITY FORM UNIVERSAL STYLES
  *********************/
  /*********************
  ACTIVE STATES
  *********************/
  /******************************************************************

  Site Name: Orientale

  Stylesheet: Row & columns

  ******************************************************************/
  /*********************
  FOOTER STYLES
  *********************/
  /******************************************************************

  Site Name: Orientale

  Stylesheet: Global Footer

  ******************************************************************/
  /*********************
    PRINT STYLESHEET
    *********************/
}
.page-template-orientale-v2 html,
.page-template-orientale-it-v2 html,
.page-id-4269 html,
.page-id-2335 html,
.archive.date html {
  font-size: 16px;
  background: red;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 html,
.page-template-orientale-it-v2 html,
.page-id-4269 html,
.page-id-2335 html,
.archive.date html {
    font-size: 14px;
  }
}
.page-template-orientale-v2 body,
.page-template-orientale-it-v2 body,
.page-id-4269 body,
.page-id-2335 body,
.archive.date body {
  font: 400 1em/1.536em "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  color: #272727;
  color-adjust: economy;
  -webkit-print-color-adjust: economy;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-template-orientale-v2 .alignleft,
.page-template-orientale-it-v2 .alignleft,
.page-id-4269 .alignleft,
.page-id-2335 .alignleft,
.archive.date .alignleft {
  float: left;
  padding: 10px 10px 10px 0px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .alignleft,
.page-template-orientale-it-v2 .alignleft,
.page-id-4269 .alignleft,
.page-id-2335 .alignleft,
.archive.date .alignleft {
    padding-right: 0;
  }
}
.page-template-orientale-v2 .alignright,
.page-template-orientale-it-v2 .alignright,
.page-id-4269 .alignright,
.page-id-2335 .alignright,
.archive.date .alignright {
  float: right;
  padding: 10px 0 10px 10px;
  max-width: 100%;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .alignright,
.page-template-orientale-it-v2 .alignright,
.page-id-4269 .alignright,
.page-id-2335 .alignright,
.archive.date .alignright {
    padding-left: 0;
  }
}
.page-template-orientale-v2 .aligncenter,
.page-template-orientale-it-v2 .aligncenter,
.page-id-4269 .aligncenter,
.page-id-2335 .aligncenter,
.archive.date .aligncenter {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
}
.page-template-orientale-v2 .h1,
.page-template-orientale-v2 .h2,
.page-template-orientale-v2 .h3,
.page-template-orientale-v2 .h4,
.page-template-orientale-v2 .h5,
.page-template-orientale-v2 h1,
.page-template-orientale-v2 h2,
.page-template-orientale-v2 h3,
.page-template-orientale-v2 h4,
.page-template-orientale-v2 h5,
.page-template-orientale-it-v2 .h1,
.page-template-orientale-it-v2 .h2,
.page-template-orientale-it-v2 .h3,
.page-template-orientale-it-v2 .h4,
.page-template-orientale-it-v2 .h5,
.page-template-orientale-it-v2 h1,
.page-template-orientale-it-v2 h2,
.page-template-orientale-it-v2 h3,
.page-template-orientale-it-v2 h4,
.page-template-orientale-it-v2 h5,
.page-id-4269 .h1,
.page-id-4269 .h2,
.page-id-4269 .h3,
.page-id-4269 .h4,
.page-id-4269 .h5,
.page-id-4269 h1,
.page-id-4269 h2,
.page-id-4269 h3,
.page-id-4269 h4,
.page-id-4269 h5,
.page-id-2335 .h1,
.page-id-2335 .h2,
.page-id-2335 .h3,
.page-id-2335 .h4,
.page-id-2335 .h5,
.page-id-2335 h1,
.page-id-2335 h2,
.page-id-2335 h3,
.page-id-2335 h4,
.page-id-2335 h5,
.archive.date .h1,
.archive.date .h2,
.archive.date .h3,
.archive.date .h4,
.archive.date .h5,
.archive.date h1,
.archive.date h2,
.archive.date h3,
.archive.date h4,
.archive.date h5 {
  text-rendering: optimizelegibility;
}
.page-template-orientale-v2 .h1.bottom,
.page-template-orientale-v2 .h2.bottom,
.page-template-orientale-v2 .h3.bottom,
.page-template-orientale-v2 .h4.bottom,
.page-template-orientale-v2 .h5.bottom,
.page-template-orientale-v2 h1.bottom,
.page-template-orientale-v2 h2.bottom,
.page-template-orientale-v2 h3.bottom,
.page-template-orientale-v2 h4.bottom,
.page-template-orientale-v2 h5.bottom,
.page-template-orientale-it-v2 .h1.bottom,
.page-template-orientale-it-v2 .h2.bottom,
.page-template-orientale-it-v2 .h3.bottom,
.page-template-orientale-it-v2 .h4.bottom,
.page-template-orientale-it-v2 .h5.bottom,
.page-template-orientale-it-v2 h1.bottom,
.page-template-orientale-it-v2 h2.bottom,
.page-template-orientale-it-v2 h3.bottom,
.page-template-orientale-it-v2 h4.bottom,
.page-template-orientale-it-v2 h5.bottom,
.page-id-4269 .h1.bottom,
.page-id-4269 .h2.bottom,
.page-id-4269 .h3.bottom,
.page-id-4269 .h4.bottom,
.page-id-4269 .h5.bottom,
.page-id-4269 h1.bottom,
.page-id-4269 h2.bottom,
.page-id-4269 h3.bottom,
.page-id-4269 h4.bottom,
.page-id-4269 h5.bottom,
.page-id-2335 .h1.bottom,
.page-id-2335 .h2.bottom,
.page-id-2335 .h3.bottom,
.page-id-2335 .h4.bottom,
.page-id-2335 .h5.bottom,
.page-id-2335 h1.bottom,
.page-id-2335 h2.bottom,
.page-id-2335 h3.bottom,
.page-id-2335 h4.bottom,
.page-id-2335 h5.bottom,
.archive.date .h1.bottom,
.archive.date .h2.bottom,
.archive.date .h3.bottom,
.archive.date .h4.bottom,
.archive.date .h5.bottom,
.archive.date h1.bottom,
.archive.date h2.bottom,
.archive.date h3.bottom,
.archive.date h4.bottom,
.archive.date h5.bottom {
  margin-bottom: 2rem;
}
.page-template-orientale-v2 .h1 a,
.page-template-orientale-v2 .h2 a,
.page-template-orientale-v2 .h3 a,
.page-template-orientale-v2 .h4 a,
.page-template-orientale-v2 .h5 a,
.page-template-orientale-v2 h1 a,
.page-template-orientale-v2 h2 a,
.page-template-orientale-v2 h3 a,
.page-template-orientale-v2 h4 a,
.page-template-orientale-v2 h5 a,
.page-template-orientale-it-v2 .h1 a,
.page-template-orientale-it-v2 .h2 a,
.page-template-orientale-it-v2 .h3 a,
.page-template-orientale-it-v2 .h4 a,
.page-template-orientale-it-v2 .h5 a,
.page-template-orientale-it-v2 h1 a,
.page-template-orientale-it-v2 h2 a,
.page-template-orientale-it-v2 h3 a,
.page-template-orientale-it-v2 h4 a,
.page-template-orientale-it-v2 h5 a,
.page-id-4269 .h1 a,
.page-id-4269 .h2 a,
.page-id-4269 .h3 a,
.page-id-4269 .h4 a,
.page-id-4269 .h5 a,
.page-id-4269 h1 a,
.page-id-4269 h2 a,
.page-id-4269 h3 a,
.page-id-4269 h4 a,
.page-id-4269 h5 a,
.page-id-2335 .h1 a,
.page-id-2335 .h2 a,
.page-id-2335 .h3 a,
.page-id-2335 .h4 a,
.page-id-2335 .h5 a,
.page-id-2335 h1 a,
.page-id-2335 h2 a,
.page-id-2335 h3 a,
.page-id-2335 h4 a,
.page-id-2335 h5 a,
.archive.date .h1 a,
.archive.date .h2 a,
.archive.date .h3 a,
.archive.date .h4 a,
.archive.date .h5 a,
.archive.date h1 a,
.archive.date h2 a,
.archive.date h3 a,
.archive.date h4 a,
.archive.date h5 a {
  text-decoration: none;
}
.page-template-orientale-v2 h1,
.page-template-orientale-v2 .h1,
.page-template-orientale-it-v2 h1,
.page-template-orientale-it-v2 .h1,
.page-id-4269 h1,
.page-id-4269 .h1,
.page-id-2335 h1,
.page-id-2335 .h1,
.archive.date h1,
.archive.date .h1 {
  font: 400 3em/1.25em "Almendra", "Georgia", Cambria, Times New Roman, Times, serif;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 h1,
.page-template-orientale-v2 .h1,
.page-template-orientale-it-v2 h1,
.page-template-orientale-it-v2 .h1,
.page-id-4269 h1,
.page-id-4269 .h1,
.page-id-2335 h1,
.page-id-2335 .h1,
.archive.date h1,
.archive.date .h1 {
    font-size: 28px !important;
  }
}
.page-template-orientale-v2 h2,
.page-template-orientale-v2 .h2,
.page-template-orientale-it-v2 h2,
.page-template-orientale-it-v2 .h2,
.page-id-4269 h2,
.page-id-4269 .h2,
.page-id-2335 h2,
.page-id-2335 .h2,
.archive.date h2,
.archive.date .h2 {
  font: 400 2.5em/1.25em "Almendra", "Georgia", Cambria, Times New Roman, Times, serif;
  letter-spacing: 0px !important;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 h2,
.page-template-orientale-v2 .h2,
.page-template-orientale-it-v2 h2,
.page-template-orientale-it-v2 .h2,
.page-id-4269 h2,
.page-id-4269 .h2,
.page-id-2335 h2,
.page-id-2335 .h2,
.archive.date h2,
.archive.date .h2 {
    font-size: 28px !important;
  }
}
.page-template-orientale-v2 h3,
.page-template-orientale-v2 .h3,
.page-template-orientale-it-v2 h3,
.page-template-orientale-it-v2 .h3,
.page-id-4269 h3,
.page-id-4269 .h3,
.page-id-2335 h3,
.page-id-2335 .h3,
.archive.date h3,
.archive.date .h3 {
  font: 400 2em/1.25em "Almendra", "Georgia", Cambria, Times New Roman, Times, serif;
  letter-spacing: 0px !important;
}
.page-template-orientale-v2 h4,
.page-template-orientale-v2 .h4,
.page-template-orientale-it-v2 h4,
.page-template-orientale-it-v2 .h4,
.page-id-4269 h4,
.page-id-4269 .h4,
.page-id-2335 h4,
.page-id-2335 .h4,
.archive.date h4,
.archive.date .h4 {
  font: 400 1.5em/1.25em "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 h4,
.page-template-orientale-v2 .h4,
.page-template-orientale-it-v2 h4,
.page-template-orientale-it-v2 .h4,
.page-id-4269 h4,
.page-id-4269 .h4,
.page-id-2335 h4,
.page-id-2335 .h4,
.archive.date h4,
.archive.date .h4 {
    font-size: 18px !important;
  }
}
.page-template-orientale-v2 h5,
.page-template-orientale-v2 .h5,
.page-template-orientale-it-v2 h5,
.page-template-orientale-it-v2 .h5,
.page-id-4269 h5,
.page-id-4269 .h5,
.page-id-2335 h5,
.page-id-2335 .h5,
.archive.date h5,
.archive.date .h5 {
  font: 400 1.25em/1.25em "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-template-orientale-v2 h6,
.page-template-orientale-v2 .h6,
.page-template-orientale-it-v2 h6,
.page-template-orientale-it-v2 .h6,
.page-id-4269 h6,
.page-id-4269 .h6,
.page-id-2335 h6,
.page-id-2335 .h6,
.archive.date h6,
.archive.date .h6 {
  font: 400 1em/1.25em "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-template-orientale-v2 p,
.page-template-orientale-it-v2 p,
.page-id-4269 p,
.page-id-2335 p,
.archive.date p {
  font: 400 1em/1.536em "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}
.page-template-orientale-v2 ::selection,
.page-template-orientale-it-v2 ::selection,
.page-id-4269 ::selection,
.page-id-2335 ::selection,
.archive.date ::selection {
  background: #b47b28;
  color: #ffffff;
}
.page-template-orientale-v2 .mobile_menu ul li a, .page-template-orientale-v2 .mobile_menu ul li h3,
.page-template-orientale-it-v2 .mobile_menu ul li a,
.page-template-orientale-it-v2 .mobile_menu ul li h3,
.page-id-4269 .mobile_menu ul li a,
.page-id-4269 .mobile_menu ul li h3,
.page-id-2335 .mobile_menu ul li a,
.page-id-2335 .mobile_menu ul li h3,
.archive.date .mobile_menu ul li a,
.archive.date .mobile_menu ul li h3 {
  text-transform: none;
}
.page-template-orientale-v2 .subscribe .gform_wrapper .gform_footer .gform_button, .page-template-orientale-v2 body .gform_wrapper .gform_footer .gform_button, .page-template-orientale-v2 .btn,
.page-template-orientale-v2 .ct-link-button,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_footer .gform_button,
.page-template-orientale-it-v2 body .gform_wrapper .gform_footer .gform_button,
.page-template-orientale-it-v2 .btn,
.page-template-orientale-it-v2 .ct-link-button,
.page-id-4269 body .gform_wrapper .gform_footer .gform_button,
.page-id-4269 .btn,
.page-id-4269 .ct-link-button,
.page-id-2335 body .gform_wrapper .gform_footer .gform_button,
.page-id-2335 .btn,
.page-id-2335 .ct-link-button,
.archive.date body .gform_wrapper .gform_footer .gform_button,
.archive.date .btn,
.archive.date .ct-link-button {
  background: #b47b28 !important;
  color: #ffffff !important;
  padding: 0.325rem 2rem !important;
  border: 2px solid #b47b28 !important;
  position: relative;
  font-size: 1rem !important;
  font-weight: 600 !important;
  display: inline-block;
  line-height: 1.2em !important;
  width: auto;
  transition: 0.25s ease-in-out;
  text-transform: uppercase !important;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .subscribe .gform_wrapper .gform_footer .gform_button, .page-template-orientale-v2 body .gform_wrapper .gform_footer .gform_button, .page-template-orientale-v2 .btn,
.page-template-orientale-v2 .ct-link-button,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_footer .gform_button,
.page-template-orientale-it-v2 body .gform_wrapper .gform_footer .gform_button,
.page-template-orientale-it-v2 .btn,
.page-template-orientale-it-v2 .ct-link-button,
.page-id-4269 body .gform_wrapper .gform_footer .gform_button,
.page-id-4269 .btn,
.page-id-4269 .ct-link-button,
.page-id-2335 body .gform_wrapper .gform_footer .gform_button,
.page-id-2335 .btn,
.page-id-2335 .ct-link-button,
.archive.date body .gform_wrapper .gform_footer .gform_button,
.archive.date .btn,
.archive.date .ct-link-button {
    padding: 0.325rem 1.9rem !important;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .subscribe .gform_wrapper .gform_footer .gform_button, .page-template-orientale-v2 body .gform_wrapper .gform_footer .gform_button, .page-template-orientale-v2 .btn,
.page-template-orientale-v2 .ct-link-button,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_footer .gform_button,
.page-template-orientale-it-v2 body .gform_wrapper .gform_footer .gform_button,
.page-template-orientale-it-v2 .btn,
.page-template-orientale-it-v2 .ct-link-button,
.page-id-4269 body .gform_wrapper .gform_footer .gform_button,
.page-id-4269 .btn,
.page-id-4269 .ct-link-button,
.page-id-2335 body .gform_wrapper .gform_footer .gform_button,
.page-id-2335 .btn,
.page-id-2335 .ct-link-button,
.archive.date body .gform_wrapper .gform_footer .gform_button,
.archive.date .btn,
.archive.date .ct-link-button {
    padding: 0.325rem 1.8rem !important;
  }
}
.page-template-orientale-v2 .subscribe .gform_wrapper .gform_footer .gform_button:hover, .page-template-orientale-v2 body .gform_wrapper .gform_footer .gform_button:hover, .page-template-orientale-v2 .btn:hover,
.page-template-orientale-v2 .ct-link-button:hover,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_footer .gform_button:hover,
.page-template-orientale-it-v2 body .gform_wrapper .gform_footer .gform_button:hover,
.page-template-orientale-it-v2 .btn:hover,
.page-template-orientale-it-v2 .ct-link-button:hover,
.page-id-4269 body .gform_wrapper .gform_footer .gform_button:hover,
.page-id-4269 .btn:hover,
.page-id-4269 .ct-link-button:hover,
.page-id-2335 body .gform_wrapper .gform_footer .gform_button:hover,
.page-id-2335 .btn:hover,
.page-id-2335 .ct-link-button:hover,
.archive.date body .gform_wrapper .gform_footer .gform_button:hover,
.archive.date .btn:hover,
.archive.date .ct-link-button:hover {
  background: #660b21 !important;
  border-color: #660b21 !important;
}
.page-template-orientale-v2 .subscribe .gform_wrapper .gform_footer .white.gform_button, .page-template-orientale-v2 body .gform_wrapper .gform_footer .white.gform_button, .page-template-orientale-v2 .white.btn,
.page-template-orientale-v2 .white.ct-link-button,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_footer .white.gform_button,
.page-template-orientale-it-v2 body .gform_wrapper .gform_footer .white.gform_button,
.page-template-orientale-it-v2 .white.btn,
.page-template-orientale-it-v2 .white.ct-link-button,
.page-id-4269 body .gform_wrapper .gform_footer .white.gform_button,
.page-id-4269 .white.btn,
.page-id-4269 .white.ct-link-button,
.page-id-2335 body .gform_wrapper .gform_footer .white.gform_button,
.page-id-2335 .white.btn,
.page-id-2335 .white.ct-link-button,
.archive.date body .gform_wrapper .gform_footer .white.gform_button,
.archive.date .white.btn,
.archive.date .white.ct-link-button {
  color: #ffffff !important;
}
.page-template-orientale-v2 .subscribe .gform_wrapper .gform_footer .white.gform_button::after, .page-template-orientale-v2 body .gform_wrapper .gform_footer .white.gform_button::after, .page-template-orientale-v2 .white.btn::after,
.page-template-orientale-v2 .white.ct-link-button::after,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_footer .white.gform_button::after,
.page-template-orientale-it-v2 body .gform_wrapper .gform_footer .white.gform_button::after,
.page-template-orientale-it-v2 .white.btn::after,
.page-template-orientale-it-v2 .white.ct-link-button::after,
.page-id-4269 body .gform_wrapper .gform_footer .white.gform_button::after,
.page-id-4269 .white.btn::after,
.page-id-4269 .white.ct-link-button::after,
.page-id-2335 body .gform_wrapper .gform_footer .white.gform_button::after,
.page-id-2335 .white.btn::after,
.page-id-2335 .white.ct-link-button::after,
.archive.date body .gform_wrapper .gform_footer .white.gform_button::after,
.archive.date .white.btn::after,
.archive.date .white.ct-link-button::after {
  background: #ffffff !important;
}
.page-template-orientale-v2 .subscribe .gform_wrapper .gform_footer .light.gform_button, .page-template-orientale-v2 body .gform_wrapper .gform_footer .light.gform_button, .page-template-orientale-v2 .light.btn,
.page-template-orientale-v2 .light.ct-link-button,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_footer .light.gform_button,
.page-template-orientale-it-v2 body .gform_wrapper .gform_footer .light.gform_button,
.page-template-orientale-it-v2 .light.btn,
.page-template-orientale-it-v2 .light.ct-link-button,
.page-id-4269 body .gform_wrapper .gform_footer .light.gform_button,
.page-id-4269 .light.btn,
.page-id-4269 .light.ct-link-button,
.page-id-2335 body .gform_wrapper .gform_footer .light.gform_button,
.page-id-2335 .light.btn,
.page-id-2335 .light.ct-link-button,
.archive.date body .gform_wrapper .gform_footer .light.gform_button,
.archive.date .light.btn,
.archive.date .light.ct-link-button {
  color: #b47b28 !important;
  background: transparent !important;
}
.page-template-orientale-v2 .subscribe .gform_wrapper .gform_footer .light.gform_button:hover, .page-template-orientale-v2 body .gform_wrapper .gform_footer .light.gform_button:hover, .page-template-orientale-v2 .light.btn:hover,
.page-template-orientale-v2 .light.ct-link-button:hover,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_footer .light.gform_button:hover,
.page-template-orientale-it-v2 body .gform_wrapper .gform_footer .light.gform_button:hover,
.page-template-orientale-it-v2 .light.btn:hover,
.page-template-orientale-it-v2 .light.ct-link-button:hover,
.page-id-4269 body .gform_wrapper .gform_footer .light.gform_button:hover,
.page-id-4269 .light.btn:hover,
.page-id-4269 .light.ct-link-button:hover,
.page-id-2335 body .gform_wrapper .gform_footer .light.gform_button:hover,
.page-id-2335 .light.btn:hover,
.page-id-2335 .light.ct-link-button:hover,
.archive.date body .gform_wrapper .gform_footer .light.gform_button:hover,
.archive.date .light.btn:hover,
.archive.date .light.ct-link-button:hover {
  bakcground: #660b21 !important;
  color: #ffffff !important;
}
.page-template-orientale-v2 .subscribe .gform_wrapper .gform_footer .top.gform_button, .page-template-orientale-v2 body .gform_wrapper .gform_footer .top.gform_button, .page-template-orientale-v2 .top.btn,
.page-template-orientale-v2 .top.ct-link-button,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_footer .top.gform_button,
.page-template-orientale-it-v2 body .gform_wrapper .gform_footer .top.gform_button,
.page-template-orientale-it-v2 .top.btn,
.page-template-orientale-it-v2 .top.ct-link-button,
.page-id-4269 body .gform_wrapper .gform_footer .top.gform_button,
.page-id-4269 .top.btn,
.page-id-4269 .top.ct-link-button,
.page-id-2335 body .gform_wrapper .gform_footer .top.gform_button,
.page-id-2335 .top.btn,
.page-id-2335 .top.ct-link-button,
.archive.date body .gform_wrapper .gform_footer .top.gform_button,
.archive.date .top.btn,
.archive.date .top.ct-link-button {
  margin-top: 2rem;
}
.page-template-orientale-v2 .no-focus-outline a:active,
.page-template-orientale-v2 .no-focus-outline a:focus,
.page-template-orientale-it-v2 .no-focus-outline a:active,
.page-template-orientale-it-v2 .no-focus-outline a:focus,
.page-id-4269 .no-focus-outline a:active,
.page-id-4269 .no-focus-outline a:focus,
.page-id-2335 .no-focus-outline a:active,
.page-id-2335 .no-focus-outline a:focus,
.archive.date .no-focus-outline a:active,
.archive.date .no-focus-outline a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}
.page-template-orientale-v2 .btn-2,
.page-template-orientale-it-v2 .btn-2,
.page-id-4269 .btn-2,
.page-id-2335 .btn-2,
.archive.date .btn-2 {
  background: transparent !important;
  color: #660b21;
  font-size: 1rem !important;
  font-weight: 700 !important;
  padding-right: 1.75rem;
  position: relative;
  transition: 0.25s ease-in-out;
}
.page-template-orientale-v2 .btn-2::before,
.page-template-orientale-it-v2 .btn-2::before,
.page-id-4269 .btn-2::before,
.page-id-2335 .btn-2::before,
.archive.date .btn-2::before {
  content: "";
  width: 0.75em;
  height: 2px;
  background: #660b21;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.25s ease-in-out;
}
.page-template-orientale-v2 .btn-2::after,
.page-template-orientale-it-v2 .btn-2::after,
.page-id-4269 .btn-2::after,
.page-id-2335 .btn-2::after,
.archive.date .btn-2::after {
  content: "";
  width: 2px;
  height: 0.75em;
  background: #660b21;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(0.375rem - 1px);
  transition: 0.25s ease-in-out;
}
.page-template-orientale-v2 .btn-2:hover,
.page-template-orientale-it-v2 .btn-2:hover,
.page-id-4269 .btn-2:hover,
.page-id-2335 .btn-2:hover,
.archive.date .btn-2:hover {
  color: #b47b28;
}
.page-template-orientale-v2 .btn-2:hover::after, .page-template-orientale-v2 .btn-2:hover::before,
.page-template-orientale-it-v2 .btn-2:hover::after,
.page-template-orientale-it-v2 .btn-2:hover::before,
.page-id-4269 .btn-2:hover::after,
.page-id-4269 .btn-2:hover::before,
.page-id-2335 .btn-2:hover::after,
.page-id-2335 .btn-2:hover::before,
.archive.date .btn-2:hover::after,
.archive.date .btn-2:hover::before {
  background: #b47b28;
}
.page-template-orientale-v2 body .gform_wrapper,
.page-template-orientale-it-v2 body .gform_wrapper,
.page-id-4269 body .gform_wrapper,
.page-id-2335 body .gform_wrapper,
.archive.date body .gform_wrapper {
  margin: 0 !important;
  padding: 0 !important;
}
.page-template-orientale-v2 body .gform_wrapper .gform_heading .gform_title,
.page-template-orientale-it-v2 body .gform_wrapper .gform_heading .gform_title,
.page-id-4269 body .gform_wrapper .gform_heading .gform_title,
.page-id-2335 body .gform_wrapper .gform_heading .gform_title,
.archive.date body .gform_wrapper .gform_heading .gform_title {
  font: 400 1.5em/1.25em "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield {
  margin-top: 2.5rem !important;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield {
    margin-top: 2rem !important;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield {
    margin-top: 1.5rem !important;
  }
  .page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield span.name_last,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield span.name_last,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield span.name_last,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield span.name_last,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield span.name_last {
    margin-top: 1.5rem !important;
  }
}
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield:first-child,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield:first-child,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield:first-child,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield:first-child,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield:first-child {
  margin-top: 0 !important;
}
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield > .gfield_label,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield > .gfield_label,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield > .gfield_label,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield > .gfield_label,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield > .gfield_label {
  display: none !important;
}
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield select,
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield textarea,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield select,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield textarea,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield select,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield textarea,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield select,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield textarea,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield select,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield textarea {
  color: #272727;
  border: 0 !important;
  background: #ffffff;
  transition: 0.5s ease-in-out;
  outline: none !important;
  padding: 0.5rem 1rem !important;
  font: 400 1em/1.536em "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]::placeholder, .page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]::-moz-placeholder, .page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:-ms-input-placeholder, .page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:-moz-placeholder,
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield select::placeholder,
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield select::-moz-placeholder,
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield select:-ms-input-placeholder,
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield select:-moz-placeholder,
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield textarea::placeholder,
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield textarea::-moz-placeholder,
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield textarea:-ms-input-placeholder,
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield textarea:-moz-placeholder,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]::placeholder,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]::-moz-placeholder,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:-ms-input-placeholder,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:-moz-placeholder,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield select::placeholder,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield select::-moz-placeholder,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield select:-ms-input-placeholder,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield select:-moz-placeholder,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield textarea::placeholder,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield textarea::-moz-placeholder,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield textarea:-ms-input-placeholder,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield textarea:-moz-placeholder,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]::placeholder,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]::-moz-placeholder,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:-ms-input-placeholder,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:-moz-placeholder,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield select::placeholder,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield select::-moz-placeholder,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield select:-ms-input-placeholder,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield select:-moz-placeholder,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield textarea::placeholder,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield textarea::-moz-placeholder,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield textarea:-ms-input-placeholder,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield textarea:-moz-placeholder,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]::placeholder,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]::-moz-placeholder,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:-ms-input-placeholder,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:-moz-placeholder,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield select::placeholder,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield select::-moz-placeholder,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield select:-ms-input-placeholder,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield select:-moz-placeholder,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield textarea::placeholder,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield textarea::-moz-placeholder,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield textarea:-ms-input-placeholder,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield textarea:-moz-placeholder,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]::placeholder,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]::-moz-placeholder,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:-ms-input-placeholder,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:-moz-placeholder,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield select::placeholder,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield select::-moz-placeholder,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield select:-ms-input-placeholder,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield select:-moz-placeholder,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield textarea::placeholder,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield textarea::-moz-placeholder,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield textarea:-ms-input-placeholder,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield textarea:-moz-placeholder {
  color: #660b21 !important;
}
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:hover, .page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:focus,
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield select:hover,
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield select:focus,
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield textarea:hover,
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:hover,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:focus,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield select:hover,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield select:focus,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield textarea:hover,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:hover,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:focus,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield select:hover,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield select:focus,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield textarea:hover,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:hover,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:focus,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield select:hover,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield select:focus,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield textarea:hover,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:hover,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:focus,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield select:hover,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield select:focus,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield textarea:hover,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus {
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(246, 243, 237, 0.16);
}
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text] + label,
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield select + label,
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield textarea + label,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text] + label,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield select + label,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield textarea + label,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text] + label,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield select + label,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield textarea + label,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield input[type=text] + label,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield select + label,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield textarea + label,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield input[type=text] + label,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield select + label,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield textarea + label {
  display: none;
}
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input,
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input {
  display: none;
}
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input:checked + label::after,
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input:checked + label::after,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input:checked + label::after,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input:checked + label::after,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input:checked + label::after,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input:checked + label::after,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input:checked + label::after,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input:checked + label::after,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input:checked + label::after,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input:checked + label::after {
  opacity: 1;
}
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label,
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label {
  display: block;
  position: relative;
  padding-left: 2rem;
  margin-right: 0;
  font: 400 1em/1.536em "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  color: #660b21;
}
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label a,
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label a,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label a,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label a,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label a,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label a,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label a,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label a,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label a,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label a {
  font-weight: 700 !important;
  color: #660b21;
}
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label a:hover,
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label a:hover,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label a:hover,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label a:hover,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label a:hover,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label a:hover,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label a:hover,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label a:hover,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label a:hover,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label a:hover {
  color: #b47b28;
}
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label::before,
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label::before,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label::before,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label::before,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label::before,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label::before,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label::before,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label::before,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label::before,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label::before {
  width: 1rem;
  height: 1rem;
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  background: #ffffff;
  border: 2px solid #b47b28;
}
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label::after,
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label::after,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label::after,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label::after,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label::after,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label::after,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label::after,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label::after,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label::after,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label::after {
  width: 1rem;
  height: 1rem;
  content: "";
  position: absolute;
  background: #b47b28;
  background-size: cover !important;
  background-position: center !important;
  top: 7px;
  left: 7px;
  opacity: 0;
  transition: 0.25s ease-in-out;
}
.page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label::before, .page-template-orientale-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label::after,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label::before,
.page-template-orientale-it-v2 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label::after,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label::before,
.page-id-4269 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label::after,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label::before,
.page-id-2335 body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label::after,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label::before,
.archive.date body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label::after {
  border-radius: 100%;
}
.page-template-orientale-v2 body .gform_wrapper .gform_footer,
.page-template-orientale-it-v2 body .gform_wrapper .gform_footer,
.page-id-4269 body .gform_wrapper .gform_footer,
.page-id-2335 body .gform_wrapper .gform_footer,
.archive.date body .gform_wrapper .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}
.page-template-orientale-v2 body .gform_wrapper .gform_footer .gform_button,
.page-template-orientale-it-v2 body .gform_wrapper .gform_footer .gform_button,
.page-id-4269 body .gform_wrapper .gform_footer .gform_button,
.page-id-2335 body .gform_wrapper .gform_footer .gform_button,
.archive.date body .gform_wrapper .gform_footer .gform_button {
  margin-right: 0 !important;
  margin-top: 2.5rem;
}
.page-template-orientale-v2 input[type=password],
.page-template-orientale-it-v2 input[type=password],
.page-id-4269 input[type=password],
.page-id-2335 input[type=password],
.archive.date input[type=password] {
  letter-spacing: 0.3em;
}
.page-template-orientale-v2 .lb-row,
.page-template-orientale-it-v2 .lb-row,
.page-id-4269 .lb-row,
.page-id-2335 .lb-row,
.archive.date .lb-row {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.page-template-orientale-v2 .lb-row .lb-row-inner,
.page-template-orientale-it-v2 .lb-row .lb-row-inner,
.page-id-4269 .lb-row .lb-row-inner,
.page-id-2335 .lb-row .lb-row-inner,
.archive.date .lb-row .lb-row-inner {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page-template-orientale-v2 .lb-row.top,
.page-template-orientale-it-v2 .lb-row.top,
.page-id-4269 .lb-row.top,
.page-id-2335 .lb-row.top,
.archive.date .lb-row.top {
  padding-top: 5.5666666667vw !important;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .lb-row.top,
.page-template-orientale-it-v2 .lb-row.top,
.page-id-4269 .lb-row.top,
.page-id-2335 .lb-row.top,
.archive.date .lb-row.top {
    padding-top: 9.5833333333vw !important;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .lb-row.top,
.page-template-orientale-it-v2 .lb-row.top,
.page-id-4269 .lb-row.top,
.page-id-2335 .lb-row.top,
.archive.date .lb-row.top {
    padding-top: 16.6666666667vw !important;
  }
}
.page-template-orientale-v2 .lb-row.bottom,
.page-template-orientale-it-v2 .lb-row.bottom,
.page-id-4269 .lb-row.bottom,
.page-id-2335 .lb-row.bottom,
.archive.date .lb-row.bottom {
  padding-bottom: 5.5666666667vw !important;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .lb-row.bottom,
.page-template-orientale-it-v2 .lb-row.bottom,
.page-id-4269 .lb-row.bottom,
.page-id-2335 .lb-row.bottom,
.archive.date .lb-row.bottom {
    padding-bottom: 9.5833333333vw !important;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .lb-row.bottom,
.page-template-orientale-it-v2 .lb-row.bottom,
.page-id-4269 .lb-row.bottom,
.page-id-2335 .lb-row.bottom,
.archive.date .lb-row.bottom {
    padding-bottom: 16.6666666667vw !important;
  }
}
.page-template-orientale-v2 .lb-row.top-half,
.page-template-orientale-it-v2 .lb-row.top-half,
.page-id-4269 .lb-row.top-half,
.page-id-2335 .lb-row.top-half,
.archive.date .lb-row.top-half {
  padding-top: 2.7833333333vw !important;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .lb-row.top-half,
.page-template-orientale-it-v2 .lb-row.top-half,
.page-id-4269 .lb-row.top-half,
.page-id-2335 .lb-row.top-half,
.archive.date .lb-row.top-half {
    padding-top: 4.7916666667vw !important;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .lb-row.top-half,
.page-template-orientale-it-v2 .lb-row.top-half,
.page-id-4269 .lb-row.top-half,
.page-id-2335 .lb-row.top-half,
.archive.date .lb-row.top-half {
    padding-top: 8.3333333333vw !important;
  }
}
.page-template-orientale-v2 .lb-row.bottom-half,
.page-template-orientale-it-v2 .lb-row.bottom-half,
.page-id-4269 .lb-row.bottom-half,
.page-id-2335 .lb-row.bottom-half,
.archive.date .lb-row.bottom-half {
  padding-bottom: 2.7833333333vw !important;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .lb-row.bottom-half,
.page-template-orientale-it-v2 .lb-row.bottom-half,
.page-id-4269 .lb-row.bottom-half,
.page-id-2335 .lb-row.bottom-half,
.archive.date .lb-row.bottom-half {
    padding-bottom: 4.7916666667vw !important;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .lb-row.bottom-half,
.page-template-orientale-it-v2 .lb-row.bottom-half,
.page-id-4269 .lb-row.bottom-half,
.page-id-2335 .lb-row.bottom-half,
.archive.date .lb-row.bottom-half {
    padding-bottom: 8.3333333333vw !important;
  }
}
.page-template-orientale-v2 .lb-row.gutters,
.page-template-orientale-it-v2 .lb-row.gutters,
.page-id-4269 .lb-row.gutters,
.page-id-2335 .lb-row.gutters,
.archive.date .lb-row.gutters {
  padding-left: 8.3333333333vw !important;
  padding-right: 8.3333333333vw !important;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .lb-row.gutters,
.page-template-orientale-it-v2 .lb-row.gutters,
.page-id-4269 .lb-row.gutters,
.page-id-2335 .lb-row.gutters,
.archive.date .lb-row.gutters {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .lb-row.gutters,
.page-template-orientale-it-v2 .lb-row.gutters,
.page-id-4269 .lb-row.gutters,
.page-id-2335 .lb-row.gutters,
.archive.date .lb-row.gutters {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.page-template-orientale-v2 .lb-row.lrg-gutters,
.page-template-orientale-it-v2 .lb-row.lrg-gutters,
.page-id-4269 .lb-row.lrg-gutters,
.page-id-2335 .lb-row.lrg-gutters,
.archive.date .lb-row.lrg-gutters {
  padding-left: 16.6666666667vw !important;
  padding-right: 16.6666666667vw !important;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .lb-row.lrg-gutters,
.page-template-orientale-it-v2 .lb-row.lrg-gutters,
.page-id-4269 .lb-row.lrg-gutters,
.page-id-2335 .lb-row.lrg-gutters,
.archive.date .lb-row.lrg-gutters {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .lb-row.lrg-gutters,
.page-template-orientale-it-v2 .lb-row.lrg-gutters,
.page-id-4269 .lb-row.lrg-gutters,
.page-id-2335 .lb-row.lrg-gutters,
.archive.date .lb-row.lrg-gutters {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.page-template-orientale-v2 .lb-row.x-lrg-gutters,
.page-template-orientale-it-v2 .lb-row.x-lrg-gutters,
.page-id-4269 .lb-row.x-lrg-gutters,
.page-id-2335 .lb-row.x-lrg-gutters,
.archive.date .lb-row.x-lrg-gutters {
  padding-left: 25vw !important;
  padding-right: 25vw !important;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .lb-row.x-lrg-gutters,
.page-template-orientale-it-v2 .lb-row.x-lrg-gutters,
.page-id-4269 .lb-row.x-lrg-gutters,
.page-id-2335 .lb-row.x-lrg-gutters,
.archive.date .lb-row.x-lrg-gutters {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .lb-row.x-lrg-gutters,
.page-template-orientale-it-v2 .lb-row.x-lrg-gutters,
.page-id-4269 .lb-row.x-lrg-gutters,
.page-id-2335 .lb-row.x-lrg-gutters,
.archive.date .lb-row.x-lrg-gutters {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.page-template-orientale-v2 .lb-row.xx-lrg-gutters,
.page-template-orientale-it-v2 .lb-row.xx-lrg-gutters,
.page-id-4269 .lb-row.xx-lrg-gutters,
.page-id-2335 .lb-row.xx-lrg-gutters,
.archive.date .lb-row.xx-lrg-gutters {
  padding-left: 33.3333333333vw !important;
  padding-right: 33.3333333333vw !important;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .lb-row.xx-lrg-gutters,
.page-template-orientale-it-v2 .lb-row.xx-lrg-gutters,
.page-id-4269 .lb-row.xx-lrg-gutters,
.page-id-2335 .lb-row.xx-lrg-gutters,
.archive.date .lb-row.xx-lrg-gutters {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .lb-row.xx-lrg-gutters,
.page-template-orientale-it-v2 .lb-row.xx-lrg-gutters,
.page-id-4269 .lb-row.xx-lrg-gutters,
.page-id-2335 .lb-row.xx-lrg-gutters,
.archive.date .lb-row.xx-lrg-gutters {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.page-template-orientale-v2 .lb-col,
.page-template-orientale-it-v2 .lb-col,
.page-id-4269 .lb-col,
.page-id-2335 .lb-col,
.archive.date .lb-col {
  box-sizing: border-box;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  z-index: 11;
}
.page-template-orientale-v2 .lb-col .lb-col-inner,
.page-template-orientale-it-v2 .lb-col .lb-col-inner,
.page-id-4269 .lb-col .lb-col-inner,
.page-id-2335 .lb-col .lb-col-inner,
.archive.date .lb-col .lb-col-inner {
  box-sizing: border-box;
  position: relative;
  z-index: 15;
  width: 100%;
}
.page-template-orientale-v2 .lb-col[class*=col-],
.page-template-orientale-it-v2 .lb-col[class*=col-],
.page-id-4269 .lb-col[class*=col-],
.page-id-2335 .lb-col[class*=col-],
.archive.date .lb-col[class*=col-] {
  float: left;
}
@supports (display: flex) {
  .page-template-orientale-v2 .lb-col[class*=col-],
.page-template-orientale-it-v2 .lb-col[class*=col-],
.page-id-4269 .lb-col[class*=col-],
.page-id-2335 .lb-col[class*=col-],
.archive.date .lb-col[class*=col-] {
    float: none;
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .lb-col[class*=col-],
.page-template-orientale-it-v2 .lb-col[class*=col-],
.page-id-4269 .lb-col[class*=col-],
.page-id-2335 .lb-col[class*=col-],
.archive.date .lb-col[class*=col-] {
    width: 100% !important;
  }
}
.page-template-orientale-v2 .lb-col.col-1,
.page-template-orientale-it-v2 .lb-col.col-1,
.page-id-4269 .lb-col.col-1,
.page-id-2335 .lb-col.col-1,
.archive.date .lb-col.col-1 {
  width: calc(8.3333333333% * 1);
}
.page-template-orientale-v2 .lb-col.col-2,
.page-template-orientale-it-v2 .lb-col.col-2,
.page-id-4269 .lb-col.col-2,
.page-id-2335 .lb-col.col-2,
.archive.date .lb-col.col-2 {
  width: calc(8.3333333333% * 2);
}
.page-template-orientale-v2 .lb-col.col-3,
.page-template-orientale-it-v2 .lb-col.col-3,
.page-id-4269 .lb-col.col-3,
.page-id-2335 .lb-col.col-3,
.archive.date .lb-col.col-3 {
  width: calc(8.3333333333% * 3);
}
.page-template-orientale-v2 .lb-col.col-4,
.page-template-orientale-it-v2 .lb-col.col-4,
.page-id-4269 .lb-col.col-4,
.page-id-2335 .lb-col.col-4,
.archive.date .lb-col.col-4 {
  width: calc(8.3333333333% * 4);
}
.page-template-orientale-v2 .lb-col.col-5,
.page-template-orientale-it-v2 .lb-col.col-5,
.page-id-4269 .lb-col.col-5,
.page-id-2335 .lb-col.col-5,
.archive.date .lb-col.col-5 {
  width: calc(8.3333333333% * 5);
}
.page-template-orientale-v2 .lb-col.col-6,
.page-template-orientale-it-v2 .lb-col.col-6,
.page-id-4269 .lb-col.col-6,
.page-id-2335 .lb-col.col-6,
.archive.date .lb-col.col-6 {
  width: calc(8.3333333333% * 6);
}
.page-template-orientale-v2 .lb-col.col-7,
.page-template-orientale-it-v2 .lb-col.col-7,
.page-id-4269 .lb-col.col-7,
.page-id-2335 .lb-col.col-7,
.archive.date .lb-col.col-7 {
  width: calc(8.3333333333% * 7);
}
.page-template-orientale-v2 .lb-col.col-8,
.page-template-orientale-it-v2 .lb-col.col-8,
.page-id-4269 .lb-col.col-8,
.page-id-2335 .lb-col.col-8,
.archive.date .lb-col.col-8 {
  width: calc(8.3333333333% * 8);
}
.page-template-orientale-v2 .lb-col.col-9,
.page-template-orientale-it-v2 .lb-col.col-9,
.page-id-4269 .lb-col.col-9,
.page-id-2335 .lb-col.col-9,
.archive.date .lb-col.col-9 {
  width: calc(8.3333333333% * 9);
}
.page-template-orientale-v2 .lb-col.col-10,
.page-template-orientale-it-v2 .lb-col.col-10,
.page-id-4269 .lb-col.col-10,
.page-id-2335 .lb-col.col-10,
.archive.date .lb-col.col-10 {
  width: calc(8.3333333333% * 10);
}
.page-template-orientale-v2 .lb-col.col-11,
.page-template-orientale-it-v2 .lb-col.col-11,
.page-id-4269 .lb-col.col-11,
.page-id-2335 .lb-col.col-11,
.archive.date .lb-col.col-11 {
  width: calc(8.3333333333% * 11);
}
.page-template-orientale-v2 .lb-col.col-12,
.page-template-orientale-it-v2 .lb-col.col-12,
.page-id-4269 .lb-col.col-12,
.page-id-2335 .lb-col.col-12,
.archive.date .lb-col.col-12 {
  width: calc(8.3333333333% * 12);
}
.page-template-orientale-v2 .content_bottom,
.page-template-orientale-it-v2 .content_bottom,
.page-id-4269 .content_bottom,
.page-id-2335 .content_bottom,
.archive.date .content_bottom {
  display: none !important;
}
.page-template-orientale-v2 body:not(#this) footer,
.page-template-orientale-it-v2 body:not(#this) footer,
.page-id-4269 body:not(#this) footer,
.page-id-2335 body:not(#this) footer,
.archive.date body:not(#this) footer {
  width: 100% !important;
  left: initial !important;
  box-sizing: border-box !important;
  background: #660b21;
  color: #ffffff;
  padding: 6.25vw 8.3333333333vw calc(((100vw / 12) * 0.75) - 70px) !important;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 body:not(#this) footer,
.page-template-orientale-it-v2 body:not(#this) footer,
.page-id-4269 body:not(#this) footer,
.page-id-2335 body:not(#this) footer,
.archive.date body:not(#this) footer {
    padding: 8.3333333333vw 8.3333333333vw calc((100vw / 12) - 40px) !important;
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 body:not(#this) footer,
.page-template-orientale-it-v2 body:not(#this) footer,
.page-id-4269 body:not(#this) footer,
.page-id-2335 body:not(#this) footer,
.archive.date body:not(#this) footer {
    padding: 10.4166666667vw 8.3333333333vw calc(((100vw / 12) * 1.25) - 40px) !important;
    padding-left: 8.3333333333vw !important;
  }
}
@media (max-width: 768px) {
  .page-template-orientale-v2 body:not(#this) footer,
.page-template-orientale-it-v2 body:not(#this) footer,
.page-id-4269 body:not(#this) footer,
.page-id-2335 body:not(#this) footer,
.archive.date body:not(#this) footer {
    padding: 12.5vw 8.3333333333vw calc(((100vw / 12) * 1.5) - 40px) !important;
    padding-left: 8.3333333333vw !important;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 body:not(#this) footer,
.page-template-orientale-it-v2 body:not(#this) footer,
.page-id-4269 body:not(#this) footer,
.page-id-2335 body:not(#this) footer,
.archive.date body:not(#this) footer {
    padding: 12.5vw 8.3333333333vw calc(((100vw / 12) * 3) - 40px) !important;
    padding-left: 8.3333333333vw !important;
  }
}
.page-template-orientale-v2 body:not(#this) footer .lb_footer,
.page-template-orientale-it-v2 body:not(#this) footer .lb_footer,
.page-id-4269 body:not(#this) footer .lb_footer,
.page-id-2335 body:not(#this) footer .lb_footer,
.archive.date body:not(#this) footer .lb_footer {
  text-align: center;
  padding-top: 40px;
}
.page-template-orientale-v2 body:not(#this) footer .lb_footer a,
.page-template-orientale-it-v2 body:not(#this) footer .lb_footer a,
.page-id-4269 body:not(#this) footer .lb_footer a,
.page-id-2335 body:not(#this) footer .lb_footer a,
.archive.date body:not(#this) footer .lb_footer a {
  width: 30px;
  display: block;
  height: 30px;
  margin: 0 auto;
  text-align: center;
}
.page-template-orientale-v2 body:not(#this) footer .lb_footer img,
.page-template-orientale-it-v2 body:not(#this) footer .lb_footer img,
.page-id-4269 body:not(#this) footer .lb_footer img,
.page-id-2335 body:not(#this) footer .lb_footer img,
.archive.date body:not(#this) footer .lb_footer img {
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  display: inline-block;
  opacity: 0.04;
  transition: 0.25s ease-in-out;
}
.page-template-orientale-v2 body:not(#this) footer .lb_footer img:hover,
.page-template-orientale-it-v2 body:not(#this) footer .lb_footer img:hover,
.page-id-4269 body:not(#this) footer .lb_footer img:hover,
.page-id-2335 body:not(#this) footer .lb_footer img:hover,
.archive.date body:not(#this) footer .lb_footer img:hover {
  opacity: 0.2;
}
.page-template-orientale-v2 body:not(#this) footer .footer_top_holder,
.page-template-orientale-it-v2 body:not(#this) footer .footer_top_holder,
.page-id-4269 body:not(#this) footer .footer_top_holder,
.page-id-2335 body:not(#this) footer .footer_top_holder,
.archive.date body:not(#this) footer .footer_top_holder {
  background: #660b21;
}
.page-template-orientale-v2 body:not(#this) footer .footer_top_holder .footer_top,
.page-template-orientale-it-v2 body:not(#this) footer .footer_top_holder .footer_top,
.page-id-4269 body:not(#this) footer .footer_top_holder .footer_top,
.page-id-2335 body:not(#this) footer .footer_top_holder .footer_top,
.archive.date body:not(#this) footer .footer_top_holder .footer_top {
  padding: 0 !important;
}
.page-template-orientale-v2 body:not(#this) footer .full_section_inner,
.page-template-orientale-it-v2 body:not(#this) footer .full_section_inner,
.page-id-4269 body:not(#this) footer .full_section_inner,
.page-id-2335 body:not(#this) footer .full_section_inner,
.archive.date body:not(#this) footer .full_section_inner {
  display: flex;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 body:not(#this) footer .full_section_inner,
.page-template-orientale-it-v2 body:not(#this) footer .full_section_inner,
.page-id-4269 body:not(#this) footer .full_section_inner,
.page-id-2335 body:not(#this) footer .full_section_inner,
.archive.date body:not(#this) footer .full_section_inner {
    flex-wrap: wrap;
  }
}
.page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6,
.page-id-4269 body:not(#this) footer .vc_col-sm-6,
.page-id-2335 body:not(#this) footer .vc_col-sm-6,
.archive.date body:not(#this) footer .vc_col-sm-6 {
  display: flex;
  align-items: center;
}
.page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:first-child,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:first-child,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:first-child,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:first-child,
.archive.date body:not(#this) footer .vc_col-sm-6:first-child {
  width: 25vw !important;
  padding-right: 4.1666666667vw;
}
@media (max-width: 1700px) {
  .page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:first-child,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:first-child,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:first-child,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:first-child,
.archive.date body:not(#this) footer .vc_col-sm-6:first-child {
    width: 33.3333333333vw !important;
  }
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:first-child,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:first-child,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:first-child,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:first-child,
.archive.date body:not(#this) footer .vc_col-sm-6:first-child {
    padding-right: 8.3333333333vw;
    padding-left: 2.0833333333vw;
    width: 41.6666666667vw !important;
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:first-child,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:first-child,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:first-child,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:first-child,
.archive.date body:not(#this) footer .vc_col-sm-6:first-child {
    width: 100% !important;
    padding-left: 18.75vw;
    padding-right: 18.75vw;
    padding-bottom: 8.3333333333vw;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:first-child,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:first-child,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:first-child,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:first-child,
.archive.date body:not(#this) footer .vc_col-sm-6:first-child {
    padding-left: 2.0833333333vw;
    padding-right: 2.0833333333vw;
  }
}
.page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper,
.archive.date body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper .wpb_single_image,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper .wpb_single_image,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper .wpb_single_image,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper .wpb_single_image,
.archive.date body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper .wpb_single_image {
  height: 100px;
  box-sizing: border-box;
  padding: 0 0.25rem;
}
@media (max-width: 1260px) {
  .page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper .wpb_single_image,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper .wpb_single_image,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper .wpb_single_image,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper .wpb_single_image,
.archive.date body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper .wpb_single_image {
    height: 75px;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper .wpb_single_image,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper .wpb_single_image,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper .wpb_single_image,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper .wpb_single_image,
.archive.date body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper .wpb_single_image {
    height: 18.75vw;
  }
}
@media (max-width: 340px) {
  .page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper .wpb_single_image,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper .wpb_single_image,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper .wpb_single_image,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper .wpb_single_image,
.archive.date body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper .wpb_single_image {
    height: 50px;
  }
}
.page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper .wpb_text_column,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper .wpb_text_column,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper .wpb_text_column,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper .wpb_text_column,
.archive.date body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper .wpb_text_column {
  width: 100%;
}
.page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:first-child a,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:first-child a,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:first-child a,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:first-child a,
.archive.date body:not(#this) footer .vc_col-sm-6:first-child a {
  transition: 0.25s ease-in-out;
}
.page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:first-child a:hover,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:first-child a:hover,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:first-child a:hover,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:first-child a:hover,
.archive.date body:not(#this) footer .vc_col-sm-6:first-child a:hover {
  opacity: 0.8;
}
.page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:first-child a img,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:first-child a img,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:first-child a img,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:first-child a img,
.archive.date body:not(#this) footer .vc_col-sm-6:first-child a img {
  height: 100px;
  width: auto;
}
@media (max-width: 1260px) {
  .page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:first-child a img,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:first-child a img,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:first-child a img,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:first-child a img,
.archive.date body:not(#this) footer .vc_col-sm-6:first-child a img {
    height: 75px;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:first-child a img,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:first-child a img,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:first-child a img,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:first-child a img,
.archive.date body:not(#this) footer .vc_col-sm-6:first-child a img {
    height: 18.75vw;
  }
}
@media (max-width: 340px) {
  .page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:first-child a img,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:first-child a img,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:first-child a img,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:first-child a img,
.archive.date body:not(#this) footer .vc_col-sm-6:first-child a img {
    height: 50px;
  }
}
.page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:first-child h4,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:first-child h4,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:first-child h4,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:first-child h4,
.archive.date body:not(#this) footer .vc_col-sm-6:first-child h4 {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
  color: #ffffff;
  font-family: "Almendra", "Georgia", Cambria, Times New Roman, Times, serif !important;
  font-size: 24px !important;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:first-child h4,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:first-child h4,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:first-child h4,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:first-child h4,
.archive.date body:not(#this) footer .vc_col-sm-6:first-child h4 {
    font-size: 22px !important;
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:first-child h4,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:first-child h4,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:first-child h4,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:first-child h4,
.archive.date body:not(#this) footer .vc_col-sm-6:first-child h4 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:first-child h4,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:first-child h4,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:first-child h4,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:first-child h4,
.archive.date body:not(#this) footer .vc_col-sm-6:first-child h4 {
    font-size: 20px !important;
  }
}
.page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:last-child,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:last-child,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:last-child,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:last-child,
.archive.date body:not(#this) footer .vc_col-sm-6:last-child {
  width: calc(100% - 25vw) !important;
  padding-left: 8.3333333333vw;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:last-child,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:last-child,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:last-child,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:last-child,
.archive.date body:not(#this) footer .vc_col-sm-6:last-child {
    width: calc(100% - 41.6666666667vw) !important;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:last-child,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:last-child,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:last-child,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:last-child,
.archive.date body:not(#this) footer .vc_col-sm-6:last-child {
    width: 100% !important;
    padding-left: 0;
    padidng-right: 0;
  }
}
.page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper,
.archive.date body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper,
.archive.date body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper {
    justify-content: space-between;
  }
}
.page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper .wpb_text_column,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper .wpb_text_column,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper .wpb_text_column,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper .wpb_text_column,
.archive.date body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper .wpb_text_column {
  width: calc(100% / 3);
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper .wpb_text_column,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper .wpb_text_column,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper .wpb_text_column,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper .wpb_text_column,
.archive.date body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper .wpb_text_column {
    width: auto;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper .wpb_text_column,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper .wpb_text_column,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper .wpb_text_column,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper .wpb_text_column,
.archive.date body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper .wpb_text_column {
    width: 100%;
    text-align: center;
    padding-bottom: 8.3333333333vw;
  }
  .page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper .wpb_text_column:last-child,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper .wpb_text_column:last-child,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper .wpb_text_column:last-child,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper .wpb_text_column:last-child,
.archive.date body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper .wpb_text_column:last-child {
    padding-bottom: 0;
  }
}
.page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:last-child h3,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:last-child h3,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:last-child h3,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:last-child h3,
.archive.date body:not(#this) footer .vc_col-sm-6:last-child h3 {
  color: #ffffff !important;
  font-size: 28px !important;
  border-bottom: 1px solid #b47b28;
  display: inline-block;
  width: auto;
  margin-bottom: 1.5rem;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:last-child h3,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:last-child h3,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:last-child h3,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:last-child h3,
.archive.date body:not(#this) footer .vc_col-sm-6:last-child h3 {
    font-size: 24px !important;
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:last-child h3,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:last-child h3,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:last-child h3,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:last-child h3,
.archive.date body:not(#this) footer .vc_col-sm-6:last-child h3 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:last-child h3,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:last-child h3,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:last-child h3,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:last-child h3,
.archive.date body:not(#this) footer .vc_col-sm-6:last-child h3 {
    font-size: 20px !important;
  }
}
.page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:last-child a,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:last-child a,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:last-child a,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:last-child a,
.archive.date body:not(#this) footer .vc_col-sm-6:last-child a {
  color: #ffffff !important;
  transition: 0.25s ease-in-out;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block !important;
  margin-bottom: 0.65rem;
  font-size: 1rem !important;
}
.page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:last-child a:hover,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:last-child a:hover,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:last-child a:hover,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:last-child a:hover,
.archive.date body:not(#this) footer .vc_col-sm-6:last-child a:hover {
  color: #b47b28 !important;
}
.page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:last-child a::last-child,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:last-child a::last-child,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:last-child a::last-child,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:last-child a::last-child,
.archive.date body:not(#this) footer .vc_col-sm-6:last-child a::last-child {
  margin-bottom: 0;
}
.page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:last-child br,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:last-child br,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:last-child br,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:last-child br,
.archive.date body:not(#this) footer .vc_col-sm-6:last-child br {
  display: none;
}
.page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:last-child .social,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:last-child .social,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:last-child .social,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:last-child .social,
.archive.date body:not(#this) footer .vc_col-sm-6:last-child .social {
  margin-top: 1rem;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:last-child .social,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:last-child .social,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:last-child .social,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:last-child .social,
.archive.date body:not(#this) footer .vc_col-sm-6:last-child .social {
    margin-top: 8.3333333333vw;
  }
}
.page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode,
.archive.date body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode {
  margin-right: 1.5rem;
}
.page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode:last-child,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode:last-child,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode:last-child,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode:last-child,
.archive.date body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode:last-child {
  margin-right: 0;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode,
.archive.date body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode {
    margin-right: 2.5rem;
  }
  .page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode:last-child,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode:last-child,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode:last-child,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode:last-child,
.archive.date body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode:last-child {
    margin-right: 0;
  }
}
.page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode a,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode a,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode a,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode a,
.archive.date body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode a {
  marign-bottom: 0;
}
.page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode a i,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode a i,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode a i,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode a i,
.archive.date body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode a i {
  color: #b47b28;
  font-size: 20px;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode a i,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode a i,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode a i,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode a i,
.archive.date body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode a i {
    font-size: 25px;
  }
}
.page-template-orientale-v2 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode a:hover i,
.page-template-orientale-it-v2 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode a:hover i,
.page-id-4269 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode a:hover i,
.page-id-2335 body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode a:hover i,
.archive.date body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode a:hover i {
  color: #ffffff;
}
@media print {
  .page-template-orientale-v2,
.page-template-orientale-it-v2,
.page-id-4269,
.page-id-2335,
.archive.date {
    /******************************************************************

    Site Name:
    Author:

    Stylesheet: Print Stylesheet

    This is the print stylesheet. There's probably not a lot
    of reasons to edit this stylesheet. If you want to
    though, go for it.

    ******************************************************************/
  }
  .page-template-orientale-v2 *,
.page-template-orientale-it-v2 *,
.page-id-4269 *,
.page-id-2335 *,
.archive.date * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  .page-template-orientale-v2 a, .page-template-orientale-v2 a:visited,
.page-template-orientale-it-v2 a,
.page-template-orientale-it-v2 a:visited,
.page-id-4269 a,
.page-id-4269 a:visited,
.page-id-2335 a,
.page-id-2335 a:visited,
.archive.date a,
.archive.date a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  .page-template-orientale-v2 a:after, .page-template-orientale-v2 a:visited:after,
.page-template-orientale-it-v2 a:after,
.page-template-orientale-it-v2 a:visited:after,
.page-id-4269 a:after,
.page-id-4269 a:visited:after,
.page-id-2335 a:after,
.page-id-2335 a:visited:after,
.archive.date a:after,
.archive.date a:visited:after {
    content: " (" attr(href) ")";
  }
  .page-template-orientale-v2 a abbr[title]:after, .page-template-orientale-v2 a:visited abbr[title]:after,
.page-template-orientale-it-v2 a abbr[title]:after,
.page-template-orientale-it-v2 a:visited abbr[title]:after,
.page-id-4269 a abbr[title]:after,
.page-id-4269 a:visited abbr[title]:after,
.page-id-2335 a abbr[title]:after,
.page-id-2335 a:visited abbr[title]:after,
.archive.date a abbr[title]:after,
.archive.date a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .page-template-orientale-v2 .ir a:after,
.page-template-orientale-v2 a[href^="javascript:"]:after,
.page-template-orientale-v2 a[href^="#"]:after,
.page-template-orientale-it-v2 .ir a:after,
.page-template-orientale-it-v2 a[href^="javascript:"]:after,
.page-template-orientale-it-v2 a[href^="#"]:after,
.page-id-4269 .ir a:after,
.page-id-4269 a[href^="javascript:"]:after,
.page-id-4269 a[href^="#"]:after,
.page-id-2335 .ir a:after,
.page-id-2335 a[href^="javascript:"]:after,
.page-id-2335 a[href^="#"]:after,
.archive.date .ir a:after,
.archive.date a[href^="javascript:"]:after,
.archive.date a[href^="#"]:after {
    content: "";
  }
  .page-template-orientale-v2 pre, .page-template-orientale-v2 blockquote,
.page-template-orientale-it-v2 pre,
.page-template-orientale-it-v2 blockquote,
.page-id-4269 pre,
.page-id-4269 blockquote,
.page-id-2335 pre,
.page-id-2335 blockquote,
.archive.date pre,
.archive.date blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .page-template-orientale-v2 thead,
.page-template-orientale-it-v2 thead,
.page-id-4269 thead,
.page-id-2335 thead,
.archive.date thead {
    display: table-header-group;
  }
  .page-template-orientale-v2 tr, .page-template-orientale-v2 img,
.page-template-orientale-it-v2 tr,
.page-template-orientale-it-v2 img,
.page-id-4269 tr,
.page-id-4269 img,
.page-id-2335 tr,
.page-id-2335 img,
.archive.date tr,
.archive.date img {
    page-break-inside: avoid;
  }
  .page-template-orientale-v2 img,
.page-template-orientale-it-v2 img,
.page-id-4269 img,
.page-id-2335 img,
.archive.date img {
    max-width: 100% !important;
  }
  @page {
    .page-template-orientale-v2,
.page-template-orientale-it-v2,
.page-id-4269,
.page-id-2335,
.archive.date {
      margin: 0.5cm;
    }
  }
  .page-template-orientale-v2 p, .page-template-orientale-v2 h2, .page-template-orientale-v2 h3,
.page-template-orientale-it-v2 p,
.page-template-orientale-it-v2 h2,
.page-template-orientale-it-v2 h3,
.page-id-4269 p,
.page-id-4269 h2,
.page-id-4269 h3,
.page-id-2335 p,
.page-id-2335 h2,
.page-id-2335 h3,
.archive.date p,
.archive.date h2,
.archive.date h3 {
    orphans: 3;
    widows: 3;
  }
  .page-template-orientale-v2 h2,
.page-template-orientale-v2 h3,
.page-template-orientale-it-v2 h2,
.page-template-orientale-it-v2 h3,
.page-id-4269 h2,
.page-id-4269 h3,
.page-id-2335 h2,
.page-id-2335 h3,
.archive.date h2,
.archive.date h3 {
    page-break-after: avoid;
  }
  .page-template-orientale-v2 .sidebar,
.page-template-orientale-v2 .page-navigation,
.page-template-orientale-v2 .wp-prev-next,
.page-template-orientale-v2 .respond-form,
.page-template-orientale-v2 nav,
.page-template-orientale-it-v2 .sidebar,
.page-template-orientale-it-v2 .page-navigation,
.page-template-orientale-it-v2 .wp-prev-next,
.page-template-orientale-it-v2 .respond-form,
.page-template-orientale-it-v2 nav,
.page-id-4269 .sidebar,
.page-id-4269 .page-navigation,
.page-id-4269 .wp-prev-next,
.page-id-4269 .respond-form,
.page-id-4269 nav,
.page-id-2335 .sidebar,
.page-id-2335 .page-navigation,
.page-id-2335 .wp-prev-next,
.page-id-2335 .respond-form,
.page-id-2335 nav,
.archive.date .sidebar,
.archive.date .page-navigation,
.archive.date .wp-prev-next,
.archive.date .respond-form,
.archive.date nav {
    display: none;
  }
}

.page-template-orientale-v2,
.page-template-orientale-it-v2 {
  /******************************************************************

  Stylesheet: Home Page

  Styles for Homepage ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
.page-template-orientale-v2 .content .content_inner,
.page-template-orientale-it-v2 .content .content_inner {
  padding-left: 40px;
}
@media (max-width: 1000px) {
  .page-template-orientale-v2 .content .content_inner,
.page-template-orientale-it-v2 .content .content_inner {
    padding-left: 0;
  }
}
.page-template-orientale-v2 .hero,
.page-template-orientale-it-v2 .hero {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .hero,
.page-template-orientale-it-v2 .hero {
    height: auto;
  }
}
.page-template-orientale-v2 .hero .lb-row-inner,
.page-template-orientale-it-v2 .hero .lb-row-inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.page-template-orientale-v2 .hero .lb-row-inner .logo,
.page-template-orientale-it-v2 .hero .lb-row-inner .logo {
  position: absolute;
  right: -4.1666666667vw;
  bottom: -10.4166666667vw;
  width: 45.8333333333vw;
  opacity: 0.4;
  z-index: 1;
}
.page-template-orientale-v2 .hero .lb-row-inner .donate,
.page-template-orientale-it-v2 .hero .lb-row-inner .donate {
  position: absolute;
  top: 1rem;
  right: 8.3333333333vw;
}
.page-template-orientale-v2 .hero .lb-row-inner .donate a,
.page-template-orientale-it-v2 .hero .lb-row-inner .donate a {
  padding: 1rem 2rem;
  background: rgba(255, 255, 255, 0.92);
  border: 6px solid #b47b28;
  font-family: "Almendra", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 1.75rem;
  color: #660b21;
  transition: 0.25s ease-in-out;
  line-height: 30px;
}
.page-template-orientale-v2 .hero .lb-row-inner .donate a:hover,
.page-template-orientale-it-v2 .hero .lb-row-inner .donate a:hover {
  border: 6px solid #b47b28;
  color: #ffffff;
  background: #660b21;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .hero .lb-row-inner .donate a,
.page-template-orientale-it-v2 .hero .lb-row-inner .donate a {
    display: none;
  }
}
.page-template-orientale-v2 .hero .lb-row-inner .latests,
.page-template-orientale-it-v2 .hero .lb-row-inner .latests {
  height: calc(100vh - 125px);
  background: rgba(255, 255, 255, 0.92);
  padding: 2.380952381vw;
  width: 35.4166666667vw;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .hero .lb-row-inner .latests,
.page-template-orientale-it-v2 .hero .lb-row-inner .latests {
    height: calc(100vh - 105px);
    width: 43.75vw;
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .hero .lb-row-inner .latests,
.page-template-orientale-it-v2 .hero .lb-row-inner .latests {
    width: 50%;
    height: auto;
    padding: 8.3333333333vw;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .hero .lb-row-inner .latests,
.page-template-orientale-it-v2 .hero .lb-row-inner .latests {
    width: 100%;
  }
}
.page-template-orientale-v2 .hero .lb-row-inner .latests > h4,
.page-template-orientale-it-v2 .hero .lb-row-inner .latests > h4 {
  text-transform: uppercase;
  font-family: "Almendra", "Georgia", Cambria, Times New Roman, Times, serif;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .page-template-orientale-v2 .hero .lb-row-inner .latests > h4,
.page-template-orientale-it-v2 .hero .lb-row-inner .latests > h4 {
    margin-bottom: 1.5rem;
  }
}
.page-template-orientale-v2 .hero .lb-row-inner .latests .latests-inner .latest,
.page-template-orientale-it-v2 .hero .lb-row-inner .latests .latests-inner .latest {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #b47b28;
}
@media (max-width: 1700px) {
  .page-template-orientale-v2 .hero .lb-row-inner .latests .latests-inner .latest,
.page-template-orientale-it-v2 .hero .lb-row-inner .latests .latests-inner .latest {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .hero .lb-row-inner .latests .latests-inner .latest,
.page-template-orientale-it-v2 .hero .lb-row-inner .latests .latests-inner .latest {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .page-template-orientale-v2 .hero .lb-row-inner .latests .latests-inner .latest:nth-last-child(1),
.page-template-orientale-it-v2 .hero .lb-row-inner .latests .latests-inner .latest:nth-last-child(1) {
    display: none;
  }
}
@media (max-width: 1280px) {
  .page-template-orientale-v2 .hero .lb-row-inner .latests .latests-inner .latest:nth-last-child(2),
.page-template-orientale-it-v2 .hero .lb-row-inner .latests .latests-inner .latest:nth-last-child(2) {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .page-template-orientale-v2 .hero .lb-row-inner .latests .latests-inner .latest,
.page-template-orientale-it-v2 .hero .lb-row-inner .latests .latests-inner .latest {
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .hero .lb-row-inner .latests .latests-inner .latest,
.page-template-orientale-it-v2 .hero .lb-row-inner .latests .latests-inner .latest {
    margin-bottom: 1.15rem;
    padding-bottom: 1.15rem;
  }
  .page-template-orientale-v2 .hero .lb-row-inner .latests .latests-inner .latest:last-child,
.page-template-orientale-it-v2 .hero .lb-row-inner .latests .latests-inner .latest:last-child {
    display: none;
  }
}
.page-template-orientale-v2 .hero .lb-row-inner .latests .latests-inner .latest .latest-inner > a:hover .name,
.page-template-orientale-it-v2 .hero .lb-row-inner .latests .latests-inner .latest .latest-inner > a:hover .name {
  color: #b47b28;
}
.page-template-orientale-v2 .hero .lb-row-inner .latests .latests-inner .latest .latest-inner .name,
.page-template-orientale-it-v2 .hero .lb-row-inner .latests .latests-inner .latest .latest-inner .name {
  color: #525252;
  transition: 0.25s ease-in-out;
  font-weight: 600 !important;
  font-size: 18px !important;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-template-orientale-v2 .hero .lb-row-inner .latests .latests-inner .latest .latest-inner .name:hover,
.page-template-orientale-it-v2 .hero .lb-row-inner .latests .latests-inner .latest .latest-inner .name:hover {
  color: #b47b28;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .hero .lb-row-inner .latests .latests-inner .latest .latest-inner .name,
.page-template-orientale-it-v2 .hero .lb-row-inner .latests .latests-inner .latest .latest-inner .name {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .hero .lb-row-inner .latests .latests-inner .latest .latest-inner .name,
.page-template-orientale-it-v2 .hero .lb-row-inner .latests .latests-inner .latest .latest-inner .name {
    font-size: 14px !important;
  }
}
.page-template-orientale-v2 .hero .lb-row-inner .latests .latests-inner .latest .latest-inner .categories,
.page-template-orientale-it-v2 .hero .lb-row-inner .latests .latests-inner .latest .latest-inner .categories {
  margin-top: 0.5rem;
}
.page-template-orientale-v2 .hero .lb-row-inner .latests .latests-inner .latest .latest-inner .categories .cat,
.page-template-orientale-it-v2 .hero .lb-row-inner .latests .latests-inner .latest .latest-inner .categories .cat {
  font-size: 0.8rem;
  transition: 0.25s ease-in-out;
  margin-right: 0.25em;
  background: #ffffff;
  color: #525252;
  padding: 0.1em 0.3em;
  transition: 0.25s ease-in-out;
}
.page-template-orientale-v2 .hero .lb-row-inner .latests .latests-inner .latest .latest-inner .categories .cat:last-child,
.page-template-orientale-it-v2 .hero .lb-row-inner .latests .latests-inner .latest .latest-inner .categories .cat:last-child {
  margin-right: 0;
}
.page-template-orientale-v2 .hero .lb-row-inner .latests .latests-inner .latest .latest-inner .categories .cat:hover,
.page-template-orientale-it-v2 .hero .lb-row-inner .latests .latests-inner .latest .latest-inner .categories .cat:hover {
  color: #ffffff;
  background: #b47b28;
}
.page-template-orientale-v2 .hero .lb-row-inner .latests .btn-2,
.page-template-orientale-it-v2 .hero .lb-row-inner .latests .btn-2 {
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  font-family: "Almendra", "Georgia", Cambria, Times New Roman, Times, serif !important;
  transition: 0.25s ease-in-out;
}
.page-template-orientale-v2 .hero .lb-row-inner .latests .btn-2::after,
.page-template-orientale-it-v2 .hero .lb-row-inner .latests .btn-2::after {
  right: calc(0.375rem);
}
.page-template-orientale-v2 .hero .lb-row-inner .latests .btn-2::before, .page-template-orientale-v2 .hero .lb-row-inner .latests .btn-2::after,
.page-template-orientale-it-v2 .hero .lb-row-inner .latests .btn-2::before,
.page-template-orientale-it-v2 .hero .lb-row-inner .latests .btn-2::after {
  transition: 0.25s ease-in-out;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .hero .lb-row-inner .latests .btn-2,
.page-template-orientale-it-v2 .hero .lb-row-inner .latests .btn-2 {
    font-size: 14px !important;
  }
  .page-template-orientale-v2 .hero .lb-row-inner .latests .btn-2::before,
.page-template-orientale-it-v2 .hero .lb-row-inner .latests .btn-2::before {
    width: 0.7em !important;
  }
  .page-template-orientale-v2 .hero .lb-row-inner .latests .btn-2::after,
.page-template-orientale-it-v2 .hero .lb-row-inner .latests .btn-2::after {
    right: 4px !important;
  }
}
.page-template-orientale-v2 .hero .lb-row-inner .latests .btn-2:hover,
.page-template-orientale-it-v2 .hero .lb-row-inner .latests .btn-2:hover {
  color: #b47b28;
}
.page-template-orientale-v2 .hero .lb-row-inner .latests .btn-2:hover::before, .page-template-orientale-v2 .hero .lb-row-inner .latests .btn-2:hover::after,
.page-template-orientale-it-v2 .hero .lb-row-inner .latests .btn-2:hover::before,
.page-template-orientale-it-v2 .hero .lb-row-inner .latests .btn-2:hover::after {
  background: #b47b28;
}
.page-template-orientale-v2 .hero .lb-row-inner .hero-menu,
.page-template-orientale-it-v2 .hero .lb-row-inner .hero-menu {
  height: 125px;
  width: 100%;
  border-top: 1px solid #ffffff;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .hero .lb-row-inner .hero-menu,
.page-template-orientale-it-v2 .hero .lb-row-inner .hero-menu {
    height: 105px;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .hero .lb-row-inner .hero-menu,
.page-template-orientale-it-v2 .hero .lb-row-inner .hero-menu {
    height: auto;
  }
}
.page-template-orientale-v2 .hero .lb-row-inner .hero-menu .hero-menu-inner,
.page-template-orientale-it-v2 .hero .lb-row-inner .hero-menu .hero-menu-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .hero .lb-row-inner .hero-menu .hero-menu-inner,
.page-template-orientale-it-v2 .hero .lb-row-inner .hero-menu .hero-menu-inner {
    flex-wrap: wrap;
  }
}
.page-template-orientale-v2 .hero .lb-row-inner .hero-menu .hero-menu-inner a,
.page-template-orientale-it-v2 .hero .lb-row-inner .hero-menu .hero-menu-inner a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: calc(100% / 3);
  text-align: center;
  color: #ffffff;
  font-family: "Almendra", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 1.75rem;
  transition: 0.25s ease-in-out;
  background: rgba(102, 11, 33, 0.8);
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  text-transform: uppercase;
  line-height: 1.75em;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .hero .lb-row-inner .hero-menu .hero-menu-inner a,
.page-template-orientale-it-v2 .hero .lb-row-inner .hero-menu .hero-menu-inner a {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .hero .lb-row-inner .hero-menu .hero-menu-inner a,
.page-template-orientale-it-v2 .hero .lb-row-inner .hero-menu .hero-menu-inner a {
    font-size: 18px !important;
    width: 100%;
    border-top: 1px solid #ffffff;
    border-left: 0;
    border-right: 0;
    padding: 8.3333333333vw;
  }
}
.page-template-orientale-v2 .hero .lb-row-inner .hero-menu .hero-menu-inner a:first-child,
.page-template-orientale-it-v2 .hero .lb-row-inner .hero-menu .hero-menu-inner a:first-child {
  border-right: 0;
}
.page-template-orientale-v2 .hero .lb-row-inner .hero-menu .hero-menu-inner a:last-child,
.page-template-orientale-it-v2 .hero .lb-row-inner .hero-menu .hero-menu-inner a:last-child {
  border-left: 0;
}
.page-template-orientale-v2 .hero .lb-row-inner .hero-menu .hero-menu-inner a:hover,
.page-template-orientale-it-v2 .hero .lb-row-inner .hero-menu .hero-menu-inner a:hover {
  background: #660b21;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .study:not(#yes),
.page-template-orientale-it-v2 .study:not(#yes) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.page-template-orientale-v2 .study .lb-row-inner,
.page-template-orientale-it-v2 .study .lb-row-inner {
  flex-direction: column;
}
.page-template-orientale-v2 .study .lb-row-inner h2,
.page-template-orientale-it-v2 .study .lb-row-inner h2 {
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .study .lb-row-inner h2,
.page-template-orientale-it-v2 .study .lb-row-inner h2 {
    padding: 0 8.3333333333vw;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .study .lb-row-inner h2,
.page-template-orientale-it-v2 .study .lb-row-inner h2 {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
  }
}
.page-template-orientale-v2 .study .lb-row-inner .to-study-wrapper,
.page-template-orientale-it-v2 .study .lb-row-inner .to-study-wrapper {
  width: 100%;
  padding: 0 6.25vw;
  display: flex;
  box-sizing: border-box;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .study .lb-row-inner .to-study-wrapper,
.page-template-orientale-it-v2 .study .lb-row-inner .to-study-wrapper {
    padding: 0;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .study .lb-row-inner .to-study-wrapper,
.page-template-orientale-it-v2 .study .lb-row-inner .to-study-wrapper {
    flex-wrap: wrap;
  }
}
.page-template-orientale-v2 .study .lb-row-inner .to-study-wrapper .to-study,
.page-template-orientale-it-v2 .study .lb-row-inner .to-study-wrapper .to-study {
  width: calc(100% / 3);
  border-right: 1px solid #b47b28;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .study .lb-row-inner .to-study-wrapper .to-study,
.page-template-orientale-it-v2 .study .lb-row-inner .to-study-wrapper .to-study {
    width: 100%;
    border-right: 0;
  }
}
.page-template-orientale-v2 .study .lb-row-inner .to-study-wrapper .to-study:last-child,
.page-template-orientale-it-v2 .study .lb-row-inner .to-study-wrapper .to-study:last-child {
  border-right: 0;
}
.page-template-orientale-v2 .study .lb-row-inner .to-study-wrapper .to-study .to-study-inner,
.page-template-orientale-it-v2 .study .lb-row-inner .to-study-wrapper .to-study .to-study-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.9166666667vw 4.1666666667vw;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .study .lb-row-inner .to-study-wrapper .to-study .to-study-inner,
.page-template-orientale-it-v2 .study .lb-row-inner .to-study-wrapper .to-study .to-study-inner {
    padding: 4.1666666667vw;
  }
}
.page-template-orientale-v2 .study .lb-row-inner .to-study-wrapper .to-study .to-study-inner:hover .info .title,
.page-template-orientale-it-v2 .study .lb-row-inner .to-study-wrapper .to-study .to-study-inner:hover .info .title {
  color: #b47b28;
}
.page-template-orientale-v2 .study .lb-row-inner .to-study-wrapper .to-study .to-study-inner .img,
.page-template-orientale-it-v2 .study .lb-row-inner .to-study-wrapper .to-study .to-study-inner .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-orientale-v2 .study .lb-row-inner .to-study-wrapper .to-study .to-study-inner .img img,
.page-template-orientale-it-v2 .study .lb-row-inner .to-study-wrapper .to-study .to-study-inner .img img {
  height: 65px;
  width: auto;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .study .lb-row-inner .to-study-wrapper .to-study .to-study-inner .img img,
.page-template-orientale-it-v2 .study .lb-row-inner .to-study-wrapper .to-study .to-study-inner .img img {
    height: 3.5rem;
  }
}
.page-template-orientale-v2 .study .lb-row-inner .to-study-wrapper .to-study .to-study-inner .info .title,
.page-template-orientale-it-v2 .study .lb-row-inner .to-study-wrapper .to-study .to-study-inner .info .title {
  height: auto;
  font-size: 1.7rem !important;
  position: relative;
  text-align: center;
  margin-top: 2.15rem;
  transition: 0.25s ease-in-out;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .study .lb-row-inner .to-study-wrapper .to-study .to-study-inner .info .title,
.page-template-orientale-it-v2 .study .lb-row-inner .to-study-wrapper .to-study .to-study-inner .info .title {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .study .lb-row-inner .to-study-wrapper .to-study .to-study-inner .info .title,
.page-template-orientale-it-v2 .study .lb-row-inner .to-study-wrapper .to-study .to-study-inner .info .title {
    margin-top: 1.15rem;
  }
}
.page-template-orientale-v2 .study .lb-row-inner .to-study-wrapper .to-study .to-study-inner .info .title .subtitle,
.page-template-orientale-it-v2 .study .lb-row-inner .to-study-wrapper .to-study .to-study-inner .info .title .subtitle {
  position: absolute;
  right: 0;
  top: -1.25em;
  font-size: 1rem !important;
  color: #272727;
  opacity: 0.5;
  line-height: 1em !important;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .study .lb-row-inner .to-study-wrapper .to-study .to-study-inner .info .title .subtitle,
.page-template-orientale-it-v2 .study .lb-row-inner .to-study-wrapper .to-study .to-study-inner .info .title .subtitle {
    right: 0.5rem;
    top: -0.8em;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .study .lb-row-inner .to-study-wrapper .to-study .to-study-inner .info .title .subtitle,
.page-template-orientale-it-v2 .study .lb-row-inner .to-study-wrapper .to-study .to-study-inner .info .title .subtitle {
    top: -0.3em;
  }
}
.page-template-orientale-v2 .students .lb-row-inner,
.page-template-orientale-it-v2 .students .lb-row-inner {
  align-items: stretch;
}
.page-template-orientale-v2 .students .lb-row-inner .lb-col,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col {
  width: 50% !important;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .students .lb-row-inner .lb-col,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col {
    width: 100% !important;
  }
}
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner {
  display: flex;
  height: 100%;
  flex-direction: column;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner {
    flex-direction: row;
  }
}
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .current a::before,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .current a::before {
  background: #660b21;
}
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .prospective a::before,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .prospective a::before {
  background: #b47b28;
}
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .current,
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .prospective,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .current,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .prospective {
  width: 100%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .current a,
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .prospective a,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .current a,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .prospective a {
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  padding-top: 5.5666666667vw !important;
  padding-bottom: 5.5666666667vw !important;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .current a,
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .prospective a,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .current a,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .prospective a {
    padding-top: 9.5833333333vw !important;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .current a,
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .prospective a,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .current a,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .prospective a {
    padding-top: 16.6666666667vw !important;
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .current a,
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .prospective a,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .current a,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .prospective a {
    padding-bottom: 9.5833333333vw !important;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .current a,
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .prospective a,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .current a,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .prospective a {
    padding-bottom: 16.6666666667vw !important;
  }
}
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .current a:hover::before,
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .prospective a:hover::before,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .current a:hover::before,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .prospective a:hover::before {
  opacity: 0.5;
}
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .current a::before,
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .prospective a::before,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .current a::before,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .prospective a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 9;
  transition: 0.25s ease-in-out;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .current a,
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .prospective a,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .current a,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .prospective a {
    padding: 8.3333333333vw 4.1666666667vw !important;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .current a,
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .prospective a,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .current a,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .prospective a {
    padding: 16.6666666667vw 8.3333333333vw !important;
  }
}
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .current a h2,
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .prospective a h2,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .current a h2,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .prospective a h2 {
  position: relative;
  z-index: 10;
  color: #ffffff !important;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .current a h2,
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .prospective a h2,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .current a h2,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .prospective a h2 {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .current a h2,
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .prospective a h2,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .current a h2,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .prospective a h2 {
    font-size: 18px !important;
  }
}
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .ordo,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .ordo {
  width: 100%;
  display: flex;
  height: 100%;
}
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .ordo .ordo-inner,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .ordo .ordo-inner {
  width: 100%;
  height: 100%;
  padding: 8.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-size: cover !important;
  background-position: center !important;
}
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .ordo .ordo-inner .buttons,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .ordo .ordo-inner .buttons {
  padding-top: 2rem;
  margin-top: 2rem;
  position: relative;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .ordo .ordo-inner .buttons,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .ordo .ordo-inner .buttons {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .ordo .ordo-inner .buttons::before,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .ordo .ordo-inner .buttons::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .ordo .ordo-inner .buttons a,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .ordo .ordo-inner .buttons a {
  display: flex;
  align-items: center;
  color: #ffffff;
  margin-top: 1rem;
  transition: 0.25s ease-in-out;
}
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .ordo .ordo-inner .buttons a:first-child,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .ordo .ordo-inner .buttons a:first-child {
  margin-top: 0;
}
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .ordo .ordo-inner .buttons a:hover,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .ordo .ordo-inner .buttons a:hover {
  color: #b47b28;
}
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .ordo .ordo-inner .buttons a:hover svg path.change,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .ordo .ordo-inner .buttons a:hover svg path.change {
  fill: #b47b28;
}
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .ordo .ordo-inner .buttons a:hover svg path.changeStroke,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .ordo .ordo-inner .buttons a:hover svg path.changeStroke {
  stroke: #b47b28;
}
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .ordo .ordo-inner .buttons a svg,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .ordo .ordo-inner .buttons a svg {
  margin-right: 1rem;
}
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .ordo .ordo-inner .buttons a svg path,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .ordo .ordo-inner .buttons a svg path {
  transition: 0.25s ease-in-out;
}
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .ordo .ordo-inner .buttons a svg.larger,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .ordo .ordo-inner .buttons a svg.larger {
  width: 22px;
  height: 24px;
  transform: translateX(-2px);
}
.page-template-orientale-v2 .students .lb-row-inner .lb-col .lb-col-inner .ordo .ordo-inner .buttons a span,
.page-template-orientale-it-v2 .students .lb-row-inner .lb-col .lb-col-inner .ordo .ordo-inner .buttons a span {
  font-weight: 600 !important;
}
.page-template-orientale-v2 .profs,
.page-template-orientale-it-v2 .profs {
  position: relative;
}
.page-template-orientale-v2 .profs::after,
.page-template-orientale-it-v2 .profs::after {
  content: "";
  width: 8.3333333333vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #ffffff;
  z-index: 99;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .profs::after,
.page-template-orientale-it-v2 .profs::after {
    display: none;
  }
}
.page-template-orientale-v2 .profs .lb-col-inner,
.page-template-orientale-it-v2 .profs .lb-col-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-template-orientale-v2 .profs .lb-col-inner h3,
.page-template-orientale-it-v2 .profs .lb-col-inner h3 {
  margin-bottom: 2rem;
}
.page-template-orientale-v2 .profs .lb-col-inner .btn,
.page-template-orientale-it-v2 .profs .lb-col-inner .btn {
  align-self: flex-end;
}
.page-template-orientale-v2 .profs .slick-slider,
.page-template-orientale-it-v2 .profs .slick-slider {
  width: 100%;
  position: relative;
}
.page-template-orientale-v2 .profs .slick-slider .slick-arrow,
.page-template-orientale-it-v2 .profs .slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-template-orientale-v2 .profs .slick-slider .slick-arrow.slick-next,
.page-template-orientale-it-v2 .profs .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.page-template-orientale-v2 .profs .slick-slider .slick-arrow.slick-prev,
.page-template-orientale-it-v2 .profs .slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.page-template-orientale-v2 .profs .slick-slider .slick-list,
.page-template-orientale-it-v2 .profs .slick-slider .slick-list {
  width: 100%;
}
.page-template-orientale-v2 .profs .stable_professors .stable_professors-inner,
.page-template-orientale-it-v2 .profs .stable_professors .stable_professors-inner {
  width: 95.8333333333vw;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .profs .stable_professors .stable_professors-inner,
.page-template-orientale-it-v2 .profs .stable_professors .stable_professors-inner {
    width: 129.1666666667vw;
  }
}
.page-template-orientale-v2 .profs .stable_professors .stable_professors-inner::after,
.page-template-orientale-it-v2 .profs .stable_professors .stable_professors-inner::after {
  content: "";
  width: 8.3333333333vw;
  height: 100%;
  position: absolute;
  right: 4.1666666667vw;
  top: 0;
  background: #ffffff;
  z-index: 99;
  display: none;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .profs .stable_professors .stable_professors-inner::after,
.page-template-orientale-it-v2 .profs .stable_professors .stable_professors-inner::after {
    display: block;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .profs .stable_professors .stable_professors-inner::after,
.page-template-orientale-it-v2 .profs .stable_professors .stable_professors-inner::after {
    display: none;
  }
}
.page-template-orientale-v2 .profs .stable_professors .stable_professors-inner .slick-arrow,
.page-template-orientale-it-v2 .profs .stable_professors .stable_professors-inner .slick-arrow {
  z-index: 999;
  line-height: 0;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .profs .stable_professors .stable_professors-inner .slick-arrow.slick-prev,
.page-template-orientale-it-v2 .profs .stable_professors .stable_professors-inner .slick-arrow.slick-prev {
    left: -25px;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .profs .stable_professors .stable_professors-inner .slick-arrow.slick-prev,
.page-template-orientale-it-v2 .profs .stable_professors .stable_professors-inner .slick-arrow.slick-prev {
    left: 0;
  }
}
.page-template-orientale-v2 .profs .stable_professors .stable_professors-inner .slick-arrow.slick-next,
.page-template-orientale-it-v2 .profs .stable_professors .stable_professors-inner .slick-arrow.slick-next {
  right: calc(12.5vw + 55px);
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .profs .stable_professors .stable_professors-inner .slick-arrow.slick-next,
.page-template-orientale-it-v2 .profs .stable_professors .stable_professors-inner .slick-arrow.slick-next {
    right: calc(8.3333333333vw);
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .profs .stable_professors .stable_professors-inner .slick-arrow.slick-next,
.page-template-orientale-it-v2 .profs .stable_professors .stable_professors-inner .slick-arrow.slick-next {
    right: calc(45.8333333333vw);
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .profs .stable_professors .stable_professors-inner .slick-arrow img,
.page-template-orientale-it-v2 .profs .stable_professors .stable_professors-inner .slick-arrow img {
    width: 40px;
  }
}
.page-template-orientale-v2 .profs .stable_professors .stable_professors-inner .professor,
.page-template-orientale-it-v2 .profs .stable_professors .stable_professors-inner .professor {
  width: 16.6666666667vw;
  padding-right: 2rem;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .profs .stable_professors .stable_professors-inner .professor,
.page-template-orientale-it-v2 .profs .stable_professors .stable_professors-inner .professor {
    padding-right: 1rem;
  }
}
.page-template-orientale-v2 .profs .stable_professors .stable_professors-inner .professor .professor-inner,
.page-template-orientale-it-v2 .profs .stable_professors .stable_professors-inner .professor .professor-inner {
  display: flex;
  flex-direction: column;
}
.page-template-orientale-v2 .profs .stable_professors .stable_professors-inner .professor .professor-inner:hover .info h4,
.page-template-orientale-it-v2 .profs .stable_professors .stable_professors-inner .professor .professor-inner:hover .info h4 {
  color: #b47b28;
}
.page-template-orientale-v2 .profs .stable_professors .stable_professors-inner .professor .professor-inner .img,
.page-template-orientale-it-v2 .profs .stable_professors .stable_professors-inner .professor .professor-inner .img {
  position: relative;
  width: 100%;
  padding-bottom: 85%;
}
.page-template-orientale-v2 .profs .stable_professors .stable_professors-inner .professor .professor-inner .img .img-innner,
.page-template-orientale-it-v2 .profs .stable_professors .stable_professors-inner .professor .professor-inner .img .img-innner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover !important;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat;
}
.page-template-orientale-v2 .profs .stable_professors .stable_professors-inner .professor .professor-inner .info,
.page-template-orientale-it-v2 .profs .stable_professors .stable_professors-inner .professor .professor-inner .info {
  margin-top: 1.5rem;
}
.page-template-orientale-v2 .profs .stable_professors .stable_professors-inner .professor .professor-inner .info h4,
.page-template-orientale-it-v2 .profs .stable_professors .stable_professors-inner .professor .professor-inner .info h4 {
  transition: 0.25s ease-in-out;
  font-weight: 700 !important;
  margin-bottom: 0.5rem;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .profs .stable_professors .stable_professors-inner .professor .professor-inner .info h4,
.page-template-orientale-it-v2 .profs .stable_professors .stable_professors-inner .professor .professor-inner .info h4 {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .profs .stable_professors .stable_professors-inner .professor .professor-inner .info h4,
.page-template-orientale-it-v2 .profs .stable_professors .stable_professors-inner .professor .professor-inner .info h4 {
    font-size: 15px;
  }
}
.page-template-orientale-v2 .profs .stable_professors .stable_professors-inner .professor .professor-inner .info .role-faculty,
.page-template-orientale-it-v2 .profs .stable_professors .stable_professors-inner .professor .professor-inner .info .role-faculty {
  line-height: 1.25em;
}
.page-template-orientale-v2 .profs .stable_professors .stable_professors-inner .professor .professor-inner .info .role-faculty span,
.page-template-orientale-it-v2 .profs .stable_professors .stable_professors-inner .professor .professor-inner .info .role-faculty span {
  margin-right: 0.75rem;
  padding-right: 0.75rem;
  position: relative;
}
.page-template-orientale-v2 .profs .stable_professors .stable_professors-inner .professor .professor-inner .info .role-faculty span::after,
.page-template-orientale-it-v2 .profs .stable_professors .stable_professors-inner .professor .professor-inner .info .role-faculty span::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #272727;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-template-orientale-v2 .profs .stable_professors .stable_professors-inner .professor .professor-inner .info .role-faculty span:last-child,
.page-template-orientale-it-v2 .profs .stable_professors .stable_professors-inner .professor .professor-inner .info .role-faculty span:last-child {
  padding-right: 0;
  margin-right: 0;
}
.page-template-orientale-v2 .profs .stable_professors .stable_professors-inner .professor .professor-inner .info .role-faculty span:last-child::after,
.page-template-orientale-it-v2 .profs .stable_professors .stable_professors-inner .professor .professor-inner .info .role-faculty span:last-child::after {
  display: none;
}
.page-template-orientale-v2 .news-calendar .tabs,
.page-template-orientale-it-v2 .news-calendar .tabs {
  width: 100%;
  box-sizing: border-box;
}
.page-template-orientale-v2 .news-calendar .tabs .tabs-nav,
.page-template-orientale-it-v2 .news-calendar .tabs .tabs-nav {
  margin-bottom: 2rem;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .news-calendar .tabs .tabs-nav,
.page-template-orientale-it-v2 .news-calendar .tabs .tabs-nav {
    overflow-x: scroll;
  }
}
.page-template-orientale-v2 .news-calendar .tabs .tabs-nav .tabs-nav-inner,
.page-template-orientale-it-v2 .news-calendar .tabs .tabs-nav .tabs-nav-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .news-calendar .tabs .tabs-nav .tabs-nav-inner,
.page-template-orientale-it-v2 .news-calendar .tabs .tabs-nav .tabs-nav-inner {
    width: auto;
  }
}
.page-template-orientale-v2 .news-calendar .tabs .tabs-nav .tabs-nav-inner a,
.page-template-orientale-it-v2 .news-calendar .tabs .tabs-nav .tabs-nav-inner a {
  font: 400 2.5em/1.25em "Almendra", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 2em;
  color: rgba(102, 11, 33, 0.5);
  padding-right: 2rem;
  margin-right: 2rem;
  position: relative;
  transition: 0.25s ease-in-out;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .news-calendar .tabs .tabs-nav .tabs-nav-inner a,
.page-template-orientale-it-v2 .news-calendar .tabs .tabs-nav .tabs-nav-inner a {
    font-size: 1.125rem !important;
    padding-right: 1rem;
    margin-right: 1rem;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .news-calendar .tabs .tabs-nav .tabs-nav-inner a,
.page-template-orientale-it-v2 .news-calendar .tabs .tabs-nav .tabs-nav-inner a {
    white-space: nowrap;
  }
}
.page-template-orientale-v2 .news-calendar .tabs .tabs-nav .tabs-nav-inner a::after,
.page-template-orientale-it-v2 .news-calendar .tabs .tabs-nav .tabs-nav-inner a::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #b47b28;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-template-orientale-v2 .news-calendar .tabs .tabs-nav .tabs-nav-inner a:last-child,
.page-template-orientale-it-v2 .news-calendar .tabs .tabs-nav .tabs-nav-inner a:last-child {
  padding-right: 0;
  margin-right: 0;
}
.page-template-orientale-v2 .news-calendar .tabs .tabs-nav .tabs-nav-inner a:last-child::after,
.page-template-orientale-it-v2 .news-calendar .tabs .tabs-nav .tabs-nav-inner a:last-child::after {
  display: none;
}
.page-template-orientale-v2 .news-calendar .tabs .tabs-nav .tabs-nav-inner a:hover, .page-template-orientale-v2 .news-calendar .tabs .tabs-nav .tabs-nav-inner a.active,
.page-template-orientale-it-v2 .news-calendar .tabs .tabs-nav .tabs-nav-inner a:hover,
.page-template-orientale-it-v2 .news-calendar .tabs .tabs-nav .tabs-nav-inner a.active {
  color: #660b21;
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies {
  width: 100%;
  box-sizing: border-box;
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body {
  width: 100%;
  box-sizing: border-box;
  display: none;
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body.active,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body.active {
  display: block;
  animation: lb-fade-in 0.5s;
  animation-fill-mode: forwards;
}
@keyframes lb-fade-in {
  from {
    transform: translateY(10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .tab-body-inner,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .tab-body-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .tab-body-inner,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .tab-body-inner {
    align-items: flex-start;
  }
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .tab-body-inner > .btn,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .tab-body-inner > .btn {
  margin-top: 2rem;
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper {
  display: flex;
  width: 100%;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper {
    flex-wrap: wrap;
  }
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col {
  width: 50%;
  padding-right: 2.0833333333vw;
  border-right: 1px solid #b47b28;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col {
    width: 65%;
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #b47b28;
    padding-bottom: 8.3333333333vw;
    margin-bottom: 8.3333333333vw;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article {
  margin-bottom: 2rem;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article:first-child,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article:first-child,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article:first-child,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article:first-child {
    border-bottom: 1px solid #b47b28;
    padding-bottom: 8.3333333333vw;
    margin-bottom: 8.3333333333vw;
  }
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article:last-child,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article:last-child,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article:last-child,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article:last-child,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article:last-child,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article:last-child,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article:last-child {
    margin-bottom: 2rem;
  }
  .page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article:last-child .img,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article:last-child .img,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article:last-child .img,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article:last-child .img {
    display: none;
  }
  .page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article:last-child .info,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article:last-child .info,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article:last-child .info,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article:last-child .info {
    width: 100%;
  }
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div {
    flex-wrap: wrap;
  }
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .img,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .img,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .img,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .img {
  width: 16.6666666667vw;
  position: relative;
  padding-bottom: 9.375vw;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .img,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .img,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .img,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .img {
    width: 50%;
    padding-bottom: 14.375vw;
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .img,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .img,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .img,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .img {
    padding-bottom: 22.5vw;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .img,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .img,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .img,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .img {
    width: 100%;
    padding-bottom: 45.8333333333vw;
    margin-bottom: 1rem;
  }
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .img .img-inner,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .img .img-inner,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .img .img-inner,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .img .img-inner {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover !important;
  background-position: center !important;
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .img:hover + .info a h4,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .img:hover + .info a h4,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .img:hover + .info a h4,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .img:hover + .info a h4 {
  color: #b47b28;
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .info,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .info,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .info,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .info {
  width: calc(100% - 16.6666666667vw);
  padding-left: 2.0833333333vw;
  padding-top: 1rem;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .info,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .info,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .info,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .info {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .info,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .info,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .info,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .info {
    padding-left: 4.1666666667vw;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .info,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .info,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .info,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .info {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .info a:hover h4,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .info a:hover h4,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .info a:hover h4,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .info a:hover h4 {
  color: #b47b28;
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .info a h4,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .info a h4,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .info a h4,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .info a h4 {
  transition: 0.25s ease-in-out;
  font-size: 18px !important;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .info a h4,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .info a h4,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .info a h4,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .info a h4 {
    font-size: 18px !important;
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .info a h4,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .info a h4,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .info a h4,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .info a h4 {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .info a h4,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .info a h4,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .info a h4,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .info a h4 {
    font-size: 16px !important;
  }
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .info .date-cat,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .info .date-cat,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .info .date-cat,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .info .date-cat {
  margin-bottom: 0.75rem;
  color: #525252;
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .info .date-cat span::after,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .info .date-cat span::after,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .info .date-cat span::after,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .info .date-cat span::after {
  content: "|";
  display: inline-block;
  margin: 0 0.25em;
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .info .date-cat span:last-child::after,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .info .date-cat span:last-child::after,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .info .date-cat span:last-child::after,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .info .date-cat span:last-child::after {
  display: none;
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .info .date-cat span a,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .info .date-cat span a,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .info .date-cat span a,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .info .date-cat span a {
  color: #525252;
  transition: 0.25s ease-in-out;
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .info .date-cat span a:hover,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .info .date-cat span a:hover,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .info .date-cat span a:hover,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .info .date-cat span a:hover {
  color: #000000;
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .info .name,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .info .name,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .first-col article > div .info .name,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .first-col article > div .info .name {
  font-weight: 700 !important;
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col {
  width: 50%;
  padding-top: 1rem;
  padding-left: 2.0833333333vw;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col {
    width: 35%;
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
  }
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article {
  margin-bottom: 1.5rem;
  box-sizing: border-box;
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article:last-child,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article:last-child,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article:last-child,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article:nth-last-child(-n+2),
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article:nth-last-child(-n+2),
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article:nth-last-child(-n+2),
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article:nth-last-child(-n+2) {
    display: none;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article:nth-last-child(-n+2),
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article:nth-last-child(-n+2),
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article:nth-last-child(-n+2),
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article:nth-last-child(-n+2) {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article {
    width: 50%;
    padding-right: 2.0833333333vw;
  }
  .page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article:nth-last-child(2),
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article:nth-last-child(2),
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article:nth-last-child(2),
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article:nth-last-child(2) {
    display: block;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article {
    width: 100%;
    padding-right: 0;
  }
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article > div .img,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article > div .img,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article > div .img,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article > div .img {
  display: none;
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article > div .info a:hover h4,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article > div .info a:hover h4,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article > div .info a:hover h4,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article > div .info a:hover h4 {
  color: #b47b28;
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article > div .info a h4,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article > div .info a h4,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article > div .info a h4,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article > div .info a h4 {
  transition: 0.25s ease-in-out;
  font-size: 18px !important;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article > div .info a h4,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article > div .info a h4,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article > div .info a h4,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article > div .info a h4 {
    font-size: 18px !important;
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article > div .info a h4,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article > div .info a h4,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article > div .info a h4,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article > div .info a h4 {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article > div .info a h4,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article > div .info a h4,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article > div .info a h4,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article > div .info a h4 {
    font-size: 16px !important;
  }
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article > div .info .date-cat,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article > div .info .date-cat,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article > div .info .date-cat,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article > div .info .date-cat {
  margin-bottom: 0.15rem;
  color: #525252;
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article > div .info .date-cat span::after,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article > div .info .date-cat span::after,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article > div .info .date-cat span::after,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article > div .info .date-cat span::after {
  content: "|";
  display: inline-block;
  margin: 0 0.25em;
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article > div .info .date-cat span:last-child::after,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article > div .info .date-cat span:last-child::after,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article > div .info .date-cat span:last-child::after,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article > div .info .date-cat span:last-child::after {
  display: none;
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article > div .info .date-cat span a,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article > div .info .date-cat span a,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article > div .info .date-cat span a,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article > div .info .date-cat span a {
  color: #525252;
  transition: 0.25s ease-in-out;
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article > div .info .date-cat span a:hover,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article > div .info .date-cat span a:hover,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article > div .info .date-cat span a:hover,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article > div .info .date-cat span a:hover {
  color: #000000;
}
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article > div .info .name,
.page-template-orientale-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article > div .info .name,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .deans-wrapper .second-col article > div .info .name,
.page-template-orientale-it-v2 .news-calendar .tabs .tab-bodies .tab-body .news-wrapper .second-col article > div .info .name {
  font-weight: 700 !important;
}
.page-template-orientale-v2 .library .lb-row-inner,
.page-template-orientale-it-v2 .library .lb-row-inner {
  align-items: center;
}
.page-template-orientale-v2 .library .lb-row-inner .lb-col:nth-child(1) .lb-col-inner,
.page-template-orientale-it-v2 .library .lb-row-inner .lb-col:nth-child(1) .lb-col-inner {
  display: none;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .library .lb-row-inner .lb-col:nth-child(1) .lb-col-inner,
.page-template-orientale-it-v2 .library .lb-row-inner .lb-col:nth-child(1) .lb-col-inner {
    display: block;
  }
}
.page-template-orientale-v2 .library .lb-row-inner .lb-col:nth-child(1) .lb-col-inner h2,
.page-template-orientale-it-v2 .library .lb-row-inner .lb-col:nth-child(1) .lb-col-inner h2 {
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .library .lb-row-inner .lb-col:nth-child(1) .lb-col-inner h2,
.page-template-orientale-it-v2 .library .lb-row-inner .lb-col:nth-child(1) .lb-col-inner h2 {
    margin-bottom: 2rem;
  }
}
.page-template-orientale-v2 .library .lb-row-inner .lb-col:nth-child(1) .lb-col-inner h3,
.page-template-orientale-v2 .library .lb-row-inner .lb-col:nth-child(1) .lb-col-inner h4,
.page-template-orientale-v2 .library .lb-row-inner .lb-col:nth-child(1) .lb-col-inner p,
.page-template-orientale-v2 .library .lb-row-inner .lb-col:nth-child(1) .lb-col-inner .link-wrapper,
.page-template-orientale-v2 .library .lb-row-inner .lb-col:nth-child(1) .lb-col-inner .list-wrapper,
.page-template-orientale-it-v2 .library .lb-row-inner .lb-col:nth-child(1) .lb-col-inner h3,
.page-template-orientale-it-v2 .library .lb-row-inner .lb-col:nth-child(1) .lb-col-inner h4,
.page-template-orientale-it-v2 .library .lb-row-inner .lb-col:nth-child(1) .lb-col-inner p,
.page-template-orientale-it-v2 .library .lb-row-inner .lb-col:nth-child(1) .lb-col-inner .link-wrapper,
.page-template-orientale-it-v2 .library .lb-row-inner .lb-col:nth-child(1) .lb-col-inner .list-wrapper {
  display: none;
}
.page-template-orientale-v2 .library .lb-row-inner .lb-col:nth-child(2),
.page-template-orientale-it-v2 .library .lb-row-inner .lb-col:nth-child(2) {
  padding-right: 8.3333333333vw;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .library .lb-row-inner .lb-col:nth-child(2),
.page-template-orientale-it-v2 .library .lb-row-inner .lb-col:nth-child(2) {
    padding-right: 4.1666666667vw;
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .library .lb-row-inner .lb-col:nth-child(2),
.page-template-orientale-it-v2 .library .lb-row-inner .lb-col:nth-child(2) {
    padding-right: 0;
  }
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .library .lb-row-inner .lb-col:nth-child(2) h2,
.page-template-orientale-it-v2 .library .lb-row-inner .lb-col:nth-child(2) h2 {
    display: none;
  }
}
.page-template-orientale-v2 .library .lb-row-inner .lb-col:nth-child(2) h3,
.page-template-orientale-it-v2 .library .lb-row-inner .lb-col:nth-child(2) h3 {
  margin-top: 2rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .library .lb-row-inner .lb-col:nth-child(2) h3,
.page-template-orientale-it-v2 .library .lb-row-inner .lb-col:nth-child(2) h3 {
    font-size: 18px !important;
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .library .lb-row-inner .lb-col:nth-child(2) h3,
.page-template-orientale-it-v2 .library .lb-row-inner .lb-col:nth-child(2) h3 {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .library .lb-row-inner .lb-col:nth-child(2) h3,
.page-template-orientale-it-v2 .library .lb-row-inner .lb-col:nth-child(2) h3 {
    font-size: 16px !important;
  }
}
.page-template-orientale-v2 .library .lb-row-inner .lb-col:nth-child(2) .list-wrapper,
.page-template-orientale-it-v2 .library .lb-row-inner .lb-col:nth-child(2) .list-wrapper {
  padding: 0;
  margin: 0;
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .library .lb-row-inner .lb-col:nth-child(2) .list-wrapper,
.page-template-orientale-it-v2 .library .lb-row-inner .lb-col:nth-child(2) .list-wrapper {
    grid-gap: 0.25rem;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .library .lb-row-inner .lb-col:nth-child(2) .list-wrapper,
.page-template-orientale-it-v2 .library .lb-row-inner .lb-col:nth-child(2) .list-wrapper {
    grid-template-columns: 1fr;
  }
}
.page-template-orientale-v2 .library .lb-row-inner .lb-col:nth-child(2) .list-wrapper li,
.page-template-orientale-it-v2 .library .lb-row-inner .lb-col:nth-child(2) .list-wrapper li {
  list-style: none;
  font-weight: 700 !important;
  color: #660b21;
  display: flex;
  align-items: flex-start;
}
.page-template-orientale-v2 .library .lb-row-inner .lb-col:nth-child(2) .list-wrapper li img,
.page-template-orientale-it-v2 .library .lb-row-inner .lb-col:nth-child(2) .list-wrapper li img {
  width: 1.15rem;
  height: 1.15rem;
  margin-right: 1rem;
  padding-top: 0.25rem;
}
.page-template-orientale-v2 .library .lb-row-inner .lb-col:nth-child(2) h4,
.page-template-orientale-it-v2 .library .lb-row-inner .lb-col:nth-child(2) h4 {
  font-weight: 700 !important;
  margin-top: 3rem;
  line-height: 1.417em !important;
  color: #525252;
  margin-bottom: 2rem;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .library .lb-row-inner .lb-col:nth-child(2) h4,
.page-template-orientale-it-v2 .library .lb-row-inner .lb-col:nth-child(2) h4 {
    margin-top: 0;
    font-size: 1.125rem !important;
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .library .lb-row-inner .lb-col:nth-child(2) h4,
.page-template-orientale-it-v2 .library .lb-row-inner .lb-col:nth-child(2) h4 {
    font-size: 1.143rem !important;
  }
}
.page-template-orientale-v2 .library .lb-row-inner .lb-col:nth-child(2) .link-wrapper,
.page-template-orientale-it-v2 .library .lb-row-inner .lb-col:nth-child(2) .link-wrapper {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .library .lb-row-inner .lb-col:nth-child(2) .link-wrapper,
.page-template-orientale-it-v2 .library .lb-row-inner .lb-col:nth-child(2) .link-wrapper {
    margin-top: 1rem;
    flex-wrap: wrap;
  }
}
.page-template-orientale-v2 .library .lb-row-inner .lb-col:nth-child(2) .link-wrapper a,
.page-template-orientale-it-v2 .library .lb-row-inner .lb-col:nth-child(2) .link-wrapper a {
  margin-top: 1rem;
  margin-right: 1.5rem;
}
.page-template-orientale-v2 .library .lb-row-inner .lb-col:nth-child(2) .link-wrapper a:last-child,
.page-template-orientale-it-v2 .library .lb-row-inner .lb-col:nth-child(2) .link-wrapper a:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .library .lb-row-inner .lb-col:nth-child(3),
.page-template-orientale-it-v2 .library .lb-row-inner .lb-col:nth-child(3) {
    padding-top: 4.1666666667vw;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .library .lb-row-inner .lb-col:nth-child(3),
.page-template-orientale-it-v2 .library .lb-row-inner .lb-col:nth-child(3) {
    padding-top: 6.25vw;
  }
}
.page-template-orientale-v2 .lb-row.about,
.page-template-orientale-it-v2 .lb-row.about {
  background: #f6f3ed;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .lb-row.about,
.page-template-orientale-it-v2 .lb-row.about {
    padding: 8.3333333333vw !important;
  }
}
.page-template-orientale-v2 .lb-row.about .tabs,
.page-template-orientale-it-v2 .lb-row.about .tabs {
  display: none;
  margin-bottom: 2rem;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .lb-row.about .tabs,
.page-template-orientale-it-v2 .lb-row.about .tabs {
    display: block;
  }
}
.page-template-orientale-v2 .lb-row.about .tabs .tabs-inner,
.page-template-orientale-it-v2 .lb-row.about .tabs .tabs-inner {
  display: flex;
}
.page-template-orientale-v2 .lb-row.about .tabs .tabs-inner a,
.page-template-orientale-it-v2 .lb-row.about .tabs .tabs-inner a {
  margin-right: 1rem;
  padding-right: 1rem;
  position: relative;
  transition: 0.25s ease-in-out;
}
.page-template-orientale-v2 .lb-row.about .tabs .tabs-inner a:not(.active),
.page-template-orientale-it-v2 .lb-row.about .tabs .tabs-inner a:not(.active) {
  opacity: 0.5;
}
.page-template-orientale-v2 .lb-row.about .tabs .tabs-inner a:hover,
.page-template-orientale-it-v2 .lb-row.about .tabs .tabs-inner a:hover {
  opacity: 1;
}
.page-template-orientale-v2 .lb-row.about .tabs .tabs-inner a::after,
.page-template-orientale-it-v2 .lb-row.about .tabs .tabs-inner a::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #b47b28;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-template-orientale-v2 .lb-row.about .tabs .tabs-inner a:last-child,
.page-template-orientale-it-v2 .lb-row.about .tabs .tabs-inner a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.page-template-orientale-v2 .lb-row.about .tabs .tabs-inner a:last-child::after,
.page-template-orientale-it-v2 .lb-row.about .tabs .tabs-inner a:last-child::after {
  display: none;
}
.page-template-orientale-v2 .lb-row.about .tabs .tabs-inner a h4,
.page-template-orientale-it-v2 .lb-row.about .tabs .tabs-inner a h4 {
  font-family: "Almendra", "Georgia", Cambria, Times New Roman, Times, serif !important;
}
.page-template-orientale-v2 .lb-row.about .lb-row-inner,
.page-template-orientale-it-v2 .lb-row.about .lb-row-inner {
  align-items: stretch;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .lb-row.about .lb-row-inner,
.page-template-orientale-it-v2 .lb-row.about .lb-row-inner {
    flex-wrap: wrap;
  }
}
.page-template-orientale-v2 .lb-row.about .lb-row-inner .lb-col,
.page-template-orientale-it-v2 .lb-row.about .lb-row-inner .lb-col {
  padding: 5.5666666667vw 6.25vw;
  border-right: 1px solid #b47b28;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .lb-row.about .lb-row-inner .lb-col,
.page-template-orientale-it-v2 .lb-row.about .lb-row-inner .lb-col {
    width: 100%;
    box-sizing: border-box;
    display: none;
    padding: 0;
    border-right: 0;
  }
  .page-template-orientale-v2 .lb-row.about .lb-row-inner .lb-col.active,
.page-template-orientale-it-v2 .lb-row.about .lb-row-inner .lb-col.active {
    display: block;
    animation: lb-fade-in 0.5s;
    animation-fill-mode: forwards;
  }
  @keyframes lb-fade-in {
    from {
      transform: translateY(10px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
}
.page-template-orientale-v2 .lb-row.about .lb-row-inner .lb-col:last-child,
.page-template-orientale-it-v2 .lb-row.about .lb-row-inner .lb-col:last-child {
  border-right: 0;
}
.page-template-orientale-v2 .lb-row.about .lb-row-inner .lb-col:last-child p,
.page-template-orientale-it-v2 .lb-row.about .lb-row-inner .lb-col:last-child p {
  padding-right: 1.75rem;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .lb-row.about .lb-row-inner .lb-col:last-child p,
.page-template-orientale-it-v2 .lb-row.about .lb-row-inner .lb-col:last-child p {
    padding-right: 0;
  }
}
.page-template-orientale-v2 .lb-row.about .lb-row-inner .lb-col .lb-col-inner .title,
.page-template-orientale-it-v2 .lb-row.about .lb-row-inner .lb-col .lb-col-inner .title {
  height: auto;
  margin-bottom: 2rem;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .lb-row.about .lb-row-inner .lb-col .lb-col-inner .title,
.page-template-orientale-it-v2 .lb-row.about .lb-row-inner .lb-col .lb-col-inner .title {
    display: none;
  }
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .lb-row.about .lb-row-inner .lb-col .lb-col-inner .info,
.page-template-orientale-it-v2 .lb-row.about .lb-row-inner .lb-col .lb-col-inner .info {
    padding-right: 33.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .lb-row.about .lb-row-inner .lb-col .lb-col-inner .info,
.page-template-orientale-it-v2 .lb-row.about .lb-row-inner .lb-col .lb-col-inner .info {
    padding-right: 12.5vw;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .lb-row.about .lb-row-inner .lb-col .lb-col-inner .info,
.page-template-orientale-it-v2 .lb-row.about .lb-row-inner .lb-col .lb-col-inner .info {
    padding-right: 0;
  }
}
.page-template-orientale-v2 .publications .lb-row-inner,
.page-template-orientale-it-v2 .publications .lb-row-inner {
  justify-content: flex-end;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .publications .lb-row-inner,
.page-template-orientale-it-v2 .publications .lb-row-inner {
    justify-content: flex-start;
  }
}
.page-template-orientale-v2 .publications .lb-row-inner > .btn,
.page-template-orientale-it-v2 .publications .lb-row-inner > .btn {
  margin-right: 12.5vw;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .publications .lb-row-inner > .btn,
.page-template-orientale-it-v2 .publications .lb-row-inner > .btn {
    margin-right: 8.3333333333vw;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .publications .lb-row-inner > .btn,
.page-template-orientale-it-v2 .publications .lb-row-inner > .btn {
    margin-right: 0;
    margin-left: 8.3333333333vw;
  }
}
.page-template-orientale-v2 .publications .lb-row-inner .lb-col h3,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col h3 {
  margin-bottom: 2rem;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col h3,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col h3 {
    margin-bottom: 1.5rem;
  }
}
.page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(1),
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(1) {
  padding-left: 8.3333333333vw;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(1),
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(1) {
    width: calc(41.6666666667%);
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(1),
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(1) {
    padding-right: 8.3333333333vw;
    padding-bottom: 8.3333333333vw;
  }
}
.page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication {
  padding-right: 4.1666666667vw;
}
.page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner {
  display: inline-block;
  width: auto;
}
.page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner:hover .info .title,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner:hover .info .title {
  color: #b47b28;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner {
    flex-direction: column;
  }
}
.page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .img,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .img {
  position: relative;
  width: 100%;
  padding-bottom: 16.6666666667vw;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .img,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .img {
    width: 33.3333333333vw;
    padding-bottom: 41.6666666667vw;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .img,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .img {
    width: 41.6666666667vw;
    padding-bottom: 58.3333333333vw;
  }
}
.page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .img .img-inner,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .img .img-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 12.5vw;
  background-size: cover !important;
  background-position: center !important;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .img .img-inner,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .img .img-inner {
    max-width: 100%;
  }
}
.page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .info,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .info {
  margin-top: 1rem;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .info,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .info {
    width: calc(100% - 33.3333333333vw);
    padding-left: 2.0833333333vw;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .info,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .info {
    width: 100%;
    padding: 0;
  }
}
.page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .info .title,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .info .title {
  font-weight: 700;
  height: auto;
  padding: 0 !important;
  transition: 0.25s ease-in-out;
  font-size: 18px !important;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .info .title,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .info .title {
    font-size: 18px !important;
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .info .title,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .info .title {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .info .title,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .info .title {
    font-size: 15px !important;
  }
}
.page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .info .date,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .info .date {
  opacity: 0.5;
  margin-bottom: 0.5rem;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .info .date,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .info .date {
    font-size: 14px !important;
  }
}
.page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .info .subtitle,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .info .subtitle {
  margin-top: 1rem;
}
.page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .info .author,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(1) .featured-publication .featured-publication-inner .info .author {
  margin-top: 0.75rem;
}
.page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2),
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) {
  padding-left: 8.3333333333vw;
  padding-right: 12.5vw;
  position: relative;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2),
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) {
    width: calc(58.3333333333%);
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2),
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) {
    padding-left: 8.3333333333vw;
  }
}
.page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2)::before,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2)::before {
  content: "";
  width: 1px;
  height: 90%;
  background: #b47b28;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2)::before,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2)::before {
    display: none;
  }
}
.page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2) .pub-note,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) .pub-note {
  font-size: 0.8rem !important;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner {
    display: flex;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner {
    flex-wrap: wrap;
  }
}
.page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication {
  margin-bottom: 2rem;
}
.page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication:first-child,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication:first-child {
  margin-top: 2rem;
}
.page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication:last-child,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication {
    width: 50%;
    margin-top: 2rem;
  }
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication:nth-child(odd),
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication:nth-child(odd) {
    padding-right: 4.1666666667vw;
  }
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication:nth-child(even),
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication:nth-child(even) {
    padding-left: 4.1666666667vw;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication {
    margin-top: 0;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication:first-child,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication:first-child {
    margin-top: 1.5rem;
  }
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication:nth-child(odd),
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication:nth-child(odd) {
    padding-right: 0;
  }
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication:nth-child(even),
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication:nth-child(even) {
    padding-left: 0;
  }
}
.page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner {
    flex-wrap: wrap;
  }
}
.page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner:hover .info .name,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner:hover .info .name {
  color: #b47b28;
}
.page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner .img,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner .img {
  width: 8.3333333333vw;
  position: relative;
  padding-bottom: 11.1111108333vw;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner .img,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner .img {
    width: 100%;
    padding-bottom: 27.0833333333vw;
    margin-bottom: 2rem;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner .img,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner .img {
    display: none;
  }
}
.page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner .img .img-inner,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner .img .img-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 8.3333333333vw;
  background-size: cover !important;
  background-position: center !important;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner .img .img-inner,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner .img .img-inner {
    max-width: 55%;
  }
}
.page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner .info,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner .info {
  width: calc(100% - 8.3333333333vw);
  padding-left: 2.7777777778vw;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner .info,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner .info {
    width: 100%;
    padding-left: 0;
  }
}
.page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner .info .name,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner .info .name {
  font-weight: 700;
  transition: 0.25s ease-in-out;
  font-size: 18px !important;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner .info .name,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner .info .name {
    font-size: 18px !important;
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner .info .name,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner .info .name {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner .info .name,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner .info .name {
    font-size: 15px !important;
  }
}
.page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner .info .date,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner .info .date {
  opacity: 0.5;
  margin-bottom: 0.5rem;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner .info .date,
.page-template-orientale-it-v2 .publications .lb-row-inner .lb-col:nth-child(2) .publications-inner .publication .publication-inner .info .date {
    font-size: 14px !important;
  }
}
.page-template-orientale-v2 .venue,
.page-template-orientale-it-v2 .venue {
  background: #f6f3ed;
}
.page-template-orientale-v2 .venue .lb-row-inner .lb-col:nth-child(1),
.page-template-orientale-it-v2 .venue .lb-row-inner .lb-col:nth-child(1) {
  padding-right: 8.3333333333vw;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .venue .lb-row-inner .lb-col:nth-child(1),
.page-template-orientale-it-v2 .venue .lb-row-inner .lb-col:nth-child(1) {
    padding-right: 4.1666666667vw;
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .venue .lb-row-inner .lb-col:nth-child(1),
.page-template-orientale-it-v2 .venue .lb-row-inner .lb-col:nth-child(1) {
    padding-right: 0;
    padding-bottom: 8.3333333333vw;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .venue .lb-row-inner .lb-col:nth-child(1),
.page-template-orientale-it-v2 .venue .lb-row-inner .lb-col:nth-child(1) {
    padding-bottom: 2rem;
  }
}
.page-template-orientale-v2 .venue .lb-row-inner .lb-col:nth-child(1) h3,
.page-template-orientale-it-v2 .venue .lb-row-inner .lb-col:nth-child(1) h3 {
  margin-bottom: 2rem;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .venue .lb-row-inner .lb-col:nth-child(1) h3,
.page-template-orientale-it-v2 .venue .lb-row-inner .lb-col:nth-child(1) h3 {
    margin-bottom: 1.5rem;
  }
}
.page-template-orientale-v2 .venue .lb-row-inner .lb-col:nth-child(1) ul,
.page-template-orientale-it-v2 .venue .lb-row-inner .lb-col:nth-child(1) ul {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.page-template-orientale-v2 .venue .lb-row-inner .lb-col:nth-child(1) ul li,
.page-template-orientale-it-v2 .venue .lb-row-inner .lb-col:nth-child(1) ul li {
  box-sizing: border-box;
  list-style: none;
  padding-left: 1em;
  position: relative;
  color: #660b21;
  font-weight: 700;
  font-size: 1.125rem !important;
  margin-bottom: 1em;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .venue .lb-row-inner .lb-col:nth-child(1) ul li,
.page-template-orientale-it-v2 .venue .lb-row-inner .lb-col:nth-child(1) ul li {
    font-size: 1rem !important;
  }
}
.page-template-orientale-v2 .venue .lb-row-inner .lb-col:nth-child(1) ul li:last-child,
.page-template-orientale-it-v2 .venue .lb-row-inner .lb-col:nth-child(1) ul li:last-child {
  margin-bottom: 0;
}
.page-template-orientale-v2 .venue .lb-row-inner .lb-col:nth-child(1) ul li::before,
.page-template-orientale-it-v2 .venue .lb-row-inner .lb-col:nth-child(1) ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #b47b28;
  position: absolute;
  left: 0;
  top: calc(0.5em + 2px);
}
.page-template-orientale-v2 .venue .lb-row-inner .lb-col:nth-child(1) h4,
.page-template-orientale-it-v2 .venue .lb-row-inner .lb-col:nth-child(1) h4 {
  font-weight: 700 !important;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .venue .lb-row-inner .lb-col:nth-child(1) h4,
.page-template-orientale-it-v2 .venue .lb-row-inner .lb-col:nth-child(1) h4 {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
}
.page-template-orientale-v2 .venue .lb-row-inner .lb-col:nth-child(1) ul,
.page-template-orientale-it-v2 .venue .lb-row-inner .lb-col:nth-child(1) ul {
  display: flex;
  max-width: 25rem;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .venue .lb-row-inner .lb-col:nth-child(1) ul,
.page-template-orientale-it-v2 .venue .lb-row-inner .lb-col:nth-child(1) ul {
    max-width: 100%;
  }
}
.page-template-orientale-v2 .venue .lb-row-inner .lb-col:nth-child(1) ul li,
.page-template-orientale-it-v2 .venue .lb-row-inner .lb-col:nth-child(1) ul li {
  flex-basis: 50%;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .venue .lb-row-inner .lb-col:nth-child(1) .btn,
.page-template-orientale-it-v2 .venue .lb-row-inner .lb-col:nth-child(1) .btn {
    display: none;
  }
}
.page-template-orientale-v2 .venue .lb-row-inner .lb-col:nth-child(2) .slick-slider,
.page-template-orientale-it-v2 .venue .lb-row-inner .lb-col:nth-child(2) .slick-slider {
  width: 100%;
  position: relative;
}
.page-template-orientale-v2 .venue .lb-row-inner .lb-col:nth-child(2) .slick-slider .slick-arrow,
.page-template-orientale-it-v2 .venue .lb-row-inner .lb-col:nth-child(2) .slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}
.page-template-orientale-v2 .venue .lb-row-inner .lb-col:nth-child(2) .slick-slider .slick-arrow.slick-next,
.page-template-orientale-it-v2 .venue .lb-row-inner .lb-col:nth-child(2) .slick-slider .slick-arrow.slick-next {
  right: -25px;
}
.page-template-orientale-v2 .venue .lb-row-inner .lb-col:nth-child(2) .slick-slider .slick-arrow.slick-next:hover,
.page-template-orientale-it-v2 .venue .lb-row-inner .lb-col:nth-child(2) .slick-slider .slick-arrow.slick-next:hover {
  transform: translateY(-50%) translateX(0.5rem);
}
.page-template-orientale-v2 .venue .lb-row-inner .lb-col:nth-child(2) .slick-slider .slick-arrow.slick-prev,
.page-template-orientale-it-v2 .venue .lb-row-inner .lb-col:nth-child(2) .slick-slider .slick-arrow.slick-prev {
  left: 0;
  display: none !important;
}
.page-template-orientale-v2 .venue .lb-row-inner .lb-col:nth-child(2) .slick-slider .slick-list,
.page-template-orientale-it-v2 .venue .lb-row-inner .lb-col:nth-child(2) .slick-slider .slick-list {
  width: 100%;
}
.page-template-orientale-v2 .venue .lb-row-inner .lb-col:nth-child(2) .slick-slider .slick-list .image,
.page-template-orientale-it-v2 .venue .lb-row-inner .lb-col:nth-child(2) .slick-slider .slick-list .image {
  position: relative;
  width: 100%;
  padding-bottom: 56.6235%;
}
.page-template-orientale-v2 .venue .lb-row-inner .lb-col:nth-child(2) .slick-slider .slick-list .image .image-inner,
.page-template-orientale-it-v2 .venue .lb-row-inner .lb-col:nth-child(2) .slick-slider .slick-list .image .image-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover !important;
  background-position: center !important;
}
.page-template-orientale-v2 .venue .lb-row-inner .lb-col:nth-child(2) .btn,
.page-template-orientale-it-v2 .venue .lb-row-inner .lb-col:nth-child(2) .btn {
  display: none;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .venue .lb-row-inner .lb-col:nth-child(2) .btn,
.page-template-orientale-it-v2 .venue .lb-row-inner .lb-col:nth-child(2) .btn {
    display: inline-block;
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .lb-row.alumni,
.page-template-orientale-it-v2 .lb-row.alumni {
    padding-left: 4.1666666667vw !important;
    padding-right: 4.1666666667vw !important;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .lb-row.alumni,
.page-template-orientale-it-v2 .lb-row.alumni {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner {
  display: flex;
  flex-direction: column;
}
.page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner h3,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner h3 {
  margin-bottom: 2rem;
  letter-spacing: 0 !important;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner h3,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner h3 {
    padding: 0 4.1666666667vw;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner h3,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner h3 {
    padding: 0;
  }
}
.page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner > p,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner > p {
  max-width: 33.3333333333vw;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner > p,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner > p {
    max-width: 66.6666666667vw;
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner > p,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner > p {
    max-width: 100%;
    padding: 0 4.1666666667vw;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner > p,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner > p {
    padding: 0;
  }
}
.page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .btn,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .btn {
  align-self: flex-end;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .btn,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .btn {
    align-self: flex-start;
  }
}
.page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis {
  margin-top: 3.5rem;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis {
    margin-top: 2.5rem;
  }
}
.page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner {
  display: flex;
  justify-content: space-between;
}
.page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .slick-arrow,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .slick-arrow {
  position: absolute;
  top: calc(5.2083333333vw + 25px);
  z-index: 99;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .slick-arrow,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .slick-arrow {
    top: calc(10.4166666667vw + 25px);
  }
}
.page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .slick-arrow.slick-next,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .slick-arrow.slick-next {
  right: 0;
}
.page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .slick-arrow.slick-next:hover,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .slick-arrow.slick-next:hover {
  transform: translateX(0.5rem);
}
.page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .slick-arrow.slick-prev,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .slick-arrow.slick-prev {
  left: 0;
  display: none !important;
}
.page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni {
  width: calc(100% / 3 - 8.3333333333vw);
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni {
    width: calc(100% / 3 - 2.0833333333vw);
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni .alumni-inner,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni .alumni-inner {
    padding: 0 4.1666666667vw;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni .alumni-inner,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni .alumni-inner {
    padding: 0;
  }
}
.page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni .alumni-inner .img,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni .alumni-inner .img {
  position: relative;
  width: 100%;
  padding-bottom: 56.625%;
}
.page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni .alumni-inner .img .img-inner,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni .alumni-inner .img .img-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover !important;
  background-position: center !important;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni .alumni-inner .img .img-inner,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni .alumni-inner .img .img-inner {
    width: 95%;
  }
}
.page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni .alumni-inner .info,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni .alumni-inner .info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni .alumni-inner .info .name,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni .alumni-inner .info .name {
  width: 100%;
  margin-top: 1.25rem;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  color: #660b21;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni .alumni-inner .info .name,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni .alumni-inner .info .name {
    font-size: 17px !important;
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni .alumni-inner .info .name,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni .alumni-inner .info .name {
    font-size: 15px !important;
  }
}
.page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni .alumni-inner .info .role,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni .alumni-inner .info .role {
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni .alumni-inner .info .text,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni .alumni-inner .info .text {
  display: none;
}
.page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni .alumni-inner .info .btn-2,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni .alumni-inner .info .btn-2 {
  margin-top: 1.5rem;
  text-transform: uppercase;
}
.page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni .alumni-inner .info .btn-2::after,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni .alumni-inner .info .btn-2::after {
  transition: 0.25s ease-in-out;
  transform-origin: center center;
}
.page-template-orientale-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni .alumni-inner .info .btn-2.active::after,
.page-template-orientale-it-v2 .lb-row.alumni .lb-row-inner .lb-col .lb-col-inner .alumnis .alumnis-inner .alumni .alumni-inner .info .btn-2.active::after {
  transform: translateY(-50%) rotate(90deg);
}
.page-template-orientale-v2 .support::before,
.page-template-orientale-it-v2 .support::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.page-template-orientale-v2 .support .lb-row-inner .lb-col:nth-child(1) h3,
.page-template-orientale-it-v2 .support .lb-row-inner .lb-col:nth-child(1) h3 {
  margin-bottom: 2rem;
  letter-spacing: initial !important;
}
.page-template-orientale-v2 .support .lb-row-inner .lb-col:nth-child(2) p,
.page-template-orientale-it-v2 .support .lb-row-inner .lb-col:nth-child(2) p {
  max-width: 29.1666666667vw;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .support .lb-row-inner .lb-col:nth-child(2) p,
.page-template-orientale-it-v2 .support .lb-row-inner .lb-col:nth-child(2) p {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .support .lb-row-inner .lb-col:nth-child(2) .btn,
.page-template-orientale-it-v2 .support .lb-row-inner .lb-col:nth-child(2) .btn {
    display: none;
  }
}
.page-template-orientale-v2 .support .lb-row-inner .lb-col:nth-child(3),
.page-template-orientale-it-v2 .support .lb-row-inner .lb-col:nth-child(3) {
  padding-left: 2.0833333333vw;
}
.page-template-orientale-v2 .support .lb-row-inner .lb-col:nth-child(3) ul,
.page-template-orientale-it-v2 .support .lb-row-inner .lb-col:nth-child(3) ul {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.page-template-orientale-v2 .support .lb-row-inner .lb-col:nth-child(3) ul li,
.page-template-orientale-it-v2 .support .lb-row-inner .lb-col:nth-child(3) ul li {
  box-sizing: border-box;
  list-style: none;
  padding-left: 1em;
  position: relative;
  color: #660b21;
  font-weight: 700;
  font-size: 1.125rem !important;
  margin-bottom: 1em;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .support .lb-row-inner .lb-col:nth-child(3) ul li,
.page-template-orientale-it-v2 .support .lb-row-inner .lb-col:nth-child(3) ul li {
    font-size: 1rem !important;
  }
}
.page-template-orientale-v2 .support .lb-row-inner .lb-col:nth-child(3) ul li:last-child,
.page-template-orientale-it-v2 .support .lb-row-inner .lb-col:nth-child(3) ul li:last-child {
  margin-bottom: 0;
}
.page-template-orientale-v2 .support .lb-row-inner .lb-col:nth-child(3) ul li::before,
.page-template-orientale-it-v2 .support .lb-row-inner .lb-col:nth-child(3) ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #b47b28;
  position: absolute;
  left: 0;
  top: calc(0.5em + 2px);
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .support .lb-row-inner .lb-col:nth-child(3),
.page-template-orientale-it-v2 .support .lb-row-inner .lb-col:nth-child(3) {
    padding-left: 8.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .support .lb-row-inner .lb-col:nth-child(3),
.page-template-orientale-it-v2 .support .lb-row-inner .lb-col:nth-child(3) {
    padding-left: 0;
    margin-top: 2rem;
  }
}
.page-template-orientale-v2 .support .lb-row-inner .lb-col:nth-child(3) .btn,
.page-template-orientale-it-v2 .support .lb-row-inner .lb-col:nth-child(3) .btn {
  display: none;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .support .lb-row-inner .lb-col:nth-child(3) .btn,
.page-template-orientale-it-v2 .support .lb-row-inner .lb-col:nth-child(3) .btn {
    display: inline-block;
  }
}
.page-template-orientale-v2 .subscribe,
.page-template-orientale-it-v2 .subscribe {
  padding-left: 33.3333333333vw;
  padding-right: 33.3333333333vw;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .subscribe,
.page-template-orientale-it-v2 .subscribe {
    padding-left: 20.8333333333vw;
    padding-right: 20.8333333333vw;
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .subscribe,
.page-template-orientale-it-v2 .subscribe {
    padding-left: 8.3333333333vw;
    padding-right: 8.3333333333vw;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .subscribe,
.page-template-orientale-it-v2 .subscribe {
    padding-top: 16.6666666667vw !important;
    padding-bottom: 16.6666666667vw !important;
  }
}
.page-template-orientale-v2 .subscribe .gform_wrapper,
.page-template-orientale-it-v2 .subscribe .gform_wrapper {
  margin: 0 !important;
  padding: 0 !important;
}
.page-template-orientale-v2 .subscribe .gform_wrapper .gform_heading .gform_title,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_heading .gform_title {
  margin-top: 0 !important;
  font: 400 1.5em/1.25em "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: 28px !important;
  line-height: 1.25em !important;
}
@media (max-width: 1440px) {
  .page-template-orientale-v2 .subscribe .gform_wrapper .gform_heading .gform_title,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_heading .gform_title {
    font-size: 24px !important;
  }
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 .subscribe .gform_wrapper .gform_heading .gform_title,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_heading .gform_title {
    font-size: 20px !important;
  }
}
.page-template-orientale-v2 .subscribe .gform_wrapper .gform_body ul li > label,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_body ul li > label {
  display: none;
}
.page-template-orientale-v2 .subscribe .gform_wrapper .gform_body ul li input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_body ul li input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: none;
  border-bottom: 1px solid #b47b28;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 .subscribe .gform_wrapper .gform_body ul li input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_body ul li input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 0.5rem 0 !important;
  }
}
.page-template-orientale-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_radio li input,
.page-template-orientale-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_checkbox li input,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_radio li input,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_checkbox li input {
  display: none;
}
.page-template-orientale-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_radio li input:checked + label::after,
.page-template-orientale-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_checkbox li input:checked + label::after,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_radio li input:checked + label::after,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_checkbox li input:checked + label::after {
  opacity: 1;
}
.page-template-orientale-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_radio li label,
.page-template-orientale-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_checkbox li label,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_radio li label,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_checkbox li label {
  display: block;
  position: relative;
  padding-left: 2rem;
  margin-right: 0;
  font: 400 1em/1.536em "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  color: #000000;
}
.page-template-orientale-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_radio li label a,
.page-template-orientale-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_checkbox li label a,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_radio li label a,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_checkbox li label a {
  font-weight: 700 !important;
  color: #000000;
}
.page-template-orientale-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_radio li label a:hover,
.page-template-orientale-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_checkbox li label a:hover,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_radio li label a:hover,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_checkbox li label a:hover {
  color: #b47b28;
}
.page-template-orientale-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_radio li label::before,
.page-template-orientale-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_checkbox li label::before,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_radio li label::before,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_checkbox li label::before {
  width: 1rem;
  height: 1rem;
  content: "";
  position: absolute;
  top: 5px;
  left: 7px;
  background: #ffffff;
  border: 2px solid #b47b28;
}
.page-template-orientale-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_radio li label::after,
.page-template-orientale-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_checkbox li label::after,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_radio li label::after,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_checkbox li label::after {
  width: 1rem;
  height: 1rem;
  content: "";
  position: absolute;
  background: #b47b28;
  background-size: cover !important;
  background-position: center !important;
  top: 5px;
  left: 7px;
  opacity: 0;
  transition: 0.25s ease-in-out;
}
.page-template-orientale-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_radio li label::before, .page-template-orientale-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_radio li label::after,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_radio li label::before,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_body ul li .gfield_radio li label::after {
  border-radius: 100%;
}
.page-template-orientale-v2 .subscribe .gform_wrapper .gform_footer,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.page-template-orientale-v2 .subscribe .gform_wrapper .gform_footer .gform_button,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_footer .gform_button {
  margin-bottom: 0 !important;
  box-shadow: none !important;
  box-sizing: content-box !important;
  height: auto !important;
}
.page-template-orientale-v2 .subscribe .gform_wrapper .gform_footer .gform_button:hover,
.page-template-orientale-it-v2 .subscribe .gform_wrapper .gform_footer .gform_button:hover {
  color: #ffffff !important;
  bakcground: #660b21 !important;
}
.page-template-orientale-v2 #academic-calendar .pre,
.page-template-orientale-it-v2 #academic-calendar .pre {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 3rem;
  margin-top: 1rem;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 #academic-calendar .pre,
.page-template-orientale-it-v2 #academic-calendar .pre {
    display: block;
  }
}
.page-template-orientale-v2 #academic-calendar .pre > h4,
.page-template-orientale-it-v2 #academic-calendar .pre > h4 {
  text-transform: uppercase;
  color: #525252;
  font-weight: 700;
  font-size: 1.2rem;
}
.page-template-orientale-v2 #academic-calendar .pre a,
.page-template-orientale-it-v2 #academic-calendar .pre a {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 #academic-calendar .pre a,
.page-template-orientale-it-v2 #academic-calendar .pre a {
    margin-top: 2rem;
    float: right;
  }
}
.page-template-orientale-v2 #academic-calendar .pre a:hover h4,
.page-template-orientale-it-v2 #academic-calendar .pre a:hover h4 {
  color: #660b21;
}
.page-template-orientale-v2 #academic-calendar .pre a:hover svg path,
.page-template-orientale-it-v2 #academic-calendar .pre a:hover svg path {
  fill: #660b21;
}
.page-template-orientale-v2 #academic-calendar .pre a svg path,
.page-template-orientale-it-v2 #academic-calendar .pre a svg path {
  transition: 0.25s ease-in-out;
}
.page-template-orientale-v2 #academic-calendar .pre a h4,
.page-template-orientale-it-v2 #academic-calendar .pre a h4 {
  transition: 0.25s ease-in-out;
  color: #b47b28;
  font-weight: 700;
  font-size: 1rem;
  margin-left: 1rem;
}
.page-template-orientale-v2 #academic-calendar .events-list,
.page-template-orientale-it-v2 #academic-calendar .events-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 14.5833333333vw;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 #academic-calendar .events-list,
.page-template-orientale-it-v2 #academic-calendar .events-list {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 8.3333333333vw;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 #academic-calendar .events-list,
.page-template-orientale-it-v2 #academic-calendar .events-list {
    grid-template-columns: 100%;
  }
}
.page-template-orientale-v2 #academic-calendar .events-list .list-info,
.page-template-orientale-it-v2 #academic-calendar .events-list .list-info {
  width: 100%;
  margin-top: 0;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 #academic-calendar .events-list .type-tribe_events:nth-last-child(3), .page-template-orientale-v2 #academic-calendar .events-list .type-tribe_events:nth-last-child(4),
.page-template-orientale-it-v2 #academic-calendar .events-list .type-tribe_events:nth-last-child(3),
.page-template-orientale-it-v2 #academic-calendar .events-list .type-tribe_events:nth-last-child(4) {
    display: none;
  }
}
.page-template-orientale-v2 #academic-calendar .events-list .lb-list-date,
.page-template-orientale-it-v2 #academic-calendar .events-list .lb-list-date {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1rem;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 #academic-calendar .events-list .lb-list-date,
.page-template-orientale-it-v2 #academic-calendar .events-list .lb-list-date {
    margin-bottom: 0.5rem;
  }
}
.page-template-orientale-v2 #academic-calendar .events-list .lb-list-date .list-dayname,
.page-template-orientale-it-v2 #academic-calendar .events-list .lb-list-date .list-dayname {
  text-transform: uppercase;
  border-bottom: 2px solid #b47b28;
  color: #660b21;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.3rem;
  transform: translateY(1px);
}
.page-template-orientale-v2 #academic-calendar .events-list .lb-list-date .list-daynumber,
.page-template-orientale-it-v2 #academic-calendar .events-list .lb-list-date .list-daynumber {
  font-size: 2.5rem;
  font-weight: 700;
  color: #660b21;
  margin-left: 10px;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 #academic-calendar .events-list .lb-list-date .list-daynumber,
.page-template-orientale-it-v2 #academic-calendar .events-list .lb-list-date .list-daynumber {
    font-size: 35px;
  }
}
.page-template-orientale-v2 #academic-calendar .events-list .tribe-events-title,
.page-template-orientale-it-v2 #academic-calendar .events-list .tribe-events-title {
  margin-bottom: 0.5rem;
}
.page-template-orientale-v2 #academic-calendar .events-list .tribe-events-title > a,
.page-template-orientale-it-v2 #academic-calendar .events-list .tribe-events-title > a {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 600px) {
  .page-template-orientale-v2 #academic-calendar .events-list .tribe-events-title > a,
.page-template-orientale-it-v2 #academic-calendar .events-list .tribe-events-title > a {
    font-size: 18px;
  }
}
.page-template-orientale-v2 #academic-calendar .events-list .tribe-event-image,
.page-template-orientale-it-v2 #academic-calendar .events-list .tribe-event-image {
  display: none !important;
}
.page-template-orientale-v2 #academic-calendar .events-list .tribe-events-venue,
.page-template-orientale-v2 #academic-calendar .events-list .tribe-events-duration,
.page-template-orientale-it-v2 #academic-calendar .events-list .tribe-events-venue,
.page-template-orientale-it-v2 #academic-calendar .events-list .tribe-events-duration {
  font-size: 1rem;
}
.page-template-orientale-v2 #academic-calendar .events-list .tribe-mini-calendar-event,
.page-template-orientale-it-v2 #academic-calendar .events-list .tribe-mini-calendar-event {
  border-bottom: 0;
}
.page-template-orientale-v2 #academic-calendar .events-list .lb_divider,
.page-template-orientale-it-v2 #academic-calendar .events-list .lb_divider {
  display: block;
  width: 50%;
  margin-top: 2rem;
  margin-bottom: 3rem;
  height: 1px;
  background-color: #b47b28;
}
@media (max-width: 1024px) {
  .page-template-orientale-v2 #academic-calendar .events-list .lb_divider,
.page-template-orientale-it-v2 #academic-calendar .events-list .lb_divider {
    width: 75%;
  }
}
@media (max-width: 600px) {
  .page-template-orientale-v2 #academic-calendar .events-list .lb_divider,
.page-template-orientale-it-v2 #academic-calendar .events-list .lb_divider {
    width: 50%;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
.page-template-orientale-v2 #academic-calendar .tribe-events-widget-link,
.page-template-orientale-it-v2 #academic-calendar .tribe-events-widget-link {
  display: none;
}
.page-template-orientale-v2 #academic-calendar .lb_events_more,
.page-template-orientale-it-v2 #academic-calendar .lb_events_more {
  width: 25%;
  float: right;
  text-align: right;
  padding-top: 1rem;
  border-top: 1px solid #b47b28;
}
.page-template-orientale-v2 #academic-calendar .lb_events_more a,
.page-template-orientale-it-v2 #academic-calendar .lb_events_more a {
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.25s ease-in-out;
}

.page-id-4269,
.page-id-2335,
.archive.date {
  /******************************************************************

  Stylesheet: News

  Styles for News page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
.page-id-4269 h1,
.page-id-2335 h1,
.archive.date h1 {
  margin-top: 4.1666666667vw;
}
.page-id-4269 .container_inner.default_template_holder.clearfix,
.page-id-2335 .container_inner.default_template_holder.clearfix,
.archive.date .container_inner.default_template_holder.clearfix {
  padding: 4.1666666667vw 0 !important;
}
.page-id-4269 .container_inner.default_template_holder.clearfix.page_container_inner,
.page-id-2335 .container_inner.default_template_holder.clearfix.page_container_inner,
.archive.date .container_inner.default_template_holder.clearfix.page_container_inner {
  padding: 4.1666666667vw 0 !important;
}
.page-id-4269 .separator.small.left,
.page-id-4269 .dots,
.page-id-4269 .post_comments,
.page-id-4269 .title_outer.title_without_animation.title_text_shadow.with_image,
.page-id-2335 .separator.small.left,
.page-id-2335 .dots,
.page-id-2335 .post_comments,
.page-id-2335 .title_outer.title_without_animation.title_text_shadow.with_image,
.archive.date .separator.small.left,
.archive.date .dots,
.archive.date .post_comments,
.archive.date .title_outer.title_without_animation.title_text_shadow.with_image {
  display: none;
}
@media (max-width: 1024px) {
  .page-id-4269 .grid_section,
.page-id-2335 .grid_section,
.archive.date .grid_section {
    padding: 0 45px;
  }
}
@media (max-width: 600px) {
  .page-id-4269 .grid_section,
.page-id-2335 .grid_section,
.archive.date .grid_section {
    padding: 0 30px;
  }
}
@media (max-width: 340px) {
  .page-id-4269 .grid_section .vc_column-inner,
.page-id-2335 .grid_section .vc_column-inner,
.archive.date .grid_section .vc_column-inner {
    padding: 0;
  }
}
.page-id-4269 .grid_section .wpb_wrapper,
.page-id-2335 .grid_section .wpb_wrapper,
.archive.date .grid_section .wpb_wrapper {
  display: flex;
  justify-content: flex-start;
}
.page-id-4269 .grid_section .latest_post_holder ul,
.page-id-2335 .grid_section .latest_post_holder ul,
.archive.date .grid_section .latest_post_holder ul {
  margin: 0 !important;
  display: flex;
  justify-content: center;
}
.page-id-4269 .grid_section .latest_post_holder ul li,
.page-id-2335 .grid_section .latest_post_holder ul li,
.archive.date .grid_section .latest_post_holder ul li {
  margin: 0.5%;
  transition: 0.25s ease-in-out;
  padding: 0;
}
@media (max-width: 1024px) {
  .page-id-4269 .grid_section .latest_post_holder ul li,
.page-id-2335 .grid_section .latest_post_holder ul li,
.archive.date .grid_section .latest_post_holder ul li {
    margin: 1%;
  }
}
@media (max-width: 600px) {
  .page-id-4269 .grid_section .latest_post_holder ul li,
.page-id-2335 .grid_section .latest_post_holder ul li,
.archive.date .grid_section .latest_post_holder ul li {
    margin: 1% 0;
  }
}
@media (max-width: 600px) {
  .page-id-4269 .grid_section .latest_post_holder ul li,
.page-id-2335 .grid_section .latest_post_holder ul li,
.archive.date .grid_section .latest_post_holder ul li {
    margin: 0 0 4.1666666667vw 0 !important;
  }
}
.page-id-4269 .grid_section .latest_post_holder ul li:hover,
.page-id-2335 .grid_section .latest_post_holder ul li:hover,
.archive.date .grid_section .latest_post_holder ul li:hover {
  box-shadow: 0px 8px 12px -1px rgba(0, 0, 0, 0.3);
}
.page-id-4269 .grid_section .latest_post_holder ul li img,
.page-id-2335 .grid_section .latest_post_holder ul li img,
.archive.date .grid_section .latest_post_holder ul li img {
  max-height: 50vh;
  object-fit: cover;
}
.page-id-4269 .grid_section .latest_post_holder ul li > a,
.page-id-2335 .grid_section .latest_post_holder ul li > a,
.archive.date .grid_section .latest_post_holder ul li > a {
  display: block;
}
.page-id-4269 .grid_section .latest_post_holder ul li > a:hover h5 a,
.page-id-2335 .grid_section .latest_post_holder ul li > a:hover h5 a,
.archive.date .grid_section .latest_post_holder ul li > a:hover h5 a {
  color: #b47b28 !important;
}
.page-id-4269 .grid_section .latest_post_holder ul li .latest_post_two_excerpt,
.page-id-2335 .grid_section .latest_post_holder ul li .latest_post_two_excerpt,
.archive.date .grid_section .latest_post_holder ul li .latest_post_two_excerpt {
  display: none !important;
}
.page-id-4269 .grid_section .latest_post_holder ul li .post_infos,
.page-id-2335 .grid_section .latest_post_holder ul li .post_infos,
.archive.date .grid_section .latest_post_holder ul li .post_infos {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}
.page-id-4269 .grid_section .latest_post_holder ul li .post_infos a,
.page-id-2335 .grid_section .latest_post_holder ul li .post_infos a,
.archive.date .grid_section .latest_post_holder ul li .post_infos a {
  transition: 0.25s ease-in-out;
  margin: 0;
  color: #660b21;
}
.page-id-4269 .grid_section .latest_post_holder ul li .post_infos a:before,
.page-id-2335 .grid_section .latest_post_holder ul li .post_infos a:before,
.archive.date .grid_section .latest_post_holder ul li .post_infos a:before {
  content: "|";
  padding: 0 0.5em;
  color: #b47b28 !important;
}
.page-id-4269 .grid_section .latest_post_holder ul li .post_infos a:hover,
.page-id-2335 .grid_section .latest_post_holder ul li .post_infos a:hover,
.archive.date .grid_section .latest_post_holder ul li .post_infos a:hover {
  color: #b47b28 !important;
}
.page-id-4269 .grid_section .latest_post_holder ul li .date,
.page-id-4269 .grid_section .latest_post_holder ul li .entry_date,
.page-id-2335 .grid_section .latest_post_holder ul li .date,
.page-id-2335 .grid_section .latest_post_holder ul li .entry_date,
.archive.date .grid_section .latest_post_holder ul li .date,
.archive.date .grid_section .latest_post_holder ul li .entry_date {
  color: #707070 !important;
  font-weight: normal;
}
.page-id-4269 .grid_section.vc_row:first-of-type .latest_post_holder ul li,
.page-id-2335 .grid_section.vc_row:first-of-type .latest_post_holder ul li,
.archive.date .grid_section.vc_row:first-of-type .latest_post_holder ul li {
  width: 100% !important;
}
.page-id-4269 .grid_section.vc_row:first-of-type .latest_post_holder ul li a,
.page-id-2335 .grid_section.vc_row:first-of-type .latest_post_holder ul li a,
.archive.date .grid_section.vc_row:first-of-type .latest_post_holder ul li a {
  padding: 0;
}
.page-id-4269 .grid_section.vc_row:first-of-type .latest_post_holder ul li a h2 a,
.page-id-2335 .grid_section.vc_row:first-of-type .latest_post_holder ul li a h2 a,
.archive.date .grid_section.vc_row:first-of-type .latest_post_holder ul li a h2 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  letter-spacing: 0;
  font-size: 2.5rem;
}
@media (max-width: 1440px) {
  .page-id-4269 .grid_section.vc_row:first-of-type .latest_post_holder ul li a h2 a,
.page-id-2335 .grid_section.vc_row:first-of-type .latest_post_holder ul li a h2 a,
.archive.date .grid_section.vc_row:first-of-type .latest_post_holder ul li a h2 a {
    font-size: 2.25rem;
  }
}
@media (max-width: 1024px) {
  .page-id-4269 .grid_section.vc_row:first-of-type .latest_post_holder ul li a h2 a,
.page-id-2335 .grid_section.vc_row:first-of-type .latest_post_holder ul li a h2 a,
.archive.date .grid_section.vc_row:first-of-type .latest_post_holder ul li a h2 a {
    font-size: 1.75rem;
  }
}
@media (max-width: 600px) {
  .page-id-4269 .grid_section.vc_row:first-of-type .latest_post_holder ul li a h2 a,
.page-id-2335 .grid_section.vc_row:first-of-type .latest_post_holder ul li a h2 a,
.archive.date .grid_section.vc_row:first-of-type .latest_post_holder ul li a h2 a {
    font-size: 1.75rem;
  }
}
.page-id-4269 .grid_section.vc_row:first-of-type .latest_post_holder ul li a:hover h2 a,
.page-id-2335 .grid_section.vc_row:first-of-type .latest_post_holder ul li a:hover h2 a,
.archive.date .grid_section.vc_row:first-of-type .latest_post_holder ul li a:hover h2 a {
  color: #b47b28;
}
.page-id-4269 .grid_section.vc_row:first-of-type .latest_post_holder .latest_post,
.page-id-2335 .grid_section.vc_row:first-of-type .latest_post_holder .latest_post,
.archive.date .grid_section.vc_row:first-of-type .latest_post_holder .latest_post {
  display: flex;
  align-items: stretch;
}
@media (max-width: 600px) {
  .page-id-4269 .grid_section.vc_row:first-of-type .latest_post_holder .latest_post,
.page-id-2335 .grid_section.vc_row:first-of-type .latest_post_holder .latest_post,
.archive.date .grid_section.vc_row:first-of-type .latest_post_holder .latest_post {
    flex-direction: column;
  }
}
.page-id-4269 .grid_section.vc_row:first-of-type .latest_post_holder .latest_post .latest_post_image,
.page-id-4269 .grid_section.vc_row:first-of-type .latest_post_holder .latest_post .latest_post_text,
.page-id-2335 .grid_section.vc_row:first-of-type .latest_post_holder .latest_post .latest_post_image,
.page-id-2335 .grid_section.vc_row:first-of-type .latest_post_holder .latest_post .latest_post_text,
.archive.date .grid_section.vc_row:first-of-type .latest_post_holder .latest_post .latest_post_image,
.archive.date .grid_section.vc_row:first-of-type .latest_post_holder .latest_post .latest_post_text {
  display: flex;
  flex-basis: 50%;
}
@media (max-width: 600px) {
  .page-id-4269 .grid_section.vc_row:first-of-type .latest_post_holder .latest_post .latest_post_image,
.page-id-2335 .grid_section.vc_row:first-of-type .latest_post_holder .latest_post .latest_post_image,
.archive.date .grid_section.vc_row:first-of-type .latest_post_holder .latest_post .latest_post_image {
    width: 100%;
  }
}
.page-id-4269 .grid_section.vc_row:first-of-type .latest_post_holder .latest_post .latest_post_text,
.page-id-2335 .grid_section.vc_row:first-of-type .latest_post_holder .latest_post .latest_post_text,
.archive.date .grid_section.vc_row:first-of-type .latest_post_holder .latest_post .latest_post_text {
  padding: 0;
}
.page-id-4269 .grid_section.vc_row:first-of-type .latest_post_holder .latest_post .latest_post_text .latest_post_inner,
.page-id-2335 .grid_section.vc_row:first-of-type .latest_post_holder .latest_post .latest_post_text .latest_post_inner,
.archive.date .grid_section.vc_row:first-of-type .latest_post_holder .latest_post .latest_post_text .latest_post_inner {
  display: flex;
}
.page-id-4269 .grid_section.vc_row:first-of-type .latest_post_holder .latest_post .latest_post_text .latest_post_inner .latest_post_text_inner,
.page-id-2335 .grid_section.vc_row:first-of-type .latest_post_holder .latest_post .latest_post_text .latest_post_inner .latest_post_text_inner,
.archive.date .grid_section.vc_row:first-of-type .latest_post_holder .latest_post .latest_post_text .latest_post_inner .latest_post_text_inner {
  padding: 6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-id-4269 .grid_section .latest_post_holder.minimal ul,
.page-id-2335 .grid_section .latest_post_holder.minimal ul,
.archive.date .grid_section .latest_post_holder.minimal ul {
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-id-4269 .grid_section .latest_post_holder.minimal ul li,
.page-id-2335 .grid_section .latest_post_holder.minimal ul li,
.archive.date .grid_section .latest_post_holder.minimal ul li {
  width: 42%;
  margin: 1% !important;
  padding: 3%;
  display: flex;
}
@media (max-width: 600px) {
  .page-id-4269 .grid_section .latest_post_holder.minimal ul li,
.page-id-2335 .grid_section .latest_post_holder.minimal ul li,
.archive.date .grid_section .latest_post_holder.minimal ul li {
    margin: 2.0833333333vw 0 !important;
  }
}
.page-id-4269 .grid_section .latest_post_holder ul li,
.page-id-2335 .grid_section .latest_post_holder ul li,
.archive.date .grid_section .latest_post_holder ul li {
  padding: 0 !important;
  width: 48% !important;
}
@media (max-width: 600px) {
  .page-id-4269 .grid_section .latest_post_holder ul li,
.page-id-2335 .grid_section .latest_post_holder ul li,
.archive.date .grid_section .latest_post_holder ul li {
    width: 100% !important;
  }
}
.page-id-4269 .grid_section .latest_post_holder ul li .latest_post_two_excerpt,
.page-id-2335 .grid_section .latest_post_holder ul li .latest_post_two_excerpt,
.archive.date .grid_section .latest_post_holder ul li .latest_post_two_excerpt {
  display: none !important;
}
.page-id-4269 .grid_section .latest_post_holder ul li:first-child,
.page-id-2335 .grid_section .latest_post_holder ul li:first-child,
.archive.date .grid_section .latest_post_holder ul li:first-child {
  padding-top: 11px;
}
.page-id-4269 .grid_section .latest_post_holder ul li > a,
.page-id-2335 .grid_section .latest_post_holder ul li > a,
.archive.date .grid_section .latest_post_holder ul li > a {
  padding: 6%;
  width: 100%;
}
.page-id-4269 .grid_section .latest_post_holder ul li > a:hover h5 a,
.page-id-2335 .grid_section .latest_post_holder ul li > a:hover h5 a,
.archive.date .grid_section .latest_post_holder ul li > a:hover h5 a {
  color: #b47b28;
}
.page-id-4269 .grid_section h5,
.page-id-2335 .grid_section h5,
.archive.date .grid_section h5 {
  font-family: "Almendra", "Georgia", Cambria, Times New Roman, Times, serif !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.page-id-4269 .grid_section h5 a,
.page-id-2335 .grid_section h5 a,
.archive.date .grid_section h5 a {
  font-family: "Almendra", "Georgia", Cambria, Times New Roman, Times, serif !important;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .page-id-4269 .years-col,
.page-id-2335 .years-col,
.archive.date .years-col {
    margin: 1% !important;
  }
}
@media (max-width: 600px) {
  .page-id-4269 .years-col,
.page-id-2335 .years-col,
.archive.date .years-col {
    margin: 5% 1% 0 0 !important;
  }
}
.page-id-4269 .years-col .years-col-inner,
.page-id-2335 .years-col .years-col-inner,
.archive.date .years-col .years-col-inner {
  margin-top: 20px;
}
@media (max-width: 600px) {
  .page-id-4269 .years-col .years-col-inner,
.page-id-2335 .years-col .years-col-inner,
.archive.date .years-col .years-col-inner {
    margin-top: 0;
  }
}
.page-id-4269 .years-col .years-col-inner h2,
.page-id-2335 .years-col .years-col-inner h2,
.archive.date .years-col .years-col-inner h2 {
  margin-bottom: 1rem;
}
.page-id-4269 .vc_col-sm-4 .wpb_text_column,
.page-id-2335 .vc_col-sm-4 .wpb_text_column,
.archive.date .vc_col-sm-4 .wpb_text_column {
  width: 100%;
}
@media (max-width: 1024px) {
  .page-id-4269 .vc_col-sm-4,
.page-id-4269 .vc_col-sm-8,
.page-id-2335 .vc_col-sm-4,
.page-id-2335 .vc_col-sm-8,
.archive.date .vc_col-sm-4,
.archive.date .vc_col-sm-8 {
    width: 100%;
  }
}
.page-id-4269 .years-wrapper,
.page-id-2335 .years-wrapper,
.archive.date .years-wrapper {
  display: flex;
  flex-direction: column;
}
.page-id-4269 .years-wrapper a,
.page-id-2335 .years-wrapper a,
.archive.date .years-wrapper a {
  margin-bottom: 0.25rem;
  transition: 0.25s ease-in-out;
}
.page-id-4269 .years-wrapper a:last-child,
.page-id-2335 .years-wrapper a:last-child,
.archive.date .years-wrapper a:last-child {
  margin-bottom: 0;
}
.page-id-4269.overlapping_content .content .content_inner > .container > .overlapping_content,
.page-id-2335.overlapping_content .content .content_inner > .container > .overlapping_content,
.archive.date.overlapping_content .content .content_inner > .container > .overlapping_content {
  padding: 0 !important;
}
@media only screen and (max-width: 1060px) and (min-width: 1000px) {
  .page-id-4269 .boxed div.section .section_inner,
.page-id-4269 .carousel-inner .slider_content_outer,
.page-id-4269 .container_inner,
.page-id-4269 .full_width .parallax_content,
.page-id-4269 .steps_holder_inner,
.page-id-4269 div.grid_section .section_inner,
.page-id-4269 nav.content_menu,
.page-id-2335 .boxed div.section .section_inner,
.page-id-2335 .carousel-inner .slider_content_outer,
.page-id-2335 .container_inner,
.page-id-2335 .full_width .parallax_content,
.page-id-2335 .steps_holder_inner,
.page-id-2335 div.grid_section .section_inner,
.page-id-2335 nav.content_menu,
.archive.date .boxed div.section .section_inner,
.archive.date .carousel-inner .slider_content_outer,
.archive.date .container_inner,
.archive.date .full_width .parallax_content,
.archive.date .steps_holder_inner,
.archive.date div.grid_section .section_inner,
.archive.date nav.content_menu {
    width: 950px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 601px) {
  .page-id-4269 .boxed div.section .section_inner,
.page-id-4269 .carousel-inner .slider_content_outer,
.page-id-4269 .container_inner,
.page-id-4269 .full_width .parallax_content,
.page-id-4269 .steps_holder_inner,
.page-id-4269 div.grid_section .section_inner,
.page-id-4269 nav.content_menu,
.page-id-2335 .boxed div.section .section_inner,
.page-id-2335 .carousel-inner .slider_content_outer,
.page-id-2335 .container_inner,
.page-id-2335 .full_width .parallax_content,
.page-id-2335 .steps_holder_inner,
.page-id-2335 div.grid_section .section_inner,
.page-id-2335 nav.content_menu,
.archive.date .boxed div.section .section_inner,
.archive.date .carousel-inner .slider_content_outer,
.archive.date .container_inner,
.archive.date .full_width .parallax_content,
.archive.date .steps_holder_inner,
.archive.date div.grid_section .section_inner,
.archive.date nav.content_menu {
    width: 650px;
  }
}
@media (max-width: 1024px) {
  .page-id-4269 .boxed div.section .section_inner,
.page-id-4269 .carousel-inner .slider_content_outer,
.page-id-4269 .container_inner,
.page-id-4269 .full_width .parallax_content,
.page-id-4269 .steps_holder_inner,
.page-id-4269 div.grid_section .section_inner,
.page-id-4269 nav.content_menu,
.page-id-2335 .boxed div.section .section_inner,
.page-id-2335 .carousel-inner .slider_content_outer,
.page-id-2335 .container_inner,
.page-id-2335 .full_width .parallax_content,
.page-id-2335 .steps_holder_inner,
.page-id-2335 div.grid_section .section_inner,
.page-id-2335 nav.content_menu,
.archive.date .boxed div.section .section_inner,
.archive.date .carousel-inner .slider_content_outer,
.archive.date .container_inner,
.archive.date .full_width .parallax_content,
.archive.date .steps_holder_inner,
.archive.date div.grid_section .section_inner,
.archive.date nav.content_menu {
    width: 100%;
  }
}

.page-id-93 {
  /******************************************************************

  Stylesheet: Contact

  Styles for Contact page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
@media (max-width: 1000px) {
  .page-id-93 .google_map_shortcode_holder .google_map_shortcode_overlay {
    display: none !important;
  }
}

.page-id-806 {
  /******************************************************************

  Stylesheet: Media Kit

  Styles for Media Kit page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
@media only screen and (min-width: 1401px) and (max-width: 1550px) {
  .page-id-806 .cover_boxes ul li {
    width: 250px !important;
  }
  .page-id-806 .cover_boxes ul li .thumb {
    width: 250px !important;
  }
  .page-id-806 .cover_boxes ul li .box_content {
    width: 230px !important;
    left: 270px !important;
  }
  .page-id-806 .cover_boxes ul li.act {
    width: 500px !important;
  }
}

.single {
  /******************************************************************

  Stylesheet: Article/Post template

  Styles for post templates ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
.single .post_content_holder .entry_title {
  font-family: "Almendra", "Georgia", Cambria, Times New Roman, Times, serif !important;
  font-size: 21px !important;
}
@media (max-width: 1440px) {
  .single .post_content_holder .entry_title {
    font-size: 21px !important;
  }
}
@media (max-width: 1024px) {
  .single .post_content_holder .entry_title {
    font-size: 21px !important;
  }
}
@media (max-width: 600px) {
  .single .post_content_holder .entry_title {
    font-size: 21px !important;
  }
}
.single .post_content_holder .entry_title .date {
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: normal;
  color: #383838 !important;
  font-size: 16px !important;
}
@media (max-width: 1440px) {
  .single .post_content_holder .entry_title .date {
    font-size: 16px !important;
  }
}
@media (max-width: 1024px) {
  .single .post_content_holder .entry_title .date {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .single .post_content_holder .entry_title .date {
    font-size: 15px !important;
  }
}
.single.single-portfolio_page .qbutton {
  width: auto !important;
  margin: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  .single.single-portfolio_page .lb-bio {
    padding: 0 !important;
  }
}
@media (max-width: 600px) {
  .single.single-portfolio_page .grid_section:nth-child(3) .vc_empty_space:last-of-type {
    height: 32px !important;
  }
  .single.single-portfolio_page .grid_section:nth-child(4) .vc_empty_space:last-of-type {
    display: none;
  }
}

.product-template-default,
.page-id-73 {
  /******************************************************************

  Stylesheet: Publications template

  Styles for post templates ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
.product-template-default.woocommerce.single-product.qode-product-single-tabs-on-bottom .product .summary,
.page-id-73.woocommerce.single-product.qode-product-single-tabs-on-bottom .product .summary {
  width: 70% !important;
  margin-bottom: 0;
  padding-top: 0 !important;
  margin-left: 5%;
}
@media (max-width: 1024px) {
  .product-template-default.woocommerce.single-product.qode-product-single-tabs-on-bottom .product .summary,
.page-id-73.woocommerce.single-product.qode-product-single-tabs-on-bottom .product .summary {
    margin-left: 10%;
  }
}
@media (max-width: 600px) {
  .product-template-default.woocommerce.single-product.qode-product-single-tabs-on-bottom .product .summary,
.page-id-73.woocommerce.single-product.qode-product-single-tabs-on-bottom .product .summary {
    width: 100% !important;
    margin: 0;
  }
}
.product-template-default .content .woocommerce ul.products li.product .add-to-cart-button-outer,
.page-id-73 .content .woocommerce ul.products li.product .add-to-cart-button-outer {
  display: none;
}
.product-template-default .content .woocommerce ul.products li.product img,
.page-id-73 .content .woocommerce ul.products li.product img {
  margin: 10px auto !important;
}
.product-template-default .content .woocommerce ul.products li.product:hover .image-wrapper img,
.page-id-73 .content .woocommerce ul.products li.product:hover .image-wrapper img {
  opacity: 1 !important;
  box-shadow: 0 0 10px -2px #707070;
}
.product-template-default .content .hidden-content,
.page-id-73 .content .hidden-content {
  overflow: hidden;
}
.product-template-default .content .read-more,
.page-id-73 .content .read-more {
  font: 400 2em/1.25em "Almendra", "Georgia", Cambria, Times New Roman, Times, serif;
  color: #660b21;
  float: right;
  align-self: flex-end;
  padding-top: 10px !important;
  border-top: 2px solid #b47b28 !important;
  width: 40%;
  text-align: right;
  outline: none;
  padding-bottom: 0;
  margin-top: 20px;
  font-size: 0.875rem;
  background-color: transparent;
  border: none;
}
.product-template-default .content .read-more:after,
.page-id-73 .content .read-more:after {
  content: "+";
  padding-left: 0.5rem;
  font-weight: 600;
}
.product-template-default .content .read-more.active:after,
.page-id-73 .content .read-more.active:after {
  content: "-";
}
.product-template-default .content .desktop_hide,
.page-id-73 .content .desktop_hide {
  display: none;
}
@media (max-width: 1024px) {
  .product-template-default .content .desktop_hide,
.page-id-73 .content .desktop_hide {
    display: inline-block;
  }
}
.product-template-default .content .desktop_hide.info,
.page-id-73 .content .desktop_hide.info {
  border-bottom: 1px solid lightgray;
  padding-bottom: 8.3333333333vw;
  margin-bottom: 8.3333333333vw;
  padding-top: 1rem;
}
@media (max-width: 1024px) {
  .product-template-default .content .tablet_hide,
.page-id-73 .content .tablet_hide {
    display: none;
  }
}
.product-template-default .content .overlapping_content_inner,
.page-id-73 .content .overlapping_content_inner {
  overflow: visible !important;
}
@media screen and (min-width: 1400px) {
  .product-template-default .content .overlapping_content_inner .container_inner,
.page-id-73 .content .overlapping_content_inner .container_inner {
    width: 1000px;
  }
}
@media (max-width: 340px) {
  .product-template-default .content .overlapping_content_inner .container_inner,
.page-id-73 .content .overlapping_content_inner .container_inner {
    max-width: 83.3333333333vw;
  }
}
.product-template-default .all_publications_wrapper,
.page-id-73 .all_publications_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2.0833333333vw;
}
@media (max-width: 1024px) {
  .product-template-default .all_publications_wrapper,
.page-id-73 .all_publications_wrapper {
    padding-top: 4.1666666667vw;
  }
}
@media (max-width: 768px) {
  .product-template-default .all_publications_wrapper,
.page-id-73 .all_publications_wrapper {
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  .product-template-default .all_publications_wrapper .desktop_hide,
.page-id-73 .all_publications_wrapper .desktop_hide {
    display: none;
  }
}
.product-template-default .all_publications_wrapper .social_share_list_holder,
.page-id-73 .all_publications_wrapper .social_share_list_holder {
  margin-bottom: 2rem;
  font: 400 1em/1.536em "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #707070;
  font-weight: 600;
}
.product-template-default .all_publications_wrapper .social_share_list_holder span,
.page-id-73 .all_publications_wrapper .social_share_list_holder span {
  padding-right: 0.5rem;
}
.product-template-default .all_publications_wrapper .social_share_list_holder ul li,
.page-id-73 .all_publications_wrapper .social_share_list_holder ul li {
  margin-right: 1rem;
}
.product-template-default .all_publications_wrapper .social_share_list_holder ul li:last-child,
.page-id-73 .all_publications_wrapper .social_share_list_holder ul li:last-child {
  margin-right: 0;
}
.product-template-default .all_publications_wrapper .social_share_list_holder ul li a,
.page-id-73 .all_publications_wrapper .social_share_list_holder ul li a {
  color: #000000;
  transition: 0.25s ease-in-out;
}
.product-template-default .all_publications_wrapper .social_share_list_holder ul li a i,
.page-id-73 .all_publications_wrapper .social_share_list_holder ul li a i {
  color: #b47b28;
  font-size: 1.2rem;
}
.product-template-default .all_publications_wrapper .social_share_list_holder ul li a:hover,
.page-id-73 .all_publications_wrapper .social_share_list_holder ul li a:hover {
  color: #b47b28;
}
.product-template-default .all_publications_wrapper .all_publications,
.page-id-73 .all_publications_wrapper .all_publications {
  margin-bottom: 2rem;
  margin-left: -4.1666666667vw;
}
@media (max-width: 1024px) {
  .product-template-default .all_publications_wrapper .all_publications,
.page-id-73 .all_publications_wrapper .all_publications {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .product-template-default .all_publications_wrapper .all_publications,
.page-id-73 .all_publications_wrapper .all_publications {
    margin-bottom: 1rem;
  }
}
.product-template-default .all_publications_wrapper .all_publications a,
.page-id-73 .all_publications_wrapper .all_publications a {
  font: 400 1em/1.536em "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #707070;
  font-weight: 600;
  display: flex;
  align-items: center;
  transition: 0.25s ease-in-out;
}
.product-template-default .all_publications_wrapper .all_publications a:hover,
.page-id-73 .all_publications_wrapper .all_publications a:hover {
  color: #b47b28;
}
.product-template-default .all_publications_wrapper .all_publications a svg,
.page-id-73 .all_publications_wrapper .all_publications a svg {
  margin-right: 1rem;
}
.product-template-default .product-categories,
.product-template-default .q_tabs,
.product-template-default .product_meta,
.product-template-default .title_outer,
.page-id-73 .product-categories,
.page-id-73 .q_tabs,
.page-id-73 .product_meta,
.page-id-73 .title_outer {
  display: none;
}
.product-template-default .product_pretitle,
.page-id-73 .product_pretitle {
  display: flex;
  justify-content: space-between;
  font: 400 1em/1.536em "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #707070;
  font-weight: 600;
}
@media (max-width: 600px) {
  .product-template-default .product_pretitle,
.page-id-73 .product_pretitle {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1024px) {
  .product-template-default .product_pretitle .social_share_list_holder,
.page-id-73 .product_pretitle .social_share_list_holder {
    display: none;
  }
}
@media (max-width: 600px) {
  .product-template-default .product_pretitle .social_share_list_holder,
.page-id-73 .product_pretitle .social_share_list_holder {
    display: block;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}
.product-template-default .product_pretitle .social_share_list_holder span,
.page-id-73 .product_pretitle .social_share_list_holder span {
  padding-right: 0.5rem;
}
.product-template-default .product_pretitle a,
.page-id-73 .product_pretitle a {
  color: #000000;
  transition: 0.25s ease-in-out;
}
.product-template-default .product_pretitle a:hover,
.page-id-73 .product_pretitle a:hover {
  color: #b47b28;
}
.product-template-default .product_pretitle ul li,
.page-id-73 .product_pretitle ul li {
  margin-right: 1rem;
}
@media (max-width: 600px) {
  .product-template-default .product_pretitle ul li,
.page-id-73 .product_pretitle ul li {
    margin-right: 0.8rem;
  }
}
.product-template-default .product_pretitle ul li:last-child,
.page-id-73 .product_pretitle ul li:last-child {
  margin-right: 0;
}
.product-template-default .product_pretitle ul li a i,
.page-id-73 .product_pretitle ul li a i {
  color: #b47b28;
  font-size: 1.2rem;
}
.product-template-default .product_info .product_title:after,
.page-id-73 .product_info .product_title:after {
  content: "";
  display: block;
  border-bottom: 2px solid #b47b28;
  padding-top: 1rem;
  margin-bottom: 1rem;
  width: 10%;
}
.product-template-default .product_info .book_formats,
.page-id-73 .product_info .book_formats {
  display: flex;
  flex-wrap: wrap;
}
.product-template-default .product_info .book_formats .book_format,
.page-id-73 .product_info .book_formats .book_format {
  padding: 1rem 2rem;
  box-shadow: 0 0 10px -4px #707070;
  margin: 3rem 2rem 3rem 0rem;
  font: 400 1em/1.536em "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  transition: 0.25s ease-in-out;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .product-template-default .product_info .book_formats .book_format,
.page-id-73 .product_info .book_formats .book_format {
    padding: 1rem 1.5rem;
    margin: 1rem 1rem 1rem 0;
  }
  .product-template-default .product_info .book_formats .book_format:nth-child(even),
.page-id-73 .product_info .book_formats .book_format:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .product-template-default .product_info .book_formats .book_format,
.page-id-73 .product_info .book_formats .book_format {
    margin: 1rem 1rem 0.5rem 0;
  }
}
.product-template-default .product_info .book_formats .book_format:hover,
.page-id-73 .product_info .book_formats .book_format:hover {
  box-shadow: 0 0 10px -2px #707070;
  color: #660b21;
}
.product-template-default .product_info .book_formats .book_format:after,
.page-id-73 .product_info .book_formats .book_format:after {
  display: inline-block;
  content: "";
  background-image: url(/en/wp-content/uploads/2019/12/redirect-50-50px.png);
  background-repeat: no-repeat;
  background-size: 15px;
  height: 15px;
  width: 15px;
  margin-left: 0.5rem;
}
.product-template-default .product img,
.page-id-73 .product img {
  box-shadow: 0 0 10px -4px #707070;
  transition: 0.25s ease-in-out !important;
}
.product-template-default .product h6,
.page-id-73 .product h6 {
  transition: 0.25s ease-in-out !important;
}
.product-template-default .first:not(li),
.page-id-73 .first:not(li) {
  display: flex;
  border-bottom: 1px solid lightgray;
  padding-bottom: 4.1666666667vw;
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 1024px) {
  .product-template-default .first:not(li),
.page-id-73 .first:not(li) {
    border: none;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 600px) {
  .product-template-default .first:not(li),
.page-id-73 .first:not(li) {
    flex-direction: column;
  }
}
.product-template-default .first:not(li) h1,
.page-id-73 .first:not(li) h1 {
  font: 400 2em/1.25em "Almendra", "Georgia", Cambria, Times New Roman, Times, serif;
  padding-top: 1rem;
  font-size: 1.75rem !important;
}
@media (max-width: 1440px) {
  .product-template-default .first:not(li) h1,
.page-id-73 .first:not(li) h1 {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 1024px) {
  .product-template-default .first:not(li) h1,
.page-id-73 .first:not(li) h1 {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 600px) {
  .product-template-default .first:not(li) h1,
.page-id-73 .first:not(li) h1 {
    font-size: 1.125rem !important;
  }
}
.product-template-default .first:not(li) img:hover,
.page-id-73 .first:not(li) img:hover {
  box-shadow: 0 0 10px -2px #707070;
}
.product-template-default .woocommerce-product-gallery,
.page-id-73 .woocommerce-product-gallery {
  width: 30% !important;
  margin: 0 !important;
}
@media (max-width: 600px) {
  .product-template-default .woocommerce-product-gallery,
.page-id-73 .woocommerce-product-gallery {
    width: 100% !important;
  }
}
.product-template-default .woocommerce-product-gallery figure,
.page-id-73 .woocommerce-product-gallery figure {
  margin: 0;
}
.product-template-default .related ul.products .product img,
.page-id-73 .related ul.products .product img {
  margin: 10px auto !important;
  opacity: 1 !important;
  width: 60%;
}
.product-template-default .related ul.products .product .add-to-cart-button-outer,
.page-id-73 .related ul.products .product .add-to-cart-button-outer {
  display: none;
}
.product-template-default .related ul.products .product:hover img,
.page-id-73 .related ul.products .product:hover img {
  box-shadow: 0 0 10px -2px #707070;
}
@media (max-width: 1024px) {
  .product-template-default .related ul.products .slick-list,
.page-id-73 .related ul.products .slick-list {
    padding: 0 30% 0 0;
  }
  .product-template-default .related ul.products .slick-list .slick-slide > div,
.page-id-73 .related ul.products .slick-list .slick-slide > div {
    margin-right: 2rem;
  }
  .product-template-default .related ul.products li.product,
.page-id-73 .related ul.products li.product {
    width: 48.89%;
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .product-template-default .related ul.products h6,
.page-id-73 .related ul.products h6 {
    padding: 0;
    text-align: left;
  }
}
.product-template-default .related h4,
.page-id-73 .related h4 {
  margin-bottom: 2rem;
}
@media (max-width: 600px) {
  .product-template-default .related h4,
.page-id-73 .related h4 {
    margin-bottom: 1rem;
  }
}
.product-template-default .slick-next, .product-template-default .slick-prev,
.page-id-73 .slick-next,
.page-id-73 .slick-prev {
  background: #b47b28 !important;
  height: 40px;
  width: 40px;
  padding: 8px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease-in-out;
  top: 133px;
}
.product-template-default .slick-next:before, .product-template-default .slick-prev:before,
.page-id-73 .slick-next:before,
.page-id-73 .slick-prev:before {
  display: none !important;
}
.product-template-default .slick-next:hover, .product-template-default .slick-prev:hover,
.page-id-73 .slick-next:hover,
.page-id-73 .slick-prev:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.32);
}
.product-template-default .slick-next.slick-disabled, .product-template-default .slick-prev.slick-disabled,
.page-id-73 .slick-next.slick-disabled,
.page-id-73 .slick-prev.slick-disabled {
  opacity: 0;
  z-index: 0;
}
@media (max-width: 600px) {
  .product-template-default .slick-next, .product-template-default .slick-prev,
.page-id-73 .slick-next,
.page-id-73 .slick-prev {
    height: 30px;
    width: 30px;
    padding: 7px;
    top: 100px;
  }
}
.product-template-default .slick-next svg, .product-template-default .slick-prev svg,
.page-id-73 .slick-next svg,
.page-id-73 .slick-prev svg {
  height: 100%;
  width: auto;
}
.product-template-default .slick-next,
.page-id-73 .slick-next {
  right: -20px;
  position: absolute;
  right: -5.5555555556vw;
  top: calc(50% - 40px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  cursor: pointer;
  z-index: 999;
}
@media (max-width: 600px) {
  .product-template-default .slick-next,
.page-id-73 .slick-next {
    right: -15px;
  }
}
.product-template-default .slick-prev,
.page-id-73 .slick-prev {
  left: -20px;
  position: absolute;
  left: -5.5555555556vw;
  top: calc(50% - 40px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  cursor: pointer;
  z-index: 999;
}
@media (max-width: 600px) {
  .product-template-default .slick-prev,
.page-id-73 .slick-prev {
    left: -15px;
  }
}
.product-template-default.columns-3 .title_outer,
.page-id-73.columns-3 .title_outer {
  display: block;
}
@media screen and (min-width: 1400px) {
  .product-template-default.columns-3 .vc_row:last-child .section_inner,
.page-id-73.columns-3 .vc_row:last-child .section_inner {
    width: 1000px !important;
  }
}
.product-template-default.columns-3 .vc_row:last-child .section_inner .product img,
.page-id-73.columns-3 .vc_row:last-child .section_inner .product img {
  width: 60%;
}
.product-template-default.columns-3 .vc_row:last-child .section_inner .product a.product-category.product-info,
.page-id-73.columns-3 .vc_row:last-child .section_inner .product a.product-category.product-info {
  margin: 0 !important;
  padding-bottom: 1em !important;
}

.portfolio_page-template-default {
  /******************************************************************

  Stylesheet: Article/Post template

  Styles for post templates ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
.portfolio_page-template-default .post_content_holder .entry_title {
  font-family: "Almendra", "Georgia", Cambria, Times New Roman, Times, serif !important;
  font-size: 21px !important;
}
@media (max-width: 1440px) {
  .portfolio_page-template-default .post_content_holder .entry_title {
    font-size: 21px !important;
  }
}
@media (max-width: 1024px) {
  .portfolio_page-template-default .post_content_holder .entry_title {
    font-size: 21px !important;
  }
}
@media (max-width: 600px) {
  .portfolio_page-template-default .post_content_holder .entry_title {
    font-size: 21px !important;
  }
}
.portfolio_page-template-default .post_content_holder .entry_title .date {
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: normal;
  color: #383838 !important;
  font-size: 16px !important;
}
@media (max-width: 1440px) {
  .portfolio_page-template-default .post_content_holder .entry_title .date {
    font-size: 16px !important;
  }
}
@media (max-width: 1024px) {
  .portfolio_page-template-default .post_content_holder .entry_title .date {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .portfolio_page-template-default .post_content_holder .entry_title .date {
    font-size: 15px !important;
  }
}
.portfolio_page-template-default.single-portfolio_page .qbutton {
  width: auto !important;
  margin: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  .portfolio_page-template-default.single-portfolio_page .lb-bio {
    padding: 0 !important;
  }
}
@media (max-width: 600px) {
  .portfolio_page-template-default.single-portfolio_page .grid_section:nth-child(3) .vc_empty_space:last-of-type {
    height: 32px !important;
  }
  .portfolio_page-template-default.single-portfolio_page .grid_section:nth-child(4) .vc_empty_space:last-of-type {
    display: none;
  }
}

.post-type-archive-tribe_events {
  /******************************************************************

  Stylesheet: Events Page (Tribe)

  Styles for Events page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
.post-type-archive-tribe_events #tribe-events-content-wrapper {
  width: 100% !important;
}
.post-type-archive-tribe_events .tribe-events-list .type-tribe_events {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.post-type-archive-tribe_events .tribe-events-list .tribe-events-loop {
  width: 100%;
  max-width: 100% !important;
}
.post-type-archive-tribe_events .tribe-events-list .tribe-events-read-more {
  margin-top: 1rem !important;
  display: block;
  float: left;
}
.post-type-archive-tribe_events .tribe-events-list .tribe-events-content {
  width: 60%;
  float: right !important;
}
.post-type-archive-tribe_events .tribe-events-list .tribe-event-schedule-details {
  font-size: 1.2rem !important;
  margin-bottom: 1rem !important;
}
.post-type-archive-tribe_events .tribe-events-list .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
  color: #fff !important;
}
.post-type-archive-tribe_events .tribe-events-list .tribe-events-list-event-title {
  margin-bottom: 1rem;
}
.post-type-archive-tribe_events .tribe-events-list .tribe-events-list-event-title a {
  font-size: 2rem !important;
}
@media (max-width: 1024px) {
  .post-type-archive-tribe_events .tribe-events-list .tribe-event-schedule-details,
.post-type-archive-tribe_events .tribe-events-list .tribe-events-event-meta,
.post-type-archive-tribe_events .tribe-events-list .tribe-events-venue-details {
    background: transparent !important;
    border: 0 !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 1024px) {
  .post-type-archive-tribe_events .tribe-events-list .tribe-event-schedule-details {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 600px) {
  .post-type-archive-tribe_events .tribe-events-calendar thead th {
    font-size: 10px !important;
  }
}
.post-type-archive-tribe_events .calendar-row {
  background-color: #ffffff;
}
.post-type-archive-tribe_events .first-row h5 {
  padding-bottom: 2em;
}
.post-type-archive-tribe_events .tribe-events-calendar thead th {
  background-color: #660b21;
}
.post-type-archive-tribe_events .calendar-row.grid_section {
  margin: 0 8.333333vw;
}
.post-type-archive-tribe_events .tribe-events-othermonth.tribe-events-future {
  background: #CCCCCC !important;
}
.post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-], .post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-] > a, .post-type-archive-tribe_events .tribe-events-othermonth .tribe_events, .post-type-archive-tribe_events a.tribe-events-ical.tribe-events-button, .post-type-archive-tribe_events .tribe-bar-date-filter, .post-type-archive-tribe_events .tribe-events-future .type-tribe_events, .post-type-archive-tribe_events .tribe-events-month #tribe-events-header, .post-type-archive-tribe_events .tribe-events-list #tribe-events-footer {
  display: none !important;
}
.post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], .post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] > a, .post-type-archive-tribe_events .tribe-events-calendar td div[id*=tribe-events-daynum-] {
  background-color: #CCCCCC;
}
.post-type-archive-tribe_events #tribe-events .tribe-events-button, .post-type-archive-tribe_events #tribe-events .tribe-events-button:hover, .post-type-archive-tribe_events #tribe_events_filters_wrapper input[type=submit], .post-type-archive-tribe_events .tribe-events-button, .post-type-archive-tribe_events .tribe-events-button.tribe-active:hover, .post-type-archive-tribe_events .tribe-events-button.tribe-inactive, .post-type-archive-tribe_events .tribe-events-button:hover, .post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #0B3048;
  text-align: right;
  font-size: 16px;
}
.post-type-archive-tribe_events #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
  padding: 1%;
}
.post-type-archive-tribe_events thead, .post-type-archive-tribe_events td.tribe-events-othermonth, .post-type-archive-tribe_events td.tribe-events-thismonth, .post-type-archive-tribe_events td.tribe-events-nextmonth {
  border: 1px solid #0B3048 !important;
}
.post-type-archive-tribe_events .tribe-events-calendar thead th {
  border: none;
  font-size: 16px;
}
.post-type-archive-tribe_events .tribe-events-month table .type-tribe_events {
  margin: 10px 0;
  padding: 0;
  background-color: #660b21;
}
.post-type-archive-tribe_events .tribe-events-thismonth a.url {
  color: white;
  opacity: 1 !important;
  font-family: "Source Sans Pro", sans-serif;
}
.post-type-archive-tribe_events .tribe-events-past a.url {
  color: white;
  opacity: 1 !important;
  font-family: "Source Sans Pro", sans-serif;
}
.post-type-archive-tribe_events .tribe-events-othermonth .tribe-events-month-event-title, .post-type-archive-tribe_events .tribe-events-othermonth div[id*=tribe-events-daynum-] {
  opacity: 1;
}
.post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], .post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] > a {
  text-align: right;
}
.post-type-archive-tribe_events .tribe-events-calendar div[id*=tribe-events-daynum-], .post-type-archive-tribe_events .tribe-events-calendar div[id*=tribe-events-daynum-] a {
  text-align: right;
  font-size: 16px;
}
.post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], .post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] > a {
  font-size: 16px;
  padding-right: 30px;
  color: #0B3048;
}
.post-type-archive-tribe_events .tribe-events-calendar td div[id*=tribe-events-daynum-] {
  padding-right: 30px;
}
.post-type-archive-tribe_events ul.tribe-events-sub-nav a {
  font-size: 20px;
}
.post-type-archive-tribe_events .tribe-events-sub-nav {
  padding-top: 20px !important;
}
.post-type-archive-tribe_events .tribe-events-shortcode .tribe-bar-search-filter {
  width: 75%;
}
.post-type-archive-tribe_events .mainpara h5 {
  font-size: 28px;
}
.post-type-archive-tribe_events .tribe-events-list .type-tribe_events {
  padding: 0 15vw;
}
.post-type-archive-tribe_events .tribe-events-list-separator-month span {
  display: none;
}
.post-type-archive-tribe_events div#tribe-events {
  display: flex;
  flex-wrap: wrap;
}
.post-type-archive-tribe_events div#tribe-events-bar {
  order: 1;
}
.post-type-archive-tribe_events .tribe-events-title-bar {
  order: 2;
  padding: 2rem 0 2rem 1rem;
}
.post-type-archive-tribe_events div#tribe-events-content {
  order: 3;
}
.post-type-archive-tribe_events .tribe-bar-filters-inner.tribe-clearfix, .post-type-archive-tribe_events #tribe-bar-form .tribe-bar-submit input[type=submit], .post-type-archive-tribe_events #tribe-bar-form .tribe-bar-views-inner label {
  background: white;
  color: #660b21;
}
.post-type-archive-tribe_events input.tribe-events-button.tribe-no-param {
  text-align: center !important;
}
.post-type-archive-tribe_events .tribe-bar-views-inner, .post-type-archive-tribe_events #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a, .post-type-archive-tribe_events #tribe-bar-form #tribe-bar-views {
  background: white;
}
.post-type-archive-tribe_events .view-list .type-tribe_events {
  display: flex;
  flex-wrap: nowrap;
}
.post-type-archive-tribe_events .view-list .tribe-events-event-meta {
  order: 1;
}
.post-type-archive-tribe_events .view-list .tribe-events-event-image {
  order: 2;
}
.post-type-archive-tribe_events .view-list .tribe-events-list-event-title {
  order: 3;
}
.post-type-archive-tribe_events .view-list .entry-summary {
  order: 4;
}
.post-type-archive-tribe_events .tribe-events-list {
  width: 100%;
}
.post-type-archive-tribe_events .tribe-events-list .tribe-events-event-image img {
  object-fit: cover;
}
.post-type-archive-tribe_events .tribe-events-list .tribe-events-loop .tribe-events-content {
  padding: 0;
}
.post-type-archive-tribe_events .tribe-events-shortcode .tribe-events-month table .type-tribe_events {
  margin: 5% 0;
}
.post-type-archive-tribe_events .tribe-events-read-more {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
  padding: 0.5rem 2rem;
  transition: 0.3s;
  color: #b47a28;
}
.post-type-archive-tribe_events .tribe-events-read-more:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-othermonth {
  opacity: 0.5;
}
.post-type-archive-tribe_events .tribe-events-shortcode .tribe-events-month table .type-tribe_events {
  padding: 4px 8px;
}
.post-type-archive-tribe_events #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
  text-align: left;
}

/******************************************************************

Site Name: Orientale

Stylesheet: Global Footer

******************************************************************/
.content_bottom {
  display: none !important;
}

body:not(#this) footer {
  width: 100% !important;
  left: initial !important;
  box-sizing: border-box !important;
  background: #660b21;
  color: #ffffff;
  padding: 6.25vw 8.3333333333vw calc(((100vw / 12) * 0.75) - 70px) !important;
}
@media (max-width: 1440px) {
  body:not(#this) footer {
    padding: 8.3333333333vw 8.3333333333vw calc((100vw / 12) - 40px) !important;
  }
}
@media (max-width: 1024px) {
  body:not(#this) footer {
    padding: 10.4166666667vw 8.3333333333vw calc(((100vw / 12) * 1.25) - 40px) !important;
    padding-left: 8.3333333333vw !important;
  }
}
@media (max-width: 768px) {
  body:not(#this) footer {
    padding: 12.5vw 8.3333333333vw calc(((100vw / 12) * 1.5) - 40px) !important;
    padding-left: 8.3333333333vw !important;
  }
}
@media (max-width: 600px) {
  body:not(#this) footer {
    padding: 12.5vw 8.3333333333vw calc(((100vw / 12) * 3) - 40px) !important;
    padding-left: 8.3333333333vw !important;
  }
}
body:not(#this) footer .lb_footer {
  text-align: center;
  padding-top: 40px;
}
body:not(#this) footer .lb_footer a {
  width: 30px;
  display: block;
  height: 30px;
  margin: 0 auto;
  text-align: center;
}
body:not(#this) footer .lb_footer img {
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  display: inline-block;
  opacity: 0.04;
  transition: 0.25s ease-in-out;
}
body:not(#this) footer .lb_footer img:hover {
  opacity: 0.2;
}
body:not(#this) footer .footer_top_holder {
  background: #660b21;
}
body:not(#this) footer .footer_top_holder .footer_top {
  padding: 0 !important;
}
body:not(#this) footer .full_section_inner {
  display: flex;
}
@media (max-width: 1024px) {
  body:not(#this) footer .full_section_inner {
    flex-wrap: wrap;
  }
}
body:not(#this) footer .vc_col-sm-6 {
  display: flex;
  align-items: center;
}
body:not(#this) footer .vc_col-sm-6:first-child {
  width: 25vw !important;
  padding-right: 4.1666666667vw;
}
@media (max-width: 1700px) {
  body:not(#this) footer .vc_col-sm-6:first-child {
    width: 33.3333333333vw !important;
  }
}
@media (max-width: 1440px) {
  body:not(#this) footer .vc_col-sm-6:first-child {
    padding-right: 8.3333333333vw;
    padding-left: 2.0833333333vw;
    width: 41.6666666667vw !important;
  }
}
@media (max-width: 1024px) {
  body:not(#this) footer .vc_col-sm-6:first-child {
    width: 100% !important;
    padding-left: 18.75vw;
    padding-right: 18.75vw;
    padding-bottom: 8.3333333333vw;
  }
}
@media (max-width: 600px) {
  body:not(#this) footer .vc_col-sm-6:first-child {
    padding-left: 2.0833333333vw;
    padding-right: 2.0833333333vw;
  }
}
body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper .wpb_single_image {
  height: 100px;
  box-sizing: border-box;
  padding: 0 0.25rem;
}
@media (max-width: 1260px) {
  body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper .wpb_single_image {
    height: 75px;
  }
}
@media (max-width: 600px) {
  body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper .wpb_single_image {
    height: 18.75vw;
  }
}
@media (max-width: 340px) {
  body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper .wpb_single_image {
    height: 50px;
  }
}
body:not(#this) footer .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper .wpb_text_column {
  width: 100%;
}
body:not(#this) footer .vc_col-sm-6:first-child a {
  transition: 0.25s ease-in-out;
}
body:not(#this) footer .vc_col-sm-6:first-child a:hover {
  opacity: 0.8;
}
body:not(#this) footer .vc_col-sm-6:first-child a img {
  height: 100px;
  width: auto;
}
@media (max-width: 1260px) {
  body:not(#this) footer .vc_col-sm-6:first-child a img {
    height: 75px;
  }
}
@media (max-width: 600px) {
  body:not(#this) footer .vc_col-sm-6:first-child a img {
    height: 18.75vw;
  }
}
@media (max-width: 340px) {
  body:not(#this) footer .vc_col-sm-6:first-child a img {
    height: 50px;
  }
}
body:not(#this) footer .vc_col-sm-6:first-child h4 {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
  color: #ffffff;
  font-family: "Almendra", "Georgia", Cambria, Times New Roman, Times, serif !important;
  font-size: 24px !important;
}
@media (max-width: 1440px) {
  body:not(#this) footer .vc_col-sm-6:first-child h4 {
    font-size: 22px !important;
  }
}
@media (max-width: 1024px) {
  body:not(#this) footer .vc_col-sm-6:first-child h4 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  body:not(#this) footer .vc_col-sm-6:first-child h4 {
    font-size: 20px !important;
  }
}
body:not(#this) footer .vc_col-sm-6:last-child {
  width: calc(100% - 25vw) !important;
  padding-left: 8.3333333333vw;
}
@media (max-width: 1440px) {
  body:not(#this) footer .vc_col-sm-6:last-child {
    width: calc(100% - 41.6666666667vw) !important;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  body:not(#this) footer .vc_col-sm-6:last-child {
    width: 100% !important;
    padding-left: 0;
    padidng-right: 0;
  }
}
body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper {
    justify-content: space-between;
  }
}
body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper .wpb_text_column {
  width: calc(100% / 3);
}
@media (max-width: 1440px) {
  body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper .wpb_text_column {
    width: auto;
  }
}
@media (max-width: 600px) {
  body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper .wpb_text_column {
    width: 100%;
    text-align: center;
    padding-bottom: 8.3333333333vw;
  }
  body:not(#this) footer .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper .wpb_text_column:last-child {
    padding-bottom: 0;
  }
}
body:not(#this) footer .vc_col-sm-6:last-child h3 {
  color: #ffffff !important;
  font-size: 28px !important;
  border-bottom: 1px solid #b47b28;
  display: inline-block;
  width: auto;
  margin-bottom: 1.5rem;
}
@media (max-width: 1440px) {
  body:not(#this) footer .vc_col-sm-6:last-child h3 {
    font-size: 24px !important;
  }
}
@media (max-width: 1024px) {
  body:not(#this) footer .vc_col-sm-6:last-child h3 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  body:not(#this) footer .vc_col-sm-6:last-child h3 {
    font-size: 20px !important;
  }
}
body:not(#this) footer .vc_col-sm-6:last-child a {
  color: #ffffff !important;
  transition: 0.25s ease-in-out;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block !important;
  margin-bottom: 0.65rem;
  font-size: 1rem !important;
}
body:not(#this) footer .vc_col-sm-6:last-child a:hover {
  color: #b47b28 !important;
}
body:not(#this) footer .vc_col-sm-6:last-child a::last-child {
  margin-bottom: 0;
}
body:not(#this) footer .vc_col-sm-6:last-child br {
  display: none;
}
body:not(#this) footer .vc_col-sm-6:last-child .social {
  margin-top: 1rem;
}
@media (max-width: 600px) {
  body:not(#this) footer .vc_col-sm-6:last-child .social {
    margin-top: 8.3333333333vw;
  }
}
body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode {
  margin-right: 1.5rem;
}
body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode:last-child {
  margin-right: 0;
}
@media (max-width: 600px) {
  body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode {
    margin-right: 2.5rem;
  }
  body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode:last-child {
    margin-right: 0;
  }
}
body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode a {
  marign-bottom: 0;
}
body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode a i {
  color: #b47b28;
  font-size: 20px;
}
@media (max-width: 600px) {
  body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode a i {
    font-size: 25px;
  }
}
body:not(#this) footer .vc_col-sm-6:last-child .social .qode_icon_shortcode a:hover i {
  color: #ffffff;
}

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