/* -----------------------------------------
   Home page slider
----------------------------------------- */
#home-slider .slick-slide {
  position: relative;
  height: 500px;
  /*define the height of slide*/
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
#home-slider .slider-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#home-slider .slider-caption p, #home-slider .slider-caption h3 {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 400px;
    /*define the height of slide*/
  }
}
@media only screen and (max-width: 640px) {
  #home-slider .slick-slide {
    height: 300px;
    /*define the height of slide*/
  }
}
@font-face {
  font-family: 'Playfair Display';
  src: url("PlayfairDisplay-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Calibri';
  src: url("../fonts/Calibri-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Playfair Display';
  src: url("../fonts/PlayfairDisplay-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Calibri';
  src: url("../fonts/Calibri-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri';
  src: url("../fonts/Calibri.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri';
  src: url("../fonts/Calibri-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Playfair Display';
  src: url("../fonts/PlayfairDisplay-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Playfair Display';
  src: url("../fonts/PlayfairDisplay-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Playfair Display';
  src: url("../fonts/PlayfairDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri';
  src: url("../fonts/Calibri-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Playfair Display';
  src: url("../fonts/PlayfairDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri';
  src: url("../fonts/Calibri-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
/* -----------------------------------------
   WordPress Core Classes
   ----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}
.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-caption {
  font-size: 12px;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

/* -----------------------------------------
    Contact Form
    ----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
}

.gfield {
  list-style: none;
  margin-bottom: 20px;
}

.gfield_label {
  display: none;
}

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input, .gfield_error textarea {
  border-color: red;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  margin-bottom: 15px;
}

.gform_footer {
  text-align: right;
  /*aligning of submit button*/
}

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red;
}

.validation_message {
  margin-bottom: 10px;
  color: #990000;
}

textarea {
  resize: none;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb;
}
.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
}
.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none;
}
.ui-datepicker-header:after {
  content: '';
  clear: both;
  display: table;
}

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
}

.ui-datepicker-next {
  text-align: right;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

/* CMG Form */
#contact-footer {
  margin-bottom: 76px;
  max-width: 1265px;
  margin-left: auto;
  margin-right: auto;
}
#contact-footer input[type='submit'] {
  padding: 22px 20px;
}
#contact-footer hr {
  border-bottom: 3px solid #000;
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: 5px;
}
#contact-footer .mathcaptcha-wrapper {
  position: relative;
}
#contact-footer input[type="text"], #contact-footer input[type="email"], #contact-footer input[type="tel"] {
  height: 3rem;
  margin-bottom: 0;
  padding: .5rem;
  background: #dcdde2;
  border: 0;
  box-shadow: none;
  color: #000;
  font-size: 16px;
}
#contact-footer textarea {
  height: 3rem;
  margin-bottom: 0;
  padding: .5rem;
  background: #dcdde2;
  border: 0;
  box-shadow: none;
  color: #000;
  font-size: 16px;
  resize: none;
}
#contact-footer input[type="text"]:focus, #contact-footer input[type="email"]:focus, #contact-footer input[type="tel"]:focus {
  color: #000;
}
#contact-footer textarea {
  height: 13.5rem;
}
#contact-footer textarea:focus {
  color: #000;
}
#contact-footer label {
  margin-bottom: 1rem;
  color: #3a3a3a;
  text-align: left;
  font-size: 16.67px;
}
#contact-footer .mathcaptcha {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  max-width: 600px;
  background-color: #fff;
  position: relative;
}
#contact-footer .arrow {
  display: inline-block;
  width: auto;
  font-size: 1rem;
  text-align: center;
  text-transform: none;
}
#contact-footer #mc {
  display: inline-block;
  margin-bottom: 1rem;
}
#contact-footer #mc input[type="text"] {
  display: inline-block;
  max-width: 35px;
  color: #000;
  font-size: 1.7rem;
  text-align: center;
  background-color: #fff;
}
#contact-footer #mc span {
  display: inline-block;
  margin: 0 .5rem;
  color: #000;
  font-size: 1.7rem;
}
#contact-footer #mc input[type="text"]#mc_r {
  border: 3px solid #000;
  max-width: 50px;
}
#contact-footer #mc input[type="text"]#mc_r:focus {
  background-color: #fff;
  color: #48375d;
}

