/* LICENSE & DETAILS
==================================================
    Theme Name: Vestige
	Theme URI: https://demo.imithemes.com/vestige-wp
	Author: imithemes
	Author URI: www.imithemes.com
	Description: <strong>Responsive WordPress Theme designed & developed for Museum, Events, Charity or Non Profit Websites by imithemes</strong> - <a href="http://www.imithemes.com">www.imithemes.com</a>. Follow us for update notifications:<br/> <a href='http://twitter.com/imithemes'>Twitter</a><br/> | <a href='http://www.facebook.com/imithemes'>Facebook</a>
	Version: 3.6
	Text Domain: vestige
	Domain Path: /language
	License: ThemeForest Split License for WP Themes
	License URI: http://themeforest.net/licenses/standard
	Requires at least: 5.0
	Tested up to: 6.7.1
	Requires PHP: 7.4

/*------------------------------------------------------------------
[Table of contents]

0. CSS Reset
1. Basic Styles
2. Typography
3. Margin Bottom Sets
4. Padding Sets
5. Spacers Sets
6. Site Structure & Appearance
7. Responsive Media Queries
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
iframe {
  border: 0;
}

/* ==================================================
   1. Basic Styles
================================================== */

html,
body {
  height: 100%;
}

html,
hmtl a {
  width: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a {
  color: #5e5e5e;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: 0;
  color: #5e5e5e;
}
a img {
  border: none;
}
a > img {
  vertical-align: middle;
}
.gray-bg {
  background: #cdcbcb;
}
.gray-text {
  color: #cdcbcb;
}
.lgray-bg {
  background: #f9f8f5;
}
.dgray-bg {
  background: #454545;
}
img {
  max-width: 100%;
}
img,
object,
embed,
audio,
video {
  max-width: 100%;
}
img {
  height: auto;
}
strong,
.strong {
  font-weight: 700;
}
p {
  margin: 0 0 20px;
}
i,
em,
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.align-left {
  float: left;
  margin: 0 25px 0 0px !important;
}
.align-right {
  float: right;
  margin: 0 0 0 25px !important;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.color-text {
  color: #fff;
}
.through {
  text-decoration: line-through;
}
.border-radius {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}
iframe {
  border: 0;
}

/* ==================================================
   2. Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  color: #333;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h2 small {
  display: block;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 45%;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
h1.short,
h2.short,
h3.short,
h4.short,
h5.short,
h6.short,
p.short {
  margin-bottom: 5px;
}
h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
  margin-top: 22px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333;
  text-decoration: none;
}
.huge {
  font-size: 10em;
}
blockquote {
  margin: 30px 0;
  padding: 0 0 0 30px;
  border-left: 3px solid #222;
}
blockquote p {
  margin-bottom: 0;
  white-space: 1px;
  line-height: 1.8em;
  font-style: italic;
  color: #999;
}
blockquote cite {
  font-weight: 700;
}
blockquote cite:before {
  content: "- ";
}
p.lead {
  font-size: 20px;
  line-height: 28px;
}
p.md {
  font-size: 16px;
}
p.lg {
  font-size: 30px;
}
.lighter p {
  color: #ccc;
}
p.small {
  color: #999;
  font-size: 12px;
  line-height: 17px;
  margin-top: 10px;
}
.big {
  font-size: 200%;
  line-height: 1.5em;
}
.thin {
  font-weight: 300;
}
p.drop-caps:first-letter {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
  padding: 4px;
  font-size: 75px;
  line-height: 60px;
}
p.drop-caps.secondary:first-letter {
  margin-right: 10px;
  padding: 6px 12px;
  border-radius: 4px;
  color: rgb(255, 255, 255);
}
hr {
  display: block;
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  border: 0;
  background: #e8e8e8;
}
hr.sm {
  display: inline-block;
  margin: 0 0 15px 0;
  width: 40px;
  height: 2px;
  border: 0;
}
hr.md {
  display: inline-block;
  margin: 15px 0;
  width: 100px;
  height: 2px;
  border: 0;
}
hr.fw {
  display: block;
  clear: both;
  margin-top: 50px;
  margin-bottom: 43px;
  width: 100%;
  height: 1px;
  border: 0;
  background: #eee;
}
hr.fw.cont {
  margin: 20px 0;
}
ul.checks,
ul.angles,
ul.carets,
ul.chevrons,
ul.icons {
  margin: 0;
  list-style-type: none;
  margin-bottom: 20px;
}
ul.checks > li,
ul.angles > li,
ul.carets > li,
ul.chevrons > li,
ul.icons > li {
  margin: 5px 0;
}
ul.checks > li > i,
ul.angles > li > i,
ul.carets > li > i,
ul.chevrons > li > i,
ul.icons > li > i {
  margin-right: 2px;
}
ul.checks li:before,
.add-features-list li:before,
ul.angles li:before,
.widget_categories ul li a:before,
.widget_archive ul li a:before,
.widget_recent_entries ul li a:before,
.widget_recent_comments ul li a:before,
.widget_links ul li a:before,
.widget_meta ul li a:before,
.widget_nav_menu ul li a:before,
ul.chevrons li:before,
ul.carets li:before,
ul.inline li:before,
.filter-options-list li:before,
a.external:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}
ul.checks li:before,
.add-features-list li:before {
  content: "\f00c";
}
ul.angles li:before,
.widget_categories ul li a:before,
.widget_archive ul li a:before,
.widget_recent_entries ul li a:before,
.widget_recent_comments ul li a:before,
.widget_links ul li a:before,
.widget_meta ul li a:before,
.widget_nav_menu ul li a:before {
  content: "\f105";
}
ul.chevrons li:before {
  content: "\f054";
}
ul.carets li:before,
ul.inline li:before,
.filter-options-list li:before {
  content: "\f0da";
}
a.external:before {
  content: "\f08e";
}
ul.inline {
  margin: 10px 0;
}
ul.inline > li {
  display: inline-block;
  margin-right: 10px;
}
ul.nav-list-primary > li a {
  display: block;
  padding: 8px;
  border-bottom: 1px solid #eee;
  color: #666;
  text-decoration: none;
}
ul.nav-list-primary > li a:hover {
  text-decoration: none;
}
ul {
  margin: 10px 0 10px 20px;
  list-style-type: disc;
}
ol {
  margin: 10px 0 10px 30px;
  list-style-type: decimal;
}
ul ul,
ol ul,
ol ol {
  margin: 0 0 0 20px;
}
ul ul {
  list-style-type: circle;
}
dl {
  margin: 10px 0;
}
dl dt {
  font-weight: 700;
}
pre {
  padding: 20px;
  margin-bottom: 20px;
}
address.ico i {
  display: inline-block;
  float: left;
  clear: both;
  padding-top: 3px;
}
address.ico p {
  margin: 0;
  padding-bottom: 10px;
}
address.ico span {
  display: inline-block;
  padding-left: 20px;
}
.cursive {
  font-style: italic;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
  color: #999;
}
#googleMap {
  height: 250px;
}
/* ==================================================
   3. Margin Bottom Sets
================================================== */

.margin-0 {
  margin-bottom: 0 !important;
}
.margin-5 {
  margin-bottom: 5px !important;
}
.margin-10 {
  margin-bottom: 10px !important;
}
.margin-15 {
  margin-bottom: 15px !important;
}
.margin-20 {
  margin-bottom: 20px !important;
}
.margin-30 {
  margin-bottom: 30px !important;
}
.margin-40 {
  margin-bottom: 40px !important;
}
.margin-50 {
  margin-bottom: 50px !important;
}
.margin-60 {
  margin-bottom: 60px !important;
}
.margin-70 {
  margin-bottom: 70px !important;
}
.margin-80 {
  margin-bottom: 80px !important;
}
.push-top {
  margin-top: 35px;
}
/*Event Registration*/
.ticket-booking {
  position: relative;
  z-index: 999;
}
.table-tickets {
  margin-bottom: 15px;
}
.table-tickets .bootstrap-select {
  width: 80px !important;
}
.table-tickets .head-table-tickets td {
  padding-bottom: 10px;
  font-weight: 700;
}
.table-tickets td {
  width: 20%;
  border-bottom: 1px solid #eee;
  padding-top: 10px;
}
.event-ticket {
  background-color: #fff !important;
  border-radius: 10px;
  min-height: 250px;
}
#ticketModal .modal-body {
  background-color: #7a7e84 !important;
}
.event-ticket-left {
  width: 13%;
  float: left;
  min-height: 250px;
  border-right: 3px dashed #eee;
  position: relative;
  z-index: 900;
}
.event-ticket-left .ticket-handle {
  height: 150px;
  border: 5px solid transparent;
  width: 35px;
  border-radius: 40px;
  margin: 50px 0 0 32px;
  background-color: #7a7e84 !important;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  float: left;
}
.event-ticket-left .ticket-cuts {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #7a7e84 !important;
  top: -15px;
  right: -15px;
  border-radius: 100%;
}
.event-ticket-left .ticket-cuts-bottom {
  bottom: -15px;
  top: auto;
}
.event-ticket-right {
  float: left;
  width: 86%;
}
.event-ticket-right-inner {
  padding: 30px;
}
.event-ticket-info {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}
.event-ticket-info p {
  text-transform: uppercase;
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-bottom: 0;
  padding: 5px;
}
.event-ticket-info p strong {
  color: #222;
}
.event-ticket-info .col {
  float: left;
  width: 33.33%;
}
.event-ticket .ticket-cost {
  min-width: 100px;
  height: auto;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  display: inline-block;
  line-height: 24px;
  font-size: 20px;
  float: right;
  margin-top: 0;
}
.event-area {
  text-align: center;
  display: block;
  color: #999;
  padding: 10px 0;
}
.event-ticket-info .btn {
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 36px;
}
.event-ticket .event-location {
  border-right: 2px solid #333;
  border-left: 2px solid #333;
  font-family: "Roboto", sans-serif;
}
.registerant-info {
  display: block;
  margin-bottom: 20px;
}
.ticket-id {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  right: -112px;
  top: 50%;
  margin-top: -100px;
  height: 200px;
  z-index: 11;
}
#login-uder-form .checkbox input[type="checkbox"] {
  position: relative;
  margin-left: 0;
  margin-top: 2px;
  margin-right: 10px;
  float: left;
}
@media print {
  .event-ticket-showing .body {
    display: none;
  }
  .single-event #ticketModal {
    display: block;
  }
  .modal-footer {
    display: none;
  }
  .modal-content {
    box-shadow: none;
    border: 0;
  }
  .modal-header .close {
    display: none;
  }
  .event-ticket .event-location {
    font-size: 14px !important;
  }
  .event-area {
    display: none;
  }
  .event-ticket-left {
    border-color: #999;
  }
  .ticket-cost {
    background-color: #f0ad4e !important;
    color: #fff !important;
  }
  .site-header,
  .site-footer,
  .site-footer-bottom,
  .topbar,
  .hero-area,
  .notice-bar,
  #sidebar-col {
    display: none !important;
  }
}
/* ==================================================
   4. Padding Sets
================================================== */
.padding-b0 {
  padding-bottom: 0 !important;
}
.padding-tb0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.padding-tb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-tb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-tb45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.padding-tb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.padding-tb60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.padding-tb75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.padding-tb100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.padding-tb125 {
  padding-top: 125px;
  padding-bottom: 125px;
}
/* ==================================================
   5. Spacers Sets
================================================== */
.spacer-10 {
  height: 10px;
  clear: both;
  width: 100%;
}
.spacer-20 {
  height: 20px;
  clear: both;
  width: 100%;
}
.spacer-30 {
  height: 30px;
  clear: both;
  width: 100%;
}
.spacer-40 {
  height: 40px;
  clear: both;
  width: 100%;
}
.spacer-50 {
  height: 50px;
  clear: both;
  width: 100%;
}
.spacer-60 {
  height: 60px;
  clear: both;
  width: 100%;
}
.spacer-75 {
  height: 75px;
  clear: both;
  width: 100%;
}
.spacer-100 {
  height: 100px;
  clear: both;
  width: 100%;
}
/* ==================================================
   5. Multi purpose Elements
================================================== */
.overlay-transparent {
  background: rgba(0, 0, 0, 0.7);
}
.overlay-white {
  background: rgba(255, 255, 255, 0.9);
}
.checkers-overlay {
  background: url(assets/images/checkers.png) repeat;
}
.pattern-overlay {
  background: url(assets/images/pattern.png) repeat;
}
.next-prev-nav {
  display: inline-block;
}
.next-prev-nav a {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  text-decoration: none;
}
.next-prev-nav a:hover {
  color: #fff;
}
.meta-data {
  color: #cdcbcb;
  font-size: 12px;
  line-height: 16px;
  display: block;
  font-weight: 400;
}
.meta-data strong {
  color: #999;
}
.meta-data a {
  color: #cdcbcb;
}
.meta-data a:hover {
  text-decoration: none;
}
.meta-data > span {
  display: inline-block;
}
.meta-data i {
  margin-right: 4px;
}
.meta-data > span:last-child {
  margin-right: 0;
}
.meta-data.alt {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
}
.meta-data.alt > div {
  padding: 0 5px;
  display: inline-block;
}
.meta-data.alt > div:first-child {
  padding-left: 0;
}
.meta-data.alt > div:after {
  content: "/";
  margin-left: 10px;
}
.meta-data.alt > div:last-child:after {
  display: none;
}
p.meta-data {
  font-size: 16px;
  line-height: 1.7em;
}
.artists-list a {
  color: #333;
  text-decoration: underline;
}
.artists-list a:hover {
  text-decoration: underline;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.media-box {
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
}
.format-gallery .media-box {
  display: block;
}
.media-box:before {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.5em;
  left: 0;
  top: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  content: "";
  z-index: 0;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s;
}
.media-box:after {
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  color: #fff !important;
  position: absolute;
  font-size: 1.4em;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 1;
  line-height: 44px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s;
}
.img-thumbnail img:hover,
.img-thumbnail:hover {
  opacity: 0.9;
}
.media-box:hover:before,
.media-box:hover:after {
  opacity: 1;
}
.format-image .media-box:after,
.format-video .media-box:after {
  font-family: "outlined-iconset" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e01d";
}
.format-video .media-box:after {
  content: "\e046";
}
.format-standard .media-box:after,
.format-link .media-box:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f061";
}
.format-link .media-box:after {
  content: "\f0c1";
}
.media-box .media-box-wrapper {
  padding: 30px;
}
.social-icons,
.social-icons-colored {
  margin: 0;
  list-style-type: none;
}
.social-icons li,
.social-icons-colored li {
  display: inline-block;
  margin-right: 5px;
}
.social-icons li:last-child,
.social-icons-colored li:last-child {
  margin-right: 0;
}
.social-icons li a {
  text-align: center;
  color: #666;
  display: block;
}
.share-buttons-gs li a {
  background: #999 !important;
  color: #fff !important;
}
.share-buttons-squared li a {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.share-buttons-tc li a,
.share-buttons-bc li a {
  color: #fff !important;
}
.social-icons-colored li a {
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  color: #666;
  display: block;
  text-decoration: none;
  border: 0;
  background: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.social-icons-colored li a:hover {
  color: #fff;
}
.social-icons-colored li.facebook a:hover,
.share-buttons-bc li.facebook-share a {
  background: #3b5998;
}
.social-icons-colored li.tripadvisor a:hover,
.share-buttons-bc li.tripadvisor-share a {
  background: #589442;
}
.social-icons-colored li.twitter a:hover,
.share-buttons-bc li.twitter-share a {
  background: #00aced;
}
.social-icons-colored li.behance a:hover,
.share-buttons-bc li.behance-share a {
  background: #1769ff;
}
.social-icons-colored li.delicious a:hover,
.share-buttons-bc li.delicious-share a {
  background: #3274d1;
}
.social-icons-colored li.deviantart a:hover,
.share-buttons-bc li.deviantart-share a {
  background: #4b5d50;
}
.social-icons-colored li.digg a:hover,
.share-buttons-bc li.digg-share a {
  background: #14589e;
}
.social-icons-colored li.dribbble a:hover,
.share-buttons-bc li.dribbble-share a {
  background: #ea4c89;
}
.social-icons li.foursquare a:hover,
.share-buttons-bc li.foursquare-share a {
  background: #2398c9;
}
.social-icons-colored li.github a:hover,
.share-buttons-bc li.github-share a {
  background: #4183c4;
}
.social-icons-colored li.google a:hover,
.share-buttons-bc li.google-share a {
  background: #245dc1;
}
.social-icons-colored li.googleplus a:hover,
.social-icons-colored li.google-plus a:hover,
.share-buttons-bc li.googleplus-share a {
  background: #d14836;
}
.social-icons-colored li.instagram a:hover,
.share-buttons-bc li.instagram-share a {
  background: #3f729b;
}
.social-icons-colored li.jsfiddle a:hover,
.share-buttons-bc li.jsfiddle-share a {
  background: #4679a4;
}
.social-icons-colored li.linkedin a:hover,
.share-buttons-bc li.linkedin-share a {
  background: #007fb1;
}
.social-icons-colored li.pinterest a:hover,
.share-buttons-bc li.pinterest-share a {
  background: #cb2027;
}
.social-icons-colored li.reddit a:hover,
.share-buttons-bc li.reddit-share a {
  background: #ff4500;
}
.social-icons-colored li.skype a:hover,
.share-buttons-bc li.skype-share a {
  background: #00aff0;
}
.social-icons-colored li.tumblr a:hover,
.share-buttons-bc li.tumblr-share a {
  background: #2c4762;
}
.social-icons-colored li.vimeo a:hover,
.share-buttons-bc li.vimeo-share a,
.social-icons-colored li.vimeo-square a:hover {
  background: #44bbff;
}
.social-icons-colored li.youtube a:hover,
.share-buttons-bc li.youtube-share a {
  background: #cd332d;
}
.social-icons-colored li.flickr a:hover,
.share-buttons-bc li.flickr-share a {
  background: #0063db;
}
.social-icons-colored li.email a:hover,
.share-buttons-bc li.email-share a {
  background: #999;
}
.social-icons-colored li.vk a:hover,
.share-buttons-bc li.vk-share a {
  background: #45668e;
}
.social-icons-colored li.yelp a:hover,
.share-buttons-bc li.yelp-share a {
  background: #af0606;
}
.social-icons-colored li.envelope a:hover,
.share-buttons-bc li.envelope-share a {
  background: #71c5d3;
}
.social-icons-colored li a:hover {
  opacity: 0.8;
  color: #fff;
}
.btn-social {
  color: #fff !important;
  text-align: left !important;
}
.btn-social:hover {
  opacity: 0.9;
}
.social-icons-colored.inversed a {
  color: #fff;
}
.social-icons-colored.rounded a {
  border-radius: 100%;
}
.social-icons-colored.inversed li.facebook a,
.btn-facebook {
  background: #3b5998 !important;
}
.social-icons-colored.inversed li.tripadvisor a,
.btn-tripadvisor {
  background: #589442 !important;
}
.social-icons-colored.inversed li.twitter a,
.btn-twitter {
  background: #00aced !important;
}
.social-icons-colored.inversed li.behance a {
  background: #1769ff;
}
.social-icons-colored.inversed li.delicious a {
  background: #3274d1;
}
.social-icons-colored.inversed li.deviantart a {
  background: #4b5d50;
}
.social-icons-colored.inversed li.digg a {
  background: #14589e;
}
.social-icons-colored.inversed li.dribbble a {
  background: #ea4c89;
}
.social-icons-colored.inversed li.foursquare a {
  background: #2398c9;
}
.social-icons-colored.inversed li.github a {
  background: #4183c4;
}
.social-icons-colored.inversed li.google a {
  background: #245dc1;
}
.social-icons-colored.inversed li.googleplus a {
  background: #d14836;
}
.social-icons-colored.inversed li.instagram a {
  background: #3f729b;
}
.social-icons-colored.inversed li.jsfiddle a {
  background: #4679a4;
}
.social-icons-colored.inversed li.linkedin a {
  background: #007fb1;
}
.social-icons-colored.inversed li.pinterest a {
  background: #cb2027;
}
.social-icons-colored.inversed li.reddit a {
  background: #ff4500;
}
.social-icons-colored.inversed li.skype a {
  background: #00aff0;
}
.social-icons-colored.inversed li.tumblr a {
  background: #2c4762;
}
.social-icons-colored.inversed li.vimeo a {
  background: #44bbff;
}
.social-icons-colored.inversed li.youtube a {
  background: #cd332d;
}
.social-icons-colored.inversed li.flickr a {
  background: #0063db;
}
.social-icons-colored.inversed li.vk a {
  background: #45668e;
}
.social-icons-colored.inversed li.envelope a:hover,
.share-buttons-bc li.envelope-share a {
  background: #71c5d3;
}
.social-icons-colored.inversed li.yelp a:hover,
.share-buttons-bc li.yelp-share a {
  background: #af0606;
}
.icon-box.icon-box-style1 .icon-box-head {
  display: block;
  border-bottom: 2px solid #f8f8f8;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.icon-box.icon-box-style1 .icon-box-head:before,
.icon-box.icon-box-style1 .icon-box-head:after {
  display: table;
  content: " ";
}
.icon-box.icon-box-style1 .icon-box-head:after {
  clear: both;
}
.icon-box.icon-box-style1 .ico {
  float: left;
  width: 42px;
  height: 40px;
  color: #222;
  text-align: center;
  border: 1px solid #f8f8f8;
  line-height: 44px;
  font-size: 20px;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s;
}
.icon-box.icon-box-style1:hover .ico {
  color: #fff;
}
.icon-box.icon-box-style1 .icon-box-head h4 {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 10px;
}
.icon-box.icon-box-style1 p {
  margin-bottom: 0;
}
/* Hero Slider */
.flexslider {
  margin: 0;
  position: relative;
  padding: 0;
  background: url(assets/images/loader.gif) no-repeat scroll center center;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flex-disabled {
  display: none !important;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.flexslider .slides {
  zoom: 1;
  margin: 0;
  list-style-type: none;
}
.hero-slider {
  position: relative;
  z-index: 1;
  height: 500px;
  width: 100%;
  overflow: hidden;
}
.hero-slider .flex-viewport {
  width: 100%;
}
.hero-slider.flexslider > ul.slides {
  height: 100%;
}
.hero-slider.flexslider ul.slides li {
  height: 500px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-attachment: scroll !important;
}
.flexslider ul.slides li > a {
  display: block;
}
.flexslider .flex-control-nav {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 111;
  left: 0;
  bottom: 10px;
  padding: 0;
  margin: 0;
}
.hero-slider.flexslider .flex-control-nav {
  bottom: -40px;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s;
}
.hero-slider.flexslider:hover .flex-control-nav {
  bottom: 10px;
  -webkit-transition: bottom 0.3s 0.2s;
  -moz-transition: bottom 0.3s 0.2s;
  -ms-transition: bottom 0.3s 0.2s;
  -o-transition: bottom 0.3s 0.2s;
  transition: bottom 0.3s 0.2s;
}
.flexslider .flex-control-nav li {
  display: inline;
}
.flexslider .flex-control-nav a {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #ffffff;
  display: inline-block;
  margin: 0 6px;
  text-indent: -9999px;
  text-decoration: none;
}
.flexslider .flex-prev,
.flexslider .flex-next {
  background: rgba(34, 34, 34, 0.7);
  color: #f9f9f9;
  margin-bottom: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 14px;
  line-height: 25px;
  width: 25px;
  height: 25px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  display: none;
  text-align: center;
  margin-top: -13px;
  z-index: 1;
}
.flexslider .flex-prev {
  left: 10px;
  right: auto;
}
.flexslider .flex-prev:before {
  content: "\f104";
}
.flexslider .flex-next:before {
  content: "\f105";
}
.hero-slider.flexslider .flex-prev,
.hero-slider.flexslider .flex-next {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  right: -100px;
  margin-top: -50px;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s;
  font-size: 30px;
  line-height: 100px;
  display: block;
  text-align: left;
}
.flexslider:hover .flex-prev,
.flexslider:hover .flex-next {
  display: block;
}
.hero-slider.flexslider ul.slides li > a {
  display: block;
  height: 100%;
  width: 100%;
}
.flex-caption {
  width: 400px;
  margin: 160px 0px 0px 0px;
  background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.6);
  padding: 20px 30px 30px;
  color: #ccc;
  border-left: 4px solid transparent;
}
.flex-caption h1,
.flex-caption h2,
.flex-caption h3 {
  margin-bottom: 15px;
  color: #fff;
}
.hero-slider.flexslider .flex-prev {
  left: -100px;
  padding-left: 60px;
}
.hero-slider.flexslider .flex-next {
  padding-left: 30px;
}
.hero-slider.flexslider:hover .flex-prev {
  left: -50px;
  -webkit-transition: left 0.3s 0.2s;
  -moz-transition: left 0.3s 0.2s;
  -ms-transition: left 0.3s 0.2s;
  -o-transition: left 0.3s 0.2s;
  transition: left 0.3s 0.2s;
}
.hero-slider.flexslider:hover .flex-next {
  right: -50px;
  -webkit-transition: right 0.3s 0.2s;
  -moz-transition: right 0.3s 0.2s;
  -ms-transition: right 0.3s 0.2s;
  -o-transition: right 0.3s 0.2s;
  transition: right 0.3s 0.2s;
}
.flex-direction-nav {
  margin: 0;
  list-style-type: none;
}
.entry .flexslider {
  margin-bottom: 40px;
}
.slider-wrapper {
  position: relative;
  min-height: 200px;
  background: #666;
}
.nivoSlider {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
}
.nivo-directionNav a {
  top: 45% !important;
}
.nivo-controlNav {
  width: 100%;
  z-index: 22;
  position: absolute;
  bottom: 10px;
}
.nivo-caption {
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.basic-link {
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}
.basic-link:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-left: 5px;
}
.basic-link.backward:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  margin-right: 5px;
}
.basic-link:hover {
  color: #333 !important;
  text-decoration: none;
}
.basic-link.inverted {
  text-transform: uppercase;
  margin-top: 10px;
}
.basic-link.backward:after {
  content: "";
}
.grid-item .basic-link {
  margin-top: 6px;
}
.grid-filter {
  margin: 0 0 50px 0;
}
.grid-filter-lable {
  display: inline-block;
  margin-right: 20px;
  text-transform: uppercase;
}
.sort-source {
  list-style-type: none;
  display: inline-block;
  margin: 0;
}
.sort-source li {
  display: inline-block;
}
.sort-source li:after {
  content: "/";
  color: #ccc;
}
.sort-source.nav-pills li:after {
  content: "";
}
.sort-source li:last-child:after {
  content: "";
}
.sort-source li a {
  color: #999;
  margin: 0 10px;
}
.sort-source.nav-pills li a {
  margin: 0;
}
.sort-source.nav-pills li.active a {
  color: #fff;
}
.sort-source li:first-child a {
  margin-left: 0;
}
.sort-source li a:hover {
  color: #222;
}
.sort-destination {
  margin: 0;
  list-style-type: none;
}
.selectpicker {
  font-weight: 400;
  padding-top: 4px;
  padding-bottom: 5px;
}
.selectpicker.btn-default {
  background: #fff;
  padding-left: 10px;
  text-transform: none;
  font-size: 14px;
  color: #555;
  letter-spacing: 0;
}
.input-lg .selectpicker {
  padding-top: 12px;
  padding-bottom: 11px;
}
.bootstrap-select.form-control {
  margin-bottom: 20px !important;
}
.action-icons {
  list-style-type: none;
  margin: 5px 0 0;
}
.icon-box-inline {
  display: block;
}
.icon-box-inline span {
  font-size: 36px;
  float: left;
  margin-right: 20px;
  width: 70px;
  height: 70px;
  border: 1px solid;
  text-align: center;
  border-radius: 100%;
}
.icon-box-inline span i:before {
  line-height: 70px !important;
}
.icon-box-inline strong {
  display: block;
  font-weight: 700;
  font-size: 16px;
  padding-left: 90px;
  margin-top: 12px;
}
.icon-box-inline p {
  padding-left: 90px;
}
.dgray-bg .icon-box-inline p {
  color: rgba(255, 255, 255, 0.4);
}
.carousel-wrapper {
  overflow: hidden;
  width: 100%;
  background: url(assets/images/loader.gif) no-repeat center center;
  min-height: 100px;
}
.btn-rounded {
  border-radius: 30px;
}
.light-title {
  color: #fff;
}
/* Ratio for full width video */
.fluid-width-video-wrapper {
  display: inline-block !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  padding-top: 56.25% !important;
  height: 0px !important;
  position: relative !important;
}
.fluid-width-video-wrapper iframe {
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
}

/* ==================================================
   6. Site Structure & Appearance
================================================== */
body {
  background-color: #fff;
  color: #999;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  background-attachment: fixed;
  overflow-x: hidden;
}
body.boxed {
  background-color: #666;
}
body.boxed .body {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  max-width: 1100px;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.topbar {
  background: #222;
  height: 40px;
  overflow: hidden;
  font-size: 12px;
  color: #999;
  line-height: 40px;
}
.header-style2 .topbar {
  background: #f9f8f5;
  border-bottom: 1px solid #eee;
}
.topbar p {
  font-size: 13px;
  margin-bottom: 0;
}
.topbar .social-icons-colored {
  margin-right: -15px;
}
.topbar .social-icons-colored li {
  float: left;
  margin-right: 2px;
}
.topbar .social-icons-colored li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 1);
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 17px;
  color: #ccc;
}
.topbar .social-icons-colored li a:hover {
  color: #fff;
  opacity: 1;
}
.header-style2 .topbar .social-icons-colored li a {
  background: none;
  color: #666;
}

/* ***************************************** */
.topbar .row {
  display: flex;
  align-items: center;
}
.topbar .row .main_top_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.topbar .row .main_top_wrapper .top_bar_wrapper .menu-top-menu-container ul {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0px !important;
}

.topbar
  .row
  .main_top_wrapper
  .top_bar_wrapper
  .menu-top-menu-container
  ul
  > li {
  list-style: none;
}

.topbar
  .row
  .main_top_wrapper
  .top_bar_wrapper
  .menu-top-menu-container
  ul
  > li
  > a {
  color: #777;
  font-size: 13px;
  text-transform: uppercase;
  transition: 0.24s ease-in-out;
  line-height: 23px;
  font-weight: 300;
}

.topbar
  .row
  .main_top_wrapper
  .top_bar_wrapper
  .menu-top-menu-container
  ul
  > li.donate_btn {
  background: #dabc74;
  opacity: 0.9;
  padding-top: 6px;
  padding-left: 17px;
  line-height: 33px;
  padding-bottom: 6px;
  padding-right: 17px;
  transition: all 0.3s ease 0.1s;
  text-shadow: none;
  border-width: 0;
  text-decoration: none;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 500;
  color: #fff !important;
  position: relative;
  border-radius: 3px;
  line-height: 1.231 !important;
}
.topbar
  .row
  .main_top_wrapper
  .top_bar_wrapper
  .menu-top-menu-container
  ul
  > li.donate_btn
  a {
  line-height: 1 !important;
}

/* ***************************************** */
.site-header {
  width: 100%;
  background: #fff !important;
  position: relative;
  top: 0;
  z-index: 998;
  border: 0 !important;
  margin: 0 !important;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.touch .site-header {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
@media (min-width: 1200px) {
  body.boxed .site-header,
  body.boxed .main-navbar {
    width: 1120px;
  }
}
.sp-cont {
  position: relative;
}
.navbar {
  margin-bottom: 0;
  width: 100%;
  z-index: 33;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 45px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #777;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s;
}
.sticky-header .navbar {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.header-style1 .site-header {
  height: 45px;
}
body .header-style2 .site-header,
body .header-style3 .site-header {
  background: #fff;
  /* -webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
	box-shadow:0 1px 2px rgba(0,0,0,.1) */
}
.header-style3 .site-header {
  background: #454545;
}
.site-header .push-top {
  margin-top: 22px;
  margin-left: 15px;
}
.logged-in.admin-bar .is-sticky > .site-header,
.logged-in.admin-bar .is-sticky > .main-navbar {
  top: 28px !important;
}
.site-logo {
  float: left;
  background: #fff;
  position: absolute;
  left: 15px;
  z-index: 999;
  top: 0;
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.site-logo .theme-blogname {
  font-size: 20px;
  padding: 20px 0;
}
.default-logo {
  display: block;
}
.retina-logo {
  display: none;
}
.header-style2 .site-logo,
.header-style3 .site-logo {
  position: static;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.site-logo h1 {
  margin: 0;
  padding: 17px 22px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.header-style2 .site-logo h1,
.header-style3 .site-logo h1 {
  padding-left: 0;
}
.site-logo img {
  max-width: 140px;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s;
}

/* ==================================================
   6.1. Main Navigation
================================================== */
.main-navbar {
  background: #f9f8f5;
  width: 100%;
  position: relative;
  z-index: 99;
}
.is-sticky .main-navbar {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.main-navigation {
  display: block;
  float: right;
  top: 0;
  position: relative;
}
.header-style3 .main-navigation {
  float: none;
  text-align: center;
}
.main-navigation > ul {
  margin: 0;
  list-style-type: none;
}
.main-navigation > ul > li {
  font-weight: 400;
  font-size: 16px;
  position: relative;
  display: inline-block;
  margin-left: 30px;
}
.header-style3 .main-navigation > ul > li {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 20px;
  font-size: 15px;
}
.main-navigation > ul > li > a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  line-height: 98px !important;
}
.header-style2 .main-navigation > ul > li > a,
.header-style3 .main-navigation > ul > li > a {
  color: #777;
}
.dd-menu > ul > li.menu-item-has-children a:after,
.dd-menu > ul > li.menu-item-has-children a:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}
.dd-menu > ul > li.menu-item-has-children > a:after {
  content: " \f107";
}
.dd-menu > ul > li > ul > li.menu-item-has-children > a:after,
.dd-menu > ul > li > ul > li > ul > li.menu-item-has-children > a:after,
.dd-menu
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li.menu-item-has-children
  > a:after {
  content: " \f105";
}
.dd-menu > ul > li > ul.right > li.menu-item-has-children > a:before,
.dd-menu > ul > li > ul > li > ul.right > li.menu-item-has-children > a:before,
.dd-menu
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul.right
  > li.menu-item-has-children
  > a:before {
  content: "\f104\ ";
}
.dd-menu > ul > li > ul.right > li.menu-item-has-children > a:after,
.dd-menu > ul > li > ul > li > ul.right > li.menu-item-has-children > a:after,
.dd-menu
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul.right
  > li.menu-item-has-children
  > a:after {
  content: "";
}
.main-navigation > ul > li:last-child {
  margin-right: 0;
}
.dd-menu > ul > li ul {
  margin: 0;
  list-style-type: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  display: none;
  min-width: 120px;
  height: auto;
  background: #fff;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
  -moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
  margin-left: 0;
}
.dd-menu > ul > li.right-align-menu > ul:before {
  right: 22px;
  left: auto;
}
.dd-menu > ul > li.right-align-menu > ul {
  right: 0;
  left: auto !important;
}
.dd-menu > ul > li.right-align-menu > ul > li ul {
  right: 100%;
  left: auto !important;
}
.dd-menu > ul > li.right-align-menu > ul > li ul:before {
  display: none;
}
.header-style2 .dd-menu > ul > li > ul {
  top: 112%;
}
.header-style3 .dd-menu > ul > li > ul {
  top: 115%;
}
.dd-menu > ul > li ul.last-childer {
  left: auto !important;
  right: 0;
}
.dd-menu > ul > li ul.last-childer li a {
  padding-right: 20px;
}
.dd-menu > ul > li > ul li {
  line-height: normal;
  font-size: 14px;
  position: relative;
  font-weight: 400;
  border-left: 4px solid #cdcbcb;
}
.header-style3 .dd-menu > ul > li > ul li {
  font-size: 12px;
}
.dd-menu > ul > li.megamenu > ul li {
  border-left: 0;
}
.dd-menu > ul > li > ul li > a {
  display: block;
  color: #777;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  text-decoration: none;
}
.dd-menu > ul > li > ul li a:hover {
  color: #222;
}
.dd-menu > ul > li > ul li > a:hover {
  text-decoration: none;
  background-color: #f9f8f5;
}
.dd-menu > ul > li > ul li:last-child > a {
  border-bottom: 0;
}
.dd-menu > ul > li > ul li ul {
  margin: 0;
  list-style-type: none;
  left: 100% !important;
  top: 0;
  min-width: 150px;
  position: absolute;
}
.dd-menu > ul > li > ul > li > ul {
  border-top: 0;
  border-radius: 0;
}
.dd-menu > ul > li > ul li ul.last-childer {
  left: auto !important;
  right: 107%;
}
.dd-menu > ul > li.megamenu {
  position: inherit !important;
  left: 0;
  border-left: 0;
}
.dd-menu > ul > li.megamenu i {
  font-size: 100%;
}
.main-navigation > ul > li ul:before {
  position: absolute;
  left: 50%;
  top: auto;
  margin: -10px 0px 0px -10px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 5px;
  border-bottom-color: #fff;
  content: " ";
  pointer-events: none;
}
.main-navigation > ul > li ul li ul:before {
  position: absolute;
  left: 0;
  top: auto;
  margin: 15px 0px 0px -10px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 5px;
  border-right-color: #cdcbcb;
  content: " ";
  pointer-events: none;
}
.main-navigation > ul > li.megamenu ul li ul:before {
  display: none;
}
.dd-menu > ul > li.megamenu > ul {
  margin: 0;
  list-style-type: none;
  left: 15px !important;
  min-width: inherit;
  color: #777;
  width: 100%;
}
.header-style3 .dd-menu > ul > li.megamenu > ul {
  left: 0 !important;
}
.dd-menu .megamenu-container {
  padding: 25px;
  width: 100%;
}
.dd-menu .megamenu-container .mm-col {
  border-right: 1px solid #eee;
}
.dd-menu .megamenu-container .mm-col:last-child {
  border-right: 0;
}
.dd-menu .megamenu-container p {
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0;
}
.dd-menu .megamenu-container ul {
  margin: 0;
  list-style-type: none;
  display: block !important;
  color: #777;
  left: 0 !important;
  box-shadow: none;
  opacity: 1 !important;
  background: transparent;
  position: static !important;
  text-align: left !important;
  margin-left: 0;
  border-top: 0;
}
.dd-menu > ul > li.megamenu .meta-data {
  text-transform: none;
}
.dd-menu .megamenu-container .megamenu-sub-title {
  display: block;
  padding-bottom: 7px;
  margin-bottom: 22px;
  font-size: 17px;
  color: #333;
  font-weight: 700;
  text-align: left;
}
.dd-menu .megamenu-container .megamenu-sub-title .accent-color {
  font-weight: 400;
}
.dd-menu .megamenu-container ul li {
  font-size: 14px;
  border-left: 0;
}
.dd-menu .megamenu-container ul li a {
  display: inline-block;
  padding: 0 0 10px;
  margin: 0;
  border-bottom: 0;
}
.dd-menu .megamenu-container ul.sub-menu li a {
  display: block;
  border-bottom: 1px solid #eee;
  padding-top: 10px;
}
.dd-menu .megamenu-container ul.sub-menu li:first-child a {
  padding-top: 0;
}
.dd-menu .megamenu-container ul li a i {
  display: none;
}
.dd-menu .megamenu-container ul.sub-menu li a:hover {
  text-decoration: none;
}
.smenu-opener {
  position: absolute;
  right: 0;
  top: 0;
  width: 75px;
  height: 49px;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  line-height: 45px;
  justify-content: center;
  align-items: center;
  display: flex;
}
#menu-toggle {
  float: right;
  font-size: 24px;
  line-height: 45px;
  color: #fff;
}
.search-module,
.cart-module {
  position: relative;
  z-index: 1000;
}
.search-module-trigger,
.cart-module-trigger {
  width: 30px;
  float: right;
  margin-left: 15px;
  line-height: 98px !important;
  text-align: right;
  position: relative;
  -webkit-transition: line-height 0.3s;
  -moz-transition: line-height 0.3s;
  -ms-transition: line-height 0.3s;
  -o-transition: line-height 0.3s;
  transition: line-height 0.3s;
}
.search-module-opened,
.cart-module-opened {
  display: none;
  position: absolute;
  z-index: 999;
  right: 0;
  top: 45px;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  max-width: 250px;
}
.header-style2 .search-module-opened,
.header-style2 .cart-module-opened {
  top: 84px;
}
.search-module .btn {
  height: 38px !important;
  line-height: 30px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cart-module-opened {
  padding: 0;
  min-width: 260px;
  border: 0;
}
.header-quickcart {
  border: 1px solid #ddd;
}
.header-quickcart .woocommerce-mini-cart {
  margin: 0;
  list-style-type: none;
  padding-bottom: 5px;
}
.header-quickcart .woocommerce-mini-cart__buttons {
  margin: 0 -1px -1px;
  background: #f9f8f5 !important;
  border: 1px solid #ddd !important;
}
.header-quickcart .woocommerce-mini-cart__buttons:before,
.header-quickcart .woocommerce-mini-cart__buttons:after {
  content: "";
  display: table;
}
.header-quickcart .woocommerce-mini-cart__buttons:after {
  clear: both;
}
.header-quickcart .woocommerce-mini-cart__buttons a {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  margin: 0;
  width: 50%;
  float: left;
  text-align: center;
  font-size: 13px;
  border: 0 !important;
  padding: 14px 0 !important;
}
.header-quickcart .woocommerce-mini-cart__buttons a {
  background: none !important;
}
.header-quickcart .woocommerce-mini-cart__buttons a:hover {
  background: none !important;
}
.header-quickcart .woocommerce-mini-cart > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 15px !important;
  line-height: 1.2em;
}
.header-quickcart .woocommerce-mini-cart li:last-child {
  border-bottom: 0 !important;
}
.header-quickcart .woocommerce-mini-cart > li .quantity {
  font-size: 13px;
}
.header-quickcart .woocommerce-mini-cart > li .remove_from_cart_button {
  float: right;
}
.header-quickcart .woocommerce-mini-cart__total {
  margin-bottom: 0;
  padding: 15px;
  border-top: 1px solid #ddd;
}
.header-quickcart .woocommerce-mini-cart__empty-message {
  padding: 15px;
  margin-bottom: 0;
}
.header-quickcart ul.cart_list li a,
.header-quickcart ul.product_list_widget li a {
  display: block;
  font-weight: 700;
  color: #010119;
}
.header-quickcart .woocommerce-mini-cart > li > a > img {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 12px;
}
.header-quickcart a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}
.header-quickcart a.remove:hover {
  color: #fff !important;
  background: red;
}
.cart-tquant {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: -15px;
  padding: 2px 5px;
  color: #fff;
  background: red;
  line-height: 12px;
  font-size: 10px;
  text-align: center;
  font-weight: 700;
  border-radius: 100%;
}
.header-style2 #menu-toggle {
  color: #222;
}
.hero-area {
  position: relative;
  top: -45px;
  margin-bottom: -45px;
  z-index: 2;
  background: #ccc;
  min-height: 200px;
}
.header-style2 .hero-area,
.header-style3 .hero-area {
  top: 0;
  margin-bottom: 0;
}
.notice-bar {
  background: #fff;
  -webkit-box-shadow: 0px 2px 2px #e6e6e6;
  box-shadow: 0px 2px 2px #e6e6e6;
  position: relative;
}
.home .notice-bar {
  display: none;
}
.social-share-bar {
  margin-top: 30px;
}
.social-share-bar h4,
.social-share-bar ul {
  display: inline-block;
}
.social-share-bar h4 {
  margin-right: 10px;
}
.home .social-share-bar {
  display: none;
}
.social-share-bar .social-icons-colored > li {
  margin-bottom: 7px;
}
.notice-bar p {
  margin-bottom: 0;
}
.featured-block {
  margin: 10px 0;
}
.featured-block h3 a:hover {
  color: #333;
}
.featured-block-in {
  background: #fff;
  padding: 15px 25px;
  padding-top: 25px;
}
.featured-block figure {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.featured-block figure a {
  display: block;
}
.featured-block.hover-effect figure img {
  transition: all 0.2s ease-in-out;
}
.featured-block.hover-effect figure:hover img {
  transform: scale(1.1);
}
.featured-block.featured-block-secondary figure {
  margin-bottom: 0;
}
.featured-block.featured-block-secondary figure:hover img {
  transform: none;
}
.featured-block figure .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
}
.featured-block figure .caption-table {
  display: table;
  vertical-align: middle;
  height: 100%;
  position: relative;
  width: 100%;
}
.featured-block figure .caption-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  position: relative;
  width: 100%;
  padding: 20px;
}
.featured-block p {
  margin-bottom: 10px;
}
.featured-block.featured-block-secondary p {
  margin-bottom: 18px;
}
.content {
  padding: 50px 0;
}
.skewed-title-bar h4 {
  transform: skewX(30deg);
  background: #454545;
  display: inline-block;
  position: relative;
  padding: 15px 40px;
  margin-bottom: -1px;
  color: #fff;
  font-size: 22px;
}
.skewed-title-bar h4 span {
  transform: skewX(-30deg);
  text-transform: uppercase;
  display: inline-block;
}
.widget-title,
.sidebar-widget .widgettitle {
  padding-bottom: 18px;
  margin-bottom: 25px;
  position: relative;
  display: block;
  text-transform: uppercase;
}
.lgray-bg .widget-title {
  margin-bottom: 40px;
}
.sidebar-widget .widgettitle {
  text-transform: none;
  font-size: 24px;
}
h3.widget-title {
  font-size: 24px;
}
.widget-title:before,
.widgettitle:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background: #ccc;
  content: " ";
  z-index: 1;
}
.footer-widget {
  margin-bottom: 30px;
}
.footer-widget .widgettitle:before {
  display: none;
}
.widget-title.text-align-center:before,
.text-align-center .widget-title:before {
  left: 50%;
  margin-left: -40px;
}
.widget-title.text-align-right:before,
.text-align-right .widget-title:before {
  left: auto;
  right: 0;
}
.footer-widget .widget-title {
  font-size: 15px;
  padding-bottom: 0;
}
.footer-widget .widget-title:before {
  display: none;
}
.exhibitions-timeline {
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
  margin-bottom: 25px;
  border: 1px solid #eee;
}
.timeline-stamp {
  width: 22%;
  float: left;
}
.timeline-stamp-table {
  display: table;
  vertical-align: middle;
}
.timeline-stamp-tablecell {
  display: table-cell;
  vertical-align: middle;
}
.timeline-stamp-in {
  display: block;
  padding: 30px;
}
.timeline-stamp-day {
  display: block;
  font-size: 75px;
  line-height: 60px;
  font-weight: 700;
}
.timeline-stamp-month {
  text-transform: uppercase;
  display: inline-block;
  margin-top: 5px;
  font-size: 15px;
  line-height: 16px;
}
.timeline-stamp-weekday {
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  opacity: 0.7;
  display: block;
}
.timeline-slot {
  float: left;
  width: 78%;
  background: #fff;
  border-left: 1px solid #eee;
}
ul.slot-exhibitions {
  list-style-type: none;
  margin: 0;
}
ul.slot-exhibitions li:before,
ul.slot-exhibitions li:after,
.exhibitions-timeline:before,
.exhibitions-timeline:after {
  content: " ";
  display: table;
}
ul.slot-exhibitions li:after,
.exhibitions-timeline:after {
  clear: both;
}
ul.slot-exhibitions li {
  margin-bottom: 0;
  position: relative;
  border-bottom: 1px solid #eee;
  background: #fff;
  padding: 13px 25px;
  z-index: 2;
}
ul.slot-exhibitions li:last-child {
  border-bottom: 0;
}
.exhibition-time {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 6px 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  margin-top: 4px;
  display: inline-block;
  margin-bottom: 10px;
}
.exhibition-time.toggle-label {
  cursor: pointer;
  margin-right: 15px;
  margin-bottom: 15px;
}
.exhibition-time.toggle-label.accent-bg {
  color: #fff;
}
.exhibition-time input.exhibition-timings {
  display: none;
}
ul.slot-exhibitions li .exhibition-time {
  float: left;
  width: 90px;
  margin-bottom: 0;
  padding: 6px 0;
  background: #fff;
}
.exhibition-teaser {
  padding-left: 112px;
}
ul.slot-exhibitions li h5 {
  margin-bottom: 7px;
  text-transform: capitalize;
}
.event-featured-img {
  margin: -25px -24px 18px;
  display: block;
  max-width: none;
}
.grid-item-content:before,
.grid-item-content:after {
  content: " ";
  display: table;
}
.grid-item-content:after {
  clear: both;
}
.grid-item .format-standard {
  background: #fff;
}
.venues-grid .format-standard {
  background: #fff;
}
.widget .venues-grid .img-thumbnail {
  border: 0;
  padding: 0;
  margin: 0;
}
.grid-item-content,
.grid-item-header {
  padding: 20px;
  border: 1px solid #eee;
  position: relative;
  background: #fff;
}
.grid-item-date {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
}
.grid-item-day {
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  display: block;
  margin-top: 6px;
}
.grid-item-month {
  color: #fff;
  display: block;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
}
.grid-item-meta {
  float: left;
  margin-top: 3px;
}
#news-slider .grid-item-excerpt {
  padding-bottom: 25px;
}
#news-slider .basic-link {
  position: absolute;
  right: 20px;
  bottom: 22px;
}
#news-slider .meta-data {
  position: absolute;
  left: 20px;
  bottom: 25px;
}
#testimonials-slider {
  color: #333;
}
#testimonials-slider .item {
  background: #fff;
  padding: 22px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#testimonials-slider blockquote {
  padding: 0;
  border: 0;
  margin: 0;
  position: relative;
  min-height: 120px;
}
#testimonials-slider blockquote p {
  padding: 0;
  margin: 0;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
