@charset "UTF-8";
/*!
Theme Name: Chambre
Author: c.bavota
Author URI: http://bavotasan.com
Version: 0.21
*/
@font-face {
  font-family: 'Montserrat Light';
  src: url("./fonts/montserrat-light-webfont.eot");
  src: url("./fonts/montserrat-light-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/montserrat-light-webfont.woff2") format("woff2"), url("./fonts/montserrat-light-webfont.woff") format("woff"), url("./fonts/montserrat-light-webfont") format("truetype"), url("./fonts/montserrat-light-webfont.svg#montserratlight") format("svg");
  font-weight: normal;
  font-style: normal; }
/* =WordPress Core
-------------------------------------------------------------- */
.container, .row, #posts-pagination, .extended-footer {
  *zoom: 1; }
.container:before, .row:before, #posts-pagination:before, .extended-footer:before, .container:after, .row:after, #posts-pagination:after, .extended-footer:after {
  content: " ";
  display: table; }
.container:after, .row:after, #posts-pagination:after, .extended-footer:after {
  clear: both; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  display: inline-block;
  height: auto; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.list-no-style{
  list-style: none;
  padding-left:0
}

.container {
  width: 100%;
  clear: both;
  padding: 0px 10px;
  margin: 0px auto;
  position: relative; }
@media (min-width: 600px) {
  .container {
    max-width: 600px;
    padding: 0px 20px; } }
@media (min-width: 768px) {
  .container {
    max-width: 768px; } }