@media (min-width: 40.063em) {
  #contact-footer .arrow {
    padding: 0.6em 0.8em;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    line-height: 1.125;
    text-align: left;
    /*		&::after {
    			content: "";
    			position: absolute;
    			top: 0;
    			left: 250px;
    			border: 1.75rem solid transparent;
    			border-left: 1.7rem solid #48375d;
    			}*/
  }
}
@media (min-width: 64.063em) and (max-width: 1500px) {
  #contact-footer .arrow {
    max-width: 200px;
    line-height: 1.6;
    font-size: .8rem;
  }
  #contact-footer .arrow::after {
    left: 208px;
  }
}
@media (min-width: 40.063em) {
  #contact-footer #mc {
    padding: .2rem 0;
  }
}
@media (min-width: 64.063em) and (max-width: 1500px) {
  #contact-footer #mc span {
    margin: 0 .3rem;
  }
}
.contact-subject {
  display: none;
}

.contact-submit {
  border: 0;
  color: #fff;
  background: #794faa;
  font-size: 25px;
  text-transform: uppercase;
  border-radius: 0;
  width: 100%;
  max-width: 570px;
  display: block;
  margin: 20px auto 20px auto;
  cursor: pointer;
  font-weight: 400;
}

/* Sidebar Form */
#contact-sidebar {
  margin-bottom: 45px;
}
#contact-sidebar label {
  color: #fff;
}
#contact-sidebar #mc {
  display: inline-block;
}
#contact-sidebar #mc p {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 20px;
  line-height: 1.2;
  text-align: center;
  border-radius: 10px;
  position: relative;
  margin-bottom: 25px;
}
#contact-sidebar #mc_form_op, #contact-sidebar #mc_form_eq {
  margin: 0 10px;
  color: #fff;
  font-size: 22px;
}
#contact-sidebar #mc_form_c_1, #contact-sidebar #mc_form_c_2, #contact-sidebar #mc_r {
  background-color: #fff;
  border: 0;
  display: inline;
  text-align: center;
  width: 25%;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
#contact-sidebar .contact-submit {
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  border: 0;
  color: #fff;
  background: #b42e35;
  font-size: 25px;
  text-transform: uppercase;
  border-radius: 0;
  width: 100%;
  max-width: 570px;
  display: block;
  margin: 20px auto 20px auto;
}

/* -----------------------------------------
   General fixes
   ----------------------------------------- */
html, body {
  height: auto;
  position: relative;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  overflow: auto;
  position: static;
}

.js body {
  position: fixed;
  overflow: hidden;
  left: 0;
  right: 0;
}

/* Placeholder styling */
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #3a3a3a;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #3a3a3a;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #3a3a3a;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #3a3a3a;
}

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  /* STYLES GO THERE */
  margin-bottom: 0;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%;
}

[type=number] {
  -moz-appearance: textfield;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

button, .button, input[type='submit'], input[type='reset'] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #794faa;
  color: #fff;
  font-family: "Calibri", sans-serif;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
  background-color: #603f87;
}

/* Button additional styles */
.button {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

/* -----------------------------------------
   Typography
   ----------------------------------------- */
body {
  color: #3a3a3a;
  font-family: "Calibri", sans-serif;
  font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "Playfair Display", serif;
  color: inherit;
}

h1 {
  /*basic heading styles*/
  line-height: 1.1;
  margin-bottom: 30px;
  font-size: 75px;
  color: #010101;
}

h2 {
  font-size: 45px;
  line-height: 1.2;
  line-height: 1.2;
  color: #794faa;
  font-family: "Calibri", sans-serif;
}

h3 {
  font-size: 37.5px;
  line-height: 1.2;
  color: #794faa;
  font-family: "Calibri", sans-serif;
}

h4 {
  /*basic heading styles*/
}

h5 {
  /*basic heading styles*/
}

h6 {
  /*basic heading styles*/
}

p {
  /*basic paragraph styles*/
  line-height: 1.6;
  font-size: 24px;
  font-weight: 300;
}
p:empty {
  display: none;
}
p a {
  text-decoration: underline;
}

ul {
  /*basic list styles*/
  font-size: inherit;
}
ul li {
  /*basic list-item styles*/
}

a {
  color: #794faa;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #472f64;
}

.clear {
  clear: both;
}

.hidden {
  visibility: hidden;
  font-size: 0;
  margin: 0;
}

/* ------------------------------------
    Basic Styles
    ------------------------------------- */
/* Preloader */
/* Preloader */
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  color: #fcd23e;
  z-index: 100000000;
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.4s ease, visibility 0.4s ease;
  -o-transition: opacity 0.4s ease, visibility 0.4s ease;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.preloader__spinner {
  width: 140px;
  height: 140px;
  border: 2px solid #2d2d2d;
  border-top: 3px solid #fcd23e;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 1.75s infinite linear;
}
.preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 80px;
  margin-left: -40px;
  margin-top: -33px;
  will-change: transform;
  -moz-animation: pulse 1.5s 0.5s ease-in-out infinite;
  -webkit-animation: pulse 1.5s 0.5s ease-in-out infinite;
  animation: pulse 1.5s 0.5s ease-in-out infinite;
}
.preloader--hidden {
  opacity: 0;
  visibility: hidden;
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  25% {
    opacity: 1;
    transform: scale(1.2);
  }
  60% {
    opacity: 1;
    transform: scale(1);
  }
}
.row {
  max-width: 1500px;
  width: 100%;
  margin: auto;
}