#testimonials-slider blockquote:before {
  content: "\f10d";
  font-size: 24px;
  margin-right: 40px;
  font-family: FontAwesome;
}
.latest-testimonials .owl-theme .owl-controls {
  text-align: left;
  margin-left: -263px;
  margin-top: -50px;
}
.latest-testimonials .owl-theme .owl-controls .owl-prev,
.latest-testimonials .owl-theme .owl-controls .owl-next {
  background: rgba(255, 255, 255, 0.7);
  color: #999;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.latest-testimonials .owl-theme .owl-controls .owl-prev:hover,
.latest-testimonials .owl-theme .owl-controls .owl-next:hover {
  color: #999;
  background: #fff;
}
.site-footer {
  padding: 50px 0;
  border-top: 1px solid #eee;
  background: #f9f8f5;
}
.site-footer-bottom {
  padding: 20px 0;
  background: #ffffff;
  border-top: 1px solid #eee;
}
.copyrights-left p {
  margin-bottom: 0;
  font-size: 13px;
}
.page-header {
  margin: 0;
  padding: 0;
  border: 0;
  background: url(assets/images/diagonal.png) repeat;
  background-size: auto;
  background-color: #ccc;
  color: #fff;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
}
.page-header > div {
  display: table;
  width: 100%;
  height: 260px;
  vertical-align: middle;
}
.page-header > div > div {
  display: table-cell;
  vertical-align: middle;
}
.header-style1 .page-header > div > div > span {
  display: inline-block;
  margin-top: 40px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px;
}
.staff-item {
  text-align: center;
  padding-bottom: 1px;
}
.staff-phone-label {
  margin-top: 10px;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 4px 11px;
}
.staff-item .social-icons-colored {
  margin-bottom: 5px;
}
.staff-item h3 {
  margin-bottom: 6px;
}
.staff-item .meta-data,
.single-team .single-post-header .meta-data {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.internships-programs .list-group {
  min-width: 250px;
}
.internships-programs .list-group.pull-left {
  margin-top: 0;
  margin-right: 30px;
}
.internships-programs .list-group.pull-right {
  margin-top: 0;
  margin-left: 30px;
}
.list-item {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.posts-listing .list-item {
  padding-bottom: 40px;
}
.list-item .img-thumbnail,
.widget .img-thumbnail,
.events-list > li .img-thumbnail {
  padding: 5px;
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 0;
}
.events-list > li .img-thumbnail {
  padding: 3px;
}
#loading-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
}
#loading-image-img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -64px 0 0 -64px;
}
.custom-donate-amount {
  display: none;
}
.spaces-item {
  margin-bottom: 30px;
}
.spaces-item h4 {
  margin-bottom: 0;
}
.membership-plans .icon-box p {
  margin-bottom: 15px;
}
.exhibitions-weekday {
  line-height: 45px;
  display: inline-block;
  margin-left: 10px;
}
.exhibitions-grid .grid-item-meta,
.exhibition-list-item .grid-item-meta,
.events-grid .grid-item-meta {
  margin-top: 0;
  float: none;
  display: inline-block;
  margin-right: 15px;
}
.events-grid .grid-item-meta,
.exhibitions-grid .grid-item-meta {
  margin-bottom: 10px;
}
.exhibitions-grid h3,
.exhibition-list-item h3,
.events-grid h3 {
  margin-bottom: 5px;
}
.isotope-grid .grid-item,
.sort-destination .grid-item {
  margin-bottom: 30px;
}
.vestige-multi-date {
  position: absolute;
  width: 45px;
  font-size: 9px;
  background: #4088cf;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 999px;
  border: 2px solid #fff;
  top: 17px;
  right: -25px;
}
.fc-event {
  background: #666;
  border-color: rgba(0, 0, 0, 0.1);
}
.fc-day-grid-event > .fc-content {
  white-space: normal !important;
}
.fc-day-grid-event .fc-time {
  display: block;
}
.post-content:after {
  clear: both;
}
.post-content:before,
.post-content:after {
  content: "";
  display: table;
}
.post-content table {
  margin: 20px 0;
  width: 100%;
  border: 1px solid #eee;
  border-collapse: separate;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.post-content table th,
.post-content table td {
  padding: 8px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  vertical-align: top;
  text-align: left;
  line-height: 18px;
}
.post-content table tr th:first-child,
.post-content table tr td:first-child {
  border-left: 0;
}
.post-content table thead:first-child tr:first-child th,
.post-content table tbody:first-child tr:first-child th,
.post-content table tbody:first-child tr:first-child td {
  border-top: 0;
}
.post-content table thead:first-child tr:first-child th:first-child,
.post-content table tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.post-content table thead:first-child tr:first-child th:last-child,
.post-content table tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.post-content table thead:last-child tr:last-child th:first-child,
.post-content table tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.post-content table thead:last-child tr:last-child th:last-child,
.post-content table tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.post-content .dark-table-style table {
  border-color: rgba(255, 255, 255, 0.2);
}
.post-content .dark-table-style table td {
  border-left-color: rgba(255, 255, 255, 0.2);
  border-top-color: rgba(255, 255, 255, 0.2);
}
.content .fc table {
  margin: 0;
  border: 0;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.content .fc table th {
  text-align: center;
}
.content .fc table th,
.content .fc table td {
  padding: 0;
  border: 1px solid #eee;
  line-height: inherit;
  -moz-border-radius: 0;
  border-radius: 0;
}
.content .fc-row .fc-content-skeleton td,
.content .fc-row .fc-helper-skeleton td {
  border: 0;
}
.content .fc-unthemed thead {
  border-color: transparent;
}
.content .fc-body .fc-row {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.post-actions {
  display: block;
  margin-top: 20px;
}
.post-actions .btn {
  margin-bottom: 8px;
}
.free-ticket {
  color: #d9534f;
  text-transform: uppercase;
}
.gallery-grider {
  list-style-type: none;
  margin: 0;
  margin-left: -2%;
}
.gallery-grider:before,
.gallery-grider:after {
  content: " ";
  display: table;
}
.gallery-grider:after {
  clear: both;
}
.gallery-grider li {
  width: 30%;
  margin-left: 3%;
  margin-bottom: 20px;
  float: left;
}
.artwork-price {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.85);
  padding: 2px 10px;
  border-radius: 3px;
  color: #222;
  font-weight: 700;
}
.artwork-list-item .artwork-price {
  right: 25px;
}
.single-artwork-images {
  margin-bottom: 20px;
}
.additional-images {
  margin-top: 15px;
}
.additional-images .flexslider {
  background: none;
}
.additional-images .slides > li {
  margin: 0 5px;
}
#artwork-images .slides > li {
  position: relative;
}
#artwork-images .slides > li .slide-image-caption {
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 10px 20px;
  line-height: 1.3;
  font-size: 90%;
  background: rgba(0, 0, 0, 0.75);
  color: rgba(255, 255, 255, 0.75);
  width: 100%;
  left: 0;
}
.more-from-artist {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
}
.venue-list-item {
  padding: 20px;
  background: #f9f8f5;
}
.venue-list-item h3 {
  margin-bottom: 15px;
}
.venue-address {
  float: right;
  margin-top: 20px;
}
.events-list {
  list-style-type: none;
  margin: 0;
}
.events-list > li {
  padding: 0 0 25px 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.events-list > li:before,
.events-list > li:after {
  content: " ";
  display: table;
}
.events-list > li:after {
  clear: both;
}
.event-list-item .img-thumbnail {
  float: left;
  width: 110px;
  margin-bottom: 0;
  margin-right: 20px;
}
.event-list-item h3 {
  margin-bottom: 8px;
}
.event-list-item .meta-data {
  margin-bottom: 8px;
}
.event-list-item .btn-default {
  margin-top: 22px;
}
.event-list-item p.event-excerpt {
  margin-bottom: 0;
}
.events-grid .grid-item {
  position: relative;
  margin: 0;
  padding: 15px;
}
.events-grid .grid-item .grid-item-content p:last-child {
  margin-bottom: 0;
}
.events-grid .grid-item .event-time {
  position: static;
  z-index: 9;
  right: 10px;
  top: -40px;
  width: 80px;
  height: 80px;
  padding: 18px 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 3px solid #fff;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  float: right;
}
.events-grid .grid-item .date {
  display: block;
  font-size: 24px;
  line-height: 1;
}
.events-grid .grid-item .month {
  display: block;
  font-size: 12px;
  opacity: 0.8;
}
.posts-listing h3 {
  margin-bottom: 15px;
}
.posts-listing .meta-data {
  margin-bottom: 12px;
}
#contact-map img {
  max-width: none;
}
.isotope-grid {
  margin: 0;
  list-style-type: none;
}
.grid-holder {
  margin: 0;
  list-style-type: none;
  width: 105%;
  margin-left: -3%;
  float: left;
}
.grid-holder .grid-item {
  float: left;
}
.grid-holder .grid-item {
  margin-bottom: 3%;
  border-bottom: medium none;
  margin-top: 2px;
}
.isotope-events .grid-item.event-list-item {
  margin-bottom: 0;
  margin-top: 0;
}
#message {
  margin-top: 20px;
}
.single-post .pager:before,
.single-post .pager:after {
  content: " ";
  display: table;
}
.single-post .pager:after {
  clear: both;
}
.single-post .pager {
  padding: 22px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 35px 0;
}
.single-post .featured-image,
.archive .featured-image {
  margin-bottom: 25px;
}
.single-post-header {
  margin-bottom: 20px;
}
.about-author {
  background: #f9f8f5;
  padding: 20px;
  margin-top: 35px;
  border-top: 3px solid #eee;
}
.about-author:before,
.about-author:after {
  content: " ";
  display: table;
}
.about-author:after {
  clear: both;
}
.about-author .img-thumbnail {
  float: left;
  margin-right: 20px;
  width: 100px;
  max-width: 100px;
  border: 4px solid #fff;
  border-radius: 100%;
  margin-left: 0;
}
.about-author .post-author-content {
  padding-left: 120px;
}
.post-comments {
  margin: 35px 0 0 0;
}
.comments {
  margin: 0;
  list-style-type: none;
  padding-top: 15px;
}
.comments ul.children {
  list-style-type: none;
}
.comments li.comment {
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.comments > li .post-comment-block {
  padding-bottom: 15px;
}
.comments > li.admin > .post-comment-block {
  background-color: #f9f9f9;
}
.comments > li .img-thumbnail {
  float: left;
  margin-right: 20px;
  width: 80px;
  border: 4px solid #fff;
  border-radius: 100%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.comments > li .img-thumbnail img {
  border-radius: 100%;
  width: 80px;
  margin-left: 0;
}
.comments > li .meta-data {
  margin-bottom: 12px;
}
.comments > li h5 {
  margin-bottom: 5px;
}
.comment-text {
  padding-left: 100px;
}
.comments > li > ul {
  padding-top: 25px;
  padding-left: 50px;
  margin: 0;
  list-style-type: none;
  border-top: 1px solid #eee;
}
.comments > li ul > li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.post-comment-form {
  margin: 35px 0 0 0;
  border-bottom: 0;
}
.post-comment-form .form-control {
  margin-bottom: 5px;
  margin-top: 15px;
}
.post-comment-form .btn {
  margin-top: 15px;
}
.home .post-comments,
.home #respond {
  display: none;
}
/* ==================================================
   6.2. Widgets Styling
================================================== */
.widget.sidebar-widget {
  margin-bottom: 35px;
}
#searchform .form-control {
  height: 38px;
}
.widget.sidebar-widget .listing-container {
  padding-top: 20px;
}
.sidebar-widget .widgettitle,
#sidebar-col .widgettitle,
#sidebar-col .widget-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 22px;
  position: relative;
}
.sidebar .widget.sidebar_widget:last-child {
  margin-bottom: 0;
}
.sidebar .widget li a,
.footer-widget.widget li a {
  color: #5e5e5e;
}
.sidebar .widget li .meta-data a,
.footer-widget.widget li .meta-data a {
  color: #cdcbcb;
}
.sidebar .widget ul,
.sidebar .widget ol,
.footer-widget.widget ul,
.footer-widget.widget ol {
  margin: 0;
  list-style-type: none;
}
.sidebar .widget ul.owl-carousel {
  margin-left: inherit;
}
.sidebar .widget li,
.footer-widget.widget li {
  margin-bottom: 10px;
  padding-bottom: 7px;
}
.sidebar .widget li.list-group-item,
.footer-widget.widget li.list-group-item {
  margin-bottom: 0;
  border-bottom: 0;
}
.widget_map.box-style1 {
  padding: 2px;
}
.widget_categories ul li,
.widget_archive ul li {
  color: #ccc;
}
.widget_categories:before,
.widget_categories:after,
.widget_archive:before,
.widget_archive:after {
  content: " ";
  display: table;
}
.widget_categories:after,
.widget_archive:after {
  clear: both;
}
.widget_categories ul li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_links ul li,
.widget_meta ul li,
.widget_upcoming_events li,
.widget_vestige_upcoming_events li,
.widget_nav_menu ul li,
.widget_pages ul li {
  border-bottom: 1px solid #eee;
}
.footer-widget.widget_categories ul li,
.footer-widget.widget_archive ul li,
.footer-widget.widget_recent_entries ul li,
.footer-widget.widget_recent_comments ul li,
.footer-widget.widget_links ul li,
.footer-widget.widget_meta ul li,
.footer-widget.widget_nav_menu ul li,
.footer-widget.widget_pages ul li {
  border-bottom: 1px solid #eee;
}
.widget_categories ul li a,
.widget_archive ul li a,
.widget_recent_entries ul li a,
.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_links ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a {
  display: inline-block;
  position: relative;
}
.widget_selected_post li,
.widget_vestige_selected_post li,
.widget_upcoming_events li,
.widget_vestige_upcoming_events li,
.widget_next_exhibitions li,
.widget_vestige_next_exhibitions li {
  padding: 3px 0 12px 0;
  border-bottom: 1px solid #eee;
}
.widget_nav_menu ul li ul.sub-menu,
.widget_categories ul li ul.children,
.widget_pages ul li ul.children {
  border-top: 1px solid #eee;
  padding: 7px 0 0 20px;
  margin-top: 7px;
}
.widget_nav_menu ul li ul.sub-menu li:last-child,
.widget_categories ul li ul.children li:last-child,
.widget_pages ul li ul.children li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.widget_next_exhibitions .timeline-slot,
.widget_vestige_next_exhibitions .timeline-slot {
  border: 0;
  float: none;
  width: 100%;
}
.widget_next_exhibitions ul.slot-exhibitions li,
.widget_vestige_next_exhibitions ul.slot-exhibitions li {
  padding: 0;
  padding-bottom: 12px;
  margin-bottom: 12px;
  background: #fff;
}
.widget_next_exhibitions .exhibition-teaser,
.widget_vestige_next_exhibitions .exhibition-teaser {
  padding-left: 0;
}
.widget_selected_post li h5,
.widget_vestige_selected_post li h5 {
  margin-bottom: 0;
  padding-left: 85px;
}
.sidebar .widget_selected_post li,
.sidebar .widget_vestige_selected_post li {
  padding-bottom: 10px;
}
.widget_selected_post li img,
.widget_vestige_selected_post li img {
  width: 90px;
  float: left;
  margin-right: 15px;
}
.widget_selected_post li:before,
.widget_selected_post li:after,
.widget_vestige_selected_post li:before,
.widget_vestige_selected_post li:after {
  display: table;
  content: " ";
}
.widget_selected_post li:after,
.widget_vestige_selected_post li:after {
  clear: both;
}
.widget_selected_post .post-actions,
.widget_vestige_selected_post .post-actions {
  padding-left: 85px;
}
.widget_selected_post .post-actions .post-date,
.widget_vestige_selected_post .post-actions .post-date {
  width: 100%;
}
.widget .meta-data {
  margin-top: 5px;
  line-height: 20px;
}
.post-single-tags {
  margin-top: 40px;
}
.tagcloud a {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 7px;
  padding: 2px 8px;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f9f8f5;
  font-size: 12px !important;
  color: #222;
  text-decoration: none;
}
.tagcloud a:hover {
  text-decoration: none;
  background: #fff;
}
.twitter-widget li:nth-child(odd) {
  display: none;
}
.twitter-widget ul {
  margin: 0;
  list-style-type: none;
}
.twitter-widget ul li {
  margin: 7px 0;
}
.twitter-widget .tweet-date {
  font-weight: 700;
}
.widget_special_events {
  border: 5px solid #f9f8f5;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 0 1px #e0e5e9 inset;
  text-align: center;
  padding-top: 20px;
  margin-top: 10px;
}
.widget_special_events .widget-title {
  margin-bottom: 0;
}
.widget_special_events .widget-title:before,
.widget_special_events .widget-title:after {
  display: none;
}
.widget_special_events .event-item {
  border-top: 3px solid transparent;
  padding: 25px;
}
.widget_special_events .post-title {
  margin-top: 18px;
}
.widget .btn.pull-right {
  position: relative;
  z-index: 1;
}
#back-to-top {
  position: fixed;
  z-index: 99;
  right: 17px;
  bottom: 17px;
  display: none;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
