/**============================================================
* Theme Name: Cherry
* Version: 2.0
* Description: Cherry Restaurant WordPress theme created by Haintheme is an ultimate, clean-coded and well-designed website template which suits best for restaurants, bakeries, and any food business. Apart from the most requisite features of any professional theme such as retina-ready, fully responsive layout, cross-browser compatibility and one click demo install, Cherry also comes loaded with many other powerful and easy-to use functions of a typical food site. Those could not exclude are Event Extension, Smooth scroll, Menu Grid, Menu masonry and a lot more. Besides, this super flexible template includes built-in Page Builder extension which helps you set up a page by simply dragging & dropping proper shortcodes to the content without touching a line of code!
* Author: Haintheme
* Author URI: http://haintheme.com
* Theme URI: http://haintheme.com
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: light, fluid-layout, custom-background, threaded-comments, custom-menu, featured-images, full-width-template, theme-options, translation-ready
*============================================================*/
/**
* TABLE OF CONTENT
* ----------------
* ----------------
* I. GENERAL
* 	I.1. BASE
* 	I.2. COMMON
* 	I.3. GRID SYSTEM
* 	I.4. TYPOGRAPHY
* II. COMPONENT
* 	II.1. PLUGINS
* 	II.2. NPROGRESS
* 	II.3. CUSTOM
* III. PARTIALS
* 	III.1. PAGE
* 	III.2. HEADER
* 	III.3. FOOTER
* 	III.4. SIDEBAR
* 	III.5. POSTS
*/
/* I. GENERAL
***********************/
/* I.1. BASE */
/*--------------------------------------------------------------
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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}
body {
  background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}
/*--------------------------------------------
Initial Setup
----------------------------------------------*/
a {
  text-decoration: none;
}
input:focus,
textarea:focus {
  outline: none;
}
img,
video {
  max-width: 100%;
  vertical-align: top;
}
audio,
canvas,
video {
  display: inline;
  zoom: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
/*--------------------------------------------
General
----------------------------------------------*/
::-webkit-input-placeholder {
  -webkit-font-smoothing: antialiased;
}
:-moz-placeholder {
  /* Firefox 18- */
  -moz-osx-font-smoothing: grayscale;
}
::-moz-placeholder {
  /* Firefox 19+ */
  -moz-osx-font-smoothing: grayscale;
}
a,
a:visited {
  cursor: hand;
  cursor: pointer;
}
/*--------------------------------------------
Combo CSS
----------------------------------------------*/
.clr {
  *zoom: 1;
}
.clr:before,
.clr:after {
  content: " ";
  display: table;
}
.clr:after {
  clear: both;
}
.icf {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.tran,
a,
.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap .mfp-content,
.owl-controls .owl-dot {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/*--------------------------------------------
Popup Effects
----------------------------------------------*/
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
figure {
  margin: 0 0 15px 0;
}
.body-color {
  color: #333333;
}
.primary-color,
.widget.widget_archive select,
.widget.widget_categories select,
.widget.widget_text select,
.widget.widget_calendar table caption,
.widget.widget_search input[type="search"],
.widget.widget_search input[type="submit"],
#comments .metadata .comment-text,
#comments .comment-respond input,
#comments .comment-respond textarea {
  color: #333333;
}
.primary-bg-color,
.ht-heading-group-v2,
.ht-feature-post,
.site-footer {
  background-color: #333333;
}
.secondary-color,
.ht-button.no-bg,
.dtpicker-buttonCont .dtpicker-button.no-bg,
.fw-section-header .title,
.ht-feature-boxes.default a,
.ht-brand-banner.preset-2 .brand-area .third-line,
.ht-menu .isotope-filter li.is-filtered a,
.ht-menu .readmore,
.ht-menu.preset-detail .entry-prices,
.ht-menu.preset-brief .entry-price,
.ht-menu.preset-set .entry-price,
.ht-menu.preset-grid .entry .entry-inner .entry-content .entry-excerpt,
.ht-menu.preset-grid .entry .entry-inner .entry-content .entry-price,
.ht-heading-group-v2 .entry-content a,
.ht-testimonial.preset-01 .entry-metas .name,
.post-list .entry-content .post-categories a:hover,
.search-result .entry-content .post-categories a:hover,
.post-list .entry-content .meta-author,
.search-result .entry-content .meta-author,
.post-list .entry-content .entry-title a:hover,
.search-result .entry-content .entry-title a:hover,
.post-list .entry-content .read-more,
.search-result .entry-content .read-more,
.ht-reservation button.no-bg,
.ht-team .entry-socials a,
#back-to-top,
.site-header .primary-navigation .search-toggle > a,
.site-header .primary-navigation .cart .widget_shopping_cart_content a:hover,
.mobile-nav-menu .close,
.site-pre-footer .entry-nav a,
.site-footer .socials a,
.site-footer .copyright a:hover,
.widget.widget_archive > ul > li a:hover,
.widget.widget_categories > ul > li a:hover,
.widget.widget_pages > ul > li a:hover,
.widget.widget_meta > ul > li a:hover,
.widget.widget_recent_comments > ul > li a:hover,
.widget.widget_recent_entries > ul > li a:hover,
.widget.widget_calendar table tbody td a,
.widget.widget_tag_cloud .tagcloud a,
.widget.widget_nav_menu a:hover,
.sidebar .woocommerce-sidebar-title,
.sidebar > .woocommerce a:hover,
.sidebar > .woocommerce ul li a:hover,
.sidebar > .woocommerce.widget_price_filter .price_slider_amount button.no-bg,
.post .entry-content button.no-bg,
.fw_menu .entry-content button.no-bg,
.post.entry-content button.no-bg,
.fw_menu.entry-content button.no-bg,
.post .entry-content input[type="submit"].no-bg,
.fw_menu .entry-content input[type="submit"].no-bg,
.post.entry-content input[type="submit"].no-bg,
.fw_menu.entry-content input[type="submit"].no-bg,
.post .entry-title a:hover,
.fw_menu .entry-title a:hover,
.post .entry-foot-meta .tags a:hover,
.fw_menu .entry-foot-meta .tags a:hover,
.post .entry-foot-meta .social-links ul a:hover,
.fw_menu .entry-foot-meta .social-links ul a:hover,
.post .entry-author-meta .social-links a:hover,
.fw_menu .entry-author-meta .social-links a:hover,
.event-list-template .read-more {
  color: #c3917d;
}
.secondary-color-important,
.ht-button.border:hover,
.dtpicker-buttonCont .dtpicker-button.border:hover,
.ht-reservation button.border:hover,
.sidebar > .woocommerce.widget_price_filter .price_slider_amount button.border:hover,
.post .entry-content button.border:hover,
.fw_menu .entry-content button.border:hover,
.post.entry-content button.border:hover,
.fw_menu.entry-content button.border:hover,
.post .entry-content input[type="submit"].border:hover,
.fw_menu .entry-content input[type="submit"].border:hover,
.post.entry-content input[type="submit"].border:hover,
.fw_menu.entry-content input[type="submit"].border:hover {
  color: #c3917d !important;
}
.secondary-bg-color,
.ht-button.solid,
.dtpicker-buttonCont .dtpicker-button,
.dtpicker-buttonCont .dtpicker-button.solid,
.ht-testimonial .owl-controls .owl-dot.active,
.ht-reservation button,
.ht-reservation button.solid,
.ht-team.preset-01 .entry-media .entry-header,
.ht-contact-form .ht-button,
.site-header .primary-navigation .cart .widget_shopping_cart_content .buttons a,
.site-header .primary-navigation > div > ul .sub-menu,
.site-header .primary-navigation .primary-menu > ul .sub-menu,
.site-header .primary-navigation > div > ul .children,
.site-header .primary-navigation .primary-menu > ul .children,
.widget.widget_archive > ul > li a:hover:before,
.widget.widget_categories > ul > li a:hover:before,
.widget.widget_pages > ul > li a:hover:before,
.widget.widget_meta > ul > li a:hover:before,
.widget.widget_recent_comments > ul > li a:hover:before,
.widget.widget_recent_entries > ul > li a:hover:before,
.widget.widget_calendar table #today,
.widget.widget_tag_cloud .tagcloud a:hover,
.sidebar > .woocommerce.widget_price_filter .price_slider_amount button,
.sidebar > .woocommerce.widget_price_filter .price_slider_amount button.solid,
.post.sticky .entry-media .inner .sticky-icon,
.fw_menu.sticky .entry-media .inner .sticky-icon,
.post .entry-content button,
.fw_menu .entry-content button,
.post.entry-content button,
.fw_menu.entry-content button,
.post .entry-content input[type="submit"],
.fw_menu .entry-content input[type="submit"],
.post.entry-content input[type="submit"],
.fw_menu.entry-content input[type="submit"],
.post .entry-content button.solid,
.fw_menu .entry-content button.solid,
.post.entry-content button.solid,
.fw_menu.entry-content button.solid,
.post .entry-content input[type="submit"].solid,
.fw_menu .entry-content input[type="submit"].solid,
.post.entry-content input[type="submit"].solid,
.fw_menu.entry-content input[type="submit"].solid,
.paging-navigation .page-numbers:hover,
.paging-navigation .page-numbers.current {
  background-color: #c3917d;
}
.secondary-bg-color-important,
.ht-button.no-bg:hover,
.dtpicker-buttonCont .dtpicker-button.no-bg:hover,
.ht-reservation button.no-bg:hover,
.sidebar > .woocommerce.widget_price_filter .price_slider_amount button.no-bg:hover,
.post .entry-content button.no-bg:hover,
.fw_menu .entry-content button.no-bg:hover,
.post.entry-content button.no-bg:hover,
.fw_menu.entry-content button.no-bg:hover,
.post .entry-content input[type="submit"].no-bg:hover,
.fw_menu .entry-content input[type="submit"].no-bg:hover,
.post.entry-content input[type="submit"].no-bg:hover,
.fw_menu.entry-content input[type="submit"].no-bg:hover {
  background-color: #c3917d !important;
}
.secondary-border-color {
  border-color: #c3917d;
}
.body-font-size,
.post .entry-author-meta .author-id .fullname,
.fw_menu .entry-author-meta .author-id .fullname,
#comments .comments-title,
#comments .comment-respond .comment-reply-title {
  font-size: 14px;
}
.transparent-header-color {
  color: #fff;
}
.transparent-header-link-hover {
  color: #FFCCB8;
}
.transparent-bg-color,
.ht-button.no-bg,
.dtpicker-buttonCont .dtpicker-button.no-bg,
.ht-reservation button.no-bg,
.sidebar > .woocommerce.widget_price_filter .price_slider_amount button.no-bg,
.post .entry-content button.no-bg,
.fw_menu .entry-content button.no-bg,
.post.entry-content button.no-bg,
.fw_menu.entry-content button.no-bg,
.post .entry-content input[type="submit"].no-bg,
.fw_menu .entry-content input[type="submit"].no-bg,
.post.entry-content input[type="submit"].no-bg,
.fw_menu.entry-content input[type="submit"].no-bg {
  background-color: transparent !important;
}
.pre-footer-color,
.site-pre-footer .entry-description,
.site-pre-footer .widget,
.site-pre-footer .widget a {
  color: rgba(255, 255, 255, 0.3);
}
.pre-footer-heading-color,
.site-pre-footer .widget .widget-title {
  color: rgba(255, 255, 255, 0.9);
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
/* I.2. COMMON */
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.content {
  padding: 50px 0;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0 0 15px 0;
  max-width: 100%;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input[type="submit"] {
  -webkit-appearance: none;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.ht-button {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 34px;
  padding: 0 20px;
  display: inline-block;
  box-shadow: none;
  border: none;
  cursor: pointer;
  position: relative;
  color: #fff;
}
.ht-button:active {
  top: 1px;
}
.ht-button.solid {
  line-height: 34px;
  color: #fff !important;
}
.ht-button.solid:hover,
.ht-button.solid:focus {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.ht-button.border {
  border: 2px solid;
  background: transparent;
  line-height: 30px;
}
.ht-button.no-bg {
  padding: 0;
}
.ht-button.no-bg:hover {
  padding: 0 20px;
  color: #fff !important;
}
.ht-button.br-0 {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ht-button.br-4 {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ht-button.br-50 {
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
hr {
  border: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
}
hr.ht-hr-gradient {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
.ht-flash-message .fw-flash-messages {
  text-align: center;
  margin-bottom: 30px;
}
.ht-flash-message .fw-flash-messages .fw-flash-type-error,
.ht-flash-message .fw-flash-messages .fw-flash-type-warning,
.ht-flash-message .fw-flash-messages .fw-flash-type-success {
  padding: 15px;
  color: #fff;
}
.ht-flash-message .fw-flash-messages .fw-flash-type-error li,
.ht-flash-message .fw-flash-messages .fw-flash-type-warning li,
.ht-flash-message .fw-flash-messages .fw-flash-type-success li {
  display: inline-block;
}
.ht-flash-message .fw-flash-messages .fw-flash-type-error:before,
.ht-flash-message .fw-flash-messages .fw-flash-type-warning:before,
.ht-flash-message .fw-flash-messages .fw-flash-type-success:before {
  margin-right: 5px;
}
.ht-flash-message .fw-flash-messages .fw-flash-type-error {
  background: rgba(255, 0, 0, 0.6);
}
.ht-flash-message .fw-flash-messages .fw-flash-type-error:before {
  content: "\f056";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
}
.ht-flash-message .fw-flash-messages .fw-flash-type-warning {
  background: rgba(255, 141, 0, 0.6);
}
.ht-flash-message .fw-flash-messages .fw-flash-type-warning:before {
  content: "\f071";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
}
.ht-flash-message .fw-flash-messages .fw-flash-type-success {
  background: rgba(98, 220, 102, 0.6);
}
.ht-flash-message .fw-flash-messages .fw-flash-type-success:before {
  content: "\f05d";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
}
/* I.3. GRID SYSTEM */
.container,
.fw-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 769px) {
  .container,
  .fw-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container,
  .fw-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container,
  .fw-container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 769px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* I.4. TYPOGRAPHY */
@font-face {
  font-family: 'Droid Serif';
  src: url('fonts/DroidSerif-Regular.ttf');
}
@font-face {
  font-family: 'Brush Script';
  src: url('fonts/BrushScriptStd.otf');
}
.heading-font,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Droid Serif', serif;
}
.body-font,
body,
button,
input,
select,
textarea,
.sidebar > .woocommerce.widget_price_filter .price_slider_amount .price_label {
  font-family: 'Droid Serif', sans-serif;
}
.special-font,
.fw-section-header .title,
.ht-feature-boxes.default .entry-title,
.ht-brand-banner.preset-2 .brand-area .second-line > span,
.ht-intro .mid-line,
.ht-heading-group.special .title,
.ht-testimonial.preset-01 .entry-metas .name,
.ht-buttons .leading-text,
#page-heading.simple h2,
.site-header .site-title,
.site-pre-footer .widget .widget-title,
.entry-post-header .entry-title {
  font-family: 'Brush Script', serif;
}
body,
button,
input,
select,
textarea {
  color: #404040;
  font-size: 14px;
  line-height: 1.5;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
a {
  color: #333;
}
a:hover {
  color: #c3917d;
}
/* I.5. TABLE */
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table,
.widget.widget_calendar table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive,
.widget.widget_calendar .calendar_wrap {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 769px) {
  .table-responsive,
  .widget.widget_calendar .calendar_wrap {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* I.6. FORM */
textarea {
  max-width: 100%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -webkit-transition: border-color 0.2s ease-out;
  -moz-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
  -webkit-appearance: none;
  outline: none;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #999999;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #999999;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #999999;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.form-control[disabled],
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
.form-control[readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.form-control[disabled],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 769px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 769px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 769px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 769px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
/* II. COMPONENT
***********************/
/* II.1. PLUGINS */
.sticky,
.bypostauthor {
  box-sizing: border-box;
}
.entry-content img {
  margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  text-align: center;
  margin-bottom: 1.5em;
}
.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.wp-caption p.wp-caption-text {
  margin: 0;
}
.wp-smiley {
  max-height: 1em;
  margin: 0 !important;
}
.gallery dl {
  margin: 0;
}
.gallery-caption {
  margin: -1.5em 0 0 0;
}
blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  text-align: right;
  width: 33%;
}
blockquote.right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
  text-align: left;
  width: 33%;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://mosleysbarbecue.com/wp-content/themes/cherry/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-controls {
  text-align: center;
}
.owl-controls .owl-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #AAAAAA;
  margin: 2px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.owl-controls .owl-dot.active {
  background-color: #000000;
}
@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url('fonts/Pe-icon-7-stroke_d7yf1v.eot');
  src: url('fonts/Pe-icon-7-stroke.eot') format('embedded-opentype'), url('fonts/Pe-icon-7-stroke_d7yf1v.woff') format('woff'), url('fonts/Pe-icon-7-stroke_d7yf1v.ttf') format('truetype'), url('fonts/Pe-icon-7-stroke_d7yf1v-Pe-icon-7-stroke.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="pe-7s-"],
[class*=" pe-7s-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pe-7s-album:before {
  content: "\e6aa";
}
.pe-7s-arc:before {
  content: "\e6ab";
}
.pe-7s-back-2:before {
  content: "\e6ac";
}
.pe-7s-bandaid:before {
  content: "\e6ad";
}
.pe-7s-car:before {
  content: "\e6ae";
}
.pe-7s-diamond:before {
  content: "\e6af";
}
.pe-7s-door-lock:before {
  content: "\e6b0";
}
.pe-7s-eyedropper:before {
  content: "\e6b1";
}
.pe-7s-female:before {
  content: "\e6b2";
}
.pe-7s-gym:before {
  content: "\e6b3";
}
.pe-7s-hammer:before {
  content: "\e6b4";
}
.pe-7s-headphones:before {
  content: "\e6b5";
}
.pe-7s-helm:before {
  content: "\e6b6";
}
.pe-7s-hourglass:before {
  content: "\e6b7";
}
.pe-7s-leaf:before {
  content: "\e6b8";
}
.pe-7s-magic-wand:before {
  content: "\e6b9";
}
.pe-7s-male:before {
  content: "\e6ba";
}
.pe-7s-map-2:before {
  content: "\e6bb";
}
.pe-7s-next-2:before {
  content: "\e6bc";
}
.pe-7s-paint-bucket:before {
  content: "\e6bd";
}
.pe-7s-pendrive:before {
  content: "\e6be";
}
.pe-7s-photo:before {
  content: "\e6bf";
}
.pe-7s-piggy:before {
  content: "\e6c0";
}
.pe-7s-plugin:before {
  content: "\e6c1";
}
.pe-7s-refresh-2:before {
  content: "\e6c2";
}
.pe-7s-rocket:before {
  content: "\e6c3";
}
.pe-7s-settings:before {
  content: "\e6c4";
}
.pe-7s-shield:before {
  content: "\e6c5";
}
.pe-7s-smile:before {
  content: "\e6c6";
}
.pe-7s-usb:before {
  content: "\e6c7";
}
.pe-7s-vector:before {
  content: "\e6c8";
}
.pe-7s-wine:before {
  content: "\e6c9";
}
.pe-7s-cloud-upload:before {
  content: "\e68a";
}
.pe-7s-cash:before {
  content: "\e68c";
}
.pe-7s-close:before {
  content: "\e680";
}
.pe-7s-bluetooth:before {
  content: "\e68d";
}
.pe-7s-cloud-download:before {
  content: "\e68b";
}
.pe-7s-way:before {
  content: "\e68e";
}
.pe-7s-close-circle:before {
  content: "\e681";
}
.pe-7s-id:before {
  content: "\e68f";
}
.pe-7s-angle-up:before {
  content: "\e682";
}
.pe-7s-wristwatch:before {
  content: "\e690";
}
.pe-7s-angle-up-circle:before {
  content: "\e683";
}
.pe-7s-world:before {
  content: "\e691";
}
.pe-7s-angle-right:before {
  content: "\e684";
}
.pe-7s-volume:before {
  content: "\e692";
}
.pe-7s-angle-right-circle:before {
  content: "\e685";
}
.pe-7s-users:before {
  content: "\e693";
}
.pe-7s-angle-left:before {
  content: "\e686";
}
.pe-7s-user-female:before {
  content: "\e694";
}
.pe-7s-angle-left-circle:before {
  content: "\e687";
}
.pe-7s-up-arrow:before {
  content: "\e695";
}
.pe-7s-angle-down:before {
  content: "\e688";
}
.pe-7s-switch:before {
  content: "\e696";
}
.pe-7s-angle-down-circle:before {
  content: "\e689";
}
.pe-7s-scissors:before {
  content: "\e697";
}
.pe-7s-wallet:before {
  content: "\e600";
}
.pe-7s-safe:before {
  content: "\e698";
}
.pe-7s-volume2:before {
  content: "\e601";
}
.pe-7s-volume1:before {
  content: "\e602";
}
.pe-7s-voicemail:before {
  content: "\e603";
}
.pe-7s-video:before {
  content: "\e604";
}
.pe-7s-user:before {
  content: "\e605";
}
.pe-7s-upload:before {
  content: "\e606";
}
.pe-7s-unlock:before {
  content: "\e607";
}
.pe-7s-umbrella:before {
  content: "\e608";
}
.pe-7s-trash:before {
  content: "\e609";
}
.pe-7s-tools:before {
  content: "\e60a";
}
.pe-7s-timer:before {
  content: "\e60b";
}
.pe-7s-ticket:before {
  content: "\e60c";
}
.pe-7s-target:before {
  content: "\e60d";
}
.pe-7s-sun:before {
  content: "\e60e";
}
.pe-7s-study:before {
  content: "\e60f";
}
.pe-7s-stopwatch:before {
  content: "\e610";
}
.pe-7s-star:before {
  content: "\e611";
}
.pe-7s-speaker:before {
  content: "\e612";
}
.pe-7s-signal:before {
  content: "\e613";
}
.pe-7s-shuffle:before {
  content: "\e614";
}
.pe-7s-shopbag:before {
  content: "\e615";
}
.pe-7s-share:before {
  content: "\e616";
}
.pe-7s-server:before {
  content: "\e617";
}
.pe-7s-search:before {
  content: "\e618";
}
.pe-7s-film:before {
  content: "\e6a5";
}
.pe-7s-science:before {
  content: "\e619";
}
.pe-7s-disk:before {
  content: "\e6a6";
}
.pe-7s-ribbon:before {
  content: "\e61a";
}
.pe-7s-repeat:before {
  content: "\e61b";
}
.pe-7s-refresh:before {
  content: "\e61c";
}
.pe-7s-add-user:before {
  content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
  content: "\e61d";
}
.pe-7s-paperclip:before {
  content: "\e69c";
}
.pe-7s-radio:before {
  content: "\e61e";
}
.pe-7s-note2:before {
  content: "\e69d";
}
.pe-7s-print:before {
  content: "\e61f";
}
.pe-7s-network:before {
  content: "\e69e";
}
.pe-7s-prev:before {
  content: "\e620";
}
.pe-7s-mute:before {
  content: "\e69f";
}
.pe-7s-power:before {
  content: "\e621";
}
.pe-7s-medal:before {
  content: "\e6a0";
}
.pe-7s-portfolio:before {
  content: "\e622";
}
.pe-7s-like2:before {
  content: "\e6a1";
}
.pe-7s-plus:before {
  content: "\e623";
}
.pe-7s-left-arrow:before {
  content: "\e6a2";
}
.pe-7s-play:before {
  content: "\e624";
}
.pe-7s-key:before {
  content: "\e6a3";
}
.pe-7s-plane:before {
  content: "\e625";
}
.pe-7s-joy:before {
  content: "\e6a4";
}
.pe-7s-photo-gallery:before {
  content: "\e626";
}
.pe-7s-pin:before {
  content: "\e69b";
}
.pe-7s-phone:before {
  content: "\e627";
}
.pe-7s-plug:before {
  content: "\e69a";
}
.pe-7s-pen:before {
  content: "\e628";
}
.pe-7s-right-arrow:before {
  content: "\e699";
}
.pe-7s-paper-plane:before {
  content: "\e629";
}
.pe-7s-delete-user:before {
  content: "\e6a7";
}
.pe-7s-paint:before {
  content: "\e62a";
}
.pe-7s-bottom-arrow:before {
  content: "\e6a8";
}
.pe-7s-notebook:before {
  content: "\e62b";
}
.pe-7s-note:before {
  content: "\e62c";
}
.pe-7s-next:before {
  content: "\e62d";
}
.pe-7s-news-paper:before {
  content: "\e62e";
}
.pe-7s-musiclist:before {
  content: "\e62f";
}
.pe-7s-music:before {
  content: "\e630";
}
.pe-7s-mouse:before {
  content: "\e631";
}
.pe-7s-more:before {
  content: "\e632";
}
.pe-7s-moon:before {
  content: "\e633";
}
.pe-7s-monitor:before {
  content: "\e634";
}
.pe-7s-micro:before {
  content: "\e635";
}
.pe-7s-menu:before {
  content: "\e636";
}
.pe-7s-map:before {
  content: "\e637";
}
.pe-7s-map-marker:before {
  content: "\e638";
}
.pe-7s-mail:before {
  content: "\e639";
}
.pe-7s-mail-open:before {
  content: "\e63a";
}
.pe-7s-mail-open-file:before {
  content: "\e63b";
}
.pe-7s-magnet:before {
  content: "\e63c";
}
.pe-7s-loop:before {
  content: "\e63d";
}
.pe-7s-look:before {
  content: "\e63e";
}
.pe-7s-lock:before {
  content: "\e63f";
}
.pe-7s-lintern:before {
  content: "\e640";
}
.pe-7s-link:before {
  content: "\e641";
}
.pe-7s-like:before {
  content: "\e642";
}
.pe-7s-light:before {
  content: "\e643";
}
.pe-7s-less:before {
  content: "\e644";
}
.pe-7s-keypad:before {
  content: "\e645";
}
.pe-7s-junk:before {
  content: "\e646";
}
.pe-7s-info:before {
  content: "\e647";
}
.pe-7s-home:before {
  content: "\e648";
}
.pe-7s-help2:before {
  content: "\e649";
}
.pe-7s-help1:before {
  content: "\e64a";
}
.pe-7s-graph3:before {
  content: "\e64b";
}
.pe-7s-graph2:before {
  content: "\e64c";
}
.pe-7s-graph1:before {
  content: "\e64d";
}
.pe-7s-graph:before {
  content: "\e64e";
}
.pe-7s-global:before {
  content: "\e64f";
}
.pe-7s-gleam:before {
  content: "\e650";
}
.pe-7s-glasses:before {
  content: "\e651";
}
.pe-7s-gift:before {
  content: "\e652";
}
.pe-7s-folder:before {
  content: "\e653";
}
.pe-7s-flag:before {
  content: "\e654";
}
.pe-7s-filter:before {
  content: "\e655";
}
.pe-7s-file:before {
  content: "\e656";
}
.pe-7s-expand1:before {
  content: "\e657";
}
.pe-7s-exapnd2:before {
  content: "\e658";
}
.pe-7s-edit:before {
  content: "\e659";
}
.pe-7s-drop:before {
  content: "\e65a";
}
.pe-7s-drawer:before {
  content: "\e65b";
}
.pe-7s-download:before {
  content: "\e65c";
}
.pe-7s-display2:before {
  content: "\e65d";
}
.pe-7s-display1:before {
  content: "\e65e";
}
.pe-7s-diskette:before {
  content: "\e65f";
}
.pe-7s-date:before {
  content: "\e660";
}
.pe-7s-cup:before {
  content: "\e661";
}
.pe-7s-culture:before {
  content: "\e662";
}
.pe-7s-crop:before {
  content: "\e663";
}
.pe-7s-credit:before {
  content: "\e664";
}
.pe-7s-copy-file:before {
  content: "\e665";
}
.pe-7s-config:before {
  content: "\e666";
}
.pe-7s-compass:before {
  content: "\e667";
}
.pe-7s-comment:before {
  content: "\e668";
}
.pe-7s-coffee:before {
  content: "\e669";
}
.pe-7s-cloud:before {
  content: "\e66a";
}
.pe-7s-clock:before {
  content: "\e66b";
}
.pe-7s-check:before {
  content: "\e66c";
}
.pe-7s-chat:before {
  content: "\e66d";
}
.pe-7s-cart:before {
  content: "\e66e";
}
.pe-7s-camera:before {
  content: "\e66f";
}
.pe-7s-call:before {
  content: "\e670";
}
.pe-7s-calculator:before {
  content: "\e671";
}
.pe-7s-browser:before {
  content: "\e672";
}
.pe-7s-box2:before {
  content: "\e673";
}
.pe-7s-box1:before {
  content: "\e674";
}
.pe-7s-bookmarks:before {
  content: "\e675";
}
.pe-7s-bicycle:before {
  content: "\e676";
}
.pe-7s-bell:before {
  content: "\e677";
}
.pe-7s-battery:before {
  content: "\e678";
}
.pe-7s-ball:before {
  content: "\e679";
}
.pe-7s-back:before {
  content: "\e67a";
}
.pe-7s-attention:before {
  content: "\e67b";
}
.pe-7s-anchor:before {
  content: "\e67c";
}
.pe-7s-albums:before {
  content: "\e67d";
}
.pe-7s-alarm:before {
  content: "\e67e";
}
.pe-7s-airplay:before {
  content: "\e67f";
}
@font-face {
  font-family: 'cherry-motif';
  src: url('fonts/cherry-motif_2g1k8b.eot');
  src: url('fonts/cherry-motif_2g1k8b.eot#iefix') format('embedded-opentype'), url('fonts/cherry-motif_2g1k8b.ttf') format('truetype'), url('fonts/cherry-motif_2g1k8b.woff') format('woff'), url('fonts/cherry-motif_2g1k8b-cherry-motif.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="cherry-"],
[class*=" cherry-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cherry-motif' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cherry-motif-4:before {
  content: "\e900";
}
.cherry-motif:before {
  content: "\e901";
}
.cherry-motif-1 .path1:before {
  content: "\e902";
}
.cherry-motif-1 .path2:before {
  content: "\e903";
  margin-left: -6.63183594em;
}
.cherry-motif-1 .path3:before {
  content: "\e904";
  margin-left: -6.63183594em;
}
.cherry-motif-1 .path4:before {
  content: "\e905";
  margin-left: -6.63183594em;
}
.cherry-motif-1 .path5:before {
  content: "\e906";
  margin-left: -6.63183594em;
}
.cherry-motif-1 .path6:before {
  content: "\e907";
  margin-left: -6.63183594em;
}
.cherry-motif-1 .path7:before {
  content: "\e908";
  margin-left: -6.63183594em;
}
.cherry-motif-1 .path8:before {
  content: "\e909";
  margin-left: -6.63183594em;
}
.cherry-motif-1 .path9:before {
  content: "\e90a";
  margin-left: -6.63183594em;
}
.cherry-motif-1 .path10:before {
  content: "\e90b";
  margin-left: -6.63183594em;
}
.cherry-motif-2:before {
  content: "\e90c";
}
.cherry-motif-3:before {
  content: "\e90d";
}
.cherry-motif-5:before {
  content: "\e90e";
}
.cherry-motif-6:before {
  content: "\e90f";
}
.cherry-motif-7:before {
  content: "\e910";
}
/*  
  ------------------------- jQuery DateTimePicker v0.1.1  ----------------------------
  
  https://github.com/CuriousSolutions/DateTimePicker
  
*/
.dtpicker-overlay {
  z-index: 100;
  display: none;
  min-width: 300px;
  background: rgba(0, 0, 0, 0.2);
  font-size: 70%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dtpicker-mobile {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.dtpicker-overlay * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.dtpicker-bg {
  width: 100%;
  height: 100%;
}
.dtpicker-cont {
  border: 1px solid #ECF0F1;
}
.dtpicker-mobile .dtpicker-cont {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
.dtpicker-content {
  margin: 0px auto;
  padding: 1em 0em;
  max-width: 500px;
  background: #fff;
}
.dtpicker-mobile .dtpicker-content {
  width: 97%;
}
.dtpicker-subcontent {
  position: relative;
  padding: 15px;
}
.dtpicker-header {
  margin: 0.2em 1em;
}
.dtpicker-header .dtpicker-title {
  color: #111;
  text-align: center;
  font-size: 16px;
}
.dtpicker-header .dtpicker-close {
  position: absolute;
  top: -0.7em;
  right: 0.3em;
  padding: 0.5em 0.5em 1em 1em;
  font-size: 22px;
  cursor: pointer;
}
.dtpicker-header .dtpicker-value {
  padding: 0.8em 0.2em 0.2em 0.2em;
  text-align: center;
  font-size: 26px;
}
.dtpicker-components {
  overflow: hidden;
  margin: 1em 1em;
  font-size: 1.4em;
}
.dtpicker-components * {
  margin: 0px;
  padding: 0px;
}
.dtpicker-components .dtpicker-compOutline {
  display: inline-block;
  float: left;
}
.dtpicker-comp2 {
  width: 50%;
}
.dtpicker-comp3 {
  width: 33.3%;
}
.dtpicker-comp5 {
  width: 20%;
}
.dtpicker-comp6 {
  width: 16.66%;
}
.dtpicker-components .dtpicker-comp {
  margin: 2%;
  text-align: center;
}
.dtpicker-components .dtpicker-comp > * {
  display: block;
  height: 30px;
  color: #111;
  text-align: center;
  line-height: 30px;
}
.dtpicker-components .dtpicker-compButtonEnable {
  opacity: 1;
}
.dtpicker-components .dtpicker-compButtonDisable {
  opacity: 0.5;
}
.dtpicker-components .dtpicker-compButton {
  background: #FFFFFF;
  font-size: 140%;
  cursor: pointer;
}
.dtpicker-components .dtpicker-compValue {
  margin: 0.4em 0em;
  width: 100%;
  border: none;
  background: #FFFFFF;
  color: #111 !important;
  font-size: 100%;
  -webkit-appearance: none;
}
.dtpicker-overlay .dtpicker-compValue:focus {
  outline: none;
  background: rgba(0, 0, 0, 0.05);
}
.dtpicker-buttonCont {
  overflow: hidden;
  margin: 0.2em 1em;
}
.dtpicker-buttonCont .dtpicker-button {
  width: 49%;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.5em;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 34px;
  padding: 0 20px;
  display: inline-block;
  box-shadow: none;
  border: none;
  cursor: pointer;
  position: relative;
  color: #fff;
  line-height: 34px;
}
.dtpicker-buttonCont .dtpicker-button:active {
  top: 1px;
}
.dtpicker-buttonCont .dtpicker-button.solid {
  line-height: 34px;
  color: #fff !important;
}
.dtpicker-buttonCont .dtpicker-button.solid:hover,
.dtpicker-buttonCont .dtpicker-button.solid:focus {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.dtpicker-buttonCont .dtpicker-button.border {
  border: 2px solid;
  background: transparent;
  line-height: 30px;
}
.dtpicker-buttonCont .dtpicker-button.no-bg {
  padding: 0;
}
.dtpicker-buttonCont .dtpicker-button.no-bg:hover {
  padding: 0 20px;
  color: #fff !important;
}
.dtpicker-buttonCont .dtpicker-button.br-0 {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.dtpicker-buttonCont .dtpicker-button.br-4 {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.dtpicker-buttonCont .dtpicker-button.br-50 {
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.dtpicker-buttonCont .dtpicker-buttonSet {
  float: left;
}
.dtpicker-buttonCont .dtpicker-buttonClear {
  float: right;
}
/* II.2. CUSTOM */
.fw-main-row {
  position: relative;
}
@media only screen and (max-width: 769px) {
  .fw-main-row {
    margin-bottom: 50px !important;
  }
}
.fw-main-row.has-parallax {
  overflow: hidden;
}
.fw-main-row.has-parallax .fw-main-row-bg {
  height: 150%;
  top: -60%;
}
.fw-container-fluid.no-gutter .fw-row > div {
  padding: 0;
}
.fw-main-row-bg,
.fw-main-row-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fw-main-row-bg {
  background-position: center;
  background-size: cover;
}
.fw-section-header {
  text-align: center;
  margin-bottom: 50px;
}
.fw-section-header .title {
  font-size: 30px;
}
@media only screen and (min-width: 769px) {
  .fw-section-header .title {
    font-size: 72px;
  }
}
.fw-section-header .subtitle {
  letter-spacing: 2px;
}
.fw-col-inner {
  background-size: cover;
  background-position: center;
  position: relative;
}
.fw-col-inner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.fw-col-inner .fw-col-content {
  position: relative;
  z-index: 2;
}
.fw-table table {
  font-size: 16px;
}
.fw-table table thead tr th {
  font-weight: 700;
}
.ht-feature-boxes.default {
  *zoom: 1;
  margin-bottom: 30px;
}
.ht-feature-boxes.default:before,
.ht-feature-boxes.default:after {
  content: " ";
  display: table;
}
.ht-feature-boxes.default:after {
  clear: both;
}
.ht-feature-boxes.default a {
  position: relative;
  display: inline-block;
}
.ht-feature-boxes.default a:before {
  content: '';
  width: 0;
  height: 1px;
  background: transparent;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid;
}
.ht-feature-boxes.default a:hover:before {
  width: 100%;
}
.ht-feature-boxes.default p {
  margin-bottom: 0;
}
.ht-feature-boxes.default .entry {
  background: #364151;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  .ht-feature-boxes.default .entry {
    padding-bottom: 30px;
    margin-bottom: 30px;
    height: auto !important;
  }
}
@media only screen and (min-width: 769px) {
  .ht-feature-boxes.default .entry {
    width: 33.33333334%;
    float: left;
  }
  .ht-feature-boxes.default .entry.center-box {
    z-index: 2;
    margin-top: -10px;
    box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.2);
  }
}
.ht-feature-boxes.default .entry.center-box {
  background: #313b4b;
}
.ht-feature-boxes.default .entry:hover .entry-media:before {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.ht-feature-boxes.default .entry-link {
  padding-bottom: 30px;
}
.ht-feature-boxes.default .entry-link a {
  position: relative;
  display: inline-block;
}
.ht-feature-boxes.default .entry-link a:before {
  content: '';
  width: 0;
  height: 1px;
  background: transparent;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid;
}
.ht-feature-boxes.default .entry-link a:hover:before {
  width: 100%;
}
.ht-feature-boxes.default .entry-media {
  margin-bottom: 20px;
  position: relative;
}
.ht-feature-boxes.default .entry-media:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ht-feature-boxes.default .entry-media img {
  margin: 0;
}
.ht-feature-boxes.default .entry-content {
  padding: 15px;
}
@media only screen and (min-width: 769px) {
  .ht-feature-boxes.default .entry-content {
    padding: 15px 30px;
  }
}
.ht-feature-boxes.default .entry-title {
  color: #fff;
  font-size: 36px;
}
.ht-feature-boxes.default .entry-border-wrapper {
  position: relative;
  padding-top: 30px;
}
.ht-feature-boxes.default .entry-border-wrapper:before,
.ht-feature-boxes.default .entry-border-wrapper:after {
  position: absolute;
  content: '';
  width: 350px;
  height: 5px;
  margin-left: -175px;
  left: 50%;
  background: url(../../uploads/2019/04/main-features-main-divider-175x15.png) center center no-repeat;
}
.ht-feature-boxes.default .entry-border-wrapper:before {
  top: 0;
}
.ht-feature-boxes.default .entry-border-wrapper:after {
  bottom: 0;
}
.ht-feature-boxes.default .entry-text {
  padding-bottom: 30px;
}
.ht-feature-boxes.preset-01 {
  position: relative;
}
.ht-feature-boxes.preset-01 .entry {
  background: #313b4b;
}
.ht-feature-boxes.preset-01 .entry.lr-box {
  position: absolute;
  top: 0;
  padding: 30px;
  width: 40%;
}
@media (max-width: 992px) {
  .ht-feature-boxes.preset-01 .entry.lr-box {
    display: none;
  }
}
.ht-feature-boxes.preset-01 .entry.lr-box .inner {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px;
}
.ht-feature-boxes.preset-01 .entry.lr-box .inner a {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  line-height: 50px;
  padding: 0 20px;
  top: 50%;
  margin-top: -25px;
  color: #fff;
}
.ht-feature-boxes.preset-01 .entry.lr-box .inner a:hover {
  background: rgba(255, 255, 255, 0.5);
  color: initial;
}
.ht-feature-boxes.preset-01 .entry.lr-box-1 {
  left: 0;
}
.ht-feature-boxes.preset-01 .entry.lr-box-1 a {
  left: 20px !important;
}
.ht-feature-boxes.preset-01 .entry.lr-box-2 {
  right: 0;
}
.ht-feature-boxes.preset-01 .entry.lr-box-2 a {
  right: 30px;
}
.ht-feature-boxes.preset-01 .entry.center-box {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding: 30px;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.35);
  width: 100%;
}
@media (max-width: 992px) {
  .ht-feature-boxes.preset-01 .entry.center-box {
    top: 0 !important;
  }
}
@media only screen and (min-width: 992px) {
  .ht-feature-boxes.preset-01 .entry.center-box {
    width: 50%;
  }
}
.ht-feature-boxes.preset-01 .entry.center-box a {
  color: inherit;
}
.ht-feature-boxes.preset-01 .entry.center-box .entry-header {
  margin-bottom: 30px;
}
.ht-feature-boxes.preset-01 .entry.center-box .entry-media {
  display: none;
}
.ht-feature-boxes.preset-01 .entry.center-box p {
  margin-bottom: 10px;
}
.ht-feature-boxes.preset-01 .entry.center-box img {
  margin-bottom: 20px;
}
.ht-feature-boxes.preset-01 .entry.center-box .entry-title {
  font-size: 40px;
}
@media only screen and (min-width: 769px) {
  .ht-feature-boxes.preset-01 .entry.center-box .entry-title {
    font-size: 72px;
  }
}
.ht-feature-boxes.preset-01 .entry.center-box .ht-motif {
  display: block;
  font-size: 18px;
  margin-top: 20px;
}
.ht-brand-banner.preset-1 .brand-area {
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
}
.ht-brand-banner.preset-1 .brand-area span {
  text-align: center;
}
.ht-brand-banner.preset-1 .brand-area .first-line,
.ht-brand-banner.preset-1 .brand-area .third-line {
  line-height: 1.5;
  margin-bottom: 10px;
}
@media only screen and (max-width: 769px) {
  .ht-brand-banner.preset-1 .brand-area .first-line,
  .ht-brand-banner.preset-1 .brand-area .third-line {
    font-size: 30px;
  }
}
.ht-brand-banner.preset-1 .brand-area .first-line {
  font-size: 14px;
}
@media only screen and (max-width: 769px) {
  .ht-brand-banner.preset-1 .brand-area .first-line > span > span {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 769px) {
  .ht-brand-banner.preset-1 .brand-area .first-line {
    font-size: 12px;
  }
}
.ht-brand-banner.preset-1 .brand-area .second-line {
  font-size: 72px;
  margin-bottom: 10px;
}
.ht-brand-banner.preset-1 .brand-area .second-line > span {
  border-top: 5px solid;
  border-bottom: 5px solid;
  padding: 0 5px;
}
.ht-brand-banner.preset-1 .brand-area .second-line > span span:first-child {
  margin-left: 0 !important;
}
.ht-brand-banner.preset-1 .brand-area .second-line > span span:last-child {
  margin-right: 0 !important;
}
@media only screen and (max-width: 769px) {
  .ht-brand-banner.preset-1 .brand-area .second-line {
    font-size: 30px;
  }
  .ht-brand-banner.preset-1 .brand-area .second-line > span {
    border-width: 3px;
  }
  .ht-brand-banner.preset-1 .brand-area .second-line > span span {
    margin: 0 3px !important;
  }
}
.ht-brand-banner.preset-1 .brand-area .third-line {
  font-size: 14px;
}
@media only screen and (max-width: 769px) {
  .ht-brand-banner.preset-1 .brand-area .third-line {
    font-size: 12px;
  }
  .ht-brand-banner.preset-1 .brand-area .third-line > span span {
    margin: 0 !important;
  }
}
.ht-brand-banner.preset-2 .brand-area {
  text-align: center;
  color: #fff;
}
.ht-brand-banner.preset-2 .brand-area .first-line > span {
  border-top: 1px solid;
  border-bottom: 1px solid;
  display: inline-block;
  padding: 5px 0;
}
.ht-brand-banner.preset-2 .brand-area .second-line {
  font-size: 100px;
}
.ht-brand-banner.preset-2 .brand-area .second-line > span span {
  margin: 0 !important;
}
@media only screen and (max-width: 769px) {
  .ht-brand-banner.preset-2 .brand-area .second-line {
    font-size: 30px;
  }
  .ht-brand-banner.preset-2 .brand-area .second-line > span {
    border-width: 3px;
  }
  .ht-brand-banner.preset-2 .brand-area .second-line > span span {
    margin: 0 3px !important;
  }
}
.ht-brand-banner.preset-2 .brand-area .third-line {
  font-size: 18px;
  font-weight: 700;
}
.ht-intro {
  text-align: center;
}
.ht-intro .top-line,
.ht-intro .mid-line,
.ht-intro .bot-line {
  margin: 0;
}
.ht-intro .top-line,
.ht-intro .bot-line {
  font-size: 14px;
}
.ht-intro .mid-line {
  font-size: 72px;
}
.ht-intro .bot-line {
  font-style: italic;
}
.ht-menu .isotope-filter {
  text-align: center;
  margin-bottom: 40px;
}
.ht-menu .isotope-filter li {
  display: inline-block;
}
.ht-menu .isotope-filter li:after {
  content: '/';
  margin: 0 6px 0 9px;
  display: inline-block;
  color: #c6c6c6;
}
.ht-menu .isotope-filter li:last-child:after {
  display: none;
}
.ht-menu .isotope-filter li a {
  color: #aaa;
  font-weight: 700;
}
.ht-menu .isotope-grid {
  *zoom: 1;
  -webkit-transition: height 1s cubic-bezier(0, 0, 0, 1);
  -moz-transition: height 1s cubic-bezier(0, 0, 0, 1);
  -o-transition: height 1s cubic-bezier(0, 0, 0, 1);
  transition: height 1s cubic-bezier(0, 0, 0, 1);
}
.ht-menu .isotope-grid:before,
.ht-menu .isotope-grid:after {
  content: " ";
  display: table;
}
.ht-menu .isotope-grid:after {
  clear: both;
}
.ht-menu .readmore {
  display: inline-block !important;
  width: auto !important;
  position: relative;
  top: 8px;
}
.ht-menu.preset-detail .entry {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .ht-menu.preset-detail .entry {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .ht-menu.preset-detail .entry {
    float: left;
    width: 25%;
  }
}
.ht-menu.preset-detail .entry:hover .entry-media a:before {
  background: rgba(0, 0, 0, 0.3);
}
.ht-menu.preset-detail .entry-title,
.ht-menu.preset-detail .entry-excerpt,
.ht-menu.preset-detail .entry-prices {
  margin-top: 20px;
}
.ht-menu.preset-detail .entry-media img {
  margin-bottom: 0;
}
.ht-menu.preset-detail .entry-media a {
  overflow: hidden;
  display: block;
  position: relative;
}
.ht-menu.preset-detail .entry-media a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ht-menu.preset-detail .entry-media i {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-top: -20px;
  margin-left: -20px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}
.ht-menu.preset-detail .entry-media:hover i {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.ht-menu.preset-detail .entry-title {
  font-size: 18px;
}
.ht-menu.preset-detail .entry-prices {
  border: none;
  border-top: 2px dotted #c3917d;
  border-bottom: 2px dotted #c3917d;
}
.ht-menu.preset-detail .entry-prices table {
  width: 100%;
  padding: 10px 0;
  border: none;
}
.ht-menu.preset-detail .entry-prices td {
  padding: 10px 0;
}
.ht-menu.preset-detail .entry-prices td.price-value {
  text-align: right;
  font-weight: 700;
}
.ht-menu.preset-brief .entry {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  *zoom: 1;
}
@media (min-width: 769px) {
  .ht-menu.preset-brief .entry {
    float: left;
    width: 50%;
  }
}
.ht-menu.preset-brief .entry:before,
.ht-menu.preset-brief .entry:after {
  content: " ";
  display: table;
}
.ht-menu.preset-brief .entry:after {
  clear: both;
}
.ht-menu.preset-brief .entry:hover .entry-media a:before {
  background: rgba(0, 0, 0, 0.3);
}
.ht-menu.preset-brief .entry-media {
  width: 20%;
  float: left;
}
.ht-menu.preset-brief .entry-media a {
  overflow: hidden;
  display: block;
  position: relative;
}
.ht-menu.preset-brief .entry-media a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.ht-menu.preset-brief .entry-media img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-bottom: 0;
}
.ht-menu.preset-brief .entry-media i {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-top: -15px;
  margin-left: -15px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}
.ht-menu.preset-brief .entry-media:hover i {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.ht-menu.preset-brief .entry-content {
  position: relative;
  padding-left: 130px;
  padding-right: 90px;
  vertical-align: middle;
}
.ht-menu.preset-brief .entry-title {
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  .ht-menu.preset-brief .entry-title {
    font-size: 18px;
  }
}
.ht-menu.preset-brief .entry-price {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 700;
}
.ht-menu.preset-set .set-title {
  display: block;
  text-align: center;
  white-space: nowrap;
  padding: 15px 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.ht-menu.preset-set .set-title span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
}
.ht-menu.preset-set .set-title span:before,
.ht-menu.preset-set .set-title span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 1px;
  background: #e7e7e7;
}
.ht-menu.preset-set .set-title span:before {
  right: 100%;
  margin-right: 15px;
}
.ht-menu.preset-set .set-title span:after {
  left: 100%;
  margin-left: 15px;
}
.ht-menu.preset-set .set-feature-image img {
  margin-bottom: 50px;
}
.ht-menu.preset-set .entry {
  margin-bottom: 50px;
  *zoom: 1;
}
.ht-menu.preset-set .entry:before,
.ht-menu.preset-set .entry:after {
  content: " ";
  display: table;
}
.ht-menu.preset-set .entry:after {
  clear: both;
}
.ht-menu.preset-set .entry:hover .entry-media a:before {
  background: rgba(0, 0, 0, 0.3);
}
.ht-menu.preset-set .entry-content {
  position: relative;
  padding-right: 90px;
  vertical-align: middle;
}
.ht-menu.preset-set .entry-title {
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  .ht-menu.preset-set .entry-title {
    font-size: 18px;
  }
}
.ht-menu.preset-set .entry-excerpt {
  font-style: italic;
}
.ht-menu.preset-set .entry-price {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 700;
}
.ht-menu.preset-set .entry-badge span {
  color: #ff6600;
}
.ht-menu.preset-grid .isotope-filter {
  margin: 0;
}
.ht-menu.preset-grid .isotope-filter li {
  position: relative;
  margin: 0 5px;
}
.ht-menu.preset-grid .isotope-filter li a {
  display: block;
  padding: 20px 0;
}
@media only screen and (min-width: 769px) {
  .ht-menu.preset-grid .isotope-filter li a {
    padding: 30px 5px;
  }
}
.ht-menu.preset-grid .isotope-filter li:after {
  display: none;
}
.ht-menu.preset-grid .isotope-filter li .caret {
  content: '';
  margin: 0;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 12px solid #333333;
  margin-left: -16px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.ht-menu.preset-grid .isotope-filter li.is-filtered .caret {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ht-menu.preset-grid .grid-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 769px) {
  .ht-menu.preset-grid .grid-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.ht-menu.preset-grid .isotope-grid {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.ht-menu.preset-grid .isotope-grid > .this-container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.ht-menu.preset-grid .isotope-grid > .this-container:before,
.ht-menu.preset-grid .isotope-grid > .this-container:after {
  content: " ";
  display: table;
}
.ht-menu.preset-grid .isotope-grid > .this-container:after {
  clear: both;
}
@media (min-width: 769px) {
  .ht-menu.preset-grid .isotope-grid > .this-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .ht-menu.preset-grid .isotope-grid > .this-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .ht-menu.preset-grid .isotope-grid > .this-container {
    width: 1170px;
  }
}
.ht-menu.preset-grid .entry {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .ht-menu.preset-grid .entry {
    width: 33.3334%;
    float: left;
  }
}
.ht-menu.preset-grid .entry .entry-inner {
  position: relative;
  overflow: hidden;
}
.ht-menu.preset-grid .entry .entry-inner .entry-media {
  z-index: 1;
  height: 0;
  padding-bottom: 100%;
  background: #333;
  text-align: center;
}
.ht-menu.preset-grid .entry .entry-inner .entry-media img {
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ht-menu.preset-grid .entry .entry-inner .entry-media i {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-top: -20px;
  margin-left: -20px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}
.ht-menu.preset-grid .entry .entry-inner .entry-media:hover i {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.ht-menu.preset-grid .entry .entry-inner .entry-content {
  position: absolute;
  height: 90px;
  width: 100%;
  z-index: 2;
  bottom: -90px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  left: 0;
  background: #fff;
  padding: 10px;
}
.ht-menu.preset-grid .entry .entry-inner .entry-content .this-inner {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .ht-menu.preset-grid .entry .entry-inner .entry-content .this-inner {
    padding-top: 10px;
  }
}
.ht-menu.preset-grid .entry .entry-inner .entry-content .entry-title {
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ht-menu.preset-grid .entry .entry-inner .entry-content .entry-excerpt {
  height: 42px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ht-menu.preset-grid .entry .entry-inner .entry-content .entry-title,
.ht-menu.preset-grid .entry .entry-inner .entry-content .entry-excerpt {
  padding-right: 80px;
}
.ht-menu.preset-grid .entry .entry-inner .entry-content .entry-price {
  font-size: 24px;
  position: absolute;
  right: 10px;
  top: 0;
  font-weight: 700;
  font-style: italic;
  line-height: 70px;
}
.ht-menu.preset-grid .entry .entry-inner:hover .entry-media img {
  top: -10px;
}
.ht-menu.preset-grid .entry .entry-inner:hover .entry-content {
  bottom: 0;
}
.ht-heading-group {
  margin-bottom: 30px;
}
.ht-heading-group .tiny-subtitle {
  letter-spacing: 1px;
  margin-top: 15px;
}
.ht-heading-group .ht-motif {
  display: block;
  margin-top: 20px;
  font-size: 20px;
}
.ht-heading-group .ht-motif img {
  margin: 0;
}
.ht-heading-group .subtitle {
  margin-top: 30px;
  word-wrap: break-word;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}
.ht-heading-group .ht-button {
  margin-top: 30px;
}
.ht-heading-group .entry-content {
  word-wrap: break-word;
}
.ht-heading-group.pipe {
  text-align: center;
}
.ht-heading-group.pipe .title {
  font-size: 36px !important;
}
.ht-heading-group.pipe .title span {
  display: inline-block;
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding: 0 10px;
  font-size: 36px;
}
@media only screen and (max-width: 769px) {
  .ht-heading-group.pipe .title span {
    font-size: 24px !important;
  }
}
.ht-heading-group.special .title {
  margin: 0;
  font-weight: 400;
  line-height: 1.2;
  font-size: 72px;
}
@media only screen and (max-width: 769px) {
  .ht-heading-group.special .title {
    font-size: 50px !important;
  }
}
.ht-heading-group-v2 {
  *zoom: 1;
  color: #fff;
  position: relative;
}
.ht-heading-group-v2:before,
.ht-heading-group-v2:after {
  content: " ";
  display: table;
}
.ht-heading-group-v2:after {
  clear: both;
}
.ht-heading-group-v2.left .entry-media {
  left: 0;
}
.ht-heading-group-v2.left .entry-media .caret {
  content: '';
  position: absolute;
  margin-top: -18px;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 22px solid #fff;
}
@media only screen and (min-width: 769px) {
  .ht-heading-group-v2.left.s .entry-media {
    width: 33.3334%;
  }
  .ht-heading-group-v2.left.s .entry-content {
    padding-left: 33.3334%;
  }
}
@media only screen and (min-width: 769px) {
  .ht-heading-group-v2.left.m .entry-media {
    width: 50%;
  }
  .ht-heading-group-v2.left.m .entry-content {
    padding-left: 50%;
  }
}
@media only screen and (min-width: 769px) {
  .ht-heading-group-v2.left.l .entry-media {
    width: 66.6665%;
  }
  .ht-heading-group-v2.left.l .entry-content {
    padding-left: 66.6665%;
  }
}
.ht-heading-group-v2.right .entry-media {
  right: 0;
}
.ht-heading-group-v2.right .entry-media .caret {
  content: '';
  position: absolute;
  margin-top: -18px;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 22px solid #fff;
}
@media only screen and (min-width: 769px) {
  .ht-heading-group-v2.right.s .entry-media {
    width: 33.3334%;
  }
  .ht-heading-group-v2.right.s .entry-content {
    padding-right: 33.3334%;
  }
}
@media only screen and (min-width: 769px) {
  .ht-heading-group-v2.right.m .entry-media {
    width: 50%;
  }
  .ht-heading-group-v2.right.m .entry-content {
    padding-right: 50%;
  }
}
@media only screen and (min-width: 769px) {
  .ht-heading-group-v2.right.l .entry-media {
    width: 66.6665%;
  }
  .ht-heading-group-v2.right.l .entry-content {
    padding-right: 66.6665%;
  }
}
.ht-heading-group-v2 .entry-media {
  background-position: center;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .ht-heading-group-v2 .entry-media {
    position: absolute;
    top: 0;
    height: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .ht-heading-group-v2 .entry-media img {
    display: none;
  }
}
.ht-heading-group-v2 .entry-media:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 2;
}
.ht-heading-group-v2 .entry-media .caret {
  z-index: 3 !important;
}
.ht-heading-group-v2 .entry-content > .this-inner {
  padding: 15px 15px 30px 15px;
}
@media only screen and (max-width: 769px) {
  .ht-heading-group-v2 .entry-content .entry-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 769px) {
  .ht-heading-group-v2 .entry-content .entry-title {
    line-height: 60px;
  }
}
.ht-heading-group-v2 .entry-content .entry-header {
  margin-bottom: 30px;
}
.ht-heading-group-v2 .entry-content .entry-header .ht-motif {
  display: block;
  margin-top: 10px;
}
.ht-heading-group-v2 .entry-content .subtitle p {
  color: rgba(255, 255, 255, 0.6);
}
.ht-images-grid {
  margin-bottom: 30px;
}
.ht-images-grid .image-wrapper {
  margin-bottom: 30px;
}
.ht-images-grid .image-wrapper img {
  margin: 0;
}
.ht-images-grid .image-wrapper .image-inner {
  position: relative;
  overflow: hidden;
}
.ht-testimonial {
  text-align: center;
}
.ht-testimonial * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ht-testimonial .slides {
  cursor: move;
}
.ht-testimonial .leading {
  font-size: 18px;
}
@media only screen and (max-width: 769px) {
  .ht-testimonial .leading {
    font-size: 20px;
  }
}
.ht-testimonial .quote {
  margin: 40px 0;
  font-style: italic;
  line-height: 1.7;
  font-size: 16px;
  *zoom: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ht-testimonial .quote:before,
.ht-testimonial .quote:after {
  content: " ";
  display: table;
}
.ht-testimonial .quote:after {
  clear: both;
}
.ht-testimonial .quote p {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 769px) {
  .ht-testimonial .quote p {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 769px) {
  .ht-testimonial .quote p {
    margin-left: 16.66666667%;
  }
}
.ht-testimonial .name {
  margin-bottom: 5px;
}
.ht-testimonial .role {
  font-style: italic;
}
.ht-testimonial .owl-controls {
  margin-top: 50px;
}
.ht-testimonial .owl-controls .owl-dot {
  margin: 0 5px;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid rgba(0, 0, 0, 0.3);
}
.ht-testimonial .owl-controls .owl-dot.active {
  border-color: rgba(0, 0, 0, 0.3);
}
.ht-testimonial.preset-01 .entry-metas {
  display: inline-block;
  position: relative;
  padding-left: 95px;
  overflow: visible;
  text-align: center;
  min-height: 80px;
}
.ht-testimonial.preset-01 .entry-metas .entry-meta-inner {
  display: inline-block;
  text-align: left;
}
.ht-testimonial.preset-01 .entry-metas .entry-media {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.ht-testimonial.preset-01 .entry-metas .entry-media img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.ht-testimonial.preset-01 .entry-metas .name,
.ht-testimonial.preset-01 .entry-metas .role {
  margin-left: 15px;
}
.ht-testimonial.preset-01 .entry-metas .name {
  font-size: 36px;
}
.ht-testimonial.preset-01 .entry-metas .role {
  text-transform: uppercase;
  color: #aaa;
  font-style: normal;
}
.post-list,
.search-result {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
  margin-bottom: 30px;
}
.post-list:before,
.search-result:before,
.post-list:after,
.search-result:after {
  content: " ";
  display: table;
}
.post-list:after,
.search-result:after {
  clear: both;
}
.post-list .entry-media,
.search-result .entry-media {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 769px) {
  .post-list .entry-media,
  .search-result .entry-media {
    float: left;
    width: 50%;
  }
}
@media (max-width: 992px) {
  .post-list .entry-media,
  .search-result .entry-media {
    margin-bottom: 30px;
  }
}
.post-list .entry-media img,
.search-result .entry-media img {
  margin-bottom: 0;
}
.post-list .entry-media .inner,
.search-result .entry-media .inner {
  position: relative;
}
.post-list .entry-media .inner:before,
.search-result .entry-media .inner:before {
  content: '';
  z-index: 2;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
@media (max-width: 769px) {
  .post-list .entry-media .inner:before,
  .search-result .entry-media .inner:before {
    display: none;
  }
}
.post-list .entry-media.odd,
.search-result .entry-media.odd {
  float: right;
}
.post-list .entry-media.odd .inner:before,
.search-result .entry-media.odd .inner:before {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fff;
  left: 0;
}
.post-list .entry-media.even .inner:before,
.search-result .entry-media.even .inner:before {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #fff;
  right: 0;
}
.post-list .entry-content,
.search-result .entry-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 769px) {
  .post-list .entry-content,
  .search-result .entry-content {
    float: left;
    width: 50%;
  }
}
.post-list .entry-content .post-categories,
.search-result .entry-content .post-categories {
  padding: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.post-list .entry-content .post-categories li,
.search-result .entry-content .post-categories li {
  display: inline-block;
  list-style: none;
}
.post-list .entry-content .post-categories li:after,
.search-result .entry-content .post-categories li:after {
  content: '/';
  margin: 0 2px 0 5px;
}
.post-list .entry-content .post-categories li:last-child:after,
.search-result .entry-content .post-categories li:last-child:after {
  display: none;
}
.post-list .entry-content .meta-author,
.search-result .entry-content .meta-author {
  margin: 0;
  text-transform: capitalize;
}
.post-list .entry-content .entry-title,
.search-result .entry-content .entry-title {
  text-transform: normal;
  font-size: 18px;
}
.post-list .entry-content .entry-summary,
.search-result .entry-content .entry-summary {
  margin-top: 15px;
}
.post-list .entry-content .read-more,
.search-result .entry-content .read-more {
  margin-top: 15px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.post-list .entry-content .read-more:before,
.search-result .entry-content .read-more:before {
  content: '';
  width: 0;
  height: 1px;
  background: transparent;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid;
}
.post-list .entry-content .read-more:hover:before,
.search-result .entry-content .read-more:hover:before {
  width: 100%;
}
.post-list .entry-content .read-more:hover,
.search-result .entry-content .read-more:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.ht-reservation {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
}
.ht-reservation:before,
.ht-reservation:after {
  content: " ";
  display: table;
}
.ht-reservation:after {
  clear: both;
}
.ht-reservation .rtb-booking-form {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.ht-reservation .rtb-error {
  margin-bottom: 10px;
  color: #f50 !important;
  padding: 0 !important;
  background: transparent !important;
}
.ht-reservation .rtb-error:before {
  display: none !important;
}
.ht-reservation form {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
  display: block;
}
.ht-reservation form:before,
.ht-reservation form:after {
  content: " ";
  display: table;
}
.ht-reservation form:after {
  clear: both;
}
.ht-reservation fieldset {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.ht-reservation fieldset.reservation {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 769px) {
  .ht-reservation fieldset.reservation {
    float: left;
    width: 41.66666667%;
  }
}
@media only screen and (min-width: 769px) {
  .ht-reservation fieldset.reservation {
    float: right;
  }
}
.ht-reservation fieldset.contact {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 769px) {
  .ht-reservation fieldset.contact {
    float: left;
    width: 58.33333333%;
  }
}
.ht-reservation fieldset.other .message {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
}
.ht-reservation fieldset.other .message textarea {
  min-height: 150px !important;
}
.ht-reservation fieldset.button-wrapper {
  text-align: center;
}
.ht-reservation fieldset legend,
.ht-reservation fieldset .add-message {
  display: none;
}
.ht-reservation fieldset > div .form-group {
  position: relative;
}
.ht-reservation fieldset > div label {
  position: absolute;
  margin: 0;
  line-height: 50px;
  height: 50px;
  width: 50px;
  top: 0;
  left: 0;
  text-align: center;
}
.ht-reservation fieldset > div label span {
  display: none;
}
.ht-reservation fieldset > div label:before {
  color: #bababa;
}
.ht-reservation fieldset > div label[for="rtb-date"]:before {
  content: "\f073";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
}
.ht-reservation fieldset > div label[for="rtb-time"]:before {
  content: "\f017";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
}
.ht-reservation fieldset > div label[for="rtb-party"]:before {
  content: "\f0c0";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
}
.ht-reservation fieldset > div label[for="rtb-name"]:before {
  content: "\f007";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
}
.ht-reservation fieldset > div label[for="rtb-email"]:before {
  content: "\f0e0";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
}
.ht-reservation fieldset > div label[for="rtb-phone"]:before {
  content: "\f095";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
}
.ht-reservation fieldset > div input,
.ht-reservation fieldset > div select {
  padding-left: 50px;
  height: 50px;
}
.ht-reservation fieldset > div.date label,
.ht-reservation fieldset > div.time label,
.ht-reservation fieldset > div.date input,
.ht-reservation fieldset > div.time input {
  cursor: pointer !important;
}
.ht-reservation input,
.ht-reservation textarea,
.ht-reservation select {
  width: 100%;
  max-width: 100% !important;
  background: #F2F2F2 !important;
  border-color: transparent;
}
.ht-reservation input:focus,
.ht-reservation textarea:focus,
.ht-reservation select:focus {
  border-color: #66afe9;
}
.ht-reservation button {
  height: 34px;
  padding: 0 20px;
  display: inline-block;
  box-shadow: none;
  border: none;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  margin: 0 0 15px 0;
  padding: 0 15px;
  height: 50px;
  text-transform: uppercase;
  cursor: pointer;
}
.ht-reservation button:active {
  top: 1px;
}
.ht-reservation button.solid {
  line-height: 34px;
  color: #fff !important;
}
.ht-reservation button.solid:hover,
.ht-reservation button.solid:focus {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.ht-reservation button.border {
  border: 2px solid;
  background: transparent;
  line-height: 30px;
}
.ht-reservation button.no-bg {
  padding: 0;
}
.ht-reservation button.no-bg:hover {
  padding: 0 20px;
  color: #fff !important;
}
.ht-reservation button.br-0 {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ht-reservation button.br-4 {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ht-reservation button.br-50 {
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.ht-reservation button:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ht-reservation.transparent input[type="text"],
.ht-reservation.transparent select,
.ht-reservation.transparent textarea {
  background: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.ht-buttons {
  position: relative;
}
.ht-buttons .leading-text {
  font-size: 32px;
}
.ht-buttons .ht-button {
  height: 40px;
  line-height: 40px;
}
.ht-buttons .ht-button.border {
  line-height: 36px;
}
@media only screen and (min-width: 992px) {
  .ht-buttons.left .leading-text {
    float: right;
    line-height: 40px;
  }
  .ht-buttons.left .ht-button {
    float: left;
  }
}
@media only screen and (min-width: 992px) {
  .ht-buttons.right .leading-text {
    float: left;
    line-height: 40px;
  }
  .ht-buttons.right .ht-button {
    float: right;
  }
}
.ht-buttons.center {
  text-align: center;
}
.ht-buttons.center .leading-text {
  display: block;
  margin-bottom: 15px;
}
.ht-buttons.center .ht-button {
  display: inline-block;
}
@media (max-width: 992px) {
  .ht-buttons {
    text-align: center;
  }
  .ht-buttons .leading-text {
    display: block;
    margin-bottom: 15px;
  }
  .ht-buttons .ht-button {
    display: inline-block;
  }
}
.ht-team {
  text-align: center;
  position: relative;
}
.ht-team .entry-socials {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  text-align: center;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ht-team .entry-socials a {
  display: block;
  line-height: 15px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.ht-team .entry-socials a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ht-team:hover .entry-socials {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ht-team:hover .entry-socials a {
  line-height: 30px;
}
.ht-team.default .entry-header h3 {
  font-weight: 700;
  font-size: 20px;
}
.ht-team.default .entry-header span {
  font-size: 26px;
  color: #aaa;
}
.ht-team.default .entry-bio {
  color: #bdbdbd;
  margin-top: 20px;
  padding: 0 15%;
  font-style: italic;
}
.ht-team.default .entry-media {
  margin-top: 30px;
}
.ht-team.default .entry-media img {
  margin-bottom: 0;
}
@media only screen and (max-width: 769px) {
  .ht-team.default .entry-media {
    margin-bottom: 30px;
  }
}
.ht-team.preset-01 .entry-media {
  position: relative;
}
.ht-team.preset-01 .entry-media .entry-header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 30px 15px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ht-team.preset-01 .entry-media .entry-header h3 {
  font-weight: 700;
  font-size: 20px;
}
.ht-team.preset-01 .entry-media .entry-header span {
  font-size: 26px;
  color: #f7f7f7;
}
.ht-team.preset-01 .entry-bio {
  color: #bdbdbd;
  margin-top: 20px;
  padding: 0 15%;
  font-style: italic;
}
.ht-text-block p {
  margin-bottom: 5px;
  line-height: 1.7;
}
@media only screen and (max-width: 769px) {
  .ht-text-block {
    padding: 0;
  }
}
.ht-contact-form label {
  display: none;
}
.ht-contact-form input[type="text"],
.ht-contact-form textarea,
.ht-contact-form select {
  background: rgba(0, 0, 0, 0.04);
  border-color: transparent;
  height: 50px;
}
.ht-contact-form textarea {
  min-height: 150px;
  padding-left: 15px;
}
.ht-contact-form .ht-button {
  padding: 0 50px;
  height: 50px;
  line-height: 34px;
  color: #fff !important;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.ht-contact-form .ht-button:hover,
.ht-contact-form .ht-button:focus {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.ht-reslider {
  overflow: hidden;
}
.event-single .entry-header {
  text-align: center;
  margin-bottom: 50px;
  font-size: 20px !important;
}
@media only screen and (min-width: 769px) {
  .event-single .entry-header {
    font-size: 48px !important;
  }
}
.event-single .entry-event-detail {
  margin-bottom: 30px;
}
.event-single .fw-map {
  margin-bottom: 30px;
}
.ht-event .entry {
  margin-bottom: 30px;
  text-align: center;
}
.ht-event .entry-title {
  font-size: 14px;
  margin-bottom: 15px;
}
.ht-event .entry-title a {
  color: #fff;
  position: relative;
  display: inline-block;
}
.ht-event .entry-title a:before {
  content: '';
  width: 0;
  height: 1px;
  background: transparent;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid;
}
.ht-event .entry-title a:hover:before {
  width: 100%;
}
.ht-event .entry-meta {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  margin-bottom: 10px;
}
.ht-event .entry-meta i {
  margin-right: 3px;
}
.ht-event-countdown {
  color: #fff;
  text-align: center;
}
.ht-event-countdown.plain .time-block {
  display: inline-block;
  position: relative;
  padding: 15px;
}
@media only screen and (min-width: 769px) {
  .ht-event-countdown.plain .time-block {
    padding: 15px 70px;
  }
}
.ht-event-countdown.plain .time-block .separator {
  content: '';
  display: block;
  height: 50%;
  width: 1px;
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  -webkit-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
  top: 25%;
  right: 0;
  position: absolute;
}
.ht-event-countdown.plain .time-block:last-child .separator {
  display: none;
}
.ht-event-countdown.plain .time-block .value {
  font-size: 40px;
  font-weight: 700;
  display: block;
}
.ht-event-countdown.plain .time-block .indicator {
  font-size: 30px;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}
.ht-event-countdown.circle .time-block {
  display: inline-block;
  position: relative;
  padding: 15px;
}
@media only screen and (min-width: 769px) {
  .ht-event-countdown.circle .time-block {
    margin: 0 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 137px;
    height: 137px;
  }
}
.ht-event-countdown.circle .time-block .value {
  font-size: 40px;
  font-weight: 700;
  display: block;
}
.ht-event-countdown.circle .time-block .indicator {
  font-size: 30px;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}
.ht-feature-post {
  padding: 30px;
}
.ht-feature-post a {
  color: inherit;
}
.ht-feature-post .entry-meta.cats {
  text-align: center;
  list-style: none;
  margin: 0 0 5px 0;
}
.ht-feature-post .entry-meta.cats li {
  display: inline-block;
}
.ht-feature-post .entry-meta.cats li a {
  padding: 0 5px;
  text-transform: uppercase;
}
.ht-feature-post .entry-title {
  text-align: center;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.ht-feature-post .entry-meta.posted-on {
  text-align: center;
  margin: 0 0 20px 0;
}
.ht-feature-post .entry-media {
  text-align: center;
  margin: 0 0 20px 0;
}
.ht-feature-post .entry-content {
  text-align: center;
}
.ht-feature-post .entry-content .entry-summary {
  margin: 0 0 15px 0;
}
.ht--otreservations.block .otw-input-wrap {
  width: 100% !important;
  margin-bottom: 15px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .ht--otreservations.block .otw-input-wrap {
    padding: 0 15%;
  }
}
.ht--otreservations.block .otw-input-wrap label {
  position: absolute;
  top: 0;
  left: 30px;
  line-height: 40px;
  height: 40px;
  display: block;
  margin: 0;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .ht--otreservations.block .otw-input-wrap label {
    left: 18%;
  }
}
.ht--otreservations.block .otw-input-wrap input,
.ht--otreservations.block .otw-input-wrap select {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
  padding-left: 30px;
}
/* III. PARTIALS
***********************/
/* III.1. PAGE */
body.has-sticky-nav:not(.has-page-heading) .site-content:not(.no-margin-top) {
  margin-top: 160px;
  *zoom: 1;
}
body.has-sticky-nav:not(.has-page-heading) .site-content:not(.no-margin-top):before,
body.has-sticky-nav:not(.has-page-heading) .site-content:not(.no-margin-top):after {
  content: " ";
  display: table;
}
body.has-sticky-nav:not(.has-page-heading) .site-content:not(.no-margin-top):after {
  clear: both;
}
@media only screen and (min-width: 769px) {
  body.has-sticky-nav #page-heading.background .divider-top {
    height: 200px;
  }
}
@media only screen and (min-width: 769px) {
  body.has-sticky-nav #page-heading.simple .divider-top {
    height: 180px;
  }
}
@media only screen and (min-width: 769px) {
  body.has-sticky-nav.has-init-transparent-nav #page-heading.background .divider-top {
    height: 160px;
  }
}
body.woocommerce-page .site-main {
  padding-top: 0;
}
body.no-unyson {
  margin-top: 150px;
}
body.ht-under-construct {
  background-position: center;
  background-repeat: none;
  background-size: cover;
}
body.ht-under-construct .site-content,
body.ht-under-construct .main-content {
  margin: 0 !important;
}
#back-to-top {
  z-index: 99;
  position: fixed;
  bottom: 15px;
  right: 15px;
  font-size: 50px;
  cursor: pointer;
  opacity: 0;
  display: none;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
#back-to-top:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#page {
  overflow: hidden;
}
#page-heading {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#page-heading.simple {
  text-align: center;
}
#page-heading.simple .divider-top,
#page-heading.simple .divider-bot {
  height: 50px;
}
@media only screen and (min-width: 769px) {
  #page-heading.simple .divider-top,
  #page-heading.simple .divider-bot {
    height: 100px;
  }
}
@media only screen and (max-width: 769px) {
  #page-heading.simple h2 {
    font-size: 36px !important;
  }
}
@media only screen and (min-width: 769px) {
  #page-heading.simple h2 {
    font-size: 72px;
  }
}
#page-heading.background {
  margin-bottom: 70px;
}
#page-heading.background .divider-top,
#page-heading.background .divider-bot {
  height: 50px;
}
@media only screen and (min-width: 769px) {
  #page-heading.background .divider-top,
  #page-heading.background .divider-bot {
    height: 120px;
  }
}
#page-heading.background .bg-area,
#page-heading.background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page-heading.background .bg-area {
  background-size: cover;
  background-position: center;
  z-index: 1;
}
#page-heading.background .overlay {
  z-index: 2;
}
#page-heading.background h2 {
  text-align: center;
  position: relative;
  z-index: 2;
  vertical-align: middle;
  width: 100%;
  z-index: 3;
  font-size: 48px;
}
@media only screen and (max-width: 769px) {
  #page-heading.background h2 {
    font-size: 24px !important;
  }
}
#page-heading.background h2 span {
  border-top: 2px solid;
  border-bottom: 2px solid;
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
  font-weight: 400;
}
.normal-page {
  min-height: 400px;
}
.main-content:not(.page-builder) {
  margin-bottom: 100px;
}
.ht-cart,
.ht-checkout,
.ht-thankyou {
  margin-bottom: 50px;
}
.page-404 {
  text-align: center;
  padding: 80px 15px 100px;
}
.page-404 .page-title {
  font-size: 50px;
}
.page-404 .page-content p {
  margin-bottom: 50px;
}
.page-404 .page-content .search-form input[type="search"] {
  height: 50px;
  width: 350px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding: 0 20px;
}
.page-404 .page-content .search-form input[type="submit"] {
  display: none;
}
/* =Product List
-------------------------------------------------------------- */
.page-content-area.ht-woocommerce .main-content {
  float: right;
}
.page-content-area.ht-woocommerce ul.products .entry-excerpt {
  display: none;
}
.page-content-area.ht-woocommerce.has-sidebar .ht-woo-filter {
  display: none;
}
.page-content-area.ht-woocommerce.has-sidebar ul.products {
  margin-top: 0;
}
.page-content-area.ht-woocommerce.grid.has-sidebar {
  display: block;
}
.page-content-area.ht-woocommerce.grid.has-sidebar ul.products li.product {
  width: 29.53334%;
}
.page-content-area.ht-woocommerce.list ul.products {
  margin: 0;
}
.page-content-area.ht-woocommerce.list ul.products li {
  display: block;
  width: 100%;
}
.page-content-area.ht-woocommerce.list ul.products li a.ht-product-thumb {
  width: 33.3334%;
  float: left;
  margin-right: 30px;
}
.page-content-area.ht-woocommerce.list ul.products li a:not(.ht-product-thumb) {
  display: block;
}
.page-content-area.ht-woocommerce.list ul.products li a:not(.ht-product-thumb) .price del,
.page-content-area.ht-woocommerce.list ul.products li a:not(.ht-product-thumb) .price ins {
  font-size: 14px;
}
.page-content-area.ht-woocommerce.list ul.products li a:not(.ht-product-thumb) .price ins {
  font-size: 18px;
}
.page-content-area.ht-woocommerce.list ul.products li a:not(.ht-product-thumb) .onsale {
  right: auto;
  left: 1px;
  top: 1px;
}
.page-content-area.ht-woocommerce.list ul.products li .entry-excerpt {
  display: block;
  color: #555;
}
/* III.2. HEADER */
@media only screen and (min-width: 1025px) {
  .admin-bar .site-header.is-sticky {
    top: 32px;
  }
}
.admin-bar #wpadminbar {
  position: fixed !important;
}
.site-header {
  position: relative;
  z-index: 10;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 1025px) {
  .site-header {
    height: 110px;
  }
  .site-header.is-sticky {
    position: fixed;
    top: 0;
  }
}
.site-header .mobile-nav-toggle {
  text-align: right;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1025px) {
  .site-header .mobile-nav-toggle {
    display: none;
  }
}
.site-header .mobile-nav-toggle-button {
  z-index: 2;
  border: none;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  position: relative;
  top: 38px;
  right: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.site-header .mobile-nav-toggle-button:focus {
  outline: none;
}
.site-header .mobile-nav-toggle-button .screen-reader-text {
  font-size: 0;
}
.site-header .mobile-nav-toggle-button .icon-bar {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  width: 30px;
  height: 4px;
  margin: 5px 0;
  position: relative;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
.site-header .mobile-nav-toggle-button.is-open .icon-bar-2 {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.site-header .mobile-nav-toggle-button.is-open .icon-bar-1 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  top: 9px;
}
.site-header .mobile-nav-toggle-button.is-open .icon-bar-3 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  top: -10px;
}
.site-header .site-title {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  height: 110px;
  -webkit-transition: height 0.2s ease-out;
  -moz-transition: height 0.2s ease-out;
  -o-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
}
@media (min-width: 1025px) {
  .site-header .site-title {
    float: left;
    width: 16.66666667%;
  }
}
.site-header .site-title a {
  line-height: 110px;
  display: inline-block;
  font-size: 24px;
  vertical-align: middle;
  position: relative;
}
.site-header .site-title a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.site-header .site-title a img {
  margin: -1px 0 0 0;
  max-height: 60px;
}
@media only screen and (min-width: 1025px) {
  .site-header .site-title a img {
    vertical-align: middle;
    margin: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .site-header.center-logo .site-title {
    text-align: center;
    position: absolute;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    z-index: 3;
  }
}
.site-header .primary-navigation {
  text-align: right;
  z-index: 2;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
@media only screen and (max-width: 1025px) {
  .site-header .primary-navigation {
    display: none;
  }
}
@media (min-width: 1025px) {
  .site-header .primary-navigation {
    float: left;
    width: 83.33333333%;
  }
}
.site-header .primary-navigation:before,
.site-header .primary-navigation:after {
  content: " ";
  display: table;
}
.site-header .primary-navigation:after {
  clear: both;
}
.site-header .primary-navigation .nav-menu {
  display: inline-block;
}
.site-header .primary-navigation > span > a {
  line-height: 110px;
}
.site-header .primary-navigation .search-toggle {
  display: inline-block;
  position: relative;
}
.site-header .primary-navigation .search-toggle > a {
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
.site-header .primary-navigation .search-toggle > a.active {
  color: rgba(0, 0, 0, 0.3) !important;
}
.site-header .primary-navigation .search-toggle form {
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -17px;
}
.site-header .primary-navigation .search-toggle form .search-field {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid;
  background: #f7f7f7;
  padding: 5px 8px;
  width: 30px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.site-header .primary-navigation .search-toggle form .search-field.is-open {
  width: 180px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.site-header .primary-navigation .search-toggle form .search-field::-webkit-search-decoration,
.site-header .primary-navigation .search-toggle form .search-field::-webkit-search-cancel-button,
.site-header .primary-navigation .search-toggle form .search-field::-webkit-search-results-button,
.site-header .primary-navigation .search-toggle form .search-field::-webkit-search-results-decoration {
  display: none;
}
.site-header .primary-navigation .search-toggle form input[type="submit"] {
  display: none;
}
.site-header .primary-navigation .cart {
  position: relative;
  display: inline-block;
}
.site-header .primary-navigation .cart > a {
  display: block;
  margin-left: 30px;
  color: #333;
}
.site-header .primary-navigation .cart > a:hover {
  color: #c3917d;
}
.site-header .primary-navigation .cart .widget_shopping_cart_content {
  background: #f7f7f7;
  color: #555;
  padding: 15px;
  text-align: left;
  width: 260px;
  position: absolute;
  right: 0;
  margin-top: -15px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  display: none;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.075);
}
.site-header .primary-navigation .cart .widget_shopping_cart_content li {
  position: relative;
  margin-top: 15px;
}
.site-header .primary-navigation .cart .widget_shopping_cart_content li .remove {
  position: absolute !important;
  bottom: 0px;
  right: 0px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  z-index: 2;
  color: #ff0000 !important;
  font-size: 16px;
  overflow: hidden;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
}
.site-header .primary-navigation .cart .widget_shopping_cart_content li .remove:after {
  margin-left: 5px;
}
.site-header .primary-navigation .cart .widget_shopping_cart_content li .remove:hover {
  background-color: #ff0000;
  color: #fff !important;
}
.site-header .primary-navigation .cart .widget_shopping_cart_content li:hover .remove {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.site-header .primary-navigation .cart .widget_shopping_cart_content a {
  margin: 0;
  color: #555 !important;
  font-weight: 700;
}
.site-header .primary-navigation .cart .widget_shopping_cart_content img {
  margin-left: 15px;
  max-width: 70px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  top: -10px;
}
.site-header .primary-navigation .cart .widget_shopping_cart_content .quantity {
  display: inline-block;
  margin-top: 5px;
  font-style: italic;
}
.site-header .primary-navigation .cart .widget_shopping_cart_content .total {
  text-align: left;
  margin-bottom: 15px;
}
.site-header .primary-navigation .cart .widget_shopping_cart_content .total .amount {
  font-weight: 700;
  font-size: 18px;
}
.site-header .primary-navigation .cart .widget_shopping_cart_content .buttons {
  text-align: center;
}
.site-header .primary-navigation .cart .widget_shopping_cart_content .buttons a {
  color: #fff !important;
  margin: 0 5px;
  line-height: 34px;
  height: 34px;
  padding-top: 0;
  padding-bottom: 0;
}
.site-header .primary-navigation .cart .widget_shopping_cart_content .buttons a:hover,
.site-header .primary-navigation .cart .widget_shopping_cart_content .buttons a:focus {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.site-header .primary-navigation ul {
  padding: 0;
}
.site-header .primary-navigation ul li {
  list-style: none;
}
.site-header .primary-navigation > div,
.site-header .primary-navigation .primary-menu {
  display: inline-block;
}
.site-header .primary-navigation > div > ul > li,
.site-header .primary-navigation .primary-menu > ul > li {
  display: inline-block;
  position: relative;
}
.site-header .primary-navigation > div > ul > li > a,
.site-header .primary-navigation .primary-menu > ul > li > a {
  line-height: 110px;
  padding: 0 15px;
  display: block;
  color: #333;
  letter-spacing: 1px;
}
@media screen and (max-width: 992px) {
  .site-header .primary-navigation > div > ul > li > a,
  .site-header .primary-navigation .primary-menu > ul > li > a {
    padding: 0 5px;
  }
}
.site-header .primary-navigation > div > ul > li.is-button,
.site-header .primary-navigation .primary-menu > ul > li.is-button {
  margin-left: 10px;
}
.site-header .primary-navigation > div > ul > li.is-button > a,
.site-header .primary-navigation .primary-menu > ul > li.is-button > a {
  background: #fff;
  display: inline-block;
  line-height: 40px !important;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #333 !important;
}
.site-header .primary-navigation > div > ul > li.menu-item-has-children > a,
.site-header .primary-navigation .primary-menu > ul > li.menu-item-has-children > a,
.site-header .primary-navigation > div > ul > li.page_item_has_children > a,
.site-header .primary-navigation .primary-menu > ul > li.page_item_has_children > a {
  position: relative;
}
.site-header .primary-navigation > div > ul > li.menu-item-has-children > a:after,
.site-header .primary-navigation .primary-menu > ul > li.menu-item-has-children > a:after,
.site-header .primary-navigation > div > ul > li.page_item_has_children > a:after,
.site-header .primary-navigation .primary-menu > ul > li.page_item_has_children > a:after {
  content: "\f107";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
  margin-left: 5px;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-transition: top 0.3s ease-out;
  -moz-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
  position: relative;
  top: 0;
}
.site-header .primary-navigation > div > ul > li.menu-item-has-children > a:before,
.site-header .primary-navigation .primary-menu > ul > li.menu-item-has-children > a:before,
.site-header .primary-navigation > div > ul > li.page_item_has_children > a:before,
.site-header .primary-navigation .primary-menu > ul > li.page_item_has_children > a:before {
  content: '';
  display: none;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #c3917d;
  position: absolute;
  bottom: 0;
  margin-left: -8px;
  left: 50%;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.site-header .primary-navigation > div > ul > li.menu-item-has-children:hover > a:after,
.site-header .primary-navigation .primary-menu > ul > li.menu-item-has-children:hover > a:after,
.site-header .primary-navigation > div > ul > li.page_item_has_children:hover > a:after,
.site-header .primary-navigation .primary-menu > ul > li.page_item_has_children:hover > a:after {
  top: 3px;
}
.site-header .primary-navigation > div > ul > li.menu-item-has-children:hover > a:before,
.site-header .primary-navigation .primary-menu > ul > li.menu-item-has-children:hover > a:before,
.site-header .primary-navigation > div > ul > li.page_item_has_children:hover > a:before,
.site-header .primary-navigation .primary-menu > ul > li.page_item_has_children:hover > a:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.site-header .primary-navigation > div > ul ul,
.site-header .primary-navigation .primary-menu > ul ul {
  display: none;
  text-align: left;
  background: #c3917d;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.075);
}
.site-header .primary-navigation > div > ul ul li,
.site-header .primary-navigation .primary-menu > ul ul li {
  position: relative;
  padding: 0 15px;
}
.site-header .primary-navigation > div > ul ul li.menu-item-has-children > a:after,
.site-header .primary-navigation .primary-menu > ul ul li.menu-item-has-children > a:after,
.site-header .primary-navigation > div > ul ul li.page_item_has_children > a:after,
.site-header .primary-navigation .primary-menu > ul ul li.page_item_has_children > a:after {
  margin-left: 5px;
  position: relative;
  left: 0;
  content: "\f105";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-transition: left 0.3s ease-out;
  -moz-transition: left 0.3s ease-out;
  -o-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
}
.site-header .primary-navigation > div > ul ul li:hover > a,
.site-header .primary-navigation .primary-menu > ul ul li:hover > a {
  margin-left: 5px;
}
.site-header .primary-navigation > div > ul ul li:hover > a:after,
.site-header .primary-navigation .primary-menu > ul ul li:hover > a:after {
  left: 3px;
}
.site-header .primary-navigation > div > ul ul li a,
.site-header .primary-navigation .primary-menu > ul ul li a {
  display: block;
  line-height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  color: #fff;
}
.site-header .primary-navigation > div > ul ul li:last-child a,
.site-header .primary-navigation .primary-menu > ul ul li:last-child a {
  border-bottom: none;
}
.site-header .primary-navigation > div > ul ul li:last-child a:before,
.site-header .primary-navigation .primary-menu > ul ul li:last-child a:before {
  display: none;
}
.site-header .primary-navigation > div > ul > li > .sub-menu,
.site-header .primary-navigation .primary-menu > ul > li > .sub-menu,
.site-header .primary-navigation > div > ul > li > .children,
.site-header .primary-navigation .primary-menu > ul > li > .children {
  position: absolute;
  width: 250px;
  left: 0;
  top: 110px;
  margin-top: -15px;
}
.site-header .primary-navigation > div > ul > li > .sub-menu > li,
.site-header .primary-navigation .primary-menu > ul > li > .sub-menu > li,
.site-header .primary-navigation > div > ul > li > .children > li,
.site-header .primary-navigation .primary-menu > ul > li > .children > li {
  position: relative;
}
.site-header .primary-navigation > div > ul > li > .sub-menu > li > .sub-menu,
.site-header .primary-navigation .primary-menu > ul > li > .sub-menu > li > .sub-menu,
.site-header .primary-navigation > div > ul > li > .children > li > .sub-menu,
.site-header .primary-navigation .primary-menu > ul > li > .children > li > .sub-menu,
.site-header .primary-navigation > div > ul > li > .sub-menu > li > .children,
.site-header .primary-navigation .primary-menu > ul > li > .sub-menu > li > .children,
.site-header .primary-navigation > div > ul > li > .children > li > .children,
.site-header .primary-navigation .primary-menu > ul > li > .children > li > .children {
  position: absolute;
  width: 250px;
  left: 250px;
  top: 0;
}
.site-header .primary-navigation > div > ul > li:nth-last-child(1) > .sub-menu,
.site-header .primary-navigation .primary-menu > ul > li:nth-last-child(1) > .sub-menu,
.site-header .primary-navigation > div > ul > li:nth-last-child(2) > .sub-menu,
.site-header .primary-navigation .primary-menu > ul > li:nth-last-child(2) > .sub-menu {
  position: absolute;
  width: 250px;
  left: auto;
  right: 0;
}
.site-header .primary-navigation > div > ul > li:nth-last-child(1) > .sub-menu > li,
.site-header .primary-navigation .primary-menu > ul > li:nth-last-child(1) > .sub-menu > li,
.site-header .primary-navigation > div > ul > li:nth-last-child(2) > .sub-menu > li,
.site-header .primary-navigation .primary-menu > ul > li:nth-last-child(2) > .sub-menu > li {
  position: relative;
}
.site-header .primary-navigation > div > ul > li:nth-last-child(1) > .sub-menu > li > .sub-menu,
.site-header .primary-navigation .primary-menu > ul > li:nth-last-child(1) > .sub-menu > li > .sub-menu,
.site-header .primary-navigation > div > ul > li:nth-last-child(2) > .sub-menu > li > .sub-menu,
.site-header .primary-navigation .primary-menu > ul > li:nth-last-child(2) > .sub-menu > li > .sub-menu {
  position: absolute;
  width: 250px;
  left: -250px;
  top: 0;
}
.site-header.center-logo .primary-navigation {
  width: 50% !important;
  float: left;
  height: 110px;
  *zoom: 1;
}
.site-header.center-logo .primary-navigation:before,
.site-header.center-logo .primary-navigation:after {
  content: " ";
  display: table;
}
.site-header.center-logo .primary-navigation:after {
  clear: both;
}
@media only screen and (max-width: 769px) {
  .site-header.center-logo .primary-navigation {
    display: none;
  }
}
.site-header.center-logo .primary-navigation.left {
  text-align: right;
  padding-right: 100px;
}
.site-header.center-logo .primary-navigation.right {
  text-align: left;
  padding-left: 100px;
}
.site-header.center-logo.headroom--not-top .primary-navigation {
  height: 60px;
}
@media only screen and (max-width: 1024px) {
  .site-header .mobile-nav-toggle-button {
    top: 14px;
  }
  .site-header .site-title {
    line-height: 60px;
    height: 60px;
  }
  .site-header .site-title a {
    line-height: 60px;
  }
}
@media only screen and (min-width: 1025px) {
  .site-header {
    /* Init Transparent */
  }
  .site-header.init-transparent.headroom--top {
    background: transparent;
  }
  .site-header.init-transparent.headroom--top .search-toggle > a.active {
    color: rgba(0, 0, 0, 0.3) !important;
  }
  .site-header.init-transparent.headroom--top .search-toggle form .search-field {
    background: #f7f7f7;
  }
  .site-header.headroom--not-top {
    box-shadow: -1px 0px 5px 2px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: -1px 0px 5px 2px rgba(0, 0, 0, 0.175);
    height: 60px;
  }
  .site-header.headroom--not-top .mobile-nav-toggle-button {
    top: 14px;
  }
  .site-header.headroom--not-top .site-title {
    line-height: 60px;
    height: 60px;
  }
  .site-header.headroom--not-top .site-title a {
    line-height: 60px;
    margin-top: -10px;
  }
  .site-header.headroom--not-top .site-title a img {
    margin-top: -2px;
  }
  .site-header.headroom--not-top .primary-navigation > span > a {
    line-height: 60px;
  }
  .site-header.headroom--not-top .primary-navigation > div > ul > li > a,
  .site-header.headroom--not-top .primary-navigation .primary-menu > ul > li > a {
    line-height: 60px;
    padding: 0 10px;
    letter-spacing: 0;
  }
  .site-header.headroom--not-top .primary-navigation > div > ul > li > .sub-menu,
  .site-header.headroom--not-top .primary-navigation .primary-menu > ul > li > .sub-menu,
  .site-header.headroom--not-top .primary-navigation > div > ul > li > .children,
  .site-header.headroom--not-top .primary-navigation .primary-menu > ul > li > .children {
    top: 60px;
  }
}
body {
  position: relative;
  right: 0;
  -webkit-transition: right 0.3s ease-out;
  -moz-transition: right 0.3s ease-out;
  -o-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
@media (max-width: 1025px) {
  body.mobile-menu-is-open {
    right: 80%;
  }
}
.mobile-nav-menu {
  position: fixed;
  z-index: 11;
  width: 80%;
  height: 100%;
  right: -80%;
  background: #111;
  padding: 0 15px;
  overflow-y: scroll;
  -webkit-transition: right 0.3s ease-out;
  -moz-transition: right 0.3s ease-out;
  -o-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
}
.mobile-nav-menu .close {
  text-align: right;
  display: block;
  font-size: 40px;
}
.mobile-nav-menu.is-open {
  box-shadow: -3px 0 5px rgba(0, 0, 0, 0.1);
  right: 0;
}
.mobile-nav-menu .search-form {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  color: #555;
}
.mobile-nav-menu .search-form label {
  margin: 0;
  display: block;
}
.mobile-nav-menu .search-form input {
  box-shadow: none !important;
  padding: 6px 69px 6px 12px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  width: 100%;
  height: 34px;
  font-size: 14px;
  border: none;
  background: #f1f1f1;
  color: #555;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.mobile-nav-menu .search-form input::-webkit-input-placeholder {
  color: #aaa;
}
.mobile-nav-menu .search-form input:-moz-placeholder {
  color: #aaa;
}
.mobile-nav-menu .search-form input::-moz-placeholder {
  color: #aaa;
}
.mobile-nav-menu .search-form input:-ms-input-placeholder {
  color: #aaa;
}
.mobile-nav-menu .search-form input[type="submit"] {
  display: none;
}
.mobile-nav-menu ul.mobile-nav {
  margin: 0;
  padding: 0;
}
.mobile-nav-menu ul.mobile-nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.mobile-nav-menu ul.mobile-nav li .sub-menu-toggle {
  content: "\f078";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  cursor: pointer;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0 15px;
  display: none;
}
.mobile-nav-menu ul.mobile-nav li a {
  display: block;
  line-height: 40px;
  color: #ccc;
}
.mobile-nav-menu ul.mobile-nav li ul {
  display: none;
  padding-left: 15px;
}
.mobile-nav-menu ul.mobile-nav li.menu-item-has-children > .sub-menu-toggle {
  display: block;
}
.mobile-nav-menu ul.mobile-nav li.menu-item-has-children.is-open > .sub-menu-toggle:before {
  content: '\f077';
}
.mobile-nav-menu ul.mobile-nav > li > ul li:last-child {
  border-bottom: none;
}
/* III.3. FOOTER */
.footer-wrapper {
  position: relative;
  background-position: center;
  background-size: cover;
}
.footer-wrapper .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.footer-wrapper .site-pre-footer,
.footer-wrapper .site-footer {
  position: relative;
  z-index: 3;
}
.footer-wrapper.common-bg .site-pre-footer,
.footer-wrapper.common-bg .site-footer {
  background: transparent !important;
}
.footer-wrapper.common-bg .site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.site-pre-footer {
  background: #444444;
  padding: 50px 0;
  text-align: center;
}
.site-pre-footer .entry-logo {
  margin-bottom: 15px;
}
.site-pre-footer .entry-description {
  margin: 15px 0;
  display: block;
}
@media only screen and (min-width: 769px) {
  .site-pre-footer .entry-description {
    padding: 0 15%;
  }
}
.site-pre-footer .entry-nav {
  margin-top: 15px;
}
.site-pre-footer .entry-nav a {
  margin: 0 10px;
}
.site-pre-footer .entry-nav a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.site-pre-footer .widget {
  line-height: 1.8;
}
.site-pre-footer .widget a {
  position: relative;
  display: inline-block;
}
.site-pre-footer .widget a:before {
  content: '';
  width: 0;
  height: 1px;
  background: transparent;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid;
}
.site-pre-footer .widget a:hover:before {
  width: 100%;
}
.site-pre-footer .widget .widget-title {
  margin: 0 0 30px 0;
  font-size: 40px;
}
.site-pre-footer .widget .cherry-motif {
  display: block;
  margin-bottom: 10px;
}
.site-pre-footer .widget.widget_menu a {
  line-height: 40px;
}
.site-pre-footer .widget.widget_text p {
  margin-bottom: 15px;
}
.site-pre-footer .widget.widget_mailchimp_subscribe .fields-wrapper {
  position: relative;
}
.site-pre-footer .widget.widget_mailchimp_subscribe .fields-wrapper input {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  height: 40px;
  padding: 20px 40px 20px 20px;
}
.site-pre-footer .widget.widget_mailchimp_subscribe .fields-wrapper input:focus {
  border-color: rgba(255, 255, 255, 0.2);
}
.site-pre-footer .widget.widget_mailchimp_subscribe .fields-wrapper button {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  padding: 0 20px;
  background: transparent;
  border-color: transparent;
  color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.site-pre-footer .widget.widget_mailchimp_subscribe .fields-wrapper button:focus {
  padding: 0 10px;
}
.site-footer {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 50px 0;
}
.site-footer .socials {
  margin-bottom: 30px;
}
.site-footer .socials a {
  background: rgba(255, 255, 255, 0.1);
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  margin: 0 5px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.site-footer .socials a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.site-footer .copyright {
  color: rgba(255, 255, 255, 0.5);
}
.site-footer .copyright a {
  color: rgba(255, 255, 255, 0.5);
}
/* III.4. SIDEBAR */
.widget-fa,
.widget .widget-title:before,
.widget.widget_rss ul li .rsswidget:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.widget {
  margin-bottom: 30px;
}
.widget img {
  height: auto;
  max-width: 100%;
}
.widget .widget-title {
  font-size: 14px;
  margin: 15px 0;
}
.widget .widget-title:before {
  margin-right: 10px;
}
.widget.widget_blog_tabs .tabs {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  *zoom: 1;
}
.widget.widget_blog_tabs .tabs:before,
.widget.widget_blog_tabs .tabs:after {
  content: " ";
  display: table;
}
.widget.widget_blog_tabs .tabs:after {
  clear: both;
}
.widget.widget_blog_tabs .tabs .separator {
  display: none;
}
.widget.widget_blog_tabs .tabs li {
  float: left;
}
.widget.widget_blog_tabs .tabs li a {
  background: rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: block;
}
.widget.widget_blog_tabs .tabs li.is-active a {
  background: rgba(0, 0, 0, 0.08);
}
.widget.widget_blog_tabs > div:not(.tabs) {
  display: none;
}
.widget.widget_blog_tabs > div:not(.tabs).is-active {
  display: block;
}
.widget.widget_blog_tabs > div:not(.tabs) ul a {
  line-height: 30px;
}
.widget.widget_archive select,
.widget.widget_categories select,
.widget.widget_text select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-overflow: '';
  width: 100%;
  padding: 3px 5px;
  border: 1px solid #e6e6e6;
}
.widget.widget_archive select:focus,
.widget.widget_categories select:focus,
.widget.widget_text select:focus {
  outline: none;
}
.widget.widget_archive,
.widget.widget_categories,
.widget.widget_pages,
.widget.widget_meta,
.widget.widget_recent_comments,
.widget.widget_recent_entries {
  line-height: 40px;
}
.widget.widget_archive > ul > li,
.widget.widget_categories > ul > li,
.widget.widget_pages > ul > li,
.widget.widget_meta > ul > li,
.widget.widget_recent_comments > ul > li,
.widget.widget_recent_entries > ul > li {
  color: #aaa;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget.widget_archive > ul > li a,
.widget.widget_categories > ul > li a,
.widget.widget_pages > ul > li a,
.widget.widget_meta > ul > li a,
.widget.widget_recent_comments > ul > li a,
.widget.widget_recent_entries > ul > li a {
  color: #aaa;
  display: inline-block;
}
.widget.widget_archive > ul > li a:before,
.widget.widget_categories > ul > li a:before,
.widget.widget_pages > ul > li a:before,
.widget.widget_meta > ul > li a:before,
.widget.widget_recent_comments > ul > li a:before,
.widget.widget_recent_entries > ul > li a:before {
  content: '';
  width: 8px;
  height: 2px;
  display: inline-block;
  background: #e8e8e8;
  margin-right: 10px;
  position: relative;
  top: -4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget.widget_archive > ul > li ul,
.widget.widget_categories > ul > li ul,
.widget.widget_pages > ul > li ul,
.widget.widget_meta > ul > li ul,
.widget.widget_recent_comments > ul > li ul,
.widget.widget_recent_entries > ul > li ul {
  padding-left: 15px;
}
.widget.widget_calendar table {
  border: 1px solid #e6e6e6;
}
.widget.widget_calendar table caption {
  border: 1px solid #e6e6e6;
  border-bottom: none;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
}
.widget.widget_calendar table th,
.widget.widget_calendar table td {
  text-align: center;
}
.widget.widget_calendar table thead {
  padding: 1px;
}
.widget.widget_calendar table thead tr {
  background: #f5f5f5;
}
.widget.widget_calendar table thead th {
  padding: 8px 0;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 700;
}
.widget.widget_calendar table tbody td {
  padding: 6px 0 3px;
  color: #acacac;
}
.widget.widget_calendar table tbody td a {
  font-weight: 700;
}
.widget.widget_calendar table tbody td a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.widget.widget_calendar table #today {
  font-weight: 700;
  color: #333;
  color: #fff !important;
}
.widget.widget_calendar table tfoot td {
  padding: 15px 0;
}
.widget.widget_recent_comments ul li {
  color: rgba(0, 0, 0, 0.5);
}
.widget.widget_recent_comments ul li > span.comment-author-link {
  color: rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
}
.widget.widget_rss {
  line-height: 1.5;
}
.widget.widget_rss img {
  display: none;
}
.widget.widget_rss ul li {
  padding: 15px 0;
}
.widget.widget_rss ul li .rsswidget {
  font-weight: bold;
}
.widget.widget_rss ul li .rsswidget:before {
  content: "\f09e";
  margin-right: 5px;
}
.widget.widget_rss .rss-date {
  font-size: 12px;
  display: block;
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 5px 0;
}
.widget.widget_rss cite {
  color: rgba(0, 0, 0, 0.7);
  display: block;
}
.widget.widget_rss cite:before {
  content: "\2014 ";
  margin-right: 5px;
}
.widget.widget_tag_cloud .tagcloud a {
  padding: 0 10px;
  margin: 0 2px 5px 0;
  line-height: 28px;
  display: inline-block;
  border: 1px solid;
  font-size: 14px !important;
}
.widget.widget_tag_cloud .tagcloud a:hover {
  color: #fff !important;
}
.widget.widget_nav_menu {
  line-height: 40px;
}
.widget.widget_nav_menu a {
  color: rgba(0, 0, 0, 0.7);
}
.widget.widget_nav_menu > div > ul > li ul {
  padding-left: 15px;
}
.widget.widget_nav_menu .sub-menu {
  padding-left: 15px;
}
.widget.widget_search label {
  position: relative;
  overflow: hidden;
  display: block;
}
.widget.widget_search label:before {
  content: "\f002";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
  position: absolute;
  top: 8px;
  right: 10px;
  color: #bababa;
}
.widget.widget_search input[type="search"] {
  display: block;
  width: 100%;
  line-height: 36px;
  border: 1px solid #e6e6e6;
  padding: 0 40px 0 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget.widget_search input[type="search"]::-webkit-input-placeholder {
  color: #bababa;
}
.widget.widget_search input[type="search"]:-moz-placeholder {
  color: #bababa;
}
.widget.widget_search input[type="search"]::-moz-placeholder {
  color: #bababa;
}
.widget.widget_search input[type="search"]:-ms-input-placeholder {
  color: #bababa;
}
.widget.widget_search input[type="search"]:focus {
  background: rgba(0, 0, 0, 0.05);
}
.widget.widget_search input[type="submit"] {
  top: 0;
  right: 0;
  border: none;
  height: 40px;
  background: transparent;
  width: 40px;
  text-align: center;
  display: none;
}
.widget.widget_social li {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.widget.widget_social li a {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.widget.widget_social li a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.sidebar .woocommerce-sidebar-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.sidebar > .woocommerce {
  margin-top: 30px;
}
.sidebar > .woocommerce h2,
.sidebar > .woocommerce .widget-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
}
.sidebar > .woocommerce a {
  color: #aaa;
}
.sidebar > .woocommerce ul {
  margin: 0;
}
.sidebar > .woocommerce ul li {
  border: none !important;
  padding: 0;
  margin: 0;
}
.sidebar > .woocommerce ul li a {
  display: inline-block;
  margin-bottom: 10px;
  color: #aaa;
}
.sidebar > .woocommerce ul ul li {
  padding: 0;
}
.sidebar > .woocommerce.widget_product_categories ul ul {
  margin-left: 15px;
}
.sidebar > .woocommerce.widget_product_tag_cloud a {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px !important;
  margin-bottom: 10px;
}
.sidebar > .woocommerce.widget_price_filter .price_slider_wrapper .price_slider {
  margin-bottom: 20px;
}
.sidebar > .woocommerce.widget_price_filter .price_slider_wrapper .ui-slider {
  background: #f2f2f2 !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 3px;
}
.sidebar > .woocommerce.widget_price_filter .price_slider_wrapper .ui-slider-range {
  background: #aaa;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.sidebar > .woocommerce.widget_price_filter .price_slider_wrapper .ui-slider-handle {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  width: 11px;
  height: 11px;
  background: #c6c6c6;
}
.sidebar > .woocommerce.widget_price_filter .price_slider_wrapper .ui-slider-handle:first-child {
  margin-left: 0;
}
.sidebar > .woocommerce.widget_price_filter .price_slider_wrapper .ui-slider-handle:last-child {
  margin-left: -11px;
}
.sidebar > .woocommerce.widget_price_filter .price_slider_amount {
  margin-top: 10px;
}
.sidebar > .woocommerce.widget_price_filter .price_slider_amount button {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 34px;
  padding: 0 20px;
  display: inline-block;
  box-shadow: none;
  border: none;
  cursor: pointer;
  position: relative;
  color: #fff;
  line-height: 34px;
  color: #fff !important;
}
.sidebar > .woocommerce.widget_price_filter .price_slider_amount button:active {
  top: 1px;
}
.sidebar > .woocommerce.widget_price_filter .price_slider_amount button.solid {
  line-height: 34px;
  color: #fff !important;
}
.sidebar > .woocommerce.widget_price_filter .price_slider_amount button.solid:hover,
.sidebar > .woocommerce.widget_price_filter .price_slider_amount button.solid:focus {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.sidebar > .woocommerce.widget_price_filter .price_slider_amount button.border {
  border: 2px solid;
  background: transparent;
  line-height: 30px;
}
.sidebar > .woocommerce.widget_price_filter .price_slider_amount button.no-bg {
  padding: 0;
}
.sidebar > .woocommerce.widget_price_filter .price_slider_amount button.no-bg:hover {
  padding: 0 20px;
  color: #fff !important;
}
.sidebar > .woocommerce.widget_price_filter .price_slider_amount button.br-0 {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.sidebar > .woocommerce.widget_price_filter .price_slider_amount button.br-4 {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.sidebar > .woocommerce.widget_price_filter .price_slider_amount button.br-50 {
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.sidebar > .woocommerce.widget_price_filter .price_slider_amount button:hover,
.sidebar > .woocommerce.widget_price_filter .price_slider_amount button:focus {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.sidebar > .woocommerce.widget_price_filter .price_slider_amount .price_label {
  line-height: 34px;
  color: #aaa;
  font-size: 14px;
}
/* III.5. POST */
.main-content.post {
  margin-top: 30px;
}
.post .entry-date a:before,
.fw_menu .entry-date a:before,
.entry-post-header .entry-date a:before {
  content: "\f073";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
  margin-right: 5px;
}
.post .byline span:before,
.fw_menu .byline span:before,
.entry-post-header .byline span:before {
  content: "\f044";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
  margin-right: 5px;
}
.post .edit-link a:before,
.fw_menu .edit-link a:before,
.entry-post-header .edit-link a:before {
  content: "\f044";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
  margin-right: 5px;
}
.post .comments-link a:before,
.fw_menu .comments-link a:before,
.entry-post-header .comments-link a:before {
  content: "\f0e5";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
  margin-right: 5px;
}
.entry-post-header {
  text-align: center;
  padding-bottom: 50px;
}
.entry-post-header .entry-title {
  font-size: 30px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 769px) {
  .entry-post-header .entry-title {
    font-size: 60px;
  }
}
.entry-post-header .entry-meta span {
  margin-right: 15px;
}
.post-wrapper {
  margin-bottom: 30px;
}
.blog-list-template .post {
  margin-bottom: 30px;
}
.post-content {
  margin-bottom: 100px;
}
.post.sticky .entry-media .inner,
.fw_menu.sticky .entry-media .inner {
  position: relative;
}
.post.sticky .entry-media .inner .sticky-icon,
.fw_menu.sticky .entry-media .inner .sticky-icon {
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 0;
  padding: 2px 0 2px 10px;
  font-size: 20px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.post.sticky .entry-media .inner .sticky-icon:hover,
.fw_menu.sticky .entry-media .inner .sticky-icon:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  padding: 2px 0 2px 14px;
}
.post.sticky .entry-media .inner .sticky-icon:before,
.fw_menu.sticky .entry-media .inner .sticky-icon:before,
.post.sticky .entry-media .inner .sticky-icon:after,
.fw_menu.sticky .entry-media .inner .sticky-icon:after {
  content: '';
  position: absolute;
  right: -27px;
  border-left: 0 solid transparent;
  border-right: 27px solid transparent;
}
.post.sticky .entry-media .inner .sticky-icon:before,
.fw_menu.sticky .entry-media .inner .sticky-icon:before {
  top: 0;
  width: 0;
  height: 0;
  border-top: 27px solid #c3917d;
}
.post.sticky .entry-media .inner .sticky-icon:after,
.fw_menu.sticky .entry-media .inner .sticky-icon:after {
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 27px solid #c3917d;
}
.post .entry-content,
.fw_menu .entry-content,
.post.entry-content,
.fw_menu.entry-content {
  letter-spacing: 0.5px;
  line-height: 1.7;
  margin-bottom: 50px;
}
.post .entry-content a,
.fw_menu .entry-content a,
.post.entry-content a,
.fw_menu.entry-content a {
  position: relative;
  display: inline-block;
}
.post .entry-content a:before,
.fw_menu .entry-content a:before,
.post.entry-content a:before,
.fw_menu.entry-content a:before {
  content: '';
  width: 0;
  height: 1px;
  background: transparent;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid;
}
.post .entry-content a:hover:before,
.fw_menu .entry-content a:hover:before,
.post.entry-content a:hover:before,
.fw_menu.entry-content a:hover:before {
  width: 100%;
}
.post .entry-content p,
.fw_menu .entry-content p,
.post.entry-content p,
.fw_menu.entry-content p {
  margin-bottom: 15px;
}
.post .entry-content img,
.fw_menu .entry-content img,
.post.entry-content img,
.fw_menu.entry-content img {
  margin-bottom: 15px;
}
.post .entry-content ul,
.fw_menu .entry-content ul,
.post.entry-content ul,
.fw_menu.entry-content ul {
  padding-left: 20px;
}
.post .entry-content ul li,
.fw_menu .entry-content ul li,
.post.entry-content ul li,
.fw_menu.entry-content ul li {
  list-style: disc;
}
.post .entry-content ol,
.fw_menu .entry-content ol,
.post.entry-content ol,
.fw_menu.entry-content ol {
  padding-left: 20px;
}
.post .entry-content ol li,
.fw_menu .entry-content ol li,
.post.entry-content ol li,
.fw_menu.entry-content ol li {
  list-style: initial;
  list-style-type: decimal;
}
.post .entry-content table,
.fw_menu .entry-content table,
.post.entry-content table,
.fw_menu.entry-content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.post .entry-content table > thead > tr > th,
.fw_menu .entry-content table > thead > tr > th,
.post.entry-content table > thead > tr > th,
.fw_menu.entry-content table > thead > tr > th,
.post .entry-content table > tbody > tr > th,
.fw_menu .entry-content table > tbody > tr > th,
.post.entry-content table > tbody > tr > th,
.fw_menu.entry-content table > tbody > tr > th,
.post .entry-content table > tfoot > tr > th,
.fw_menu .entry-content table > tfoot > tr > th,
.post.entry-content table > tfoot > tr > th,
.fw_menu.entry-content table > tfoot > tr > th,
.post .entry-content table > thead > tr > td,
.fw_menu .entry-content table > thead > tr > td,
.post.entry-content table > thead > tr > td,
.fw_menu.entry-content table > thead > tr > td,
.post .entry-content table > tbody > tr > td,
.fw_menu .entry-content table > tbody > tr > td,
.post.entry-content table > tbody > tr > td,
.fw_menu.entry-content table > tbody > tr > td,
.post .entry-content table > tfoot > tr > td,
.fw_menu .entry-content table > tfoot > tr > td,
.post.entry-content table > tfoot > tr > td,
.fw_menu.entry-content table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.post .entry-content table > thead > tr > th,
.fw_menu .entry-content table > thead > tr > th,
.post.entry-content table > thead > tr > th,
.fw_menu.entry-content table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.post .entry-content table > caption + thead > tr:first-child > th,
.fw_menu .entry-content table > caption + thead > tr:first-child > th,
.post.entry-content table > caption + thead > tr:first-child > th,
.fw_menu.entry-content table > caption + thead > tr:first-child > th,
.post .entry-content table > colgroup + thead > tr:first-child > th,
.fw_menu .entry-content table > colgroup + thead > tr:first-child > th,
.post.entry-content table > colgroup + thead > tr:first-child > th,
.fw_menu.entry-content table > colgroup + thead > tr:first-child > th,
.post .entry-content table > thead:first-child > tr:first-child > th,
.fw_menu .entry-content table > thead:first-child > tr:first-child > th,
.post.entry-content table > thead:first-child > tr:first-child > th,
.fw_menu.entry-content table > thead:first-child > tr:first-child > th,
.post .entry-content table > caption + thead > tr:first-child > td,
.fw_menu .entry-content table > caption + thead > tr:first-child > td,
.post.entry-content table > caption + thead > tr:first-child > td,
.fw_menu.entry-content table > caption + thead > tr:first-child > td,
.post .entry-content table > colgroup + thead > tr:first-child > td,
.fw_menu .entry-content table > colgroup + thead > tr:first-child > td,
.post.entry-content table > colgroup + thead > tr:first-child > td,
.fw_menu.entry-content table > colgroup + thead > tr:first-child > td,
.post .entry-content table > thead:first-child > tr:first-child > td,
.fw_menu .entry-content table > thead:first-child > tr:first-child > td,
.post.entry-content table > thead:first-child > tr:first-child > td,
.fw_menu.entry-content table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.post .entry-content table > tbody + tbody,
.fw_menu .entry-content table > tbody + tbody,
.post.entry-content table > tbody + tbody,
.fw_menu.entry-content table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.post .entry-content table .table,
.fw_menu .entry-content table .table,
.post.entry-content table .table,
.fw_menu.entry-content table .table {
  background-color: #ffffff;
}
.post .entry-content dt,
.fw_menu .entry-content dt,
.post.entry-content dt,
.fw_menu.entry-content dt {
  margin-bottom: 5px;
}
.post .entry-content dd,
.fw_menu .entry-content dd,
.post.entry-content dd,
.fw_menu.entry-content dd {
  margin-bottom: 15px;
}
.post .entry-content blockquote,
.fw_menu .entry-content blockquote,
.post.entry-content blockquote,
.fw_menu.entry-content blockquote {
  background: #f9f9f9;
  border-left: 5px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
.post .entry-content blockquote:before,
.fw_menu .entry-content blockquote:before,
.post.entry-content blockquote:before,
.fw_menu.entry-content blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.post .entry-content blockquote p,
.fw_menu .entry-content blockquote p,
.post.entry-content blockquote p,
.fw_menu.entry-content blockquote p {
  display: inline;
}
.post .entry-content dl,
.fw_menu .entry-content dl,
.post.entry-content dl,
.fw_menu.entry-content dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.post .entry-content dt,
.fw_menu .entry-content dt,
.post.entry-content dt,
.fw_menu.entry-content dt,
.post .entry-content dd,
.fw_menu .entry-content dd,
.post.entry-content dd,
.fw_menu.entry-content dd {
  line-height: 1.42857143;
}
.post .entry-content dt,
.fw_menu .entry-content dt,
.post.entry-content dt,
.fw_menu.entry-content dt {
  font-weight: bold;
}
.post .entry-content dd,
.fw_menu .entry-content dd,
.post.entry-content dd,
.fw_menu.entry-content dd {
  margin-left: 0;
}
@media (min-width: 769px) {
  .post .entry-content dt,
  .fw_menu .entry-content dt,
  .post.entry-content dt,
  .fw_menu.entry-content dt {
    float: left;
    width: 130px;
    clear: left;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .post .entry-content dd,
  .fw_menu .entry-content dd,
  .post.entry-content dd,
  .fw_menu.entry-content dd {
    margin-left: 180px;
  }
}
.post .entry-content address,
.fw_menu .entry-content address,
.post.entry-content address,
.fw_menu.entry-content address {
  font-style: italic;
  margin-bottom: auto;
}
.post .entry-content strong,
.fw_menu .entry-content strong,
.post.entry-content strong,
.fw_menu.entry-content strong {
  font-weight: 700;
}
.post .entry-content em,
.fw_menu .entry-content em,
.post.entry-content em,
.fw_menu.entry-content em {
  font-style: italic;
}
.post .entry-content button,
.fw_menu .entry-content button,
.post.entry-content button,
.fw_menu.entry-content button,
.post .entry-content input[type="submit"],
.fw_menu .entry-content input[type="submit"],
.post.entry-content input[type="submit"],
.fw_menu.entry-content input[type="submit"] {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 34px;
  padding: 0 20px;
  display: inline-block;
  box-shadow: none;
  border: none;
  cursor: pointer;
  position: relative;
  color: #fff;
  line-height: 34px;
  color: #fff !important;
}
.post .entry-content button:active,
.fw_menu .entry-content button:active,
.post.entry-content button:active,
.fw_menu.entry-content button:active,
.post .entry-content input[type="submit"]:active,
.fw_menu .entry-content input[type="submit"]:active,
.post.entry-content input[type="submit"]:active,
.fw_menu.entry-content input[type="submit"]:active {
  top: 1px;
}
.post .entry-content button.solid,
.fw_menu .entry-content button.solid,
.post.entry-content button.solid,
.fw_menu.entry-content button.solid,
.post .entry-content input[type="submit"].solid,
.fw_menu .entry-content input[type="submit"].solid,
.post.entry-content input[type="submit"].solid,
.fw_menu.entry-content input[type="submit"].solid {
  line-height: 34px;
  color: #fff !important;
}
.post .entry-content button.solid:hover,
.fw_menu .entry-content button.solid:hover,
.post.entry-content button.solid:hover,
.fw_menu.entry-content button.solid:hover,
.post .entry-content input[type="submit"].solid:hover,
.fw_menu .entry-content input[type="submit"].solid:hover,
.post.entry-content input[type="submit"].solid:hover,
.fw_menu.entry-content input[type="submit"].solid:hover,
.post .entry-content button.solid:focus,
.fw_menu .entry-content button.solid:focus,
.post.entry-content button.solid:focus,
.fw_menu.entry-content button.solid:focus,
.post .entry-content input[type="submit"].solid:focus,
.fw_menu .entry-content input[type="submit"].solid:focus,
.post.entry-content input[type="submit"].solid:focus,
.fw_menu.entry-content input[type="submit"].solid:focus {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.post .entry-content button.border,
.fw_menu .entry-content button.border,
.post.entry-content button.border,
.fw_menu.entry-content button.border,
.post .entry-content input[type="submit"].border,
.fw_menu .entry-content input[type="submit"].border,
.post.entry-content input[type="submit"].border,
.fw_menu.entry-content input[type="submit"].border {
  border: 2px solid;
  background: transparent;
  line-height: 30px;
}
.post .entry-content button.no-bg,
.fw_menu .entry-content button.no-bg,
.post.entry-content button.no-bg,
.fw_menu.entry-content button.no-bg,
.post .entry-content input[type="submit"].no-bg,
.fw_menu .entry-content input[type="submit"].no-bg,
.post.entry-content input[type="submit"].no-bg,
.fw_menu.entry-content input[type="submit"].no-bg {
  padding: 0;
}
.post .entry-content button.no-bg:hover,
.fw_menu .entry-content button.no-bg:hover,
.post.entry-content button.no-bg:hover,
.fw_menu.entry-content button.no-bg:hover,
.post .entry-content input[type="submit"].no-bg:hover,
.fw_menu .entry-content input[type="submit"].no-bg:hover,
.post.entry-content input[type="submit"].no-bg:hover,
.fw_menu.entry-content input[type="submit"].no-bg:hover {
  padding: 0 20px;
  color: #fff !important;
}
.post .entry-content button.br-0,
.fw_menu .entry-content button.br-0,
.post.entry-content button.br-0,
.fw_menu.entry-content button.br-0,
.post .entry-content input[type="submit"].br-0,
.fw_menu .entry-content input[type="submit"].br-0,
.post.entry-content input[type="submit"].br-0,
.fw_menu.entry-content input[type="submit"].br-0 {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.post .entry-content button.br-4,
.fw_menu .entry-content button.br-4,
.post.entry-content button.br-4,
.fw_menu.entry-content button.br-4,
.post .entry-content input[type="submit"].br-4,
.fw_menu .entry-content input[type="submit"].br-4,
.post.entry-content input[type="submit"].br-4,
.fw_menu.entry-content input[type="submit"].br-4 {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.post .entry-content button.br-50,
.fw_menu .entry-content button.br-50,
.post.entry-content button.br-50,
.fw_menu.entry-content button.br-50,
.post .entry-content input[type="submit"].br-50,
.fw_menu .entry-content input[type="submit"].br-50,
.post.entry-content input[type="submit"].br-50,
.fw_menu.entry-content input[type="submit"].br-50 {
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.post .entry-content label,
.fw_menu .entry-content label,
.post.entry-content label,
.fw_menu.entry-content label {
  margin: 5px 0;
}
.post .entry-title,
.fw_menu .entry-title {
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 5px;
}
.post .entry-title a,
.fw_menu .entry-title a {
  font-size: 14px;
}
.post .cat-links,
.fw_menu .cat-links,
.post .tag-links,
.fw_menu .tag-links,
.post .post-format,
.fw_menu .post-format,
.post .byline,
.fw_menu .byline {
  display: none;
}
.post .post-thumbnail,
.fw_menu .post-thumbnail {
  margin-bottom: 15px;
}
.post .entry-meta,
.fw_menu .entry-meta {
  color: #bababa;
}
.post .entry-meta span,
.fw_menu .entry-meta span {
  margin-right: 20px;
}
.post .entry-meta a,
.fw_menu .entry-meta a {
  color: #bababa !important;
}
.post .entry-format,
.fw_menu .entry-format {
  margin-bottom: 15px;
  word-wrap: break-word;
}
.post .entry-format .post-thumbnail img,
.fw_menu .entry-format .post-thumbnail img,
.post .entry-format .format-thumbnail img,
.fw_menu .entry-format .format-thumbnail img {
  display: block;
  margin: 0 auto;
}
.post .entry-format .format-thumbnail,
.fw_menu .entry-format .format-thumbnail {
  position: relative;
}
.post .entry-format .format-thumbnail .format-thumbnail-inner,
.fw_menu .entry-format .format-thumbnail .format-thumbnail-inner {
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
}
.post .entry-format .format-thumbnail .format-thumbnail-inner.one-second,
.fw_menu .entry-format .format-thumbnail .format-thumbnail-inner.one-second {
  padding-bottom: 20%;
}
.post .entry-format .format-thumbnail .format-thumbnail-inner.three-fourth,
.fw_menu .entry-format .format-thumbnail .format-thumbnail-inner.three-fourth {
  padding-bottom: 75%;
}
.post .entry-format .format-thumbnail .format-thumbnail-inner.square,
.fw_menu .entry-format .format-thumbnail .format-thumbnail-inner.square {
  padding-bottom: 100%;
}
.post .entry-format .format-thumbnail i,
.fw_menu .entry-format .format-thumbnail i {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  font-size: 80px;
  margin-top: -40px;
  color: rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 769px) {
  .post .entry-format .format-thumbnail i,
  .fw_menu .entry-format .format-thumbnail i {
    font-size: 50px;
    margin-top: -25px;
  }
}
.post .embed-responsive,
.fw_menu .embed-responsive {
  margin-bottom: 15px;
}
.post .entry-foot-meta,
.fw_menu .entry-foot-meta {
  margin-top: 50px;
}
.post .entry-foot-meta .tags,
.fw_menu .entry-foot-meta .tags {
  color: #aeaeae;
  margin-bottom: 15px;
}
.post .entry-foot-meta .tags span,
.fw_menu .entry-foot-meta .tags span {
  margin-right: 5px;
}
.post .entry-foot-meta .tags a,
.fw_menu .entry-foot-meta .tags a {
  color: #aeaeae;
}
@media only screen and (min-width: 769px) {
  .post .entry-foot-meta .social-links,
  .fw_menu .entry-foot-meta .social-links {
    text-align: right;
  }
}
.post .entry-foot-meta .social-links ul a,
.fw_menu .entry-foot-meta .social-links ul a {
  font-size: 18px;
  padding: 0 5px;
  color: #aeaeae;
}
.post .entry-author-meta,
.fw_menu .entry-author-meta {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
}
@media (max-width: 992px) {
  .post .entry-author-meta,
  .fw_menu .entry-author-meta {
    text-align: center;
  }
}
.post .entry-author-meta .author-av img,
.fw_menu .entry-author-meta .author-av img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .post .entry-author-meta .author-av,
  .fw_menu .entry-author-meta .author-av {
    margin-bottom: 15px;
  }
}
.post .entry-author-meta .author-id .fullname,
.fw_menu .entry-author-meta .author-id .fullname {
  text-transform: uppercase;
}
.post .entry-author-meta .author-id p,
.fw_menu .entry-author-meta .author-id p {
  color: #aeaeae;
  line-height: 1.8;
  margin-top: 15px;
}
@media (max-width: 992px) {
  .post .entry-author-meta .author-id p,
  .fw_menu .entry-author-meta .author-id p {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .post .entry-author-meta .social-links,
  .fw_menu .entry-author-meta .social-links {
    position: absolute;
    top: 50px;
    right: 0;
  }
}
.post .entry-author-meta .social-links a,
.fw_menu .entry-author-meta .social-links a {
  font-size: 18px;
  padding: 0 5px;
  color: #aeaeae;
}
.post.format-quote .entry-format,
.fw_menu.format-quote .entry-format {
  padding: 30px;
  border: 1px solid #bababa;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.post.format-quote .entry-format:hover,
.fw_menu.format-quote .entry-format:hover {
  border-style: dashed;
}
.post.format-quote .entry-format p,
.fw_menu.format-quote .entry-format p {
  font-size: 18px;
}
.post.format-quote .entry-format.placeholder,
.fw_menu.format-quote .entry-format.placeholder {
  padding: 0;
  border: none;
}
.post.format-quote blockquote,
.fw_menu.format-quote blockquote {
  margin: 0;
}
.post.format-quote cite,
.fw_menu.format-quote cite {
  display: block;
  margin-top: 30px;
  font-size: 14px;
}
.post.format-quote cite:before,
.fw_menu.format-quote cite:before {
  content: '\2014';
  margin-right: 5px;
  color: #bababa;
}
.post.format-link .entry-format,
.fw_menu.format-link .entry-format {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 30px;
  border: 1px solid #bababa;
  font-size: 14px;
}
.post.format-link .entry-format:hover,
.fw_menu.format-link .entry-format:hover {
  border-style: dashed;
}
.post.format-link .entry-format .lnk-url,
.fw_menu.format-link .entry-format .lnk-url {
  color: #bababa !important;
}
.post.format-gallery .flexslider,
.fw_menu.format-gallery .flexslider {
  position: relative;
  overflow: hidden;
}
.post.format-gallery .flexslider .flex-next,
.fw_menu.format-gallery .flexslider .flex-next,
.post.format-gallery .flexslider .flex-prev,
.fw_menu.format-gallery .flexslider .flex-prev {
  position: absolute;
  z-index: 2;
  top: 50%;
  font-size: 50px;
  margin-top: -37px;
  color: #fff !important;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.post.format-gallery .flexslider .flex-next:hover,
.fw_menu.format-gallery .flexslider .flex-next:hover,
.post.format-gallery .flexslider .flex-prev:hover,
.fw_menu.format-gallery .flexslider .flex-prev:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.post.format-gallery .flexslider .flex-next,
.fw_menu.format-gallery .flexslider .flex-next {
  right: -20px;
}
.post.format-gallery .flexslider .flex-prev,
.fw_menu.format-gallery .flexslider .flex-prev {
  left: -20px;
}
.post.format-gallery:hover .flex-next,
.fw_menu.format-gallery:hover .flex-next {
  right: 10px;
}
.post.format-gallery:hover .flex-prev,
.fw_menu.format-gallery:hover .flex-prev {
  left: 10px;
}
.post.format-gallery .entry-content .gallery,
.fw_menu.format-gallery .entry-content .gallery {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
}
.post.format-gallery .entry-content .gallery:before,
.fw_menu.format-gallery .entry-content .gallery:before,
.post.format-gallery .entry-content .gallery:after,
.fw_menu.format-gallery .entry-content .gallery:after {
  content: " ";
  display: table;
}
.post.format-gallery .entry-content .gallery:after,
.fw_menu.format-gallery .entry-content .gallery:after {
  clear: both;
}
.post.format-gallery .entry-content figure,
.fw_menu.format-gallery .entry-content figure {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 769px) {
  .post.format-gallery .entry-content figure,
  .fw_menu.format-gallery .entry-content figure {
    float: left;
    width: 50%;
  }
}
.post.format-gallery .entry-content figure > div,
.fw_menu.format-gallery .entry-content figure > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 769px) {
  .post.format-gallery .entry-content figure > div,
  .fw_menu.format-gallery .entry-content figure > div {
    float: left;
    width: 50%;
  }
}
.post.format-gallery .entry-content figure a,
.fw_menu.format-gallery .entry-content figure a {
  display: block;
  margin-bottom: 15px;
}
.post.format-gallery .entry-content figure figcaption,
.fw_menu.format-gallery .entry-content figure figcaption {
  height: 100px;
  overflow: hidden;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0px;
}
@media (min-width: 769px) {
  .post.format-gallery .entry-content figure figcaption,
  .fw_menu.format-gallery .entry-content figure figcaption {
    float: left;
    width: 50%;
  }
}
.post.format-chat .entry-content > p,
.fw_menu.format-chat .entry-content > p {
  padding: 3px;
}
.post.format-chat .entry-content > p:nth-child(even),
.fw_menu.format-chat .entry-content > p:nth-child(even) {
  background: rgba(0, 0, 0, 0.02);
}
.post.format-chat .entry-content > p:nth-child(odd),
.fw_menu.format-chat .entry-content > p:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}
.post.post-single .entry-format,
.fw_menu.post-single .entry-format {
  margin-bottom: 30px;
}
.paging-navigation {
  text-align: center;
  margin: 50px 0;
}
.paging-navigation .page-numbers {
  height: 40px;
  width: 40px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #333333;
  line-height: 36px;
  cursor: pointer;
}
.paging-navigation .page-numbers.current {
  cursor: default;
}
.paging-navigation .page-numbers:hover,
.paging-navigation .page-numbers.current {
  color: rgba(255, 255, 255, 0.8);
}
.paging-navigation .page-numbers.prev,
.paging-navigation .page-numbers.next {
  width: auto;
  padding: 0 10px;
}
#comments .comments-inner {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 50px;
  padding-top: 50px;
}
#comments .comments-title {
  margin-bottom: 30px;
  text-transform: uppercase;
}
#comments .comment-list > .comment > ol {
  padding-left: 20px;
}
@media (min-width: 769px) {
  #comments .comment-list > .comment > ol {
    padding-left: 60px;
  }
}
#comments .comment-list > .comment > ol > .comment > ol {
  padding-left: 20px;
}
@media (min-width: 769px) {
  #comments .comment-list > .comment > ol > .comment > ol {
    padding-left: 60px;
  }
}
#comments .comment-list .children .comment-content {
  padding-left: 15px;
}
#comments .comment-list .children .comment-content-inner {
  background: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
}
#comments .comment {
  line-height: 34px;
}
#comments .comment > div {
  margin-bottom: 30px;
  overflow: hidden;
}
#comments .comment-author {
  float: left;
  width: 15%;
}
#comments .comment-author img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
  height: auto;
  margin: 0;
}
#comments .comment-content {
  position: relative;
  float: left;
  width: 85%;
  padding-left: 30px;
}
#comments .comment-content a {
  color: rgba(0, 0, 0, 0.7);
}
#comments .metadata {
  overflow: hidden;
}
#comments .metadata .fn {
  display: block;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
#comments .metadata .time a {
  font-style: italic;
  color: #aeaeae;
}
#comments .metadata .comment-reply-link {
  color: rgba(0, 179, 255, 0.6);
  text-transform: uppercase;
  position: absolute;
  top: 5px;
  right: 10px;
}
#comments .metadata .comment-reply-link:hover {
  color: rgba(0, 179, 255, 0.8);
}
#comments .comment-respond {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
#comments .comment-respond .comment-reply-title {
  margin-bottom: 10px;
}
#comments .comment-respond #cancel-comment-reply-link {
  color: rgba(255, 0, 0, 0.5);
  font-size: 14px;
  margin-left: 15px;
}
#comments .comment-respond #cancel-comment-reply-link:before {
  content: "\f057";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
  margin-right: 5px;
}
#comments .comment-respond #cancel-comment-reply-link:hover {
  color: #ff0000;
}
#comments .comment-respond .logged-in-as {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 15px;
}
#comments .comment-respond label {
  color: #aeaeae;
}
#comments .comment-respond input,
#comments .comment-respond textarea {
  border: 1px solid #e5e5e5;
  padding: 8px 10px;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#comments .comment-respond input::-webkit-input-placeholder,
#comments .comment-respond textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
#comments .comment-respond input:-moz-placeholder,
#comments .comment-respond textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
#comments .comment-respond input::-moz-placeholder,
#comments .comment-respond textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
#comments .comment-respond input:-ms-input-placeholder,
#comments .comment-respond textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
#comments .comment-respond input:focus,
#comments .comment-respond textarea:focus {
  background: rgba(0, 0, 0, 0.05);
}
#comments .comment-respond input:focus,
#comments .comment-respond textarea:focus {
  background-color: rgba(0, 0, 0, 0.05);
}
#comments .comment-respond input[type="submit"] {
  background: #f3f3f3;
  color: #aeaeae;
  border: none;
  width: auto;
  cursor: pointer;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 15px 30px;
  margin-top: 10px;
}
#comments .comment-respond input[type="submit"]:focus,
#comments .comment-respond input[type="submit"]:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#comments .comment-respond textarea {
  resize: none;
  min-height: 100px;
}
#comments .comment-respond .comment-notes {
  margin-bottom: 15px;
  font-style: italic;
  color: #aeaeae;
}
#comments .comment-respond .form-allowed-tags {
  color: #aeaeae;
}
#comments .comment-respond .comment-form-author,
#comments .comment-respond .comment-form-email,
#comments .comment-respond .comment-form-url {
  *zoom: 1;
}
#comments .comment-respond .comment-form-author:before,
#comments .comment-respond .comment-form-email:before,
#comments .comment-respond .comment-form-url:before,
#comments .comment-respond .comment-form-author:after,
#comments .comment-respond .comment-form-email:after,
#comments .comment-respond .comment-form-url:after {
  content: " ";
  display: table;
}
#comments .comment-respond .comment-form-author:after,
#comments .comment-respond .comment-form-email:after,
#comments .comment-respond .comment-form-url:after {
  clear: both;
}
#comments .comment-respond .comment-form-author label,
#comments .comment-respond .comment-form-email label,
#comments .comment-respond .comment-form-url label {
  float: left;
  width: 15%;
  margin-right: 5%;
}
#comments .comment-respond .comment-form-author input,
#comments .comment-respond .comment-form-email input,
#comments .comment-respond .comment-form-url input {
  width: 80%;
  float: left;
}
#comments .comment-respond .comment-form-comment label {
  display: none;
}
.archive-page-header {
  text-align: center;
  margin-bottom: 50px;
}
.archive-page-header .page-title {
  font-size: 36px;
}
.event-list-template .event-filter {
  position: relative;
  z-index: 3;
  background: rgba(0, 0, 0, 0.05);
  padding: 15px 0;
  margin-bottom: 50px;
  *zoom: 1;
}
.event-list-template .event-filter:before,
.event-list-template .event-filter:after {
  content: " ";
  display: table;
}
.event-list-template .event-filter:after {
  clear: both;
}
.event-list-template .event-filter .form-group.button label {
  display: block;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.event-list-template .monthly-archive {
  text-align: center;
  margin: 100px 0 50px;
}
.event-list-template .monthly-archive:first-child {
  margin-top: 0;
}
.event-list-template .monthly-archive h2 {
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.event-list-template .monthly-archive i {
  font-size: 20px;
}
.event-list-template .fw-event {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
  margin-bottom: 30px;
}
.event-list-template .fw-event:before,
.event-list-template .fw-event:after {
  content: " ";
  display: table;
}
.event-list-template .fw-event:after {
  clear: both;
}
.event-list-template .fw-event:before,
.event-list-template .fw-event:after {
  content: " ";
  display: table;
}
.event-list-template .fw-event:after {
  clear: both;
}
.event-list-template .entry-title {
  font-weight: 700;
  font-size: 14px;
}
.event-list-template .entry-meta {
  margin-top: 5px;
}
.event-list-template .entry-meta .meta {
  margin-right: 15px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  margin-bottom: 5px;
}
.event-list-template .entry-meta .meta i {
  margin-right: 5px;
}
.event-list-template .entry-media {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 769px) {
  .event-list-template .entry-media {
    float: left;
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 769px) {
  .event-list-template .entry-media img {
    margin-bottom: 30px;
  }
}
.event-list-template .entry-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 769px) {
  .event-list-template .entry-content {
    float: left;
    width: 66.66666667%;
  }
}
.event-list-template .entry-summary {
  margin-top: 10px;
}
.event-list-template .read-more {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.event-list-template .read-more:before {
  content: '';
  width: 0;
  height: 1px;
  background: transparent;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid;
}
.event-list-template .read-more:hover:before {
  width: 100%;
}
.event-list-template .read-more span {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-left: -5px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.event-list-template .read-more:hover span {
  margin-left: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.event-single .post-thumbnail {
  margin-bottom: 15px;
  text-align: center;
}
.event-single .entry-title {
  font-size: 30px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 769px) {
  .event-single .entry-title {
    font-size: 60px;
  }
}
.event-single .entry-content {
  margin-bottom: 100px;
}
.event-single .details-event-button {
  margin-top: 10px;
}