.row .row {
  max-width: 100%;
}

.big-row {
  width: 1700px;
  max-width: 100%;
}

/* Clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* Align Middle */
.align-middle {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* Pagination */
ul.pagination {
  margin: 1rem 0;
}
ul.pagination .pagination {
  margin: 0;
}
ul.pagination .pagination.current {
  color: #fff;
  background: #794faa;
  display: block;
}

/* Search form */
#searchform {
  position: relative;
}

#s {
  padding-right: 75px;
}

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: .5rem;
  cursor: pointer;
}
#searchsubmit:after {
  font-family: FontAwesome;
  font-size: 20px;
}

#home-slider .slick-slide, .hero, .featured-image {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* ------------------------------------
    Header Styles
    ------------------------------------- */
header {
  margin-bottom: 30px;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  z-index: 22;
  transition: .75s all ease;
  background-color: transparent;
  padding: 25px 0 15px 0;
}
header .phone-text {
  color: #818181;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
}
header .phone-link {
  color: #fcd23e;
  font-size: 20px;
}
header .phone-link:hover {
  color: #d1a303;
}
header.sticky {
  position: fixed;
  top: 0;
  background-color: #fff;
  transition: .75s all ease;
  box-shadow: 0px 0px 8px #8a8a8a;
  z-index: 99;
}
header.sticky .phone-link {
  color: #000;
}
header.sticky .custom-logo {
  display: none;
}
header.sticky .sticky-logo {
  display: inline-block;
}

.sticky-logo {
  display: none;
}

.logo img {
  max-height: 150px;
}

/* ------------------------------------
    Content Styles
    ------------------------------------- */
/* Blog page */
.posts-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.posts-list h2 a {
  color: #3a3a3a;
  font-weight: 400;
  font-family: "Playfair Display", serif;
}
.posts-list h2 a:hover {
  opacity: .85;
}
.posts-list .entry-meta {
  margin-bottom: 0;
}
.posts-list #searchform {
  margin-bottom: 40px;
}

.entry-meta {
  color: #666;
  font-size: 14px;
}

.thumbnail {
  margin-bottom: 20px;
}

/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  color: #666;
}

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}

/* 404 page */
.not-found {
  padding-top: 100px;
  padding-bottom: 100px;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #794faa;
}
.not-found .label:hover {
  background-color: #65428e;
  color: #fff;
}

/*video archive*/
.video-item {
  margin-top: 10px;
  margin-bottom: 30px;
}
.video-item h5 {
  margin-top: 10px;
}
.video-item img {
  box-shadow: none;
  transition: .5s all ease;
}
.video-item:hover img {
  transition: .5s all ease;
  box-shadow: 0px 0px 40px 7px #a0a0a0;
}

.video-wrapper iframe {
  max-width: 100%;
}

/* Sidebar */
.widget {
  margin-bottom: 35px;
}
.widget h5 {
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
}

.sidebar {
  border: none;
  background-image: url("../images/tiles.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.sidebar .sidebar-inner {
  padding: 35px 25px;
  padding-right: calc((100% - 1500px) / 2);
}
.sidebar .sidebar-inner aside {
  max-width: 400px;
}
.sidebar iframe.review-widget {
  width: 100%;
  height: 420px;
  border: 1px solid #ccc;
}

.widget_associations_widget, #text-2, #text-3 {
  border: 1px solid #ccc;
}

.widget_associations_widget, .widget_publications_widget, #text-2, #text-3 {
  background-color: #fff;
  font-size: 0;
  padding: 30px 15px;
}

.widget_associations_widget h5, .widget_publications_widget h5, #text-2 h5, #text-3 h5 {
  border-bottom: 3px solid #000;
  padding-bottom: 8px;
  max-width: 90%;
  margin: auto;
  line-height: 1;
}
#text-2 h5, #text-3 h5 {
  margin-bottom:15px;
  }