/* ==================================================
   6.4. SHORTCODES
================================================== */
.fact-ico {
  display: inline-block;
  margin: 10px 0;
  margin-bottom: 30px;
  border-radius: 4px;
}
.fact {
  display: inline-block;
  color: #999;
  font-size: 15px;
  font-style: italic;
}
.countdown {
  text-align: center;
}
.counters .timer,
.countdown .timer {
  display: inline-block;
  color: #333;
  font-weight: 700;
  font-size: 38px;
  line-height: 1;
}
.parallax .countdown .timer {
  color: #fff;
}

.icon-box.ibox-plain.ibox-small {
  padding-left: 26px;
}
.icon-box .ibox-icon {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  left: 0;
}
.icon-box .ibox-icon i,
.icon-box .ibox-icon img,
.icon-box .ibox-icon span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
}
.icon-box .ibox-icon i,
.icon-box .ibox-icon img,
.icon-box .ibox-icon span {
  border-radius: 50%;
}
.icon-box .ibox-icon i,
.icon-box .ibox-icon span {
  font-style: normal;
  font-size: 28px;
  text-align: center;
  line-height: 64px;
}
.icon-box h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #252525;
}
.icon-box p {
  margin: 8px 0 0;
  color: #999;
}
.icon-box .before-heading {
  font-size: 14px;
}
.icon-box.ibox-large {
  padding: 0 0 0 115px;
}
.icon-box.ibox-large .ibox-icon {
  width: 96px;
  height: 96px;
}
.icon-box.ibox-outline .ibox-icon {
  border: 1px solid;
  border-radius: 50%;
  padding: 3px;
}
.icon-box.ibox-outline .ibox-icon i,
.icon-box.ibox-outline .ibox-icon span {
  line-height: 56px;
}
.icon-box.ibox-outline.ibox-large .ibox-icon {
  padding: 4px;
}
.icon-box.ibox-rounded .ibox-icon,
.icon-box.ibox-rounded .ibox-icon i,
.icon-box.ibox-rounded .ibox-icon img,
.icon-box.ibox-rounded .ibox-icon span {
  border-radius: 3px !important;
}
.icon-box.ibox-rounded.ibox-large .ibox-icon,
.icon-box.ibox-rounded.ibox-large .ibox-icon i,
.icon-box.ibox-rounded.ibox-large .ibox-icon img,
.icon-box.ibox-rounded.ibox-large .ibox-icon span {
  border-radius: 4px !important;
}
.icon-box.ibox-light .ibox-icon i,
.icon-box.ibox-light .ibox-icon img,
.icon-box.ibox-light .ibox-icon span {
  border: 1px solid #eee;
  background-color: #f9f9f9;
  color: #444;
}
.icon-box.ibox-light .ibox-icon i,
.icon-box.ibox-light .ibox-icon span {
  line-height: 62px;
}
.icon-box.ibox-light.ibox-large .ibox-icon i,
.icon-box.ibox-light.ibox-large .ibox-icon span {
  line-height: 96px;
}
.icon-box.ibox-light.ibox-outline.ibox-large .ibox-icon i,
.icon-box.ibox-light.ibox-outline.ibox-large .ibox-icon span {
  line-height: 84px;
}
.icon-box.ibox-dark.ibox-outline .ibox-icon {
  border-color: #444;
}
.icon-box.ibox-dark .ibox-icon i,
.icon-box.ibox-dark .ibox-icon img,
.icon-box.ibox-dark .ibox-icon span {
  background-color: #252525;
}
.icon-box.ibox-border .ibox-icon {
  border: 1px solid;
  border-radius: 50%;
  padding: 0;
}
.icon-box.ibox-border .ibox-icon i,
.icon-box.ibox-border .ibox-icon img,
.icon-box.ibox-border .ibox-icon span {
  border: none;
  background-color: transparent !important;
}
.icon-box.ibox-border.ibox-dark .ibox-icon {
  border-color: #252525;
}
.icon-box.ibox-plain .ibox-icon {
  border: none !important;
  height: auto !important;
}
.icon-box.ibox-plain .ibox-icon i,
.icon-box.ibox-plain .ibox-icon img,
.icon-box.ibox-plain .ibox-icon span {
  border: none !important;
  background-color: transparent !important;
  border-radius: 0;
}
.icon-box.ibox-plain .ibox-icon i,
.icon-box.ibox-plain .ibox-icon span {
  font-size: 48px;
  line-height: 1 !important;
}
.icon-box.ibox-plain.ibox-image .ibox-icon {
  width: auto;
}
.icon-box.ibox-plain.ibox-image .ibox-icon img {
  width: auto;
  display: inline-block;
}
.icon-box.ibox-plain.ibox-small {
  padding-left: 42px;
}
.icon-box.ibox-plain.ibox-small .ibox-icon {
  width: 28px;
}
.icon-box.ibox-plain.ibox-small h3 {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 10px;
}
.icon-box.ibox-plain.ibox-small p {
  margin-left: -42px;
}
.icon-box.ibox-plain.ibox-small .ibox-icon i,
.icon-box.ibox-plain.ibox-small .ibox-icon span {
  font-size: 28px;
}
.icon-box.ibox-plain.ibox-small .ibox-icon img {
  height: 28px;
}
.icon-box.ibox-plain.ibox-large .ibox-icon i,
.icon-box.ibox-plain.ibox-large .ibox-icon span {
  font-size: 72px;
}
.icon-box.ibox-center {
  text-align: center;
  padding: 0;
}
.icon-box.ibox-center .ibox-icon {
  position: relative;
  width: 96px;
  height: 96px;
  margin: 0 auto 30px;
}
.icon-box.ibox-center.ibox-outline .ibox-icon i,
.icon-box.ibox-center.ibox-outline .ibox-icon span {
  line-height: 88px;
}
.icon-box.ibox-center p {
  margin-top: 15px;
}
.icon-box.ibox-center.ibox-large .ibox-icon {
  width: 128px;
  height: 128px;
}
.icon-box.ibox-center.ibox-large .ibox-icon i,
.icon-box.ibox-center.ibox-large .ibox-icon span {
  font-size: 70px;
  line-height: 128px;
}
.icon-box.ibox-center.ibox-large.ibox-outline .ibox-icon i,
.icon-box.ibox-center.ibox-large.ibox-outline .ibox-icon span {
  line-height: 118px;
}
.icon-box.ibox-center.ibox-light .ibox-icon i,
.icon-box.ibox-center.ibox-light .ibox-icon span {
  line-height: 94px;
}
.icon-box.ibox-center.ibox-light.ibox-outline.ibox-large .ibox-icon i,
.icon-box.ibox-center.ibox-light.ibox-outline.ibox-large .ibox-icon span {
  line-height: 114px;
}
.icon-box.ibox-center.ibox-large.ibox-border .ibox-icon i,
.icon-box.ibox-center.ibox-large.ibox-border .ibox-icon span {
  line-height: 126px !important;
}
.icon-box.ibox-center.ibox-plain .ibox-icon i,
.icon-box.ibox-center.ibox-plain .ibox-icon span {
  font-size: 84px;
}
.icon-box.ibox-center.ibox-large.ibox-plain .ibox-icon i,
.icon-box.ibox-center.ibox-large.ibox-plain .ibox-icon span {
  font-size: 112px;
}
.icon-box.ibox-center.ibox-large.ibox-plain .ibox-icon img {
  height: 128px;
}
.icon-box.ibox-center.ibox-small .ibox-icon {
  width: 64px;
  height: 64px;
}
.icon-box.ibox-center.ibox-small .ibox-icon i,
.icon-box.ibox-center.ibox-small .ibox-icon span {
  font-size: 28px;
  line-height: 64px;
}
.icon-box.ibox-center.ibox-small.ibox-outline .ibox-icon i,
.icon-box.ibox-center.ibox-small.ibox-outline .ibox-icon span {
  line-height: 58px;
}
.icon-box.ibox-center.ibox-small.ibox-plain .ibox-icon i,
.icon-box.ibox-center.ibox-small.ibox-plain .ibox-icon span {
  font-size: 56px;
}
.icon-box.ibox-center.ibox-small p {
  font-size: 14px;
  margin-top: 10px;
}
.icon-box.ibox-center.ibox-plain.ibox-small p {
  margin-left: 0;
}
.icon-box.ibox-right {
  text-align: right;
  padding: 0 80px 0 0;
}
.icon-box.ibox-right.ibox-large {
  padding-right: 115px;
}
.icon-box.ibox-right .ibox-icon {
  left: auto;
  right: 0;
}
.icon-box.ibox-right.ibox-plain.ibox-small {
  padding: 0 42px 0 0;
}
.icon-box.ibox-right.ibox-plain.ibox-small p {
  margin: 0 -42px 0 0;
}
.icon-box h3 + .ibox-icon {
  margin-top: 20px !important;
}
.icon-box h3 span.subtitle {
  display: block;
  margin-top: 5px;
  color: #444;
  font-weight: 300;
  text-transform: none;
}
.icon-box.ibox-center:not(.ibox-bg) h3:after {
  content: "";
  display: block;
  width: 30px;
  border-top: 2px solid #252525;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  margin: 20px auto;
}
.icon-box.ibox-center:not(.ibox-bg):hover h3:after {
  width: 50px;
}
.icon-box.ibox-center.noborder:not(.ibox-bg) h3:after,
.icon-box.ibox-center.nobottomborder:not(.ibox-bg) h3:after {
  display: none;
}
.icon-box.ibox-center.ibox-italic p {
  font-style: italic;
}
.icon-box.ibox-bg.ibox-center {
  margin-top: 68px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 68px 30px 30px;
}
.icon-box.ibox-bg.ibox-center:first-child {
  margin-top: 48px;
}
.icon-box.ibox-bg.ibox-center.ibox-large {
  margin-top: 84px;
  padding-top: 84px;
}
.icon-box.ibox-bg.ibox-center.ibox-large:first-child {
  margin-top: 64px;
}
.icon-box.ibox-bg.ibox-center .ibox-icon {
  position: absolute;
  top: -48px;
  left: 50%;
  margin: 0 0 0 -48px;
}
.icon-box.ibox-bg.ibox-center.ibox-large .ibox-icon {
  top: -64px;
  left: 50%;
  margin-left: -64px;
}
.icon-box.ibox-bg.ibox-center.ibox-border .ibox-icon,
.icon-box.ibox-bg.ibox-center.ibox-outline .ibox-icon,
.icon-box.ibox-bg.ibox-center.ibox-plain .ibox-icon {
  background-color: #fff;
}
.icon-box .ibox-icon i,
.icon-box .ibox-icon span {
  z-index: 1;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.icon-box .ibox-icon i:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -3px;
  left: -3px;
  box-shadow: 0 0 0 2px #252525;
  -webkit-transition: 0 0.3s, opacity 0.3s;
  -webkit-transform: scale(0.8);
  -moz-transition: 0 0.3s, opacity 0.3s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.3s, opacity 0.3s;
  transform: scale(0.8);
  opacity: 0;
  padding: 3px;
}
.icon-box .ibox-icon i:hover,
.icon-box:hover .ibox-icon i,
.icon-box .ibox-icon span:hover,
.icon-box:hover .ibox-icon span {
  background-color: #252525;
  color: #fff;
}
.icon-box.ibox-outline:hover .ibox-icon {
  border-color: #252525;
}
.icon-box {
  position: relative;
  margin-top: 20px;
  padding: 0 0 0 80px;
}
.icon-box:first-child {
  margin-top: 0;
}
.icon-box .ibox-icon {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  left: 0;
}
.icon-box .ibox-icon i,
.icon-box .ibox-icon img,
.icon-box .ibox-icon span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
}
.icon-box .ibox-icon i,
.icon-box .ibox-icon img,
.icon-box .ibox-icon span {
  border-radius: 50%;
}
.icon-box.ibox-large {
  padding: 0 0 0 115px;
}
.icon-box.ibox-large .ibox-icon i,
.icon-box.ibox-center .ibox-icon i,
.icon-box.ibox-large .ibox-icon span,
.icon-box.ibox-center .ibox-icon span {
  font-size: 42px;
  line-height: 96px;
}
.icon-box.ibox-outline.ibox-large .ibox-icon i,
.icon-box.ibox-center.ibox-light.ibox-outline .ibox-icon i,
.icon-box.ibox-outline.ibox-large .ibox-icon span,
.icon-box.ibox-center.ibox-light.ibox-outline .ibox-icon span {
  line-height: 86px;
}
.icon-box.ibox-light.ibox-outline .ibox-icon,
.icon-box.ibox-border.ibox-light .ibox-icon {
  border-color: #eee;
}
.icon-box.ibox-light.ibox-outline .ibox-icon i,
.icon-box.ibox-center.ibox-light.ibox-outline.ibox-small .ibox-icon i,
.icon-box.ibox-light.ibox-outline .ibox-icon span,
.icon-box.ibox-center.ibox-light.ibox-outline.ibox-small .ibox-icon span {
  line-height: 54px;
}
.icon-box.ibox-border .ibox-icon i,
.icon-box.ibox-center.ibox-small.ibox-border .ibox-icon i,
.icon-box.ibox-border .ibox-icon span,
.icon-box.ibox-center.ibox-small.ibox-border .ibox-icon span {
  line-height: 62px !important;
}
.icon-box.ibox-border.ibox-large .ibox-icon i,
.icon-box.ibox-center.ibox-border .ibox-icon i,
.icon-box.ibox-border.ibox-large .ibox-icon span,
.icon-box.ibox-center.ibox-border .ibox-icon span {
  line-height: 94px !important;
}
.icon-box.ibox-border.ibox-light .ibox-icon i,
.icon-box.ibox-border.ibox-light .ibox-icon img,
.icon-box.ibox-plain.ibox-light .ibox-icon i,
.icon-box.ibox-plain.ibox-light .ibox-icon img,
.icon-box.ibox-plain.ibox-light .ibox-icon span,
.icon-box.ibox-border.ibox-light .ibox-icon span {
  color: #888;
}
.icon-box.ibox-border.ibox-dark .ibox-icon i,
.icon-box.ibox-border.ibox-dark .ibox-icon img,
.icon-box.ibox-plain.ibox-dark .ibox-icon i,
.icon-box.ibox-plain.ibox-dark .ibox-icon img,
.icon-box.ibox-border.ibox-dark .ibox-icon span,
.icon-box.ibox-plain.ibox-dark .ibox-icon span {
  color: #444;
}
.icon-box.ibox-plain .ibox-icon img,
.icon-box.ibox-center.ibox-small.ibox-plain .ibox-icon img {
  height: 64px;
}
.icon-box.ibox-plain.ibox-large .ibox-icon img,
.icon-box.ibox-center.ibox-plain .ibox-icon img {
  height: 96px;
}
.ibox-rounded .ibox-icon i:after,
.ibox-border.ibox-rounded .ibox-icon i:after,
.ibox-rounded .ibox-icon span:after,
.ibox-border.ibox-rounded .ibox-icon span:after {
  border-radius: 3px;
}
a.icon-box {
  display: inline-block;
}