@media (min-width: 980px) {
  .container {
    max-width: 980px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

.row {
  margin-left: -10px;
  margin-right: -10px; }
@media (min-width: 600px) {
  .row {
    margin-left: -20px;
    margin-right: -20px; } }
.row.push .cols-2:nth-child(1) {
  left: 50%; }
.row.push .cols-2:nth-child(2) {
  right: 50%; }

.content-thin,
.content-wide,
.cols,
.centered {
  width: 100%; }

@media (min-width: 768px) {
  .content-thin {
    width: 25%;
    text-align: right; } }
@media (min-width: 980px) {
  .content-thin {
    width: 20%; } }

@media (min-width: 768px) {
  .cols-2 {
    width: 50%; } }

@media (min-width: 768px) {
  .cols-3 {
    width: 33.3333%; } }

@media (min-width: 768px) {
  .cols-4 {
    width: 25%; } }

@media (min-width: 768px) {
  .cols-5 {
    width: 20%; } }

@media (min-width: 768px) {
  .cols-6 {
    width: 16.666667%; } }

.centered,
.content-thin,
.content-wide,
.cols {
  padding-left: 10px;
  padding-right: 10px; }
@media (min-width: 600px) {
  .centered,
  .content-thin,
  .content-wide,
  .cols {
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 768px) {
  .content-thin,
  .content-wide,
  .cols {
    float: left; } }

.cols {
  margin-bottom: 30px;
  position: relative; }

@media (min-width: 768px) {
  .content-wide,
  .centered {
    width: 75%; } }
@media (min-width: 980px) {
  .content-wide,
  .centered {
    width: 60%; } }

.hide-mobile {
  display: none; }
@media (min-width: 600px) {
  .hide-mobile {
    display: block; } }

.hide-tablet {
  display: none; }
@media (min-width: 768px) {
  .hide-tablet {
    display: block; } }

@media (min-width: 600px) {
  .show-mobile {
    display: none; } }
@media (min-width: 768px) {
  .show-tablet {
    display: none; } }
.centered {
  margin-left: auto;
  margin-right: auto; }
@media (min-width: 768px) {
  .search .centered {
    padding-left: 10px; } }

.pull-left,
.pull-right {
  float: none !important; }

@media (min-width: 600px) {
  .pull-right {
    float: right !important; }

  .pull-left {
    float: left !important; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: flex;
  align-items: center; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  margin-right:80px;
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

.partners .slick-slide {
  margin: 0 30px;
}

.cols .partners .slick-slide {
  margin: 0 20px;
}

[dir='rtl'] .slick-slide {
  float: right; }

.partners .slick-slide img {
  display: block;
  max-width: 275px;
  max-height: 90px;
  transition: 300ms all;
  filter: grayscale(100%);
  opacity: 0.90;}

.slick-slide img:hover {
  filter: grayscale(0);
  opacity: 1;}

.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; }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=4127925f41b722b9e51535977e80b2b5)
 * Config saved to config.json and https://gist.github.com/4127925f41b722b9e51535977e80b2b5
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -moz-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -moz-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  -webkit-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: absolute;
  width: auto;
  margin: 10px;
  top: 30%;
  left: 50%; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  padding: 30px 50px; }
.modal-content .cols {
  padding-bottom: 0 !important; }
.modal-content .cols-2:nth-child(1) {
  width: 30% !important; }
.modal-content .cols-2:nth-child(2) {
  width: 70% !important; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.75;
  filter: alpha(opacity=75); }

.modal-header {
  padding-top: 20px; }
.modal-header h3 {
  margin-top: 30px !important;
  font-size: 24px;
  font-size: 1.5rem; }
.modal-header h3 small {
  padding-left: 0;
  margin-top: 20px;
  display: block; }

.modal-content .close {
  margin-top: -2px;
  position: absolute;
  top: -10px;
  right: -20px;
  color: inherit; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding-top: 20px;
  margin-bottom: 0; }
.modal-body h3 {
  margin-top: 0;
  font-size: 24px;
  font-size: 1.5rem; }
.modal-body label {
  font-size: 14px;
  font-size: 0.875rem; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table; }

.modal-header:after,
.modal-footer:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

/* =Defaults
-------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* =Elements
-------------------------------------------------------------- */
html {
  -webkit-tap-highlight-color: transparent;
  font-size: 100%; }
@media (max-width: 600px) {
  html {
    font-size: 95%; } }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  color: #2c5161; }
@media (max-width: 600px) {
  body {
    padding-top: 0 !important; } }

a {

  text-decoration: none; color:#2c5161; }
a:hover {
  color: #2c5161; }
/*
#primary a{
   text-decoration:underline;
}
#primary a:hover{
  color:#df2b34;
}
*/

/* custom Interior page title box area */

.page-intro-lines{
  background:#99CA3E;
  padding:20px;
  text-align:right;
  width:100%;
  color:#fff;
  margin-bottom:25px;
}
.main-line{font-size:20px; font-weight:bold;}
.secondary-line{font-size:12px; text-transform:uppercase;}

/*END custom Interior page title box area */

/* board of directors custom sytling */
.no-margin-top{margin-top:0; margin-bottom:10px;font-size:1.3rem; text-transform:none !important;}
a,
button,
input[type="submit"],
.comment-reply-link {
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear; }

p {
  margin: 0 0 25px 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #333;
  line-height: 1.2;
  clear: both; }
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-weight: normal;
  letter-spacing: -0.0250em; margin-top:0; margin-bottom:1em;}

h1 {
  font-size: 50px;
  font-size: 3.125rem; }

h2 {
  font-size: 40px;
  font-size: 1.4rem;  }

.lang-it h2::first-letter  {
  text-transform: uppercase;
}
.lang-en h2{text-transform:capitalize;}

h3 {
  font-size: 30px;
  font-size: 1.875rem; }

h4 {
  font-size: 22px;
  font-size: 1.375rem; }

h5 {
  font-size: 18px;
  font-size: 1.125rem; }

h6 {
  font-size: 16px;
  font-size: 1rem; }

input:not([type="submit"]):not([type="checkbox"]),
textarea,
select {
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 4px;
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.42857143;
  /*color: #555;
  */
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc; }

input[type="radio"] {
  min-height: 18px !important;
  margin-bottom: 2px !important;
}

input[type=radio]:checked:before {
  box-shadow: inset 10px 10px #2c5161 !important;
}

input:not([type="submit"])[type="submit"],
textarea[type="submit"],
select[type="submit"] {
  width: auto; }
input:not([type="submit"]):focus,
textarea:focus,
select:focus {
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  border-color: #66afe9;
  outline: 0; }
input:not([type="submit"])::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #999;
  opacity: 1; }
input:not([type="submit"]):-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #999; }
input:not([type="submit"])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #999; }

input[type="search"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 44px; }

textarea {
  height: auto; }

cite {
  text-align: right;
  display: block;
  font-size: 18px;
  font-size: 1.125rem; }
cite:before {
  content: '\2013 \00A0'; }

pre {
  padding: 10px;
  background: #f2f2f2;
  border: 1px solid #e6e6e6; }

table {
  background-color: transparent;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
table caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }
table th {
  text-align: left; }
table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #d6d6d6; }
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #d6d6d6; }
table > caption + thead > tr:first-child > td,
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > td,
table > thead:first-child > tr:first-child > th {
  border-top: 0; }
table > tbody + tbody {
  border-top: 2px solid #d6d6d6; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt {
  font-weight: bold; }

dd {
  margin-left: 25px; }

i.fa {
  font-style: normal; }

.left-side,
.right-side {
  text-align: left; }

.left-side {
  float: left; }

.right-side {
  float: right; }

@media (min-width: 600px) {
  .left-side,
  .right-side {
    text-align: center; } }
#page {
  overflow: hidden; }

.btn,
input[type="submit"],
button[type="submit"],
.comment-reply-link {
  text-transform: uppercase;
  text-decoration:none !important;
  padding: 8px 30px;
  background: #df2b34;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  border: 0; }
.btn:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
.comment-reply-link:hover {
  color: #fff !important; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

/* =Images
-------------------------------------------------------------- */
figure {
  margin: 0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

.img-circle {
  border-radius: 50%; }

/* =Header
-------------------------------------------------------------- */
#masthead {
  width: 100%;
  border-bottom: 7px solid #df2b34; }
#masthead .container {
  padding-top: 20px; }

.site-meta {
  display: table;
  float: left; }

.custom-logo-link,
.site-title,
.site-description {
  line-height: 1;
  margin: 0;
  display: table-cell;
  vertical-align: middle; }

.custom-logo {
  margin-right: 10px; }

.site-title {
  float: left;
  position: relative; }

.open-nav {
  display: none;
}

@media (max-width: 768px) {
  .site-meta,
  .site-title {
    float: none;
    display: block;
    text-align: center;
  }

  .open-nav {
    display: block;
    font-size: 36px;
    margin: auto;
    text-align: center;
  }

  .menu-block {
    clear: both;
    overflow: hidden;
    display: none;
  }

  .open-menu .menu-block {
    display: block;
  }
}

.site-description {
  display: none; }
.shrink-nav .site-description {
  display: none; }
@media (min-width: 769px) {
  .site-description {
    display: inline-block; } }

.language {
  /* position: absolute; */
  /* top: 0; */
  /* right: 20px; */
  padding: 2px 8px;
  background: #2c5161;
  color: #fff;
  list-style: none;
  font-size: 11px;
  text-transform: uppercase;
  margin: 0;
  z-index: 99;
  text-align: left; }
.language li {
  list-style-type: none;
  padding: 0; }
.language li i {
  margin-left: 20px; }
.language li:hover ul {
  display: block; }
.language a {
  color: #fff; }
.language ul {
  display: none;
  padding: 0;
  text-transform: none; }
.language ul li:hover {
  color: #ccc; }

/* =Main Navigation
-------------------------------------------------------------- */
.menus {
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: bold;
  float: right;
  clear: right; }
.menus > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left; }
.menus > ul > li {
  float: left;
  line-height: 1;
  position: relative; }
.menus > ul > li a {
  padding: 0 18px;
  display: inline-block; }
.menus .top-menu {
  margin: 15px 0 30px; }
.menus .top-menu li a {
  color: #df2b34;
  border-left: 1px solid #df2b34; }
.menus .top-menu li:first-child a {
  border: 0; }
.menus .top-menu li:last-child a {
  padding-right: 0; }
.menus .primary-menu li {
  padding-left: 40px; }
.menus .primary-menu a {
  text-transform: uppercase;
  padding: 0 0 20px;
  border-bottom: 7px solid #fff; }
.menus .primary-menu a:hover,
.menus .primary-menu .current-menu-item a, .menus .primary-menu .current-page-ancestor a{
  color: #df2b34;
  border-bottom: 7px solid #df2b34; }

@media (max-width: 768px) {
  .menus,
  .menus > ul,
  .menus > ul li {
    float: none;
  }

  .menus {
    overflow: hidden;
  }

  .menus > ul,
  .menu-social {
    margin-bottom: 0 !important;
  }

  .menus > ul > li {
    display: block;
    text-align: center;
  }

  .menus > ul > li,
  .menu-social > ul > li a {
    padding: 0 !important;
  }

  .menus .top-menu li a {
    border: 0;
  }

  .menus > ul > li a {
    padding: 0 0 20px !important;
    border: 0 !important;
  }
}

/* =Social Menu
-------------------------------------------------------------- */
.menu-social {
  margin-bottom: 30px; }
.menu-social > ul > li a {
  color: #2c5161;
  padding-right: 0; }
.menu-social > ul > li a:before {
  content: '\f007';
  float: left;
  text-align: center;
  font-family: FontAwesome;
  font-size: 18px; }
.menu-social > ul > li a:hover:before {
  color: #df2b34; }
.menu-social > ul > li a[href*="facebook.com"]:before {
  content: '\f09a'; }
.menu-social > ul > li a[href*="twitter.com"]:before {
  content: '\f099'; }
.menu-social > ul > li a[href*="dribbble.com"]:before {
  content: '\f17d'; }
.menu-social > ul > li a[href*="plus.google.com"]:before {
  content: '\f0d5'; }
.menu-social > ul > li a[href*="pinterest.com"]:before {
  content: '\f0d2'; }
.menu-social > ul > li a[href*="github.com"]:before {
  content: '\f113'; }
.menu-social > ul > li a[href*="tumblr.com"]:before {
  content: '\f173'; }
.menu-social > ul > li a[href*="youtube.com"]:before {
  content: '\f16a'; }
.menu-social > ul > li a[href*="flickr.com"]:before {
  content: '\f16e'; }
.menu-social > ul > li a[href*="vimeo.com"]:before {
  content: '\f194'; }
.menu-social > ul > li a[href*="instagram.com"]:before {
  content: '\f16d'; }
.menu-social > ul > li a[href*="linkedin.com"]:before {
  content: '\f0e1'; }
.menu-social > ul > li a[href*="bitbucket.org"]:before {
  content: '\f171'; }
.menu-social > ul > li a[href*="yelp.com"]:before {
  content: '\f1e9'; }
.menu-social > ul > li a[href*="slideshare.net"]:before {
  content: '\f1e7'; }
.menu-social > ul > li a[href*="xing.net"]:before {
  content: '\f168'; }
.menu-social > ul > li a[href*="/feed"]:before {
  content: '\f09e'; }

/* =Featured slider
-------------------------------------------------------------- */
.featured-slider {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden; }
.featured-slider .slick-dots {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  max-width: 1170px;
  width: 100%;
  left: 50%;
  bottom: 20px;
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0; }
.featured-slider .slick-dots li {
  display: inline-block; }
.featured-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 35px;
  height: 7px;
  margin: 0 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(255, 255, 255, 0.5); }
.featured-slider .slick-dots li:hover button, .featured-slider .slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 0.75); }
.featured-slider .slide-caption {
  z-index: 20;
  position: absolute;
  top: 100px;
  right: 0;
  width: 50%;
  padding: 30px 20px;
  background: rgba(180, 35, 37, 0.35); }
.featured-slider h2 {
  margin: 0;
  font-size: 55px;
  font-size: 3.4375rem;
  color: #fff;
  text-transform: uppercase;
  text-align: right;
  max-width: 570px; }
.featured-slider .fade,
.featured-slider .fade > div,
.featured-slider .fade img,
.featured-slider .slick-track,
.featured-slider .slick-slide {
  width: 100%;
  height: 100%; }
.featured-slider .fade img {
  object-fit: cover; }

/* =Home page
-------------------------------------------------------------- */
.home-page .entry-content {
  font-family: 'Montserrat Light', 'Monserrat', sans-serif;
  text-align: center;
  line-height: 1.4; }

.feeds h2 {
  background: #2c5161;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 6px 8px;
  position: relative;
  margin-bottom: 1px;
  line-height: 1; }
.feeds h2 a {
  background: #df2b34;
  color: #fff;
  float: right;
  padding: 6px 8px;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: normal; }
.feeds ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: 'Roboto Condensed', sans-serif; }
.feeds ul li.first {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  padding-top: 0;
  position: relative; }
.feeds ul li.first img {
  width: 100%;
  margin-bottom: 10px; }
.feeds ul li.first .date {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 125px;
  border-width: 2px;
  border-color: #fff;
  margin: 0;
  float: none; }
.feeds ul li.first .date .month {
  font-size: 14px;
  font-size: .875rem; }
.feeds ul li.first .date .day {
  font-size: 38px;
  font-size: 2.375rem; }
.feeds ul li {
  padding: 5px 0;
  border-bottom: 1px solid #2c5161;
  font-size: 18px;
  font-size: 1.125rem;
  float: left;
  width: 100%; }
.feeds ul li a.more-link {
  color: #df2b34;
  font-size: 14px;
  font-size: .875rem;
  text-transform: uppercase;
  font-weight: bold; }

.date {
  padding: 3px 10px 2px;
  border: 1px solid #2c5161;
  border-radius: 4px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  float: left;
  margin-right: 10px;
  margin-top:7px;
}
.date .month {
  text-transform: uppercase;
  font-size: 12px;
  font-size: .75rem;
  display: block; }
.date .day {
  font-size: 28px;
  font-size: 1.75rem; }

.banner-cta {
  text-align:center;
  margin: 30px 0;
  padding: 30px;
}
.banner-cta .row {
  border: 3px solid #df2b34;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 50px 0;
}
.banner-cta h2 {
  font-size: 30px;
}
.banner-cta h5 {
  font-size: 25px;
}
.banner-cta .btn {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.green-banner {
  background: #9acb3e;
  color: #fff;
  text-align:center;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: 'Montserrat Light', sans-serif;
  margin: 30px 0;
  padding: 30px; }
.green-banner p {
  margin: 0; }
.green-banner strong {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin-right: 10px; }

.button {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: 10px 30px;
  border: 2px solid #fff;

  color: #fff; }
.button:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff; }

.wine {
  margin: 40px 0; }
.wine img {
  border-top: 7px solid #bf1f4f;
  border-bottom: 7px solid #92183c; }
.wine .red-banner {
  padding: 20px 30px;
  background: #bf1f4f;
  font-family: 'Montserrat Light', sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  float: left;
  width: 100%; }
.wine .red-banner img {
  border: 0; }
.wine .red-banner .wine-logo {
  float: left;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #d26384; }
.wine .red-banner p {
  margin: 15px 0 0; }
.wine .red-banner a {
  color: #ffff00; }

.social-feed {
  margin-top: 10px; }
.social-feed h2 {
  font-family: 'Montserrat Light', sans-serif;
  font-size: 34px;
  font-size: 2.125rem;
  text-transform: uppercase; }
.social-feed h2 i {
  background: #2c5161;
  color: #fff;
  padding: 3px 7px;
  float: left;
  font-size: 18px;
  margin: 7px 16px 0 0; }
.social-feed img {
  margin-right: 20px; }
.social-feed .date {
  color: #df2b34;
  margin-bottom: 5px;
  display: block; }
.social-feed .date,
.social-feed p a.view-more {
  text-transform: uppercase;
  font-size: 14px;
  font-size: .875rem;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none; }
.social-feed p {
  font-family: 'Montserrat Light', sans-serif;
  line-height: 1.4; }
.social-feed p a {
  text-decoration: underline; }
.social-feed p i {
  margin-left: 20px; }
.social-feed .fb-button {
  padding: 6px 10px;
  border: 1px solid #2c5161;
  margin-top: 20px;
  display: inline-block;
  text-decoration: none; }
.social-feed .fb-button i {
  margin: 0 10px 0 0;
  font-size: 16px; }
.social-feed .count {
  font-family: 'Montserrat', sans-serif; }

.partners {
  padding-top: 40px;
  border-top: 1px solid #bfcacf;
  margin-bottom: 40px; }


/*Slider Rev Pluggin  Hack*/
.tp-parallax-wrap {
  z-index: 1 !important;
}

.tp-shapewrapper{
  background-color: rgba(255, 0, 0, 1) !important;
  z-index: -1 !important;
}

/* =Membership
-------------------------------------------------------------- */
.memberships {
  float: left;
  width: 100%; }

ul.membersList{
  display:flex;
  flex-direction:row;
  flex-flow: row wrap;
  list-style-type: none;
}
ul.membersList li{

  flex-basis: 50%;
  padding:10px;
}
ul.membersList li img {
  width: auto;
  max-height: 100px;
}
ul.membersList li br{
  display:none;
}
ul.membersList li h3{
  margin-top:10px;
}
@media(max-width:768px){
  ul.membersList li{

    flex-basis: 100%;



  }
}

.box {
  float: left;
  width: 23%;
  margin: 0 2% 40px 0;
  border: 1px solid #2c5161;
  border-radius: 6px;
  padding: 20px 10px 10px;
  color: #2c5161;
  text-align: center;
  font-size: 25px;
  font-family: 'Montserrat Light', sans-serif;
  line-height: 1;
  cursor: pointer;
  position: relative; }
.box:hover, .box.active {
  background: #2c5161;
  color: #fff; }
.box:hover button, .box.active button {
  color: #2c5161;
  background: #fff; }
.box.active:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #2c5161;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px; }
.box:last-child {
  margin-right: 0; }
.box strong {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 8px;
  display: inline-block; }
.box .taxes {
  font-size: 14px;
  color: #779dad; }
.box button {
  color: #fff;
  border: 0;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 16px;
  background: #2c5161;
  padding: 10px 20px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 20px; }

.tabs {
  clear: both; }

.tab {
  display: none; }
.tab.active {
  display: block; }
.tab ul {
  padding: 0 0 10px 0;
  list-style: none; }
.tab ul li:before {
  content: "• ";
  color: #df2b34;
  /* or whatever color you prefer */
  font-size: 25px;
  margin-right: 8px;
  line-height: 0; }
.tab .btn {
  font-size: 22px;
  border-radius: 6px; }

/* =Sidebar
-------------------------------------------------------------- */
#sidebar {
  padding-top: 40px;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'Montserrat Light', sans-serif; }

.theiaStickySidebar .widget {
  margin-bottom: 10px;
}

.widget {
  width: 100%;
  margin-bottom: 40px;
  padding: 0; }
.widget ul {
  padding: 0;
  list-style: none;
  margin: 0; }
.widget ul ul {
  padding-right: 0; }
.widget ul li.current_page_item a{color:#df2b34;}
.widget ul li a{text-transform:lowercase;}

/*.lang-fr .widget li::first-letter,.lang-it .widget li::first-letter{
  text-transform: uppercase!important;
}*/
.widget .menu-item a{text-transform:capitalize!important;}
.widget ul li {
  position: relative;
  margin-left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  padding: 5px 0; }
.widget ul li li {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
.widget ul li li:first-child {
  border: 0; }
.widget ul li a:hover {
  color: #df2b34; }
.widget ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
.widget .search-field {
  max-width: 234px; }
.widget .search-submit {
  display: none; }

@media(min-width:769px) {
  #sidebar {
    /* padding-bottom: 40px !important; */
    /* margin-bottom: 30px !important; */
  }

  .single-tf_events #sidebar,
  .page-the-true-italian-taste #sidebar,
  .tax-tf_eventcategory #sidebar {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media(max-width: 768px) {
  .true-italian-logos {
    margin-bottom: -1em !important;
  }
}
@media(min-width: 980px) {
  .widget ul li {
    text-align: right;
  }
}

.widget-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 0; }

.tagcloud {
  padding-top: 10px;
  text-align: center; }

.widget_rss ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.widget_rss ul li {
  padding-bottom: 20px; }
.widget_rss ul li .rsswidget {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  color: #ccc !important;
  line-height: 1.2; }
.widget_rss ul li .rssSummary {
  margin-top: 10px; }
.widget_rss ul li .rss-date {
  font-size: 14px;
  font-size: .875rem; }
.widget_rss ul li cite {
  font-style: italic;
  font-size: inherit; }

/* =Main elements
-------------------------------------------------------------- */
@media(min-width:769px) {
  #primary {
    padding-top: 40px;
    padding-bottom: 40px; }
}

@media (min-width: 980px) {
  .cols-thin {
    width: 25%;
    float: left; }

  .cols-med {
    width: 50%;
    float: left; }

  .cols-wide {
    width: 75%;
    float: right; } }
/* =Article
-------------------------------------------------------------- */
#primary > article {
  margin-bottom: 30px;
  word-wrap: break-word; }
@media (min-width: 768px) {
  #primary > article {
    margin-bottom: 60px; } }
#primary > article .wp-post-image {
  margin-bottom: 30px; }
#primary > article .main-image {
  width: 100%;
  display: block;
  clear: both;
  margin-top: 20px; }
#primary > article .main-image img {
  width: 100%;
  margin-bottom: 20px; }
#primary > article .entry-title {
  font-size: 20px;
  text-transform: uppercase; }

.has-date {
  display: inline-block; }

.entry-title {
  font-size: 36px;
  font-size: 1.75rem;
  margin: 10px 0;
  line-height: 1.1; }

@media screen and (min-width: 601px) {
  .entry-title {
    font-size: 2.25rem;
  }
}

blockquote {
  border-left: 10px solid rgba(0, 0, 0, 0.2);
  margin: 2em 0;
  padding: 10px 0 10px 20px; }
blockquote p {
  margin: 0; }

/* =Single
-------------------------------------------------------------- */
.single .header,
.page .header,
.archive .header {
  background: #2c5161;
  padding: 40px 0 0;
  clear: both;
  margin-bottom: -5px; }
.single .header h1,
.single .header h2,
.page .header h1,
.page .header h2,
.archive .header h1,
.archive .header h2 {
  margin: 0;
  color: #fff;
  font-family: 'Montserrat Light', sans-serif;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 0px;
  margin-bottom: -4px;}
.single .entry-title a,
.page .entry-title a,
.archive .entry-title a {
  color: #df2b34; }
.single .entry-content,
.page .entry-content,
.archive .entry-content {
  font-size: 16px;
  font-size: .95rem;
  font-family: 'Montserrat Light', sans-serif; }
.single .entry-content strong,
.page .entry-content strong,
.archive .entry-content strong {
  font-family: 'Montserrat', sans-serif; }
.single .entry-content a,
.page .entry-content a,
.archive .entry-content a {
  text-decoration:underline;
}

.single .entry-content a:hover,
.page .entry-content a:hover,
.archive .entry-content a:hover {
  color:#df2b34;
}


.single h3,
.page h3,
.archive h3 {
  margin-top: 0;
  font-size: 16px;
  font-size: 1rem;
  color: #df2b34;
  text-transform: uppercase; }

@media screen and (min-width: 601px) {
  .single .header h1,
  .single .header h2,
  .page .header h1,
  .page .header h2,
  .archive .header h1,
  .archive .header h2 {
    padding-bottom: 0px;
    margin-bottom: -5px; }
}

/* =404
-------------------------------------------------------------- */
article.error404 i {
  font-size: 200px;
  display: block;
  margin-bottom: 20px;
  text-align: center; }

.filter-button-group {
  margin: 0 0 40px; }
.filter-button-group button {
  border: 0;
  padding: 0 30px 0 0;
  background: none;
  color: #474747;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem; }

/* =Video
-------------------------------------------------------------- */
video {
  height: auto; }

video,
iframe,
embed,
object {
  max-width: 100%; }

/* =Gallery
-------------------------------------------------------------- */
.gallery {
  margin: 20px -20px; }
.gallery > p {
  margin: 0;
  height: 0; }

.gallery-item {
  margin-bottom: 20px;
  float: left;
  padding: 0 20px; }
.gallery-item .gallery-icon img {
  width: 100%; }
.gallery-item .gallery-caption {
  display: none; }
.gallery .gallery-item {
  width: 100%;
  margin-bottom: 20px; }
.gallery-columns-1 .gallery-item {
  width: 100%; }
.gallery-columns-2 .gallery-item {
  width: 50%; }
.gallery-columns-3 .gallery-item {
  width: 33.33%; }
.gallery-columns-4 .gallery-item {
  width: 25%; }
.gallery-columns-5 .gallery-item {
  width: 20%; }
.gallery-columns-6 .gallery-item {
  width: 16.66%; }
.gallery-columns-7 .gallery-item {
  width: 14.28%; }
.gallery-columns-8 .gallery-item {
  width: 12.5%; }
.gallery-columns-9 .gallery-item {
  width: 11.11%; }
.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: both; }

/* =Tags
-------------------------------------------------------------- */
.tags {
  margin: 10px 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold; }
.tags span {
  margin-right: 10px; }
.tags a {
  font-weight: normal;
  margin: 0 5px 3px 0;
  display: inline-block;
  color: #2c5161;
  text-decoration: underline; }
.tags a:before {
  content: "#"; }

/* =Infinite scroll
-------------------------------------------------------------- */
.infinite-loader {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.4);
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 50px;
  z-index: 99; }
.infinite-loader .spinner {
  left: 50% !important;
  top: 0 !important; }

#primary #infinite-handle span {
  border-radius: 3px;
  width: 160px;
  margin: auto;
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  padding: 8px 0;
  background: #666; }
#primary #infinite-handle span:hover {
  background: #888; }

.infinite-scroll #primary {
  padding-bottom: 100px; }
.infinite-scroll .woocommerce-pagination {
  display: none; }

/* =Pagination
-------------------------------------------------------------- */
.post-navigation {
  margin-bottom: 60px; }
.post-navigation a {
  display: block;
  margin: 3.8461% 0;
  color: #333; }
.post-navigation a:hover, .post-navigation a:focus {
  color: #707070;
  color: rgba(51, 51, 51, 0.7); }
.post-navigation span {
  display: block; }
.post-navigation .meta-nav {
  color: #707070;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
  opacity: 0.8; }
.post-navigation .post-title {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3333; }
.post-navigation .nav-next,
.post-navigation .nav-previous {
  text-align: center; }

#posts-pagination {
  padding: 0; }
.infinite-scroll #posts-pagination {
  display: none; }
#posts-pagination .previous,
#posts-pagination .next {
  width: 50%;
  float: left;
  padding: 20px 20px 20px 0;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 40px 0; }
#posts-pagination .next {
  text-align: left;
  padding: 20px 0 20px 20px; }
#posts-pagination .previous {
  text-align: right;
  border-right: 1px solid #d6d6d6; }

.page-links {
  clear: both; }
.page-links a,
.page-links > span {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  height: 2em;
  line-height: 2;
  margin: 0 0.3333em 0.3333em 0;
  text-align: center;
  width: 2em; }
.page-links a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  background-color: #333;
  border-color: #333;
  color: #fff; }
.page-links a:hover, .page-links a:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  border-color: transparent;
  color: #fff; }
.page-links > .page-links-title {
  border: 0;
  height: auto;
  font-weight: bold;
  margin: 0;
  padding-right: 0.5em;
  width: auto; }
.pagination .nav-links{
  display: flex;
  justify-content: center;}
.page-numbers{
  margin: 0 10px;}
.page-numbers a:hover{
  color: #df2b34;}
.page-numbers .dots:hover{
  color: #2c5161;}
.page-numbers .current:hover{
  color: #2c5161;}
.page-numbers.current{
  font-weight: 700;}
.page-numbers:first-child{
  margin-left: 0;}
.page-numbers:last-child{
  margin-right: 0;}


/* =Author Info
-------------------------------------------------------------- */
.author-info {
  padding: 60px 0 30px;
  margin-top: 40px;
  position: relative; }
@media (min-width: 769px) {
  .author-info {
    padding-bottom: 60px; } }
.author-info .avatar {
  float: left;
  margin-bottom: 20px; }
.author-info:before {
  content: "";
  position: absolute;
  top: 0;
  background: url(images/screen-half.png);
  display: block;
  width: 100%;
  height: 13px; }

.author-title {
  clear: none;
  margin: 15px 0 10px; }

.author-bio {
  font-size: 16px;
  font-size: 1rem;
  overflow: hidden;
  clear: both; }

.author-heading {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  margin: 0 0 20px 130px;
  line-height: 1; }
.author-heading span {
  font-style: italic;
  font-size: 15px;
  font-size: .9375rem; }
.author-heading > :last-child {
  margin-bottom: 0; }

.author-website {
  font-size: 14px;
  font-size: .875rem; }

.author-link {
  white-space: nowrap; }
.author-link:after {
  content: "\f178";
  position: relative;
  font-family: FontAwesome;
  top: 1px; }

/* =Pages
-------------------------------------------------------------- */
.bottom-line {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px; }
.bottom-line:after {
  content: "";
  display: block;
  width: 100px;
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #000; }

.bottom-line-center {
  text-align: center; }
.bottom-line-center:after {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%; }

.large {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2; }

.columns {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
  column-gap: 40px; }

.offset-columns h3 {
  margin-top: 0; }
.offset-columns .cols-2:nth-child(1) {
  width: 35%;
  text-align: right; }
.offset-columns .cols-2:nth-child(2) {
  width: 65%; }

.contact .cols:nth-child(2) {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4; }

.contact-details {
  font-size: 24px;
  font-size: 1.5rem; }
.contact-details a {
  color: inherit; }
.contact-details i {
  margin-right: 10px; }

@media (min-width: 769px) {
  .process p:first-child {
    padding: 2em 10em; } }
.process img {
  width: 100%; }
.process .row {
  margin-top: 50px;
  margin-bottom: 50px; }
.process h2 {
  margin-top: 80px; }

/* =Archives
-------------------------------------------------------------- */
.archive article {
  border-bottom: 1px solid #bfcacf; }

/* =Category
-------------------------------------------------------------- */
.testimonials {
  padding: 25px 0;
  text-align: center;
  font-family: 'Montserrat Light', sans-serif;
  background: #E8F0F3; }
.testimonials .container {
  padding: 0 80px; }
.testimonials i {
  color: #BFCAD0;
  font-size: 38px;
  position: absolute; }
.testimonials i.fa-quote-left {
  left: 20px;
  top: 0; }
.testimonials i.fa-quote-right {
  right: 20px;
  bottom: 0; }
.testimonials blockquote,
.testimonials p {
  margin: 0;
  border: 0;
  padding: 0; }
.testimonials strong {
  font-family: 'Montserrat', sans-serif; }

@media(max-width:768px) {
  .testimonials {
    font-size: 14px;
    line-height: 1.4;
  }
}


/* =THE TRUE ITALIAN TASTE
-------------------------------------------------------------- */
article .taste-feed .wp-post-image{
  margin-bottom:0 !important;
}

.taste-feed .card {
  border: 1px solid #E5E5E5;
}

.taste-feed .taste-feed-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  padding-bottom: 100%;
}

.taste-feed .taste-feed-head {
  background-color: #2C5161;
  height: 58px;
  transition: 0.2s;
}
.taste-feed .taste-feed-header {
  background: #000;
  transition: 0.2s;
}

.taste-feed .taste-feed-header:hover .taste-feed-head {
  background: #062B3B;
  transition: 0.2s;
}

.taste-feed .taste-feed-header:hover .taste-feed-image {
  opacity: 0.8;
  transition: 0.2s;
}

.taste-feed .taste-feed-heading{
  font-size:17px !important;
  padding: 0;
  margin: 0;
  text-align: center;
  color:white !important;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.taste-feed a {
  color:white !important;
  text-decoration: none !important;
}

.taste-feed a.more-link {
  position: absolute;
  bottom: 20px;
  color: #2c5161 !important;
  text-decoration: underline !important;
}

.taste-feed a:hover {
  color:white !important;
  text-decoration: none !important;
}

.taste-feed a.more-link:hover {
  color: #df2b34 !important;
  text-decoration: underline !important;
}
.taste-feed ul {

  list-style: none;
  border-bottom:0;
  padding-left:0;
}

.taste-feed li strong{

  font-weight: 600;
}


.taste-feed  a.more-link{
  display: block;
}

.taste-feed  .card {
  display: flex;
  flex-direction: column;
  min-height:650px;
}

.taste-feed .taste-feed-body {
  padding: 0 20px 20px;
}

.taste-feed .taste-feed-body i {
  width: 20px;
}

.taste-feed .taste-feed-body ul {
  margin-bottom: 0.5em;
}

.taste-feed .card .content {
  flex: 1 1 auto;
}

@media(max-width:767px) {

  .taste-feed .card {
    min-height: 550px;
  }
  .taste-feed .taste-feed-image {
    height: 250px;
    padding-bottom: 0;
  }
  .page-the-true-italian-taste .entry-title,
  .term-the-true-italian-taste .entry-title,
  .single-tf_events .entry-title {
    font-size: 1.25rem;
    /* padding-bottom: 6px !important; */
    -webkit-font-smoothing: antialiased;
  }
}

@media screen and (max-width: 991px) {
  iframe {
    max-height: 56.25vw;
  }
}

.true-italian-press {
  margin-top: -1em;
}
ul.press-releases li {
  margin-bottom: 10px;
}
ul.press-releases a:hover,
ul.event-press a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 601px) {
  .true-italian-press {
    margin-top: -2em;
  }
  ul.press-releases {
    column-count: 2;
    padding-left: 1em;
  }

  .tf_events-template-default ul.event-press {
    padding-left: 1em;
  }
}

.tf_events-template-default .entry-title {
  margin: 20px 0;
}

.tf_events-template-default ul.event-date {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding: 20px 0;
  margin-top: 0;
}
.tf_events-template-default ul.list-no-style i {
  width: 20px;
}

.event-details .wp-block-button__link {
  width: 100%;
}

.event-social {
  padding-top: 1.5em;
  margin-top: 2em;
  border-top: 1px solid #E5E5E5;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
  border-bottom: 1px solid #E5E5E5;
}

.event-social .event-social-list {
  margin: 0 0 3em;
  padding: 0;
  list-style: none;
}

.event-social .event-social-list li {
  display: inline-block;
  font-size: 18px;
  margin: 0 5px 0 0;
  height: 45px;
  width: 45px;
  border: 1px solid #2c5161;
  text-align: center;
}

.event-social .event-social-list a li {
  color: #2c5161 !important;
  vertical-align: -webkit-baseline-middle;
  transition: 0.2s;
}
.event-social .event-social-list a li i {
  vertical-align: middle;
  line-height: 2.5;
}

.event-social .event-social-list a:hover li  {
  color: #df2b34 !important;
  background: rgba(255,255,255,0.85);
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
  .event-details,
  .event-social {
    width: calc(50% - 20px);
    display: inline-block;
    vertical-align: top;
  }
  .event-social {
    margin-left: 30px;
    padding-top: 0;
    margin-top: 0;
    border-top:none;
  }
}

.event-gallery {
  margin-top: 2em;
}

.event-gallery-image-container {
  width:calc(33% - 17px);
  margin: 11px 0;
  display: inline-block;
}
.event-gallery-image-container:nth-child(3n+3) {
  margin: 11px 22px;
}

.event-gallery-image {
  padding-bottom: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


.mfp-bg {
  background: rgba(0,0,0,0.7) !important;
}

.mfp-wrap {
  width:900px !important;
  max-width: 100% !important;
  left: 50% !important;
  transform: translateX(-50%);
}

.mfp-content {
  border: 3px solid rgba(255,255,255,0.8);
  /* background: rgba(255, 255, 255, 0.8); */
}

.mfp-figure {
  position: relative;
}
.mfp-figure:after {
  box-shadow: none !important;
}
.mfp-bottom-bar {
  background: rgba(255, 255, 255, 0.8);
}

.mfp-title {
  color: #2C5161!important;
  padding: 5px 10px !important;
  top: 50%!important;
  position: relative!important;
  transform: translateY(-50%)!important;
}

.mfp-counter {
  display: none !important;
}

img.mfp-img {
  padding: 0 0 0px !important;
}

.mfp-close {
  position: absolute!important;
  top: calc(100% - 45px)!important;
  color: #2C5161!important;
  right: 10px!important;
  font-size: 2.5em!important;
  width:50px !important;
  cursor: pointer !important;
}

.mfp-zoom-out-cur {
  cursor: default !important;
}

.mfp-bottom-bar {
  margin-top: -50px !important;
  height: 50px !important;
}

.mfp-bottom-bar .mfp-title {
  font-size: 13px !important
}

.mfp-figure {

}

.mfp-image-holder .mfp-content {
  max-width: calc(90% - 50px) !important;
  width: 900px;
}

.mfp-arrow-right:before,
.mfp-arrow-left:before {
  border: none !important;
}


.wp-block-button__link {
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.true-italian-logos {
  margin-top: 3em;
}

article .true-italian-logos {
  margin-bottom: -3em;
}

.true-italian-logos aside {
  width: 33%;
  display: inline-block;
  text-align: center;
}
.true-italian-logos aside img {
  max-width: 90% !important;
  max-height: 150px;
  margin: 0 auto
}
.true-italian-logos aside:nth-child(3) img {
  max-width: 75% !important;
}

/* =Footer
-------------------------------------------------------------- */
.extended-footer {
  background: #2c5161;
  color: #fff;
  padding: 40px 0; }

.footer-navigation {
  float: none;
  clear: none; }

@media screen and (max-width: 768px) {
  .join-us {
    margin-bottom: 15px;
  }
}

.footer-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: table;
  width: 100%;
}

.footer-banner .footer-banner-content {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding: 40px 0;
}

.footer-banner .footer-banner-title {
  max-width: 90%;
  font-size: 2.25em;
  text-align: center;
  color: #fff !important;
  margin: 0 auto;
}

.footer-banner .footer-banner-title * {
  color: #fff !important;
}

.footer-banner .footer-social {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.footer-banner .footer-social li {
  display: inline-block;
  font-size: 24px;
  margin: 0 10px;
  height: 55px;
  width: 55px;
  border: 1px solid #fff;
  text-align: center;
}

.footer-banner .footer-social a li {
  color: #fff !important;
  vertical-align: -webkit-baseline-middle;
  transition: 0.2s;
}
.footer-banner .footer-social a li i {
  vertical-align: middle;
  line-height: 2.25;
}

.footer-banner .footer-social a:hover li  {
  color: #df2b34 !important;
  background: rgba(255,255,255,0.85);
  transition: 0.2s;
}

@media(min-width:769px) {
  .footer-navigation ul {
    border-bottom: 1px solid #6c8691;
    padding-bottom: 30px;
    margin-bottom: 10px; }

  .join-us {
    display: block;
  }
}

.footer-navigation ul > li > a {
  color: #fff;
  padding: 0 14px 0 0;
  font-size: 11px;
  text-transform: uppercase; }
.footer-navigation ul > li:last-child a {
  padding: 0; }

.footer-social-menu > li > a {
  color: #fff !important; }

.mailing-list {
  clear: both;
  margin: 15px 0 20px;
  float: left;
  width: 100%; }
.mailing-list p {
  text-transform: uppercase;
  font-size: 14px;
  font-size: .875rem;
  margin: 0 0 10px; }
.mailing-list input {
  border: 2px solid #df2b34;
  background: #2c5161;
  border-radius: 0; }



#footer {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 10px 0;
  text-align: right;
  color: #abb5ba; }
#footer a {
  color: #abb5ba; }

@media(max-width:768px) {
  .mailing-list{
    text-align: center;
  }

  .mailing-list button {
    margin-top: 20px;
  }

  #footer {
    text-align: center;
  }
}

@media(min-width:769px) {
  .mailing-list input {
    width: 280px;
    float: left;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 30px 0 30px 0; }

.aligncenter {
  display: block;
  margin: 30px auto 30px auto; }

.alignright {
  float: right;
  margin: 30px 0 30px 30px; }

.alignleft {
  float: left;
  margin: 30px 30px 30px 0; }

.wp-caption {
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  max-width: 100%;
  padding: 6px;
  text-align: center; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  padding: 6px 6px 0; }

.sticky {
  display: block; }

.custom .tp-bullet {
  width: 40px;
  height: 8px;
}

.wp-block-button {
  margin-bottom: 3em;
}

.wp-block-button .wp-block-button__link {

  background-color: #DF2B34;
  border-radius:0;
  font-size:15px;
  text-decoration: none !important;
  color:white;
  min-width: 260px;
}

.wp-block-button .wp-block-button__link:hover{

  color:white !important;
}

/* Premio Venezia Styles */
.premio h3 {
  color: #00859F;
  /* margin-bottom: 0; */
}
.premio-section {
  margin-top: 3em;
}
.premio-header {}
.premio-header-banner {
  border-bottom: 3px solid #00859F;
}
.premio-header-img {}
.premio-header-logo {}
.premio-content {
  margin-top: 2em;
  margin-bottom: 2em;
}
.premio-header h2{
  color: #00859e;
  font-size: 32px;
}
.premio-categories h3,
.premio-winners h3{
  margin-bottom: 0;
}
.premio-category{
  padding-top: 30px;
}
.premio-category-header{
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.premio-category-content p{
  margin-bottom:0;
}

img.premio-category-icon {
  width: auto;
  height: 60px;
  display: inline-block;
  margin: 10px;
}
.premio-category-header h4{
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: bold;
  color: #2C5161;
}

.premio-winner {
}
img.premio-winner-icon {
  width: auto;
  height: 60px;
  display: inline-block;
  margin: 10px;
  margin-top: 0;
}
.premio-winner h4{
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  color: #2C5161;
}
.premio-winner .winner-name {

}
.premio-winner .winner-name p{
  margin-bottom: 0;
}
.archive .premio-winners{
  margin:0;
}

.premio-gallery .slick-slider .slick-track {
  align-items: flex-start;
}

.premio-gallery .slick-slide {
  margin-right: 0;
}

.premio-gallery .slick-slide img {
  width: 100%;
}
.premio-gallery-nav {
  width: calc(100% - 60px);
  margin:20px auto;
}

.premio-gallery .premio-gallery-thumb {
  width: 110px;
  height: 82px;
  background-size: cover;
  background-position: center center;
  margin: 0 15px;
}

.premio-gallery .slick-arrow {
  height: 30px;
  width: 30px;
  font-size: 30px;
  background: rgba(255,255,255,0);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.4;
  transition: 0.2s;
  line-height: 1;
}

.premio-gallery .slick-arrow:hover {
  opacity: 1;
  transition: 0.2s;
}

.premio-gallery .slick-prev {
  left: -30px;
}
.premio-gallery .slick-next {
  right: -30px;
  text-align: right;
}
.premio-gallery-thumb.slick-slide.slick-current.slick-active {
  border: 5px solid #00859F;
}

.premio-highlights-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  /* padding-top: 25px; */
  height: 0;
  margin-bottom: 20px;
}
.premio-highlights-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.premio-banner {
  padding: 50px 0;
}
.premio-banner-title,
.premio-banner-buttons,
.see-more,
.btn-past {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.premio-banner-buttons {
  width: 90%;
  max-width: 1190px;
  margin: 0 auto;

}

.btn-past {
  padding: 20px 0;
  width: 90%;
  margin: 0 15px;
  border: 2px solid #fff;
  background: rgba(255,255,255,0);
  transition: 0.2s;
  margin-bottom: 15px;
}

.btn-past:hover {
  background: rgba(255,255,255,1);
  color: #2c5161 !important;
}

.premio-banner-archive {
  margin: 30px auto 0;
  text-align: center;
}

.see-more {
  font-size: 18px;
}

.see-more:hover {
  color: #fff!important;
  opacity: 0.6;
}


.premio-box{
  display: none;
}

.premio-box.active{
  display: block;
}

.premio-pdfs{

}
.premio-pdfs .premio-pdf{

}
.premio-pdfs .premio-pdf a{
  text-transform: capitalize;
  padding: 10px;
  border: 1px solid #00859e;
  border-radius: 5px;
  background-color: #00859e;
  color: #fff;
}
.premio-years-nav{
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 25px;
}
.premio-years-nav span{
  font-weight: 700;
  color: rgb(44, 81, 97);
  margin-right: 10px;
}
.premio-years-nav button{
  border: none;
  background-color: transparent;
}
.premio-years-nav button.active{
  background-color: #eee;
}

.premio-box h2.premio-title {
  color: #00859e;
  font-size: 24px;
  margin-bottom:0;
  margin-top: 30px;
}

.premio-mini-gallery-content a img{
  width: 100%;
  margin-bottom: 5px;
}

@media screen and (min-width: 280px) {
  .premio-winner {
    text-align: center;
    padding-top: 30px;
  }
  .premio-mini-gallery-content a{
    width: 49.4%;
    display: inline-block;
  }
}

@media screen and (min-width: 480px) {
  .premio-winner-container {
    display: flex;
    flex-wrap: wrap;
  }
  .premio-winner {
    text-align: left;
    width: 50%;
    padding-right: 15px;
  }
  .premio-winner:nth-of-type(even) {
    padding-right: 0;
  }
  img.premio-winner-icon {
    /*margin-left: -13%;*/
  }
}

@media screen and (min-width: 768px) {
  .premio-category-container {
    display: flex;
    flex-wrap: wrap;
  }
  .premio-banner-buttons {
    width: 90%;
    max-width: 1190px;
    margin: 0 auto;
    display: flex;
  }
  .premio-category {
    width: 50%;
  }
  .premio-category:nth-of-type(odd) {
    padding-right: 15px;
  }
  .premio-category:nth-of-type(even){
    padding-left: 15px;
  }

  .premio-winner-container {
    display: flex;
    flex-wrap: wrap;
  }
  .premio-winner {
    width: 25%;
    padding-right: 15px;
    padding-top: 30px;
  }
  .premio-winner:nth-of-type(4n+0) {
    padding-right: 0;
  }
  img.premio-winner-icon {
    /*margin-left: -19%;*/
  }
  .premio-header h2 {
    display: inline-block;
    float: right;
  }

  .premio-mini-gallery-content a{
    width: 24.5%;
    display: inline-block;
  }
}

@media screen and (min-width: 980px) {
  .premio-gallery,
  .premio-highlights {
    width: 80%;
  }

  .premio-press .press-releases {
    column-count: 2;
  }
}


/*
    CORPORATE MEMBERS
 */

.archive .corporate-members {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5em;
}

.archive .corporate_members {
  width: calc(25% - 1em);
  margin: 0.5em;
}

.member-logo {
  display: block;
  border: 1px solid #bfcacf;
  width: 100%;
  height: 200px;
  padding: 1em;
  box-sizing: border-box;
  transition: all ease-in-out 200ms;
}
.member-logo:hover {
  border: 1px solid #abb6bb;
  box-shadow: 0 3px 0.5em rgba(0,0,0,0.2);
}
.member-logo span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -999em;
}

.archive article.corporate_members a img{
  margin: 0!important;
  width: 100%;
}

.archive .corporate-members .navigation.pagination{
  width: 100%;
  padding: 30px 20px;
  text-align: center;
}


@media screen and (max-width: 580px) {
  .archive .corporate_members {
    width: calc(50% - 1em);
    margin: 0.5em;
  }
}

@media screen and (max-width: 768px) {
  .archive .corporate-members {
    margin-bottom: 20px;
  }
}

/*
    BUSINESS FORUM PAGE
 */

.page-template-template-business-forum .header .header-img {
  padding: 130px 0 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.page-template-template-business-forum .header .header-text h1 {
  font-weight: normal;
  padding-bottom: 20px;
}

.page-template-template-business-forum .header .header-text h2 {
  padding-bottom: 15px;
  font-weight: bold;
}

.page-template-template-business-forum-2 .header .header-img {
  padding: 130px 0 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  position: relative;
}


.page-template-template-business-forum-3 .header .header-img {
  padding: 130px 0 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  position: relative;
  background-position: center;
  margin-bottom: 3rem;
}

.page-template-template-business-forum-2 .header .header-img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.25);
  background-position: 100% 100%;
  height: 100%;
  width: 100%;
}

.page-template-template-business-forum-3 .header .header-img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.55);
  background-position: 100% 100%;
  height: 100%;
  width: 100%;
}

.page-template-template-business-forum-2 .header .header-text,
.page-template-template-business-forum-3 .header .header-text {
  position: relative;
}

.page-template-template-business-forum-2 .header .header-text h1,
.page-template-template-business-forum-3 .header .header-text h1 {
  font-weight: normal;
  padding-bottom: 20px;
}

.page-template-template-business-forum-2 .header .header-text h2,
.page-template-template-business-forum-3 .header .header-text h2 {
  padding-bottom: 15px;
  font-weight: bold;
}

.page-forum-daffaires-sur-lintelligence-artificielle-2020 .header .header-img {
  padding: 130px 0 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.page-forum-daffaires-sur-lintelligence-artificielle-2020 .header .header-text h1 {
  font-weight: normal;
  padding-bottom: 20px;
}

.page-forum-daffaires-sur-lintelligence-artificielle-2020 .header .header-text h2 {
  padding-bottom: 15px;
  font-weight: bold;
}

.page-business-forum-italia-canada-sullintelligenza-artificiale-2020 .header .header-img {
  padding: 130px 0 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.page-business-forum-italia-canada-sullintelligenza-artificiale-2020 .header .header-text h1 {
  font-weight: normal;
  padding-bottom: 20px;
}

.page-business-forum-italia-canada-sullintelligenza-artificiale-2020 .header .header-text h2 {
  padding-bottom: 15px;
  font-weight: bold;
}

.page-template-template-business-forum-2 #sidebar {
  padding-top: 0px;
}

.page-forum-daffaires-sur-lintelligence-artificielle-2020 #sidebar {
  padding-top: 0px;
}

.page-business-forum-italia-canada-sullintelligenza-artificiale-2020 #sidebar {
  padding-top: 0px;
}

.business-forum-menu {
  margin-bottom: 50px;
}

.business-forum-menu-2 {
  margin-bottom: 0rem;
}

.business-forum-menu--sticky {
  position: fixed;
  top: 0;
  left: auto;
  right: auto;
  z-index: 3;
}

@media (min-width: 1200px) {
  .business-forum-menu--sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*left: 15%;*/
    /*right:15%;*/
    z-index: 3;
  }
}

.business-forum-menu--sticky .container {
  margin-top:0 !important;
}

/*Offset anchor of sticky */
:target:before {
  content:"";
  display:block;
  height:89px; /* fixed header height*/
  margin:-89px 0 0; /* negative fixed header height */
}

.business-forum-menu .container {
  padding: 0 20px 10px 20px;
  margin-top: -40px;
  max-width: 100%;
}

.business-forum-menu .container2 {
  background-color: #df2b34;
  padding: 0 20px;
  margin-top: -40px;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .business-forum-menu .container {
    max-width: 1200px;
  }
}

.menu-business-forum-menu-container {
  background-color: #70ad47
}

.menu-business-forum-menu-container .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #0675c4;
  min-height: 90px;
}

.page-template-template-business-forum-3 .testimonials,
.page-template-template-business-forum-2 .testimonials,
.page-template-template-business-forum-1 .testimonials {
  display: none;
}

.menu-business-forum-menu-container .menu li {
  border-right: 0;
  padding: 5px 0;
  text-align: center;
}

.menu-business-forum-menu-container .menu li:last-child {
  border-right: none;
}

.menu-business-forum-menu-container .menu li a {
  color: white;
  letter-spacing: 2px;
  padding: 0 30px;
  text-transform: uppercase;
  font-weight: bold;
}

.menu-business-forum-menu-fr-container .menu {
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 1085px) {
  .menu-business-forum-menu-container .menu {
    justify-content: space-around;
    flex-wrap: nowrap;
  }

  .menu-business-forum-menu-container .menu li {
    border-right: 2px solid rgba(255, 255, 255, 0.45);
    padding: 5px 0;
    flex-grow: 1;
  }

  .menu-business-forum-menu-container .menu li a {
    padding: 0;
  }

  .menu-business-forum-menu-fr-container .menu {
    justify-content: space-around;
    flex-wrap: nowrap;
  }
}

.menu-business-forum-menu-fr-container .menu li {
  border-right: 2px solid rgba(255, 255, 255, 0.45);
  padding: 5px 0;
}

.menu-business-forum-menu-fr-container .menu li:last-child {
  border-right: none;
}

.menu-business-forum-menu-fr-container .menu li a {
  color: white;
  letter-spacing: 2px;
  padding: 0 30px;
  text-transform: uppercase;
  font-weight: bold;
}


.menu-business-forum-menu-it-container .menu {
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 1085px) {
  .menu-business-forum-menu-it-container .menu {
    justify-content: space-around;
    flex-wrap: nowrap;
  }
}

.menu-business-forum-menu-it-container .menu li {
  border-right: 2px solid rgba(255, 255, 255, 0.45);
  padding: 5px 0;
}

.menu-business-forum-menu-it-container .menu li:last-child {
  border-right: none;
}

.menu-business-forum-menu-it-container .menu li a {
  color: white;
  letter-spacing: 2px;
  padding: 0 30px;
  text-transform: uppercase;
  font-weight: bold;
}

.business-forum-text-block {
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
}

.business-forum-sponsors {
  text-align: center;
  margin-bottom: 20px;
}

.business-forum-sponsors h3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: bold;
  color: #2C5161;
}

.business-forum-speakers h3.sponsor-country-title,
.business-forum-sponsors h3.sponsor-country-title,
.business-forum-matchmaking h3.matchmaking-region-title {
  font-size: 1.3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: normal;
  color: #2C5161;
}
.business-forum-speakers-row {
  display: flex;
  flex-wrap: wrap;
}

.business-forum-speakers-row .speaker-card{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.business-forum-speakers-row .speaker-card .speaker-name{
  flex-grow: 1;
}


.business-forum-sponsors  .sponsor-logos .row {
  border-bottom: none;
  justify-content: center;
}
.business-forum-sponsors  .sponsor-logos .row .sponsor-wrap{
  padding: 5px 10px;
}
.business-forum-sponsors  .sponsor-logos .row .sponsor-wrap img {
  height: 110px;
  width: auto;
}
.business-forum-sponsors  .sponsor-logos .row.tier-1 .sponsor-wrap img {
  height: 130px;
  width: auto;
}
/*logo tier 1 150*/
/*logo tier 2/3 120*/

.sponsor-logos .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sponsor-logos .cols-5 {
  display: flex;
  align-items: center;
}

.business-forum-objectives {
  margin-top: 50px;
}

.business-forum-objectives ul {
  padding-left: 20px;
  margin-bottom: 60px;
}

.business-forum-objectives ul li {
  padding-left: 15px;
  padding-bottom: 10px;
}

.business-forum-title {
  background-color: #2c5161;
  padding: 0 0 0 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 25px;
}

.business-forum-title h2 {
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: white;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.business-forum-country {
  background-color: #df2b34;
  padding: 0 0 0 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 25px;
}

.country-title, .region-title {
  margin-left: 15px;
  color: white;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
}

.country-icon {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 0% 80%;
  height: 75px;
  min-width: 70px;
}

.speaker-card .hover-overlay-presentation {
  position: relative;
  text-align: center;
}

.speaker-card .hover-overlay-presentation .btn {
  background-color: #00859F;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 1px;
  border-radius: 0px 0px 5px 5px;
  padding: 8px 16px;
}

.speaker-card .hover-overlay-presentation .btn:hover {
  background-color: #df2b34;
}

.speaker-card .hover-overlay-bio {
  position: relative;
  text-align: center;
  display: none;
}

.speaker-card .hover-overlay-bio .btn {
  background-color: #00859F;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 5px;
}

.speaker-card .hover-overlay-bio .btn:hover {
  background-color: #df2b34;
}

.speaker-card:hover .speaker-img {
  background-color: rgba(44, 81, 97, 0.3);
  background-blend-mode: color-burn;
}

.speaker-card:hover .speaker-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #2c5161;
  opacity: 0.6;
}

.speaker-card .hover-overlay-presentation{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  left: 15%;
  right: 15%;
}

.speaker-card:hover .hover-overlay-bio {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40%;
  left: 15%;
  right: 15%;
}

.speaker-img {
  position: relative;
  background-color: gray;
  background-blend-mode: luminosity;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 275px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.speaker-name {
  background-color: #2c5161;
  color: white;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  padding: 15px 10px;
  margin-bottom: 0;
}

.business-forum-programs {
  margin-bottom: 50px;
}

.programs-date {
  background-color: #2c5161;
  color: white;
  text-transform: uppercase;
  padding: 20px 20px;
  letter-spacing: 1px;
  font-weight: bold;
}

.programs-info {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.programs-time {
  color: #df2b34;
  margin-bottom: 0;
  margin-top: 25px;
  font-weight: bold;
}

.programs-title {
  margin-top: 0;
  color: #2c5161;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.programs-title-text {
  max-width: 80%;
}

.programs-title-btn {
  min-width: 10%;
  text-align: right;
}

.programs-description {
  color: #2c5161;
  display: none;
}

.business-forum-sectors .cols-wide {
  margin-bottom: 0;
}

.business-forum-sectors .cols-wide .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.targeted-sectors-title {
  margin: 25px 0;
}

.targeted-sectors-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
}

.targeted-sectors-text {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  margin-top: 5px;
}

.business-forum-collaborators .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

h3.collaborators-title {
  text-align: center;
  color: #2c5161;
  margin: 25px 0;
}

.business-forum-collaborators-list {
  justify-content: center;
}

.collab-members {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .collab-members.cols-6 {
    width: 50%;
  }
}

.collab-members-logo {
  display: block;
  width: 100%;
  height: 100px;
}

.collab-members-logo span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -999em;
}

.business-forum-register-form {
  width: 100%;
  /* max-width: 540px; */
  margin: auto;
}
.business-forum-register-form input{
  margin-right: 0;
}

.business-forum-tickets {
  text-align: center;
  padding: 25px 0;
  background-color: #df2b34;
}

.business-forum-tickets a, .business-forum-tickets h2 {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.8rem
}

/*.cols-5 {*/
/*  width: 20%;*/
/*}*/

/*.cols-6 {*/
/*  width: 16.666667%;*/
/*}*/

.d-none {
  display: none !important;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.videos--img {
  height: 100px;
}

.videos--text {
  margin-top: 1rem;
}


/*
    SINGLE SPEAKERS PAGE
 */

.speakers-post-img {
  filter: grayscale(1);
}

.speakers-presentation-btn {
  padding: 20px 0 0;
  display: flex;
  align-items: center;
}

.speakers-presentation-btn img {
  width: 70px;
  margin-right: 20px;
}

.speakers-presentation-btn a {
  color: #00859F;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05rem;
}

.speakers-post-title {
  font-size: 1.1rem;
}

.speakers-post-subtitle {
  font-weight: bold;
  color: #2c5161;
  margin: 0 0 25px;
}

h6.text-uppercase {
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: bold;
  margin: 0 0 15px;
  padding: 10px 0;
}

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

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

.text-red {
  color: #df2b34;
}

.page-business-forum-on-ai #sidebar h6 {
  display: none;
}

.gform_wrapper .button:hover {
  background: red;
  opacity: 0.5;
}

#getTickets .ticket-wrapper {
  padding: 24px;
  background: #DF2B34;
  color: white;
  font-weight: bold;
}

#getTickets .ticket-wrapper p {
  margin: 0px;
  letter-spacing: 0.05rem;
  font-size: 18px;
}

.page-archives .content-wrapper {
  padding: 25px 0;
}

.page-archives .years {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .page-archives .years {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}

.page-archives .years p {
  margin: 5px 10px;
}

.page-archives p {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05rem;
}

.page-archives .btn {
  background-color: transparent;
  border: 2px solid #fff;
  font-size: 14px;
}

.page-archives .btn:hover {
  background-color: #df2b34;
  border-color: #df2b34;
}

.page-archives .text-btn {
  margin-bottom: 0;
  margin-top: 25px;
}

.page-archives .text-btn a {
  color: #fff;
  letter-spacing: 0.05rem;
  font-size: 12px;
  font-weight: 500;
}

.page-archives .text-btn a:hover {
  color: #df2b34;
}

.testimonials--other {
  background-color: transparent;
  margin-bottom: 50px;
  padding: 0 0 25px;
}

.testimonials--other .slick-slide {
  width: 100%;
  position: relative;
  margin-right: 0;
}

.testimonials--other .container {
  padding: 0 40px;
}

.testimonials--other .cols {
  padding: 0 0 30px;
  margin-bottom: 0;
  border-top: 3px solid #E5E5E5;
  border-bottom: 3px solid #E5E5E5;
}

.testimonials--other .title {
  color: #df2b34;
  padding: 20px 0 20px;
  font-weight: bold;
}

.testimonials-quote {
  width: 75%;
  display: block;
  margin: 0 auto;
}

.testimonials--other i.fa-quote-left {
  margin-top: 25px;
  top: 30px;
  left: 0;
}

.testimonials--other i.fa-quote-right {
  margin-bottom: 25px;
  bottom: 30px;
  right: 0;
}

@media (min-width: 576px) {
  .testimonials--other i.fa-quote-left {
    left: 20px;
  }

  .testimonials--other i.fa-quote-right {
    right: 20px;
  }
}

.testimonials-quote .quote-text {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}

.testimonials-quote .quote-author {
  font-weight: bold;
  margin-bottom: 0;
}

/**     Event slider styles          **/
#event-slider-filter {
  width: 100px;
  height: 35px;
}
.event-slider-header {
  padding-bottom: 30px;
}
#event-slider{
  background-color: red;
}