.widget_associations_widget .item, .widget_publications_widget .item {
  width: 50%;
  display: inline-block;
  margin-top: 20px;
  padding: 0 5px;
}
.widget_associations_widget .item img, .widget_publications_widget .item img {
  display: block;
  margin: auto;
}

.widget_publications_widget {
  border: 10px solid #794faa;
}
.widget_publications_widget h5 {
  border-bottom: 0;
  max-width: 95%;
}

.widget_instagram_link_widget a {
  font-size: 23px;
  text-transform: uppercase;
  margin-left: 5px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}

/*---------------------------------------
	TMPL: Home page
	---------------------------------------*/
.home .hero {
  height: 100vh;
}
.home .hero__image {
  max-width: 500px;
}

.hero {
  position: relative;
  height: 630px;
}
.hero__image {
  max-width: 320px;
}
.hero__caption {
  color: #a37a1b;
  font-size: 16.67px;
  text-align: center;
  font-weight: 300;
}

.scroll-down {
  color: #c8c8c8;
  display: block;
  text-align: center;
  margin-top: 35px;
}
.scroll-down img {
  display: block;
  margin: auto;
}
.scroll-down:hover, .scroll-down:focus {
  color: #fff;
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
  animation-iteration-count: 2;
  animation-duration: 2s;
  animation-delay: 3.5s;
  animation-fill-mode: both;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
.parallax {
  /*		will-change:transform;
      will-change:height;*/
  background-attachment: fixed;
}

.intro {
  padding-top: 142px;
  padding-bottom: 158px;
  /*	background-blend-mode: multiply;
      background-color: #54307d;*/
  background-size: cover;
  position: relative;
  /*	z-index: -1;*/
}
.intro h1 {
  font-family: "Playfair Display", serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 37px;
  font-size: 45px;
  text-align: center;
  line-height: 1.25;
}
.intro h1 span {
  color: #b87aff;
  font-size: 83px;
  font-family: "Playfair Display", serif;
  text-transform: none;
  letter-spacing: 0;
}
.intro h2 {
  color: #b87aff;
  font-size: 83px;
  font-family: "Playfair Display", serif;
}
.intro h3 {
  font-family: "Playfair Display", serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 37px;
  font-size: 45px;
}
.intro p {
  color: #fff;
}
.intro .button {
  border: 7px solid #fff;
  color: #fff;
  display: table;
  margin: 63px auto 0 auto;
  font-size: 30px;
  letter-spacing: 3px;
  padding: 22px 40px;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
}
.intro .button:hover, .intro .button:focus {
  color: #fff;
  border-color: #fff;
  background-color: rgba(247, 239, 239, 0.175);
}
.intro__content {
  padding-left: 15px;
  padding-right: 15px;
}

.contact-us {
  background-blend-mode: luminosity;
  background-color: #54307d;
  background-size: cover;
  text-align: center;
  padding-top: 180px;
  padding-bottom: 147px;
  /*  position: relative;
    z-index: -1;*/
}
.contact-us .row {
  position: relative;
}
.contact-us__title {
  color: #fff;
  font-size: 84px;
  margin-bottom: 27px;
  font-family: "Playfair Display", serif;
}

/*socials*/
.socials {
  margin: 0;
  text-align: center;
}
.socials li {
  display: inline-block;
  margin: 5px 3px;
  padding-left: 0;
  transform: none;
  transition: .5s all ease;
}
.socials li a {
  display: inline-block;
  text-align: center;
  position: relative;
}
.socials li:hover {
  transform: translateY(-5px);
  transition: .3s all ease;
}

.contacts-info {
  margin-bottom: 50px;
}
.contacts-info h4 {
  font-size: 29px;
  text-transform: uppercase;
}
.contacts-info .container {
  max-width: 100%;
  /*padding-right: calc((100% - 1150px) / 2);*/
}
.contacts-info .container > div {
  float: left;
}
.contacts-info .location {
  width: 58.3%;
  min-height: 250px;
}
.contacts-info .location p, .contacts-info .location iframe {
  width: 100%;
  height: 100%;
}
.contacts-info .address {
  width: 24.5%;
}
.contacts-info .office-hours {
  width: calc(100% - (58.3% + 24.5%));
}
.contacts-info .address {
  color: #fff;
  background-color: #000000;
  padding-top: 40px;
  padding-left: 50px;
}
.contacts-info .address a {
  color: #fff;
  text-decoration: none;
}
.contacts-info .address a:hover {
  opacity: .85;
}
.contacts-info .office-hours {
  padding-top: 40px;
  padding-left: 40px;
}
.contacts-info .office-hours table {
  border: none;
  font-size: 18px;
}
.contacts-info .office-hours table tbody, .contacts-info .office-hours table tfoot, .contacts-info .office-hours table thead, .contacts-info .office-hours table th, .contacts-info .office-hours table td {
  border: none;
  padding: 0;
}
.contacts-info:after {
  content: '';
  clear: both;
  display: table;
}

.copyright {
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 36px;
}
.copyright p {
  margin-left: 4px;
  display: inline-block;
}
.copyright a {
  text-decoration: none;
  color: #000;
}
.copyright a:hover {
  text-decoration: underline;
}

table {
  max-width: 100%;
}

.wp-video {
  margin-top: 10px;
  margin-bottom: 15px;
}

/*nexgen gallery*/
body .ngg-galleria-parent {
  margin-bottom: 25px;
}

body .galleria-theme-nextgen_pro_horizontal_filmstrip .galleria-info .galleria-info-text {
  padding: 10px;
}

/*.ngg-galleria{
  height: 400px!important;
  }*/
.galleria-stage {
  height: calc(100% - 100px) !important;
}

/*.galleria-images{
  height: 400px!important;
  }*/
/*breadcrumbs*/
#breadcrumbs {
  margin-top: 20px;
  margin-bottom: 20px;
}
#breadcrumbs span {
  font-weight: bold;
  color: #818181;
}
#breadcrumbs a span, #breadcrumbs a {
  color: #000;
  font-size: 17px;
}
#breadcrumbs a span:hover, #breadcrumbs a:hover {
  opacity: .85;
  transition: .3s opacity ease;
}
#breadcrumbs a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAAXklEQVQYlY3QMQ5EYBRF4Y9MwQooKCxMTctCrExlGhUbmRGNRIH8Tn1u3ruXeyqs+KF+cC6UmPFH8zaU44sNHXwwBkIJIgxI47enDoJ+hul4qQ/JhbN0G5IrLG5m3QF+LQ+L/JxyiAAAAABJRU5ErkJggg==");
  width: 12px;
  height: 8px;
  margin: 0 15px;
}