/* ==================================================
   6.5. Overriding Classes
================================================== */
.parallax {
  background-attachment: fixed !important;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f8f8f8;
}
.touch .parallax,
.page-header.parallax {
  background-attachment: scroll !important;
}

.sidebar .widget,
.box-style1,
.so-panel.widget_text:not(.widget_custom_html) {
  border: 5px solid #f9f8f5;
  border-radius: 3px;
  box-shadow: 0 0 0 1px #e0e5e9 inset;
  padding: 20px !important ;
  margin-bottom: 30px;
  background: #fff;
}
.box-style2 {
  border: 1px solid #f9f8f5;
  border-radius: 3px;
  padding: 20px;
}

/*-------------------------------------------------------------------------------------------*/
/* Pricing Tables
/*-------------------------------------------------------------------------------------------*/
.pricing-table {
  margin-top: 50px;
  margin-bottom: 50px;
}
.pricing-table:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}
.pricing-table > div:first-child .pricing-column-content,
.pricing-table > div:first-child h3 {
  border-left: 1px solid #eee !important;
}
.pricing-column {
  float: left;
  overflow: hidden;
  padding: 0px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: box-shadow 0.2s linear;
  -moz-transition: box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
}
.pricing-column .features {
  padding: 0;
  margin-bottom: 0;
  background: none;
}
.pricing-column .features a {
  color: #5e5e5e;
}
.pricing-column .pricing-column-content {
  padding: 0px 0px 20px 0px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.pricing-column.highlight {
  z-index: 1;
  margin: -20px 0 0 -1px;
  background-color: #fff;
}
.pricing-column.highlight .pricing-column-content,
.pricing-column.highlight h3 {
  border: none;
}
.pricing-column.highlight h3 .highlight-reason {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
}
.pricing-column.highlight .pricing-column-content {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}
.pricing-table .popover {
  text-align: center;
}
.pricing-column ul li {
  padding: 10px 25px;
  border-bottom: 1px solid #eee;
  color: #666 !important;
  list-style: none;
  line-height: 18px;
}
.pricing-column ul li a {
  margin-left: 10px;
}
.pricing-column ul li:first-child {
  border-top: 1px solid #eee;
}
.pricing-column ul li:nth-child(2n + 1) {
  background-color: #f9f8f5;
}
.pricing-column.highlight h3 {
  margin-bottom: 0px !important;
  padding: 15px 0px;
  color: #fff !important;
}
.toggle .pricing-column h3 {
  font-size: 26px !important;
}
.pricing-column h3 {
  margin-bottom: 0px;
  padding: 18px 0px 18px 0px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #ffffff;
  font-size: 26px;
  line-height: 28px;
}
.pricing-column h4 {
  margin-bottom: 0px;
  margin-left: -22px;
  padding: 20px 30px 6px 30px;
  color: #333;
  font-size: 54px !important;
  line-height: 42px !important;
}
.pricing-column h4 .dollar-sign {
  position: relative;
  top: -14px;
  right: -6px;
  font-size: 22px;
  line-height: 22px;
}
.pricing-column .interval {
  display: block;
  padding-bottom: 17px;
  min-height: 38px;
  color: #999;
}
.pricing-column ul {
  margin-left: 0px;
}
.pricing-column .btn {
  margin-top: 25px;
}
.pricing-column.highlight .btn {
  margin-bottom: 20px;
}
.pricing-table.six-cols > div {
  width: 16.5%;
}
.pricing-table.five-cols > div {
  width: 20%;
}
.pricing-table.four-cols > div {
  width: 25%;
}
.pricing-table.three-cols > div {
  width: 33.2%;
}
.pricing-table.two-cols > div {
  width: 50%;
}
/* WP DEFAULT STYLING */
/*This required by breadcrumb current_item*/
ol.breadcrumb > .current_item {
  color: #fff;
}
.widget select {
  max-width: 100%;
}
/*This required by select post widget*/
#wp-calendar {
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
  border-top: none;
}
#wp-calendar td,
#wp-calendar th {
  text-align: center;
}
#wp-calendar td#today {
  background: #eee;
}
#wp-calendar caption {
  padding: 0;
  line-height: 39px;
}
#wp-calendar thead,
#wp-calendar tfoot {
  line-height: 33px;
  background: #eee;
}
#wp-calendar tbody {
  line-height: 33px;
}
#wp-calendar #prev,
#wp-calendar #next {
  padding: 0 10px;
  background: #eee;
}
#wp-calendar #prev {
  text-align: left;
}
#wp-calendar #next {
  text-align: right;
}
.wp-block-cover p:not(.has-text-color) {
  color: #fff;
}