#event-slider .slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  z-index: 1;
  color: #000000;
  background-color: rgba(255,255,255,.5);
  /*border-radius: 50%;*/
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

#event-slider .slick-arrow.slick-next {
  right: 0;
  left: auto;
}

#event-slider .event-slide {
  margin: 0;
  position: relative;
}

#event-slider .event-slide .gallery-trigger {
  height: 40vw;
  max-height: 530px;
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

#event-slider .event-slide .event-slide__details {
  background-color: red;
  color: #ffffff;
  padding: 20px;
  text-align: right;
  position: absolute;
  bottom: 50px;
  right: 20px;
  left: 50%;
}

/*@media (max-width: 768px) {*/
#event-slider .event-slide .event-slide__details.mobile {
  position: relative;
  right: auto;
  left: auto;
  bottom: auto;
  display: none;
  text-align: left;
}
/*}*/
@media (max-width: 768px) {
  #event-slider .event-slide .event-slide__details { display: none; }
  #event-slider .event-slide .event-slide__details.mobile { display: block}
}

#event-slider .event-slide .event-slide__details h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}


#event-slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;

  position: absolute;
  bottom: 20px;
  right: 20px;

}
@media (max-width: 768px) {
  #event-slider .slick-dots {
    top: 20px;
    bottom: auto;
  }
}
#event-slider .slick-dots li { display: inline; margin: 0 5px; }
#event-slider .slick-dots li button{
  width: 40px;
  height: 8px;
  font-size: 0;
  border-radius: 0;
  background: rgb(125,125,125);
  border: none;
}
#event-slider .slick-dots li.slick-active button,
#event-slider .slick-dots li:hover button{
  background: rgba(125,125,125,0.5);
}