.featured-image {
  padding-bottom: 42%;
}

.follow-me {
  border-top: 10px solid #e7e7e7;
  padding-top: 20px;
  margin-top: 30px;
}
.follow-me span {
  color: #000;
  font-size: 18.75px;
  font-weight: bold;
  margin-right: 15px;
}
.follow-me .socials {
  text-align: left;
  display: inline-block;
}

.main-content .socials {
  margin-bottom: 30px;
}

main h3 {
  margin-bottom: 20px;
}
main ul:not(.socials):not(.pagination) {
  margin-left: 1em;
  padding-bottom: 10px;
}
main ul:not(.socials):not(.pagination) li {
  color: #794faa;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 25px;
  list-style: none;
  position: relative;
  padding-left: 30px;
}
main ul:not(.socials):not(.pagination) li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 15px;
  border-color: transparent transparent transparent #794faa;
}
main ul:not(.socials):not(.pagination) li ul {
  margin-top: 20px;
}
main ul:not(.socials):not(.pagination) li ul li {
  margin-bottom: 15px;
}
main a {
  font-weight: 400;
  color: #000;
}
main a:hover {
  color: #794faa;
}

/* ------------------------------------
    Footer Styles
    ------------------------------------- */
.footer {
  margin-top: 77px;
}

.footer-logo {
  display: block;
  margin: 0 auto 62px auto;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li a {
  display: block;
  padding: 5px 10px;
}

.no-backgroundblendmode .intro {
  z-index: 2;
}
.no-backgroundblendmode .contact-us {
  position: relative;
}
.no-backgroundblendmode .intro:after, .no-backgroundblendmode .contact-us:after {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #794faa;
  opacity: .75;
}

/* cpt : articles*/
.articles {
  clear: both;
}

.gray-icon {
  display: none;
}

.mejs-controls {
  opacity: 0;
}

.gallery-caption {
  font-size: 14px;
}

.galleria-info-title {
  display: none !important;
}

body .galleria-theme-nextgen_pro_horizontal_filmstrip .galleria-info .galleria-info-text {
  padding: 0px !important;
}

.galleria-info-description {
  padding: 10px;
}

.responsive-embed.widescreen:not(.video) {
  height: auto;
  padding-bottom: 0;
  overflow: auto;
}
.responsive-embed.widescreen:not(.video) iframe {
  position: relative;
}

.mejs-container iframe {
  max-width: 100%;
}