.blocks-gallery-item a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

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

.wp-block-group.has-background .wp-block-group__inner-container {
  padding: 30px 30px 10px;
}

.wp-caption {
  margin-bottom: 24px;
}
.wp-caption.alignleft {
  margin-bottom: 0;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption {
  color: #767676;
}
.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
  padding-right: 10px;
}
.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}
.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
/* Genericons */
.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  text-decoration: inherit;
  vertical-align: text-bottom;
}
/* Image Float Classes */
.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;
}
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignnone {
  max-width: 100%;
}
.post.sticky {
  border-left: 2px solid #333;
  padding-left: 30px;
}
/* WooCommerce Styling */
.woocommerce-pagination {
  display: none;
}
p.demo_store {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button,
.woocommerce input.button {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.07em;
  padding: 9px 10px 10px 10px;
  border-radius: 3px;
  color: #333;
  text-shadow: none;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover,
.woocommerce input.button:hover {
  background: #ebebeb;
  border-color: #adadad;
  color: #333;
}
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
  padding-left: 25px;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info {
  background: #f8f8f8 !important;
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before {
  height: auto;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table,
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
  border-color: #efefef !important;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce #reviews #comment,
.woocommerce-page #reviews #comment {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  resize: vertical;
}
.woocommerce #reviews #comment,
.woocommerce-page #reviews #comment {
  height: 75px;
}
.woocommerce #payment,
.woocommerce-page #payment {
  background: #f8f8f8 !important;
}
.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
  border-color: transparent transparent #fff;
}
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
  background: #fff !important;
}
#ship-to-different-address .input-checkbox {
  float: left;
  margin-top: 14px;
}
#ship-to-different-address label {
  display: inline-block;
  font-weight: 400;
  padding-left: 12px;
  margin-top: 0;
}
.shipping_calculator,
h3#order_review_heading {
  margin-top: 30px;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale {
  padding: 0 4px !important;
  text-shadow: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #content input.button.alt {
  border: 0 !important;
  text-shadow: none !important;
  color: #fff;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  width: 100%;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
  text-transform: uppercase;
}
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce #content input.button:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page #content input.button:active {
  top: 0;
}
.woocommerce form.checkout_coupon,
.woocommerce form.register,
.woocommerce-page form.login,
.woocommerce-page form.checkout_coupon,
.woocommerce-page form.register {
  border-color: #efefef !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  width: 1.1em;
  height: 1.1em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  background: #efefef !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a {
  border: 0;
}
.woocommerce .widget_layered_nav ul li,
.woocommerce-page .widget_layered_nav ul li {
  padding: 5px 0;
}
.variations .label {
  color: #666;
}
.variations label {
  font-size: 13px;
  padding-top: 6px;
  text-transform: uppercase;
}
.woocommerce-tabs .panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  border-color: #efefef !important;
  background: #f8f8f8 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  border-color: #efefef !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff !important;
}
.post-type-archive-product .star-rating,
.tax-product_cat .star-rating {
  display: none !important;
}
.single_variation {
  margin-bottom: 20px;
}
.woocommerce p.myaccount_user,
.woocommerce .addresses .address {
  border: 1px solid #eceae4 !important;
  background: #f8f8f8 !important;
  padding: 20px;
}
/* Contact Form 7 Styling */
.wpcf7-form p {
  font-weight: 700;
}
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-select,
.wpcf7-form .wpcf7-textarea,
.wpcf7-form .wpcf7-captchar,
.wpcf7-form .wpcf7-quiz,
.wpcf7-form .wpcf7-number,
.wpcf7-form .wpcf7-date {
  min-height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  font-weight: 400 !important;
  margin-top: 10px;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.wpcf7-form .wpcf7-textarea {
  min-height: 80px;
  resize: vertical;
}
.wpcf7-form .wpcf7-checkbox,
.wpcf7-form .wpcf7-file,
.wpcf7-form .wpcf7-radio {
  margin-top: 10px;
  display: inline-block;
}
.wpcf7-form .wpcf7-list-item {
  margin-left: 0.8em;
}
.wpcf7-form .wpcf7-list-item.first {
  margin-left: 0;
}
.wpcf7-form .wpcf7-quiz-label {
  padding-top: 18px;
  float: left;
  margin-right: 10px;
  font-weight: 400 !important;
}
.wpcf7-form .wpcf7-list-item-label {
  font-weight: 400 !important;
}
.wpcf7-form .wpcf7-submit {
  color: #fff;
  border-width: 0px;
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  margin-bottom: 0px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.52857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.wpcf7 form .wpcf7-response-output {
  color: #8a6d3b;
  background-color: #fcf8e3;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.wpcf7 form .wpcf7-response-output {
  border-color: #faebcc;
}
.wpcf7 form .wpcf7-response-output hr {
  border-top-color: #f7e1b5;
}
.wpcf7 form .wpcf7-response-output a {
  color: #66512c;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.wpcf7 form.sent .wpcf7-response-output hr {
  border-top-color: #c9e2b3;
}
/* Page builder Classes */
.no-top-content-padding {
  margin-top: -50px;
}
.noticebar {
  box-shadow: 0px 2px 2px #e6e6e6;
  background: #fff;
}
.noticebar .sow-cta-base {
  border: 0 !important;
  padding: 20px 0 !important;
}
.noticebar .ow-button-base a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.07em;
  border: 0;
  text-shadow: none !important;
}
.noticebar .so-widget-sow-button {
  margin-top: 0;
}
.noticebar h5 {
  display: none;
}
/* reset screen-reader-text */
.screen-reader-text {
  position: static !important;
}
.screen-reader-text {
  display: none;
}
.noticebar .sow-cta-base .sow-cta-text h4 {
  font-size: 20px;
  line-height: 2em;
  margin: 0;
  margin-top: 5px;
  color: inherit;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
}
.so-panel.widget_spacer-widget,
.so-panel.widget_custom-grid-list-widget {
  margin-bottom: 0 !important;
}
.siteorigin-panels-stretch {
  overflow: hidden;
}
.panel-grid .title .btn.pull-right {
  margin-bottom: 12px;
  margin-top: 0;
}
.panel-grid .widget .gallery-grid .slides li {
  margin-bottom: 0;
  padding-bottom: 0;
}
.sow-headline .decoration {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.panel-grid .grid-footer {
  padding-bottom: 10px;
}
.widget .flexslider li {
  margin: 0;
  padding: 0;
}
.sort-destination .grid-item h4 {
  margin-top: 10px;
  margin-bottom: 0;
}
.carousel-container {
  overflow: hidden;
}
.panel-grid ul.upcoming-events li,
.widget_woocommerce_products ul li {
  margin: 8px 0;
}
.panel-grid .tabs .tab-content {
  padding-top: 10px;
}
.tabs.vertical-tabs .nav-tabs {
  width: 25%;
  background: none;
  border: 0;
  float: left;
}
.tabs.vertical-tabs .nav-tabs > li {
  float: none;
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.tabs.vertical-tabs .nav-tabs > li > a {
  border-right: 0;
}
.tabs.vertical-tabs .nav-tabs > li.active > a {
  border-right: 0;
}
.tabs.vertical-tabs .tab-content {
  float: left;
  width: 75%;
  padding-top: 0;
  padding-left: 20px;
  margin-left: -1px;
}
.list-group-item > .badge {
  margin-top: 4px;
}
/* ==================================================
   7. Responsive Media Queries
================================================== */
@media (min-width: 1200px) {
  p.lead {
    line-height: 2em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dd-menu .megamenu-container ul {
    min-width: inherit;
  }
  .main-navigation > ul > li {
    margin-left: 25px;
  }
  .featured-block figure .caption {
    line-height: 142px;
  }
  .latest-testimonials .owl-theme .owl-controls {
    margin-left: -240px;
  }
  .post-actions .btn {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 992px) {
  .post-actions .btn {
    margin-bottom: 12px;
  }
  .sp-cont {
    position: static;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .topbar .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .dd-menu {
    display: none;
    background: #fff;
    width: 100%;
    position: absolute;
    height: auto;
    overflow: auto;
    left: 0;
    float: none;
    top: 45px;
    z-index: 9999;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  }
  .header-style3 .dd-menu {
    top: 100%;
  }
  .dd-menu > ul > li {
    display: block;
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    border-bottom: 1px solid #eee;
  }
  .header-style3 .main-navigation > ul > li {
    margin: 0;
  }
  .dd-menu > ul > li > a {
    display: block;
    padding: 15px 30px 15px 20px;
    line-height: normal;
    color: #222;
  }
  .header-style2 .dd-menu > ul > li > a {
    line-height: normal !important;
  }
  .dd-menu > ul > li.megamenu {
    display: none;
  }
  .dd-menu > ul > li ul {
    position: static;
    top: 0;
    left: 0 !important;
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .dd-menu > ul > li > ul li ul,
  .header-style2 .dd-menu > ul > li > ul li ul,
  .header-style3 .dd-menu > ul > li > ul li ul {
    position: static;
    margin: 0;
    left: 0 !important;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header-style2 .dd-menu > ul > li ul {
    top: 112%;
  }
  .header-style3 .dd-menu > ul > li ul {
    top: 115%;
  }
  .dd-menu > ul > li > ul li {
    border-left: 0;
  }
  .dd-menu > ul > li > ul li a {
    padding-right: 30px;
  }
  .dd-menu > ul > li.megamenu > ul {
    width: 100%;
  }
  .dd-menu > ul > li.megamenu > ul .megamenu-container > div.row > div {
    margin-top: 20px;
  }
  .dd-menu > ul > li.menu-item-has-children > a::after,
  .dd-menu > ul > li > ul > li.menu-item-has-children > a::after,
  .dd-menu > ul > li > ul > li > ul > li.menu-item-has-children > a::after,
  .dd-menu
    > ul
    > li
    > ul
    > li
    > ul
    > li
    > ul
    > li.menu-item-has-children
    > a::after {
    display: none;
  }
  .site-logo {
    left: 30px;
  }
  .footer-widget {
    margin-bottom: 40px;
  }
  .sidebar {
    margin-top: 40px;
  }
  .icon-box {
    margin-bottom: 50px;
  }
  .blog-grid .grid-item .basic-link {
    display: block;
    margin-bottom: 10px;
    float: none !important;
  }
  .pricing-column .features {
    margin-bottom: 0;
  }
  .pricing-column.highlight {
    margin: 0;
  }
  .pricing-table > div:third-child .pricing-column-content,
  .pricing-table > div:nth-child(2n + 1) h3 {
    border-left: 1px solid #eee !important;
  }
  .pricing-column ul li:first-child {
    border-top: 1px solid #eee;
  }
  .pricing-column ul li:nth-child(2n + 1) {
    background-color: #f8f8f8;
  }
  .toggle .pricing-column h3 {
    font-size: 26px !important;
  }
  .pricing-column.highlight .btn {
    margin-bottom: 0;
  }
  .pricing-table.six-cols > div {
    width: 50%;
  }
  .pricing-table.five-cols > div {
    width: 50%;
  }
  .pricing-table.four-cols > div {
    width: 50%;
  }
  .pricing-table.three-cols > div {
    width: 50%;
  }
  .pricing-table.two-cols > div {
    width: 50%;
  }
  .home .notice-bar .btn-primary {
    margin-top: 10px;
  }
  .body #content-col,
  .body #sidebar-col {
    float: none !important;
  }
  .header-style2 .search-module-trigger,
  .header-style2 .cart-module-trigger,
  .header-style1 .search-module-trigger,
  .header-style1 .cart-module-trigger {
    margin-left: 0;
    margin-right: 20px;
  }
  .main-navigation > ul > li {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sp-cont,
  .topbar .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-area,
  .page-header {
    top: 0;
    margin-bottom: 0;
  }
  .site-logo {
    left: 20px;
  }
  .body {
    padding-top: 0 !important;
  }
  .site-logo img {
    max-width: 200px;
  }
  .header-style1 .page-header > div > div > span {
    margin-top: 0;
  }
  .hero-area {
    min-height: 160px;
  }
  .posts-listing h3,
  .list-item h3 {
    margin-top: 25px;
  }
  .posts-listing .post-actions .btn {
    margin-bottom: 0;
  }
  .grid-item .media-box {
    display: block;
  }
  .blog-grid .grid-item .basic-link {
    display: inline-block;
    margin-bottom: 0;
    float: right !important;
  }
  .galleryflex {
    margin-top: 30px;
  }
  .grid-item .media-box img {
    width: 100%;
  }
  .page-header > div {
    height: 160px;
  }
  .featured-block {
    margin-bottom: 30px;
  }
  .featured-block figure img {
    width: 100%;
  }
  .timeline-stamp {
    float: none;
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .timeline-stamp-table {
    display: block;
    text-align: center;
    height: auto !important;
  }
  .timeline-stamp-tablecell {
    display: block;
  }
  .exhibitions-timeline {
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  .timeline-slot {
    width: 100%;
    float: none;
    height: auto !important;
  }
  .event-list-item .btn-default {
    display: none;
  }
  .content {
    padding: 30px 0;
  }
  hr.fw {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .copyrights-right .pull-right {
    float: none !important;
    margin-top: 22px;
  }
  /* Isotope */
  .isotope {
    overflow: visible !important;
    height: auto !important;
  }
  .isotope-item {
    position: static !important;
    margin-right: auto;
    margin-left: auto;
    width: auto;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
  .isotope-hidden {
    display: none !important;
  }
  .grid-item .media-box {
    margin-bottom: 0;
  }
  .hero-slider.flexslider,
  .hero-slider.flexslider ul.slides li {
    height: 250px;
  }
  .pricing-table.six-cols > div {
    margin: 0 auto 30px;
    width: 100%;
  }
  .pricing-table.five-cols > div {
    margin: 0 auto 30px;
    width: 100%;
  }
  .pricing-table.four-cols > div {
    margin: 0 auto 30px;
    width: 100%;
  }
  .pricing-table.three-cols > div {
    margin: 0 auto 30px;
    width: 100%;
  }
  .pricing-table.two-cols > div {
    margin: 0 auto 30px;
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .default-logo {
    display: none;
  }
  .retina-logo {
    display: block;
  }
}

@media (max-width: 575px) {
  .topbar .row .main_top_wrapper {
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .row .col-md-6.col-sm-6:first-of-type {
    display: none !important;
  }
}

/********************** header *************************/
.site-header .site-logo .default-logo img {
  width: 100%;
  object-fit: contain;
  height: 67px;

}
/********************** header *************************/

/********************** shop *************************/
.sidebar .pojo-sidebar form input {
  display: block;
  width: 100%;
  border: 1px solid #dddddd;
  font-size: 13px;
  font-family: Quicksand, Arial, sans-serif;
  line-height: 20px;
  padding: 8px 12px;
}
.sidebar .pojo-sidebar form button {
  background: #dabc74 !important;
  color: #ffffff !important;
  border: none;
}
.sidebar  .widget,
.sidebar  .box-style1,
.sidebar .so-panel.widget_text {
  border: 5px solid #f9f8f5;
  border-radius: 3px;
  box-shadow: 0 0 0 1px #e0e5e9 inset;
  padding: 20px;
  margin-bottom: 30px;
  background: #ffffff;
}
.sidebar
  .prdctfltr_woocommerce_ordering
  .prdctfltr_filter_inner
  h3 {
    font-family: Quicksand, Arial, sans-serif !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
    color: #dabc74 !important;
    margin-bottom: 12px !important;
    border: 0px !important;
    padding: 0px !important;
}
.sidebar
  .prdctfltr_woocommerce_ordering
  .prdctfltr_filter_inner
  h3:before{
	display: none !important;
  }

.sidebar  .prdctfltr_filter_wrapper .prdctfltr_filter .prdctfltr_checkboxes {
    display: flex;
    flex-direction: column;
}

.sidebar  .prdctfltr_filter_wrapper .prdctfltr_filter .prdctfltr_checkboxes  label{
	font-size: 16px;
	line-height: 24px ;
	color:#999 !important ;
	font-weight: 300 !important;
}

.sidebar .pf_rngstyle_flat .irs-from,
.sidebar .pf_rngstyle_flat .irs-single, 
 .sidebar .pf_rngstyle_flat .irs-to{
	background: #dabc74 !important;
 }
 

 .sidebar  .irs-bar,
 .pf_rngstyle_flat .irs-slider{ 
 filter: brightness(0) saturate(100%) invert(78%) sepia(19%) saturate(845%) hue-rotate(5deg) brightness(98%) contrast(82%);
}
 .sidebar  .pf_rngstyle_flat .irs-from:after,
 .sidebar  .pf_rngstyle_flat .irs-single:after,
 .sidebar  .pf_rngstyle_flat .irs-to:after {
    border-top-color: #dabc74 !important;;
}

.feature_product{
background-color: #f7f7f7 !important;
    border: 1px solid #939393 !important;
    padding: 24px !important;
}
.feature_product .feature_products_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-left:  0px !important;
}
.feature_product .feature_products_list .product{
  list-style: none;
}
.feature_product .feature_products_list .product img{
  width: 100% !important;
  height: auto;
}

.feature_product .feature_products_list .product h2{
    font-family: Quicksand, Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 8px 0 0px 0;
}
.feature_product .feature_products_list .product .product_price {
    font-size: 15px;
    font-family: Quicksand, Arial, sans-serif;
    font-weight: 700;
    padding-bottom: 15px;
}
.feature_products_list li .button.product_type_external,
 .feature_products_list li .button.product_type_external:hover {
    font-family: Quicksand, Arial, sans-serif;
    background-color: #dabc74;
    border: 0 none;
    color: #ffffff;
    padding: 14px 24px;
    letter-spacing: 0;
}

.main .hi form.woocommerce-ordering select.orderby {
    border: 1px solid #dddddd;
    font-size: 13px;
    padding: 10px;
}
.main .hi p.woocommerce-result-count {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 1em;
    font-weight: 500;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
 .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h3 {
    font-family: Quicksand, Arial, sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 0 0 5px 0 !important;
    line-height: 26px !important;
}

.woocommerce ul.products li.product .button  {
      font-family: Quicksand, Arial, sans-serif;
    background-color: #dabc74;
    border: 0 none;
    color: #ffffff;
    padding: 14px 24px;
    letter-spacing: 0;
}


@media(max-width:1024px){
  .feature_product .feature_products_list {
    grid-template-columns: repeat(2, 1fr);
}
}

@media(max-width:768px){
  .feature_product .feature_products_list {
    grid-template-columns: 1fr;
}
}
/********************** shop *************************/

/********************** timeline *************************/
div.timeline_details_wrapper {
    padding: 50px 0 0 0;
}
.timeline_details_wrapper .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.timeline_details_wrapper .owl-carousel .owl-stage {
    position: relative;
}
.timeline_details_wrapper .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
html body div.timeline_details_wrapper .owl-carousel .item {
    margin-left: 0;
}
div.timeline_details_wrapper div.timeline_slide {
    padding-right: 20px;
}
div.timeline_details_wrapper div.timeline_slide div.timeline_photo {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: #ffffff;
}
div.timeline_details_wrapper div.timeline_slide div.timeline_photo  a {
    display: block;
    overflow: hidden;
}
div.timeline_details_wrapper div.timeline_slide div.timeline_photo img {
    width: auto;
    height: 200px;
}
div.timeline_details_wrapper div.timeline_slide div.timeline_details_content {
    font-style: italic;
    font-family: 'Times New Roman', sans-serif;
    font-size: 15px;
    line-height: 20px;
    height: 150px;
}
div.timeline_details_wrapper div.timeline_slide div.team_members_quick_bio {
    position: relative;
    margin-right: -20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    padding: 5px 0 0 5px;
}
html body div.timeline_details_wrapper div.owl-nav {
    display: block !important;
    position: absolute;
    top: 50%;
    left: -45px;
    right: -45px;
    font-size: 20px;
    margin-top: -14px;
    height: 0;
}
html body div.timeline_details_wrapper  div.owl-nav  div.owl-prev {
    display: block;
    float: left;
    background: none;
    color: #000000;
    width: auto;
    height: auto;
    font-size: 20px;
    left: auto;
    position: relative;
    top: auto;
    margin: 0;
}
html body div.timeline_details_wrapper  div.owl-nav  div.owl-next {
    display: block;
    float: right;
    background: none;
    color: #000000;
    width: auto;
    height: auto;
    font-size: 20px;
    right: auto;
    position: relative;
    top: auto;
    margin: 0;
}
.main_dots_wrapper {
    text-align: center;
}
html body div.timeline_details_wrapper div.owl-dots {
    text-align: center;
    margin-top: 60px;
    display: inline-block;
    border: 1px solid #000;
    line-height: 10px;
}
html body div.timeline_details_wrapper div.owl_dots_wrapper div.owl-dot {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    width: 50px;
    height: 10px;
}
html body div.timeline_details_wrapper div.owl_dots_wrapper div.owl-dot span {
    display: none;
}

.timeline_details_wrapper .owl-carousel .owl-nav button {
    display: block !important;
    background: transparent !important;
    margin: 0px !important;
}
.timeline_details_wrapper .owl-carousel .owl-nav button i {
    color: #000;
    font-size: 20px;
}
html body div.timeline_details_wrapper div.owl-dots.owl_dots_wrapper button.owl-dot {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    width: 50px;
    height: 10px;
    background: #fff;
    margin: 0px;
    border-radius: 0;
}
html body div.timeline_details_wrapper div.owl-dots.owl_dots_wrapper button.owl-dot.active {
    background-color: #000000;
}

/********************** timeline *************************/

/********************** Form style *************************/
.post-content .interaction-form {
    width: 100%;
    max-width: 700px;
    margin: auto;
}
form.interaction-form .btn-group input.btn.btn-submit.btn-submit-interaction {
    border-radius: 0.25em 0.25em 0.25em 0.25em;
    background: #dabc74 !important;
    border: 1px solid #dabc74;
    color: #ffffff !important;
    font-size: 1em;
    padding: 0.5em 2em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition:all 0.3s ease-in-out;
    margin-top: 20px !important;
}
form.interaction-form .btn-group input.btn.btn-submit.btn-submit-interaction:hover {
    background: #dec484 !important;
    border-color: #dec484 !important;
}
form.interaction-form .section.contact h3 {
    margin-bottom: 26px !important;
}
form.interaction-form .field label{
    margin-bottom: 0px !important;
}
form.interaction-form .field label span.label {
    display: inline-block;
    font-weight: 400;
    color: #999 !important;
    font-size: 14px !important;
    padding: 0px;
}
form.interaction-form .field label span.required-star{
margin-left: 4px !important;
}
form.interaction-form .field{
  margin-bottom: 15px;
}

form.interaction-form .field input,
form.interaction-form .field select,
form.interaction-form .field textarea{
    min-height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    font-weight: 400 !important;
    margin-top: 10px;
    vertical-align: middle;
    background-color:transparent !important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075);
    width: 100% !important;
    max-width: unset !important;
}
.section.address {
    padding-top: 40px;
}
/********************** Form style *************************/


/********************** Footer form *************************/
form.email-registration-form label{
    margin-bottom: 0px !important;
}

form.email-registration-form input,
 form.email-registration-form select,
  form.email-registration-form textarea {
    min-height: 34px;
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555 !important;
    font-weight: 400 !important;
    margin-top: 10px;
    vertical-align: middle;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075);
    width: 100% !important;
}
form.email-registration-form label span.label {
    display: inline-block;
    font-weight: 400;
    color: #999 !important;
    font-size: 12px !important;
    padding: 0px;
    top: 0px !important;
}
form.email-registration-form input.btn.btn-submit.btn-submit-email {
    border-radius: 0.25em 0.25em 0.25em 0.25em;
    background: #dabc74 !important;
    border: 1px solid #dabc74;
    color: #ffffff !important;
    font-size: 1em;
    padding: 0.5em 2em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition:all 0.3s ease-in-out;
}
form.email-registration-form input.btn.btn-submit.btn-submit-email:hover {
    background: #dec484 !important;
    border-color: #dec484 !important;
}
form label.error {
    font-size: 14px;
    padding: 0px !important;
}

.section.contact h3 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}
/********************** Footer form *************************/