.top-bar {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 5%;
}

@media (min-width: 769px) {
  .top-bar {
    top: 5%;
    right: 1%;
  }
}

.social-links {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  list-style-type: none;
  padding-left: 0;
  margin: 0 10px 0;
}

.social-links li {
  padding: 0 10px;
}

.social-links li i.fa {
  font-size: 20px;
}

@media (min-width: 769px) {
  .menu-block {
    padding-top: 3rem;
  }
}

/**
 * Corporate Membership Section
 */

.member-list-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5em 1em;
  border-bottom: 3px solid #f2f2f2;
  /*cursor: s-resize;*/
}

/*details[open] > .member-list-title {*/
/*  cursor: n-resize;*/
/*}*/

.member-list-title-meta {
  display: flex;
}
.member-list-title-meta a {
  margin-left: 1em;
}

.member-list-title h2 {
  margin-left: 1em;
}
.member-list-title a {
  text-decoration: underline;
}

.member-list-table {
  background: #f2f2f2;
  padding: 1em;
}
@media (max-width: 768px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }

  table.responsive-table td:empty:before {
    content: '\00a0';
  }

  table.responsive-table th, table.responsive-table td {
    margin: 0;
    vertical-align: top;
    border: none;
  }

  table.responsive-table th {
    text-align: left;
  }

  table.responsive-table thead {
    display: block;
    float: left;
  }

  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }

  table.responsive-table thead tr th::before {
    content: "\00a0";
  }

  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }

  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }

  table.responsive-table th {
    display: block;
    text-align: right;
  }

  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }

  table.responsive-table tr {
    padding: 0 10px;
  }

  table.responsive-table thead {
    border: 0;
    border-right: 1px solid #d0d0d0;
  }
}

.page-members .partners {
  border-top: 0;
}

.members-details {
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
  margin-bottom: 2rem;
}

details[open] .members-summary > h2 {
  font-weight: bold;
  margin-left: 0.5rem;
}

.member-list-table td {
  word-break: break-all;
}

.members-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}

.members-summary > span {
  height: 100%;
}

.members-summary > h2 {
  cursor: pointer;
}

.user-details.member-list-table {
  padding: 2rem;
}

.user-details__col {
  width: 100%;
  word-break: break-word;
}

.user-details__col > h6 {
  margin: 0rem;
  padding-bottom: 0.5rem;
  font-weight: bold;
  border-bottom: 2px solid lightgray;
}

.user-details__col > div {
  padding-right: 1.5rem;
}

.user-details__col:not(:first-child) {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.page-numbers {
  display: flex;
  list-style: none;
}

.page-numbers > li {
  padding: 0.5rem;
}

.page-numbers .current {
  font-weight: bold;
  text-decoration: underline;
}

@media (min-width: 980px) {
  .user-details.member-list-table {
    display: flex;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .user-details__col {
    width: 25%;
  }

  .members-summary > h2 {
    margin-bottom: 0.5rem;
  }

  .user-details__col:not(:first-child) {
    margin-top: 0rem;
  }
}

.member-list-members {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.member-list-members li {
  background: white;
  padding: 1em 2em;
}

.member-list-members dt {
  margin-top: 1em;
}

.member-list-members dd {
  word-break:break-all;
  margin-left: 0;
}

.industry-tag {
  font-size: 0.75rem;
  color: #333;
  font-weight: bold;
  display: inline-block;
  padding: 0.2em 0.6em;
  border-radius: 99em;
  border: 2px solid currentColor;
  margin: 0 0.25em;
  cursor: pointer;
}

.members-search-empty {
  color: #df2b34;
  border: 2px solid currentColor;
  padding: 1em 2em;
}

.members-search-form {
  display: flex;
  margin-bottom: 2em;
}
.members-search-form button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.member-search-form-reset {
  display: block;
  padding: 8px 30px;
  border-radius: 0;
  flex-basis: 0;
  text-transform: uppercase;
  background: #ccc;
}
.members-search-form input[type=search] {
  flex-grow: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-template-template-members .login-remember label {
  display: flex;
  align-items: center;
}
.page-template-template-members .login-remember label input {
  margin-right: 1em;
}

.page-template-template-members .button-secondary {
  display: inline-block;
  background: #E8F0F3;
  color: #2c5161;
  font-size: 12px;
  margin-bottom: 15px;
}

.page-template-template-members .button-secondary:hover {
  background: white;
}

fieldset {
  border: 0;
  margin: 20px 0;
}

fieldset legend {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}

fieldset a {
  font-weight: 700 !important;
  text-decoration: underline !important;
}

.som-password-sent-message {
  margin-top: 30px !important;
  background: #4bb543 !important;
  border-color: #4bb543 !important;
}

.som-password-error-message {
  background: #df2b34 !important;
  border-color: #df2b34 !important;
}


@media (min-width: 600px) {
  .member-list-title {
    flex-direction: row;
  }
  .member-list-title-meta {
    margin-left: auto;
  }
}

.member-promo {
  background: #f7f7f7;
  padding: 2em;
}

/* COMPANY PAGES */
.single-companies .h1 {
  color: #ffffff;
  text-transform: uppercase;
}

.single-companies h1,
.single-companies #primary .h1 {
  font-weight: normal;
  color: #333;
  line-height: 1.2;
  font-size: 1.4rem;
  margin: 0;
  text-transform: none;
}

.single-companies .company-inner {
  margin-bottom: 50px;
}
.single-companies .company-content p {
  margin: 0;
}

.single-companies .company-thumbnail,
.single-companies .rep-thumbnail {
  flex-basis: 33%;
}

.single-companies .company-thumbnail img.bordered{
  border: 2px solid #bfcacf;
}

.single-companies .company-content,
.single-companies .rep-content {
  flex-basis: 67%;
  padding-left: 20px;
}

.single-companies .rep-list {
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.single-companies .company-links {
  border-top: 1px solid #bfcacf;
  border-bottom: 1px solid #bfcacf;
  text-transform: uppercase;
  font-weight: bold;
  justify-content: space-between;
  padding: 3px 0;
  margin: 20px 0;
}

.single-companies .social-links a,
.single-companies .rep-social-links a {
  margin: 0 4px;
}

.single-companies .rep-content .title {
  font-weight: bold;
}

.single-companies .rep-content .rep-detail {
  margin: 25px 0;
}

.single-companies .company-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.single-companies .company-gallery div {
  aspect-ratio: 1;
}

.page-template-template-business-forum-3 .company-card {
  display: flex;
  justify-content: center;
}
.page-template-template-business-forum-3 .company-card a {
  position: relative;
  display: block;
}

.page-template-template-business-forum-3 .company-card a .matchmaking-industry {
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: #2c5161;
  color: #ffffff;
  padding: 2px 15px;
}

.page-template-template-business-forum-3 .company-card img.bordered{
  border: 2px solid #bfcacf;
}

@media all and (max-width: 580px){
  .single-companies .company-thumbnail,
  .single-companies .rep-thumbnail {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .single-companies .company-content,
  .single-companies .rep-content {
    flex-basis: 100%;
    padding-left: 0;
  }

  .single-companies .company-gallery {
    grid-template-columns: 1fr 1fr;
  }
}

.page-template-template-business-forum-3 .header .header-img {
  padding-bottom: 0;
}

.page-template-template-business-forum-3 .header .header-text {
  width: 100%;
  margin-bottom: 75px;
  text-align: left;
}

.page-template-template-business-forum-3 .header .header-logos {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: auto;
  margin: 0 auto 0 0;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 10px 25px rgba(255, 255, 255, 0.75);
  padding-bottom: 25px;
}

.page-template-template-business-forum-3 .header .header-logos p {
  text-transform: uppercase;
  font-weight: 600;
}

.page-template-template-business-forum-3 .header .header-logos img {
  max-width: 175px;
  margin: 0 25px;
}

@media all and (min-width: 992px){
  .page-template-template-business-forum-3 .header .header-logos img {
    max-width: 250px;
  }
}

@media all and (max-width: 575px){
  .page-template-template-business-forum-3 .header .header-logos {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .page-template-template-business-forum-3 .header .header-logos img {
    margin: 0 25px 40px;
  }

  .page-template-template-business-forum-3 .header .header-logo:last-child img {
    margin-bottom: 0;
  }
}

.page-template-template-business-forum-3 .header .container-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-template-template-business-forum-3 .register-btn {
  display: flex;
  align-items: center;
  position: fixed;
  right: 0;
  top: 25%;
  transform: translateY(-25%);
  border: 1px solid #303030;
  text-align: center;
  z-index: 9;
  background-color: #df2b34;
  max-width: 150px!important;
  min-height: 135px!important;
}

@media all and (min-width: 1500px){
  .page-template-template-business-forum-3 .register-btn {
    top: 20% !important;
  }
}

@media all and (min-width: 768px){
  .page-template-template-business-forum-3 .register-btn {
    top: 35%;
  }
}

@media all and (max-width: 767px){
  .page-template-template-business-forum-3 .register-btn {
    display: none;
  }
}

.page-template-template-business-forum-3 .register-btn a {
  font-weight: bold;
  line-height: 25px;
  padding: 15px;
  color: #ffffff;
}

/*HOME SLICK SLIDER*/
.home-fade {
  margin-bottom: 0 !important;
  border: none;
}

.home-fade .home-slide {
  margin-right: 0 !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
}

.home-fade .home-slide .slide-inner {
  height: 450px;
}

.home-fade .home-slide .home-slide-caption {
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 590px;
  min-height: 170px;
  background-color: #fe0000;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 41px;
  font-weight: 900;
  color: rgba(255, 255, 255, 1.00);
  padding: 40px 35px;
}

.home-fade .home-slide .home-slide-caption p {
  margin: 0 !important;
}

.home-fade .slick-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  padding: 20px 40px;
  width: auto;
}

.home-fade .slick-dots li {
  width: 40px;
  height: 8px;
  background: rgba(125,125,125,0.5);
  padding: 0 2px;
  /*background: rgb(125,125,125);*/
}

.home-fade .slick-dots li.slick-active {
  background: rgb(125,125,125);
}

.home-fade .slick-dots li button{
  display: none !important;
}

@media (max-width: 1200px) {
  .home-fade .home-slide .slide-inner {
    height: auto;
    padding-bottom: 31%;
  }
}
@media (max-width: 1024px) {
  .home-fade .home-slide .home-slide-caption {
    font-size: 20px;
    min-height: 120px;
    width: 450px;
    padding: 25px 20px;
    line-height: 30px;
  }
}

@media (max-width: 768px) {
  .home-fade .home-slide .home-slide-caption {
    font-size: 12px;
    min-height: auto;
    width: 50vw;
    padding: 10px;
    line-height: 18px;
  }

  .home-fade .slick-dots li {
    width: 30px;
    height: 8px;
    background: rgba(125,125,125,0.5);
    padding: 0 2px;
  }

  .home-fade .slick-dots {
    padding: 10px 20px;
  }
}