/*
Theme Name:   	Bethlehem Child
Theme URI:    	http://demo.transvelo.in/wp/bethlehem/
Author:       	Transvelo
Author URI:		http://transvelo.com
Description:  	Bethlehem Child Theme
Template:     	bethlehem
Version:      	1.2.7
Text Domain:  	bethlehem
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
License:      	GNU General Public License v2 or later 
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html 
*/

*/
.clear:before,
.entry-content:before,
.comment-content:before,
.site-header:before,
.site-content:before,
.site-footer:before, .gallery:before, .clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after, .gallery:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after, .gallery:after {
  clear: both; }

.isotope article {
  width: 33.2%;
  padding: 0 10px;
  margin-bottom: 25px !important;
  margin-top: 0 !important; }
  .isotope article .folio-item {
    border: 1px solid #cbc6ac; }
    .isotope article .folio-item img {
      margin-bottom: 0 !important; }
    .isotope article .folio-item .entry-header, .isotope article .folio-item .entry-content {
      padding: 30px; }
    .isotope article .folio-item .entry-header {
      margin-bottom: 0 !important;
      padding-bottom: 0 !important; }
      .isotope article .folio-item .entry-header span a {
        font-size: 13px;
        font-weight: 400;
        font-style: italic;
        color: #5c5c5c; }
      .isotope article .folio-item .entry-header .entry-title {
        margin-bottom: 0; }
    .isotope article .folio-item .entry-title {
      line-height: 0.9; }
    .isotope article .folio-item .cat-links {
      font-size: 13px;
      font-weight: 400;
      font-style: italic;
      color: #5c5c5c; }
      .isotope article .folio-item .cat-links a {
        font-size: 13px;
        font-weight: 400;
        font-style: italic;
        color: #5c5c5c; }
        .isotope article .folio-item .cat-links a:hover {
          text-decoration: underline; }

.portfolio-inner {
  overflow: hidden;
  margin-bottom: 25px;
  clear: both; }

/* Isotope Transitions
------------------------------- */
.isotope, .isotope .post {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height,width;
  -moz-transition-property: height,width;
  -ms-transition-property: height,width;
  -o-transition-property: height,width;
  transition-property: height,width; }

.isotope .item {
  -webkit-transition-property: -webkit-transform,opacity;
  -moz-transition-property: -moz-transform,opacity;
  -ms-transition-property: -ms-transform,opacity;
  -o-transition-property: top,left,opacity;
  transition-property: transform, opacity; }

/* Note: Design for a width of 480px */
/* Note: Design for a width of 480px */
@media only screen and (max-width: 767px) {
  .isotope .post {
    width: 100%; } }

/*===================================================================================*/
/*  JPlayer Skin
/*===================================================================================*/
div.jp-video-container {
  margin-bottom: 24px; }

div.jp-jplayer, div.jp-jplayer img {
  max-width: 100%; }

div.jp-jplayer.jp-jplayer-video {
  background-color: #292a2b; }

div.jp-jplayer video {
  margin-bottom: 0; }

div.jp-jplayer img, div.jp-jplayer-video, div.jp-jplayer-video video {
  height: auto !important;
  vertical-align: top; }

.jp-audio-container, .jp-video-container {
  margin-bottom: 24px;
  background-color: #f1f1f1;
  box-shadow: 1px 1px 1px #ddd; }

/* no margin on player inside post header */
.post-header .jp-audio-container, .post-header .jp-video-container {
  margin-bottom: 0; }

div.jp-interface {
  position: relative;
  width: 97%;
  z-index: 100; }

.jp-video div.jp-interface {
  -webkit-border-radius: 0 0 2px;
  -moz-border-radius: 0 0 2px;
  border-radius: 0 0 2px; }

.jp-interface, a.jp-play, a.jp-pause, .seperator-first, .seperator-second {
  height: 34px; }

.jp-controls {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.jp-controls li {
  display: inline;
  margin: 0; }

.jp-controls a {
  color: #404040;
  text-shadow: 1px 1px white;
  background: transparent !important;
  width: 24px;
  height: 34px;
  padding: 0 0 0 10px;
  display: inline-block;
  position: absolute;
  top: 0;
  border-bottom: none;
  font-size: 14px;
  line-height: 34px;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  z-index: 1;
  opacity: .6; }

.jp-controls a:hover {
  color: #262626;
  background: transparent !important;
  text-decoration: none;
  opacity: .8; }

.jp-controls a span {
  text-indent: -9999px;
  display: block; }

a.jp-play, a.jp-pause {
  left: 0; }

a.jp-pause {
  display: none; }

a.jp-pause:hover {
  background-position: -33px -30px; }

a.jp-mute, a.jp-unmute {
  right: 55px; }

.jp-progress-container, .jp-volume-bar-container {
  position: absolute;
  top: 0;
  height: 8px;
  padding: 13px 10px; }

.jp-progress-container {
  left: 34px;
  right: 92px; }

.jp-progress, .jp-volume-bar {
  height: 9px;
  background: #E7E7E7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(34, 34, 34, 0.09);
  -moz-box-shadow: inset 0 1px 2px rgba(34, 34, 34, 0.09);
  box-shadow: inset 0 1px 2px rgba(34, 34, 34, 0.09); }

.jp-seek-bar {
  width: 0;
  height: 9px;
  cursor: pointer;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background: #E0E0E0; }

.jp-progress, .jp-seek-bar {
  background: rgba(102, 102, 102, 0.05); }

.jp-play-bar, .jp-volume-bar-value {
  width: 0;
  height: 9px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background: #BABABA; }

.jp-volume-bar-container {
  right: 2px;
  width: 40px; }

.jp-volume-bar {
  position: relative;
  overflow: hidden;
  width: 40px;
  cursor: pointer;
  background: rgba(102, 102, 102, 0.1); }

.jp-volume-bar-value {
  width: 0; }

.seperator-first, .seperator-second {
  width: 0;
  position: absolute;
  top: 0;
  left: 33px;
  border: 1px solid #fff;
  border-left-color: #ddd;
  border-width: 0 1px; }

.seperator-second {
  left: auto;
  right: 89px; }

/* volume controls taken over by mobile devices so don't need to see them */
.no-volume .jp-progress-container {
  right: 0px; }

.no-volume .jp-volume-bar-container, .no-volume .seperator-second, .no-volume .jp-mute, .no-volume .jp-unmute {
  display: none; }

.modal-body .jp-audio-container,
.modal-body .jp-video-container {
  margin-bottom: 0; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 25px;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*===================================================================================*/
/*  OWL CAROUSEL
/*===================================================================================*/
.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;
  -webkit-transform: translate3d(0px, 0px, 0px);
  width: 100%; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .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-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.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-custom-pagination a {
  color: #D1D1D1;
  font-size: 29px;
  width: 31px;
  height: 31px;
  background: #363636;
  text-align: center; }

.owl-custom-pagination a:first-child {
  margin-right: 3px; }

.dark-bg .owl-custom-pagination a {
  color: #D1D1D1;
  font-size: 29px;
  width: 31px;
  height: 31px;
  background: #323232;
  text-align: center; }

.dark-bg .owl-custom-pagination a:first-child {
  margin-right: 3px; }

.owl-carousel .item .text-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 10%;
  font: 0px/0 a;
  /* remove the gap between inline(-block) elements */
  background-color: rgba(26, 187, 156, 0.9);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0; }

.owl-carousel .item .text-overlay .info {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  text-align: center; }

.owl-carousel .item .text-overlay .info h2, .owl-carousel .item .text-overlay .info h3, .owl-carousel .item .text-overlay .info h4 {
  color: #FFF;
  margin-bottom: 2px; }

.owl-carousel .item .text-overlay .info p {
  font-size: 14px;
  line-height: 22px;
  color: #FFF;
  margin-bottom: 0; }

.owl-carousel .item .text-overlay .info.big p {
  font-size: 18px;
  line-height: 140%;
  padding-top: 10px;
  margin-top: 0; }

.owl-carousel .item .text-overlay:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

.owl-carousel .item:hover .text-overlay {
  opacity: 1; }

/* 
 *  Owl Carousel - Animate Plugin
 */
.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 {
  text-align: center;
  cursor: default; }

.owl-controls {
  display: inline-block;
  position: relative;
  margin-top: 40px; }

.panel-group .panel .owl-controls {
  margin-top: 25px; }

.panel-group.blank .panel .owl-controls {
  margin-top: 40px; }

.owl-dots {
  position: relative;
  line-height: 30px; }

.owl-prev, .owl-next {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #FFF;
  background-color: transparent;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: auto;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0; }

.owl-prev {
  left: -35px; }

.owl-next {
  right: -35px; }

.owl-carousel:hover .owl-prev {
  left: -40px;
  opacity: .25; }

.owl-carousel:hover .owl-next {
  right: -40px;
  opacity: .25; }

.owl-carousel:hover .owl-prev:hover, .owl-carousel:hover .owl-next:hover {
  color: #202020;
  opacity: 1; }

.owl-controls .owl-dot {
  display: inline-block; }

.owl-dots .owl-dot span {
  display: block;
  width: 15px;
  height: 15px;
  background: #737373;
  border: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 5px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #535453; }

.owl-outer-nav:after {
  content: "";
  position: absolute;
  top: 0;
  left: -15%;
  width: 130%;
  height: 100%;
  z-index: 0; }

.owl-outer-nav .owl-stage-outer, .owl-outer-nav .owl-dots, .owl-outer-nav .owl-prev, .owl-outer-nav .owl-next {
  z-index: 1; }

.owl-outer-nav .owl-controls {
  position: static; }

.owl-outer-nav .owl-prev {
  left: -65px; }

.owl-outer-nav .owl-next {
  right: -65px; }

.owl-outer-nav:hover .owl-prev {
  left: -80px; }

.owl-outer-nav:hover .owl-next {
  right: -80px; }

.owl-ui-md .owl-dots {
  line-height: 45px; }

.owl-ui-md .owl-prev, .owl-ui-md .owl-next {
  width: 45px;
  height: 45px;
  font-size: 45px; }

.owl-ui-md .owl-prev {
  left: -55px; }

.owl-ui-md .owl-next {
  right: -55px; }

.owl-ui-md:hover .owl-prev {
  left: -60px; }

.owl-ui-md:hover .owl-next {
  right: -60px; }

.owl-outer-nav.owl-ui-md:after {
  left: -18%;
  width: 136%; }

.owl-outer-nav.owl-ui-md .owl-prev {
  left: -85px; }

.owl-outer-nav.owl-ui-md .owl-next {
  right: -85px; }

.owl-outer-nav.owl-ui-md:hover .owl-prev {
  left: -100px; }

.owl-outer-nav.owl-ui-md:hover .owl-next {
  right: -100px; }

.owl-ui-lg .owl-dots {
  line-height: 60px; }

.owl-ui-lg .owl-prev, .owl-ui-lg .owl-next {
  width: 80px;
  height: 80px;
  font-size: 80px; }

.owl-ui-lg .owl-prev {
  left: -75px; }

.owl-ui-lg .owl-next {
  right: -75px; }

.owl-ui-lg:hover .owl-prev {
  left: -80px; }

.owl-ui-lg:hover .owl-next {
  right: -80px; }

.owl-outer-nav.owl-ui-lg:after {
  left: -22%;
  width: 144%; }

.owl-outer-nav.owl-ui-lg .owl-prev {
  left: -105px; }

.owl-outer-nav.owl-ui-lg .owl-next {
  right: -105px; }

.owl-outer-nav.owl-ui-lg:hover .owl-prev {
  left: -120px; }

.owl-outer-nav.owl-ui-lg:hover .owl-next {
  right: -120px; }

.owl-inner-nav .owl-controls {
  position: static; }

.owl-inner-nav .owl-prev {
  left: 45px; }

.owl-inner-nav .owl-next {
  right: 45px; }

.owl-inner-nav:hover .owl-prev {
  left: 30px; }

.owl-inner-nav:hover .owl-next {
  right: 30px; }

.owl-outer-nav .owl-prev, .owl-outer-nav .owl-next, .owl-inner-nav .owl-prev, .owl-inner-nav .owl-next {
  bottom: 70px; }

.owl-outer-nav.owl-ui-md .owl-prev, .owl-outer-nav.owl-ui-md .owl-next, .owl-inner-nav.owl-ui-md .owl-prev, .owl-inner-nav.owl-ui-md .owl-next {
  bottom: 85px; }

.owl-outer-nav.owl-ui-lg .owl-prev, .owl-outer-nav.owl-ui-lg .owl-next, .owl-inner-nav.owl-ui-lg .owl-prev, .owl-inner-nav.owl-ui-lg .owl-next {
  bottom: 100px; }

.owl-inner-pagination .owl-dots, .owl-inner-pagination .owl-prev, .owl-inner-pagination .owl-next {
  margin-top: -40px;
  top: -60px; }

.owl-inner-pagination.owl-ui-md .owl-dots, .owl-inner-pagination.owl-ui-md .owl-prev, .owl-inner-pagination.owl-ui-md .owl-next {
  margin-top: -50px;
  top: -65px; }

.owl-inner-pagination.owl-ui-lg .owl-dots, .owl-inner-pagination.owl-ui-lg .owl-prev, .owl-inner-pagination.owl-ui-lg .owl-next {
  margin-top: -60px;
  top: -75px; }

.owl-inner-pagination.owl-outer-nav .owl-prev, .owl-inner-pagination.owl-outer-nav .owl-next, .owl-inner-pagination.owl-inner-nav .owl-prev, .owl-inner-pagination.owl-inner-nav .owl-next {
  margin: auto;
  top: 0;
  bottom: 43px; }

.owl-inner-pagination .owl-dots {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0; }

.owl-inner-pagination:hover .owl-dots {
  opacity: 1; }

.owl-inner-pagination.owl-inner-nav .owl-dots, .owl-inner-pagination.owl-outer-nav .owl-dots {
  top: -45px; }

.owl-inner-pagination.owl-inner-nav.owl-ui-md .owl-dots, .owl-inner-pagination.owl-outer-nav.owl-ui-md .owl-dots {
  top: -50px; }

.owl-inner-pagination.owl-inner-nav.owl-ui-lg .owl-dots, .owl-inner-pagination.owl-outer-nav.owl-ui-lg .owl-dots {
  top: -60px; }

.owl-inner-pagination.owl-inner-nav:hover .owl-dots, .owl-inner-pagination.owl-outer-nav:hover .owl-dots {
  top: -60px; }

.owl-inner-pagination.owl-inner-nav.owl-ui-md:hover .owl-dots, .owl-inner-pagination.owl-outer-nav.owl-ui-md:hover .owl-dots {
  top: -65px; }

.owl-inner-pagination.owl-inner-nav.owl-ui-lg:hover .owl-dots, .owl-inner-pagination.owl-outer-nav.owl-ui-lg:hover .owl-dots {
  top: -75px; }

@font-face {
  font-family: 'FontAwesome';
  src: url("assets/fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("assets/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("assets/fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("assets/fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("assets/fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("assets/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {

  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {

  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, 100% {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@keyframes jello {
  from, 11.1%, 100% {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.modal-open {
  overflow: hidden; }

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

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

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

.fade.in {
  opacity: 1; }

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

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

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

.modal-body {
  position: relative;
  padding: 15px; }

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

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

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

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

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " "; }

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

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .modal-body {
    padding: 8px; }
    .modal-body .video-container {
      width: 280px; } }

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

:focus {
  outline: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

body {
  background-color: #EEEBDD; }

#scrollUp {
  border-radius: 3px;
  bottom: 20px;
  color: #fff;
  font-size: 36px;
  height: 42px;
  line-height: 100%;
  opacity: 0.5;
  padding: 3px;
  right: 20px;
  text-align: center;
  width: 42px; }
  #scrollUp:hover, #scrollUp:focus, #scrollUp:active {
    opacity: 1; }
  #scrollUp i {
    display: inline-block;
    vertical-align: top; }

.grid {
  background: url("assets/images/grid.png") #EEEBDD center no-repeat; }

/**
 * Header
 */
.site-header {
  background-color: #2C2D33;
  padding: 40px 0;
  color: #9AA0A7;
  background-position: center top;
  position: relative;
  z-index: 999;
  background-size: cover; }
  .site-header .site-logo-anchor {
    display: block; }
    .site-header .site-logo-anchor img {
      max-height: 2.618em;
      width: auto; }
  .site-header .widget {
    margin-bottom: 0; }

.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
  margin-bottom: 4.236em; }

.no-wc-breadcrumb .site-header {
  margin-bottom: 4.236em; }

.header-widget-region {
  position: relative;
  z-index: 99; }

.site-branding h1 {
  margin: 0; }
  .site-branding h1 a {
    font-weight: 700; }

.site-branding a {
  display: block; }

.site-page-title {
  position: relative; }
  .site-page-title:before, .site-page-title:after {
    content: " ";
    display: table; }
  .site-page-title:after {
    clear: both; }
  .site-page-title h1 {
    top: -47px;
    right: 0;
    position: absolute; }

.no-wc-breadcrumb .site-page-title {
  min-height: 50px; }
  .no-wc-breadcrumb .site-page-title:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
  .no-wc-breadcrumb .site-page-title h1 {
    display: inline-block;
    vertical-align: middle;
    top: 0;
    margin-bottom: 0; }

.no-wc-breadcrumb.header-4 .site-page-title {
  margin-top: 60px; }

.no-wc-breadcrumb.header-5 .site-header .wrap .site-page-title, .no-wc-breadcrumb.header-6 .site-header .wrap .site-page-title, .no-wc-breadcrumb.header-7 .site-header .wrap .site-page-title {
  min-height: 120px; }

.no-wc-breadcrumb.header-5 .site-header .wrap h1, .no-wc-breadcrumb.header-6 .site-header .wrap h1, .no-wc-breadcrumb.header-7 .site-header .wrap h1 {
  top: 30px !important; }

/**
 * Main content area
 */
.page-template-template-homepage-v2 .site-content {
  padding-top: 0; }

.site-main {
  margin-bottom: 2.618em; }

.site-content {
  outline: none;
  padding-top: 55px; }

.contact-btn {
  border: medium none;
  border-radius: 30px;
  color: #fff;
  display: table;
  font-size: 18px;
  font-weight: 700;
  height: inherit;
  margin: 0;
  padding: 16px 58px;
  margin-top: 0;
  line-height: 1;
  text-shadow: 0 1px rgba(2, 3, 3, 0.42); }
  .contact-btn:hover {
    background-color: #1A1A1A; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

.tab-content > .tab-pane {
  display: none;
  visibility: hidden; }

.tab-content > .active {
  display: block;
  visibility: visible; }

.line {
  background: none repeat scroll 0 0 #cbc6ac;
  height: 2px;
  width: 100%; }

.hb-more {
  color: #1a1a1a;
  display: table;
  font-size: 13px;
  font-style: italic;
  margin: 10px 0 0;
  font-weight: 600;
  text-decoration: underline; }

.hb-more-button {
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #9c9c9c;
  padding: 13.5px 29px;
  line-height: 1;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.3s ease 0s; }
  .hb-more-button i {
    font-size: 16px;
    padding-right: 22px; }
  .hb-more-button:hover {
    color: #fff; }

.hb-social {
  margin: 0; }
  .hb-social:before, .hb-social:after {
    content: " ";
    display: table; }
  .hb-social:after {
    clear: both; }
  .hb-social li {
    float: left;
    list-style: none;
    margin-right: 4px; }
    .hb-social li:last-child {
      margin-right: 0; }
    .hb-social li a {
      text-align: center;
      color: #fff !important;
      display: table; }
      .hb-social li a i {
        display: table-cell;
        vertical-align: middle;
        height: 24px;
        width: 24px;
        font-size: 14px;
        border-radius: 50%;
        font-weight: normal;
        background-color: #c9c6ba; }
    .hb-social li.hb-fb a:hover i {
      background-color: #3b5998 !important; }
    .hb-social li.hb-tw a:hover i {
      background-color: #00aced !important; }
    .hb-social li.hb-google-plus a:hover i {
      background-color: #dd4b39 !important; }
    .hb-social li.hb-sky a:hover i {
      background-color: #019bd7 !important; }
    .hb-social li.hb-rss a:hover i {
      background-color: #fb8f3d !important; }
    .hb-social li.hb-pint a:hover i {
      background-color: #cb2027 !important; }
    .hb-social li.hb-link a:hover i {
      background-color: #007bb6 !important; }
    .hb-social li.hb-tumb a:hover i {
      background-color: #32506d !important; }
    .hb-social li.hb-ins a:hover i {
      background-color: #517fa4 !important; }
    .hb-social li.hb-you a:hover i {
      background-color: #bb0000 !important; }
    .hb-social li.hb-vim a:hover i {
      background-color: #aad450 !important; }
    .hb-social li.hb-drib a:hover i {
      background-color: #ea4c89 !important; }
    .hb-social li.hb-stum a:hover i {
      background-color: #EB4823 !important; }
    .hb-social li.hb-sound a:hover i {
      background-color: #ff3a00 !important; }

.author-wrap {
  border-bottom: 1px solid #cbc6ac;
  border-top: 1px solid #cbc6ac;
  display: table;
  margin: 40px 0;
  padding: 35px 0 20px;
  width: 100%; }
  .author-wrap img {
    float: left;
    margin-right: 25px;
    width: 128px;
    border-radius: 50%; }
  .author-wrap h5 {
    display: inline-block;
    font-size: 18px;
    margin: 20px 0 10px; }
  .author-wrap p {
    font-size: 14px;
    margin-bottom: 20px; }

/**
 * Footer
 */
.site-footer {
  background-color: #1A1A1A;
  color: #9b9a96;
  padding: 1.618em 0; }
  .site-footer h1,
  .site-footer h2,
  .site-footer h3,
  .site-footer h4,
  .site-footer h5,
  .site-footer h6 {
    color: #8a8985; }
  .site-footer a:not(.button) {
    color: #1A1A1A; }

.site-info {
  padding: 2.618em 0; }

/**
 * Alignment
 */
.alignleft {
  display: inline;
  float: left;
  margin-right: 10px; }

.alignright {
  display: inline;
  float: right;
  margin-left: 10px; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/**
 * Accessibility
 */
.screen-reader-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-weight: bold;
  height: auto;
  left: 0;
  line-height: normal;
  padding: 1em 1.618em;
  text-decoration: none;
  top: 0;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
  outline: none; }

/**
 * Clearing
 */
/**
 * Tables
 */
table {
  border-spacing: 0;
  width: 100%;
  border-collapse: separate;
  color: #1A1A1A; }
  table caption {
    padding: 1em 0;
    font-weight: 700; }
  table td,
  table th {
    padding: 8px 0;
    text-align: left;
    vertical-align: top; }
    table td p:last-child,
    table th p:last-child {
      margin-bottom: 0; }
  table thead th {
    border-bottom: 2px solid #cbc6ac;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0;
    vertical-align: middle;
    line-height: 30px;
    color: #1A1A1A; }
  table tbody tr:nth-child(2n) td:last-child {
    border-right: 0; }
  table tbody h2 {
    font-size: 1em;
    letter-spacing: normal;
    font-weight: normal; }
    table tbody h2 a {
      font-weight: normal; }
  table tbody tr:last-child td {
    border-bottom: 0; }
  table tbody tr:last-child th:first-child {
    border-bottom: 0; }
  table tfoot tr:first-child th,
  table tfoot tr:first-child td {
    border-top: 1px solid #cbc6ac; }
  table tfoot tr th,
  table tfoot tr td {
    padding: 8px 0;
    font-size: 15px; }
  table tfoot tr th {
    font-weight: 400; }
  table tfoot tr td {
    font-weight: 700; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .site-page-title {
    padding-bottom: 20px !important; } }

.modal {
  /*! adjust transition time */
  -webkit-transition: all ease-out !important;
  -moz-transition: all 0.3s ease-out !important;
  -o-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important; }

.modal.in .modal-dialog {
  /*! editthis transform to any transform you want */
  -webkit-transform: scale(1.1, 1.1) !important;
  -ms-transform: scale(1.1, 1.1) !important;
  transform: scale(1.1, 1.1) !important; }

.modal.fade .modal-dialog {
  /*! disable sliding from left/right/top/bottom */
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal {
  text-align: center; }
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%; }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive embed, .embed-responsive iframe,
.embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

/**
 * Typography
 */
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 15px;
  line-height: 24px; }

body,
button,
input,
select,
textarea {
  color: #686763;
  font-family: "Bitter", serif;
  line-height: 1.618;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bitter", serif;
  clear: both;
  font-weight: 700;
  margin: 0 0 .618em;
  color: #1A1A1A; }

h1,
.alpha {
  font-size: 2.244em;
  letter-spacing: -1px;
  line-height: 1.214; }
  h1 a,
  .alpha a {
    font-weight: 300; }

h2,
.beta {
  font-size: 18px;
  line-height: 30px; }

h3,
.gamma {
  font-size: 24px; }

h4,
.delta {
  font-size: 1em; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0 0 10px; }

p {
  margin: 0 0 10px; }

ul,
ol {
  margin: 0 0 10px 3em;
  padding: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 10px; }

dt {
  font-weight: 700; }

dd {
  margin: 0;
  /*0 0 1.618em;*/ }

b,
strong {
  font-weight: 700; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  padding: 0 10px;
  border-left: 3px solid rgba(0, 0, 0, 0.05);
  font-style: italic; }

address {
  margin: 0 0 10px; }

pre {
  background: #fff9c0;
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 1.618em;
  padding: 1.618em;
  overflow: auto;
  max-width: 100%; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: rgba(0, 0, 0, 0.05);
  padding: .202em .53em; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  text-decoration: none;
  font-weight: 700;
  background: transparent; }

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

figure {
  margin: 0; }

table {
  margin: 0 0 10px;
  width: 100%; }

th {
  font-weight: bold; }

img {
  height: auto;
  max-width: 100%;
  display: block; }

a {
  color: #1A1A1A;
  text-decoration: none;
  font-weight: 700; }

.bethlehem-cute * {
  font-family: "Comic Sans MS", sans-serif; }

.site-page-title h1 {
  font-size: 36px;
  font-weight: bold;
  color: #EEEBDD;
  text-shadow: 1px 1px rgba(2, 3, 3, 0.72); }

input.button {
  border-radius: 50px;
  font-size: 13px;
  text-transform: uppercase;
  border: none;
  padding: 6px 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  transition: all 0.3s ease 0s; }
  input.button:hover {
    background-color: #1A1A1A; }

.button.wc-backward {
  border: medium none;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  height: inherit;
  margin: 7px auto 0;
  padding: 10px 35px;
  text-shadow: 0 1px rgba(2, 3, 3, 0.42);
  width: auto;
  transition: all 0.3s ease 0s; }
  .button.wc-backward:hover, .button.wc-backward:focus {
    background-color: #1a1a1a;
    color: #fff; }

/**
 * General Layout
 */
@media screen and (min-width: 320px) and (max-width: 767px) {
  .no-container .site-content {
    max-width: 100%; }
  .no-container .vc_row {
    margin-left: 0;
    margin-right: 0; }
    .no-container .vc_row .vc_column_container:first-child {
      padding-left: 0; }
    .no-container .vc_row .vc_column_container:last-child {
      padding-right: 0; } }

@media screen and (min-width: 768px) {
  .page-template-template-homepage .site-content,
  .page-template-template-homepage-v2 .site-content,
  .page-template-template-homepage-v3 .site-content {
    max-width: 100%; }
  .no-container .site-content {
    max-width: 100%; }
  .no-container .vc_row {
    margin-left: 0;
    margin-right: 0; }
    .no-container .vc_row .vc_column_container:first-child {
      padding-left: 0; }
    .no-container .vc_row .vc_column_container:last-child {
      padding-right: 0; }
    .no-container .vc_row.wrap {
      max-width: 1180px;
      margin-left: auto;
      margin-right: auto; }
      .no-container .vc_row.wrap:after {
        content: " ";
        display: block;
        clear: both; }
  .no-container .comments-area {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
    .no-container .comments-area:after {
      content: " ";
      display: block;
      clear: both; }
  .site-header .site-branding,
  .site-header .site-logo-anchor,
  .site-header .site-logo-link {
    display: block;
    width: 290px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 68px;
    z-index: 9; }
    .site-header .site-branding img,
    .site-header .site-logo-anchor img,
    .site-header .site-logo-link img {
      height: auto;
      max-width: 100%;
      max-height: none;
      vertical-align: middle; }
  .wrap {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
    .wrap:after {
      content: " ";
      display: block;
      clear: both; }
  .site-branding .site-description {
    margin-bottom: 0;
    display: block; }
  .site-branding,
  .site-search,
  .site-header-cart,
  .site-logo-anchor {
    margin-bottom: 1em; }
  .site-header .subscribe-and-connect-connect {
    float: right;
    margin-bottom: 1em; }
    .site-header .subscribe-and-connect-connect .icons {
      list-style: none;
      margin: 0; }
      .site-header .subscribe-and-connect-connect .icons a {
        font-size: 1em !important; }
      .site-header .subscribe-and-connect-connect .icons li {
        margin: 0 0 0 .53em !important;
        display: inline-block; }
  .site-content {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
    .site-content:before, .site-content:after {
      content: " ";
      display: table; }
    .site-content:after {
      clear: both; }
    .site-content:after {
      content: " ";
      display: block;
      clear: both; }
  .home-page .site-content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; }
  .left-sidebar .site-content {
    max-width: 1181px;
    margin-left: auto;
    margin-right: auto; }
    .left-sidebar .site-content:after {
      content: " ";
      display: block;
      clear: both; }
    .left-sidebar .site-content:before, .left-sidebar .site-content:after {
      content: " ";
      display: table; }
    .left-sidebar .site-content:after {
      clear: both; }
  .left-sidebar .content-area {
    width: 80%;
    float: right;
    padding-left: 0.6666666667%;
    padding-right: 0.6666666667%;
    padding-left: 5.4%;
    padding-right: 0; }
  .left-sidebar .widget-area {
    width: 20%;
    float: left;
    padding-left: 0.6666666667%;
    padding-right: 0.6666666667%;
    padding: 0; }
  .right-sidebar .site-content {
    max-width: 1181px;
    margin-left: auto;
    margin-right: auto; }
    .right-sidebar .site-content:after {
      content: " ";
      display: block;
      clear: both; }
    .right-sidebar .site-content:before, .right-sidebar .site-content:after {
      content: " ";
      display: table; }
    .right-sidebar .site-content:after {
      clear: both; }
  .right-sidebar .content-area {
    width: 80%;
    float: left;
    padding-left: 0.6666666667%;
    padding-right: 0.6666666667%;
    padding-right: 5.4%;
    padding-left: 0; }
  .right-sidebar .widget-area {
    width: 20%;
    float: right;
    padding-left: 0.6666666667%;
    padding-right: 0.6666666667%;
    padding-right: 0; }
  .bethlehem-full-width-content .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .content-area,
  .widget-area {
    margin-bottom: 2.618em; }
  /**
	 * Full width & homepage template
	 */
  .page-template-template-fullwidth-php .content-area,
  .page-template-template-homepage-php .content-area,
  .page-template-template-homepage-v2-php .content-area,
  .page-template-template-homepage-v3-php .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  /**
	 * Footer widgets
	 */
  .site-footer {
    background-color: #1A1A1A; }
    .site-footer:before, .site-footer:after {
      content: " ";
      display: table; }
    .site-footer:after {
      clear: both; }
  .footer-logo {
    width: 49.3670886076%;
    float: left;
    margin-right: 1.2658227848%; }
  .connect-with-us {
    width: 49.3670886076%;
    float: right;
    margin-right: 0; }
  .footer-widgets {
    padding-bottom: 50px;
    display: table;
    width: 100%;
    border-top: 1px solid #434343; }
    .footer-widgets:before, .footer-widgets:after {
      content: " ";
      display: table; }
    .footer-widgets:after {
      clear: both; }
    .footer-widgets h5 {
      text-transform: uppercase;
      margin: 0 0 25px;
      font-size: 14px; }
    .footer-widgets p {
      color: #FFF;
      font-weight: 400;
      font-size: 13px;
      line-height: 21px; }
    .footer-widgets .footer-widget {
      border-right: 1px solid #434343;
      padding: 35px 0 15px;
      display: table-cell;
      vertical-align: top; }
    .footer-widgets blockquote {
      font-size: 18px;
      color: #fff;
      text-align: center;
      font-style: italic;
      line-height: 26px;
      padding: 0;
      margin: 30px 0 25px 0; }
    .footer-widgets .site-info {
      color: #7f7f7f !important;
      font-size: 13px;
      text-align: center;
      padding: 0; }
    .footer-widgets .widget {
      margin: 0; }
    .footer-widgets.col-2 .block {
      width: 50%;
      float: left;
      padding-left: 0.8333333333%;
      padding-right: 0.8333333333%;
      padding: 0; }
      .footer-widgets.col-2 .block.footer-widget-2 {
        float: right; }
    .footer-widgets.col-3 .block .widget {
      padding-left: 25px;
      padding-right: 25px; }
    .footer-widgets.col-3 .block.footer-widget-1 {
      width: 25%; }
      .footer-widgets.col-3 .block.footer-widget-1 .widget {
        padding-left: 0; }
    .footer-widgets.col-3 .block.footer-widget-2 {
      width: 18.75%; }
    .footer-widgets.col-3 .block.footer-widget-3 {
      width: 56.25%;
      border-right: none; }
      .footer-widgets.col-3 .block.footer-widget-3 .widget {
        padding-right: 0; }
    .footer-widgets.col-4 .block {
      width: 25%;
      float: left;
      padding-left: 0.8333333333%;
      padding-right: 0.8333333333%;
      padding: 0; }
      .footer-widgets.col-4 .block.footer-widget-4 {
        float: right; } }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .page-template-template-homepage .site-content, .page-template-template-homepage .no-container,
  .page-template-template-homepage-v2 .site-content,
  .page-template-template-homepage-v2 .no-container,
  .page-template-template-homepage-v3 .site-content,
  .page-template-template-homepage-v3 .no-container {
    padding-right: 0;
    padding-left: 0; }
  .no-container .site-content {
    padding: 50px 0 0; }
  .site-content {
    padding-right: 20px;
    padding-left: 20px; }
  .wrap {
    padding-right: 20px;
    padding-left: 20px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-template-template-homepage .site-content, .page-template-template-homepage .no-container,
  .page-template-template-homepage-v2 .site-content,
  .page-template-template-homepage-v2 .no-container,
  .page-template-template-homepage-v3 .site-content,
  .page-template-template-homepage-v3 .no-container {
    padding-right: 0;
    padding-left: 0; }
  .site-content {
    padding-right: 20px;
    padding-left: 20px; }
  .wrap {
    padding-right: 20px;
    padding-left: 20px; }
  .left-sidebar .site-content {
    max-width: 1181px;
    margin-left: auto;
    margin-right: auto; }
    .left-sidebar .site-content:after {
      content: " ";
      display: block;
      clear: both; }
    .left-sidebar .site-content:before, .left-sidebar .site-content:after {
      content: " ";
      display: table; }
    .left-sidebar .site-content:after {
      clear: both; }
  .left-sidebar .content-area {
    width: 66.6666666667%;
    float: right;
    padding-left: 0.6666666667%;
    padding-right: 0.6666666667%;
    padding-left: 2.4%;
    padding-right: 0; }
  .left-sidebar .widget-area {
    width: 33.3333333333%;
    float: left;
    padding-left: 0.6666666667%;
    padding-right: 0.6666666667%;
    padding: 0; }
  .right-sidebar .site-content {
    max-width: 1181px;
    margin-left: auto;
    margin-right: auto; }
    .right-sidebar .site-content:after {
      content: " ";
      display: block;
      clear: both; }
    .right-sidebar .site-content:before, .right-sidebar .site-content:after {
      content: " ";
      display: table; }
    .right-sidebar .site-content:after {
      clear: both; }
  .right-sidebar .content-area {
    width: 66.6666666667%;
    float: left;
    padding-left: 0.6666666667%;
    padding-right: 0.6666666667%;
    padding-right: 2.4%;
    padding-left: 0; }
  .right-sidebar .widget-area {
    width: 33.3333333333%;
    float: right;
    padding-left: 0.6666666667%;
    padding-right: 0.6666666667%;
    padding-right: 0; } }

@media screen and (min-width: 1200px) {
  .bethlehem-style-1 .home-page-slider {
    background-color: #000;
    min-height: 545px; } }

/**
 * Forms
 */
form {
  margin-bottom: 1.618em; }

select {
  width: 100% !important;
  padding: 8px;
  margin: 0;
  border-radius: 0;
  background: #EEEBDD;
  color: #888;
  border: 1px solid #cdc8af;
  outline: none;
  display: inline-block;
  cursor: pointer; }

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */ }

input:focus,
textarea:focus {
  outline: none; }

.single_add_to_cart_button {
  background: none repeat scroll 0 0 #1a1a1a;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  width: 188px;
  height: 37px;
  text-align: center;
  display: block;
  line-height: 35px;
  box-shadow: none;
  border: none; }
  .single_add_to_cart_button:after {
    border-bottom: 20px solid transparent;
    border-top: 18px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -80px;
    top: 0;
    width: 30px; }
  .single_add_to_cart_button:before {
    content: "\f07a";
    font-family: 'FontAwesome';
    display: block;
    height: 37px;
    position: absolute;
    right: -50px;
    text-align: center;
    top: 0;
    width: 51px; }
  .single_add_to_cart_button.cta:hover, .single_add_to_cart_button.alt:hover {
    opacity: 0.8;
    background-color: #1A1A1A; }
  .single_add_to_cart_button:hover {
    color: #fff; }
  .single_add_to_cart_button.added:after {
    content: "\f00c";
    font-family: "FontAwesome";
    margin-left: .53em; }
  .single_add_to_cart_button.loading {
    opacity: 0.5; }
  .single_add_to_cart_button.small {
    padding: .53em .857em;
    font-size: .857em; }
  .single_add_to_cart_button.disabled {
    opacity: 0.5 !important; }
    .single_add_to_cart_button.disabled:hover {
      opacity: 0.5 !important; }

.select2-search {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

input[type="search"] {
  box-sizing: border-box; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
.input-text {
  border: 1px solid #cbc6ac;
  border-radius: 30px;
  color: #514e40;
  font-size: 13px;
  height: 37px;
  margin-bottom: 15px;
  padding: 0 15px;
  width: 100%; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: .857em;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
  height: auto;
  padding: 15px; }

.select2-container .select2-choice {
  border: 1px solid #cbc6ac;
  border-radius: 30px;
  height: 37px;
  line-height: 35px;
  padding: 0 15px; }
  .select2-container .select2-choice .select2-arrow {
    right: 6px; }

label {
  font-weight: 700;
  margin-bottom: 5px;
  color: #6a6969; }

label.inline input {
  width: auto; }

fieldset {
  padding: 0;
  border: 0;
  margin-bottom: 1.618em; }
  fieldset legend {
    font-weight: 700; }

.cart-collaterals .coupon input[type="submit"] {
  border-radius: 50px;
  font-size: 13px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(2, 3, 3, 0.42);
  border: none;
  padding: 10px 30px !important;
  line-height: 1; }
  .cart-collaterals .coupon input[type="submit"]:hover {
    background-color: #1A1A1A; }

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

.wpcf7 form .col-2 {
  float: left;
  width: 50%; }
  .wpcf7 form .col-2 .your-name, .wpcf7 form .col-2 .your-email {
    display: block; }
  .wpcf7 form .col-2 .your-name {
    padding-right: 10px; }
  .wpcf7 form .col-2 .your-email {
    padding-left: 10px; }

.wpcf7 form p > input {
  border-radius: 50px;
  text-transform: uppercase;
  border: none;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px; }
  .wpcf7 form p > input:hover {
    background-color: #1A1A1A; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .wpcf7 form .col-2 {
    float: none;
    width: 100%; }
    .wpcf7 form .col-2 .your-name {
      padding-right: 0; }
    .wpcf7 form .col-2 .your-email {
      padding-left: 0; }
  .wpcf7 form p input {
    padding: 10px 38px;
    font-size: 16px;
    margin: 10px 0 0 0; }
  .wpcf7 form .wpcf7-response-output {
    line-height: 1.2;
    padding: 1.4em; }
  .vc-events-list-location > h3 {
    line-height: 1;
    margin-bottom: 20px !important; }
  .vc-events-list-location .event-locations .tribe-events-event-image {
    padding-right: 0 !important;
    width: 100%; }
    .vc-events-list-location .event-locations .tribe-events-event-image img {
      width: 100%; }
  .vc-events-list-location .event-locations .location-content {
    padding-right: 0 !important; }
    .vc-events-list-location .event-locations .location-content .event-title {
      font-size: 22px !important;
      margin-top: 20px; }
    .vc-events-list-location .event-locations .location-content .location-meta .location {
      width: 100% !important;
      padding-right: 0 !important; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vc-events-list-location > h3 {
    line-height: 1;
    margin-bottom: 20px !important; }
  .vc-events-list-location .event-locations .tribe-events-event-image {
    padding-right: 0 !important;
    width: 100%; }
    .vc-events-list-location .event-locations .tribe-events-event-image img {
      width: 100%; }
  .vc-events-list-location .event-locations .location-content {
    padding-right: 0 !important; }
    .vc-events-list-location .event-locations .location-content .event-title {
      font-size: 28px !important;
      margin-top: 20px; }
    .vc-events-list-location .event-locations .location-content .location-meta .location {
      width: 100% !important;
      padding-right: 0 !important; } }

/**
 * Header
 */
header.site-header .site-branding a {
  height: inherit;
  display: block;
  vertical-align: middle;
  width: inherit; }

.bethlehem-logo {
  zoom: 1;
  overflow: hidden;
  width: 214px;
  display: table; }
  .bethlehem-logo:first-child {
    margin-top: 0; }
  .bethlehem-logo svg {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
    float: left; }
  .bethlehem-logo .bethlehem-logo-body {
    zoom: 1;
    width: 10000px;
    overflow: hidden;
    display: table-cell;
    vertical-align: top;
    height: inherit;
    display: table-cell;
    vertical-align: middle;
    width: inherit; }

.header-1 .bethlehem-logo {
  margin: auto;
  height: inherit; }
  .header-1 .bethlehem-logo .bethlehem-logo-body {
    height: inherit;
    display: table-cell;
    vertical-align: middle;
    width: inherit; }

.site-branding {
  text-align: center; }
  .site-branding a img {
    margin: 0 auto; }

.site-title {
  font-size: 32px;
  text-transform: capitalize;
  font-weight: bold;
  text-shadow: 1px 1px rgba(2, 3, 3, 0.75); }

.site-description {
  font-size: 12px;
  color: #fff;
  text-shadow: 1px 1px rgba(4, 4, 4, 0.34); }

.header-7 .site-description, .header-7 .site-title {
  color: #363636;
  text-shadow: none; }

.header-content {
  margin-top: 25px;
  margin-bottom: 15px; }
  .header-content > .wpb_row:last-child {
    margin-bottom: 0; }
  .header-content iframe {
    max-width: 100%; }

.header-wrap {
  position: absolute;
  top: 0;
  width: 100%; }
  .header-wrap .site-header {
    background-color: transparent;
    background-image: none !important; }

.admin-bar .header-wrap {
  top: 32px; }

.header-8 .primary-navigation .left-nav-menu .menu > li.full-width ul.sub-menu,
.header-8 .primary-navigation .right-nav-menu .menu > li.full-width ul.sub-menu {
  left: -26%; }

.header-8 header .site-branding, .header-2 header .site-branding {
  position: relative;
  text-align: left;
  width: 240px;
  display: table-cell;
  vertical-align: top;
  padding-right: 10px;
  float: left; }

.header-8 header .main-navigation, .header-2 header .main-navigation {
  zoom: 1;
  width: 10000px;
  overflow: hidden;
  display: table-cell;
  vertical-align: top;
  overflow: visible; }
  .header-8 header .main-navigation .primary-navigation .left-nav-menu, .header-2 header .main-navigation .primary-navigation .left-nav-menu {
    width: 100%; }

.header-7 .header-wrap, .header-5 .header-wrap {
  position: relative;
  top: 0; }

.header-7 .header-wrap .site-header {
  background-color: #fff !important; }

.header-7 .site-header {
  padding: 0;
  margin-bottom: 0 !important;
  background-color: #fff !important; }
  .header-7 .site-header .woocommerce-breadcrumb {
    margin: 0;
    /*10px auto;*/
    color: #606060;
    text-shadow: none; }
    .header-7 .site-header .woocommerce-breadcrumb a {
      color: #606060;
      text-shadow: none; }
  .header-7 .site-header .site-page-title h1 {
    color: #606060;
    text-shadow: none;
    top: -57px; }

.header-7 .header-top-nav-menu {
  margin-top: 30px; }
  .header-7 .header-top-nav-menu:before, .header-7 .header-top-nav-menu:after {
    content: " ";
    display: table; }
  .header-7 .header-top-nav-menu:after {
    clear: both; }
  .header-7 .header-top-nav-menu .wrap {
    position: relative; }
  .header-7 .header-top-nav-menu .site-branding {
    position: relative;
    text-align: left;
    width: 240px;
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
    float: left; }
    .header-7 .header-top-nav-menu .site-branding .site-description {
      color: #1A1A1A;
      text-shadow: none; }
  .header-7 .header-top-nav-menu .top-nav-links {
    zoom: 1;
    width: 10000px;
    overflow: hidden;
    display: table-cell;
    vertical-align: top;
    display: inline-block;
    width: inherit;
    color: #9c9c9c;
    margin-left: 80px; }
    .header-7 .header-top-nav-menu .top-nav-links ul {
      margin: 18px 0 0 0;
      display: inline-block;
      text-transform: uppercase; }
      .header-7 .header-top-nav-menu .top-nav-links ul li {
        list-style: none;
        float: left;
        margin-right: 26px; }
        .header-7 .header-top-nav-menu .top-nav-links ul li a {
          color: #9c9c9c;
          font-size: 16px;
          font-weight: normal; }
          .header-7 .header-top-nav-menu .top-nav-links ul li a i {
            margin-right: 8px;
            font-size: 20px; }
  .header-7 .header-top-nav-menu .bethlehem-counter {
    position: absolute;
    right: 0;
    top: -18px; }
    .header-7 .header-top-nav-menu .bethlehem-counter h3.counter-title {
      font-size: 15px;
      font-weight: normal; }
    .header-7 .header-top-nav-menu .bethlehem-counter ul > li {
      height: 80px;
      width: 60px;
      font-size: 13px; }
      .header-7 .header-top-nav-menu .bethlehem-counter ul > li span {
        font-size: 36px; }

.header-7 .header-nav-menu {
  margin-top: 20px; }
  .header-7 .header-nav-menu .wrap {
    position: relative; }
  .header-7 .header-nav-menu .main-navigation {
    padding-bottom: 0;
    left: -38px; }
  .header-7 .header-nav-menu .header_widget_search {
    position: absolute;
    right: 0;
    top: 16px;
    width: 290px; }
    .header-7 .header-nav-menu .header_widget_search form {
      margin-bottom: 0; }
  .header-7 .header-nav-menu input[type="submit"] {
    display: none; }
  .header-7 .header-nav-menu input[type="search"] {
    color: #cfe7e3 !important;
    border: none !important;
    border-radius: 0;
    height: 40px;
    margin-bottom: 0;
    font-weight: normal; }
  .header-7 .header-nav-menu .primary-navigation ul.menu {
    border: none;
    font-weight: bold; }
    .header-7 .header-nav-menu .primary-navigation ul.menu > li {
      text-transform: uppercase; }
      .header-7 .header-nav-menu .primary-navigation ul.menu > li > a {
        padding: 22px 15px;
        color: #fff;
        font-size: 18px !important;
        font-weight: 700 !important; }
        .header-7 .header-nav-menu .primary-navigation ul.menu > li > a:hover {
          color: #fff; }
  .header-7 .header-nav-menu .primary-navigation ul.sub-menu > li {
    text-transform: none; }

.header-2 .primary-navigation .left-nav-menu .menu > li.full-width ul.sub-menu,
.header-2 .primary-navigation .right-nav-menu .menu > li.full-width ul.sub-menu {
  left: -25.6%; }

.header-3 .primary-navigation .left-nav-menu .menu > li.full-width ul.sub-menu,
.header-3 .primary-navigation .right-nav-menu .menu > li.full-width ul.sub-menu {
  right: -42%; }

.header-3 header.site-header {
  top: 0;
  padding-top: 0;
  padding-bottom: 40px; }
  .header-3 header.site-header .header-nav-menu {
    background: #292d30; }
    .header-3 header.site-header .header-nav-menu .wrap .main-navigation {
      display: inline-block;
      float: left;
      width: auto !important;
      padding-bottom: 0; }
      .header-3 header.site-header .header-nav-menu .wrap .main-navigation .primary-navigation .left-nav-menu,
      .header-3 header.site-header .header-nav-menu .wrap .main-navigation .primary-navigation .right-nav-menu {
        width: auto; }
        .header-3 header.site-header .header-nav-menu .wrap .main-navigation .primary-navigation .left-nav-menu .menu,
        .header-3 header.site-header .header-nav-menu .wrap .main-navigation .primary-navigation .right-nav-menu .menu {
          border: none; }
          .header-3 header.site-header .header-nav-menu .wrap .main-navigation .primary-navigation .left-nav-menu .menu > li > a,
          .header-3 header.site-header .header-nav-menu .wrap .main-navigation .primary-navigation .right-nav-menu .menu > li > a {
            padding: 20px 40px !important; }
          .header-3 header.site-header .header-nav-menu .wrap .main-navigation .primary-navigation .left-nav-menu .menu > li:first-child > a,
          .header-3 header.site-header .header-nav-menu .wrap .main-navigation .primary-navigation .right-nav-menu .menu > li:first-child > a {
            padding-left: 0 !important; }
      .header-3 header.site-header .header-nav-menu .wrap .main-navigation .top-nav-links {
        display: inline-block;
        float: right; }
    .header-3 header.site-header .header-nav-menu .wrap .top-nav-links {
      display: inline-block;
      float: right; }
      .header-3 header.site-header .header-nav-menu .wrap .top-nav-links ul li {
        margin: 8px 0; }
      .header-3 header.site-header .header-nav-menu .wrap .top-nav-links .donations-link {
        margin: 8px 0; }
  .header-3 header.site-header .header-top-nav-menu {
    padding: 25px 0; }
    .header-3 header.site-header .header-top-nav-menu .wrap .site-branding {
      position: relative;
      text-align: left; }

.header-3 .home-page-slider {
  margin-top: 68px; }

.header-3 .woocommerce-breadcrumb {
  clear: both; }

.header-5 .site-header, .header-4 .site-header {
  padding: 0;
  margin-bottom: 0 !important; }
  .header-5 .site-header .header-top-nav-menu, .header-4 .site-header .header-top-nav-menu {
    background-color: #1A1A1A;
    padding: 10px 0; }
  .header-5 .site-header .header-nav-menu .site-branding, .header-4 .site-header .header-nav-menu .site-branding {
    text-align: left; }
    .header-5 .site-header .header-nav-menu .site-branding .site-description, .header-4 .site-header .header-nav-menu .site-branding .site-description {
      color: #1A1A1A;
      text-shadow: none; }

.header-5 .top-nav-links .donate-btn, .header-4 .top-nav-links .donate-btn {
  padding: 13.5px 28px; }

.header-4 .site-header {
  padding-bottom: 40px; }
  .header-4 .site-header .header-top-nav-menu {
    background-color: transparent !important; }
  .header-4 .site-header .header-nav-menu {
    margin-bottom: 32px; }

.header-5 .site-header,
.header-6 .site-header,
.header-7 .site-header {
  padding-top: 0; }
  .header-5 .site-header .wrap .woocommerce-breadcrumb,
  .header-6 .site-header .wrap .woocommerce-breadcrumb,
  .header-7 .site-header .wrap .woocommerce-breadcrumb {
    margin-top: 32px;
    margin-bottom: 40px; }
  .header-5 .site-header .wrap .site-page-title h1,
  .header-6 .site-header .wrap .site-page-title h1,
  .header-7 .site-header .wrap .site-page-title h1 {
    top: -83px; }

.header-8 .site-header {
  padding-bottom: 40px !important; }

.header-5 .primary-navigation .left-nav-menu .menu > li.full-width ul.sub-menu,
.header-5 .primary-navigation .right-nav-menu .menu > li.full-width ul.sub-menu,
.header-4 .primary-navigation .left-nav-menu .menu > li.full-width ul.sub-menu,
.header-4 .primary-navigation .right-nav-menu .menu > li.full-width ul.sub-menu,
.header-6 .primary-navigation .left-nav-menu .menu > li.full-width ul.sub-menu,
.header-6 .primary-navigation .right-nav-menu .menu > li.full-width ul.sub-menu {
  left: -32.6%;
  right: -28%; }

.header-5 header.site-header .header-top-nav-menu,
.header-4 header.site-header .header-top-nav-menu,
.header-6 header.site-header .header-top-nav-menu {
  color: #eeebdd; }
  .header-5 header.site-header .header-top-nav-menu .header-contact-info,
  .header-4 header.site-header .header-top-nav-menu .header-contact-info,
  .header-6 header.site-header .header-top-nav-menu .header-contact-info {
    float: left; }
    .header-5 header.site-header .header-top-nav-menu .header-contact-info .phone,
    .header-5 header.site-header .header-top-nav-menu .header-contact-info .mail,
    .header-4 header.site-header .header-top-nav-menu .header-contact-info .phone,
    .header-4 header.site-header .header-top-nav-menu .header-contact-info .mail,
    .header-6 header.site-header .header-top-nav-menu .header-contact-info .phone,
    .header-6 header.site-header .header-top-nav-menu .header-contact-info .mail {
      display: inline-block;
      font-size: 13px; }
      .header-5 header.site-header .header-top-nav-menu .header-contact-info .phone i,
      .header-5 header.site-header .header-top-nav-menu .header-contact-info .mail i,
      .header-4 header.site-header .header-top-nav-menu .header-contact-info .phone i,
      .header-4 header.site-header .header-top-nav-menu .header-contact-info .mail i,
      .header-6 header.site-header .header-top-nav-menu .header-contact-info .phone i,
      .header-6 header.site-header .header-top-nav-menu .header-contact-info .mail i {
        margin-right: 10px; }
    .header-5 header.site-header .header-top-nav-menu .header-contact-info > div,
    .header-4 header.site-header .header-top-nav-menu .header-contact-info > div,
    .header-6 header.site-header .header-top-nav-menu .header-contact-info > div {
      margin-right: 35px; }
      .header-5 header.site-header .header-top-nav-menu .header-contact-info > div:last-child,
      .header-4 header.site-header .header-top-nav-menu .header-contact-info > div:last-child,
      .header-6 header.site-header .header-top-nav-menu .header-contact-info > div:last-child {
        margin-right: 0; }
  .header-5 header.site-header .header-top-nav-menu .bethlehem-counter,
  .header-4 header.site-header .header-top-nav-menu .bethlehem-counter,
  .header-6 header.site-header .header-top-nav-menu .bethlehem-counter {
    float: right;
    display: table; }
    .header-5 header.site-header .header-top-nav-menu .bethlehem-counter .counter-title,
    .header-4 header.site-header .header-top-nav-menu .bethlehem-counter .counter-title,
    .header-6 header.site-header .header-top-nav-menu .bethlehem-counter .counter-title {
      font-size: 13px;
      display: table-cell;
      vertical-align: middle;
      color: #eeebdd;
      font-weight: 400; }
    .header-5 header.site-header .header-top-nav-menu .bethlehem-counter ul,
    .header-4 header.site-header .header-top-nav-menu .bethlehem-counter ul,
    .header-6 header.site-header .header-top-nav-menu .bethlehem-counter ul {
      display: table-cell;
      list-style: none;
      float: right;
      margin: 0 0 0 5px !important; }
      .header-5 header.site-header .header-top-nav-menu .bethlehem-counter ul > li,
      .header-4 header.site-header .header-top-nav-menu .bethlehem-counter ul > li,
      .header-6 header.site-header .header-top-nav-menu .bethlehem-counter ul > li {
        margin-right: 5px;
        float: left; }

.header-5 header.site-header .header-nav-menu .site-branding,
.header-5 header.site-header .header-nav-menu .main-navigation,
.header-4 header.site-header .header-nav-menu .site-branding,
.header-4 header.site-header .header-nav-menu .main-navigation,
.header-6 header.site-header .header-nav-menu .site-branding,
.header-6 header.site-header .header-nav-menu .main-navigation {
  float: left;
  position: relative; }

.header-5 header.site-header .header-nav-menu .site-branding,
.header-4 header.site-header .header-nav-menu .site-branding,
.header-6 header.site-header .header-nav-menu .site-branding {
  width: 240px; }

.header-5 header.site-header .header-nav-menu .main-navigation,
.header-4 header.site-header .header-nav-menu .main-navigation,
.header-6 header.site-header .header-nav-menu .main-navigation {
  clear: none;
  width: auto !important;
  padding-bottom: 0; }
  .header-5 header.site-header .header-nav-menu .main-navigation .left-nav-menu,
  .header-4 header.site-header .header-nav-menu .main-navigation .left-nav-menu,
  .header-6 header.site-header .header-nav-menu .main-navigation .left-nav-menu {
    width: 100%; }
    .header-5 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu,
    .header-4 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu,
    .header-6 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu {
      border: none;
      padding: 0;
      display: block !important; }
      .header-5 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu > li::before,
      .header-4 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu > li::before,
      .header-6 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu > li::before {
        content: ' ';
        width: 2px;
        display: inline-block;
        border-right: 2px solid #dad7ca;
        height: 15px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
      .header-5 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu > li:first-child::before,
      .header-4 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu > li:first-child::before,
      .header-6 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu > li:first-child::before {
        content: none; }
      .header-5 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu > li > a,
      .header-4 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu > li > a,
      .header-6 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu > li > a {
        font-size: 15px;
        color: ##1a1a1a;
        padding: 20px 30px;
        display: block;
        text-shadow: none;
         }
      .header-5 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu > li:hover > ul,
      .header-4 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu > li:hover > ul,
      .header-6 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu > li:hover > ul {
        display: block !important; }

.header-5 header.site-header .header-nav-menu .top-nav-links,
.header-4 header.site-header .header-nav-menu .top-nav-links,
.header-6 header.site-header .header-nav-menu .top-nav-links {
  float: right; }

.header-5 header.site-header .header-top-nav-menu .wrap:before, .header-5 header.site-header .header-top-nav-menu .wrap:after,
.header-5 header.site-header .header-nav-menu .wrap:before,
.header-5 header.site-header .header-nav-menu .wrap:after,
.header-4 header.site-header .header-top-nav-menu .wrap:before,
.header-4 header.site-header .header-top-nav-menu .wrap:after,
.header-4 header.site-header .header-nav-menu .wrap:before,
.header-4 header.site-header .header-nav-menu .wrap:after,
.header-6 header.site-header .header-top-nav-menu .wrap:before,
.header-6 header.site-header .header-top-nav-menu .wrap:after,
.header-6 header.site-header .header-nav-menu .wrap:before,
.header-6 header.site-header .header-nav-menu .wrap:after {
  content: " ";
  display: table; }

.header-5 header.site-header .header-top-nav-menu .wrap:after,
.header-5 header.site-header .header-nav-menu .wrap:after,
.header-4 header.site-header .header-top-nav-menu .wrap:after,
.header-4 header.site-header .header-nav-menu .wrap:after,
.header-6 header.site-header .header-top-nav-menu .wrap:after,
.header-6 header.site-header .header-nav-menu .wrap:after {
  clear: both; }

.header-4 header.site-header .wrap .header-top-nav-menu:before, .header-4 header.site-header .wrap .header-top-nav-menu:after,
.header-4 header.site-header .wrap .header-nav-menu:before,
.header-4 header.site-header .wrap .header-nav-menu:after {
  content: " ";
  display: table; }

.header-4 header.site-header .wrap .header-top-nav-menu:after,
.header-4 header.site-header .wrap .header-nav-menu:after {
  clear: both; }

.header-4 header.site-header .wrap .header-nav-menu {
  background: #eeebdd none repeat scroll 0 0;
  padding: 20px 23px 20px 30px;
  height: 100px; }

.header-4 header.site-header .header-nav-menu .top-nav-links {
  padding-right: 0;
  display: table;
  height: 100%; }
  .header-4 header.site-header .header-nav-menu .top-nav-links ul li {
    display: table-cell;
    vertical-align: middle; }

.header-4 header.site-header .header-nav-menu .donations-link {
  display: table-cell;
  vertical-align: middle; }

.header-4 header.site-header .sticky-wrapper .stuck {
  position: fixed;
  top: 0px;
  width: inherit; }

.header-5 .top-nav-links {
  margin-top: 8px; }

.header-5 header.site-header .header-nav-menu {
  background: #eeebdd none repeat scroll 0 0;
  padding: 20px 0; }

.header-3 .bethlehem-counter,
.header-7 .bethlehem-counter {
  float: right;
  display: table; }
  .header-3 .bethlehem-counter .counter-title,
  .header-7 .bethlehem-counter .counter-title {
    font-size: 13px;
    color: #fff;
    display: table-cell;
    vertical-align: middle; }
  .header-3 .bethlehem-counter ul,
  .header-7 .bethlehem-counter ul {
    margin-left: 15px;
    float: right;
    list-style: none;
    display: table;
    border-collapse: separate;
    border-spacing: 4px;
    margin-bottom: 0; }
    .header-3 .bethlehem-counter ul > li,
    .header-7 .bethlehem-counter ul > li {
      background-color: #efefef;
      border-radius: 4px;
      color: #fff;
      display: table-cell;
      height: 61px;
      line-height: 21px;
      vertical-align: middle;
      width: 46px;
      font-size: 10px;
      color: #191919;
      margin-right: 4px;
      text-transform: uppercase;
      text-align: center;
      padding-top: 5px; }
      .header-3 .bethlehem-counter ul > li span,
      .header-7 .bethlehem-counter ul > li span {
        display: block;
        font-size: 28px; }

.top-nav-links ul {
  padding: 0px;
  margin: 0px; }
  .top-nav-links ul li {
    list-style: none; }

.top-nav-links .donate-btn {
  text-transform: uppercase;
  color: #fff;
  display: table-cell;
  padding: 15px 27px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 14px;
  letter-spacing: 0.1px;
  font-weight: 700; }

.header-6 .header-wrap {
  position: relative;
  top: 0; }

.header-6 header.site-header {
  padding: 0; }
  .header-6 header.site-header .header-nav-menu {
    background: #e0dcc8;
    padding: 20px 0; }
    .header-6 header.site-header .header-nav-menu .site-branding {
      text-align: left; }
      .header-6 header.site-header .header-nav-menu .site-branding .site-description {
        color: #1A1A1A;
        text-shadow: none; }

.sticky-wrapper .stuck {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100; }

/**
 * Footer
 */
footer.site-footer .footer-logo .site-title {
  text-transform: capitalize; }

footer.site-footer .connect-with-us {
  text-align: right; }
  footer.site-footer .connect-with-us h5 {
    text-transform: uppercase;
    font-size: 13px; }
  footer.site-footer .connect-with-us .hb-social {
    display: inline-block; }
    footer.site-footer .connect-with-us .hb-social li i {
      background-color: #787878; }

footer.site-footer .footer-widget aside.widget_text h5 {
  text-transform: uppercase;
  font-size: 14px; }

footer.site-footer .footer-widget aside.widget_text .textwidget p {
  color: #ddd;
  font-size: 14px;
  font-weight: 400; }
  footer.site-footer .footer-widget aside.widget_text .textwidget p.site-info {
    font-size: 13px;
    color: #7f7f7f; }
  footer.site-footer .footer-widget aside.widget_text .textwidget p a, footer.site-footer .footer-widget aside.widget_text .textwidget p a:hover, footer.site-footer .footer-widget aside.widget_text .textwidget p a:focus {
    color: #ddd; }

footer.site-footer .footer-widget aside.widget_text .textwidget blockquote {
  font-size: 18px;
  color: #ececec; }

.footer-1 .footer-logo .bethlehem-logo svg {
  fill: #fff; }

.footer-2 footer.site-footer {
  padding: 60px 0 50px 0; }
  .footer-2 footer.site-footer .connect-with-us, .footer-2 footer.site-footer .footer-logo {
    width: 100%;
    text-align: center;
    float: none; }
  .footer-2 footer.site-footer .footer-logo {
    margin-bottom: 40px;
    margin-right: 0; }
    .footer-2 footer.site-footer .footer-logo .site-branding {
      float: none; }
      .footer-2 footer.site-footer .footer-logo .site-branding .bethlehem-logo {
        width: 280px;
        margin-left: auto;
        margin-right: auto; }
      .footer-2 footer.site-footer .footer-logo .site-branding h1 {
        font-size: 44px;
        font-family: "Bitter", serif;
        color: #FFF; }
      .footer-2 footer.site-footer .footer-logo .site-branding p {
        font-size: 15px;
        color: #FFF; }
  .footer-2 footer.site-footer .connect-with-us {
    margin-bottom: 30px; }
    .footer-2 footer.site-footer .connect-with-us h5 {
      display: none; }
    .footer-2 footer.site-footer .connect-with-us ul.hb-social li {
      margin-right: 30px; }
      .footer-2 footer.site-footer .connect-with-us ul.hb-social li a i {
        height: 70px;
        width: 70px;
        font-size: 30px;
        background-color: transparent; }
      .footer-2 footer.site-footer .connect-with-us ul.hb-social li:last-child {
        margin-right: 0; }
      .footer-2 footer.site-footer .connect-with-us ul.hb-social li.hb-fb a:hover i {
        border-color: #3b5998 !important; }
      .footer-2 footer.site-footer .connect-with-us ul.hb-social li.hb-tw a:hover i {
        border-color: #00aced !important; }
      .footer-2 footer.site-footer .connect-with-us ul.hb-social li.hb-google-plus a:hover i {
        border-color: #dd4b39 !important; }
      .footer-2 footer.site-footer .connect-with-us ul.hb-social li.hb-sky a:hover i {
        border-color: #019bd7 !important; }
      .footer-2 footer.site-footer .connect-with-us ul.hb-social li.hb-rss a:hover i {
        border-color: #fb8f3d !important; }
      .footer-2 footer.site-footer .connect-with-us ul.hb-social li.hb-pint a:hover i {
        border-color: #cb2027 !important; }
      .footer-2 footer.site-footer .connect-with-us ul.hb-social li.hb-link a:hover i {
        border-color: #007bb6 !important; }
      .footer-2 footer.site-footer .connect-with-us ul.hb-social li.hb-tumb a:hover i {
        border-color: #32506d !important; }
      .footer-2 footer.site-footer .connect-with-us ul.hb-social li.hb-ins a:hover i {
        border-color: #517fa4 !important; }
      .footer-2 footer.site-footer .connect-with-us ul.hb-social li.hb-you a:hover i {
        border-color: #bb0000 !important; }
      .footer-2 footer.site-footer .connect-with-us ul.hb-social li.hb-vim a:hover i {
        border-color: #aad450 !important; }
      .footer-2 footer.site-footer .connect-with-us ul.hb-social li.hb-drib a:hover i {
        border-color: #ea4c89 !important; }
      .footer-2 footer.site-footer .connect-with-us ul.hb-social li.hb-stum a:hover i {
        border-color: #EB4823 !important; }
      .footer-2 footer.site-footer .connect-with-us ul.hb-social li.hb-sound a:hover i {
        border-color: #ff3a00 !important; }
  .footer-2 footer.site-footer .footer-widgets {
    border: none;
    padding-bottom: 0;
    text-align: center; }
    .footer-2 footer.site-footer .footer-widgets .footer-widget {
      display: inline-block;
      padding: 0; }
      .footer-2 footer.site-footer .footer-widgets .footer-widget p {
        margin-bottom: 0;
        line-height: 1;
        font-size: 14px;
        color: #ddd;
        padding: 0 20px; }
        .footer-2 footer.site-footer .footer-widgets .footer-widget p a, .footer-2 footer.site-footer .footer-widgets .footer-widget p a:hover, .footer-2 footer.site-footer .footer-widgets .footer-widget p a:focus {
          color: #ddd; }
      .footer-2 footer.site-footer .footer-widgets .footer-widget:last-child {
        border: none; }
    .footer-2 footer.site-footer .footer-widgets .footer-copyright-text {
      margin: 10px 0 40px 0; }
      .footer-2 footer.site-footer .footer-widgets .footer-copyright-text p {
        font-size: 13px;
        color: #7f7f7f; }
    .footer-2 footer.site-footer .footer-widgets .footer-button .hb-more-button {
      color: #fff;
      border-color: #fff; }

.footer-3 footer.site-footer {
  padding: 60px 0 0 0;
  background-color: #212121; }
  .footer-3 footer.site-footer .footer-logo {
    margin-bottom: 40px;
    margin-right: 0;
    width: 100%;
    text-align: center;
    float: none; }
    .footer-3 footer.site-footer .footer-logo .site-branding {
      float: none;
      display: inline-block;
      margin-bottom: 0; }
      .footer-3 footer.site-footer .footer-logo .site-branding .bethlehem-logo {
        width: 244px; }
        .footer-3 footer.site-footer .footer-logo .site-branding .bethlehem-logo .site-description {
          text-align: right; }
      .footer-3 footer.site-footer .footer-logo .site-branding .bethlehem-logo-body h1 {
        font-size: 38px;
        font-family: "Bitter", serif;
        color: #fff; }
        .footer-3 footer.site-footer .footer-logo .site-branding .bethlehem-logo-body h1 a {
          color: #fff !important; }
      .footer-3 footer.site-footer .footer-logo .site-branding .bethlehem-logo-body p {
        font-family: "Bitter", serif;
        font-size: 13px;
        color: #a0a0a0;
        line-height: 1;
        font-weight: normal; }
  .footer-3 footer.site-footer .mc4wp-form form {
    margin-bottom: 80px; }
  .footer-3 footer.site-footer .mc4wp-form p {
    text-align: center; }
    .footer-3 footer.site-footer .mc4wp-form p label {
      display: none; }
    .footer-3 footer.site-footer .mc4wp-form p:first-child {
      margin-bottom: 15px; }
    .footer-3 footer.site-footer .mc4wp-form p input[type=email] {
      width: 31.36%;
      display: inline-block;
      padding: 14.5px 20px;
      border-radius: 0;
      text-align: center;
      font-style: italic;
      color: #a6a6a6;
      font-size: 18px;
      text-transform: capitalize; }
    .footer-3 footer.site-footer .mc4wp-form p input[type=submit] {
      padding: 16px 60px;
      background-color: transparent;
      border: 2px solid #a6a6a6;
      text-transform: uppercase;
      color: #a6a6a6;
      font-size: 16px;
      font-weight: bold;
      border-radius: 6px; }
      .footer-3 footer.site-footer .mc4wp-form p input[type=submit]:hover {
        color: #fff; }
  .footer-3 footer.site-footer .footer-widgets {
    border: none;
    background-color: #161616;
    padding-bottom: 0; }
    .footer-3 footer.site-footer .footer-widgets .footer-copyright-text p {
      padding: 44.5px 0;
      text-align: center;
      font-size: 14px;
      color: #d7d7d7;
      text-transform: capitalize;
      font-family: 'Montserrat', sans-serif; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  footer.site-footer {
    padding: 0; }
    footer.site-footer .footer-logo {
      margin-bottom: 20px;
      margin-top: 30px; }
      footer.site-footer .footer-logo .site-branding {
        float: none;
        text-align: left;
        padding: 0; }
    footer.site-footer .connect-with-us {
      text-align: left;
      margin-bottom: 20px; }
      footer.site-footer .connect-with-us:before, footer.site-footer .connect-with-us:after {
        content: " ";
        display: table; }
      footer.site-footer .connect-with-us:after {
        clear: both; }
      footer.site-footer .connect-with-us .hb-social {
        display: block; }
    footer.site-footer .footer-widget aside.widget_text .textwidget p.site-info {
      padding: 30px 0 0 0;
      margin: 0;
      text-align: center; }
    footer.site-footer .footer-widget aside.widget_text .textwidget blockquote {
      margin: 0;
      padding: 0;
      text-align: center; }
  footer.site-footer .connect-with-us ul.hb-social {
    display: inline-block !important; }
    footer.site-footer .connect-with-us ul.hb-social li {
      margin-right: 10px !important; }
      footer.site-footer .connect-with-us ul.hb-social li a i {
        font-size: 20px !important;
        height: 40px !important;
        width: 40px !important; }
  footer.site-footer .site-branding {
    text-align: center !important;
    margin-bottom: 0; }
  footer.site-footer .footer-widgets .footer-widget {
    margin-bottom: 10px;
    display: block; }
    footer.site-footer .footer-widgets .footer-widget p {
      line-height: 1.6; }
    footer.site-footer .footer-widgets .footer-widget:last-child:after {
      display: none; }
    footer.site-footer .footer-widgets .footer-widget:after {
      content: "__";
      font-size: 20px; }
  .footer-1 .site-footer .connect-with-us, .footer-1 .site-footer .footer-widgets {
    text-align: center; }
  .footer-1 .site-footer .footer-widget::after {
    display: inline-block;
    margin-bottom: 10px; }
  .footer-1 .site-footer .widget {
    margin-bottom: 0; }
  .footer-2 footer.site-footer .footer-widgets .footer-widget {
    display: block; }
  .footer-3 footer.site-footer .mc4wp-form p input[type="email"] {
    width: 100%;
    padding: 10px 20px; }
  .footer-3 footer.site-footer .footer-logo .site-branding a {
    display: inline-block; }
  .footer-3 footer.site-footer .mc4wp-form p input[type="submit"] {
    padding: 10px 30px;
    font-size: 14px; } }

/**
 * Main Naivgation
 */
/**
 * General Menu Styles
 */
.main-navigation {
  clear: both;
  padding-bottom: 32px;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto; }
  .main-navigation:after {
    content: " ";
    display: block;
    clear: both; }

.menu-toggle {
  cursor: pointer;
  margin: 1.618em auto;
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  box-shadow: none;
  border: none;
  color: #fff; }
  .menu-toggle:before {
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f0c9";
    margin-right: .53em; }

.primary-navigation {
  display: none; }

.handheld-navigation,
.nav-menu,
.main-navigation div.menu > ul:not(.nav-menu) {
  display: none; }

.main-navigation.toggled .handheld-navigation,
.main-navigation.toggled .menu > ul:not(.nav-menu) {
  display: block; }

.main-navigation ul {
  margin-left: 0;
  list-style: none; }
  .main-navigation ul ul {
    display: block;
    margin-left: 1.387em; }
  .main-navigation ul li a {
    display: block;
    color: #fff;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.5); }
    .main-navigation ul li a:before {
      font-family: "FontAwesome";
      content: "\f0f6";
      margin-right: .53em;
      font-weight: 400; }
  .main-navigation ul li.active a {
    font-weight: 700; }

.header-1 .main-navigation ul.menu > li.menu-item-has-children:hover > a::after,
.header-1 .main-navigation ul.nav-menu > li.menu-item-has-children:hover > a::after, .header-2 .main-navigation ul.menu > li.menu-item-has-children:hover > a::after,
.header-2 .main-navigation ul.nav-menu > li.menu-item-has-children:hover > a::after, .header-8 .main-navigation ul.menu > li.menu-item-has-children:hover > a::after,
.header-8 .main-navigation ul.nav-menu > li.menu-item-has-children:hover > a::after {
  bottom: -8px; }

.header-8 .site-header, .header-7 .site-header {
  padding-bottom: 0; }

.header-8 .primary-navigation .left-nav-menu, .header-7 .primary-navigation .left-nav-menu {
  width: 891px; }

.header-7 .primary-navigation .left-nav-menu .menu > li.full-width ul.sub-menu,
.header-7 .primary-navigation .right-nav-menu .menu > li.full-width ul.sub-menu {
  left: 3.3%;
  right: -3.3%; }

.header-2 .primary-navigation .left-nav-menu .menu, .header-2 .primary-navigation .right-nav-menu .menu {
  border: none !important; }

.primary-navigation .left-nav-menu {
  float: left;
  width: 445.5px; }

.primary-navigation .right-nav-menu {
  float: right;
  width: 445.5px; }

.primary-navigation .left-nav-menu .menu, .primary-navigation .right-nav-menu .menu {
  display: table;
  width: 100%;
 }
  .primary-navigation .left-nav-menu .menu > li, .primary-navigation .right-nav-menu .menu > li {
    display: table-cell; }
    .primary-navigation .left-nav-menu .menu > li.full-width ul.sub-menu, .primary-navigation .right-nav-menu .menu > li.full-width ul.sub-menu {
      left: 0;
      right: 0; }

.main-navigation.toggled .primary-navigation {
  display: block; }

@media screen and (min-width: 768px) {
  .menu-toggle,
  .handheld-navigation,
  .main-navigation.toggled .handheld-navigation {
    display: none; }
  .primary-navigation {
    display: block; }
  .woocommerce-breadcrumb {
    padding: 10px 0 !important; }
  .main-navigation {
    clear: both;
    display: block;
    width: 100%; }
    .main-navigation ul {
      list-style: none;
      margin: 0;
      padding-left: 0;
      display: block; }
      .main-navigation ul li {
        position: static;
        display: inline-block;
        text-align: left; }
        .main-navigation ul li a {
          display: block; }
          .main-navigation ul li a:before {
            display: none; }
        .main-navigation ul li.menu-item-has-children.open > ul {
          display: block; }
        .main-navigation ul li.open > ul {
          left: auto; }
          .main-navigation ul li.open > ul li > ul {
            display: none; }
          .main-navigation ul li.open > ul li.open > ul {
            left: 100%;
            top: 0;
            display: block; }
        .main-navigation ul li.fw.open > ul {
          left: 0;
          right: 0; }
          .main-navigation ul li.fw.open > ul.sub-menu:after {
            content: none; }
      .main-navigation ul ul {
        float: left;
        position: absolute;
        z-index: 99999;
        display: none; }
        .main-navigation ul ul li a {
          width: 230px; }
  /**
	 * Primary Navigation
	 */
  .main-navigation {
    position: relative; }
    .main-navigation ul.menu > li.menu-item-has-children > a,
    .main-navigation ul.nav-menu > li.menu-item-has-children > a {
      position: relative; }
      .main-navigation ul.menu > li.menu-item-has-children > a:after,
      .main-navigation ul.nav-menu > li.menu-item-has-children > a:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0 24px 12px;
        border-color: #1A1A1A transparent;
        display: block;
        width: 0;
        z-index: 1;
        margin: 0 auto;
        left: 0;
        right: 0;
        opacity: 0;
        bottom: -8px;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        transition: all 300ms ease-out; }
    .main-navigation ul.menu > li > a,
    .main-navigation ul.nav-menu > li > a {
      padding: 20px 15px;
      font-size: 16px;
      text-align: center; }
    .main-navigation ul.menu > li .sub-menu,
    .main-navigation ul.nav-menu > li .sub-menu {
      -webkit-animation-name: slidenavAnimation;
      -moz-animation-name: slidenavAnimation;
      animation-name: slidenavAnimation;
      -webkit-animation-duration: 300ms;
      -moz-animation-duration: 300ms;
      animation-duration: 300ms;
      -webkit-animation-iteration-count: 1;
      -moz-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      padding-top: 33px; }
      .main-navigation ul.menu > li .sub-menu > li,
      .main-navigation ul.nav-menu > li .sub-menu > li {
        background-color: #1A1A1A;
        position: relative; }
    .main-navigation ul.menu > li > .sub-menu .sub-menu,
    .main-navigation ul.nav-menu > li > .sub-menu .sub-menu {
      left: 100%;
      top: 0; }
    .main-navigation ul.menu > li .megamenu-content,
    .main-navigation ul.nav-menu > li .megamenu-content {
      padding: 25px; }
      .main-navigation ul.menu > li .megamenu-content h1, .main-navigation ul.menu > li .megamenu-content h2, .main-navigation ul.menu > li .megamenu-content h3, .main-navigation ul.menu > li .megamenu-content h4, .main-navigation ul.menu > li .megamenu-content h5, .main-navigation ul.menu > li .megamenu-content h6,
      .main-navigation ul.nav-menu > li .megamenu-content h1,
      .main-navigation ul.nav-menu > li .megamenu-content h2,
      .main-navigation ul.nav-menu > li .megamenu-content h3,
      .main-navigation ul.nav-menu > li .megamenu-content h4,
      .main-navigation ul.nav-menu > li .megamenu-content h5,
      .main-navigation ul.nav-menu > li .megamenu-content h6 {
        color: #fff;
        /*#EEEBDD;*/
        margin: 15px 0;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1;
        font-size: 14px; }
        .main-navigation ul.menu > li .megamenu-content h1 a, .main-navigation ul.menu > li .megamenu-content h2 a, .main-navigation ul.menu > li .megamenu-content h3 a, .main-navigation ul.menu > li .megamenu-content h4 a, .main-navigation ul.menu > li .megamenu-content h5 a, .main-navigation ul.menu > li .megamenu-content h6 a,
        .main-navigation ul.nav-menu > li .megamenu-content h1 a,
        .main-navigation ul.nav-menu > li .megamenu-content h2 a,
        .main-navigation ul.nav-menu > li .megamenu-content h3 a,
        .main-navigation ul.nav-menu > li .megamenu-content h4 a,
        .main-navigation ul.nav-menu > li .megamenu-content h5 a,
        .main-navigation ul.nav-menu > li .megamenu-content h6 a {
          padding: 0;
          border-bottom: none; }
      .main-navigation ul.menu > li .megamenu-content .submenu-title-large h1,
      .main-navigation ul.nav-menu > li .megamenu-content .submenu-title-large h1 {
        font-size: 40px;
        margin: 0 0 20px; }
      .main-navigation ul.menu > li .megamenu-content .submenu-title-large p,
      .main-navigation ul.nav-menu > li .megamenu-content .submenu-title-large p {
        text-transform: none;
        font-size: 13px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 15px;
        color: #fff; }
      .main-navigation ul.menu > li .megamenu-content .vc-primary-small-btn-inverse a, .main-navigation ul.menu > li .megamenu-content .vc-primary-small-btn-inverse button,
      .main-navigation ul.nav-menu > li .megamenu-content .vc-primary-small-btn-inverse a,
      .main-navigation ul.nav-menu > li .megamenu-content .vc-primary-small-btn-inverse button {
        text-align: center !important; }
      .main-navigation ul.menu > li .megamenu-content .wpb_wrapper > h1:first-child,
      .main-navigation ul.menu > li .megamenu-content .wpb_wrapper > h2:first-child,
      .main-navigation ul.menu > li .megamenu-content .wpb_wrapper > h3:first-child,
      .main-navigation ul.menu > li .megamenu-content .wpb_wrapper > h4:first-child,
      .main-navigation ul.menu > li .megamenu-content .wpb_wrapper > h5:first-child,
      .main-navigation ul.menu > li .megamenu-content .wpb_wrapper > h6:first-child,
      .main-navigation ul.nav-menu > li .megamenu-content .wpb_wrapper > h1:first-child,
      .main-navigation ul.nav-menu > li .megamenu-content .wpb_wrapper > h2:first-child,
      .main-navigation ul.nav-menu > li .megamenu-content .wpb_wrapper > h3:first-child,
      .main-navigation ul.nav-menu > li .megamenu-content .wpb_wrapper > h4:first-child,
      .main-navigation ul.nav-menu > li .megamenu-content .wpb_wrapper > h5:first-child,
      .main-navigation ul.nav-menu > li .megamenu-content .wpb_wrapper > h6:first-child {
        margin-top: 0; }
      .main-navigation ul.menu > li .megamenu-content ul,
      .main-navigation ul.nav-menu > li .megamenu-content ul {
        list-style: none;
        opacity: 1;
        float: none;
        position: relative;
        width: 100%;
        max-width: 100%;
        display: block; }
        .main-navigation ul.menu > li .megamenu-content ul > li > a,
        .main-navigation ul.nav-menu > li .megamenu-content ul > li > a {
          font-size: 13px;
          font-weight: 400;
          padding: 0;
          text-align: left;
          text-shadow: none;
          margin-left: 12px;
          margin-bottom: 5px;
          color: #fff;
          /*#EEEBDD;*/
          border-bottom: 0;
          width: 100%;
          max-width: 100%; }
        .main-navigation ul.menu > li .megamenu-content ul > li:last-child > a,
        .main-navigation ul.nav-menu > li .megamenu-content ul > li:last-child > a {
          margin-bottom: 0; }
      .main-navigation ul.menu > li .megamenu-content .wpb_row,
      .main-navigation ul.nav-menu > li .megamenu-content .wpb_row {
        margin-bottom: 0; }
    .main-navigation ul.menu ul,
    .main-navigation ul.nav-menu ul {
      margin-left: 0; }
      .main-navigation ul.menu ul li,
      .main-navigation ul.nav-menu ul li {
        width: auto;
        display: block; }
        .main-navigation ul.menu ul li a,
        .main-navigation ul.nav-menu ul li a {
          padding: 12px 25px;
          text-align: left;
          border-bottom: 1px solid #2F2E2E;
          font-size: 13px;
          display: block; }
        .main-navigation ul.menu ul li:last-child,
        .main-navigation ul.nav-menu ul li:last-child {
          border-bottom: 0; }
        .main-navigation ul.menu ul li.menu-item-has-children > a:after, .main-navigation ul.menu ul li.page_item_has_children > a:after,
        .main-navigation ul.nav-menu ul li.menu-item-has-children > a:after,
        .main-navigation ul.nav-menu ul li.page_item_has_children > a:after {
          content: "\f105";
          font-family: "FontAwesome";
          float: right; }
      .main-navigation ul.menu ul ul,
      .main-navigation ul.nav-menu ul ul {
        margin-left: 0;
        border-top-color: #cbc6ac;
        box-shadow: none; }
      .main-navigation ul.menu ul a:hover,
      .main-navigation ul.menu ul li:hover > a,
      .main-navigation ul.nav-menu ul a:hover,
      .main-navigation ul.nav-menu ul li:hover > a {
        background-color: rgba(0, 0, 0, 0.025); } }

@media screen and (min-width: 320px) and (max-width: 767px) {
  header.site-header .site-branding a {
    display: inline-block;
    text-align: center; }
  .site-header .main-navigation .left-nav-menu {
    background-color: #404040; }
    .site-header .main-navigation .left-nav-menu ul.nav-menu {
      border: none; }
      .site-header .main-navigation .left-nav-menu ul.nav-menu ul.sub-menu li a {
        padding: 10px 30px;
        font-size: 12px; }
      .site-header .main-navigation .left-nav-menu ul.nav-menu ul.sub-menu li .megamenu-content .wpb_wrapper h5 {
        font-size: 16px; }
      .site-header .main-navigation .left-nav-menu ul.nav-menu ul.sub-menu li .megamenu-content .wpb_wrapper > ul li a {
        font-size: 14px;
        font-weight: 400;
        padding: 10px; }
  .main-navigation ul ul {
    display: none;
    margin-left: 0;
    padding: 0 20px; }
    .main-navigation ul ul li a {
      padding: 6px 20px; }
      .main-navigation ul ul li a:before {
        display: none; }
  .woocommerce-breadcrumb {
    padding: 20px; }
  .primary-navigation .left-nav-menu,
  .primary-navigation .right-nav-menu {
    width: 100%; }
    .primary-navigation .left-nav-menu .menu > li,
    .primary-navigation .right-nav-menu .menu > li {
      display: block; }
      .primary-navigation .left-nav-menu .menu > li ul.sub-menu,
      .primary-navigation .right-nav-menu .menu > li ul.sub-menu {
        display: none; }
      .primary-navigation .left-nav-menu .menu > li.open ul.sub-menu,
      .primary-navigation .right-nav-menu .menu > li.open ul.sub-menu {
        display: block;
        margin-left: 0; }
  .primary-navigation .right-nav-menu {
    float: left; }
  .main-navigation {
    padding-bottom: 0;
    background: #292d30;
    width: 100% !important;
    display: block !important; }
    .main-navigation ul.menu > li .megamenu-content h1, .main-navigation ul.menu > li .megamenu-content h2, .main-navigation ul.menu > li .megamenu-content h3, .main-navigation ul.menu > li .megamenu-content h4, .main-navigation ul.menu > li .megamenu-content h5, .main-navigation ul.menu > li .megamenu-content h6 {
      color: #fff; }
    .main-navigation ul.menu > li > a {
      display: block;
      padding: 6px 20px; }
      .main-navigation ul.menu > li > a:before {
        display: none; }
    .main-navigation .menu-toggle {
      padding: 10px 20px;
      margin: 0 auto; }
  .wpb_single_image img {
    width: 100%; }
  .site-page-title {
    padding: 0 20px; }
    .site-page-title h1 {
      position: relative;
      top: 0 !important;
      margin: 10px 0 0; }
  .site-branding {
    float: none !important;
    text-align: left;
    display: block !important;
    width: 100% !important; }
  .header-1 .header-wrap {
    position: relative;
    top: 0; }
  .header-1 header.site-header {
    padding-bottom: 0;
    margin-bottom: 0 !important; }
    .header-1 header.site-header .wrap {
      padding: 0; }
  .header-1 .primary-navigation .left-nav-menu .menu,
  .header-1 .primary-navigation .right-nav-menu .menu {
    border: none; }
  .bethlehem-logo {
    margin-left: 0;
    display: inline-block; }
  .header-8.home-page header.site-header {
    padding-bottom: 0 !important; }
    .header-8.home-page header.site-header .site-page-title {
      display: none; }
  .header-8 header.site-header {
    padding-bottom: 0 !important; }
  .header-8 .header-wrap {
    position: relative;
    top: 0;
    background-color: #808080; }
    .header-8 .header-wrap header {
      margin-bottom: 0 !important;
      padding-top: 20px; }
      .header-8 .header-wrap header .wrap {
        padding: 0 !important; }
        .header-8 .header-wrap header .wrap .main-navigation {
          display: block !important; }
      .header-8 .header-wrap header .site-branding {
        padding: 0; }
  .header-8 .site-header .site-branding {
    text-align: center; }
  .header-8 .site-header .main-navigation .left-nav-menu {
    background-color: #404040; }
    .header-8 .site-header .main-navigation .left-nav-menu ul.nav-menu {
      border: none; }
      .header-8 .site-header .main-navigation .left-nav-menu ul.nav-menu ul.sub-menu li a {
        padding: 10px 30px;
        font-size: 12px; }
      .header-8 .site-header .main-navigation .left-nav-menu ul.nav-menu ul.sub-menu li .megamenu-content .wpb_wrapper h5 {
        font-size: 16px; }
      .header-8 .site-header .main-navigation .left-nav-menu ul.nav-menu ul.sub-menu li .megamenu-content .wpb_wrapper > ul li a {
        font-size: 14px;
        font-weight: 400;
        padding: 10px; }
  .header-7 .site-header {
    background-color: #fff; }
    .header-7 .site-header .woocommerce-breadcrumb {
      margin-top: 20px;
      color: #606060;
      text-shadow: none;
      margin-bottom: 10px !important; }
      .header-7 .site-header .woocommerce-breadcrumb a {
        color: #606060;
        text-shadow: none; }
    .header-7 .site-header .woocommerce-breadcrumb, .header-7 .site-header .site-page-title {
      padding-left: 0 !important; }
    .header-7 .site-header .site-page-title h1 {
      color: #606060;
      text-shadow: none;
      top: 0; }
    .header-7 .site-header .header-top-nav-menu .site-branding {
      padding: 0;
      text-align: center;
      float: none;
      margin-bottom: 30px; }
      .header-7 .site-header .header-top-nav-menu .site-branding a {
        display: inline-block; }
    .header-7 .site-header .header-top-nav-menu .top-nav-links {
      margin-bottom: 20px;
      display: block;
      text-align: center;
      margin-left: 0; }
      .header-7 .site-header .header-top-nav-menu .top-nav-links ul {
        margin: 0; }
        .header-7 .site-header .header-top-nav-menu .top-nav-links ul li {
          float: none;
          margin-right: 0;
          margin-bottom: 20px; }
    .header-7 .site-header .header-top-nav-menu .bethlehem-counter {
      position: relative;
      top: 0;
      margin: 0 auto 30px;
      float: none; }
      .header-7 .site-header .header-top-nav-menu .bethlehem-counter h3.counter-title {
        display: block;
        text-align: center; }
      .header-7 .site-header .header-top-nav-menu .bethlehem-counter ul {
        margin: 0; }
    .header-7 .site-header .header-nav-menu {
      margin-top: 0; }
      .header-7 .site-header .header-nav-menu .main-navigation {
        margin-top: 20px;
        display: inline-block !important; }
        .header-7 .site-header .header-nav-menu .main-navigation .primary-navigation .left-nav-menu {
          width: 100%;
          background-color: #404040; }
        .header-7 .site-header .header-nav-menu .main-navigation ul.nav-menu li a {
          padding: 12px 26px; }
        .header-7 .site-header .header-nav-menu .main-navigation ul.nav-menu ul.sub-menu li a {
          padding: 6px 30px; }
      .header-7 .site-header .header-nav-menu .header_widget_search {
        margin-top: 20px;
        padding-bottom: 20px;
        position: relative;
        right: 0;
        top: 0;
        width: inherit; }
  .header-7 .header-wrap .site-header {
    background-color: #fff; }
  .header-7 .header-wrap .site-page-title {
    display: none; }
  .header-3.home-page .home-page-slider {
    margin-top: 0; }
  .header-3.home-page .site-page-title {
    display: none; }
  .header-3.home-page .header-wrap {
    position: relative;
    top: 0; }
  .header-3 header.site-header {
    padding: 0 !important;
    margin: 0 !important;
    background-color: #505050; }
    .header-3 header.site-header .header-nav-menu {
      padding: 10px 0; }
      .header-3 header.site-header .header-nav-menu .wrap .main-navigation {
        display: block;
        float: none; }
        .header-3 header.site-header .header-nav-menu .wrap .main-navigation .primary-navigation .left-nav-menu {
          width: 100%; }
          .header-3 header.site-header .header-nav-menu .wrap .main-navigation .primary-navigation .left-nav-menu .menu > li > a {
            padding: 10px 20px 10px 0 !important; }
        .header-3 header.site-header .header-nav-menu .wrap .main-navigation .menu-toggle {
          padding: 10px 0; }
        .header-3 header.site-header .header-nav-menu .wrap .main-navigation ul ul {
          padding: 0; }
      .header-3 header.site-header .header-nav-menu .wrap .top-nav-links {
        position: absolute;
        right: 0;
        top: 0; }
        .header-3 header.site-header .header-nav-menu .wrap .top-nav-links ul li {
          margin: 16px 0;
          padding-right: 14px; }
          .header-3 header.site-header .header-nav-menu .wrap .top-nav-links ul li a {
            padding: 6px 16px;
            font-size: 13px; }
        .header-3 header.site-header .header-nav-menu .wrap .top-nav-links .donations-link {
          margin: 16px 0;
          padding-right: 14px; }
          .header-3 header.site-header .header-nav-menu .wrap .top-nav-links .donations-link a {
            padding: 6px 16px;
            font-size: 13px; }
    .header-3 header.site-header .header-top-nav-menu {
      padding-bottom: 0; }
      .header-3 header.site-header .header-top-nav-menu .wrap .site-branding {
        padding: 0;
        float: none;
        display: block;
        text-align: center; }
      .header-3 header.site-header .header-top-nav-menu .wrap .bethlehem-counter {
        width: 100%;
        text-align: center;
        margin-top: 10px;
        display: inline-block;
        float: none;
        margin-bottom: 20px; }
        .header-3 header.site-header .header-top-nav-menu .wrap .bethlehem-counter .counter-title {
          display: block; }
        .header-3 header.site-header .header-top-nav-menu .wrap .bethlehem-counter ul {
          margin-left: 0;
          display: inline-block;
          margin-bottom: 0;
          float: none !important; }
  .header-2 header.site-header {
    margin-bottom: 0 !important;
    padding-bottom: 0; }
    .header-2 header.site-header .wrap {
      padding: 0; }
  .header-2.home-page header.site-header {
    padding-bottom: 0; }
    .header-2.home-page header.site-header .site-page-title {
      display: none; }
  .header-2 .header-wrap {
    position: relative;
    top: 0;
    background-color: #505050; }
  .header-2 .primary-navigation ul.menu > li > a {
    padding: 6px 20px; }
  .header-4.home-page header.site-header, .header-5.home-page header.site-header {
    padding-bottom: 0; }
    .header-4.home-page header.site-header .site-page-title, .header-5.home-page header.site-header .site-page-title {
      display: none; }
  .header-4 header.site-header, .header-5 header.site-header {
    padding-bottom: 0; }
    .header-4 header.site-header .header-nav-menu, .header-5 header.site-header .header-nav-menu {
      margin-bottom: 0;
      padding-bottom: 0 !important; }
      .header-4 header.site-header .header-nav-menu .site-branding, .header-5 header.site-header .header-nav-menu .site-branding {
        text-align: center !important;
        margin: 30px 0; }
        .header-4 header.site-header .header-nav-menu .site-branding a, .header-5 header.site-header .header-nav-menu .site-branding a {
          display: inline-block; }
    .header-4 header.site-header .woocommerce-breadcrumb, .header-5 header.site-header .woocommerce-breadcrumb {
      padding-top: 10px;
      margin: 0 !important; }
    .header-4 header.site-header .header-top-nav-menu, .header-5 header.site-header .header-top-nav-menu {
      padding-left: 0;
      text-align: center; }
      .header-4 header.site-header .header-top-nav-menu .header-contact-info, .header-5 header.site-header .header-top-nav-menu .header-contact-info {
        float: none; }
        .header-4 header.site-header .header-top-nav-menu .header-contact-info .mail, .header-4 header.site-header .header-top-nav-menu .header-contact-info .phone, .header-5 header.site-header .header-top-nav-menu .header-contact-info .mail, .header-5 header.site-header .header-top-nav-menu .header-contact-info .phone {
          margin-right: 0;
          display: block;
          margin-bottom: 6px; }
      .header-4 header.site-header .header-top-nav-menu .bethlehem-counter, .header-5 header.site-header .header-top-nav-menu .bethlehem-counter {
        float: none !important;
        display: inline-block;
        margin-top: 10px; }
        .header-4 header.site-header .header-top-nav-menu .bethlehem-counter ul, .header-5 header.site-header .header-top-nav-menu .bethlehem-counter ul {
          margin: 0 !important; }
  .header-5 header.site-header .header-nav-menu, .header-6 header.site-header .header-nav-menu {
    padding: 20px 0 0 0; }
  .header-5 header.site-header .woocommerce-breadcrumb, .header-5 header.site-header .site-page-title, .header-6 header.site-header .woocommerce-breadcrumb, .header-6 header.site-header .site-page-title {
    padding-left: 0 !important; }
  .header-4 header.site-header .wrap .header-nav-menu {
    padding: 0;
    height: inherit; }
  .header-4 .header-wrap {
    position: relative;
    top: 0; }
  .header-4 .site-header > .wrap {
    padding: 0; }
  .header-4 .site-header .header-top-nav-menu {
    background-color: #606060 !important;
    padding-left: 30px; }
  .header-4 .header-nav-menu {
    padding: 0; }
  .header-6 header.site-header {
    margin-bottom: 0 !important; }
    .header-6 header.site-header .woocommerce-breadcrumb {
      margin: 0 !important;
      padding-top: 10px; }
  .header-5 header.site-header .header-nav-menu .site-branding,
  .header-4 header.site-header .header-nav-menu .site-branding,
  .header-6 header.site-header .header-nav-menu .site-branding {
    width: 100%;
    float: none;
    text-align: left; }
  .header-5 header.site-header .header-nav-menu .wrap,
  .header-4 header.site-header .header-nav-menu .wrap,
  .header-6 header.site-header .header-nav-menu .wrap {
    padding-right: 0;
    padding-left: 0; }
  .header-5 header.site-header .header-nav-menu .main-navigation,
  .header-4 header.site-header .header-nav-menu .main-navigation,
  .header-6 header.site-header .header-nav-menu .main-navigation {
    width: 100% !important; }
    .header-5 header.site-header .header-nav-menu .main-navigation .left-nav-menu,
    .header-4 header.site-header .header-nav-menu .main-navigation .left-nav-menu,
    .header-6 header.site-header .header-nav-menu .main-navigation .left-nav-menu {
      background-color: #404040; }
      .header-5 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu > li,
      .header-4 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu > li,
      .header-6 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu > li {
        border: none; }
        .header-5 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu > li > a,
        .header-4 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu > li > a,
        .header-6 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu > li > a {
          padding: 15px 20px;
          color: #fff; }
  .header-5 header.site-header .header-nav-menu .top-nav-links,
  .header-4 header.site-header .header-nav-menu .top-nav-links,
  .header-6 header.site-header .header-nav-menu .top-nav-links {
    margin-top: 5px;
    float: none;
    padding-right: 0;
    position: absolute;
    right: 10px; }
    .header-5 header.site-header .header-nav-menu .top-nav-links a.donate-btn,
    .header-4 header.site-header .header-nav-menu .top-nav-links a.donate-btn,
    .header-6 header.site-header .header-nav-menu .top-nav-links a.donate-btn {
      font-size: 13px;
      padding: 6px 18px; }
  .header-5 header.site-header .header-top-nav-menu .bethlehem-counter,
  .header-4 header.site-header .header-top-nav-menu .bethlehem-counter,
  .header-6 header.site-header .header-top-nav-menu .bethlehem-counter {
    float: left; }
    .header-5 header.site-header .header-top-nav-menu .bethlehem-counter .counter-title,
    .header-4 header.site-header .header-top-nav-menu .bethlehem-counter .counter-title,
    .header-6 header.site-header .header-top-nav-menu .bethlehem-counter .counter-title {
      display: block; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-1 .primary-navigation .right-nav-menu,
  .header-1 .primary-navigation .left-nav-menu {
    width: 260px; }
  .header-2 header .main-navigation .primary-navigation .left-nav-menu {
    width: 100% !important; }
  .header-2 .main-navigation ul.menu > li > a, .header-2 .main-navigation ul.nav-menu > li > a {
    padding: 16px 8px !important; }
  .header-2 .primary-navigation .left-nav-menu .menu > li.full-width ul.sub-menu, .header-2 .primary-navigation .right-nav-menu .menu > li.full-width ul.sub-menu {
    left: -40%; }
  .main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
    padding: 16px 8px !important; }
  .header-8 .site-header .main-navigation .left-nav-menu {
    width: 100% !important; }
  .header-8 header .site-branding {
    width: 240px; }
  .header-8 .primary-navigation .left-nav-menu .menu > li.full-width ul.sub-menu,
  .header-8 .primary-navigation .right-nav-menu .menu > li.full-width ul.sub-menu {
    left: -49%; }
  .header-7 .primary-navigation .left-nav-menu .menu > li.full-width ul.sub-menu,
  .header-7 .primary-navigation .right-nav-menu .menu > li.full-width ul.sub-menu {
    left: 0;
    right: 0; }
  .header-7 .site-header {
    background-color: #efefef; }
    .header-7 .site-header .woocommerce-breadcrumb {
      margin: 20px 0;
      color: #606060;
      text-shadow: none; }
      .header-7 .site-header .woocommerce-breadcrumb a {
        color: #606060;
        text-shadow: none; }
    .header-7 .site-header .site-page-title h1 {
      color: #606060;
      text-shadow: none;
      top: -67px; }
    .header-7 .site-header .header-top-nav-menu .site-branding {
      padding-right: 0; }
    .header-7 .site-header .header-top-nav-menu .top-nav-links {
      float: right; }
    .header-7 .site-header .header-top-nav-menu .bethlehem-counter {
      position: relative;
      top: 0;
      width: 100%;
      text-align: center; }
      .header-7 .site-header .header-top-nav-menu .bethlehem-counter h3.counter-title {
        display: inline-block;
        margin: 0; }
      .header-7 .site-header .header-top-nav-menu .bethlehem-counter ul {
        display: inline-block;
        margin: 0;
        float: none; }
        .header-7 .site-header .header-top-nav-menu .bethlehem-counter ul li {
          border-spacing: 20px 0;
          height: 60px;
          padding-top: 0;
          height: inherit;
          display: inline-block;
          background-color: transparent; }
          .header-7 .site-header .header-top-nav-menu .bethlehem-counter ul li span {
            font-size: 20px;
            padding-right: 4px;
            display: inline-block; }
    .header-7 .site-header .header-nav-menu .main-navigation {
      left: 0; }
      .header-7 .site-header .header-nav-menu .main-navigation .left-nav-menu {
        width: 100% !important; }
    .header-7 .site-header .header-nav-menu .header_widget_search {
      position: relative;
      top: 0;
      width: 50%;
      margin: 0 auto;
      padding-bottom: 24px; }
  .header-3 .header-wrap {
    position: relative !important;
    top: 0 !important; }
    .header-3 .header-wrap .site-header {
      padding: 0;
      margin: 0 !important; }
      .header-3 .header-wrap .site-header .header-nav-menu .primary-navigation .left-nav-menu {
        width: 100% !important; }
      .header-3 .header-wrap .site-header .header-top-nav-menu {
        background-color: #505050; }
  .header-3 .home-page-slider {
    margin-top: 0; }
  .header-3 header.site-header .header-nav-menu .wrap .top-nav-links .donations-link {
    margin: 16px 0 0 0; }
  .header-3 header.site-header .header-nav-menu .wrap .top-nav-links ul li {
    margin: 16px 0 0 0; }
  .header-3 .top-nav-links .donate-btn {
    font-size: 12px;
    padding: 10px 26px; }
  .header-3 .primary-navigation .left-nav-menu .menu > li.full-width ul.sub-menu, .header-3 .primary-navigation .right-nav-menu .menu > li.full-width ul.sub-menu {
    right: -30%; }
  .header-3 header.site-header .header-nav-menu .wrap .main-navigation .primary-navigation .left-nav-menu,
  .header-3 header.site-header .header-nav-menu .wrap .main-navigation .primary-navigation .right-nav-menu {
    width: inherit !important; }
  .header-3 header.site-header .header-nav-menu .wrap .main-navigation .primary-navigation .left-nav-menu .menu > li > a,
  .header-3 header.site-header .header-nav-menu .wrap .main-navigation .primary-navigation .right-nav-menu .menu > li > a {
    padding: 20px 16px !important; }
  .header-5 header.site-header .header-nav-menu .site-branding,
  .header-4 header.site-header .header-nav-menu .site-branding,
  .header-6 header.site-header .header-nav-menu .site-branding {
    width: 100%;
    text-align: center !important; }
  .header-5 header.site-header .header-nav-menu .main-navigation,
  .header-4 header.site-header .header-nav-menu .main-navigation,
  .header-6 header.site-header .header-nav-menu .main-navigation {
    width: 100% !important;
    margin: 10px 0; }
    .header-5 header.site-header .header-nav-menu .main-navigation .left-nav-menu,
    .header-4 header.site-header .header-nav-menu .main-navigation .left-nav-menu,
    .header-6 header.site-header .header-nav-menu .main-navigation .left-nav-menu {
      width: 100% !important; }
  .header-5 header.site-header .header-nav-menu .top-nav-links,
  .header-4 header.site-header .header-nav-menu .top-nav-links,
  .header-6 header.site-header .header-nav-menu .top-nav-links {
    float: left;
    width: 100%;
    text-align: center; }
    .header-5 header.site-header .header-nav-menu .top-nav-links .donate-btn,
    .header-4 header.site-header .header-nav-menu .top-nav-links .donate-btn,
    .header-6 header.site-header .header-nav-menu .top-nav-links .donate-btn {
      display: block; }
    .header-5 header.site-header .header-nav-menu .top-nav-links ul li,
    .header-4 header.site-header .header-nav-menu .top-nav-links ul li,
    .header-6 header.site-header .header-nav-menu .top-nav-links ul li {
      display: inline-block; }
    .header-5 header.site-header .header-nav-menu .top-nav-links .donations-link,
    .header-4 header.site-header .header-nav-menu .top-nav-links .donations-link,
    .header-6 header.site-header .header-nav-menu .top-nav-links .donations-link {
      display: inline-block; }
  .header-4 header.site-header .wrap .header-nav-menu {
    height: inherit;
    padding: 20px 0; }
  .header-4 .site-header .wrap .site-page-title h1, .header-5 .site-header .wrap .site-page-title h1, .header-6 .site-header .wrap .site-page-title h1 {
    top: -62px; }
  .header-4 .site-page-title h1, .header-5 .site-page-title h1, .header-6 .site-page-title h1 {
    right: 40px; }
  .header-4 .site-header .wrap .woocommerce-breadcrumb, .header-5 .site-header .wrap .woocommerce-breadcrumb, .header-6 .site-header .wrap .woocommerce-breadcrumb {
    margin-bottom: 20px;
    margin-top: 14px; }
  .header-4 .site-header .header-nav-menu .site-branding, .header-5 .site-header .header-nav-menu .site-branding, .header-6 .site-header .header-nav-menu .site-branding {
    padding-left: 30px; }
  .header-4 header.site-header, .header-5 header.site-header, .header-6 header.site-header {
    padding-bottom: 0; }
    .header-4 header.site-header .wrap, .header-5 header.site-header .wrap, .header-6 header.site-header .wrap {
      padding: 0 !important; }
    .header-4 header.site-header .header-nav-menu, .header-5 header.site-header .header-nav-menu, .header-6 header.site-header .header-nav-menu {
      padding-bottom: 0 !important;
      margin-bottom: 0; }
      .header-4 header.site-header .header-nav-menu .top-nav-links, .header-5 header.site-header .header-nav-menu .top-nav-links, .header-6 header.site-header .header-nav-menu .top-nav-links {
        padding-left: 23px; }
    .header-4 header.site-header .header-top-nav-menu, .header-5 header.site-header .header-top-nav-menu, .header-6 header.site-header .header-top-nav-menu {
      background-color: #606060 !important;
      padding: 10px 20px; }
  .header-4 .main-navigation ul.menu > li.menu-item-has-children > a::after,
  .header-4 .main-navigation ul.nav-menu > li.menu-item-has-children > a::after, .header-5 .main-navigation ul.menu > li.menu-item-has-children > a::after,
  .header-5 .main-navigation ul.nav-menu > li.menu-item-has-children > a::after, .header-6 .main-navigation ul.menu > li.menu-item-has-children > a::after,
  .header-6 .main-navigation ul.nav-menu > li.menu-item-has-children > a::after {
    bottom: -20px; }
  .header-4 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu ul, .header-5 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu ul, .header-6 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu ul {
    top: 106px; }
  .header-4 .primary-navigation .left-nav-menu .menu > li.full-width ul.sub-menu,
  .header-4 .primary-navigation .right-nav-menu .menu > li.full-width ul.sub-menu, .header-5 .primary-navigation .left-nav-menu .menu > li.full-width ul.sub-menu,
  .header-5 .primary-navigation .right-nav-menu .menu > li.full-width ul.sub-menu, .header-6 .primary-navigation .left-nav-menu .menu > li.full-width ul.sub-menu,
  .header-6 .primary-navigation .right-nav-menu .menu > li.full-width ul.sub-menu {
    left: 1%;
    right: -37%; }
  .header-4 .top-nav-links .donate-btn, .header-5 .top-nav-links .donate-btn, .header-6 .top-nav-links .donate-btn {
    font-size: 12px;
    padding: 10px 26px; }
  .header-4 .main-navigation ul.menu > li > a, .header-4 .main-navigation ul.nav-menu > li > a, .header-5 .main-navigation ul.menu > li > a, .header-5 .main-navigation ul.nav-menu > li > a, .header-6 .main-navigation ul.menu > li > a, .header-6 .main-navigation ul.nav-menu > li > a {
    padding: 0 14px !important; }
  .header-4 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu, .header-5 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu, .header-6 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu {
    margin: 30px 0; }
  .header-4 header.site-header .header-nav-menu .main-navigation, .header-5 header.site-header .header-nav-menu .main-navigation, .header-6 header.site-header .header-nav-menu .main-navigation {
    margin: 0;
    width: 72% !important; }
  .header-4 header.site-header .header-nav-menu .top-nav-links, .header-5 header.site-header .header-nav-menu .top-nav-links, .header-6 header.site-header .header-nav-menu .top-nav-links {
    float: none;
    display: inline-block;
    width: inherit;
    margin-top: 16px; }
  .header-4 .header-wrap, .header-5 .header-wrap, .header-6 .header-wrap {
    position: relative !important;
    top: 0 !important; }
  .site-page-title h1 {
    position: absolute;
    right: 20px;
    margin: 0; }
  .woocommerce-breadcrumb {
    padding: 10px 20px !important; }
  .main-navigation ul.menu > li > .sub-menu .sub-menu,
  .main-navigation ul.nav-menu > li > .sub-menu .sub-menu {
    float: none;
    position: static !important;
    width: 100%;
    min-width: 0 !important;
    max-width: 100% !important;
    z-index: 2000;
    left: 0; }
  .main-navigation ul.menu > li.menu-item-has-children.open ul.sub-menu,
  .main-navigation ul.nav-menu > li.menu-item-has-children.open ul.sub-menu {
    display: block; }
    .main-navigation ul.menu > li.menu-item-has-children.open ul.sub-menu li .sub-menu,
    .main-navigation ul.nav-menu > li.menu-item-has-children.open ul.sub-menu li .sub-menu {
      padding-left: 20px; } }

@media screen and (min-width: 980px) and (max-width: 1180px) {
  .primary-navigation .left-nav-menu {
    float: left;
    width: 365px !important; }
  .primary-navigation .right-nav-menu {
    float: right;
    width: 365px !important; }
  .header-4 header.site-header .wrap .header-nav-menu {
    height: inherit;
    padding: 20px 0; }
  .header-2 .primary-navigation .left-nav-menu .menu > li.full-width ul.sub-menu, .header-2 .primary-navigation .right-nav-menu .menu > li.full-width ul.sub-menu {
    left: -30%; }
  .header-7 .site-header {
    background-color: #efefef; }
    .header-7 .site-header .woocommerce-breadcrumb {
      margin: 20px 0;
      color: #606060;
      text-shadow: none;
      padding-left: 20px !important; }
      .header-7 .site-header .woocommerce-breadcrumb a {
        color: #606060;
        text-shadow: none; }
    .header-7 .site-header .site-page-title h1 {
      color: #606060;
      text-shadow: none;
      top: -67px;
      right: 30px; }
    .header-7 .site-header .header-top-nav-menu .site-branding {
      padding-right: 0; }
    .header-7 .site-header .header-top-nav-menu .top-nav-links {
      float: right; }
    .header-7 .site-header .header-top-nav-menu .bethlehem-counter {
      position: relative;
      top: 0;
      width: 100%;
      text-align: center; }
      .header-7 .site-header .header-top-nav-menu .bethlehem-counter h3.counter-title {
        display: inline-block;
        margin: 0; }
      .header-7 .site-header .header-top-nav-menu .bethlehem-counter ul {
        display: inline-block;
        margin: 0;
        float: none; }
        .header-7 .site-header .header-top-nav-menu .bethlehem-counter ul li {
          border-spacing: 20px 0;
          height: 60px;
          padding-top: 0;
          height: inherit;
          display: inline-block;
          background-color: transparent; }
          .header-7 .site-header .header-top-nav-menu .bethlehem-counter ul li span {
            font-size: 20px;
            padding-right: 4px;
            display: inline-block; }
    .header-7 .site-header .header-nav-menu .main-navigation .left-nav-menu {
      width: 100% !important; }
    .header-7 .site-header .header-nav-menu .header_widget_search {
      position: relative;
      top: 0;
      width: 50%;
      margin: 0 auto;
      padding-bottom: 24px; }
  .header-4 header.site-header .wrap, .header-5 header.site-header .wrap, .header-6 header.site-header .wrap {
    padding: 0 !important; }
  .header-4 header.site-header .header-nav-menu .top-nav-links, .header-5 header.site-header .header-nav-menu .top-nav-links, .header-6 header.site-header .header-nav-menu .top-nav-links {
    padding-left: 23px; }
  .header-4 header.site-header .header-top-nav-menu, .header-5 header.site-header .header-top-nav-menu, .header-6 header.site-header .header-top-nav-menu {
    background-color: #606060 !important;
    padding: 10px 20px; }
  .header-4 .primary-navigation .left-nav-menu .menu > li.full-width ul.sub-menu,
  .header-4 .primary-navigation .right-nav-menu .menu > li.full-width ul.sub-menu, .header-5 .primary-navigation .left-nav-menu .menu > li.full-width ul.sub-menu,
  .header-5 .primary-navigation .right-nav-menu .menu > li.full-width ul.sub-menu, .header-6 .primary-navigation .left-nav-menu .menu > li.full-width ul.sub-menu,
  .header-6 .primary-navigation .right-nav-menu .menu > li.full-width ul.sub-menu {
    right: -23%; }
  .header-4 .main-navigation ul.menu > li > a, .header-4 .main-navigation ul.nav-menu > li > a, .header-5 .main-navigation ul.menu > li > a, .header-5 .main-navigation ul.nav-menu > li > a, .header-6 .main-navigation ul.menu > li > a, .header-6 .main-navigation ul.nav-menu > li > a {
    padding: 0 34px !important; }
  .header-4 header.site-header .header-nav-menu .main-navigation, .header-5 header.site-header .header-nav-menu .main-navigation, .header-6 header.site-header .header-nav-menu .main-navigation {
    margin: 0;
    width: 80% !important; }
  .header-4 header.site-header .header-nav-menu .top-nav-links, .header-5 header.site-header .header-nav-menu .top-nav-links, .header-6 header.site-header .header-nav-menu .top-nav-links {
    float: none;
    display: inline-block;
    width: inherit;
    margin-top: 16px; }
  .header-4 .header-wrap, .header-5 .header-wrap, .header-6 .header-wrap {
    position: relative !important;
    top: 0 !important; }
  .header-3 .header-wrap {
    position: relative !important;
    top: 0 !important; }
    .header-3 .header-wrap .site-header {
      padding: 0;
      margin: 0; }
      .header-3 .header-wrap .site-header .header-nav-menu .primary-navigation .left-nav-menu {
        width: 100% !important; }
      .header-3 .header-wrap .site-header .header-top-nav-menu {
        background-color: #505050; }
  .header-3 .home-page-slider {
    margin-top: 0; }
  .header-3 .primary-navigation .left-nav-menu .menu > li.full-width ul.sub-menu, .header-3 .primary-navigation .right-nav-menu .menu > li.full-width ul.sub-menu {
    right: -20%; }
  .header-3 header.site-header .header-nav-menu .wrap .main-navigation .primary-navigation .left-nav-menu .menu > li > a,
  .header-3 header.site-header .header-nav-menu .wrap .main-navigation .primary-navigation .right-nav-menu .menu > li > a {
    padding: 20px 36px !important; }
  .header-3.home.blog .site-header, .header-3.home.page:not(.page-template-template-homepage) .site-header, .header-3.home.post-type-archive-product .site-header {
    margin-bottom: 0; }
  .header-8 .primary-navigation .left-nav-menu .menu > li.full-width ul.sub-menu,
  .header-8 .primary-navigation .right-nav-menu .menu > li.full-width ul.sub-menu {
    left: -35%; }
  .header-4 .site-header {
    padding-bottom: 0; }
    .header-4 .site-header .header-nav-menu {
      margin-bottom: 0; }
    .header-4 .site-header .woocommerce-breadcrumb {
      margin-top: 32px;
      margin-bottom: 40px; }
    .header-4 .site-header .site-page-title h1 {
      top: -85px; } }

@keyframes slidenavAnimation {
  from {
    margin-top: -45px;
    opacity: 0; }
  to {
    margin-top: -25px;
    opacity: 1; } }

@-webkit-keyframes slidenavAnimation {
  from {
    margin-top: -45px;
    opacity: 0; }
  to {
    margin-top: -25px;
    opacity: 1; } }

.main-navigation ul.menu > li > .sub-menu .megamenu-content .vc_wp_custommenu .menu > li.menu-item-has-children,
.main-navigation ul.nav-menu > li > .sub-menu .megamenu-content .vc_wp_custommenu .menu > li.menu-item-has-children {
  border-bottom: none;
  padding: 0;
  display: block; }
  .main-navigation ul.menu > li > .sub-menu .megamenu-content .vc_wp_custommenu .menu > li.menu-item-has-children > a,
  .main-navigation ul.nav-menu > li > .sub-menu .megamenu-content .vc_wp_custommenu .menu > li.menu-item-has-children > a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 15px 0;
    text-transform: uppercase;
    padding: 0 !important; }
    .main-navigation ul.menu > li > .sub-menu .megamenu-content .vc_wp_custommenu .menu > li.menu-item-has-children > a:before, .main-navigation ul.menu > li > .sub-menu .megamenu-content .vc_wp_custommenu .menu > li.menu-item-has-children > a:after,
    .main-navigation ul.nav-menu > li > .sub-menu .megamenu-content .vc_wp_custommenu .menu > li.menu-item-has-children > a:before,
    .main-navigation ul.nav-menu > li > .sub-menu .megamenu-content .vc_wp_custommenu .menu > li.menu-item-has-children > a:after {
      display: none; }
  .main-navigation ul.menu > li > .sub-menu .megamenu-content .vc_wp_custommenu .menu > li.menu-item-has-children .sub-menu,
  .main-navigation ul.nav-menu > li > .sub-menu .megamenu-content .vc_wp_custommenu .menu > li.menu-item-has-children .sub-menu {
    margin: 0 !important; }
    .main-navigation ul.menu > li > .sub-menu .megamenu-content .vc_wp_custommenu .menu > li.menu-item-has-children .sub-menu:before, .main-navigation ul.menu > li > .sub-menu .megamenu-content .vc_wp_custommenu .menu > li.menu-item-has-children .sub-menu:after,
    .main-navigation ul.nav-menu > li > .sub-menu .megamenu-content .vc_wp_custommenu .menu > li.menu-item-has-children .sub-menu:before,
    .main-navigation ul.nav-menu > li > .sub-menu .megamenu-content .vc_wp_custommenu .menu > li.menu-item-has-children .sub-menu:after {
      content: " ";
      display: table; }
    .main-navigation ul.menu > li > .sub-menu .megamenu-content .vc_wp_custommenu .menu > li.menu-item-has-children .sub-menu:after,
    .main-navigation ul.nav-menu > li > .sub-menu .megamenu-content .vc_wp_custommenu .menu > li.menu-item-has-children .sub-menu:after {
      clear: both; }
    .main-navigation ul.menu > li > .sub-menu .megamenu-content .vc_wp_custommenu .menu > li.menu-item-has-children .sub-menu > li,
    .main-navigation ul.nav-menu > li > .sub-menu .megamenu-content .vc_wp_custommenu .menu > li.menu-item-has-children .sub-menu > li {
      padding: 0;
      border-bottom: none; }
      .main-navigation ul.menu > li > .sub-menu .megamenu-content .vc_wp_custommenu .menu > li.menu-item-has-children .sub-menu > li > a,
      .main-navigation ul.nav-menu > li > .sub-menu .megamenu-content .vc_wp_custommenu .menu > li.menu-item-has-children .sub-menu > li > a {
        border-bottom: 0 none;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 5px;
        margin-left: 12px;
        max-width: 100%;
        padding: 0;
        text-align: left;
        text-shadow: none;
        width: 100%; }
  .main-navigation ul.menu > li > .sub-menu .megamenu-content .vc_wp_custommenu .menu > li.menu-item-has-children:first-child > a,
  .main-navigation ul.nav-menu > li > .sub-menu .megamenu-content .vc_wp_custommenu .menu > li.menu-item-has-children:first-child > a {
    margin-top: 0; }

.main-navigation ul.menu > li > .sub-menu .megamenu-content .submenu-title-large,
.main-navigation ul.nav-menu > li > .sub-menu .megamenu-content .submenu-title-large {
  margin-bottom: 30px; }

.main-navigation ul.menu > li > .sub-menu .megamenu-content .vc-primary-small-btn-inverse a,
.main-navigation ul.menu > li > .sub-menu .megamenu-content .vc-primary-small-btn-inverse button,
.main-navigation ul.nav-menu > li > .sub-menu .megamenu-content .vc-primary-small-btn-inverse a,
.main-navigation ul.nav-menu > li > .sub-menu .megamenu-content .vc-primary-small-btn-inverse button {
  padding: 0 !important;
  height: 45px;
  line-height: 45px;
  width: 193px;
  color: #fff !important;
  border-radius: 25px; }

.main-navigation ul.menu > li > .sub-menu .megamenu-content .connect-with-us,
.main-navigation ul.nav-menu > li > .sub-menu .megamenu-content .connect-with-us {
  width: 100%;
  float: none; }
  .main-navigation ul.menu > li > .sub-menu .megamenu-content .connect-with-us h5,
  .main-navigation ul.nav-menu > li > .sub-menu .megamenu-content .connect-with-us h5 {
    margin: 10px 0; }
  .main-navigation ul.menu > li > .sub-menu .megamenu-content .connect-with-us ul.hb-social > li a,
  .main-navigation ul.nav-menu > li > .sub-menu .megamenu-content .connect-with-us ul.hb-social > li a {
    margin-left: 0px;
    margin-right: 10px;
    font-size: 0px;
    line-height: 0px; }
    .main-navigation ul.menu > li > .sub-menu .megamenu-content .connect-with-us ul.hb-social > li a i,
    .main-navigation ul.nav-menu > li > .sub-menu .megamenu-content .connect-with-us ul.hb-social > li a i {
      height: 38px;
      width: 38px;
      text-align: center;
      background-color: #787878;
      font-size: 24px; }

.main-navigation ul.menu > li.menu-item-has-children.open > a:after,
.main-navigation ul.nav-menu > li.menu-item-has-children.open > a:after {
  opacity: 1; }

.main-navigation ul.menu > li.menu-item-has-children.open > .sub-menu,
.main-navigation ul.nav-menu > li.menu-item-has-children.open > .sub-menu {
  display: block; }

.header-3 header.site-header .header-nav-menu .wrap .main-navigation .primary-navigation .left-nav-menu .vc_wp_custommenu .menu > li.menu-item-has-children > a,
.header-3 header.site-header .header-nav-menu .wrap .main-navigation .primary-navigation .right-nav-menu .vc_wp_custommenu .menu > li.menu-item-has-children > a {
  padding: 0 !important; }

.primary-navigation .left-nav-menu .vc_wp_custommenu .menu,
.primary-navigation .right-nav-menu .vc_wp_custommenu .menu {
  border: none !important; }

/**
 * Content
 */
.sticky .entry-title:before {
  font-family: "FontAwesome";
  font-weight: 400;
  margin-right: .53em;
  content: "\f08d"; }

.post-media-attachment {
  margin-bottom: 20px; }
  .post-media-attachment .video-container iframe {
    width: 100%;
    border: none;
    height: 550px; }

.media-attachment-gallery .owl-inner-pagination:hover .owl-dots {
  top: -40px !important; }

.media-attachment-gallery .owl-controls {
  padding-bottom: 20px;
  left: 14px;
  position: absolute !important; }

.media-attachment-gallery .owl-dots .owl-dot span {
  background-color: #fff; }

.media-attachment-gallery .owl-dots .owl-dot.active span {
  border: 4px solid #fff; }
  .media-attachment-gallery .owl-dots .owl-dot.active span:hover {
    border: 4px solid #fff; }

.media-attachment-gallery .owl-dots .owl-dot:hover span {
  background-color: #fff; }

.media-attachment-gallery .owl-custom-pagination {
  display: none; }

.hentry {
  margin: 0 0 3.750em; }
  .hentry .wp-post-image {
    margin-bottom: 1.618em; }
  .hentry .entry-header {
    margin-bottom: 20px;
    position: relative; }
    .hentry .entry-header .hb-social {
      position: absolute;
      top: 4px;
      right: 0; }
    .hentry .entry-header h1 {
      font-size: 33px;
      font-weight: 400;
      margin: 5px 0 36px;
      text-transform: uppercase; }
    .hentry .entry-header .cat-links:before,
    .hentry .entry-header .tags-links:before,
    .hentry .entry-header .comments-link:before,
    .hentry .entry-header .byline:before {
      content: "/";
      padding-left: 2px; }
    .hentry .entry-header .cat-links a,
    .hentry .entry-header .tags-links a,
    .hentry .entry-header .comments-link a,
    .hentry .entry-header .byline a {
      text-decoration: underline; }
    .hentry .entry-header .cat-links,
    .hentry .entry-header .tags-links,
    .hentry .entry-header .posted-on,
    .hentry .entry-header .comments-link,
    .hentry .entry-header .byline {
      font-style: italic;
      color: #5c5c5c;
      font-size: 13px; }
    .hentry .entry-header .cat-links a,
    .hentry .entry-header .tags-links a,
    .hentry .entry-header .posted-on a,
    .hentry .entry-header .comments-link a,
    .hentry .entry-header .byline a {
      font-weight: 400 !important; }
  .hentry .entry-content p {
    margin-bottom: 18px; }
    .hentry .entry-content p strong {
      font-size: 18px;
      line-height: 26px; }
    .hentry .entry-content p .shipping-calculator-button {
      display: none; }
  .hentry .entry-content .hb-more {
    display: inline-block; }
  .hentry .entry-content .hb-social {
    float: right;
    margin-top: 10px; }
  .hentry .entry-meta a {
    border-bottom: 1px solid #cbc6ac; }
    .hentry .entry-meta a:hover {
      border-bottom-color: rgba(0, 0, 0, 0.2); }
  .hentry .list-view-thumbnail {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
    float: left;
    width: 250px; }
  .hentry .list-view-content {
    zoom: 1;
    width: 10000px;
    overflow: hidden;
    display: table-cell;
    vertical-align: top;
    padding-left: 10px; }
    .hentry .list-view-content .entry-header {
      margin-bottom: 10px; }
      .hentry .list-view-content .entry-header .entry-title {
        margin-bottom: 0; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline, .group-blog .byline {
  display: inline; }

.page-links {
  clear: both;
  margin: 0 0 10px; }

.edit-link {
  display: block;
  margin-bottom: 1em; }

.edit-link:before {
  content: "\f040"; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .hentry .entry-header .hb-social {
    position: relative;
    top: 0; }
  .hentry .list-view-thumbnail {
    float: none;
    padding-right: 0;
    display: block; }
  .hentry .list-view-content {
    padding-left: 0; } }

/**
 * Post Formats
 */
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
  display: none; }

/**
 * Media
 */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  display: inline-block; }

.bethlehem-img-placeholder {
  max-width: 100%;
  position: relative; }
  .bethlehem-img-placeholder i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

/**
 * Captions
 */
.wp-caption {
  margin-bottom: 10px;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%; }
  .wp-caption .wp-caption-text {
    text-align: left;
    font-style: italic;
    border-bottom: 2px solid #cbc6ac;
    padding: 1em 0; }

/**
 * Galleries
 */
.gallery {
  margin-bottom: 10px; }
  .gallery .gallery-item {
    float: left; }
    .gallery .gallery-item .gallery-icon a {
      display: block; }
    .gallery .gallery-item .gallery-icon img {
      border: none;
      height: auto;
      margin-bottom: 0; }
    .gallery .gallery-item .gallery-caption {
      margin: 0;
      text-align: center; }

/**
 * Pagination
 */
.site-main [class*="navigation"] {
  margin: 0 0 10px;
  overflow: hidden; }
  .site-main [class*="navigation"] .nav-previous {
    float: left;
    width: 50%; }
  .site-main [class*="navigation"] .nav-next {
    float: right;
    text-align: right;
    width: 50%; }

/**
 * Pagination
 */
.pagination,
.page_result_count,
.page_prev_next {
  display: inline-block; }

.pagination {
  margin: 0 !important; }

.page_result_count {
  font-size: 14px;
  color: #444343;
  margin-right: 20px;
  padding-top: 6px;
  vertical-align: top; }

.page_prev_next {
  font-size: 14px;
  float: right;
  margin-top: 8px; }
  .page_prev_next span {
    padding: 0 10px; }
  .page_prev_next a {
    font-weight: 400; }

.pagination,
.woocommerce-pagination {
  text-align: center;
  clear: both; }
  .pagination .page-numbers,
  .woocommerce-pagination .page-numbers {
    list-style: none;
    margin: 0; }
    .pagination .page-numbers:before, .pagination .page-numbers:after,
    .woocommerce-pagination .page-numbers:before,
    .woocommerce-pagination .page-numbers:after {
      content: " ";
      display: table; }
    .pagination .page-numbers:after,
    .woocommerce-pagination .page-numbers:after {
      clear: both; }
    .pagination .page-numbers li,
    .woocommerce-pagination .page-numbers li {
      display: inline-block;
      padding-right: 6px; }
      .pagination .page-numbers li .page-numbers,
      .woocommerce-pagination .page-numbers li .page-numbers {
        border-left-width: 0;
        display: inline-block;
        padding: .327em .857em;
        background-color: #c9c6ba;
        color: #222;
        font-size: 14px;
        border-radius: 50px; }
        .pagination .page-numbers li .page-numbers.current,
        .woocommerce-pagination .page-numbers li .page-numbers.current {
          font-weight: 700;
          background-color: #1A1A1A;
          border-color: #1A1A1A;
          color: #fff; }
        .pagination .page-numbers li .page-numbers.dots,
        .woocommerce-pagination .page-numbers li .page-numbers.dots {
          background-color: transparent; }
        .pagination .page-numbers li .page-numbers.prev, .pagination .page-numbers li .page-numbers.next,
        .woocommerce-pagination .page-numbers li .page-numbers.prev,
        .woocommerce-pagination .page-numbers li .page-numbers.next {
          padding-left: 1em;
          padding-right: 1em;
          background: none;
          font-weight: 400; }
      .pagination .page-numbers li a.page-numbers:hover,
      .woocommerce-pagination .page-numbers li a.page-numbers:hover {
        background-color: rgba(0, 0, 0, 0.08); }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .page_prev_next {
    display: block;
    float: none;
    margin-top: 30px;
    text-align: center; } }

/**
 * Comments
 */
#comments {
  padding-top: 2.618em; }
  #comments:before, #comments:after {
    content: " ";
    display: table; }
  #comments:after {
    clear: both; }
  #comments .comment-list {
    list-style: none;
    margin-left: 0; }
    #comments .comment-list .comment-body {
      border-bottom: 1px solid #cbc6ac;
      padding-bottom: 1.618em;
      margin-bottom: 1.618em; }
      #comments .comment-list .comment-body:before, #comments .comment-list .comment-body:after {
        content: " ";
        display: table; }
      #comments .comment-list .comment-body:after {
        clear: both; }
    #comments .comment-list .comment-content {
      zoom: 1;
      width: 10000px;
      overflow: hidden;
      display: table-cell;
      vertical-align: top;
      position: relative; }
      #comments .comment-list .comment-content iframe, #comments .comment-list .comment-content img {
        width: 100%; }
    #comments .comment-list .comment-meta a.comment-date {
      opacity: 0.8;
      font-size: .857em; }
      #comments .comment-list .comment-meta a.comment-date:hover {
        color: #686763; }
    #comments .comment-list .comment-meta cite {
      color: #111;
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 12px;
      font-style: normal; }
    #comments .comment-list .comment-meta .comment-date {
      color: #797876;
      font-size: 13px;
      font-weight: 400; }
    #comments .comment-list > li:last-child > .comment-body {
      border-bottom: none; }
    #comments .comment-list .comment {
      zoom: 1;
      overflow: hidden; }
      #comments .comment-list .comment:first-child {
        margin-top: 0; }
    #comments .comment-list .gravatar-wrapper {
      display: table-cell;
      vertical-align: top;
      padding-right: 10px;
      float: left;
      padding-right: 22px; }
    #comments .comment-list .avatar {
      display: block;
      float: left;
      margin-right: 30px;
      border-radius: 50px !important; }
    #comments .comment-list .bypostauthor cite:after {
      font-family: "FontAwesome";
      font-weight: 400;
      margin-left: .53em;
      content: "\f097";
      margin-right: .40em; }
    #comments .comment-list .reply {
      font-size: .857em;
      position: absolute;
      top: 0;
      right: 0; }
      #comments .comment-list .reply a:last-child:after {
        display: none; }
      #comments .comment-list .reply .comment-reply-link:after {
        font-weight: 400;
        content: "/";
        margin: 0 .40em; }
      #comments .comment-list .reply a {
        color: #1A1A1A; }
    #comments .comment-list .children {
      list-style: none; }
      #comments .comment-list .children .comment.depth-2 .comment-body {
        padding-left: 40px; }
      #comments .comment-list .children .comment.depth-3 .comment-body {
        padding-left: 80px; }
      #comments .comment-list .children .comment.depth-4 .comment-body {
        padding-left: 120px; }
      #comments .comment-list .children .comment.depth-5 .comment-body {
        padding-left: 160px; }

.comments-title,
.comment-reply-title {
  border-bottom: 2px solid #cbc6ac;
  color: #1a1a1a;
  font-size: 18px;
  margin: 0 0 35px;
  padding-bottom: 10px; }

.comment-content a {
  word-wrap: break-word; }

#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input {
  width: 100%; }

#respond .form-submit,
#respond form {
  margin-bottom: 0; }

#respond .comment-form .form-submit input[type="submit"] {
  float: right; }
  #respond .comment-form .form-submit input[type="submit"]:hover {
    background-color: #1A1A1A;
    color: #fff; }

.comment-form input,
.comment-form textarea {
  background-color: #fff; }
  .comment-form input:focus,
  .comment-form textarea:focus {
    background-color: #fff; }

.comment-form input {
  border: 1px solid #cbc6ac;
  border-radius: 30px;
  color: #514e40;
  font-size: 13px;
  height: 37px;
  margin-bottom: 10px;
  padding: 0 15px;
  width: 100%; }

.comment-form textarea {
  border: 1px solid #cbc6ac;
  border-radius: 15px;
  height: 150px;
  padding: 20px;
  width: 100%; }

.comment-form input[type="submit"] {
  border: medium none;
  border-radius: 30px;
  color: #fff;
  display: table;
  font-size: 18px;
  font-weight: 700;
  height: inherit;
  margin: 7px auto 0;
  padding: 13px 44px;
  text-shadow: 0 1px rgba(2, 3, 3, 0.42);
  width: auto; }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .comment-list:before, .comment-list:after {
    content: " ";
    display: table; }
  .comment-list:after {
    clear: both; }
  .comment-list .comment {
    clear: both; }
  .comment-list .comment-author img {
    border-radius: 50%; }
  .comment-list .comment-meta {
    margin-bottom: 12px; }
  .comment-list .comment-body {
    padding-bottom: 1.618em;
    margin-bottom: 1.618em; }
  .comment-list #respond {
    float: right; }
    .comment-list #respond .comment-form-author,
    .comment-list #respond .comment-form-email,
    .comment-list #respond .comment-form-url {
      width: 100%;
      margin-right: 0; }
  .comment-list .reply {
    clear: both; }
  #respond .comment-form-author,
  #respond .comment-form-email {
    width: 48%;
    float: left; }
  #respond .comment-form-email {
    margin-left: 4%; }
  #respond .comment-form-comment,
  #respond .comment-form-url {
    clear: both; } }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .comment-form input[type="submit"] {
    padding: 6px 30px; }
  #respond .comment-form .form-submit {
    width: 100%;
    margin-top: 40px; }
    #respond .comment-form .form-submit:before, #respond .comment-form .form-submit:after {
      content: " ";
      display: table; }
    #respond .comment-form .form-submit:after {
      clear: both; }
    #respond .comment-form .form-submit input[type="submit"] {
      float: none;
      margin-top: 0; } }

/**
 * Widgets
 */
.widget {
  margin: 0 0 3.631em; }
  .widget .widget-search .search-submit {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important; }
  .widget h3.widget-title {
    font-size: 18px;
    letter-spacing: 0;
    border-bottom: 2px solid #CBC6AC;
    padding: 0 0 7px 0;
    margin: 0 0 15px;
    text-transform: capitalize;
    font-weight: 600; }
  .widget ul {
    margin-left: 0;
    list-style: none; }
    .widget ul ul {
      margin-left: 1.618em; }

.widget-area .widget a.button {
  font-weight: 700 !important;
  color: #fff; }
  .widget-area .widget a.button:hover {
    color: #fff; }

.header-widget-region:before, .header-widget-region:after {
  content: " ";
  display: table; }

.header-widget-region:after {
  clear: both; }

.header-widget-region .widget {
  margin: 0;
  padding: 1em 0; }

.widget_search form,
.widget_product_search form {
  position: relative; }
  .widget_search form input[type=text],
  .widget_search form input[type=search],
  .widget_product_search form input[type=text],
  .widget_product_search form input[type=search] {
    width: 100%;
    padding-left: 2.618em; }
  .widget_search form input[type=submit],
  .widget_product_search form input[type=submit] {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important; }
  .widget_search form:after,
  .widget_product_search form:after {
    content: "\f002";
    font-family: "FontAwesome";
    position: absolute;
    top: .618em;
    right: 1em;
    line-height: 1;
    font-size: 16px; }

.widget_recent_entries ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_links ul,
.widget_meta ul,
.widget_rss ul {
  margin: 0; }
  .widget_recent_entries ul li,
  .widget_pages ul li,
  .widget_categories ul li,
  .widget_archive ul li,
  .widget_recent_comments ul li,
  .widget_nav_menu ul li,
  .widget_links ul li,
  .widget_meta ul li,
  .widget_rss ul li {
    list-style: none;
    margin-bottom: 0;
    border-bottom: 1px solid #CBC6AC;
    padding: 11px 0; }
  .widget_recent_entries ul .sub-menu,
  .widget_pages ul .sub-menu,
  .widget_categories ul .sub-menu,
  .widget_archive ul .sub-menu,
  .widget_recent_comments ul .sub-menu,
  .widget_nav_menu ul .sub-menu,
  .widget_links ul .sub-menu,
  .widget_meta ul .sub-menu,
  .widget_rss ul .sub-menu {
    margin-top: .618em;
    margin-left: 1.618em; }

.widget-area #wp-calendar th,
.widget-area #wp-calendar td,
.footer-widgets #wp-calendar th,
.footer-widgets #wp-calendar td {
  padding: .236em;
  text-align: center; }

.widget_recent_entries ul ul.children,
.widget_pages ul ul.children {
  margin: .618em 0 0 1.387em; }

.widget-area .widget_rss .widget-title {
  position: relative; }
  .widget-area .widget_rss .widget-title > a:first-child {
    position: absolute;
    right: 0;
    top: 9px; }
  .widget-area .widget_rss .widget-title > a:last-child {
    color: #1A1A1A;
    font-weight: bold; }

.widget-area .widget_rss .rsswidget {
  display: block;
  margin-bottom: 8px;
  line-height: 1.2;
  font-weight: 600;
  font-size: 18px; }

.widget-area .widget_rss .rss-date {
  margin-bottom: 6px;
  font-size: 13px;
  display: block;
  border-top: 1px solid #cbc6ac;
  border-bottom: 1px solid #cbc6ac;
  padding: 2px 0; }
  .widget-area .widget_rss .rss-date:before {
    content: "\f073";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: 8px; }

.widget-area .widget_rss .rssSummary {
  margin-bottom: 4px;
  font-size: 14px; }

.widget-area .widget_rss cite {
  font-size: 14px; }

.widget-area .widget h1.widget-title {
  font-size: 1.387em; }
  .widget-area .widget h1.widget-title a {
    color: #1A1A1A;
    font-weight: 700; }

.widget-area .widget a {
  color: #686763;
  font-weight: 400; }
  .widget-area .widget a:hover {
    color: #1A1A1A; }

.widget-area .widget.widget_products .product_list_widget li > .amount, .widget-area .widget.widget_products .product_list_widget li ins {
  color: #1A1A1A; }

.widget-area .widget.widget_products .product_list_widget li a {
  margin-bottom: 10px; }

.widget-area .widget.widget_donations_recent_posts .beth-recent-posts li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cbc6ac; }
  .widget-area .widget.widget_donations_recent_posts .beth-recent-posts li:last-child {
    padding-bottom: 0;
    margin-bottom: 0px;
    border-bottom: none; }
  .widget-area .widget.widget_donations_recent_posts .beth-recent-posts li a {
    display: inline-block;
    font-size: 15px;
    font-weight: 600; }
  .widget-area .widget.widget_donations_recent_posts .beth-recent-posts li:first-child a {
    margin-top: 14px; }

.widget-area .widget.tribe-events-list-widget ol.vcalendar, .widget-area .widget.tribe-events-list-widget .vcalendar, .widget-area .widget.tribe-events-adv-list-widget ol.vcalendar, .widget-area .widget.tribe-events-adv-list-widget .vcalendar, .widget-area .widget.tribe-events-venue-widget ol.vcalendar, .widget-area .widget.tribe-events-venue-widget .vcalendar, .widget-area .widget.tribe_mini_calendar_widget ol.vcalendar, .widget-area .widget.tribe_mini_calendar_widget .vcalendar {
  margin-left: 0; }

.widget-area .widget.tribe-events-list-widget .type-tribe_events, .widget-area .widget.tribe-events-adv-list-widget .type-tribe_events, .widget-area .widget.tribe-events-venue-widget .type-tribe_events, .widget-area .widget.tribe_mini_calendar_widget .type-tribe_events {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cbc6ac; }
  .widget-area .widget.tribe-events-list-widget .type-tribe_events .date-meta, .widget-area .widget.tribe-events-adv-list-widget .type-tribe_events .date-meta, .widget-area .widget.tribe-events-venue-widget .type-tribe_events .date-meta, .widget-area .widget.tribe_mini_calendar_widget .type-tribe_events .date-meta {
    float: left;
    font-size: 26px;
    margin-right: 10px;
    line-height: 0.7;
    color: #1A1A1A; }
    .widget-area .widget.tribe-events-list-widget .type-tribe_events .date-meta span, .widget-area .widget.tribe-events-adv-list-widget .type-tribe_events .date-meta span, .widget-area .widget.tribe-events-venue-widget .type-tribe_events .date-meta span, .widget-area .widget.tribe_mini_calendar_widget .type-tribe_events .date-meta span {
      display: block;
      font-size: 10px;
      text-transform: uppercase;
      text-align: center;
      line-height: 3.6; }
  .widget-area .widget.tribe-events-list-widget .type-tribe_events .entry-title, .widget-area .widget.tribe-events-adv-list-widget .type-tribe_events .entry-title, .widget-area .widget.tribe-events-venue-widget .type-tribe_events .entry-title, .widget-area .widget.tribe_mini_calendar_widget .type-tribe_events .entry-title {
    display: table-cell;
    font-size: 14px; }
  .widget-area .widget.tribe-events-list-widget .type-tribe_events .duration, .widget-area .widget.tribe-events-adv-list-widget .type-tribe_events .duration, .widget-area .widget.tribe-events-venue-widget .type-tribe_events .duration, .widget-area .widget.tribe_mini_calendar_widget .type-tribe_events .duration {
    font-size: 13px;
    color: #7f7e7a;
    font-weight: 400; }
    .widget-area .widget.tribe-events-list-widget .type-tribe_events .duration > div, .widget-area .widget.tribe-events-adv-list-widget .type-tribe_events .duration > div, .widget-area .widget.tribe-events-venue-widget .type-tribe_events .duration > div, .widget-area .widget.tribe_mini_calendar_widget .type-tribe_events .duration > div {
      display: inline-block;
      margin-left: 10px; }
  .widget-area .widget.tribe-events-list-widget .type-tribe_events .cat-links, .widget-area .widget.tribe-events-adv-list-widget .type-tribe_events .cat-links, .widget-area .widget.tribe-events-venue-widget .type-tribe_events .cat-links, .widget-area .widget.tribe_mini_calendar_widget .type-tribe_events .cat-links {
    display: none; }
  .widget-area .widget.tribe-events-list-widget .type-tribe_events .hb-social, .widget-area .widget.tribe-events-adv-list-widget .type-tribe_events .hb-social, .widget-area .widget.tribe-events-venue-widget .type-tribe_events .hb-social, .widget-area .widget.tribe_mini_calendar_widget .type-tribe_events .hb-social {
    display: none; }

.widget-area .widget.tribe-events-venue-widget .tribe-venue-widget-venue {
  margin-bottom: 15px; }
  .widget-area .widget.tribe-events-venue-widget .tribe-venue-widget-venue .tribe-venue-widget-venue-name a {
    font-size: 18px;
    color: #5a5a5a;
    font-weight: 400; }

.widget-area .widget.tribe-events-venue-widget ol.vcalendar {
  margin-left: 0; }
  .widget-area .widget.tribe-events-venue-widget ol.vcalendar li {
    list-style: none; }

.widget-area .widget.tribe_mini_calendar_widget .vcalendar .tribe-mini-calendar-event {
  border: none; }
  .widget-area .widget.tribe_mini_calendar_widget .vcalendar .tribe-mini-calendar-event .list-date {
    display: none; }

.widget-area .widget.tribe_mini_calendar_widget .vcalendar .duration {
  margin-top: 5px; }

.widget-area .widget.widget_recent_reviews .product_list_widget li .star-rating, .widget-area .widget.widget_top_rated_products .product_list_widget li .star-rating {
  font-size: 0.8em;
  margin-bottom: 10px; }

.widget-area .widget.widget_recent_reviews .product_list_widget li .reviewer, .widget-area .widget.widget_top_rated_products .product_list_widget li .reviewer {
  font-size: 14px;
  font-style: italic; }

.widget-area .widget.widget_recent_comments .comment-author-link a.url {
  color: #1a1a1a; }

.widget-area .widget.widget_search form input[type=search], .widget-area .widget.widget_product_search form input[type=search] {
  background-color: #fff;
  border-radius: 30px;
  color: #514e40;
  border: 1px solid #cbc6ac;
  height: 36px;
  box-shadow: none;
  padding-left: 1.418em; }

.widget-area .widget.widget_categories li .children li, .widget-area .widget.widget_pages li .children li {
  font-size: 14px;
  border-bottom: none;
  padding-bottom: 0 !important; }
  .widget-area .widget.widget_categories li .children li:before, .widget-area .widget.widget_pages li .children li:before {
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f105";
    margin-right: .40em; }
  .widget-area .widget.widget_categories li .children li .children, .widget-area .widget.widget_pages li .children li .children {
    margin-top: 0; }
    .widget-area .widget.widget_categories li .children li .children li, .widget-area .widget.widget_pages li .children li .children li {
      padding-bottom: 0; }
      .widget-area .widget.widget_categories li .children li .children li:before, .widget-area .widget.widget_pages li .children li .children li:before {
        font-family: "FontAwesome";
        font-weight: 400;
        content: "\f101";
        margin-right: .40em; }

.widget-area .widget.widget_tag_cloud .tagcloud:before, .widget-area .widget.widget_tag_cloud .tagcloud:after, .widget-area .widget.widget_product_tag_cloud .tagcloud:before, .widget-area .widget.widget_product_tag_cloud .tagcloud:after {
  content: " ";
  display: table; }

.widget-area .widget.widget_tag_cloud .tagcloud:after, .widget-area .widget.widget_product_tag_cloud .tagcloud:after {
  clear: both; }

.widget-area .widget.widget_tag_cloud .tagcloud a, .widget-area .widget.widget_product_tag_cloud .tagcloud a {
  color: #fff;
  display: table;
  line-height: 35px;
  padding: 0 7px;
  text-transform: capitalize;
  float: left;
  margin-bottom: 10px;
  margin-right: 5px; }

.widget-area .widget.widget_text .wp-smiley {
  float: left;
  padding-right: 6px; }

.widget-area .widget.widget_text .wp-caption-text {
  font-size: 14px; }
  .widget-area .widget.widget_text .wp-caption-text .wp-smiley {
    float: right; }

.widget-area .widget.widget_featured_posts .fposts li {
  margin-bottom: 26px;
  display: inline-block;
  width: 100% !important; }
  .widget-area .widget.widget_featured_posts .fposts li img {
    margin-bottom: 8px; }
  .widget-area .widget.widget_featured_posts .fposts li .cat-links,
  .widget-area .widget.widget_featured_posts .fposts li .tags-links,
  .widget-area .widget.widget_featured_posts .fposts li .posted-on,
  .widget-area .widget.widget_featured_posts .fposts li .comments-link,
  .widget-area .widget.widget_featured_posts .fposts li .byline {
    font-style: italic;
    color: #5c5c5c;
    font-size: 13px; }
  .widget-area .widget.widget_featured_posts .fposts li .cat-links:before,
  .widget-area .widget.widget_featured_posts .fposts li .tags-links:before,
  .widget-area .widget.widget_featured_posts .fposts li .comments-link:before,
  .widget-area .widget.widget_featured_posts .fposts li .byline:before {
    content: "/";
    padding-left: 2px; }
  .widget-area .widget.widget_featured_posts .fposts li .cat-links a,
  .widget-area .widget.widget_featured_posts .fposts li .tags-links a,
  .widget-area .widget.widget_featured_posts .fposts li .comments-link a,
  .widget-area .widget.widget_featured_posts .fposts li .byline a {
    text-decoration: underline; }
  .widget-area .widget.widget_featured_posts .fposts li .tags-links {
    clear: both;
    display: table; }
  .widget-area .widget.widget_featured_posts .fposts li h1.entry-title {
    margin-top: 3px;
    line-height: 1;
    font-size: 24px !important; }
    .widget-area .widget.widget_featured_posts .fposts li h1.entry-title a {
      text-transform: uppercase;
      color: #1A1A1A !important; }

.widget-area .widget.widget_featured_posts .hb-more {
  font-weight: 600;
  float: left; }

.widget-area .widget.widget_featured_posts .comments-count {
  float: right;
  margin-top: 10px;
  font-size: 13px;
  color: #686763;
  font-style: italic; }

.widget-area .widget.widget_featured_posts .archive_link {
  display: none; }

.widget-area .widget.widget_sermons_recent_posts > ul > li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cbc6ac; }
  .widget-area .widget.widget_sermons_recent_posts > ul > li:before, .widget-area .widget.widget_sermons_recent_posts > ul > li:after {
    content: " ";
    display: table; }
  .widget-area .widget.widget_sermons_recent_posts > ul > li:after {
    clear: both; }
  .widget-area .widget.widget_sermons_recent_posts > ul > li:last-child {
    border: none;
    margin: 0;
    padding: 0; }
  .widget-area .widget.widget_sermons_recent_posts > ul > li img, .widget-area .widget.widget_sermons_recent_posts > ul > li .bethlehem-img-placeholder {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
    float: left;
    width: 70px;
    height: 70px;
    padding: 0;
    margin-right: 14px; }
  .widget-area .widget.widget_sermons_recent_posts > ul > li .sermons-widget-content {
    zoom: 1;
    width: 10000px;
    overflow: hidden;
    display: table-cell;
    vertical-align: top; }
    .widget-area .widget.widget_sermons_recent_posts > ul > li .sermons-widget-content .title {
      line-height: 1; }
    .widget-area .widget.widget_sermons_recent_posts > ul > li .sermons-widget-content .post-icons {
      margin: 0 !important;
      float: none; }
      .widget-area .widget.widget_sermons_recent_posts > ul > li .sermons-widget-content .post-icons li {
        margin-right: 4px; }
        .widget-area .widget.widget_sermons_recent_posts > ul > li .sermons-widget-content .post-icons li a i {
          height: 22px;
          width: 22px;
          font-size: 14px; }
        .widget-area .widget.widget_sermons_recent_posts > ul > li .sermons-widget-content .post-icons li a:hover i {
          display: table-cell !important; }
        .widget-area .widget.widget_sermons_recent_posts > ul > li .sermons-widget-content .post-icons li a:hover .icon-info {
          display: none; }

.widget-area .widget.widget_mc4wp_widget .mc4wp-form form:before, .widget-area .widget.widget_mc4wp_widget .mc4wp-form form:after {
  content: " ";
  display: table; }

.widget-area .widget.widget_mc4wp_widget .mc4wp-form form:after {
  clear: both; }

.widget-area .widget.widget_mc4wp_widget .mc4wp-form form p:last-child:before, .widget-area .widget.widget_mc4wp_widget .mc4wp-form form p:last-child:after {
  content: " ";
  display: table; }

.widget-area .widget.widget_mc4wp_widget .mc4wp-form form p:last-child:after {
  clear: both; }

.widget-area .widget.widget_mc4wp_widget .mc4wp-form label {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 14px; }

.widget-area .widget.widget_mc4wp_widget .mc4wp-form input[type="email"] {
  height: 37px; }

.widget-area .widget.widget_mc4wp_widget .mc4wp-form input[type="submit"] {
  border: medium none;
  border-radius: 30px;
  color: #fff;
  display: table;
  font-size: 13px;
  font-weight: 700;
  height: inherit;
  margin: 0;
  padding: 10px 20px;
  margin-top: 0;
  line-height: 1;
  text-shadow: 0 1px rgba(2, 3, 3, 0.42); }
  .widget-area .widget.widget_mc4wp_widget .mc4wp-form input[type="submit"]:hover {
    background-color: #1A1A1A; }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  h3.widget-title {
    line-height: 1; }
  .widget-area .widget.tribe-events-list-widget .type-tribe_events .date-meta, .widget-area .widget.tribe-events-adv-list-widget .type-tribe_events .date-meta, .widget-area .widget.tribe-events-venue-widget .type-tribe_events .date-meta, .widget-area .widget.tribe_mini_calendar_widget .type-tribe_events .date-meta {
    font-size: 30px;
    line-height: 0.4; }
    .widget-area .widget.tribe-events-list-widget .type-tribe_events .date-meta span, .widget-area .widget.tribe-events-adv-list-widget .type-tribe_events .date-meta span, .widget-area .widget.tribe-events-venue-widget .type-tribe_events .date-meta span, .widget-area .widget.tribe_mini_calendar_widget .type-tribe_events .date-meta span {
      font-size: 12px;
      line-height: 2.5; }
  .widget-area .widget.tribe-events-list-widget .type-tribe_events .entry-title, .widget-area .widget.tribe-events-adv-list-widget .type-tribe_events .entry-title, .widget-area .widget.tribe-events-venue-widget .type-tribe_events .entry-title, .widget-area .widget.tribe_mini_calendar_widget .type-tribe_events .entry-title {
    line-height: 1; }
  .widget-area .widget.tribe-events-list-widget .type-tribe_events .duration, .widget-area .widget.tribe-events-adv-list-widget .type-tribe_events .duration, .widget-area .widget.tribe-events-venue-widget .type-tribe_events .duration, .widget-area .widget.tribe_mini_calendar_widget .type-tribe_events .duration {
    display: table;
    line-height: 1;
    margin-top: 10px; }
    .widget-area .widget.tribe-events-list-widget .type-tribe_events .duration > div, .widget-area .widget.tribe-events-adv-list-widget .type-tribe_events .duration > div, .widget-area .widget.tribe-events-venue-widget .type-tribe_events .duration > div, .widget-area .widget.tribe_mini_calendar_widget .type-tribe_events .duration > div {
      margin-left: 0; } }

/**
 * Infinite Scroll
 */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block; }

.vc_pie_chart.bethlehem_piechart[data-pie-color="btn-primary"] .vc_pie_chart_back,
.vc_pie_chart.bethlehem_piechart[data-pie-color="btn-info"] .vc_pie_chart_back,
.vc_pie_chart.bethlehem_piechart[data-pie-color="btn-success"] .vc_pie_chart_back,
.vc_pie_chart.bethlehem_piechart[data-pie-color="btn-warning"] .vc_pie_chart_back,
.vc_pie_chart.bethlehem_piechart[data-pie-color="btn-danger"] .vc_pie_chart_back,
.vc_pie_chart.bethlehem_piechart[data-pie-color="btn-inverse"] .vc_pie_chart_back,
.vc_pie_chart.bethlehem_piechart .vc_pie_chart_back {
  border: none !important; }

.vc_pie_chart.bethlehem_piechart {
  height: 230px; }
  .vc_pie_chart.bethlehem_piechart .vc_pie_wrapper {
    height: 142px; }
    .vc_pie_chart.bethlehem_piechart .vc_pie_wrapper canvas {
      display: none !important; }
    .vc_pie_chart.bethlehem_piechart .vc_pie_wrapper .vc_pie_chart_value {
      color: #ffb400;
      font-size: 60px !important;
      font-weight: 700; }
  .vc_pie_chart.bethlehem_piechart .wpb_pie_chart_heading {
    color: #595959;
    font-weight: 400;
    font-size: 18px; }

.vc_separator.vc_sep_color_grey.bethlehem_separator .vc_sep_line {
  border-color: #cbc6ac;
  margin-top: 50px; }

/**
 * Events
 */
#tribe-events .tribe-events-list #tribe-events-header .page_result_count, #tribe-events .tribe-events-list #tribe-events-header .pagination, #tribe-events .tribe-events-list #tribe-events-header .page_prev_next {
  display: none; }

#tribe-events .tribe-events-list .tribe-events-page-title {
  display: none; }

#tribe-events .tribe-events-list .tribe-events-list-separator-month span {
  text-shadow: 0 1px 0 rgba(2, 3, 3, 0.42);
  border: 1px solid #e3a000;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 10px 30px;
  text-transform: uppercase; }

#tribe-events .tribe-events-list .type-tribe_events {
  border-bottom: 1px solid #cbc6ac;
  display: table;
  width: 100%; }
  #tribe-events .tribe-events-list .type-tribe_events:last-child {
    border-bottom: none; }
  #tribe-events .tribe-events-list .type-tribe_events .tribe-events-date {
    height: 104px;
    width: 104px;
    border-radius: 100px;
    background-color: #1A1A1A;
    text-align: center;
    font-size: 48px;
    color: #EEEBDD;
    line-height: 1;
    padding: 16px 0;
    vertical-align: middle;
    display: inline-block; }
    #tribe-events .tribe-events-list .type-tribe_events .tribe-events-date span {
      display: block;
      font-size: 20px;
      text-transform: uppercase; }
  #tribe-events .tribe-events-list .type-tribe_events .tribe-events-content {
    display: table-cell;
    padding-left: 20px;
    position: relative;
    float: none;
    vertical-align: middle; }
    #tribe-events .tribe-events-list .type-tribe_events .tribe-events-content h2 {
      font-size: 26px;
      margin: 0;
      line-height: 1;
      display: block;
      max-width: 80%; }
    #tribe-events .tribe-events-list .type-tribe_events .tribe-events-content > a {
      text-transform: uppercase;
      color: #7f7e7a;
      font-size: 15px;
      font-weight: 400; }
    #tribe-events .tribe-events-list .type-tribe_events .tribe-events-content .hb-social {
      position: absolute;
      top: 0;
      right: 0; }
      #tribe-events .tribe-events-list .type-tribe_events .tribe-events-content .hb-social > li {
        line-height: 1; }
    #tribe-events .tribe-events-list .type-tribe_events .tribe-events-content .tribe-events-event-meta {
      margin-top: 14px; }
    #tribe-events .tribe-events-list .type-tribe_events .tribe-events-content .location {
      font-size: 16px;
      color: #7f7e7a;
      line-height: 1; }
      #tribe-events .tribe-events-list .type-tribe_events .tribe-events-content .location .time-details, #tribe-events .tribe-events-list .type-tribe_events .tribe-events-content .location .tribe-events-venue-details {
        display: inline !important; }
      #tribe-events .tribe-events-list .type-tribe_events .tribe-events-content .location .tribe-events-venue-details {
        font-style: normal; }
        #tribe-events .tribe-events-list .type-tribe_events .tribe-events-content .location .tribe-events-venue-details .tribe-events-address {
          font-style: normal; }
        #tribe-events .tribe-events-list .type-tribe_events .tribe-events-content .location .tribe-events-venue-details > a {
          display: none; }
      #tribe-events .tribe-events-list .type-tribe_events .tribe-events-content .location .time-details {
        margin: 0;
        font-weight: 400; }
        #tribe-events .tribe-events-list .type-tribe_events .tribe-events-content .location .time-details:after {
          content: "-"; }

#tribe-events .tribe-events-list #tribe-events-footer {
  border-top: none; }

#tribe-events .tribe-events-month .tribe-events-notices {
  display: none; }

#tribe-events .tribe-events-month .tribe-events-page-title {
  text-align: left;
  display: inline-block; }

#tribe-events .tribe-events-month #tribe-events-header {
  display: inline-block;
  margin-bottom: 0;
  top: 6px;
  margin-left: 20px; }
  #tribe-events .tribe-events-month #tribe-events-header .tribe-events-sub-nav li {
    display: block;
    margin-right: 0; }
    #tribe-events .tribe-events-month #tribe-events-header .tribe-events-sub-nav li a.disabled {
      cursor: not-allowed;
      pointer-events: none;
      opacity: .65; }
    #tribe-events .tribe-events-month #tribe-events-header .tribe-events-sub-nav li.tribe-events-nav-previous a:before {
      color: #8f8f8f;
      content: "\f053";
      font-family: "FontAwesome";
      font-size: 16px;
      cursor: pointer;
      height: 30px;
      width: 30px;
      border-radius: 50px;
      border: 3px solid #8f8f8f;
      text-align: center;
      vertical-align: middle;
      font-weight: bold;
      display: table-cell; }
    #tribe-events .tribe-events-month #tribe-events-header .tribe-events-sub-nav li.tribe-events-nav-previous a:hover:before {
      color: #1A1A1A;
      border: 3px solid #1A1A1A; }
    #tribe-events .tribe-events-month #tribe-events-header .tribe-events-sub-nav li.tribe-events-nav-next a:after {
      color: #8f8f8f;
      content: "\f054";
      font-family: "FontAwesome";
      font-size: 16px;
      cursor: pointer;
      height: 30px;
      width: 30px;
      border-radius: 50px;
      border: 3px solid #8f8f8f;
      text-align: center;
      vertical-align: middle;
      font-weight: bold;
      display: table-cell; }
    #tribe-events .tribe-events-month #tribe-events-header .tribe-events-sub-nav li.tribe-events-nav-next a:hover:after {
      color: #1A1A1A;
      border: 3px solid #1A1A1A; }
  #tribe-events .tribe-events-month #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a {
    display: block; }

#tribe-events .tribe-events-month .tribe-events-calendar thead tr th {
  background-color: #1A1A1A;
  border: none;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  font-style: italic; }

#tribe-events .tribe-events-month .tribe-events-calendar tbody tr td {
  height: 186px; }
  #tribe-events .tribe-events-month .tribe-events-calendar tbody tr td:hover div[id*="tribe-events-daynum-"] {
    background: none; }
  #tribe-events .tribe-events-month .tribe-events-calendar tbody tr td.tribe-events-present {
    background-color: #f4f1ea; }

#tribe-events .tribe-events-month .tribe-events-calendar div[id*="tribe-events-daynum-"] {
  background: none;
  color: #7f7e7a;
  font-size: 15px; }
  #tribe-events .tribe-events-month .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
    color: #7f7e7a;
    font-size: 15px;
    background: none; }

#tribe-events .tribe-events-month .tribe-events-calendar .tribe-events-month-event-title a {
  font-size: 13px;
  color: #1A1A1A;
  font-weight: 400;
  font-family: "Bitter",serif; }

#tribe-events .tribe-events-month #tribe-events-footer .tribe-events-sub-nav li {
  display: none; }

#tribe-events .tribe-events-month #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a {
  display: none; }

#tribe-events .tribe-events-day .type-tribe_events {
  position: relative;
  margin: 1.75em 0;
  padding: 0; }
  #tribe-events .tribe-events-day .type-tribe_events .hb-social {
    position: absolute;
    top: 10px;
    right: 0; }

#tribe-events .tribe-events-day .tribe-events-loop {
  max-width: 100%; }
  #tribe-events .tribe-events-day .tribe-events-loop .tribe-events-day-time-slot h5 {
    background-color: #1A1A1A; }

.tribe-events-meta-group {
  float: left;
  width: 30.33%;
  font-size: 18px;
  color: #676666;
  margin-right: 20px; }
  .tribe-events-meta-group .author.fn.org {
    font-weight: 700; }
  .tribe-events-meta-group.tribe-events-meta-group-details dl dt, .tribe-events-meta-group.tribe-events-meta-group-organizer dl dt {
    float: left;
    margin-right: 5px; }
  .tribe-events-meta-group.tribe-events-meta-group-details dl dd, .tribe-events-meta-group.tribe-events-meta-group-organizer dl dd {
    margin-top: 1px; }

.tribe-events-single-event-description {
  clear: both;
  border-top: 1px solid #cbc6ac;
  padding-top: 20px !important; }
  .tribe-events-single-event-description .strong {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px !important; }

.single-tribe_events .cat_links {
  display: block; }

.single-tribe_events h2.tribe-events-single-event-title {
  font-size: 30px;
  margin-top: 6px;
  display: inline-block; }

.single-tribe_events #tribe-events-content .updated {
  display: inline-block; }

.single-tribe_events .hentry .entry-content .hb-social {
  float: none;
  margin-top: 15px; }

.side-widget {
  margin: 0 0 3.631em; }
  .side-widget h5 {
    border-bottom: 2px solid #cbc6ac;
    font-size: 18px;
    margin: 0 0 15px;
    padding-bottom: 10px; }
    .side-widget h5:first-child {
      margin-top: 39px; }
  .side-widget p {
    color: #676666;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px; }

#tribe-events-pg-template {
  margin: 0;
  max-width: 100%; }

.tribe-events-schedule {
  margin: 0; }

.single-tribe_events .tribe-events-venue-map {
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  float: none; }
  .single-tribe_events .tribe-events-venue-map > a {
    font-size: 13px;
    font-style: italic;
    text-decoration: underline;
    display: block;
    margin-top: 20px;
    font-weight: normal; }

#tribe-events-content .tribe-events-venue-map > a {
  text-decoration: underline; }

.tribe-events-single .cat_links a {
  font-weight: 400 !important;
  font-size: 15px;
  text-transform: uppercase;
  color: #7F7E7A; }

.events-list .tribe-events-loop {
  max-width: 100%; }

.tribe-events-single {
  max-width: 1181px;
  margin-left: auto;
  margin-right: auto; }
  .tribe-events-single:after {
    content: " ";
    display: block;
    clear: both; }
  .tribe-events-single:before, .tribe-events-single:after {
    content: " ";
    display: table; }
  .tribe-events-single:after {
    clear: both; }
  .tribe-events-single .tribe-events-single-content {
    width: 75%;
    padding: 0;
    float: left; }
  .tribe-events-single .tribe-events-single-sidebar {
    width: 20%;
    float: right;
    padding: 0; }

#tribe-events-gmap-0 {
  height: 260px !important; }

#tribe-events-pg-template:before, #tribe-events-pg-template:after {
  content: " ";
  display: table; }

#tribe-events-pg-template:after {
  clear: both; }

.right-sidebar #tribe-events-pg-template .content-area {
  padding-right: 5.4%;
  padding-left: 0; }

.right-sidebar #tribe-events-pg-template .widget-area {
  padding: 0; }

.vc-events-calendar .events-lists {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%; }
  .vc-events-calendar .events-lists h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 33px; }
  .vc-events-calendar .events-lists .events-list-content {
    zoom: 1;
    overflow: hidden;
    margin-bottom: 36px; }
    .vc-events-calendar .events-lists .events-list-content:first-child {
      margin-top: 0; }
    .vc-events-calendar .events-lists .events-list-content .tribe-events-event-image {
      display: table-cell;
      vertical-align: top;
      padding-right: 10px;
      float: left;
      padding-right: 24px;
      margin-bottom: 0; }
      .vc-events-calendar .events-lists .events-list-content .tribe-events-event-image a img.wp-post-image {
        margin-bottom: 0;
        width: 120px; }
    .vc-events-calendar .events-lists .events-list-content .event-info {
      zoom: 1;
      width: 10000px;
      overflow: hidden;
      display: table-cell;
      vertical-align: top;
      padding-right: 40px; }
      .vc-events-calendar .events-lists .events-list-content .event-info h4 {
        font-size: 19px;
        margin-bottom: 6px; }
        .vc-events-calendar .events-lists .events-list-content .event-info h4 a {
          color: #3b3b3b;
          font-weight: 400; }
      .vc-events-calendar .events-lists .events-list-content .event-info p {
        font-size: 14px;
        color: #7d7d7d;
        line-height: 21px;
        margin-bottom: 15px; }
      .vc-events-calendar .events-lists .events-list-content .event-info .event-date, .vc-events-calendar .events-lists .events-list-content .event-info .cat-links a {
        font-size: 13px;
        color: #9c9c9c;
        font-style: italic;
        font-weight: normal; }
      .vc-events-calendar .events-lists .events-list-content .event-info .event-date {
        display: inline-block;
        float: left; }
        .vc-events-calendar .events-lists .events-list-content .event-info .event-date:after {
          content: "/";
          padding: 0 6px; }
      .vc-events-calendar .events-lists .events-list-content .event-info .cat-links a {
        text-decoration: underline; }

.vc-events-calendar .events-calendar {
  width: 49.1525423729%;
  float: right;
  margin-right: 0;
  text-align: center; }
  .vc-events-calendar .events-calendar a.hb-more-button {
    color: #707070;
    margin-top: 30px; }
    .vc-events-calendar .events-calendar a.hb-more-button:hover {
      color: #fff; }
  .vc-events-calendar .events-calendar table#wp-calendar {
    position: relative; }
    .vc-events-calendar .events-calendar table#wp-calendar caption {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 20px;
      padding-top: 0; }
    .vc-events-calendar .events-calendar table#wp-calendar thead tr th {
      text-align: center;
      border-bottom: none;
      padding: 0 0 20px 0;
      font-weight: 700; }
    .vc-events-calendar .events-calendar table#wp-calendar tbody tr td {
      text-align: center;
      vertical-align: middle;
      height: 60px;
      width: 70px; }
      .vc-events-calendar .events-calendar table#wp-calendar tbody tr td a {
        background-color: #f1f1f1;
        font-weight: normal;
        padding: 10px 16px; }
      .vc-events-calendar .events-calendar table#wp-calendar tbody tr td .today a {
        background-color: transparent;
        padding: 8px 14px;
        border: 2px solid #f1f1f1; }
    .vc-events-calendar .events-calendar table#wp-calendar tfoot {
      position: absolute;
      top: -6px;
      width: inherit; }
      .vc-events-calendar .events-calendar table#wp-calendar tfoot tr {
        width: inherit;
        display: table; }
        .vc-events-calendar .events-calendar table#wp-calendar tfoot tr:first-child td {
          border-top: none; }
        .vc-events-calendar .events-calendar table#wp-calendar tfoot tr td {
          display: inline-block; }
          .vc-events-calendar .events-calendar table#wp-calendar tfoot tr td a {
            color: #bfbfbf;
            font-size: 0; }
            .vc-events-calendar .events-calendar table#wp-calendar tfoot tr td a:hover {
              color: #3b3b3b; }
            .vc-events-calendar .events-calendar table#wp-calendar tfoot tr td a i {
              font-size: 34px; }
          .vc-events-calendar .events-calendar table#wp-calendar tfoot tr td.pad {
            display: none; }
          .vc-events-calendar .events-calendar table#wp-calendar tfoot tr td#prev {
            float: left; }
          .vc-events-calendar .events-calendar table#wp-calendar tfoot tr td#next {
            float: right; }

#tribe-events-pg-template .tribe-events-content ol li,
#tribe-events-pg-template .tribe-events-content ul li,
#tribe-events-pg-template .tribe-events-after-html ol li,
#tribe-events-pg-template .tribe-events-after-html ul li,
#tribe-events-pg-template .tribe-events-before-html ol li,
#tribe-events-pg-template .tribe-events-before-html ul li {
  margin: 0 4px 20px 0; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  #tribe-events-pg-template {
    padding: 0 !important; }
  .vc-events-calendar .events-calendar, .vc-events-calendar .events-lists {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .vc-events-calendar .events-list-content .tribe-events-event-image {
    display: block;
    float: none; }
    .vc-events-calendar .events-list-content .tribe-events-event-image a img.wp-post-image {
      width: auto; }
  .vc-events-calendar .events-list-content .event-info {
    display: block;
    float: none; }
  .vc-events-calendar .events-lists .events-list-content {
    margin-bottom: 30px; }
    .vc-events-calendar .events-lists .events-list-content .tribe-events-event-image, .vc-events-calendar .events-lists .events-list-content .event-info {
      padding-right: 0; }
    .vc-events-calendar .events-lists .events-list-content .tribe-events-event-image {
      margin-bottom: 0; }
      .vc-events-calendar .events-lists .events-list-content .tribe-events-event-image a img {
        margin-bottom: 10px; }
  .vc-events-calendar .events-calendar {
    margin-top: 20px; }
    .vc-events-calendar .events-calendar .hb-more-button {
      margin-top: 20px; }
    .vc-events-calendar .events-calendar table#wp-calendar caption {
      margin: 0; }
    .vc-events-calendar .events-calendar table#wp-calendar tbody tr td a {
      padding: 8px 14px; }
    .vc-events-calendar .events-calendar table#wp-calendar tbody tr td .today {
      padding: 6px 12px; }
  #tribe-events .tribe-events-list .type-tribe_events {
    text-align: center; }
    #tribe-events .tribe-events-list .type-tribe_events .tribe-events-date {
      display: inline-block;
      margin-bottom: 20px;
      height: 120px;
      width: 120px;
      font-size: 50px;
      padding: 26px 0; }
    #tribe-events .tribe-events-list .type-tribe_events .tribe-events-content {
      padding-left: 0; }
      #tribe-events .tribe-events-list .type-tribe_events .tribe-events-content .tribe-events-event-meta {
        background: none;
        border: none; }
        #tribe-events .tribe-events-list .type-tribe_events .tribe-events-content .tribe-events-event-meta .location .time-details, #tribe-events .tribe-events-list .type-tribe_events .tribe-events-content .tribe-events-event-meta .location .tribe-events-venue-details {
          padding: 0;
          border: none;
          margin: 0; }
      #tribe-events .tribe-events-list .type-tribe_events .tribe-events-content .hb-social {
        position: relative;
        display: inline-block; }
        #tribe-events .tribe-events-list .type-tribe_events .tribe-events-content .hb-social li {
          margin-bottom: 0; }
  #tribe-events .tribe-events-month .tribe-events-calendar thead tr th {
    padding: 4px;
    font-size: 12px; }
  #tribe-events .tribe-events-month .tribe-events-calendar tbody tr td {
    height: 45px; }
  #tribe-events .tribe-events-month #tribe-events-header:before, #tribe-events .tribe-events-month #tribe-events-header:after {
    display: none; }
  #tribe-events .tribe-events-month #tribe-events-header .tribe-events-sub-nav li {
    width: inherit; }
    #tribe-events .tribe-events-month #tribe-events-header .tribe-events-sub-nav li:last-child {
      margin-bottom: 0; }
    #tribe-events .tribe-events-month #tribe-events-header .tribe-events-sub-nav li a {
      padding: 0 !important;
      margin: 0 !important;
      background: none; }
  #tribe-events .tribe-events-month #tribe-mobile-container .tribe-events-event-body .tribe-events-event-image {
    width: inherit;
    margin: 20px 0; }
  .tribe-events-event-image img {
    width: 100%; }
  .tribe-events-single .tribe-events-single-content, .tribe-events-single .tribe-events-single-sidebar {
    width: 100%; }
  .tribe-events-single .tribe-events-single-content .type-tribe_events .tribe-events-event-image img {
    width: 100%; }
  .tribe-events-single .tribe-events-single-content .type-tribe_events .tribe-events-schedule {
    display: none !important; }
  .tribe-events-single .tribe-events-single-content .type-tribe_events .tribe-events-meta-group {
    width: 100%;
    margin-right: 0; }
    .tribe-events-single .tribe-events-single-content .type-tribe_events .tribe-events-meta-group > dl {
      margin-top: 0; }
    .tribe-events-single .tribe-events-single-content .type-tribe_events .tribe-events-meta-group .tribe-events-single-section-title {
      margin-bottom: 0; }
    .tribe-events-single .tribe-events-single-content .type-tribe_events .tribe-events-meta-group.tribe-events-meta-group-venue {
      margin-top: 30px; }
  .tribe-events-single .tribe-events-single-content .type-tribe_events .hb-social {
    position: relative;
    margin: 0;
    float: none;
    padding-top: 30px; }
  .tribe-events-single .tribe-events-single-content #tribe-events-footer:before, .tribe-events-single .tribe-events-single-content #tribe-events-footer:after {
    display: none; }
  .tribe-events-single .tribe-events-single-content #tribe-events-footer .tribe-events-sub-nav li {
    float: none;
    margin-bottom: 10px;
    width: 100%;
    text-align: center; }
    .tribe-events-single .tribe-events-single-content #tribe-events-footer .tribe-events-sub-nav li:last-child {
      margin-bottom: 0; }
    .tribe-events-single .tribe-events-single-content #tribe-events-footer .tribe-events-sub-nav li a {
      padding: 20px !important;
      margin: 0 !important; }
  .tribe-events-day #tribe-events-footer:before, .tribe-events-day #tribe-events-footer:after {
    display: none; }
  .tribe-events-day #tribe-events-footer .tribe-events-sub-nav li {
    float: none;
    margin-bottom: 10px;
    width: 100%;
    text-align: center; }
    .tribe-events-day #tribe-events-footer .tribe-events-sub-nav li:last-child {
      margin-bottom: 0; }
    .tribe-events-day #tribe-events-footer .tribe-events-sub-nav li a {
      padding: 20px !important;
      margin: 0 !important; } }

@media screen and (min-width: 320px) and (max-width: 768px) {
  #tribe-events-header .tribe-events-sub-nav li a {
    display: block !important; }
  #tribe-events .tribe-events-list .type-tribe_events .tribe-events-content {
    display: block; }
    #tribe-events .tribe-events-list .type-tribe_events .tribe-events-content h2 {
      max-width: 100%; }
  #tribe-events .tribe-events-list .type-tribe_events .tribe-events-date {
    display: inline-block; }
  .tribe-events-sub-nav li a, .tribe-events-sub-nav li a:hover, .tribe-events-sub-nav li a:visited {
    background: transparent;
    color: #1a1a1a;
    margin-bottom: 0;
    padding: 0; }
  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next,
  #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next {
    margin-left: 5px !important; }
  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous,
  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next,
  #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous,
  #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next {
    width: auto; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  #tribe-events .tribe-events-list .type-tribe_events .tribe-events-date {
    display: inline-block;
    padding: 16px 0; }
  #tribe-events .tribe-events-list .type-tribe_events .tribe-events-content {
    padding-left: 0;
    float: none;
    padding-left: 30px; }
    #tribe-events .tribe-events-list .type-tribe_events .tribe-events-content .tribe-events-event-meta {
      background: none;
      border: none;
      margin: 0;
      padding: 12px 0 15px; }
      #tribe-events .tribe-events-list .type-tribe_events .tribe-events-content .tribe-events-event-meta .location .time-details, #tribe-events .tribe-events-list .type-tribe_events .tribe-events-content .tribe-events-event-meta .location .tribe-events-venue-details {
        padding: 0;
        border: none;
        margin: 0; }
    #tribe-events .tribe-events-list .type-tribe_events .tribe-events-content .hb-social {
      position: relative; }
      #tribe-events .tribe-events-list .type-tribe_events .tribe-events-content .hb-social li {
        margin-bottom: 0; }
  #tribe-events .tribe-events-month #tribe-events-header:before, #tribe-events .tribe-events-month #tribe-events-header:after {
    display: none; }
  #tribe-events .tribe-events-month #tribe-events-header .tribe-events-sub-nav li {
    width: inherit; }
    #tribe-events .tribe-events-month #tribe-events-header .tribe-events-sub-nav li:last-child {
      margin-bottom: 0; }
    #tribe-events .tribe-events-month #tribe-events-header .tribe-events-sub-nav li a {
      padding: 0 !important;
      margin: 0 !important;
      background: none; }
  #tribe-events .tribe-events-month #tribe-mobile-container .tribe-events-event-body .tribe-events-event-image {
    margin: 0 20px 0 0;
    width: 30%; }
  #tribe-events .tribe-events-month #tribe-mobile-container .tribe-events-event-body .time-details {
    margin: 0 0 20px; }
  #tribe-events .tribe-events-month #tribe-mobile-container .tribe-events-event-body p {
    display: table; }
  .tribe-events-single .tribe-events-single-content {
    width: 65%; }
    .tribe-events-single .tribe-events-single-content .type-tribe_events .tribe-events-event-image img {
      width: 100%; }
    .tribe-events-single .tribe-events-single-content .type-tribe_events .tribe-events-schedule {
      display: none !important; }
    .tribe-events-single .tribe-events-single-content .type-tribe_events .hb-social {
      position: relative;
      display: block;
      margin: 20px 0;
      float: none; }
      .tribe-events-single .tribe-events-single-content .type-tribe_events .hb-social li {
        margin-bottom: 0; }
    .tribe-events-single .tribe-events-single-content .type-tribe_events .tribe-events-meta-group {
      width: 50% !important;
      margin-right: 0; }
  .tribe-events-single .tribe-events-single-sidebar {
    width: 30%; }
  .vc-events-calendar .events-lists .events-list-content {
    margin-bottom: 30px; }
    .vc-events-calendar .events-lists .events-list-content .tribe-events-event-image {
      display: block;
      float: none; }
      .vc-events-calendar .events-lists .events-list-content .tribe-events-event-image a img {
        width: 100%; } }

/**
 * Give
 */
form[id*="give-form"] .give-final-total-wrap .give-total-amount {
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  float: left;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  padding: 0 12px;
  width: 125px; }

form[id*="give-form"] .give-final-total-wrap .give-currency-symbol {
  background-color: #f2f2f2;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  float: left;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0 12px; }
  form[id*="give-form"] .give-final-total-wrap .give-currency-symbol.give-currency-position-before {
    border-left: 1px solid #ccc;
    border-right: medium none; }
  form[id*="give-form"] .give-final-total-wrap .give-currency-symbol.give-currency-position-after {
    border-right: 1px solid #ccc;
    border-left: medium none; }

.donations-loop {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #cbc6ac; }
  .donations-loop:before, .donations-loop:after {
    content: " ";
    display: table; }
  .donations-loop:after {
    clear: both; }
  .donations-loop .description {
    font-size: 13px; }
  .donations-loop h4.title {
    font-size: 21px;
    line-height: 1; }
  .donations-loop a.give-btn {
    padding: 12px 54px !important;
    font-size: 20px !important;
    float: right; }
  .donations-loop .give-main-image {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
    float: left;
    min-width: 241px; }
  .donations-loop .donation-info {
    zoom: 1;
    width: 10000px;
    overflow: hidden;
    display: table-cell;
    vertical-align: top;
    padding-left: 14px; }

.give-page .widget-area .search-form input[type="search"] {
  margin-bottom: 0; }

.give-btn {
  font-weight: 700;
  text-shadow: 0 1px rgba(2, 3, 3, 0.42);
  font-size: 28px !important;
  padding: 17px 75px !important;
  line-height: 1;
  color: #fff;
  border-radius: 50px !important;
  border: none !important;
  display: inline-block; }
  .give-btn:hover {
    background-color: #1A1A1A !important; }
  .give-btn:active {
    outline: none; }

.donation-carousel-wrap .donation-item > h3 {
  font-size: 48px;
  text-transform: uppercase;
  color: #eeebdd;
  text-shadow: 1px 2px 0 rgba(2, 3, 3, 0.75);
  line-height: 1;
  margin-top: 60px; }

.donation-carousel-wrap .donation-item a.give-btn {
  margin-top: 60px;
  margin-bottom: 70px; }

.donation-carousel-wrap .donation-item .goal-progress {
  position: relative; }
  .donation-carousel-wrap .donation-item .goal-progress .raised {
    margin: 100px 0 0 0;
    position: absolute;
    width: 100%;
    font-size: 22px;
    color: #eeebdd;
    text-align: center;
    text-shadow: 0 1px 0 rgba(2, 3, 3, 0.75); }
    .donation-carousel-wrap .donation-item .goal-progress .raised .income {
      font-size: 72px;
      text-shadow: 1px 2px 0 rgba(2, 3, 3, 0.75);
      text-align: center;
      width: 100%;
      top: -122px; }
  .donation-carousel-wrap .donation-item .goal-progress .progress-bar {
    height: 20px;
    margin-top: 70px;
    width: 580px;
    display: inline-block; }

.donation-carousel-wrap .owl-carousel {
  position: relative !important; }

.donation-carousel-wrap:hover .owl-prev, .donation-carousel-wrap:hover .owl-next {
  opacity: 1; }

.donation-carousel-wrap:hover .owl-prev {
  left: 0; }

.donation-carousel-wrap:hover .owl-next {
  right: 0; }

.donation-carousel-wrap .owl-stage-outer {
  z-index: 1; }
  .donation-carousel-wrap .owl-stage-outer .progress-bar {
    background-color: #000 !important; }

.donation-carousel-wrap .owl-controls {
  position: absolute !important;
  display: inherit;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0; }
  .donation-carousel-wrap .owl-controls .owl-nav {
    height: inherit;
    width: inherit; }
    .donation-carousel-wrap .owl-controls .owl-nav .owl-prev, .donation-carousel-wrap .owl-controls .owl-nav .owl-next {
      opacity: 1 !important;
      transition: none !important;
      position: relative;
      height: inherit;
      display: table;
      z-index: 100;
      color: #eee; }
      .donation-carousel-wrap .owl-controls .owl-nav .owl-prev i, .donation-carousel-wrap .owl-controls .owl-nav .owl-next i {
        vertical-align: middle;
        display: table-cell;
        font-size: 80px; }
      .donation-carousel-wrap .owl-controls .owl-nav .owl-prev:hover, .donation-carousel-wrap .owl-controls .owl-nav .owl-next:hover {
        transition: none !important; }
    .donation-carousel-wrap .owl-controls .owl-nav .owl-prev {
      float: left;
      left: 0;
      padding-left: 40px; }
    .donation-carousel-wrap .owl-controls .owl-nav .owl-next {
      right: 0;
      float: right;
      padding-right: 40px; }

.mfp-content .give-display-modal .goal-progress {
  display: none; }

.mfp-content .give-display-modal form.give-form {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important; }
  .mfp-content .give-display-modal form.give-form #give-payment-mode-select {
    margin: 0 !important; }
  .mfp-content .give-display-modal form.give-form #give_purchase_form_wrap #give_purchase_submit .give-submit-button-wrap {
    margin: 20px 0 30px 0 !important; }
  .mfp-content .give-display-modal form.give-form #give_purchase_form_wrap #give_purchase_submit .give-final-total-wrap > input.give-total-amount {
    border-bottom: 1px solid #1A1A1A !important; }

.mfp-content .give-display-modal form.give-form {
  padding-top: 73px; }
  .mfp-content .give-display-modal form.give-form label {
    font-weight: 400; }
  .mfp-content .give-display-modal form.give-form #give-payment-mode-select {
    margin: 73px 0 0 0; }
  .mfp-content .give-display-modal form.give-form legend {
    border-color: #cbc6ac;
    font-size: 18px; }
  .mfp-content .give-display-modal form.give-form #give_purchase_form_wrap #give_checkout_user_info {
    margin: 0 0 20px 0; }
    .mfp-content .give-display-modal form.give-form #give_purchase_form_wrap #give_checkout_user_info input {
      border: 1px solid #cbc6ac !important; }
  .mfp-content .give-display-modal form.give-form #give_purchase_form_wrap #give_purchase_submit {
    margin: 0; }
    .mfp-content .give-display-modal form.give-form #give_purchase_form_wrap #give_purchase_submit #give_show_terms a {
      background-color: #cbc6ac;
      border: medium none !important;
      border-radius: 50px !important;
      color: #fff;
      font-size: 15px !important;
      font-weight: 700;
      line-height: 1;
      padding: 10px 30px !important;
      text-shadow: 0 1px rgba(2, 3, 3, 0.42); }
      .mfp-content .give-display-modal form.give-form #give_purchase_form_wrap #give_purchase_submit #give_show_terms a:hover {
        background-color: #1A1A1A; }
    .mfp-content .give-display-modal form.give-form #give_purchase_form_wrap #give_purchase_submit .give-final-total-wrap:before, .mfp-content .give-display-modal form.give-form #give_purchase_form_wrap #give_purchase_submit .give-final-total-wrap:after {
      content: " ";
      display: table; }
    .mfp-content .give-display-modal form.give-form #give_purchase_form_wrap #give_purchase_submit .give-final-total-wrap:after {
      clear: both; }
    .mfp-content .give-display-modal form.give-form #give_purchase_form_wrap #give_purchase_submit .give-final-total-wrap span.give-currency-symbol, .mfp-content .give-display-modal form.give-form #give_purchase_form_wrap #give_purchase_submit .give-final-total-wrap input.give-total-amount {
      height: 45px;
      border-color: #1A1A1A; }
    .mfp-content .give-display-modal form.give-form #give_purchase_form_wrap #give_purchase_submit .give-final-total-wrap span.give-currency-symbol {
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      background-color: #1A1A1A;
      color: #fff;
      padding: 4px 20px;
      font-size: 20px; }
    .mfp-content .give-display-modal form.give-form #give_purchase_form_wrap #give_purchase_submit .give-final-total-wrap input.give-total-amount {
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px; }
    .mfp-content .give-display-modal form.give-form #give_purchase_form_wrap #give_purchase_submit .give-submit-button-wrap {
      margin-top: 50px; }

.give_forms #give-sidebar-left {
  width: 100% !important; }
  .give_forms #give-sidebar-left .give-btn {
    position: absolute; }

.give_forms .summary {
  width: 100% !important;
  position: relative; }
  .give_forms .summary .give-form-title {
    margin: 20px 0;
    font-weight: 600;
    display: inline-block; }
  .give_forms .summary .hb-social {
    float: right;
    margin-top: 34px; }
  .give_forms .summary form.give-form {
    padding: 46px 0;
    border-top: 1px solid #cbc6ac;
    border-bottom: 1px solid #cbc6ac;
    margin-top: 10px;
    width: 100%; }
    .give_forms .summary form.give-form:before, .give_forms .summary form.give-form:after {
      content: " ";
      display: table; }
    .give_forms .summary form.give-form:after {
      clear: both; }
    .give_forms .summary form.give-form .give-total-wrap {
      display: none; }
  .give_forms .summary button.give-btn {
    margin-bottom: 0;
    float: right; }
  .give_forms .summary .give-display-onpage .goal-progress {
    width: 100%; }
  .give_forms .summary .goal-progress {
    width: 56%; }
    .give_forms .summary .goal-progress .raised {
      margin-bottom: 10px;
      font-size: 15px; }
      .give_forms .summary .goal-progress .raised .income {
        top: -34px;
        font-size: 58px; }
    .give_forms .summary .goal-progress .progress-bar {
      height: 18px; }
  .give_forms .summary .give-display-onpage form.give-form, .give_forms .summary .give-display-reveal form.give-form {
    padding-top: 73px; }
    .give_forms .summary .give-display-onpage form.give-form label, .give_forms .summary .give-display-reveal form.give-form label {
      font-weight: 400; }
    .give_forms .summary .give-display-onpage form.give-form #give-payment-mode-select, .give_forms .summary .give-display-reveal form.give-form #give-payment-mode-select {
      margin: 73px 0 0 0; }
    .give_forms .summary .give-display-onpage form.give-form legend, .give_forms .summary .give-display-reveal form.give-form legend {
      border-color: #cbc6ac;
      font-size: 18px; }
    .give_forms .summary .give-display-onpage form.give-form #give_purchase_form_wrap #give_checkout_user_info, .give_forms .summary .give-display-reveal form.give-form #give_purchase_form_wrap #give_checkout_user_info {
      margin: 0 0 20px 0; }
      .give_forms .summary .give-display-onpage form.give-form #give_purchase_form_wrap #give_checkout_user_info input, .give_forms .summary .give-display-reveal form.give-form #give_purchase_form_wrap #give_checkout_user_info input {
        border: 1px solid #cbc6ac !important; }
    .give_forms .summary .give-display-onpage form.give-form #give_purchase_form_wrap #give_purchase_submit, .give_forms .summary .give-display-reveal form.give-form #give_purchase_form_wrap #give_purchase_submit {
      margin: 0; }
      .give_forms .summary .give-display-onpage form.give-form #give_purchase_form_wrap #give_purchase_submit #give_show_terms a, .give_forms .summary .give-display-reveal form.give-form #give_purchase_form_wrap #give_purchase_submit #give_show_terms a {
        background-color: #cbc6ac;
        border: medium none !important;
        border-radius: 50px !important;
        color: #fff;
        font-size: 15px !important;
        font-weight: 700;
        line-height: 1;
        padding: 10px 30px !important;
        text-shadow: 0 1px rgba(2, 3, 3, 0.42); }
        .give_forms .summary .give-display-onpage form.give-form #give_purchase_form_wrap #give_purchase_submit #give_show_terms a:hover, .give_forms .summary .give-display-reveal form.give-form #give_purchase_form_wrap #give_purchase_submit #give_show_terms a:hover {
          background-color: #1A1A1A; }
      .give_forms .summary .give-display-onpage form.give-form #give_purchase_form_wrap #give_purchase_submit .give-final-total-wrap:before, .give_forms .summary .give-display-onpage form.give-form #give_purchase_form_wrap #give_purchase_submit .give-final-total-wrap:after, .give_forms .summary .give-display-reveal form.give-form #give_purchase_form_wrap #give_purchase_submit .give-final-total-wrap:before, .give_forms .summary .give-display-reveal form.give-form #give_purchase_form_wrap #give_purchase_submit .give-final-total-wrap:after {
        content: " ";
        display: table; }
      .give_forms .summary .give-display-onpage form.give-form #give_purchase_form_wrap #give_purchase_submit .give-final-total-wrap:after, .give_forms .summary .give-display-reveal form.give-form #give_purchase_form_wrap #give_purchase_submit .give-final-total-wrap:after {
        clear: both; }
      .give_forms .summary .give-display-onpage form.give-form #give_purchase_form_wrap #give_purchase_submit .give-final-total-wrap span.give-currency-symbol, .give_forms .summary .give-display-onpage form.give-form #give_purchase_form_wrap #give_purchase_submit .give-final-total-wrap input.give-total-amount, .give_forms .summary .give-display-reveal form.give-form #give_purchase_form_wrap #give_purchase_submit .give-final-total-wrap span.give-currency-symbol, .give_forms .summary .give-display-reveal form.give-form #give_purchase_form_wrap #give_purchase_submit .give-final-total-wrap input.give-total-amount {
        height: 45px;
        border-color: #1A1A1A; }
      .give_forms .summary .give-display-onpage form.give-form #give_purchase_form_wrap #give_purchase_submit .give-final-total-wrap span.give-currency-symbol, .give_forms .summary .give-display-reveal form.give-form #give_purchase_form_wrap #give_purchase_submit .give-final-total-wrap span.give-currency-symbol {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        background-color: #1A1A1A;
        color: #fff;
        padding: 4px 20px;
        font-size: 20px; }
      .give_forms .summary .give-display-onpage form.give-form #give_purchase_form_wrap #give_purchase_submit .give-final-total-wrap input.give-total-amount, .give_forms .summary .give-display-reveal form.give-form #give_purchase_form_wrap #give_purchase_submit .give-final-total-wrap input.give-total-amount {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px; }
      .give_forms .summary .give-display-onpage form.give-form #give_purchase_form_wrap #give_purchase_submit .give-submit-button-wrap, .give_forms .summary .give-display-reveal form.give-form #give_purchase_form_wrap #give_purchase_submit .give-submit-button-wrap {
        margin-top: 50px; }
  .give_forms .summary .give-form-content-wrap p {
    font-size: 15px;
    color: #676666; }

[id*=give-form] div.summary {
  float: none;
  width: 100%; }

.donations-loop .donation-info .goal-progress {
  display: inline-block;
  width: 60%; }

.donations-loop .donation-info a.give-btn {
  margin-top: 12px; }

.goal-progress {
  margin: 20px 0 0 0; }
  .goal-progress .income {
    font-size: 28px;
    line-height: 1;
    letter-spacing: -1px;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: -10px; }
  .goal-progress .raised {
    margin-bottom: 6px;
    text-align: right;
    position: relative;
    color: #676666;
    font-size: 12px; }

.progress-bar {
  height: 10px;
  /* Can be anything */
  position: relative;
  background-color: #3c3b37;
  border-radius: 20px; }
  .progress-bar > span {
    display: block;
    height: 100%;
    border-radius: 20px;
    position: relative;
    overflow: hidden; }

@media screen and (min-width: 320px) and (max-width: 359px) {
  .give_forms .summary form.give-form button.give-btn {
    padding: 17px 35px !important; }
  .give_forms .summary .goal-progress .raised {
    text-align: center; }
    .give_forms .summary .goal-progress .raised .income {
      top: -44px !important;
      text-align: center;
      width: 100%; } }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .donation-carousel-wrap .donation-item > h3 {
    font-size: 28px;
    margin-top: 50px;
    margin-bottom: 30px; }
  .donation-carousel-wrap .donation-item a.give-btn {
    font-size: 16px !important;
    line-height: 0.6;
    padding: 14px 24px !important;
    margin-top: 40px;
    margin-bottom: 50px; }
  .donation-carousel-wrap .donation-item .goal-progress .raised {
    font-size: 16px;
    margin: 88px 0 0; }
    .donation-carousel-wrap .donation-item .goal-progress .raised .income {
      font-size: 52px;
      top: -94px; }
  .donation-carousel-wrap .donation-item .goal-progress .progress-bar {
    height: 18px;
    width: 220px;
    margin-top: 60px; }
  .donations-loop .donation-info {
    width: 100%; }
  .give-btn {
    padding: 17px 40px !important; }
  .donation-carousel-wrap .owl-controls .owl-nav .owl-prev i, .donation-carousel-wrap .owl-controls .owl-nav .owl-next i {
    font-size: 40px; }
  .donation-carousel-wrap .owl-controls .owl-nav .owl-prev {
    float: left;
    left: 0;
    padding-left: 0; }
  .donation-carousel-wrap .owl-controls .owl-nav .owl-next {
    right: 0;
    float: right;
    padding-right: 0; }
  .donations-loop .give-main-image, .donations-loop .donation-info {
    display: inherit;
    float: none; }
  .donations-loop .give-main-image img {
    width: 100%; }
  .donations-loop .donation-info {
    padding-left: 0;
    margin-top: 20px; }
    .donations-loop .donation-info .goal-progress {
      width: 100%;
      margin: 30px 0 10px 0; }
    .donations-loop .donation-info a.give-btn {
      text-align: center;
      width: 100%; }
  .give_forms .summary .hb-social {
    float: none;
    margin-top: 0;
    margin-bottom: 20px; }
  .give_forms .summary .give-display-reveal form.give-form {
    padding-top: 46px; }
  .give_forms .summary .give-display-onpage .goal-progress {
    margin: 0; }
  .give_forms .summary .goal-progress {
    margin: 70px 0 0;
    width: 100%; }
    .give_forms .summary .goal-progress .raised .income {
      font-size: 38px;
      top: -14px; }
    .give_forms .summary .goal-progress .progress-bar {
      height: 12px; }
  .give_forms .summary button.give-btn {
    float: none;
    padding: 17px 45px !important;
    font-size: 20px !important; }
  .give_forms .summary form.give-form {
    text-align: center; }
  #give_checkout_user_info p.form-row-first, #give_checkout_user_info p.form-row-last {
    width: 100%; }
  #give_purchase_submit .give-final-total-wrap {
    margin-top: 40px; }
  #give_purchase_submit .give-submit-button-wrap {
    margin-top: 20px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .donations-loop .give-main-image, .donations-loop .donation-info {
    display: inherit;
    float: none; }
  .donations-loop .give-main-image img {
    width: 100%; }
  .donations-loop .donation-info {
    padding-left: 0;
    margin-top: 20px;
    width: inherit; }
    .donations-loop .donation-info .goal-progress {
      width: 50%;
      margin-top: 40px; }
    .donations-loop .donation-info a.give-btn {
      padding: 12px 44px !important;
      margin-top: 40px; }
  .give_forms .summary .hb-social {
    float: none;
    margin-top: 0;
    margin-bottom: 20px; }
  .give_forms .summary .goal-progress {
    width: 60%; }
    .give_forms .summary .goal-progress .raised .income {
      font-size: 38px;
      top: -14px; }
    .give_forms .summary .goal-progress .progress-bar {
      height: 12px; }
  .give_forms .summary button.give-btn {
    padding: 12px 30px !important;
    margin-top: 20px !important;
    font-size: 18px !important; }
  .donation-carousel-wrap .donation-item > h3 {
    font-size: 38px; }
  .donation-carousel-wrap .donation-item .goal-progress .progress-bar {
    width: 500px; }
  .donation-carousel-wrap .owl-controls .owl-nav .owl-prev i, .donation-carousel-wrap .owl-controls .owl-nav .owl-next i {
    font-size: 60px; }
  .donation-carousel-wrap .owl-controls .owl-nav .owl-prev {
    float: left;
    left: 0;
    padding-left: 10px; }
  .donation-carousel-wrap .owl-controls .owl-nav .owl-next {
    right: 0;
    float: right;
    padding-right: 10px; } }

/**
 * Ministry
 */
.ministries-archive .ministries-head {
  border-bottom: 2px solid #cbc6ac;
  margin-bottom: 26px; }
  .ministries-archive .ministries-head h5 {
    font-size: 30px;
    font-weight: 600;
    color: #1A1A1A;
    display: inline-block;
    line-height: 1;
    margin: 0; }
  .ministries-archive .ministries-head ul {
    list-style: none;
    margin: 6px 0 0 0;
    float: right; }
    .ministries-archive .ministries-head ul > li {
      float: left;
      margin-right: 25px; }
      .ministries-archive .ministries-head ul > li:last-child {
        margin-right: 0; }
      .ministries-archive .ministries-head ul > li > a {
        color: #707070;
        font-weight: 400; }
      .ministries-archive .ministries-head ul > li.grid-list-button-item a:before {
        font-size: 14px;
        margin-right: 3px;
        display: inline-block; }
      .ministries-archive .ministries-head ul > li.grid-view a:before {
        content: "\f009";
        font-family: "FontAwesome"; }
      .ministries-archive .ministries-head ul > li.list-view a:before {
        content: "\f0c9";
        font-family: "FontAwesome"; }

.ministries-archive .grid-list {
  margin-bottom: 30px; }
  .ministries-archive .grid-list:before, .ministries-archive .grid-list:after {
    content: " ";
    display: table; }
  .ministries-archive .grid-list:after {
    clear: both; }
  .ministries-archive .grid-list #grid-view .ministries-grid {
    width: 23.7288135593%;
    float: left;
    margin-bottom: 20px; }
    .ministries-archive .grid-list #grid-view .ministries-grid:nth-child(4n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .ministries-archive .grid-list #grid-view .ministries-grid:nth-child(4n + 2) {
      margin-left: 25.4237288136%;
      margin-right: -100%;
      clear: none; }
    .ministries-archive .grid-list #grid-view .ministries-grid:nth-child(4n + 3) {
      margin-left: 50.8474576271%;
      margin-right: -100%;
      clear: none; }
    .ministries-archive .grid-list #grid-view .ministries-grid:nth-child(4n + 4) {
      margin-left: 76.2711864407%;
      margin-right: -100%;
      clear: none; }
    .ministries-archive .grid-list #grid-view .ministries-grid img {
      width: 100%; }
    .ministries-archive .grid-list #grid-view .ministries-grid .title {
      font-weight: 600;
      font-size: 18px;
      margin-top: 6px;
      text-align: center; }
  .ministries-archive .grid-list #list-view .ministries-list {
    border-bottom: 1px solid #cbc6ac;
    margin-bottom: 24px;
    padding-bottom: 24px;
    overflow: hidden; }
    .ministries-archive .grid-list #list-view .ministries-list:before, .ministries-archive .grid-list #list-view .ministries-list:after {
      content: " ";
      display: table; }
    .ministries-archive .grid-list #list-view .ministries-list:after {
      clear: both; }
    .ministries-archive .grid-list #list-view .ministries-list img {
      display: table-cell;
      vertical-align: top;
      padding-right: 10px;
      float: left;
      max-width: 270px; }
    .ministries-archive .grid-list #list-view .ministries-list .list-view-content {
      position: relative;
      zoom: 1;
      width: 10000px;
      overflow: hidden;
      display: table-cell;
      vertical-align: top;
      padding-left: 25px; }
      .ministries-archive .grid-list #list-view .ministries-list .list-view-content .title {
        font-size: 24px;
        font-weight: 600;
        color: #cbc6ac; }
      .ministries-archive .grid-list #list-view .ministries-list .list-view-content .hb-social {
        position: absolute;
        top: 10px;
        right: 0; }
        .ministries-archive .grid-list #list-view .ministries-list .list-view-content .hb-social li {
          float: left;
          list-style: none; }
      .ministries-archive .grid-list #list-view .ministries-list .list-view-content .description {
        font-size: 16px;
        color: #676666; }

.ministries-single .ministries-content .title {
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 600;
  color: #1A1A1A;
  margin: 30px 0 40px 0;
  display: inline-block; }

.ministries-single .ministries-content .hb-social {
  float: right;
  margin-top: 34px; }
  .ministries-single .ministries-content .hb-social li {
    float: left;
    list-style: none; }

.ministries-single .ministries-content .description p {
  font-size: 15px;
  color: #676666;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 25px; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .ministries-archive .ministries-head ul > li {
    margin-right: 15px; }
  .ministries-archive .grid-list #grid-view .ministries-grid {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .ministries-archive .grid-list #list-view .ministries-list a, .ministries-archive .grid-list #list-view .ministries-list .list-view-content {
    width: 100%; }
  .ministries-archive .grid-list #list-view .ministries-list a:before, .ministries-archive .grid-list #list-view .ministries-list a:after {
    content: " ";
    display: table; }
  .ministries-archive .grid-list #list-view .ministries-list a:after {
    clear: both; }
  .ministries-archive .grid-list #list-view .ministries-list a img {
    width: 100%;
    margin-right: 0; }
  .ministries-archive .grid-list #list-view .ministries-list .list-view-content {
    padding-left: 0; }
    .ministries-archive .grid-list #list-view .ministries-list .list-view-content .title {
      margin-top: 10px; }
    .ministries-archive .grid-list #list-view .ministries-list .list-view-content .hb-social {
      position: relative;
      top: 0; }
    .ministries-archive .grid-list #list-view .ministries-list .list-view-content .description {
      margin-top: 16px; }
  .ministries-single .ministries-content .title {
    font-size: 28px;
    margin: 20px 0 10px 0; }
  .ministries-single .ministries-content .hb-social {
    float: none;
    margin: 0 0 10px 0; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .post-type-archive-ministries h3.widget-title {
    line-height: 1.4; }
  .ministries-archive .ministries-head ul > li {
    margin-right: 20px; }
  .ministries-archive .grid-list #grid-view .ministries-grid {
    width: 49.1525423729%;
    float: left; }
    .ministries-archive .grid-list #grid-view .ministries-grid:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .ministries-archive .grid-list #grid-view .ministries-grid:nth-child(2n + 2) {
      margin-left: 50.8474576271%;
      margin-right: -100%;
      clear: none; }
  .ministries-single .ministries-content img {
    width: 100% !important; }
  .ministries-single .ministries-content .title {
    margin: 30px 0 10px 0; }
  .ministries-single .ministries-content .hb-social {
    float: none;
    margin-top: 0;
    margin-bottom: 20px; } }

.ministries-shortcode .ministries-grid {
  width: 23.7288135593%;
  float: left;
  margin-bottom: 20px; }
  .ministries-shortcode .ministries-grid:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  .ministries-shortcode .ministries-grid:nth-child(4n + 2) {
    margin-left: 25.4237288136%;
    margin-right: -100%;
    clear: none; }
  .ministries-shortcode .ministries-grid:nth-child(4n + 3) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none; }
  .ministries-shortcode .ministries-grid:nth-child(4n + 4) {
    margin-left: 76.2711864407%;
    margin-right: -100%;
    clear: none; }
  .ministries-shortcode .ministries-grid img {
    width: 100%; }
  .ministries-shortcode .ministries-grid .title {
    font-weight: 600;
    font-size: 18px;
    margin-top: 6px;
    text-align: center; }

.ministries-shortcode .ministries-list {
  border-bottom: 1px solid #cbc6ac;
  margin-bottom: 24px;
  padding-bottom: 24px;
  overflow: hidden; }
  .ministries-shortcode .ministries-list:before, .ministries-shortcode .ministries-list:after {
    content: " ";
    display: table; }
  .ministries-shortcode .ministries-list:after {
    clear: both; }
  .ministries-shortcode .ministries-list img {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
    float: left;
    max-width: 270px; }
  .ministries-shortcode .ministries-list .list-view-content {
    position: relative;
    zoom: 1;
    width: 10000px;
    overflow: hidden;
    display: table-cell;
    vertical-align: top;
    padding-left: 25px; }
    .ministries-shortcode .ministries-list .list-view-content .title {
      font-size: 24px;
      font-weight: 600;
      color: #cbc6ac; }
    .ministries-shortcode .ministries-list .list-view-content .hb-social {
      position: absolute;
      top: 10px;
      right: 0; }
      .ministries-shortcode .ministries-list .list-view-content .hb-social li {
        float: left;
        list-style: none; }
    .ministries-shortcode .ministries-list .list-view-content .description {
      font-size: 16px;
      color: #676666; }

/**
 * Sermons
 */
.sermons-loop {
  padding-bottom: 16px;
  border-bottom: 1px solid #cbc6ac;
  margin-bottom: 16px; }
  .sermons-loop:before, .sermons-loop:after {
    content: " ";
    display: table; }
  .sermons-loop:after {
    clear: both; }
  .sermons-loop:last-child {
    border-bottom: none; }
  .sermons-loop > a {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%; }
    .sermons-loop > a img {
      width: 100% !important; }
  .sermons-loop iframe {
    border: none;
    max-width: 100%; }
  .sermons-loop .list-view-content {
    width: 74.5762711864%;
    float: right;
    margin-right: 0;
    margin-right: 0;
    position: relative; }
    .sermons-loop .list-view-content .sermon-info {
      float: left;
      padding-left: 20px;
      max-width: 60%; }
      .sermons-loop .list-view-content .sermon-info .title {
        margin-bottom: 0; }
        .sermons-loop .list-view-content .sermon-info .title a {
          font-size: 21px;
          font-weight: 600;
          color: #1A1A1A; }
      .sermons-loop .list-view-content .sermon-info .post-meta {
        line-height: 1; }
        .sermons-loop .list-view-content .sermon-info .post-meta span {
          font-size: 13px;
          color: #676666;
          text-transform: capitalize; }
          .sermons-loop .list-view-content .sermon-info .post-meta span a {
            font-weight: 400;
            color: #676666; }
          .sermons-loop .list-view-content .sermon-info .post-meta span:after {
            content: "/"; }
          .sermons-loop .list-view-content .sermon-info .post-meta span:last-child:after {
            display: none; }
          .sermons-loop .list-view-content .sermon-info .post-meta span.post-categories a:after {
            content: ", "; }
          .sermons-loop .list-view-content .sermon-info .post-meta span.post-categories a:last-child:after {
            content: none; }
      .sermons-loop .list-view-content .sermon-info .hb-social {
        margin-top: 20px; }

.post-icons {
  float: right;
  margin: 0; }
  .post-icons li {
    float: left;
    list-style: none;
    margin-right: 14px; }
    .post-icons li:last-child {
      margin-right: 0; }
    .post-icons li a {
      text-align: center;
      display: table; }
      .post-icons li a .icon-info {
        display: none; }
      .post-icons li a:hover i, .post-icons li a:hover .icon-info {
        background-color: #ada587; }
      .post-icons li a:hover i {
        display: none; }
      .post-icons li a:hover .icon-info {
        display: table-cell;
        font-size: 14px;
        font-style: italic;
        color: #fff;
        font-weight: 400; }
      .post-icons li a i {
        display: table-cell; }
      .post-icons li a i, .post-icons li a .icon-info {
        height: 76px;
        width: 76px;
        font-size: 40px;
        background-color: #c9c6ba;
        color: #EEEBDD;
        border-radius: 50px;
        vertical-align: middle; }
  .post-icons .modal-content-media.hidden {
    display: none; }

.sermons-related {
  margin-top: 40px; }
  .sermons-related > h4 {
    border-bottom: 2px solid #cbc6ac;
    color: #1A1A1A;
    font-size: 18px;
    margin: 0 0 35px;
    padding-bottom: 10px;
    text-transform: uppercase; }
  .sermons-related .sermon-info, .sermons-related .post-icons {
    margin-top: 0; }

.sermons-single .sermons-content > .sermon-info {
  display: inline-block;
  margin-top: 30px;
  max-width: 58%; }
  .sermons-single .sermons-content > .sermon-info .title {
    margin-bottom: 0;
    font-size: 24px; }
  .sermons-single .sermons-content > .sermon-info .post-meta {
    line-height: 1; }
    .sermons-single .sermons-content > .sermon-info .post-meta span {
      font-size: 13px;
      color: #676666;
      text-transform: capitalize; }
      .sermons-single .sermons-content > .sermon-info .post-meta span a {
        font-weight: 400;
        color: #676666; }
      .sermons-single .sermons-content > .sermon-info .post-meta span:after {
        content: "/"; }
      .sermons-single .sermons-content > .sermon-info .post-meta span:last-child:after {
        display: none; }
      .sermons-single .sermons-content > .sermon-info .post-meta span.post-categories a:after {
        content: ", "; }
      .sermons-single .sermons-content > .sermon-info .post-meta span.post-categories a:last-child:after {
        content: none; }
  .sermons-single .sermons-content > .sermon-info .hb-social {
    margin-top: 20px; }

.sermons-single .sermons-content > .post-icons {
  margin: 30px 0 0 0; }
  .sermons-single .sermons-content > .post-icons li a i, .sermons-single .sermons-content > .post-icons li a .icon-info {
    height: 90px;
    width: 90px;
    font-size: 54px; }
  .sermons-single .sermons-content > .post-icons li a:hover .icon-info {
    font-size: 18px;
    font-style: italic;
    color: #fff;
    font-weight: 400; }

.sermons-single .sermons-content .description {
  margin-top: 30px; }

.sermons-single .sermons-content .author-wrap {
  background-color: #e0dccc;
  padding: 30px 0 30px 30px; }
  .sermons-single .sermons-content .author-wrap p {
    padding-right: 40px; }
  .sermons-single .sermons-content .author-wrap h5 a {
    font-size: 18px;
    text-transform: capitalize; }

.sermons-single .sermons-content .comments-area:before, .sermons-single .sermons-content .comments-area:after {
  content: " ";
  display: table; }

.sermons-single .sermons-content .comments-area:after {
  clear: both; }

.sermons-single .sermons-content iframe {
  border: none;
  max-width: 100%; }

.sermons-carousel-wrap.type-2 {
  width: 100%;
  margin-right: 0;
  float: none; }
  .sermons-carousel-wrap.type-2 .owl-carousel {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
    .sermons-carousel-wrap.type-2 .owl-carousel:after {
      content: " ";
      display: block;
      clear: both; }
    .sermons-carousel-wrap.type-2 .owl-carousel .owl-controls {
      display: none; }
    .sermons-carousel-wrap.type-2 .owl-carousel .sermons-carousel-item {
      clear: both;
      display: table;
      text-align: left;
      margin: 110px 0;
      width: 100%; }
      .sermons-carousel-wrap.type-2 .owl-carousel .sermons-carousel-item > a {
        overflow: hidden;
        display: table-cell;
        vertical-align: top;
        width: 50%;
        padding-right: 50px;
        zoom: 1;
        margin-right: 0; }
        .sermons-carousel-wrap.type-2 .owl-carousel .sermons-carousel-item > a img {
          margin-bottom: 0; }
      .sermons-carousel-wrap.type-2 .owl-carousel .sermons-carousel-item .sermons-carousel-info {
        width: 50%;
        display: table-cell;
        overflow: hidden;
        vertical-align: top;
        zoom: 1; }
        .sermons-carousel-wrap.type-2 .owl-carousel .sermons-carousel-item .sermons-carousel-info .post-info {
          background-color: transparent;
          right: 0;
          width: 100%;
          padding: 0;
          margin-bottom: 20px; }
          .sermons-carousel-wrap.type-2 .owl-carousel .sermons-carousel-item .sermons-carousel-info .post-info > span {
            text-shadow: 0 1px 0 rgba(2, 3, 3, 0.42);
            color: #fff; }
          .sermons-carousel-wrap.type-2 .owl-carousel .sermons-carousel-item .sermons-carousel-info .post-info h4 {
            font-weight: 700;
            text-shadow: 0 1px 0 rgba(2, 3, 3, 0.42); }
            .sermons-carousel-wrap.type-2 .owl-carousel .sermons-carousel-item .sermons-carousel-info .post-info h4 a {
              font-size: 36px !important; }
          .sermons-carousel-wrap.type-2 .owl-carousel .sermons-carousel-item .sermons-carousel-info .post-info .post-meta span {
            text-shadow: 0 1px 0 rgba(2, 3, 3, 0.42);
            color: #fff;
            font-size: 14px; }
          .sermons-carousel-wrap.type-2 .owl-carousel .sermons-carousel-item .sermons-carousel-info .post-info .post-meta .post-categories a {
            text-decoration: underline;
            color: #fff !important; }
        .sermons-carousel-wrap.type-2 .owl-carousel .sermons-carousel-item .sermons-carousel-info ul.post-icons {
          float: none;
          border: none;
          display: block;
          margin-top: 0; }
          .sermons-carousel-wrap.type-2 .owl-carousel .sermons-carousel-item .sermons-carousel-info ul.post-icons li a i, .sermons-carousel-wrap.type-2 .owl-carousel .sermons-carousel-item .sermons-carousel-info ul.post-icons li a .icon-info {
            color: #fff;
            background-color: transparent;
            border: 3px solid #fff; }
        .sermons-carousel-wrap.type-2 .owl-carousel .sermons-carousel-item .sermons-carousel-info a.hb-more-button {
          color: #fff;
          border-color: #fff; }

.sermons-carousel-wrap {
  position: relative; }
  .sermons-carousel-wrap .owl-controls {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px; }
    .sermons-carousel-wrap .owl-controls .owl-nav:before, .sermons-carousel-wrap .owl-controls .owl-nav:after {
      content: " ";
      display: table; }
    .sermons-carousel-wrap .owl-controls .owl-nav:after {
      clear: both; }
    .sermons-carousel-wrap .owl-controls .owl-nav .owl-prev, .sermons-carousel-wrap .owl-controls .owl-nav .owl-next {
      transition: none;
      height: inherit;
      width: inherit;
      opacity: 1;
      position: relative; }
      .sermons-carousel-wrap .owl-controls .owl-nav .owl-prev:before, .sermons-carousel-wrap .owl-controls .owl-nav .owl-next:before {
        border: 2px solid #8f8f8f;
        height: 26px;
        width: 26px;
        border-radius: 50px;
        font-family: "FontAwesome";
        font-size: 13px;
        color: #8f8f8f;
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
      .sermons-carousel-wrap .owl-controls .owl-nav .owl-prev:hover:before, .sermons-carousel-wrap .owl-controls .owl-nav .owl-next:hover:before {
        border: 2px solid #1A1A1A;
        color: #1A1A1A; }
    .sermons-carousel-wrap .owl-controls .owl-nav .owl-prev {
      left: 0;
      margin-right: 6px; }
      .sermons-carousel-wrap .owl-controls .owl-nav .owl-prev:before {
        content: "\f053"; }
    .sermons-carousel-wrap .owl-controls .owl-nav .owl-next {
      right: 0; }
      .sermons-carousel-wrap .owl-controls .owl-nav .owl-next:before {
        content: "\f054"; }
  .sermons-carousel-wrap .sermons-carousel-item > a {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%; }
    .sermons-carousel-wrap .sermons-carousel-item > a img {
      width: initial; }
  .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
    overflow: visible;
    text-align: right; }
    .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info > h4 {
      margin-top: 0;
      text-align: left;
      padding-left: 16px;
      font-size: 30px;
      font-weight: 400;
      text-transform: uppercase; }
    .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info .post-info {
      background-color: #1A1A1A;
      padding: 20px 10px 15px 25px;
      position: relative;
      right: 45%;
      width: 145%; }
      .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info .post-info h4 {
        margin: 0;
        line-height: 1;
        text-align: left;
        display: table; }
        .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info .post-info h4 a {
          color: #fff;
          font-size: 21px;
          margin: 0 0 4px;
          text-transform: capitalize; }
      .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info .post-info .post-meta {
        line-height: 1;
        color: #d0d0d0;
        font-size: 13px;
        margin-top: 4px;
        text-align: left; }
        .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info .post-info .post-meta span {
          font-size: 13px;
          color: #676666;
          text-transform: capitalize; }
          .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info .post-info .post-meta span a {
            font-weight: 400;
            color: #676666; }
          .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info .post-info .post-meta span:after {
            content: "/"; }
          .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info .post-info .post-meta span:last-child:after {
            display: none; }
          .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info .post-info .post-meta span.post-categories a:after {
            content: ", "; }
          .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info .post-info .post-meta span.post-categories a:last-child:after {
            content: none; }
        .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info .post-info .post-meta span:after {
          margin: 0 2px; }
        .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info .post-info .post-meta span.post-categories a {
          font-weight: 400;
          border: none !important; }
    .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info .post-icons {
      margin-top: 20px;
      display: inline-block;
      float: none;
      padding-bottom: 20px;
      border-bottom: 2px solid #cbc6ac; }
      .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info .post-icons:before, .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info .post-icons:after {
        content: " ";
        display: table; }
      .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info .post-icons:after {
        clear: both; }
    .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info .line {
      visibility: hidden; }
    .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info .hb-more {
      display: inline-block;
      float: left;
      margin-top: 24px;
      color: #5a5a5a;
      padding-left: 16px;
      font-weight: 400; }
    .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info .hb-social {
      display: inline-block;
      float: right;
      margin-top: 20px; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .sermons-loop {
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .sermons-loop > a, .sermons-loop .list-view-content {
      width: 100% !important;
      margin-right: 0 !important;
      margin-left: 0 !important; }
    .sermons-loop > a img {
      margin-bottom: 20px; }
    .sermons-loop .list-view-content .sermon-info {
      padding-left: 0;
      max-width: 100%; }
      .sermons-loop .list-view-content .sermon-info .title {
        margin-bottom: 10px;
        line-height: 1; }
      .sermons-loop .list-view-content .sermon-info .hb-social {
        margin-top: 14px; }
    .sermons-loop .list-view-content .post-icons {
      width: 100%;
      margin-top: 30px; }
      .sermons-loop .list-view-content .post-icons:before, .sermons-loop .list-view-content .post-icons:after {
        content: " ";
        display: table; }
      .sermons-loop .list-view-content .post-icons:after {
        clear: both; }
  .post-icons {
    clear: both;
    display: inline-block;
    float: none;
    margin-top: 20px !important; }
    .post-icons li a:hover .icon-info {
      font-size: 12px; }
    .post-icons li a i, .post-icons li a .icon-info {
      height: 66px;
      width: 66px;
      font-size: 30px; }
  .sermons-single .sermons-content > .post-icons li > a:hover .icon-info {
    font-size: 14px; }
  .sermons-single .sermons-content > .post-icons li > a i, .sermons-single .sermons-content > .post-icons li > a .icon-info {
    font-size: 44px;
    height: 70px;
    width: 70px; }
  .sermons-single .sermons-content > .sermon-info {
    max-width: 100%;
    display: block; }
  .sermons-single .sermons-content .author-wrap img {
    float: none; }
  .sermons-carousel-wrap {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-top: 30px; }
    .sermons-carousel-wrap .owl-controls {
      top: 0;
      /*-42px;*/
      margin-top: 0; }
    .sermons-carousel-wrap .owl-carousel .owl-stage-outer .owl-item {
      margin-top: 40px; }
    .sermons-carousel-wrap .sermons-carousel-item > a {
      width: 100% !important;
      margin-right: 0 !important;
      margin-left: 0 !important;
      margin-bottom: 30px; }
    .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info {
      width: 100% !important;
      margin-right: 0 !important;
      margin-left: 0 !important;
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid #cbc6ac; }
      .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info > h4 {
        padding-left: 0;
        position: absolute;
        top: -50px;
        left: 0; }
      .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info .post-icons {
        border-bottom: none;
        padding-bottom: 0;
        display: block;
        text-align: center; }
        .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info .post-icons li {
          float: none;
          display: inline-block; }
      .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info .post-info {
        width: inherit;
        right: 0;
        padding: 20px; }
        .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info .post-info h4 a {
          font-size: 18px; }
        .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info .post-info .post-meta {
          margin-top: 14px; }
  .sermons-carousel-wrap.type-2 .owl-carousel {
    width: 90%; }
    .sermons-carousel-wrap.type-2 .owl-carousel .sermons-carousel-item > a {
      display: block;
      float: none;
      padding-right: 0; }
    .sermons-carousel-wrap.type-2 .owl-carousel .sermons-carousel-item .sermons-carousel-info {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
      .sermons-carousel-wrap.type-2 .owl-carousel .sermons-carousel-item .sermons-carousel-info ul.post-icons {
        text-align: left; }
      .sermons-carousel-wrap.type-2 .owl-carousel .sermons-carousel-item .sermons-carousel-info a.hb-more-button {
        margin-top: 20px; }
    .sermons-carousel-wrap.type-2 .owl-carousel .owl-stage-outer .owl-item {
      margin-top: 0; }
  .modal-sermon .modal-dialog {
    margin: 0 auto; }
    .modal-sermon .modal-dialog iframe {
      width: 100%; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sermons-loop .list-view-content .post-icons {
    padding-left: 20px; }
  .sermons-loop .list-view-content .sermon-info {
    max-width: 100%; }
  .post-icons {
    clear: both;
    display: inline-block;
    float: left;
    margin-top: 20px; }
    .post-icons li a:hover .icon-info {
      font-size: 12px; }
    .post-icons li a i, .post-icons li a .icon-info {
      height: 66px;
      width: 66px;
      font-size: 30px; }
  .sermons-single .sermons-content .video-container iframe {
    width: 100% !important; }
  .sermons-single .sermons-content > .sermon-info {
    display: block;
    max-width: 100%; }
  .sermons-single .sermons-content > .post-icons {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
    .sermons-single .sermons-content > .post-icons li > a:hover .icon-info {
      font-size: 14px; }
    .sermons-single .sermons-content > .post-icons li > a i, .sermons-single .sermons-content > .post-icons li > a .icon-info {
      font-size: 44px;
      height: 70px;
      width: 70px; }
  .sermons-single .sermons-content .sermons-related .post-icons {
    margin-top: 20px !important; }
  .sermons-single .sermons-content .author-wrap p {
    display: table; }
  .sermons-carousel-wrap {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important; }
    .sermons-carousel-wrap .sermons-carousel-item > a {
      width: 48% !important; }
    .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info {
      width: 50% !important; }
      .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info > h4 {
        padding-left: 0; }
      .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info .post-info {
        padding: 20px; }
      .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info .post-icons {
        display: block;
        text-align: right;
        width: 100%; }
        .sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info .post-icons li {
          display: inline-block; } }

.modal-sermon .modal-dialog .modal-content-media.hidden {
  display: none; }

@media (min-width: 768px) {
  .modal-sermon .modal-dialog {
    max-width: 600px; } }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .modal-sermon .modal-dialog {
    max-width: 300px; } }

.sermons-shortcode .sermons-loop .sermon-info .hb-social {
  float: none; }

/**
 * Stories
 */
.stories-archive:before, .stories-archive:after {
  content: " ";
  display: table; }

.stories-archive:after {
  clear: both; }

.stories-archive .stories-featured {
  zoom: 1;
  overflow: hidden;
  border-bottom: 1px solid #cbc6ac;
  padding: 0 0 55px; }
  .stories-archive .stories-featured:first-child {
    margin-top: 0; }
  .stories-archive .stories-featured .stories-post-thumbnail {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
    float: left;
    padding-right: 20px; }
    .stories-archive .stories-featured .stories-post-thumbnail img {
      width: 560px;
      height: 318px; }
  .stories-archive .stories-featured .bethlehem-img-placeholder {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
    float: left;
    padding-right: 0;
    margin-right: 20px; }
  .stories-archive .stories-featured .stories-content {
    zoom: 1;
    width: 10000px;
    overflow: hidden;
    display: table-cell;
    vertical-align: top;
    text-align: left; }
    .stories-archive .stories-featured .stories-content h1 {
      margin: 20px 0 15px;
      text-transform: uppercase; }
    .stories-archive .stories-featured .stories-content .entry-content p {
      color: #686763;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 45px; }
      .stories-archive .stories-featured .stories-content .entry-content p a {
        text-decoration: underline;
        font-weight: 400 !important; }
    .stories-archive .stories-featured .stories-content .hb-social {
      display: inline-block;
      float: right;
      margin-top: -21px; }

.stories-archive .stories-loop {
  width: 23.7288135593%;
  float: left;
  margin-right: 1.6949152542%;
  margin-top: 40px; }
  .stories-archive .stories-loop:nth-child(4n+1) {
    float: right;
    margin-right: 0; }
  .stories-archive .stories-loop .entry-title {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 400;
    margin: 5px 0 25px; }
  .stories-archive .stories-loop img {
    margin-bottom: 30px;
    width: 270px;
    height: 168px; }
  .stories-archive .stories-loop .entry-content p {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 10px; }
  .stories-archive .stories-loop .hb-social {
    display: inline-block;
    float: right;
    margin-top: -21px; }
  .stories-archive .stories-loop .hb-more {
    font-weight: 400; }

.stories-single .stories-content {
  position: relative; }
  .stories-single .stories-content .entry-title {
    text-transform: uppercase;
    font-size: 33px;
    margin: 40px 0;
    display: inline-block; }
  .stories-single .stories-content .hb-social {
    display: inline-block;
    float: right;
    margin-top: 50px; }

.stories-carousel-wrap .owl-carousel {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto; }
  .stories-carousel-wrap .owl-carousel:after {
    content: " ";
    display: block;
    clear: both; }

.stories-carousel-wrap .stories-item {
  margin-bottom: 100px;
  margin-left: 100px;
  margin-top: 70px;
  width: 450px; }
  .stories-carousel-wrap .stories-item h3 {
    font-weight: 700;
    font-size: 40px;
    text-shadow: 0 1px 0 rgba(2, 3, 3, 0.42);
    line-height: 1;
    color: #fff; }
  .stories-carousel-wrap .stories-item p {
    color: #fff;
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 30px; }
  .stories-carousel-wrap .stories-item a.hb-more-button {
    color: #fff !important;
    margin-top: 10px;
    border-color: #fff; }
    .stories-carousel-wrap .stories-item a.hb-more-button i {
      font-size: 16px; }

.stories-carousel-wrap .owl-controls {
  display: none; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .stories-archive .stories-loop {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .stories-carousel-wrap .stories-item {
    margin: 60px auto;
    width: 90%; }
    .stories-carousel-wrap .stories-item h3 {
      line-height: 1; }
  .stories-single .stories-content .entry-title {
    margin: 30px 0 20px; }
  .stories-single .stories-content .hb-social {
    float: none;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .stories-carousel-wrap .stories-item {
    margin: 70px auto auto 100px;
    width: 80%; } }

/**
 * Team Member
 */
.team-large {
  padding: 60px 0; }
  .team-large:before, .team-large:after {
    content: " ";
    display: table; }
  .team-large:after {
    clear: both; }
  .team-large .member {
    width: 49.1525423729%;
    float: left;
    margin-bottom: 40px; }
    .team-large .member:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .team-large .member:nth-child(2n + 2) {
      margin-left: 50.8474576271%;
      margin-right: -100%;
      clear: none; }
    .team-large .member > a {
      float: left; }
      .team-large .member > a img {
        margin-bottom: 0; }
    .team-large .member .member-info {
      display: table-cell;
      padding: 0 20px 0 30px; }
    .team-large .member:nth-last-child(2), .team-large .member:last-child {
      margin-bottom: 0; }

.team-large .member a > img, .team-small .member a > img {
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }
  .team-large .member a > img:hover, .team-small .member a > img:hover {
    cursor: pointer;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }

.team-large .member .member-info h4, .team-small .member .member-info h4 {
  font-size: 21px; }
  .team-large .member .member-info h4 span, .team-small .member .member-info h4 span {
    display: block;
    font-size: 13px;
    color: #676666;
    font-weight: 400; }

.team-large .member .member-info p, .team-small .member .member-info p {
  font-size: 13px;
  color: #676666; }

.team-large .member .member-info .hb-more, .team-small .member .member-info .hb-more {
  display: inline-block !important; }

.team-large .member .member-info .hb-social, .team-small .member .member-info .hb-social {
  float: right !important;
  margin-top: 10px; }

.team-small {
  margin-bottom: 30px; }
  .team-small:before, .team-small:after {
    content: " ";
    display: table; }
  .team-small:after {
    clear: both; }
  .team-small .member {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
    margin-bottom: 40px; }
    .team-small .member:nth-child(4n) {
      float: right;
      margin-right: 0; }
    .team-small .member a > img {
      margin-bottom: 20px; }
  .team-small .title {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 6px;
    margin-bottom: 20px;
    border-bottom: 2px solid #cbc6ac; }

.team-small.col-2 .member {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 40px; }
  .team-small.col-2 .member:nth-child(2n) {
    float: right;
    margin-right: 0; }
  .team-small.col-2 .member:nth-child(2n+1) {
    clear: both; }

.team-small.col-3 .member {
  width: 32.2033898305%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 40px; }
  .team-small.col-3 .member:nth-child(3n) {
    float: right;
    margin-right: 0; }
  .team-small.col-3 .member:nth-child(3n+1) {
    clear: both; }

.team-small.col-4 .member {
  width: 23.7288135593%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 40px; }
  .team-small.col-4 .member:nth-child(4n) {
    float: right;
    margin-right: 0; }
  .team-small.col-4 .member:nth-child(4n+1) {
    clear: both; }

.team-small.col-5 .member {
  width: 18.3673469388%;
  float: left;
  margin-right: 2.0408163265%;
  margin-bottom: 40px; }
  .team-small.col-5 .member:nth-child(5n) {
    float: right;
    margin-right: 0; }
  .team-small.col-5 .member:nth-child(5n+1) {
    clear: both; }

.team-small.col-6 .member {
  width: 15.2542372881%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 40px; }
  .team-small.col-6 .member:nth-child(6n) {
    float: right;
    margin-right: 0; }
  .team-small.col-6 .member:nth-child(6n+1) {
    clear: both; }

.team-archive .team-small .member {
  width: 23.7288135593%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 40px; }
  .team-archive .team-small .member:nth-child(4n) {
    float: right;
    margin-right: 0; }
  .team-archive .team-small .member:nth-child(4n+1) {
    clear: both; }

.team-single .team-single-content .team-single-meta {
  display: table-cell;
  vertical-align: top;
  padding-right: 10px;
  float: left; }
  .team-single .team-single-content .team-single-meta ul.hb-social {
    margin: 20px 0 0 0;
    padding-top: 20px;
    border-top: 2px solid #cbc6ac; }
    .team-single .team-single-content .team-single-meta ul.hb-social li {
      list-style: none;
      margin-bottom: 6px;
      float: none; }
      .team-single .team-single-content .team-single-meta ul.hb-social li:last-child {
        margin-bottom: 0; }
      .team-single .team-single-content .team-single-meta ul.hb-social li a {
        font-size: 13px;
        margin-left: 8px !important; }
        .team-single .team-single-content .team-single-meta ul.hb-social li a span {
          margin-left: 10px;
          color: #1A1A1A !important; }

.team-single .team-single-content .team-single-info {
  zoom: 1;
  width: 10000px;
  overflow: hidden;
  display: table-cell;
  vertical-align: top;
  padding-left: 30px; }
  .team-single .team-single-content .team-single-info h4 {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1; }
  .team-single .team-single-content .team-single-info .role {
    font-size: 18px;
    color: #676666;
    display: block;
    margin-bottom: 30px;
    margin-top: 6px; }
  .team-single .team-single-content .team-single-info .author-details {
    display: none; }
  .team-single .team-single-content .team-single-info p {
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 22px; }

.team-member-carousel-wrap {
  text-align: center;
  position: relative; }
  .team-member-carousel-wrap .owl-carousel {
    display: inline-block;
    position: relative;
    width: 89%;
    /*88%;*/ }
    .team-member-carousel-wrap .owl-carousel .owl-stage-outer {
      z-index: 100; }
      .team-member-carousel-wrap .owl-carousel .owl-stage-outer .owl-stage .team-member-carousel-item .member a {
        display: block; }
        .team-member-carousel-wrap .owl-carousel .owl-stage-outer .owl-stage .team-member-carousel-item .member a img {
          width: 181px;
          /*auto;*/
          height: 181px;
          border-radius: 50%;
          display: inline-block;
          margin-bottom: 0; }
      .team-member-carousel-wrap .owl-carousel .owl-stage-outer .owl-stage .team-member-carousel-item .member .member-info {
        margin-top: 11px; }
        .team-member-carousel-wrap .owl-carousel .owl-stage-outer .owl-stage .team-member-carousel-item .member .member-info h4 {
          font-size: 19px;
          letter-spacing: -0.025em;
          font-family: "Montserrat",sans-serif; }
          .team-member-carousel-wrap .owl-carousel .owl-stage-outer .owl-stage .team-member-carousel-item .member .member-info h4 a {
            color: #212121; }
          .team-member-carousel-wrap .owl-carousel .owl-stage-outer .owl-stage .team-member-carousel-item .member .member-info h4 span {
            display: block;
            font-size: 16px;
            line-height: 21px;
            color: #212121;
            font-family: "Alegreya",serif;
            font-weight: 400; }
    .team-member-carousel-wrap .owl-carousel .owl-controls {
      display: inherit;
      height: 100%;
      left: 0;
      margin: 0;
      position: absolute !important;
      top: 0;
      width: 100%; }
      .team-member-carousel-wrap .owl-carousel .owl-controls .owl-nav {
        height: inherit;
        width: inherit; }
        .team-member-carousel-wrap .owl-carousel .owl-controls .owl-nav .owl-prev,
        .team-member-carousel-wrap .owl-carousel .owl-controls .owl-nav .owl-next {
          color: #b3b3b3;
          opacity: 1 !important;
          position: relative;
          transition: none 0s ease 0s !important;
          z-index: 100;
          border: 3px solid #b3b3b3;
          width: 50px;
          border-radius: 30px;
          height: 50px;
          display: block; }
          .team-member-carousel-wrap .owl-carousel .owl-controls .owl-nav .owl-prev i,
          .team-member-carousel-wrap .owl-carousel .owl-controls .owl-nav .owl-next i {
            display: inline-block;
            padding-top: 7px;
            vertical-align: top; }
        .team-member-carousel-wrap .owl-carousel .owl-controls .owl-nav .owl-prev {
          float: left;
          left: -65px;
          top: 65px; }
          .team-member-carousel-wrap .owl-carousel .owl-controls .owl-nav .owl-prev i {
            padding-right: 3px; }
        .team-member-carousel-wrap .owl-carousel .owl-controls .owl-nav .owl-next {
          float: right;
          right: -65px;
          top: 65px; }
          .team-member-carousel-wrap .owl-carousel .owl-controls .owl-nav .owl-next i {
            padding-left: 5px; }

.vc-title.team-members > p {
  color: #777;
  font-size: 21px;
  font-style: italic;
  line-height: 30px;
  margin: 35px auto;
  text-align: center; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .team-large .member, .team-small .member {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 40px; }
    .team-large .member > a img, .team-small .member > a img {
      filter: none;
      margin-bottom: 0;
      width: inherit; }
    .team-large .member .member-info, .team-small .member .member-info {
      padding: 16px 0 0 0;
      display: inline-block; }
  .team-single .team-single-meta, .team-single .team-single-info {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important; }
  .team-single .team-single-meta .hb-social {
    margin: 30px 0 !important; }
    .team-single .team-single-meta .hb-social li {
      float: none;
      margin-bottom: 10px !important;
      margin-right: 0 !important; }
      .team-single .team-single-meta .hb-social li a {
        margin-left: 0 !important; }
  .team-small {
    margin-top: 30px; }
  .team-single .team-single-content .team-single-meta {
    display: block;
    float: none; }
  .team-single .team-single-content .team-single-info {
    display: block; }
  .team-member-carousel-wrap .owl-carousel .owl-controls .owl-nav .owl-next {
    right: -30px; }
  .team-member-carousel-wrap .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -30px; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .team-single {
    /*.team-single-info{
			width: 66% !important;
		}*/ }
    .team-single .team-single-meta {
      /*width: 34% !important;*/
      margin-right: 0 !important; }
      .team-single .team-single-meta img {
        width: 100% !important; }
      .team-single .team-single-meta .hb-social {
        margin: 30px 0 !important; }
        .team-single .team-single-meta .hb-social li {
          float: none;
          margin-bottom: 10px !important;
          margin-right: 0 !important; }
          .team-single .team-single-meta .hb-social li a {
            margin-left: 0 !important; }
  .team-large .member > a img, .team-small .member > a img {
    filter: none; }
  .team-large .member .member-info {
    padding: 10px 20px 0 0;
    display: inline-block; }
  .team-small {
    margin-top: 30px; }
    .team-small .member {
      margin-right: 12px; }
  .team-member-carousel-wrap .owl-carousel .owl-controls .owl-nav .owl-next {
    right: -50px; }
  .team-member-carousel-wrap .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -50px; } }

/**
 * Visual Composer Elements Styles
 */
.vc-title.text-left {
  text-align: left; }

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

.vc-title.text-right {
  text-align: right; }

.vc-title.volunteer-info h1 {
  font-size: 30px !important;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px; }

.vc-title.volunteer-info p {
  font-size: 21px;
  font-style: italic;
  color: #777;
  margin-bottom: 40px !important; }

.vc-title h5 {
  font-size: 30px; }

.vc-title.about-us-page-title h1 {
  margin-bottom: 0; }

.vc-title.about-us-page-title p {
  color: #777;
  font-size: 21px;
  font-style: italic;
  line-height: 30px;
  margin: 35px auto !important;
  text-align: center; }

.vc-tribe-events-list-widget ol.vcalendar {
  margin-left: 0; }
  .vc-tribe-events-list-widget ol.vcalendar li {
    list-style-type: none;
    position: relative; }

.vc-tribe-events-list-widget .tribe-events-link a {
  font-size: 13px;
  font-style: italic;
  color: #5a5a5a;
  text-decoration: underline;
  font-weight: 400; }

.vc-tribe-events-list-widget .type-tribe_events {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cbc6ac; }
  .vc-tribe-events-list-widget .type-tribe_events:last-child {
    border-width: 2px; }
  .vc-tribe-events-list-widget .type-tribe_events .date-meta {
    background-color: #1A1A1A;
    border-radius: 100px;
    float: left;
    font-size: 30px;
    height: 65px;
    margin-right: 15px;
    padding-top: 4px;
    text-align: center;
    width: 65px;
    color: #EEEBDD; }
    .vc-tribe-events-list-widget .type-tribe_events .date-meta span {
      display: block;
      font-size: 10px;
      text-transform: uppercase;
      text-align: center;
      line-height: 0; }
  .vc-tribe-events-list-widget .type-tribe_events .hb-social {
    position: absolute;
    top: 24%;
    right: 0; }
  .vc-tribe-events-list-widget .type-tribe_events .cat-links {
    display: block; }
  .vc-tribe-events-list-widget .type-tribe_events .entry-title {
    display: inline-block;
    font-size: 18px;
    max-width: 70%; }
  .vc-tribe-events-list-widget .type-tribe_events .duration {
    font-size: 13px;
    color: #7f7e7a;
    font-weight: 400;
    margin-left: 80px; }
    .vc-tribe-events-list-widget .type-tribe_events .duration > div {
      display: inline-block;
      margin-left: 10px; }

.quote-wrap {
  margin-bottom: 38px;
  text-align: center;
  position: relative; }
  .quote-wrap #quote-info-slider, .quote-wrap #quote-img-slider {
    width: 80% !important;
    display: inline-block !important; }
  .quote-wrap #quote-info-slider:hover .owl-prev, .quote-wrap #quote-info-slider:hover .owl-next {
    opacity: 1; }
  .quote-wrap #quote-info-slider:hover .owl-prev {
    left: 0; }
  .quote-wrap #quote-info-slider:hover .owl-next {
    right: 0; }
  .quote-wrap #quote-info-slider .owl-controls {
    position: absolute !important;
    display: inherit;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0; }
    .quote-wrap #quote-info-slider .owl-controls .owl-nav {
      height: inherit;
      width: inherit; }
      .quote-wrap #quote-info-slider .owl-controls .owl-nav .owl-prev, .quote-wrap #quote-info-slider .owl-controls .owl-nav .owl-next {
        opacity: 1 !important;
        transition: none !important;
        position: relative;
        display: table;
        z-index: 100;
        color: #8f8f8f; }
        .quote-wrap #quote-info-slider .owl-controls .owl-nav .owl-prev i, .quote-wrap #quote-info-slider .owl-controls .owl-nav .owl-next i {
          margin-top: 14px;
          font-size: 50px; }
        .quote-wrap #quote-info-slider .owl-controls .owl-nav .owl-prev:hover, .quote-wrap #quote-info-slider .owl-controls .owl-nav .owl-next:hover {
          transition: none !important; }
      .quote-wrap #quote-info-slider .owl-controls .owl-nav .owl-prev {
        float: left;
        left: -80px;
        top: -90px;
        padding-left: 0; }
      .quote-wrap #quote-info-slider .owl-controls .owl-nav .owl-next {
        right: -70px;
        float: right;
        top: -90px;
        padding-right: 0; }
  .quote-wrap #quote-info-slider .quote-item h4 {
    font-size: 18px;
    text-align: center; }
  .quote-wrap #quote-info-slider .quote-item p {
    font-size: 21px;
    text-align: center;
    color: #777;
    margin: 0 auto;
    font-style: italic; }
  .quote-wrap #quote-img-slider .owl-controls {
    display: none; }
  .quote-wrap #quote-img-slider .owl-stage .owl-item {
    cursor: pointer; }
    .quote-wrap #quote-img-slider .owl-stage .owl-item.synced .quote-item {
      margin-bottom: 10px;
      position: relative; }
      .quote-wrap #quote-img-slider .owl-stage .owl-item.synced .quote-item:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 10px 10px 0;
        display: block;
        width: 0;
        z-index: 0;
        bottom: -8px;
        left: 27px; }
      .quote-wrap #quote-img-slider .owl-stage .owl-item.synced .quote-item img {
        width: 75px;
        height: 75px;
        outline-offset: -6px; }
    .quote-wrap #quote-img-slider .owl-stage .owl-item .quote-item img {
      width: 75px;
      height: 75px; }

.vc-primary-large-btn a,
.vc-primary-large-btn button, .vc-primary-small-btn a,
.vc-primary-small-btn button, .vc-primary-medium-btn a,
.vc-primary-medium-btn button {
  font-weight: 700;
  text-shadow: 0 1px rgba(2, 3, 3, 0.42); }
  .vc-primary-large-btn a:hover,
  .vc-primary-large-btn button:hover, .vc-primary-small-btn a:hover,
  .vc-primary-small-btn button:hover, .vc-primary-medium-btn a:hover,
  .vc-primary-medium-btn button:hover {
    background-color: #1A1A1A !important; }

.vc-primary-large-btn a,
.vc-primary-large-btn button, .vc-primary-large-btn-inverse a,
.vc-primary-large-btn-inverse button {
  font-size: 28px !important;
  padding: 16px 96px !important;
  background-image: none !important; }

.vc-primary-small-btn a,
.vc-primary-small-btn button, .vc-primary-small-btn-inverse a,
.vc-primary-small-btn-inverse button {
  font-size: 16px !important;
  padding: 20px 15px !important; }

.vc-primary-medium-btn a,
.vc-primary-medium-btn button, .vc-primary-medium-btn-inverse a,
.vc-primary-medium-btn-inverse button {
  font-size: 18px !important;
  padding: 5px 50px 6px !important; }

.vc-primary-large-btn-inverse a, .vc-primary-large-btn-inverse button, .vc-primary-small-btn-inverse a, .vc-primary-small-btn-inverse button, .vc-primary-medium-btn-inverse a, .vc-primary-medium-btn-inverse button {
  font-weight: 700;
  text-shadow: 0 1px rgba(2, 3, 3, 0.42);
  background-color: #807e77 !important; }

.page-template-template-homepage-v2 .vc_widget_recent_posts.type-2 {
  margin-top: 50px; }

.vc_widget_recent_posts.type-2 .archive-link {
  display: none; }

.vc_widget_recent_posts.type-2 .beth-recent-posts {
  margin-bottom: 0; }
  .vc_widget_recent_posts.type-2 .beth-recent-posts:before, .vc_widget_recent_posts.type-2 .beth-recent-posts:after {
    content: " ";
    display: table; }
  .vc_widget_recent_posts.type-2 .beth-recent-posts:after {
    clear: both; }
  .vc_widget_recent_posts.type-2 .beth-recent-posts > li {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
    padding-left: 10px;
    padding-right: 30px;
    border-right: 1px solid #cbc6ac;
    text-align: center; }
    .vc_widget_recent_posts.type-2 .beth-recent-posts > li .bethlehem-img-placeholder img {
      margin-bottom: 0; }
    .vc_widget_recent_posts.type-2 .beth-recent-posts > li img.wp-post-image {
      height: 198px;
      margin-bottom: 38px; }
    .vc_widget_recent_posts.type-2 .beth-recent-posts > li:last-child {
      margin-right: 0 !important;
      padding-right: 0 !important;
      border: none; }
    .vc_widget_recent_posts.type-2 .beth-recent-posts > li:first-child {
      padding-left: 0 !important; }
    .vc_widget_recent_posts.type-2 .beth-recent-posts > li h1.entry-title {
      line-height: 1;
      margin-bottom: 13px; }
      .vc_widget_recent_posts.type-2 .beth-recent-posts > li h1.entry-title a {
        font-weight: 700;
        font-size: 30px;
        text-transform: capitalize; }
    .vc_widget_recent_posts.type-2 .beth-recent-posts > li .entry-content {
      margin-top: 17px; }
      .vc_widget_recent_posts.type-2 .beth-recent-posts > li .entry-content a.hb-more, .vc_widget_recent_posts.type-2 .beth-recent-posts > li .entry-content ul.hb-social, .vc_widget_recent_posts.type-2 .beth-recent-posts > li .entry-content .line {
        display: none; }
      .vc_widget_recent_posts.type-2 .beth-recent-posts > li .entry-content p {
        color: #545454;
        font-size: 15px; }
    .vc_widget_recent_posts.type-2 .beth-recent-posts > li > span a {
      color: #9c9c9c;
      font-size: 13px; }
    .vc_widget_recent_posts.type-2 .beth-recent-posts > li > span.cat-links a {
      text-decoration: underline; }

.vc_widget_recent_posts.type-2 h3.widget-title {
  display: block;
  text-align: center;
  border: none;
  padding-bottom: 0;
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 700;
  color: #363636;
  margin-bottom: 48px; }

.vc_widget_recent_posts .widget-title {
  display: none; }

.vc_widget_recent_posts .archive-link {
  background-color: #1A1A1A;
  font-size: 30px;
  color: #fff;
  font-style: italic;
  text-align: center;
  display: block;
  font-weight: 400;
  padding: 7px 0;
  position: relative;
  margin-top: 60px; }
  .vc_widget_recent_posts .archive-link:after {
    border-bottom: 32px solid transparent;
    border-left: 26px solid #1A1A1A;
    border-top: 30px solid transparent;
    content: "";
    height: 0;
    left: 100%;
    position: absolute;
    top: 0;
    width: 0; }
  .vc_widget_recent_posts .archive-link:hover {
    color: #fff;
    text-shadow: 1px 2px rgba(2, 3, 3, 0.42); }

.vc_widget_recent_posts.type-1 .beth-recent-posts:before, .vc_widget_recent_posts.type-1 .beth-recent-posts:after {
  content: " ";
  display: table; }

.vc_widget_recent_posts.type-1 .beth-recent-posts:after {
  clear: both; }

.vc_widget_recent_posts.type-1 .beth-recent-posts > li {
  width: 23.7288135593%;
  float: left; }
  .vc_widget_recent_posts.type-1 .beth-recent-posts > li:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  .vc_widget_recent_posts.type-1 .beth-recent-posts > li:nth-child(4n + 2) {
    margin-left: 25.4237288136%;
    margin-right: -100%;
    clear: none; }
  .vc_widget_recent_posts.type-1 .beth-recent-posts > li:nth-child(4n + 3) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none; }
  .vc_widget_recent_posts.type-1 .beth-recent-posts > li:nth-child(4n + 4) {
    margin-left: 76.2711864407%;
    margin-right: -100%;
    clear: none; }
  .vc_widget_recent_posts.type-1 .beth-recent-posts > li img {
    margin-bottom: 38px; }
  .vc_widget_recent_posts.type-1 .beth-recent-posts > li span > a {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    font-style: italic; }
  .vc_widget_recent_posts.type-1 .beth-recent-posts > li .posted-on:after {
    content: " / ";
    padding: 0 1px; }

.vc_widget_recent_posts .entry-header .cat-links:before,
.vc_widget_recent_posts .entry-header .tags-links:before,
.vc_widget_recent_posts .entry-header .comments-link:before {
  content: "/";
  padding-left: 2px; }

.vc_widget_recent_posts .entry-header .posted-on,
.vc_widget_recent_posts .entry-header .byline {
  font-size: .857em; }

.vc_widget_recent_posts .entry-header .entry-title {
  font-size: 24px;
  text-transform: uppercase;
  color: #1A1A1A; }

.vc_widget_recent_posts .entry-content p {
  font-size: 14px;
  margin-bottom: 10px; }

.vc_widget_recent_posts .hb-more {
  display: inline-block; }

.vc_widget_recent_posts .hb-social {
  display: inline-block;
  float: right;
  margin: 10px 0 0 0; }

.vc_widget_featured_posts .widget-title {
  display: none; }

.vc_widget_featured_posts .fposts li {
  width: 32.2033898305%;
  float: left; }
  .vc_widget_featured_posts .fposts li:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  .vc_widget_featured_posts .fposts li:nth-child(3n + 2) {
    margin-left: 33.8983050847%;
    margin-right: -100%;
    clear: none; }
  .vc_widget_featured_posts .fposts li:nth-child(3n + 3) {
    margin-left: 67.7966101695%;
    margin-right: -100%;
    clear: none; }

.vc_widget_featured_posts .entry-header .cat-links:before,
.vc_widget_featured_posts .entry-header .tags-links:before,
.vc_widget_featured_posts .entry-header .comments-link:before {
  content: "/";
  padding-left: 2px; }

.vc_widget_featured_posts .entry-header .posted-on,
.vc_widget_featured_posts .entry-header .byline {
  font-size: .857em; }

.vc_widget_featured_posts .entry-header .entry-title {
  font-size: 24px;
  text-transform: uppercase;
  color: #1A1A1A; }

.vc_widget_featured_posts .entry-content p {
  font-size: 14px;
  margin-bottom: 10px; }

.vc_widget_featured_posts .hb-more {
  font-weight: 600; }

.vc-events-list-location > h3 {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 30px; }

.vc-events-list-location .event-locations {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cbc6ac; }
  .vc-events-list-location .event-locations:before, .vc-events-list-location .event-locations:after {
    content: " ";
    display: table; }
  .vc-events-list-location .event-locations:after {
    clear: both; }
  .vc-events-list-location .event-locations:last-child {
    margin: 0;
    padding: 0;
    border: none; }
  .vc-events-list-location .event-locations .tribe-events-event-image {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
    float: left;
    margin-bottom: 0;
    padding-right: 24px; }
  .vc-events-list-location .event-locations .location-content {
    zoom: 1;
    width: 10000px;
    overflow: hidden;
    display: table-cell;
    vertical-align: top;
    padding-left: 2px; }
    .vc-events-list-location .event-locations .location-content .event-title {
      font-size: 26px;
      line-height: 1; }
      .vc-events-list-location .event-locations .location-content .event-title .event-venue:before {
        content: "-";
        padding-right: 6px; }
    .vc-events-list-location .event-locations .location-content .location-meta:before, .vc-events-list-location .event-locations .location-content .location-meta:after {
      content: " ";
      display: table; }
    .vc-events-list-location .event-locations .location-content .location-meta:after {
      clear: both; }
    .vc-events-list-location .event-locations .location-content .location-meta .location, .vc-events-list-location .event-locations .location-content .location-meta .date-time, .vc-events-list-location .event-locations .location-content .location-meta .phone {
      padding-left: 20px;
      line-height: 1.6; }
      .vc-events-list-location .event-locations .location-content .location-meta .location:before, .vc-events-list-location .event-locations .location-content .location-meta .date-time:before, .vc-events-list-location .event-locations .location-content .location-meta .phone:before {
        font-family: "FontAwesome";
        color: #1A1A1A;
        font-size: 18px;
        margin-left: -20px;
        float: left; }
    .vc-events-list-location .event-locations .location-content .location-meta .location, .vc-events-list-location .event-locations .location-content .location-meta .date-time {
      width: 49.1525423729%;
      float: left;
      margin-right: 1.6949152542%;
      color: #7f7e7a;
      font-size: 16px;
      font-style: normal; }
    .vc-events-list-location .event-locations .location-content .location-meta .phone {
      clear: both;
      margin-bottom: 10px;
      line-height: 1; }
      .vc-events-list-location .event-locations .location-content .location-meta .phone:before {
        content: "\f10b"; }
    .vc-events-list-location .event-locations .location-content .location-meta .location {
      margin-right: 0;
      padding-right: 50px;
      margin-bottom: 4px; }
      .vc-events-list-location .event-locations .location-content .location-meta .location span {
        font-style: normal; }
      .vc-events-list-location .event-locations .location-content .location-meta .location:before {
        content: "\f041"; }
    .vc-events-list-location .event-locations .location-content .location-meta .date-time {
      margin-right: 0; }
      .vc-events-list-location .event-locations .location-content .location-meta .date-time:before {
        content: "\f017";
        margin-left: -26px; }
    .vc-events-list-location .event-locations .location-content .event-btns {
      margin-top: 16px; }
      .vc-events-list-location .event-locations .location-content .event-btns:before, .vc-events-list-location .event-locations .location-content .event-btns:after {
        content: " ";
        display: table; }
      .vc-events-list-location .event-locations .location-content .event-btns:after {
        clear: both; }
      .vc-events-list-location .event-locations .location-content .event-btns a {
        text-transform: uppercase;
        color: #fff;
        font-size: 13px;
        padding: 6px 20px;
        display: inline-block;
        border-radius: 20px;
        background-color: #c9c6ba;
        margin-right: 20px; }
        .vc-events-list-location .event-locations .location-content .event-btns a:last-child {
          margin-left: 0; }

.tribe-events-tooltip .tribe-events-event-body {
  font-size: 13px; }

.tribe-events-tooltip .tribe-events-event-thumb img {
  width: 100%; }

.page-template-template-homepage-v2 .bethlehem_banner {
  padding: 80px 0;
  min-height: inherit; }
  .page-template-template-homepage-v2 .bethlehem_banner .textwidget > ul {
    margin-bottom: 0;
    padding-bottom: 0; }
  .page-template-template-homepage-v2 .bethlehem_banner .textwidget p:last-child {
    margin-bottom: 0;
    margin-top: 66px; }
  .page-template-template-homepage-v2 .bethlehem_banner .textwidget p iframe {
    width: 1004px;
    height: 560px;
    border: none; }

.bethlehem_banner {
  min-height: 400px;
  padding: 30px 0;
  text-align: center;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .bethlehem_banner .widget_text,
  .bethlehem_banner .banner-text {
    text-align: center; }
  .bethlehem_banner .textwidget p a.hb-more-button {
    color: #707070; }
    .bethlehem_banner .textwidget p a.hb-more-button:hover {
      color: #fff; }
  .bethlehem_banner .textwidget .banner-content {
    width: 90.1%;
    margin: 0 auto 40px auto; }
  .bethlehem_banner .banner-text {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%); }
    .bethlehem_banner .banner-text .banner-title, .bethlehem_banner .banner-text .tagline {
      font-weight: 600;
      text-shadow: 2px 4px 0 rgba(2, 3, 3, 0.75);
      color: #edebdd;
      line-height: 1; }
    .bethlehem_banner .banner-text .banner-title {
      font-size: 80px;
      margin: 0; }
    .bethlehem_banner .banner-text .tagline {
      font-style: italic;
      font-size: 40px; }
  .bethlehem_banner .widget_text {
    width: 75%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0; }
    .bethlehem_banner .widget_text p {
      font-size: 18px;
      line-height: 27px;
      letter-spacing: 0.025em;
      color: #7d7d7d;
      margin-bottom: 40px; }
    .bethlehem_banner .widget_text h3 {
      color: #363636;
      line-height: 38px;
      font-weight: bold;
      font-size: 40px;
      margin-bottom: 30px; }
    .bethlehem_banner .widget_text ul {
      clear: both;
      padding-bottom: 35px;
      margin-left: 0; }
      .bethlehem_banner .widget_text ul > li {
        display: inline-block;
        margin-right: 55px; }
        .bethlehem_banner .widget_text ul > li:last-child {
          margin-right: 0; }
        .bethlehem_banner .widget_text ul > li a.hb-more-button {
          color: #707070; }
          .bethlehem_banner .widget_text ul > li a.hb-more-button:hover {
            color: #fff; }
  .bethlehem_banner:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.vc_widget_recent_posts.type-3 ul.beth-recent-posts {
  margin-top: 75px; }
  .vc_widget_recent_posts.type-3 ul.beth-recent-posts:before, .vc_widget_recent_posts.type-3 ul.beth-recent-posts:after {
    content: " ";
    display: table; }
  .vc_widget_recent_posts.type-3 ul.beth-recent-posts:after {
    clear: both; }
  .vc_widget_recent_posts.type-3 ul.beth-recent-posts > li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 40px;
    margin-bottom: 39px; }
    .vc_widget_recent_posts.type-3 ul.beth-recent-posts > li:last-child {
      border-bottom: none;
      margin-bottom: 0px;
      padding-bottom: 0px; }
    .vc_widget_recent_posts.type-3 ul.beth-recent-posts > li .center-block {
      margin: 0 auto;
      width: 80%; }
      .vc_widget_recent_posts.type-3 ul.beth-recent-posts > li .center-block .pull-left {
        display: inline-block; }
        .vc_widget_recent_posts.type-3 ul.beth-recent-posts > li .center-block .pull-left img {
          margin-bottom: 0;
          height: 152px;
          margin-bottom: 0;
          width: 261px; }
        .vc_widget_recent_posts.type-3 ul.beth-recent-posts > li .center-block .pull-left .bethlehem-img-placeholder {
          margin-bottom: 0 !important; }
      .vc_widget_recent_posts.type-3 ul.beth-recent-posts > li .center-block .recent-list-view-post-content {
        display: inline-block;
        vertical-align: top;
        width: 71%;
        float: left;
        padding-left: 30px; }
        .vc_widget_recent_posts.type-3 ul.beth-recent-posts > li .center-block .recent-list-view-post-content .entry-title {
          font-size: 21px;
          line-height: 21px;
          letter-spacing: -0.025em;
          display: inline-block;
          margin-right: 5px;
          margin-bottom: 25px; }
          .vc_widget_recent_posts.type-3 ul.beth-recent-posts > li .center-block .recent-list-view-post-content .entry-title a {
            color: #212121;
            font-weight: 700; }
        .vc_widget_recent_posts.type-3 ul.beth-recent-posts > li .center-block .recent-list-view-post-content .posted-on,
        .vc_widget_recent_posts.type-3 ul.beth-recent-posts > li .center-block .recent-list-view-post-content .cat-links {
          font-size: 16px;
          line-height: 21px; }
          .vc_widget_recent_posts.type-3 ul.beth-recent-posts > li .center-block .recent-list-view-post-content .posted-on a,
          .vc_widget_recent_posts.type-3 ul.beth-recent-posts > li .center-block .recent-list-view-post-content .cat-links a {
            color: #8b8b8b;
            font-weight: 400; }
        .vc_widget_recent_posts.type-3 ul.beth-recent-posts > li .center-block .recent-list-view-post-content .entry-content p {
          font-size: 16px;
          line-height: 21px;
          color: #212121; }
        .vc_widget_recent_posts.type-3 ul.beth-recent-posts > li .center-block .recent-list-view-post-content .entry-content .line {
          display: none; }
        .vc_widget_recent_posts.type-3 ul.beth-recent-posts > li .center-block .recent-list-view-post-content .entry-content .hb-more {
          font-size: 16px;
          line-height: 14px;
          font-style: normal;
          font-weight: 700;
          color: #6a698a;
          text-decoration: none;
          margin: 0; }
        .vc_widget_recent_posts.type-3 ul.beth-recent-posts > li .center-block .recent-list-view-post-content .entry-content .hb-social {
          display: none; }

.vc_widget_recent_posts.type-3 .archive-link {
  display: none; }

.vc_widget_recent_posts.type-3 h3.widget-title {
  display: block;
  border-bottom: none;
  color: #212121;
  font-family: "Montserrat",sans-serif;
  font-size: 60px;
  letter-spacing: -0.025em;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .bethlehem_banner .banner-text .banner-title {
    font-size: 26px;
    margin: 0; }
  .bethlehem_banner .banner-text .tagline {
    font-style: italic;
    font-size: 14px;
    font-weight: 400; }
  .bethlehem_banner .widget_text {
    margin-bottom: 20px;
    width: 80%; }
  .bethlehem_banner .textwidget ul li {
    display: block;
    margin: 0 0 20px 0; }
  .bethlehem_banner .textwidget h3 {
    font-size: 26px;
    line-height: 1; }
  .bethlehem_banner .textwidget p {
    font-size: 16px;
    line-height: 1.6; }
    .bethlehem_banner .textwidget p:last-child {
      margin-bottom: 20px; }
    .bethlehem_banner .textwidget p iframe {
      width: 100%;
      height: inherit; }
  .vc_single_image-wrapper img {
    margin-top: 40px; }
  .vc-primary-large-btn a {
    font-size: 18px !important;
    padding: 16px 60px !important; }
  .vc-primary-small-btn a {
    font-size: 12px !important;
    padding: 10px 30px !important; }
  .quote-wrap #quote-info-slider .quote-item p {
    width: 100%;
    font-size: 15px; }
  .vc_widget_recent_posts {
    margin-bottom: 60px !important; }
    .vc_widget_recent_posts.type-2 ul.beth-recent-posts {
      width: 90%;
      margin: 0 auto; }
      .vc_widget_recent_posts.type-2 ul.beth-recent-posts > li {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 40px;
        border: none;
        padding-left: 0; }
  .vc_widget_recent_posts ul.beth-recent-posts > li {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-bottom: 40px; }
  .vc_widget_recent_posts .archive-link {
    font-size: 22px;
    width: 94%;
    margin-top: 30px; }
    .vc_widget_recent_posts .archive-link:after {
      border-bottom: 26px solid transparent;
      border-left: 20px solid #1A1A1A;
      border-top: 24px solid transparent; }
    .vc_widget_recent_posts .archive-link:hover:after {
      border-left-width: 20px; }
  .vc-tribe-events-list-widget {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-left: 0; }
  .vc-tribe-events-list-widget .type-tribe_events, .page .type-tribe_events {
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: center; }
    .vc-tribe-events-list-widget .type-tribe_events .date-meta, .page .type-tribe_events .date-meta {
      float: none;
      display: inline-block;
      margin: 0;
      font-size: 36px;
      height: 85px;
      width: 85px; }
      .vc-tribe-events-list-widget .type-tribe_events .date-meta span, .page .type-tribe_events .date-meta span {
        font-size: 16px; }
    .vc-tribe-events-list-widget .type-tribe_events .duration, .page .type-tribe_events .duration {
      margin-left: 0; }
    .vc-tribe-events-list-widget .type-tribe_events .cat-links, .page .type-tribe_events .cat-links {
      margin-top: 10px;
      display: block; }
    .vc-tribe-events-list-widget .type-tribe_events .entry-title, .page .type-tribe_events .entry-title {
      font-size: 22px;
      line-height: 1;
      margin-bottom: 6px;
      width: inherit;
      display: inline-block; }
    .vc-tribe-events-list-widget .type-tribe_events .hb-social, .page .type-tribe_events .hb-social {
      display: inline-block;
      position: relative;
      top: 0;
      float: none;
      margin-top: 16px; }
  .quote-wrap #quote-info-slider .owl-controls {
    position: absolute !important;
    display: inherit;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0; }
    .quote-wrap #quote-info-slider .owl-controls .owl-nav {
      height: inherit;
      width: inherit; }
      .quote-wrap #quote-info-slider .owl-controls .owl-nav .owl-prev, .quote-wrap #quote-info-slider .owl-controls .owl-nav .owl-next {
        opacity: 1 !important;
        transition: none !important;
        -webkit-transition: none !important;
        position: relative;
        display: table;
        z-index: 100;
        color: #8f8f8f; }
        .quote-wrap #quote-info-slider .owl-controls .owl-nav .owl-prev i, .quote-wrap #quote-info-slider .owl-controls .owl-nav .owl-next i {
          margin-top: 6px;
          font-size: 50px;
          display: block; }
        .quote-wrap #quote-info-slider .owl-controls .owl-nav .owl-prev:hover, .quote-wrap #quote-info-slider .owl-controls .owl-nav .owl-next:hover {
          transition: none !important;
          -webkit-transition: none !important; }
      .quote-wrap #quote-info-slider .owl-controls .owl-nav .owl-prev {
        float: left;
        left: -30px;
        top: -90px;
        padding-left: 0; }
      .quote-wrap #quote-info-slider .owl-controls .owl-nav .owl-next {
        right: -24px;
        float: right;
        top: -90px;
        padding-right: 0; }
  .quote-wrap #quote-info-slider .quote-item p {
    font-size: 16px; }
  .quote-wrap #quote-img-slider .owl-stage .owl-item .quote-item {
    display: inline-block; }
  .vc-events-list-location .event-locations .tribe-events-event-image, .vc-events-list-location .event-locations .location-content {
    float: none;
    display: inline-block;
    padding-right: 0;
    vertical-align: inherit; }
  .vc-events-list-location .event-locations .location-content {
    width: 100%;
    overflow: visible; }
    .vc-events-list-location .event-locations .location-content .date-time:before {
      margin-left: -20px; }
  .vc_widget_recent_posts.type-3 ul.beth-recent-posts > li .center-block {
    width: 100%; }
    .vc_widget_recent_posts.type-3 ul.beth-recent-posts > li .center-block .pull-left img {
      width: 100%; }
    .vc_widget_recent_posts.type-3 ul.beth-recent-posts > li .center-block .recent-list-view-post-content {
      width: 100%;
      display: block;
      margin-top: 20px;
      padding-left: 0; }
      .vc_widget_recent_posts.type-3 ul.beth-recent-posts > li .center-block .recent-list-view-post-content .entry-title {
        margin-bottom: 10px;
        display: block; }
      .vc_widget_recent_posts.type-3 ul.beth-recent-posts > li .center-block .recent-list-view-post-content .entry-content {
        margin-top: 20px; }
  .page-template-template-homepage-v2 .bethlehem_banner .textwidget p iframe {
    width: 100%; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .bethlehem_banner .banner-text .banner-title {
    font-size: 60px; }
  .bethlehem_banner .banner-text .tagline {
    font-size: 30px; }
  .bethlehem_banner .widget_text {
    width: 95%; }
    .bethlehem_banner .widget_text .textwidget p iframe {
      width: 100%; }
  .vc-tribe-events-list-widget .type-tribe_events .entry-title, .page .type-tribe_events .entry-title {
    line-height: 22px;
    max-width: 50%; }
  .vc-tribe-events-list-widget {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-left: 0;
    margin-top: 60px;
    margin-bottom: 0; }
  .vc_widget_recent_posts .archive-link {
    width: 96%; }
  .vc_widget_recent_posts .beth-recent-posts > li {
    width: 32.2033898305%;
    float: left; }
    .vc_widget_recent_posts .beth-recent-posts > li:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .vc_widget_recent_posts .beth-recent-posts > li:nth-child(3n + 2) {
      margin-left: 33.8983050847%;
      margin-right: -100%;
      clear: none; }
    .vc_widget_recent_posts .beth-recent-posts > li:nth-child(3n + 3) {
      margin-left: 67.7966101695%;
      margin-right: -100%;
      clear: none; }
  .vc_widget_recent_posts.type-2 ul.beth-recent-posts > li {
    width: 32.2033898305%;
    float: left; }
    .vc_widget_recent_posts.type-2 ul.beth-recent-posts > li:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .vc_widget_recent_posts.type-2 ul.beth-recent-posts > li:nth-child(3n + 2) {
      margin-left: 33.8983050847%;
      margin-right: -100%;
      clear: none; }
    .vc_widget_recent_posts.type-2 ul.beth-recent-posts > li:nth-child(3n + 3) {
      margin-left: 67.7966101695%;
      margin-right: -100%;
      clear: none; }
  .vc_widget_recent_posts.type-3 ul.beth-recent-posts > li .center-block {
    width: 100%; }
    .vc_widget_recent_posts.type-3 ul.beth-recent-posts > li .center-block .recent-list-view-post-content {
      width: 57%; } }

/**
 * WooCommerce
 */
@font-face {
  font-family: 'star';
  src: url("assets/fonts/star.eot");
  src: url("assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("assets/fonts/star.woff") format("woff"), url("assets/fonts/star.ttf") format("truetype"), url("assets/fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal; }

/**
 * Header Elements
 */
.woocommerce-active .site-header .col-full {
  position: relative; }

.woocommerce-active .site-branding,
.woocommerce-active .site-logo-anchor {
  float: left; }

.site-header-cart {
  list-style-type: none;
  margin-left: 0;
  padding: 0; }
  .site-header-cart .cart-contents {
    display: block;
    height: 2.244em;
    width: 2.244em;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.05);
    text-indent: -9999px; }
    .site-header-cart .cart-contents:after {
      content: "\f07a";
      font-family: "FontAwesome";
      position: absolute;
      top: 0;
      right: 0;
      line-height: 2.244;
      width: 100%;
      text-align: center;
      text-indent: 0; }
    .site-header-cart .cart-contents span {
      display: none; }
  .site-header-cart .widget_shopping_cart {
    display: none;
    background-color: #2c2d33; }

.site-search {
  font-size: .857em;
  clear: both; }
  .site-search .widget_product_search input[type=text],
  .site-search .widget_product_search input[type=search] {
    padding: 1.387em 1.618em;
    line-height: 1;
    padding-left: 3.631em; }
  .site-search .widget_product_search form:before {
    top: 1.387em;
    left: 1.618em; }
  .site-search .widget_product_search #searchsubmit {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important; }

/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none; }

table.shop_table_responsive tbody th {
  display: none; }

table.shop_table_responsive tr td {
  display: block; }
  table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    font-weight: 700; }

/**
 * owl-Products
 */
.product-item .product-info .actions {
  clear: both; }
  .product-item .product-info .actions:before, .product-item .product-info .actions:after {
    content: " ";
    display: table; }
  .product-item .product-info .actions:after {
    clear: both; }
  .product-item .product-info .actions .price {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    background: #1A1A1A;
    width: 70%;
    /*78%;*/
    padding: 4px 6px;
    text-align: center;
    float: left;
    margin-top: 34px;
    margin-bottom: 0; }
    .product-item .product-info .actions .price ins {
      font-weight: 700;
      margin-left: 0.2em;
      background-color: transparent; }
    .product-item .product-info .actions .price del {
      font-size: 17px; }
  .product-item .product-info .actions .button.add_to_cart_button, .product-item .product-info .actions .button.view_product_button {
    height: 37px;
    position: relative;
    width: 19%;
    text-indent: -9999px;
    display: inline-block;
    margin-top: 34px;
    float: left; }
    .product-item .product-info .actions .button.add_to_cart_button:before, .product-item .product-info .actions .button.view_product_button:before {
      background: none repeat scroll 0 0 transparent;
      color: #fff;
      content: "\f07a";
      font-family: FontAwesome;
      font-size: 20px;
      height: 100%;
      left: 0;
      line-height: 37px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 100%;
      text-indent: 0; }
    .product-item .product-info .actions .button.add_to_cart_button:after, .product-item .product-info .actions .button.view_product_button:after {
      border-top: 19px solid transparent;
      border-bottom: 19px solid transparent;
      height: 0;
      width: 0;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: -10px; }
    .product-item .product-info .actions .button.add_to_cart_button:hover, .product-item .product-info .actions .button.view_product_button:hover {
      opacity: 0.8; }
  .product-item .product-info .actions .button.view_product_button:before {
    content: "\f061";
    font-family: FontAwesome; }
  .product-item .product-info .actions .button.added:before {
    content: "\f058";
    font-family: FontAwesome; }

/**
 * Products
 */
ul.products {
  clear: both;
  margin-left: 0; }
  ul.products:before, ul.products:after {
    content: " ";
    display: table; }
  ul.products:after {
    clear: both; }
  ul.products li.product {
    list-style: none;
    margin-left: 0;
    margin-bottom: 60px;
    position: relative; }
    ul.products li.product .add_to_cart_button, ul.products li.product .view_product_button {
      margin-top: 15px; }
    ul.products li.product .price {
      color: #fff;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      background: #1A1A1A;
      width: 76%;
      padding: 4px 6px;
      text-align: center;
      float: left;
      margin-top: 15px;
      margin-bottom: 0; }
      ul.products li.product .price ins {
        font-weight: 700;
        margin-left: 0.2em;
        background-color: transparent; }
      ul.products li.product .price del {
        font-size: 17px; }
    ul.products li.product h3 {
      font-size: 18px;
      letter-spacing: -0.4px;
      margin: 18px 0 0;
      text-transform: uppercase;
      line-height: 1; }
    ul.products li.product .star-rating-wrapper {
      height: 20px; }
    ul.products li.product img {
      display: inline-block; }
    ul.products li.product.product-category img {
      margin-bottom: 1.618em; }
    ul.products li.product .button.add_to_cart_button, ul.products li.product .button.view_product_button {
      height: 37px;
      position: relative;
      width: 19%;
      text-indent: -9999px;
      display: inline-block; }
      ul.products li.product .button.add_to_cart_button:before, ul.products li.product .button.view_product_button:before {
        background: none repeat scroll 0 0 transparent;
        color: #fff;
        content: "\f07a";
        font-family: FontAwesome;
        font-size: 20px;
        height: 100%;
        left: 0;
        line-height: 37px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 100%;
        text-indent: 0; }
      ul.products li.product .button.add_to_cart_button:after, ul.products li.product .button.view_product_button:after {
        border-top: 19px solid transparent;
        border-bottom: 19px solid transparent;
        height: 0;
        width: 0;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: -10px; }
      ul.products li.product .button.add_to_cart_button:hover, ul.products li.product .button.view_product_button:hover {
        opacity: 0.8; }
    ul.products li.product .button.view_product_button:before {
      content: "\f061";
      font-family: FontAwesome; }
    ul.products li.product .button.added:before {
      content: "\f058";
      font-family: FontAwesome; }
    ul.products li.product p {
      color: #707070;
      font-size: 15px;
      font-style: italic;
      margin: 20px 0; }

.product-cover {
  display: block;
  position: relative; }
  .product-cover > img {
    width: 100%; }

.book-author {
  font-size: 13px;
  line-height: 21px;
  color: #707070; }

#list-view ul.products li.product {
  padding-bottom: 25px;
  border-bottom: 1px solid #cbc6ac;
  width: 100%;
  margin-bottom: 25px; }
  #list-view ul.products li.product h3 {
    font-size: 26px;
    margin: 0; }
  #list-view ul.products li.product .star-rating-wrapper {
    height: 0; }
  #list-view ul.products li.product .product-cover {
    display: inline-block; }
  #list-view ul.products li.product .price {
    background: none repeat scroll 0 0 transparent;
    display: block;
    float: none;
    font-size: 24px;
    font-weight: 700;
    padding: 0;
    text-align: left;
    width: 100%;
    color: #1A1A1A;
    margin-top: 20px; }
    #list-view ul.products li.product .price del .amount {
      color: #707070;
      font-size: 13px;
      font-weight: 400; }
    #list-view ul.products li.product .price ins {
      float: left;
      margin-left: 0;
      margin-right: 6px; }
  #list-view ul.products li.product .product-details {
    display: inline-block;
    height: 37px;
    width: 123px;
    background-color: #707070;
    margin-right: 20px;
    text-align: center;
    line-height: 35px;
    box-shadow: none;
    border: none;
    text-indent: 0; }
    #list-view ul.products li.product .product-details a {
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      color: #fff; }
  #list-view ul.products li.product .star-rating {
    position: relative;
    bottom: 0; }
  #list-view ul.products li.product .button.add_to_cart_button, #list-view ul.products li.product .button.view_product_button {
    background: none repeat scroll 0 0 #1a1a1a;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    width: 188px;
    height: 37px;
    text-align: center;
    display: inline-block;
    line-height: 35px;
    box-shadow: none;
    border: none;
    text-indent: 0; }
    #list-view ul.products li.product .button.add_to_cart_button:after, #list-view ul.products li.product .button.view_product_button:after {
      border-bottom: 20px solid transparent;
      border-top: 18px solid transparent;
      content: "";
      display: block;
      height: 0;
      position: absolute;
      right: -80px;
      top: 0;
      width: 30px; }
    #list-view ul.products li.product .button.add_to_cart_button:before, #list-view ul.products li.product .button.view_product_button:before {
      content: "\f07a";
      font-family: 'FontAwesome';
      display: block;
      height: 37px;
      position: absolute;
      right: -50px !important;
      left: auto;
      text-align: center;
      top: 0;
      width: 51px; }
    #list-view ul.products li.product .button.add_to_cart_button.cta:hover, #list-view ul.products li.product .button.add_to_cart_button.alt:hover, #list-view ul.products li.product .button.view_product_button.cta:hover, #list-view ul.products li.product .button.view_product_button.alt:hover {
      opacity: 0.8;
      background-color: #1A1A1A; }
  #list-view ul.products li.product .button.view_product_button:before {
    content: "\f061";
    font-family: FontAwesome; }
  #list-view ul.products li.product .button.added:before {
    content: "\f058";
    font-family: FontAwesome; }
  #list-view ul.products li.product .added_to_cart.wc-forward {
    display: inline;
    margin-left: 70px; }

.added_to_cart.wc-forward {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 8px; }
  .added_to_cart.wc-forward:after {
    content: "\f178";
    font-family: 'FontAwesome';
    padding-left: 6px; }

/**
 * Single Product
 */
.single-product div.product {
  position: relative;
  overflow: hidden; }
  .single-product div.product:before, .single-product div.product:after {
    content: " ";
    display: table; }
  .single-product div.product:after {
    clear: both; }
  .single-product div.product .images,
  .single-product div.product .summary {
    margin-bottom: 2.618em;
    margin-top: 0; }
  .single-product div.product .summary {
    padding-left: 10px; }
    .single-product div.product .summary .product_title {
      font-size: 26px;
      text-transform: uppercase;
      font-weight: 600;
      color: #1A1A1A;
      margin-bottom: 0; }
    .single-product div.product .summary .short-desc {
      margin-bottom: 30px;
      padding-top: 20px;
      font-style: italic;
      font-size: 15px; }
    .single-product div.product .summary div p.price > span.amount {
      font-size: 36px;
      color: #1A1A1A;
      font-weight: 700; }
    .single-product div.product .summary ins, .single-product div.product .summary > span {
      font-size: 36px;
      color: #1A1A1A;
      font-weight: 700; }
    .single-product div.product .summary ins {
      float: left; }
    .single-product div.product .summary del {
      padding-left: 6px;
      font-size: 24px;
      font-weight: 400;
      line-height: 2.6; }
  .single-product div.product .onsale {
    position: absolute;
    margin-bottom: 0;
    top: 10px;
    left: 10px; }
  .single-product div.product .images .woocommerce-main-image {
    margin-bottom: 1.618em;
    display: block; }
  .single-product div.product .images .thumbnails a.zoom {
    display: block;
    width: 22.05%;
    margin-right: 3.8%;
    float: left;
    margin-bottom: 1em; }
    .single-product div.product .images .thumbnails a.zoom.last {
      margin-right: 0; }
    .single-product div.product .images .thumbnails a.zoom.first {
      clear: both; }
  .single-product div.product form.cart {
    margin-bottom: 1.618em;
    padding: 1.618em 0;
    border-top: 3px solid rgba(0, 0, 0, 0.025);
    border-bottom: 3px solid rgba(0, 0, 0, 0.025);
    display: table;
    width: 100%; }
    .single-product div.product form.cart:before, .single-product div.product form.cart:after {
      content: " ";
      display: table; }
    .single-product div.product form.cart:after {
      clear: both; }
    .single-product div.product form.cart .lbl-qty {
      font-size: 14px;
      font-weight: 600;
      margin-right: 10px; }
    .single-product div.product form.cart .quantity {
      display: inline-block;
      margin-right: 30px; }
      .single-product div.product form.cart .quantity input {
        border-radius: 50px;
        border: 1px solid #cbc6ac;
        background-color: #fdfbf4;
        font-weight: 600;
        box-shadow: none; }
    .single-product div.product form.cart .button {
      display: table-cell; }
  .single-product div.product .price {
    margin-bottom: 0; }
    .single-product div.product .price:before, .single-product div.product .price:after {
      content: " ";
      display: table; }
    .single-product div.product .price:after {
      clear: both; }
  .single-product div.product table.variations {
    margin: 0; }
    .single-product div.product table.variations th,
    .single-product div.product table.variations td {
      display: list-item;
      padding: 0;
      list-style: none;
      background-color: transparent; }
    .single-product div.product table.variations .value {
      margin-bottom: 1em; }
  .single-product div.product .single_variation .price {
    margin-bottom: 1em;
    display: block; }
  .single-product div.product .variations_button {
    padding-top: 1em;
    border-top: 1px solid #cbc6ac; }
    .single-product div.product .variations_button:before, .single-product div.product .variations_button:after {
      content: " ";
      display: table; }
    .single-product div.product .variations_button:after {
      clear: both; }
  .single-product div.product .woocommerce-product-rating {
    line-height: 1;
    border-bottom: 1px solid #cbc6ac;
    margin-top: 20px; }
    .single-product div.product .woocommerce-product-rating:before, .single-product div.product .woocommerce-product-rating:after {
      content: " ";
      display: table; }
    .single-product div.product .woocommerce-product-rating:after {
      clear: both; }
    .single-product div.product .woocommerce-product-rating a {
      font-size: .857em; }
    .single-product div.product .woocommerce-product-rating .star-rating {
      float: right; }
  .single-product div.product .product_meta {
    font-size: 14px; }
    .single-product div.product .product_meta span {
      padding: 0 !important;
      line-height: 1.8; }
      .single-product div.product .product_meta span a {
        font-size: 14px; }
    .single-product div.product .product_meta .sku_wrapper .sku {
      font-weight: 600; }
    .single-product div.product .product_meta .posted_in a,
    .single-product div.product .product_meta .tagged_as a {
      font-weight: 400;
      text-transform: capitalize;
      text-decoration: underline; }
    .single-product div.product .product_meta .sku_wrapper,
    .single-product div.product .product_meta .posted_in,
    .single-product div.product .product_meta .tagged_as {
      display: block;
      padding: .53em 0; }
      .single-product div.product .product_meta .sku_wrapper:last-child,
      .single-product div.product .product_meta .posted_in:last-child,
      .single-product div.product .product_meta .tagged_as:last-child {
        border-bottom: 0; }
  .single-product div.product p.stock:before {
    font-family: "FontAwesome";
    margin-right: .53em; }
  .single-product div.product p.stock.in-stock:before {
    content: "\f118"; }
  .single-product div.product p.stock.out-of-stock:before {
    content: "\f119"; }

/**
 * Reviews
 */
#reviews #comments {
  padding-top: 0; }

#reviews .commentlist {
  list-style: none;
  margin-left: 0; }
  #reviews .commentlist li {
    border-bottom: 1px solid #cbc6ac;
    margin-bottom: 3.631em;
    list-style: none;
    clear: both; }
    #reviews .commentlist li time {
      opacity: 0.8; }
    #reviews .commentlist li .avatar {
      float: right;
      width: 2.618em;
      height: auto; }
    #reviews .commentlist li p.meta {
      margin-bottom: 1em; }
    #reviews .commentlist li .description {
      padding-bottom: 1.618em; }
    #reviews .commentlist li ul.children {
      border-top: 1px solid #cbc6ac;
      width: 82.7586206897%;
      float: right;
      margin-right: 0;
      padding-top: 2.618em; }

#reviews .comment-form-rating {
  clear: both; }

/**
 * Breadcrumbs
 */
.woocommerce-breadcrumb {
  margin: 0;
  padding: 0;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto; }
  .woocommerce-breadcrumb:after {
    content: " ";
    display: block;
    clear: both; }
  .woocommerce-breadcrumb, .woocommerce-breadcrumb a {
    font-size: 15px;
    font-style: italic;
    color: #eeebdd;
    text-shadow: 1px 1px rgba(2, 3, 3, 0.72); }
  .woocommerce-breadcrumb a {
    font-size: 13px; }
  .woocommerce-breadcrumb > a:first-child {
    font-size: 0; }
    .woocommerce-breadcrumb > a:first-child:before {
      content: "\f015";
      font-family: "FontAwesome";
      font-weight: 400;
      font-size: 15px;
      font-style: normal; }

/**
 * Widgets
 */
.product_list_widget {
  list-style: none;
  margin-left: 0; }
  .product_list_widget li {
    padding: 1em 0;
    border-bottom: 1px dotted #cbc6ac; }
    .product_list_widget li:before, .product_list_widget li:after {
      content: " ";
      display: table; }
    .product_list_widget li:after {
      clear: both; }
    .product_list_widget li img {
      max-width: 45px;
      height: auto;
      float: left;
      margin-right: 20px; }
    .product_list_widget li .quantity {
      display: block; }
  .product_list_widget a:hover {
    color: #1A1A1A; }
  .product_list_widget .amount {
    color: #1A1A1A; }
  .product_list_widget .product-title, .product_list_widget .product-name {
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    max-width: 70%; }

.widget_products a {
  display: block; }

.widget_recently_viewed_products .product_list_widget li .product-title {
  display: block; }

.widget_shopping_cart .product_list_widget {
  margin-bottom: 0; }
  .widget_shopping_cart .product_list_widget li {
    position: relative;
    padding: 0 0 1em 0;
    margin: 1em 0; }
    .widget_shopping_cart .product_list_widget li a.remove {
      position: absolute;
      top: 1.6em;
      right: 0;
      opacity: 1;
      line-height: 1;
      font-size: 20px !important; }
      .widget_shopping_cart .product_list_widget li a.remove:before {
        color: #81807f; }
    .widget_shopping_cart .product_list_widget li .product-name {
      max-width: 110px; }
    .widget_shopping_cart .product_list_widget li .quantity {
      font-size: 11px;
      color: #707070; }
    .widget_shopping_cart .product_list_widget li .amount {
      position: absolute;
      right: 0;
      font-weight: 600;
      color: #1A1A1A; }

.widget_shopping_cart p.total {
  padding-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 16px; }
  .widget_shopping_cart p.total .amount {
    float: right;
    font-weight: 600;
    color: #1A1A1A; }

.wc-proceed-to-checkout {
  margin: 0 10px;
  position: relative; }

.widget_shopping_cart_content p.buttons {
  position: relative;
  margin-top: 20px; }

.wc-proceed-to-checkout input[type="submit"], .wc-proceed-to-checkout .view-cart, .wc-proceed-to-checkout .checkout-button, .wc-proceed-to-checkout .checkout, .widget_shopping_cart_content input[type="submit"], .widget_shopping_cart_content .view-cart, .widget_shopping_cart_content .checkout-button, .widget_shopping_cart_content .checkout {
  border-radius: 50px;
  text-shadow: 0 1px 0 rgba(2, 3, 3, 0.42);
  text-transform: uppercase;
  font-size: 13px;
  border: none;
  color: #fff !important;
  font-weight: 600 !important; }

.wc-proceed-to-checkout input[type="submit"], .wc-proceed-to-checkout .view-cart, .widget_shopping_cart_content input[type="submit"], .widget_shopping_cart_content .view-cart {
  padding: 9px 10px 9px 24px;
  margin: 4px 0;
  width: 126px !important;
  display: inline-block;
  line-height: 1;
  text-align: left;
  background-color: #1A1A1A; }

.wc-proceed-to-checkout .checkout-button, .wc-proceed-to-checkout .checkout, .widget_shopping_cart_content .checkout-button, .widget_shopping_cart_content .checkout {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  padding: 9px 31px; }
  .wc-proceed-to-checkout .checkout-button:before, .wc-proceed-to-checkout .checkout:before, .widget_shopping_cart_content .checkout-button:before, .widget_shopping_cart_content .checkout:before {
    display: none; }

.wc-proceed-to-checkout .continue-shop, .widget_shopping_cart_content .continue-shop {
  margin-top: 10px;
  color: #676666;
  font-size: 13px;
  margin: 0;
  display: block;
  text-align: right;
  text-decoration: underline;
  width: 100%;
  font-weight: 400 !important;
  background: transparent !important;
  text-shadow: none !important;
  padding: 10px 0; }
  .wc-proceed-to-checkout .continue-shop:hover, .wc-proceed-to-checkout .continue-shop:focus, .widget_shopping_cart_content .continue-shop:hover, .widget_shopping_cart_content .continue-shop:focus {
    color: #676666; }

.right-sidebar.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .update-cart-button, .left-sidebar.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .update-cart-button {
  width: 100% !important;
  display: block;
  text-align: center;
  line-height: inherit;
  margin-bottom: 10px; }

.right-sidebar.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button, .left-sidebar.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button {
  position: relative;
  width: 100%;
  display: block;
  text-align: center; }

.widget_product_categories ul {
  margin: 0; }
  .widget_product_categories ul li {
    list-style: none;
    padding-bottom: .618em;
    margin-bottom: 10px;
    border-bottom: 1px solid #cbc6ac; }
    .widget_product_categories ul li:before {
      font-family: "FontAwesome";
      margin-right: .53em;
      display: inline-block;
      opacity: 0.25;
      content: "\f105"; }
    .widget_product_categories ul li.current-cat:before {
      content: "\f115"; }

.widget_product_categories .children {
  margin-top: .618em;
  margin-left: 1.618em; }
  .widget_product_categories .children li {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
    .widget_product_categories .children li:before {
      content: "\f101"; }

.site-header .widget_shopping_cart p.total,
.site-header .widget_shopping_cart p.buttons,
.site-header .widget_shopping_cart li {
  padding-left: 1.387em;
  padding-right: 1.387em;
  background-color: rgba(0, 0, 0, 0.025); }

.widget_layered_nav li {
  margin-bottom: .618em; }
  .widget_layered_nav li:before {
    font-family: "FontAwesome";
    margin-right: .53em;
    display: inline-block;
    opacity: 0.35;
    content: "\f0c8"; }

.widget_layered_nav .chosen:before {
  content: "\f14a"; }

.widget.woocommerce li .count {
  font-size: 1em;
  float: right; }

.widget_price_filter .price_slider {
  margin: 1.4em 0; }

.widget_price_filter .price_slider_amount {
  text-align: left;
  line-height: 2.4em; }
  .widget_price_filter .price_slider_amount .button {
    float: right;
    border-radius: 50px;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #1A1A1A;
    border: none;
    padding: 6px 30px;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease 0s; }
  .widget_price_filter .price_slider_amount .price_label .from, .widget_price_filter .price_slider_amount .price_label .to {
    font-weight: 600;
    color: #1A1A1A; }

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left; }

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #1A1A1A;
  box-sizing: border-box;
  margin-top: -.30em;
  opacity: 1; }
  .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em; }
  .widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1); }

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0; }

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1); }

.widget_price_filter .ui-slider-horizontal {
  height: .3em; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px; }

/**
 * Cart
 */
table.cart {
  margin-bottom: 3.631em;
  width: 74.5762711864%;
  float: left;
  margin-right: 1.6949152542%; }
  table.cart td,
  table.cart th {
    padding: .53em; }
  table.cart .qty {
    padding: .236em;
    max-width: 1.618em; }
  table.cart td.actions label {
    display: none; }
  table.cart td.actions .coupon {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px dotted #cbc6ac; }
  table.cart td.actions input {
    display: block;
    width: 100%;
    margin: .236em 0; }

.coupon label {
  border-bottom: 2px solid #cbc6ac;
  line-height: 43px;
  padding-bottom: 3px;
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  color: #1A1A1A; }

.coupon p, .coupon .input-text, .coupon .button {
  font-size: 13px !important; }

.coupon .button {
  margin: 0 !important;
  padding: 6px 30px !important; }

ul#shipping_method {
  margin: 0;
  list-style: none; }

.myaccount_user a {
  font-weight: 400;
  font-size: 14px !important; }
  .myaccount_user a:hover {
    text-decoration: underline; }

.myaccount_address, .myaccount_user {
  font-size: 14px !important; }

.col2-set.addresses {
  margin-top: 10px; }
  .col2-set.addresses .col-1.address, .col2-set.addresses .col-2.address {
    display: inline-block; }
    .col2-set.addresses .col-1.address .title h3, .col2-set.addresses .col-2.address .title h3 {
      font-size: 16px !important;
      text-transform: uppercase;
      margin-bottom: 0;
      line-height: 1;
      display: inline-block; }
    .col2-set.addresses .col-1.address .title a, .col2-set.addresses .col-2.address .title a {
      font-style: italic;
      font-weight: 400;
      font-size: 14px;
      margin-left: 10px;
      color: #707070; }
      .col2-set.addresses .col-1.address .title a:after, .col2-set.addresses .col-2.address .title a:after {
        content: "\f044";
        font-family: "FontAwesome";
        margin-left: 4px;
        font-style: normal; }
    .col2-set.addresses .col-1.address .title, .col2-set.addresses .col-1.address address, .col2-set.addresses .col-2.address .title, .col2-set.addresses .col-2.address address {
      padding: 16px;
      border: 1px solid #cbc6ac; }
    .col2-set.addresses .col-1.address address, .col2-set.addresses .col-2.address address {
      border-top: none; }
  .col2-set.addresses .col-2.address {
    float: right; }

a.remove {
  display: block;
  position: relative;
  color: #81807f;
  font-size: 24px !important; }

/**
 * Checkout
 */
.checkout_coupon {
  margin-bottom: 2.618em; }

form.checkout:before, form.checkout:after {
  content: " ";
  display: table; }

form.checkout:after {
  clear: both; }

#payment {
  border-top: 3px solid #cbc6ac; }
  #payment:before, #payment:after {
    content: " ";
    display: table; }
  #payment:after {
    clear: both; }
  #payment .create-account {
    clear: both; }
  #payment .payment_methods {
    margin: 0 !important;
    border-bottom: 1px dotted #cbc6ac;
    padding: 0 !important; }
    #payment .payment_methods li {
      list-style: none !important;
      padding: 1.387em !important;
      border-bottom: 1px dotted #cbc6ac;
      margin-left: 0; }
      #payment .payment_methods li img {
        float: right;
        border: 0;
        padding: 0;
        max-height: 1.618em; }
      #payment .payment_methods li:last-child {
        padding-bottom: 0;
        border-bottom: 0; }
      #payment .payment_methods li label {
        width: 92%;
        padding-top: 0 !important;
        margin-left: .618em;
        font-weight: bold; }
      #payment .payment_methods li p {
        margin: 0; }
      #payment .payment_methods li .payment_box {
        padding: 1.387em;
        margin: 1.387em -1.387em -1.387em -1.387em;
        background: rgba(0, 0, 0, 0.035);
        border-top: 1px dotted #cbc6ac; }
        #payment .payment_methods li .payment_box fieldset {
          border: 0;
          margin: 0;
          padding: 1em 0 0 0;
          font-size: .857em; }
          #payment .payment_methods li .payment_box fieldset label {
            width: auto;
            margin-left: 0; }
          #payment .payment_methods li .payment_box fieldset .form-row {
            margin-bottom: 1em; }
          #payment .payment_methods li .payment_box fieldset .form-row-first select {
            width: 48%; }
            #payment .payment_methods li .payment_box fieldset .form-row-first select:nth-child(2n) {
              float: right; }
          #payment .payment_methods li .payment_box fieldset #cvv {
            width: 22% !important; }
          #payment .payment_methods li .payment_box fieldset .help {
            width: 75%;
            float: right; }
  #payment .terms {
    width: 100%;
    clear: both;
    float: none;
    margin-bottom: 0;
    margin-top: 1em; }
    #payment .terms label {
      display: inline; }
    #payment .terms input {
      display: inline-block;
      width: auto;
      float: left;
      margin: .327em .53em 0 0; }
  #payment .place-order {
    margin-bottom: 0;
    width: 100%;
    padding-top: 30px; }
    #payment .place-order:before, #payment .place-order:after {
      content: " ";
      display: table; }
    #payment .place-order:after {
      clear: both; }
    #payment .place-order .button {
      font-size: 18px;
      padding: 8px 40px;
      float: right;
      text-transform: uppercase; }

.shop_table thead th.product-total {
  text-align: right !important; }

.shop_table tbody td {
  padding: 10px 0; }
  .shop_table tbody td.product-name {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 -5px;
    letter-spacing: -0.1px; }
    .shop_table tbody td.product-name a {
      font-weight: 400 !important; }
  .shop_table tbody td.product-total {
    text-align: right !important; }
    .shop_table tbody td.product-total .amount {
      font-size: 15px;
      font-weight: 700; }

.shop_table tbody tr:last-child th, .shop_table tbody tr:last-child td {
  padding-bottom: 30px; }

.shop_table tbody tr:first-child th, .shop_table tbody tr:first-child td {
  padding-top: 30px; }

.shop_table tfoot tr td, .shop_table tfoot tr th {
  text-align: right; }

.shop_table tfoot tr:first-child td, .shop_table tfoot tr:first-child th {
  padding-top: 50px; }

.shop_table tfoot tr:last-child td, .shop_table tfoot tr:last-child th {
  padding-top: 20px; }

.shop_table tfoot tr:last-child td {
  font-size: 24px; }

.shop_table.shop_table_responsive.customer_details tbody tr:last-child th, .shop_table.shop_table_responsive.customer_details tbody tr:last-child td, .shop_table.shop_table_responsive.customer_details tbody tr:first-child th, .shop_table.shop_table_responsive.customer_details tbody tr:first-child td {
  padding: 8px 0; }

.shop_table.shop_table_responsive.customer_details td, .shop_table.shop_table_responsive.customer_details th {
  vertical-align: middle; }

/**
 * My Account
 */
#customer_login:before, #customer_login:after {
  content: " ";
  display: table; }

#customer_login:after {
  clear: both; }

#customer_login .col-1 {
  border-right: 2px solid #cbc6ac; }

#customer_login .col-1, #customer_login .col-2 {
  float: left;
  width: 50%;
  padding: 25px 85px 0 85px;
  margin-bottom: 0; }
  #customer_login .col-1 h2, #customer_login .col-2 h2 {
    font-size: 24px;
    margin: 0 0 30px; }

#customer_login p.form-row-wide {
  margin-bottom: 0; }

ul.order_details {
  list-style: none;
  border: 1px solid #cbc6ac;
  position: relative;
  margin-left: 0; }
  ul.order_details:before, ul.order_details:after {
    content: " ";
    display: table; }
  ul.order_details:after {
    clear: both; }
  ul.order_details li {
    float: left;
    padding: 1em 1.618em;
    border-right: 1px solid #cbc6ac;
    font-size: .8em;
    text-transform: uppercase; }
    ul.order_details li:last-child {
      border-right: 0; }
    ul.order_details li strong {
      display: block;
      font-size: 1.387em;
      text-transform: none; }

ul.digital-downloads {
  list-style: none;
  margin-left: 0; }
  ul.digital-downloads li {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px dotted #cbc6ac; }
    ul.digital-downloads li:before {
      font-family: "FontAwesome";
      content: "\f019";
      margin-right: .53em; }

.my_account_orders .button {
  padding: .53em 1em;
  font-size: .857em; }

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 23.7288135593%;
  float: left;
  margin-right: 1.6949152542%; }

.woocommerce-account .woocommerce-MyAccount-content {
  width: 74.5762711864%;
  float: right;
  margin-right: 0; }

@media screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

.woocommerce-MyAccount-navigation {
  clear: both; }
  .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .woocommerce-MyAccount-navigation ul li {
      margin: 0 0 15px; }
      .woocommerce-MyAccount-navigation ul li a {
        color: #333e48;
        font-weight: 400; }
        .woocommerce-MyAccount-navigation ul li a:before {
          font-family: FontAwesome;
          content: "\f105";
          padding-right: 12px; }
    .woocommerce-MyAccount-navigation ul .is-active a {
      font-weight: bold; }
    .woocommerce-MyAccount-navigation ul li + li {
      margin-top: 10px; }

/**
 * General WooCommerce components
 */
.form-row label {
  display: block; }

.form-row input,
.form-row textarea,
.form-row select {
  width: 100%; }

.form-row input[type=checkbox],
.form-row input[type=radio] {
  width: auto; }

.form-row .button {
  width: auto; }

.form-row.create-account label {
  display: inline-block; }

.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d; }

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c; }

.form-row textarea {
  height: auto;
  padding: 20px;
  border-radius: 15px; }

.form-row-last {
  margin-right: 0 !important; }

.form-row-wide {
  clear: both;
  width: 100%; }

.required {
  border-bottom: 0;
  color: red; }

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em 1.387em;
  background-color: #3D9CD2;
  color: #fff; }
  .demo_store:before {
    font-family: "FontAwesome";
    margin-right: .53em;
    content: "\f05a"; }

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.5em;
  /*1em;*/
  line-height: 1;
  font-size: 1em;
  width: 5.5em;
  font-family: 'star'; }
  .star-rating:before {
    content: "\73\73\73\73\73";
    color: rgba(0, 0, 0, 0.2);
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
  .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0; }

p.stars {
  position: relative;
  font-size: 1.618em; }
  p.stars a {
    display: block;
    font-weight: 700;
    margin-right: 1em;
    text-indent: -9999px;
    position: relative;
    color: #686763; }
    p.stars a:hover {
      color: #1A1A1A; }
    p.stars a:last-child {
      border-right: 0; }
    p.stars a.star-1:after, p.stars a.star-2:after, p.stars a.star-3:after, p.stars a.star-4:after, p.stars a.star-5:after {
      font-family: "FontAwesome";
      text-indent: 0;
      position: absolute;
      top: 0;
      left: 0;
      padding-right: 1em; }
    p.stars a.star-1 {
      width: 2em; }
      p.stars a.star-1:after {
        content: "\f006"; }
      p.stars a.star-1:hover:after, p.stars a.star-1.active:after {
        content: "\f005"; }
    p.stars a.star-2 {
      width: 3em; }
      p.stars a.star-2:after {
        content: "\f006\f006"; }
      p.stars a.star-2:hover:after, p.stars a.star-2.active:after {
        content: "\f005\f005"; }
    p.stars a.star-3 {
      width: 4em; }
      p.stars a.star-3:after {
        content: "\f006\f006\f006"; }
      p.stars a.star-3:hover:after, p.stars a.star-3.active:after {
        content: "\f005\f005\f005"; }
    p.stars a.star-4 {
      width: 5em; }
      p.stars a.star-4:after {
        content: "\f006\f006\f006\f006"; }
      p.stars a.star-4:hover:after, p.stars a.star-4.active:after {
        content: "\f005\f005\f005\f005"; }
    p.stars a.star-5 {
      width: 6em;
      border: 0; }
      p.stars a.star-5:after {
        content: "\f006\f006\f006\f006\f006"; }
      p.stars a.star-5:hover:after, p.stars a.star-5.active:after {
        content: "\f005\f005\f005\f005\f005"; }

.onsale {
  background: none repeat scroll 0 0 #ff0000;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 50px;
  line-height: 48px;
  position: absolute;
  left: 10px;
  text-align: center;
  top: 10px;
  width: 50px;
  z-index: 99; }

.quantity .qty {
  max-width: 4.631em;
  text-align: center; }

.bethlehem-sorting {
  font-size: 13px;
  margin-bottom: 2.618em;
  border-bottom: 1px solid #cbc6ac;
  display: table;
  margin-bottom: 25px;
  width: 100%;
  position: relative;
  padding-bottom: 14px; }
  .bethlehem-sorting:before, .bethlehem-sorting:after {
    content: " ";
    display: table; }
  .bethlehem-sorting:after {
    clear: both; }
  .bethlehem-sorting select {
    padding: 0;
    height: 30px; }
  .bethlehem-sorting ul {
    list-style: none;
    margin: 0;
    left: 62%;
    position: absolute;
    padding-top: 6px; }
    .bethlehem-sorting ul > li {
      float: left;
      margin-right: 25px; }
      .bethlehem-sorting ul > li:last-child {
        margin-right: 0; }
      .bethlehem-sorting ul > li > a {
        color: #707070;
        font-weight: 400; }
      .bethlehem-sorting ul > li.grid-list-button-item a:before {
        font-size: 14px;
        margin-right: 3px;
        display: inline-block; }
      .bethlehem-sorting ul > li.grid-view a:before {
        content: "\f009";
        font-family: "FontAwesome"; }
      .bethlehem-sorting ul > li.list-view a:before {
        content: "\f0c9";
        font-family: "FontAwesome"; }

.woocommerce-tabs {
  padding: 1em 0; }
  .woocommerce-tabs ul.tabs {
    list-style: none;
    margin-right: 12 !important;
    text-align: center;
    padding-right: 0; }
    .woocommerce-tabs ul.tabs li {
      display: inline-block;
      padding-left: 20px;
      position: relative; }
      .woocommerce-tabs ul.tabs li.active {
        background-color: #fdfbf4;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        margin-right: -1px;
        border-right-color: #fdfbf4 !important;
        border: 1px solid #cdc8af; }
        .woocommerce-tabs ul.tabs li.active a {
          color: #686763; }
        .woocommerce-tabs ul.tabs li.active:after {
          content: "\f107";
          font-family: "FontAwesome";
          position: absolute;
          top: 100%;
          left: 50%;
          height: 1em;
          width: 1em;
          line-height: 1;
          margin-left: -.5em; }

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  padding: 1em 1.618em;
  margin-bottom: 2.618em;
  background-color: #0f834d;
  margin-left: 0;
  color: #fff;
  clear: both;
  border-left: 0.618em solid rgba(0, 0, 0, 0.15); }
  .woocommerce-message:before, .woocommerce-message:after,
  .woocommerce-info:before,
  .woocommerce-info:after,
  .woocommerce-error:before,
  .woocommerce-error:after,
  .woocommerce-noreviews:before,
  .woocommerce-noreviews:after,
  p.no-comments:before,
  p.no-comments:after {
    content: " ";
    display: table; }
  .woocommerce-message:after,
  .woocommerce-info:after,
  .woocommerce-error:after,
  .woocommerce-noreviews:after,
  p.no-comments:after {
    clear: both; }
  .woocommerce-message a,
  .woocommerce-info a,
  .woocommerce-error a,
  .woocommerce-noreviews a,
  p.no-comments a {
    color: #fff; }
    .woocommerce-message a:hover,
    .woocommerce-info a:hover,
    .woocommerce-error a:hover,
    .woocommerce-noreviews a:hover,
    p.no-comments a:hover {
      color: #fff;
      opacity: 0.7; }
    .woocommerce-message a.button:hover,
    .woocommerce-info a.button:hover,
    .woocommerce-error a.button:hover,
    .woocommerce-noreviews a.button:hover,
    p.no-comments a.button:hover {
      opacity: 1; }
  .woocommerce-message .button,
  .woocommerce-info .button,
  .woocommerce-error .button,
  .woocommerce-noreviews .button,
  p.no-comments .button {
    float: right;
    padding: 0;
    background: none;
    color: #fff;
    box-shadow: none;
    line-height: 1.618;
    padding-left: 1em;
    border-width: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgba(255, 255, 255, 0.25) !important;
    border-radius: 0; }
    .woocommerce-message .button:hover,
    .woocommerce-info .button:hover,
    .woocommerce-error .button:hover,
    .woocommerce-noreviews .button:hover,
    p.no-comments .button:hover {
      background: none;
      color: #fff;
      opacity: 0.7; }

.woocommerce-error {
  list-style: none; }

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3D9CD2; }

.woocommerce-error {
  background-color: #e2401c; }

dl.variation {
  font-size: .857em; }
  dl.variation dd {
    margin: 0 0 1em; }

/**
 * Homepage
 */
.bethlehem-product-section {
  border-bottom: 3px solid rgba(0, 0, 0, 0.025);
  margin-bottom: 4.236em; }
  .bethlehem-product-section .section-title {
    text-align: center; }
  .bethlehem-product-section:last-child {
    border-bottom: 0; }

.checkout.woocommerce-checkout .panel-heading:before {
  content: ""; }

.checkout.woocommerce-checkout h3 {
  color: #1a1a1a;
  margin: 0 0 40px; }

.checkout.woocommerce-checkout .order_review_heading {
  display: none; }

#order_review_heading {
  display: none; }

.woocommerce-checkout .panel-title {
  position: relative; }
  .woocommerce-checkout .panel-title a {
    display: block;
    padding: 8px 30px; }
    .woocommerce-checkout .panel-title a:before {
      height: 56px;
      left: 0;
      position: absolute;
      top: 0;
      width: 20px;
      content: ""; }
    .woocommerce-checkout .panel-title a:hover, .woocommerce-checkout .panel-title a:focus {
      outline: none; }
    .woocommerce-checkout .panel-title a.collapsed {
      border: 1px solid #cbc6ac; }
      .woocommerce-checkout .panel-title a.collapsed:before {
        background-color: #cbc6ac; }

.our-store .container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto; }
  .our-store .container:after {
    content: " ";
    display: block;
    clear: both; }

.our-store header {
  margin: 0 0 50px;
  text-align: center; }

.our-store .our-store-carousel-nav {
  width: 36px;
  height: 36px;
  border: 2px solid #969696;
  color: #969696;
  display: inline-block;
  border-radius: 50%;
  vertical-align: top;
  margin-top: 5px;
  cursor: pointer; }
  .our-store .our-store-carousel-nav i {
    padding: 9px 10px; }
  .our-store .our-store-carousel-nav:hover {
    color: #000;
    border-color: #000; }

.our-store h3 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
  display: inline-block;
  margin: 0 40px; }

.our-store.type-1 {
  padding: 60px 0;
  border-top: 1px solid #cbc6ac;
  background: #e0dccc; }
  .our-store.type-1 .product-item .product-info {
    zoom: 1;
    overflow: hidden; }
    .our-store.type-1 .product-item .product-info:first-child {
      margin-top: 0; }
  .our-store.type-1 .product-item .product-thumbnail {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
    float: left;
    padding-right: 20px; }
    .our-store.type-1 .product-item .product-thumbnail > img {
      width: 100px; }
  .our-store.type-1 .product-item .product-body {
    zoom: 1;
    width: 10000px;
    overflow: hidden;
    display: table-cell;
    vertical-align: top;
    text-align: left; }
  .our-store.type-1 .product-item .product-title {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: -.5px;
    width: 170px;
    overflow: hidden;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .our-store.type-1 .product-item .book-author {
    font-size: 12px;
    margin: 0 0 20px;
    color: #707070; }
  .our-store.type-1 .product-item .short-desc {
    font-size: 13px;
    font-style: italic;
    color: #5f5f5f;
    line-height: 21px;
    max-height: 62px;
    max-width: 170px;
    padding-right: 10px;
    text-overflow: ellipsis; }

.our-store.type-2 {
  background: #f1f1f1;
  padding: 60px 0; }
  .our-store.type-2 header h3 {
    font-weight: 700;
    font-size: 40px;
    display: inline-block;
    margin: 0 40px;
    line-height: 38px;
    color: #363636;
    font-family: "Roboto Condensed",sans-serif;
    text-transform: capitalize; }
  .our-store.type-2 .product-item {
    margin-bottom: 10px; }
    .our-store.type-2 .product-item .product-body,
    .our-store.type-2 .product-item .product-thumbnail {
      display: block; }
    .our-store.type-2 .product-item .product-thumbnail img {
      width: 166px;
      /*145px;*/
      height: 218px;
      display: inline-block; }
    .our-store.type-2 .product-item .product-title {
      font-size: 20px;
      text-transform: capitalize;
      margin: 0;
      letter-spacing: -0.03em;
      font-family: "Roboto Condensed",sans-serif;
      font-weight: 400;
      color: #353535;
      margin: 13px 0;
      line-height: 1; }
      .our-store.type-2 .product-item .product-title a {
        font-weight: 400 !important; }
    .our-store.type-2 .product-item .short-desc {
      font-size: 13px;
      color: #545454;
      margin-bottom: 10px;
      padding: 0 45px;
      text-align: center; }
    .our-store.type-2 .product-item .actions .price {
      font-size: 22px;
      line-height: 26px;
      letter-spacing: -0.03em;
      font-family: "Roboto Condensed",sans-serif;
      font-weight: 700;
      background: transparent;
      margin: 0;
      padding: 0;
      width: 100%;
      display: block;
      float: none; }
    .our-store.type-2 .product-item .actions .button.add_to_cart_button, .our-store.type-2 .product-item .actions .button.view_product_button {
      display: inline;
      background: transparent;
      width: 100%;
      font-size: 17px;
      font-family: "Roboto Condensed",sans-serif;
      font-weight: 700;
      line-height: 53px;
      color: #757373;
      border: 2px solid #9c9c9c;
      float: none;
      padding: 9px 42px;
      top: 7px;
      margin-top: 0;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      text-transform: capitalize; }
      .our-store.type-2 .product-item .actions .button.add_to_cart_button:before, .our-store.type-2 .product-item .actions .button.add_to_cart_button:after, .our-store.type-2 .product-item .actions .button.view_product_button:before, .our-store.type-2 .product-item .actions .button.view_product_button:after {
        display: none; }
      .our-store.type-2 .product-item .actions .button.add_to_cart_button:hover, .our-store.type-2 .product-item .actions .button.add_to_cart_button:focus, .our-store.type-2 .product-item .actions .button.view_product_button:hover, .our-store.type-2 .product-item .actions .button.view_product_button:focus {
        color: #fff; }
    .our-store.type-2 .product-item .product-info {
      text-align: center; }
  .our-store.type-2 .our-store-carousel-nav {
    margin-top: 0; }

.related.products > h2 {
  font-size: 18px;
  letter-spacing: 0;
  border-bottom: 2px solid #CBC6AC;
  padding: 0 0 7px 0;
  margin: 0 0 15px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 26px; }

@media screen and (max-width: 768px) {
  .woocommerce-tabs {
    /*ul.tabs {
		  	margin-left: 11px !important;
		}*/ }
  .single_add_to_cart_button {
    width: 184px; } }

@media screen and (min-width: 768px) {
  p.stars {
    font-size: 1em; }
    p.stars a {
      display: inline-block; }
      p.stars a.star-1, p.stars a.star-2, p.stars a.star-3, p.stars a.star-4 {
        border-right: 1px solid #cbc6ac; }
  .woocommerce-page .hentry {
    border-bottom: none; }
  /**
	 * Responsive tables
	 */
  table.shop_table_responsive thead {
    display: table-header-group; }
  table.shop_table_responsive tbody th {
    display: table-cell; }
  table.shop_table_responsive tr td {
    display: table-cell; }
    table.shop_table_responsive tr td:before {
      display: none; }
  /**
	 * Header Elements
	 */
  .site-header-cart {

    position: relative; }
    .site-header-cart .cart-contents {
      padding: 0 1em 2.244em;
      display: block;
      position: relative;
      background-color: transparent;
      height: auto;
      width: auto;
      text-indent: 0; }
      .site-header-cart .cart-contents:after {
        right: 1.618em;
        line-height: 1.387;
        height: 1em;
        width: 1em;
        top: 0; }
      .site-header-cart .cart-contents .amount {
        margin-right: .327em; }
      .site-header-cart .cart-contents .count {
        font-weight: 400;
        opacity: 0.5;
        font-size: .857em; }
      .site-header-cart .cart-contents span {
        display: inline; }
    .site-header-cart .widget_shopping_cart {
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 999999;
      font-size: .857em;
      left: -999em;
      display: block; }
      .site-header-cart .widget_shopping_cart h2.widgettitle {
        display: none; }
      .site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
        position: relative;
        float: left;
        top: auto; }
        .site-header-cart .widget_shopping_cart .product_list_widget li a.remove:before {
          text-align: left; }
    .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
      left: 0; }
  /**
	 * Reset mobile product styles
	 */
  ul.products li.product {
    clear: none;
    width: 100%;
    float: left;
    font-size: .857em; }
    ul.products li.product.first {
      clear: both !important;
      padding-left: 0; }
    ul.products li.product.last {
      margin-right: 0; }
    ul.products li.product .list-view-content {
      padding-left: 20px;
      display: inline-block;
      float: right; }
  /**
	 * Full width content area product layout
	 */
  .page-template-template-fullwidth-php .site-main,
  .page-template-template-homepage-php .site-main,
  .bethlehem-full-width-content .site-main {
    /*ul.products {
					li.product {
						@include span(3 of 12);

						&:nth-child(4n){
					 		margin-right: 0;
					 	}
						&.first{
							clear: none !important;
						}
					}
				}*/
    /*#list-view{
					ul.products {
						li.product{
						 	&:nth-child(4n+2){
		                        margin-right: 0!important;
						 	}
						 	&:nth-child(4n+2){
		                        margin-left: 0!important;
						 	}
						}
					}
				}*/ }
    .page-template-template-fullwidth-php .site-main .columns-1 ul.products li.product,
    .page-template-template-homepage-php .site-main .columns-1 ul.products li.product,
    .bethlehem-full-width-content .site-main .columns-1 ul.products li.product {
      width: 100%;
      margin-right: 0;
      float: none; }
    .page-template-template-fullwidth-php .site-main .columns-2 ul.products li.product,
    .page-template-template-homepage-php .site-main .columns-2 ul.products li.product,
    .bethlehem-full-width-content .site-main .columns-2 ul.products li.product {
      width: 48.9362516995%;
      float: left;
      margin-right: 2.127496601%; }
    .page-template-template-fullwidth-php .site-main .columns-3 ul.products li.product,
    .page-template-template-homepage-php .site-main .columns-3 ul.products li.product,
    .bethlehem-full-width-content .site-main .columns-3 ul.products li.product {
      width: 31.915002266%;
      float: left;
      margin-right: 2.127496601%; }
    .page-template-template-fullwidth-php .site-main .columns-4 ul.products li.product,
    .page-template-template-homepage-php .site-main .columns-4 ul.products li.product,
    .bethlehem-full-width-content .site-main .columns-4 ul.products li.product {
      width: 23.4043775493%;
      float: left;
      margin-right: 2.127496601%; }
    .page-template-template-fullwidth-php .site-main .columns-5 ul.products li.product,
    .page-template-template-homepage-php .site-main .columns-5 ul.products li.product,
    .bethlehem-full-width-content .site-main .columns-5 ul.products li.product {
      width: 17.9488757433%;
      float: left;
      margin-right: 2.5639053209%; }
  /**
		 * Main content area (adjacent to sidebar) product layout
		 */
  .site-main {
    /*ul.products {
				li.product {
					@include span(3 of 9);
				}
			}*/ }
    .site-main .columns-1 ul.products li.product {
      width: 100%;
      margin-right: 0;
      float: none; }
    .site-main .columns-2 ul.products li.product {
      width: 48%;
      margin-right: 3.8%; }
    .site-main .columns-3 ul.products li.product {
      width: 31.4287183707%;
      float: left;
      margin-right: 2.8569224439%; }
    .site-main .columns-4 ul.products li.product {
      width: 23.4043775493%;
      float: left;
      margin-right: 2.127496601%; }
    .site-main .columns-5 ul.products li.product {
      width: 17.9488757433%;
      float: left;
      margin-right: 2.5639053209%; }
  /**
	 * Single product page
	 */
  .single-product div.product .images {
    width: 43.1818181818%;
    float: left;
    margin-right: 2.2727272727%;
    margin-bottom: 3.631em; }
    .single-product div.product .images .thumbnails:before, .single-product div.product .images .thumbnails:after {
      content: " ";
      display: table; }
    .single-product div.product .images .thumbnails:after {
      clear: both; }
    .single-product div.product .images .thumbnails a.zoom {
      width: 21.0526315789%;
      float: left;
      margin-right: 5.2631578947%; }
      .single-product div.product .images .thumbnails a.zoom.last {
        float: right;
        margin-right: 0; }
  .single-product div.product .summary {
    width: 54.5454545455%;
    float: right;
    margin-right: 0;
    margin-bottom: 3.631em; }
  .single-product div.product .woocommerce-tabs {
    clear: both; }
  #reviews .comment-form-author,
  #reviews .comment-form-email {
    width: 47%; }
  #reviews .comment-form-email {
    margin-right: 0; }
  .bethlehem-full-width-content.single-product div.product .images {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
    margin-bottom: 3.631em; }
    .bethlehem-full-width-content.single-product div.product .images .thumbnails a.zoom {
      width: 21.0526315789%;
      float: left;
      margin-right: 5.2631578947%; }
      .bethlehem-full-width-content.single-product div.product .images .thumbnails a.zoom.last {
        margin-right: 0; }
  .bethlehem-full-width-content.single-product div.product .summary {
    width: 66.1016949153%;
    float: right;
    margin-right: 0;
    margin-bottom: 3.631em; }
  .bethlehem-full-width-content.single-product div.product .woocommerce-tabs {
    clear: both; }
  .bethlehem-full-width-content.single-product .related .products li {
    list-style: none; }
  .bethlehem-full-width-content.single-product .related ul.products li.product,
  .bethlehem-full-width-content.single-product .upsells ul.products li.product {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%; }
  .woocommerce .page-description {
    margin-bottom: 1.618em; }
  .woocommerce-result-count {
    float: left;
    position: relative; }
  .woocommerce-ordering {
    float: right;
    margin-left: 25px;
    margin-bottom: 0;
    padding: .2em 0; }
  .woocommerce-pagination {
    float: right;
    border: 0;
    clear: none;
    padding: 0;
    margin-bottom: 0; }
  /**
	 * Cart
	 */
  .woocommerce-billing-fields input, .shipping_address input, #order_comments_field input {
    margin-bottom: 0; }
  table.cart .product-thumbnail {
    display: table-cell; }
    table.cart .product-thumbnail img {
      max-width: 2.7em;
      height: auto;
      margin-bottom: 0; }
  table.cart thead {
    font-size: 1em;
    text-indent: 0; }
    table.cart thead th {
      padding: 8px 0; }
  table.cart tbody td {
    padding: 44px 0;
    border-bottom: 1px solid #cbc6ac; }
    table.cart tbody td a {
      font-weight: 400 !important;
      text-transform: uppercase;
      font-size: 18px;
      line-height: 16px; }
    table.cart tbody td.product-subtotal {
      font-weight: 700; }
  table.cart th, table.cart td {
    vertical-align: middle; }
  table.cart .qty {
    max-width: 5em;
    margin-bottom: 0; }
  table.cart .product-remove {
    display: table-cell; }
  table.cart .product-quantity .plus,
  table.cart .product-quantity .minus {
    display: inline-block; }
  table.cart .quantity .qty {
    padding: .5em .618em; }
  table.cart td.actions {
    text-align: right; }
    table.cart td.actions label {
      display: none; }
    table.cart td.actions .coupon {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none;
      display: inline-block;
      float: left; }
    table.cart td.actions input {
      display: inline-block;
      width: auto;
      margin: 0; }
  .cart-collaterals {
    width: 23.7288135593%;
    float: right;
    margin-right: 0;
    padding-left: 28px; }
    .cart-collaterals:before, .cart-collaterals:after {
      content: " ";
      display: table; }
    .cart-collaterals:after {
      clear: both; }
    .cart-collaterals h2 {
      border-bottom: 2px solid #cbc6ac;
      padding-bottom: 3px;
      line-height: 43px; }
    .cart-collaterals .shipping_calculator {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin: 0;
      clear: right; }
    .cart-collaterals .shipping_calculator {
      clear: right; }
    .cart-collaterals table tbody th {
      font-weight: 400; }
    .cart-collaterals table tbody td {
      font-weight: 700;
      text-align: right; }
    .cart-collaterals table tbody tr:last-child th, .cart-collaterals table tbody tr:last-child td {
      border-top: 1px solid #cbc6ac; }
    .cart-collaterals table tbody tr:last-child td .amount {
      font-size: 24px; }
  /**
	 * Checkout
	 */
  .col2-set {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .col2-set .form-row-first {
      width: 45.9459459459%;
      float: left;
      margin-right: 1.3513513514%; }
    .col2-set .form-row-last {
      width: 45.9459459459%;
      float: right;
      margin-right: 0; }
    .col2-set .col-1,
    .col2-set .col-2 {
      margin-bottom: 1.618em; }
    .col2-set + #customer_details {
      display: none; }
  #order_review_heading,
  #order_review {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    clear: right; }
  #order_review_heading {
    margin-bottom: 0;
    padding-bottom: .618em;
    padding-top: .618em;
    border-width: 3px 3px 0 3px;
    padding-left: 0.6666666667%;
    padding-right: 0.6666666667%; }
  #order_review {
    border-width: 0 3px 3px 3px; }
  .woocommerce-order-pay #order_review {
    border-width: 3px;
    width: 100%;
    float: none; }
    .woocommerce-order-pay #order_review #payment h3 {
      padding-left: 1em;
      padding-top: 1em; }
    .woocommerce-order-pay #order_review .payment_methods + .form-row {
      padding: 1em; }
    .woocommerce-order-pay #order_review .button#place_order {
      display: block;
      width: 100%; }
  #wc_checkout_add_ons {
    width: 43.1818181818%;
    float: left;
    margin-right: 2.2727272727%; }
  .page-template-template-fullwidth-php .col2-set {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .page-template-template-fullwidth-php .col2-set .form-row-first {
      width: 49.1525423729%;
      float: left;
      margin-right: 1.6949152542%; }
    .page-template-template-fullwidth-php .col2-set .form-row-last {
      width: 49.1525423729%;
      float: right;
      margin-right: 0; }
  .page-template-template-fullwidth-php #order_review_heading,
  .page-template-template-fullwidth-php #order_review {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .page-template-template-fullwidth-php #wc_checkout_add_ons {
    width: 49.1525423729%;
    float: right;
    margin-right: 0; }
  .page-template-template-fullwidth-php #order_review {
    font-size: .857em; }
  #order_review .shop_table {
    margin-bottom: 2.618em; }
  /**
	 * General WooCommerce Components
	 */
  .form-row-first {
    width: 48.8636363636%;
    float: left;
    margin-right: 2.2727272727%;
    clear: both; }
  .form-row-last {
    width: 48.8636363636%;
    float: right;
    margin-right: 0; }
  .page-template-template-fullwidth-php .form-row-first {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%; }
  .page-template-template-fullwidth-php .form-row-last {
    width: 49.1525423729%;
    float: right;
    margin-right: 0; }
  .bethlehem-full-width-content .woocommerce-tabs ul.tabs {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
    margin-left: 13px;
    /*16px;*/
    margin-right: 0 !important; }
  .bethlehem-full-width-content .woocommerce-tabs .panel {
    width: 66.1016949153%;
    float: right;
    margin-right: 0;
    margin-bottom: 3.631em; }
  .right-sidebar .woocommerce-tabs:before, .right-sidebar .woocommerce-tabs:after,
  .left-sidebar .woocommerce-tabs:before,
  .left-sidebar .woocommerce-tabs:after {
    content: " ";
    display: table; }
  .right-sidebar .woocommerce-tabs:after,
  .left-sidebar .woocommerce-tabs:after {
    clear: both; }
  .right-sidebar .woocommerce-tabs ul.tabs,
  .left-sidebar .woocommerce-tabs ul.tabs {
    width: 31.8181818182%;
    float: left;
    margin-right: 2.2727272727%;
    margin-right: 0 !important;
    margin-left: 14px; }
  .right-sidebar .woocommerce-tabs .panel,
  .left-sidebar .woocommerce-tabs .panel {
    width: 65.9090909091%;
    float: right;
    margin-right: 0; }
  .woocommerce-tabs {
    margin-bottom: 2.618em; }
    .woocommerce-tabs ul.tabs {
      text-align: left;
      padding-right: 0; }
      .woocommerce-tabs ul.tabs li {
        display: block;
        margin: 0; }
        .woocommerce-tabs ul.tabs li a {
          padding: 1em 0;
          display: block; }
        .woocommerce-tabs ul.tabs li.active:after {
          margin: 0;
          right: 0;
          left: auto;
          top: 50%;
          content: "\f105";
          margin-top: -.5em; }
    .woocommerce-tabs #tab-description {
      border-top-left-radius: 0; }
    .woocommerce-tabs .panel {
      margin-top: 0;
      padding: 30px;
      background-color: #fdfbf4;
      border-radius: 30px;
      border: 1px solid #cdc8af;
      min-height: 200px; } }

#list-view ul.products li.product .product-cover {
  width: 23.7288135593%;
  float: left;
  margin-right: 1.6949152542%; }

#list-view ul.products li.product .list-view-content {
  width: 74.5762711864%;
  float: left;
  margin-right: 1.6949152542%;
  margin-right: 0; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .woocommerce-active .site-branding,
  .woocommerce-active .site-logo-anchor {
    float: left;
    padding: 0 20px;
    margin-bottom: 20px; }
  .bethlehem-sorting {
    text-align: center; }
    .bethlehem-sorting p {
      margin-bottom: 0; }
    .bethlehem-sorting ul {
      display: inline-block;
      position: relative;
      margin: 10px 0;
      padding-top: 0;
      left: 0; }
    .bethlehem-sorting .woocommerce-ordering select {
      width: inherit !important;
      height: 30px !important; }
  .woocommerce-breadcrumb {
    padding: 0 20px; }
  .single-product div.product form.cart .lbl-qty, .single-product div.product form.cart .quantity {
    margin-bottom: 20px;
    display: inline-block; }
  .single-product div.product form.cart .quantity {
    margin-right: 0; }
    .single-product div.product form.cart .quantity input {
      margin-bottom: 0; }
  .single-product div.product form.cart .button {
    display: inherit; }
  .woocommerce-tabs {
    padding: 1em 0; }
    .woocommerce-tabs ul.tabs {
      margin-left: 0; }
      .woocommerce-tabs ul.tabs li {
        padding: 8px 20px; }
        .woocommerce-tabs ul.tabs li.active {
          border-radius: 30px;
          border-color: #cbc6ac !important; }
    .woocommerce-tabs .panel {
      margin-top: 16px;
      padding: 30px;
      background-color: #fdfbf4;
      border-radius: 30px;
      border: 1px solid #cbc6ac; }
      .woocommerce-tabs .panel > h2 {
        line-height: 1; }
      .woocommerce-tabs .panel p.form-submit {
        margin-top: 10px !important; }
  #list-view ul.products li.product h3 {
    margin-top: 20px; }
  #list-view ul.products li.product .product-cover, #list-view ul.products li.product .list-view-content {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    float: none; }
  .widget_shopping_cart_content p.buttons {
    margin: 30px auto;
    width: 232px; }
  .wc-proceed-to-checkout {
    margin: 20px auto;
    width: 232px; }
  .our-store.type-1 .product-item .product-body {
    text-align: center;
    width: inherit;
    display: block; }
  .our-store.type-1 .product-item .product-thumbnail {
    display: block;
    float: none;
    padding-right: 0; }
    .our-store.type-1 .product-item .product-thumbnail > img {
      display: inline-block;
      width: 160px; }
  .our-store.type-1 .product-item .product-body {
    display: inline-block;
    width: inherit;
    text-align: center; }
    .our-store.type-1 .product-item .product-body .short-desc {
      padding: 0;
      min-width: 200px; }
    .our-store.type-1 .product-item .product-body h5.product-title {
      width: inherit; }
  .our-store .product-item {
    padding: 0 40px; }
    .our-store .product-item .product-thumbnail {
      padding-bottom: 20px;
      padding-right: 0; }
      .our-store .product-item .product-thumbnail > img {
        width: 100%; }
    .our-store .product-item .product-body .short-desc {
      width: 270px; }
  .our-store h3 {
    line-height: 1; }
  .our-store .our-store-carousel-nav {
    margin-top: 0; }
  .our-store .our-store-carousel-prev {
    margin-bottom: 10px; }
  .our-store .our-store-carousel-next {
    margin-top: 6px; }
  table.cart {
    width: 100%; }
    table.cart thead {
      display: none; }
    table.cart tbody tr td {
      display: block;
      padding: 10px !important;
      text-align: center; }
      table.cart tbody tr td:last-child {
        margin-bottom: 20px; }
      table.cart tbody tr td.product-thumbnail a {
        display: inline-block; }
        table.cart tbody tr td.product-thumbnail a img {
          margin-bottom: 0; }
      table.cart tbody tr td.product-quantity input {
        margin-bottom: 0;
        padding: 0 12px; }
      table.cart tbody tr td.product-remove {
        margin-bottom: 0; }
        table.cart tbody tr td.product-remove a {
          line-height: 0.6; }
    table.cart .qty {
      max-width: 5.618em; }
  .cart-collaterals {
    clear: both;
    text-align: center; }
    .cart-collaterals .cart_totals table tr th {
      text-align: right !important;
      padding-right: 20px;
      padding-left: 0; }
    .cart-collaterals .cart_totals table tr td {
      padding-right: 0;
      padding-left: 20px; }
    .cart-collaterals .cart_totals .wc-proceed-to-checkout input {
      display: inline-block;
      text-align: center;
      margin-bottom: 10px;
      padding: 10px;
      width: 100% !important;
      line-height: 20px; }
    .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
      position: relative;
      width: 100%;
      display: inline-block; }
    .cart-collaterals .cart_totals .wc-proceed-to-checkout a.continue-shop {
      text-align: center; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .bethlehem-sorting {
    padding-bottom: 20px; }
    .bethlehem-sorting p {
      margin-bottom: 0;
      padding: 6px 0; }
    .bethlehem-sorting ul {
      left: 32%;
      padding: 6px 0; }
    .bethlehem-sorting .woocommerce-ordering {
      margin-left: 0; }
      .bethlehem-sorting .woocommerce-ordering select {
        width: inherit !important;
        height: 30px !important; }
  .page-template-template-fullwidth-php .site-main ul.products li.product,
  .page-template-template-homepage-php .site-main ul.products li.product,
  .bethlehem-full-width-content .site-main ul.products li.product {
    width: 31.915002266%;
    float: left;
    margin-right: 2.127496601%; }
    .page-template-template-fullwidth-php .site-main ul.products li.product:nth-child(3n),
    .page-template-template-homepage-php .site-main ul.products li.product:nth-child(3n),
    .bethlehem-full-width-content .site-main ul.products li.product:nth-child(3n) {
      margin-right: 0 !important; }
  .right-sidebar .site-main #list-view ul.products li.product:nth-child(2n+2),
  .left-sidebar .site-main #list-view ul.products li.product:nth-child(2n+2) {
    margin-left: 0 !important; }
  .right-sidebar .site-main ul.products li.product,
  .left-sidebar .site-main ul.products li.product {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
    /*&.last{
						margin-right: -100% !important;
					}*/ }
    .right-sidebar .site-main ul.products li.product:nth-child(2n),
    .left-sidebar .site-main ul.products li.product:nth-child(2n) {
      margin-right: 0 !important; }
    .right-sidebar .site-main ul.products li.product.first,
    .left-sidebar .site-main ul.products li.product.first {
      clear: none !important; }
  .page-template-template-fullwidth-php .site-main #list-view ul.products li.product:nth-child(2n+2),
  .page-template-template-homepage-php .site-main #list-view ul.products li.product:nth-child(2n+2),
  .bethlehem-full-width-content .site-main #list-view ul.products li.product:nth-child(2n+2) {
    margin-left: 0 !important; }
  .widget_shopping_cart p.buttons {
    margin: 2em 0; }
    .widget_shopping_cart p.buttons .view-cart {
      padding: 10px 30px !important;
      text-align: center;
      width: inherit !important;
      display: inline-block;
      background-color: #1A1A1A; }
  .single-product div.product form.cart .button {
    display: inherit; }
  /*.woocommerce-tabs {
		ul.tabs {
			margin-left: 14px;
		}
	}*/
  #list-view ul.products li.product {
    margin-right: 0; }
    #list-view ul.products li.product h3 {
      margin-top: 0; }
    #list-view ul.products li.product .product-cover {
      width: 40%; }
    #list-view ul.products li.product .list-view-content {
      width: 58%;
      vertical-align: top; }
    #list-view ul.products li.product .product-details {
      display: block; }
  .our-store .product-item {
    padding: 0 40px; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .wc-proceed-to-checkout .checkout,
  .wc-proceed-to-checkout .checkout-button,
  .widget_shopping_cart_content .checkout,
  .widget_shopping_cart_content .checkout-button {
    top: 30px;
    right: -6px; }
  .wc-proceed-to-checkout .continue-shop,
  .widget_shopping_cart_content .continue-shop {
    margin: 36px 0 4px; }
  .woocommerce-tabs .panel {
    margin-left: -5px; } }

@media screen and (min-width: 1200px) {
  .site-main ul.products li.product {
    width: 31.8181818182%;
    float: left;
    margin-right: 2.2727272727%; }
  .right-sidebar .site-main ul.products li.product.last,
  .left-sidebar .site-main ul.products li.product.last {
    margin-right: 0 !important; }
  .page-template-template-fullwidth-php .site-main ul.products li.product,
  .page-template-template-homepage-php .site-main ul.products li.product,
  .bethlehem-full-width-content .site-main ul.products li.product {
    width: 23.4043775493%;
    float: left;
    margin-right: 2.127496601%; }
    .page-template-template-fullwidth-php .site-main ul.products li.product:nth-child(4n),
    .page-template-template-homepage-php .site-main ul.products li.product:nth-child(4n),
    .bethlehem-full-width-content .site-main ul.products li.product:nth-child(4n) {
      margin-right: 0; }
    .page-template-template-fullwidth-php .site-main ul.products li.product.first,
    .page-template-template-homepage-php .site-main ul.products li.product.first,
    .bethlehem-full-width-content .site-main ul.products li.product.first {
      clear: none !important; }
  .bethlehem-full-width-content .woocommerce-tabs ul.tabs {
    margin-left: 20px; }
  .left-sidebar .woocommerce-tabs ul.tabs,
  .right-sidebar .woocommerce-tabs ul.tabs {
    margin-left: 20px !important; } }

body.bethlehem-style-2 {
  background-color: #FFF;
  font-family: Bitter, serif; }
  body.bethlehem-style-2.header-7 .site-header {
    border-bottom: 1px solid #D3D3D3; }
  body.bethlehem-style-2.home-page.header-7 .site-header {
    border-bottom: none; }
  body.bethlehem-style-2 h1, body.bethlehem-style-2 h2, body.bethlehem-style-2 h3, body.bethlehem-style-2 h4, body.bethlehem-style-2 h5, body.bethlehem-style-2 h6, body.bethlehem-style-2 button,
  body.bethlehem-style-2 .primary-navigation ul.menu > li > a,
  body.bethlehem-style-2 .top-nav-links ul > li > a,
  body.bethlehem-style-2 .hb-more-button, body.bethlehem-style-2 .vc-events-calendar .events-calendar table#wp-calendar caption {
    font-family: 'Roboto Condensed', sans-serif; }
  body.bethlehem-style-2 .site-description, body.bethlehem-style-2 .site-title {
    color: #363636;
    text-shadow: none; }
  body.bethlehem-style-2 .widget-area .widget.widget_mc4wp_widget .mc4wp-form input[type="submit"]:hover {
    border: none; }
  body.bethlehem-style-2 .vc-events-calendar .events-calendar table#wp-calendar caption {
    line-height: 1.3; }
  body.bethlehem-style-2 .bethlehem-logo-body .site-title, body.bethlehem-style-2 .bethlehem-logo-body .site-description {
    font-family: Bitter, serif; }
  body.bethlehem-style-2 .comments-title,
  body.bethlehem-style-2 .comment-reply-title {
    border-bottom: 2px solid #d3d3d3; }
  body.bethlehem-style-2 input[type="submit"] {
    border: 2px solid #9c9c9c;
    transition: all 0.3s ease 0s;
    border-radius: 0;
    background: transparent;
    color: #707070;
    text-shadow: none; }
  body.bethlehem-style-2 .comment-form input[type="submit"] {
    border: 2px solid #9c9c9c;
    transition: all 0.3s ease 0s;
    border-radius: 0;
    background: transparent;
    color: #707070;
    text-shadow: none; }
  body.bethlehem-style-2 .comment-form input,
  body.bethlehem-style-2 .comment-form textarea {
    border-radius: 0;
    border: 1px solid #d3d3d3; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    body.bethlehem-style-2 .woocommerce-tabs ul.tabs li.active {
      border-radius: 0;
      border-color: #d3d3d3 !important; }
    body.bethlehem-style-2 .woocommerce-tabs .panel {
      background-color: #fff;
      border-radius: 0;
      border: 1px solid #d3d3d3; } }
  body.bethlehem-style-2 .bethlehem-counter ul > li {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: lighter; }
    body.bethlehem-style-2 .bethlehem-counter ul > li span {
      padding-bottom: 7px; }
  body.bethlehem-style-2.single-product div.product form.cart .quantity input {
    border-radius: 0;
    border: 1px solid #d3d3d3;
    background: #fff; }
  body.bethlehem-style-2 .wc-proceed-to-checkout input[type="submit"], body.bethlehem-style-2 .wc-proceed-to-checkout .view-cart, body.bethlehem-style-2 .wc-proceed-to-checkout .checkout-button, body.bethlehem-style-2 .wc-proceed-to-checkout .checkout, body.bethlehem-style-2 .widget_shopping_cart_content input[type="submit"], body.bethlehem-style-2 .widget_shopping_cart_content .view-cart, body.bethlehem-style-2 .widget_shopping_cart_content .checkout-button, body.bethlehem-style-2 .widget_shopping_cart_content .checkout {
    border: 1px solid #9c9c9c;
    display: inline-block;
    transition: all 0.3s ease 0s;
    border-radius: 0;
    background: transparent;
    color: #707070 !important;
    text-shadow: none;
    text-align: center; }
  body.bethlehem-style-2 .widget_shopping_cart_content input[type="submit"], body.bethlehem-style-2 .widget_shopping_cart_content .view-cart {
    padding: 10px 5px !important;
    width: 107px !important; }
  body.bethlehem-style-2 .widget_shopping_cart_content .checkout-button, body.bethlehem-style-2 .widget_shopping_cart_content .checkout {
    padding: 6px !important;
    width: 100px !important;
    top: 5px; }
  body.bethlehem-style-2 .wc-proceed-to-checkout input[type="submit"], body.bethlehem-style-2 .wc-proceed-to-checkout .view-cart {
    padding: 10px 5px !important;
    width: 100% !important;
    margin-bottom: 10px; }
  body.bethlehem-style-2 .wc-proceed-to-checkout .checkout-button, body.bethlehem-style-2 .wc-proceed-to-checkout .checkout {
    padding: 6px !important;
    width: 100% !important;
    position: relative; }
  body.bethlehem-style-2 .widget_price_filter .price_slider_amount .button {
    border-radius: 0px;
    background-color: transparent;
    border: 1px solid #9c9c9c;
    color: #707070; }
  body.bethlehem-style-2 .woocommerce-tabs ul.tabs li.active {
    background-color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-right-color: #fff !important;
    border: 1px solid #d3d3d3; }
  @media screen and (min-width: 768px) {
    body.bethlehem-style-2 .woocommerce-tabs .panel {
      background-color: #fff;
      border-radius: 0;
      border: 1px solid #d3d3d3; } }
  body.bethlehem-style-2 .give-btn {
    border-radius: 0 !important;
    background: transparent !important;
    border: 2px solid #9c9c9c !important;
    color: #707070;
    transition: all 0.3s ease 0s;
    text-shadow: none; }
  body.bethlehem-style-2 .vc-events-list-location .event-locations .location-content .event-btns a {
    border-radius: 0;
    background-color: #d3d3d3; }
  body.bethlehem-style-2 .widget-area .widget h3.widget-title {
    font-size: 18px;
    letter-spacing: 0;
    border-bottom: 2px solid #D3D3D3;
    padding: 0 0 7px 0;
    margin: 0 0 15px;
    text-transform: capitalize;
    font-weight: 600; }
  body.bethlehem-style-2 .widget-area .widget.widget_search form input[type=search], body.bethlehem-style-2 .widget-area .widget.widget_product_search form input[type=search] {
    border-radius: 0;
    border: 1px solid #d3d3d3; }
  body.bethlehem-style-2 input.button,
  body.bethlehem-style-2 .button.wc-backward {
    border-radius: 0;
    background: transparent;
    border: 2px solid #9c9c9c;
    color: #707070;
    transition: all 0.3s ease 0s; }
  body.bethlehem-style-2 input[type="text"],
  body.bethlehem-style-2 input[type="email"],
  body.bethlehem-style-2 input[type="url"],
  body.bethlehem-style-2 input[type="password"],
  body.bethlehem-style-2 input[type="search"],
  body.bethlehem-style-2 textarea,
  body.bethlehem-style-2 .input-text {
    border-radius: 0;
    border: 1px solid #d3d3d3; }
  body.bethlehem-style-2 .select2-container .select2-choice {
    border-radius: 0;
    border: 1px solid #d3d3d3; }
  body.bethlehem-style-2 .cart-collaterals .coupon input[type="submit"] {
    border-radius: 0;
    background: transparent;
    border: 1px solid #9c9c9c;
    color: #707070;
    text-shadow: none;
    transition: all 0.3s ease 0s; }
  body.bethlehem-style-2 .related.products > h2 {
    font-size: 18px;
    letter-spacing: 0;
    border-bottom: 2px solid #D3D3D3;
    padding: 0 0 7px 0;
    margin: 0 0 15px;
    text-transform: capitalize;
    font-weight: 600; }
  body.bethlehem-style-2 .line {
    background: #d3d3d3; }
  body.bethlehem-style-2 .widget_recent_entries ul li,
  body.bethlehem-style-2 .widget_pages ul li,
  body.bethlehem-style-2 .widget_categories ul li,
  body.bethlehem-style-2 .widget_archive ul li,
  body.bethlehem-style-2 .widget_recent_comments ul li,
  body.bethlehem-style-2 .widget_nav_menu ul li,
  body.bethlehem-style-2 .widget_links ul li,
  body.bethlehem-style-2 .widget_meta ul li,
  body.bethlehem-style-2 .widget_rss ul li {
    border-bottom: 1px solid #D3D3D3; }
  body.bethlehem-style-2 .author-wrap {
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3; }
  body.bethlehem-style-2 .ministries-archive .ministries-head {
    border-bottom: 2px solid #d3d3d3; }
  body.bethlehem-style-2 .ministries-archive .grid-list #list-view .ministries-list {
    border-bottom: 1px solid #d3d3d3; }
  body.bethlehem-style-2 select {
    background: transparent;
    border: 1px solid #d3d3d3; }
  body.bethlehem-style-2 .donations-loop {
    border-bottom: 1px solid #d3d3d3; }
  body.bethlehem-style-2 .bethlehem-sorting {
    border-bottom: 1px solid #d3d3d3; }
  body.bethlehem-style-2 #list-view ul.products li.product {
    border-bottom: 1px solid #d3d3d3; }
  body.bethlehem-style-2 .widget_product_categories ul li {
    border-bottom: 1px solid #d3d3d3; }
  body.bethlehem-style-2 .widget_product_categories .children li {
    border: none; }
  body.bethlehem-style-2 .product_list_widget li {
    border-bottom: 1px dotted #d3d3d3; }
  body.bethlehem-style-2 .stories-archive .stories-featured {
    border-bottom: 1px solid #d3d3d3; }
  body.bethlehem-style-2 .sermons-loop {
    border-bottom: 1px solid #d3d3d3; }
  body.bethlehem-style-2 .sermons-single .sermons-content .author-wrap {
    background-color: #fff; }
  body.bethlehem-style-2 .sermons-related > h4 {
    border-bottom: 2px solid #d3d3d3; }
  body.bethlehem-style-2 .widget-area .widget.widget_sermons_recent_posts > ul > li {
    border-bottom: 1px solid #d3d3d3; }
  body.bethlehem-style-2 #tribe-events .tribe-events-list .type-tribe_events {
    border-bottom: 1px solid #d3d3d3; }
  body.bethlehem-style-2 .widget-area .widget.tribe-events-list-widget .type-tribe_events, body.bethlehem-style-2 .widget-area .widget.tribe-events-adv-list-widget .type-tribe_events, body.bethlehem-style-2 .widget-area .widget.tribe-events-venue-widget .type-tribe_events, body.bethlehem-style-2 .widget-area .widget.tribe_mini_calendar_widget .type-tribe_events {
    border-bottom: 1px solid #d3d3d3; }
  body.bethlehem-style-2 .tribe-events-single-event-description {
    border-top: 1px solid #d3d3d3; }
  body.bethlehem-style-2 .side-widget h5 {
    border-bottom: 2px solid #d3d3d3; }
  body.bethlehem-style-2 .widget-area .widget.widget_donations_recent_posts .beth-recent-posts li {
    border-bottom: 1px solid #d3d3d3; }
  body.bethlehem-style-2 .give_forms .summary form.give-form {
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3; }
  body.bethlehem-style-2 .give_forms .summary .give-display-onpage form.give-form legend,
  body.bethlehem-style-2 .give_forms .summary .give-display-reveal form.give-form legend {
    border-color: #d3d3d3; }
  body.bethlehem-style-2 .vc-events-list-location .event-locations {
    border-color: #d3d3d3; }
  body.bethlehem-style-2 .vc_separator.vc_sep_color_grey.bethlehem_separator .vc_sep_line {
    border-color: #d3d3d3; }
  body.bethlehem-style-2 table thead th {
    border-bottom: 2px solid #d3d3d3; }
  body.bethlehem-style-2 .team-small .title {
    border-bottom: 2px solid #d3d3d3; }
  body.bethlehem-style-2 .vc-primary-large-btn a,
  body.bethlehem-style-2 .vc-primary-large-btn button, body.bethlehem-style-2 .vc-primary-small-btn a,
  body.bethlehem-style-2 .vc-primary-small-btn button, body.bethlehem-style-2 .vc-primary-medium-btn a,
  body.bethlehem-style-2 .vc-primary-medium-btn button {
    background: transparent;
    text-shadow: none;
    color: #707070;
    border-radius: 0; }
  body.bethlehem-style-2 .isotope article .folio-item {
    border: 1px solid #d3d3d3; }
  body.bethlehem-style-2 table.cart tbody td {
    border-bottom: 1px solid #d3d3d3; }
  body.bethlehem-style-2 .cart-collaterals table tbody tr:last-child td,
  body.bethlehem-style-2 .cart-collaterals table tbody tr:last-child th {
    border-top: 1px solid #d3d3d3; }
  body.bethlehem-style-2 .cart-collaterals h2 {
    border-bottom: 2px solid #d3d3d3; }
  body.bethlehem-style-2 .coupon label {
    border-bottom: 2px solid #d3d3d3; }
  body.bethlehem-style-2 .woocommerce-checkout .panel-title a.collapsed::before {
    background-color: #d3d3d3; }
  body.bethlehem-style-2 .woocommerce-checkout .panel-title a.collapsed {
    border: 1px solid #d3d3d3; }
  body.bethlehem-style-2 #payment {
    border-top: 3px solid #d3d3d3; }
  body.bethlehem-style-2 ul.order_details {
    border: 1px solid #d3d3d3; }
  body.bethlehem-style-2 .hb-social li a i {
    background-color: #d3d3d3; }
  body.bethlehem-style-2 .post-icons li a i, body.bethlehem-style-2 .post-icons li a .icon-info {
    background-color: #d3d3d3;
    color: #FFF; }
  body.bethlehem-style-2 .post-icons li a:hover i,
  body.bethlehem-style-2 .post-icons li a:hover .icon-info, body.bethlehem-style-2 .post-icons li a:focus i,
  body.bethlehem-style-2 .post-icons li a:focus .icon-info {
    background-color: #b4b4b4; }
  body.bethlehem-style-2 .vc-events-calendar {
    margin-top: 82px; }
    body.bethlehem-style-2 .vc-events-calendar:before, body.bethlehem-style-2 .vc-events-calendar:after {
      content: " ";
      display: table; }
    body.bethlehem-style-2 .vc-events-calendar:after {
      clear: both; }
    body.bethlehem-style-2 .vc-events-calendar .events-lists h2 {
      margin-bottom: 33px; }
  body.bethlehem-style-2 .wpcf7 form p > input {
    border-radius: 0;
    background: transparent;
    border: 2px solid #9c9c9c;
    color: #707070;
    transition: all 0.3s ease 0s;
    text-shadow: none; }
  body.bethlehem-style-2 .widget-area .widget_rss .rss-date {
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3; }
  body.bethlehem-style-2 .pagination .page-numbers li .page-numbers,
  body.bethlehem-style-2 .woocommerce-pagination .page-numbers li .page-numbers {
    background-color: #d3d3d3; }
    body.bethlehem-style-2 .pagination .page-numbers li .page-numbers.current,
    body.bethlehem-style-2 .woocommerce-pagination .page-numbers li .page-numbers.current {
      background-color: #1a1a1a; }
    body.bethlehem-style-2 .pagination .page-numbers li .page-numbers.dots,
    body.bethlehem-style-2 .woocommerce-pagination .page-numbers li .page-numbers.dots {
      background-color: transparent; }
    body.bethlehem-style-2 .pagination .page-numbers li .page-numbers:hover,
    body.bethlehem-style-2 .woocommerce-pagination .page-numbers li .page-numbers:hover {
      background-color: rgba(0, 0, 0, 0.08); }
  body.bethlehem-style-2 .wp-caption .wp-caption-text {
    border-bottom: 2px solid #d3d3d3; }
  body.bethlehem-style-2 table tfoot tr:first-child th,
  body.bethlehem-style-2 table tfoot tr:first-child td {
    border-top: 1px solid #d3d3d3; }
  body.bethlehem-style-2 .col2-set.addresses .col-1.address .title,
  body.bethlehem-style-2 .col2-set.addresses .col-1.address address,
  body.bethlehem-style-2 .col2-set.addresses .col-2.address .title,
  body.bethlehem-style-2 .col2-set.addresses .col-2.address address {
    border: 1px solid #d3d3d3; }
  body.bethlehem-style-2 .team-single .team-single-content .team-single-meta ul.hb-social {
    border-top: 2px solid #d3d3d3; }
  body.bethlehem-style-2 .team-large .member a > img, body.bethlehem-style-2 .team-small .member a > img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }
  body.bethlehem-style-2 #customer_login .col-1 {
    border-color: #F1F1F1; }

body.bethlehem-style-3 {
  background-color: #fff;
  font-family: 'Alegreya', serif; }
  body.bethlehem-style-3 input[type=email],
  body.bethlehem-style-3 select,
  body.bethlehem-style-3 textarea {
    font-family: 'Alegreya', serif; }
  body.bethlehem-style-3 .site-page-title h1,
  body.bethlehem-style-3 .woocommerce-breadcrumb,
  body.bethlehem-style-3 .woocommerce-breadcrumb a {
    color: #fff; }
  body.bethlehem-style-3 .sermons-media {
    text-align: center; }
    body.bethlehem-style-3 .sermons-media .sermons-media-channel {
      margin-bottom: 50px; }
      body.bethlehem-style-3 .sermons-media .sermons-media-channel iframe {
        width: 100%; }
  body.bethlehem-style-3 button,
  body.bethlehem-style-3 input[type=submit],
  body.bethlehem-style-3 .hb-more-button {
    font-family: 'Montserrat', sans-serif;
    border-radius: 6px; }
    body.bethlehem-style-3 button:hover,
    body.bethlehem-style-3 input[type=submit]:hover,
    body.bethlehem-style-3 .hb-more-button:hover {
      color: #fff; }
  body.bethlehem-style-3 h1, body.bethlehem-style-3 h2, body.bethlehem-style-3 h3, body.bethlehem-style-3 h4, body.bethlehem-style-3 h5, body.bethlehem-style-3 h6 {
    font-family: 'Montserrat', sans-serif; }
  body.bethlehem-style-3 .site-description, body.bethlehem-style-3 .site-title {
    color: #FFF;
    text-shadow: none; }
  body.bethlehem-style-3.header-6 .top-nav-links .donate-btn {
    font-family: 'Montserrat', sans-serif; }
  body.bethlehem-style-3.header-6 header.site-header .header-nav-menu {
    background-color: #191919; }
    body.bethlehem-style-3.header-6 header.site-header .header-nav-menu p.site-description {
      color: #a0a0a0;
      text-align: right; }
    body.bethlehem-style-3.header-6 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu > li {
      border-color: #424242; }
      body.bethlehem-style-3.header-6 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu > li > a {
        color: #fff;
        font-family: "Montserrat",sans-serif; }
      body.bethlehem-style-3.header-6 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu > li > ul.sub-menu > li > a {
        font-weight: 400; }
  body.bethlehem-style-3 .bethlehem-logo-body .site-title, body.bethlehem-style-3 .bethlehem-logo-body .site-description {
    font-family: Bitter, serif; }
  body.bethlehem-style-3.home-page .site-main, body.bethlehem-style-3.home-page .hentry {
    margin-bottom: 0; }
  body.bethlehem-style-3.home-page .content-area {
    margin-bottom: 0; }
  body.bethlehem-style-3 .content-area h3.title {
    font-size: 60px;
    letter-spacing: -0.025em;
    color: #212121;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat",sans-serif;
    margin-bottom: 40px;
    line-height: 1; }
  body.bethlehem-style-3 .content-area h3.pre-title {
    color: #b0b0b0;
    font-family: "Alegreya",serif !important;
    font-size: 48px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -0.025em;
    margin-bottom: 0;
    text-align: center;
    text-transform: capitalize; }
  body.bethlehem-style-3 .content-area .bethlehem-tiled-gallery .description-content {
    margin-bottom: 80px; }
    body.bethlehem-style-3 .content-area .bethlehem-tiled-gallery .description-content .textwidget > p {
      width: 50.85%;
      margin: 0 auto; }
    body.bethlehem-style-3 .content-area .bethlehem-tiled-gallery .description-content .textwidget > p, body.bethlehem-style-3 .content-area .bethlehem-tiled-gallery .description-content .textwidget address {
      font-size: 25px;
      color: #525050;
      text-align: center;
      line-height: 30px;
      letter-spacing: -0.025em; }
  body.bethlehem-style-3 .content-area .bethlehem-tiled-gallery .gallery-content .wp-tiles-tile h4.wp-tiles-byline-title {
    font-size: 25px;
    color: #fff;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    margin-left: 10px;
    line-height: 1;
    font-family: "Montserrat",sans-serif; }
  body.bethlehem-style-3 .content-area .bethlehem-tiled-gallery .gallery-content .wp-tiles-tile .wp-tiles-byline-content {
    font-size: 19px;
    font-style: italic;
    letter-spacing: -0.025em;
    line-height: 1;
    font-family: "Alegreya",serif !important;
    margin: 0 30px 10px 10px; }
  body.bethlehem-style-3 .content-area .contact-address .wpb_wrapper {
    padding: 0;
    text-align: center; }
    body.bethlehem-style-3 .content-area .contact-address .wpb_wrapper address {
      font-size: 25px;
      color: #525050;
      line-height: 30px;
      letter-spacing: -0.025em; }
    body.bethlehem-style-3 .content-area .contact-address .wpb_wrapper ul {
      margin: 30px 0 0 0;
      clear: both;
      display: inline-block;
      color: #525050; }
      body.bethlehem-style-3 .content-area .contact-address .wpb_wrapper ul li {
        list-style: none;
        font-size: 21px;
        float: left;
        margin-right: 30px;
        line-height: 1; }
        body.bethlehem-style-3 .content-area .contact-address .wpb_wrapper ul li:last-child {
          margin-right: 0; }
        body.bethlehem-style-3 .content-area .contact-address .wpb_wrapper ul li i {
          margin-right: 6px; }
    body.bethlehem-style-3 .content-area .contact-address .wpb_wrapper p {
      width: 73.73%;
      margin: 40px auto !important;
      font-size: 18px;
      line-height: 1; }
  body.bethlehem-style-3 .content-area .contact-map {
    line-height: 0; }
    body.bethlehem-style-3 .content-area .contact-map .wpb_wrapper {
      padding: 0; }
    body.bethlehem-style-3 .content-area .contact-map iframe {
      width: 100%;
      height: 464px;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
      body.bethlehem-style-3 .content-area .contact-map iframe:hover {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%); }
  body.bethlehem-style-3 .content-area .images-carousel-wrap {
    text-align: center; }
    body.bethlehem-style-3 .content-area .images-carousel-wrap .owl-carousel {
      margin-bottom: 50px; }
      body.bethlehem-style-3 .content-area .images-carousel-wrap .owl-carousel .owl-controls {
        display: none; }
    body.bethlehem-style-3 .content-area .images-carousel-wrap > a {
      padding: 16px 30px;
      background-color: transparent;
      border: 2px solid #a6a6a6;
      text-transform: uppercase;
      color: #a6a6a6;
      display: inline-block;
      font-size: 16px;
      font-weight: bold;
      line-height: 1;
      font-family: 'Montserrat', sans-serif;
      border-radius: 6px; }
      body.bethlehem-style-3 .content-area .images-carousel-wrap > a:hover {
        color: #fff; }
  body.bethlehem-style-3 .widget-area .widget h3.widget-title {
    font-size: 18px;
    letter-spacing: 0;
    border-bottom: 2px solid #D3D3D3;
    padding: 0 0 7px 0;
    margin: 0 0 15px;
    text-transform: capitalize;
    font-weight: 600; }
  body.bethlehem-style-3 .widget-area .widget.widget_search form input[type=search], body.bethlehem-style-3 .widget-area .widget.widget_product_search form input[type=search] {
    border-radius: 0;
    border: 1px solid #d3d3d3; }
  body.bethlehem-style-3 .widget_recent_entries ul li,
  body.bethlehem-style-3 .widget_pages ul li,
  body.bethlehem-style-3 .widget_categories ul li,
  body.bethlehem-style-3 .widget_archive ul li,
  body.bethlehem-style-3 .widget_recent_comments ul li,
  body.bethlehem-style-3 .widget_nav_menu ul li,
  body.bethlehem-style-3 .widget_links ul li,
  body.bethlehem-style-3 .widget_meta ul li,
  body.bethlehem-style-3 .widget_rss ul li {
    border-bottom: 1px solid #D3D3D3; }
  body.bethlehem-style-3 .line {
    background: #d3d3d3; }
  body.bethlehem-style-3 .hb-social li a i {
    background-color: #d3d3d3; }
  body.bethlehem-style-3 .comments-title,
  body.bethlehem-style-3 .comment-reply-title {
    border-bottom: 2px solid #d3d3d3; }
  body.bethlehem-style-3 input[type="submit"] {
    border: 2px solid #9c9c9c;
    transition: all 0.3s ease 0s;
    border-radius: 6px;
    background: transparent;
    color: #a6a6a6;
    text-shadow: none; }
  body.bethlehem-style-3 .comment-form input[type="submit"] {
    border: 2px solid #9c9c9c;
    transition: all 0.3s ease 0s;
    border-radius: 6px;
    background: transparent;
    color: #a6a6a6;
    text-shadow: none; }
  body.bethlehem-style-3 .comment-form input,
  body.bethlehem-style-3 .comment-form textarea {
    border-radius: 0;
    border: 1px solid #d3d3d3; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    body.bethlehem-style-3 .woocommerce-tabs ul.tabs li.active {
      border-radius: 0;
      border-color: #d3d3d3 !important; }
    body.bethlehem-style-3 .woocommerce-tabs .panel {
      background-color: #fff;
      border-radius: 0;
      border: 1px solid #d3d3d3; } }
  body.bethlehem-style-3.single-product div.product form.cart .quantity input {
    border-radius: 0;
    border: 1px solid #d3d3d3;
    background: #fff; }
  body.bethlehem-style-3 .wc-proceed-to-checkout input[type="submit"], body.bethlehem-style-3 .wc-proceed-to-checkout .view-cart, body.bethlehem-style-3 .wc-proceed-to-checkout .checkout-button, body.bethlehem-style-3 .wc-proceed-to-checkout .checkout, body.bethlehem-style-3 .widget_shopping_cart_content input[type="submit"], body.bethlehem-style-3 .widget_shopping_cart_content .view-cart, body.bethlehem-style-3 .widget_shopping_cart_content .checkout-button, body.bethlehem-style-3 .widget_shopping_cart_content .checkout {
    border: 1px solid #9c9c9c;
    display: inline-block;
    transition: all 0.3s ease 0s;
    border-radius: 6px;
    background: transparent;
    color: #a6a6a6 !important;
    text-shadow: none;
    text-align: center; }
  body.bethlehem-style-3 .widget_shopping_cart_content input[type="submit"], body.bethlehem-style-3 .widget_shopping_cart_content .view-cart {
    padding: 10px 5px !important;
    width: 107px !important;
    font-family: "Montserrat",sans-serif; }
  body.bethlehem-style-3 .widget_shopping_cart_content .checkout-button, body.bethlehem-style-3 .widget_shopping_cart_content .checkout {
    padding: 6px !important;
    width: 100px !important;
    top: 5px;
    font-family: "Montserrat",sans-serif; }
  body.bethlehem-style-3 .wc-proceed-to-checkout input[type="submit"], body.bethlehem-style-3 .wc-proceed-to-checkout .view-cart {
    padding: 10px 5px !important;
    width: 100% !important;
    margin-bottom: 10px;
    font-size: 13px; }
  body.bethlehem-style-3 .wc-proceed-to-checkout .checkout-button, body.bethlehem-style-3 .wc-proceed-to-checkout .checkout {
    padding: 6px !important;
    width: 100% !important;
    position: relative;
    font-family: "Montserrat",sans-serif; }
  body.bethlehem-style-3 .widget_price_filter .price_slider_amount .button {
    border-radius: 6px;
    background-color: transparent;
    border: 1px solid #9c9c9c;
    color: #a6a6a6; }
  body.bethlehem-style-3 .woocommerce-tabs ul.tabs li.active {
    background-color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-right-color: #fff !important;
    border: 1px solid #d3d3d3; }
  @media screen and (min-width: 768px) {
    body.bethlehem-style-3 .woocommerce-tabs .panel {
      background-color: #fff;
      border-radius: 0;
      border: 1px solid #d3d3d3; } }
  body.bethlehem-style-3 .give-btn {
    border-radius: 6px !important;
    background: transparent !important;
    border: 2px solid #9c9c9c !important;
    color: #a6a6a6;
    transition: all 0.3s ease 0s;
    text-shadow: none; }
  body.bethlehem-style-3 .vc-events-list-location .event-locations .location-content .event-btns a {
    border-radius: 0;
    background-color: #d3d3d3; }
  body.bethlehem-style-3 input.button,
  body.bethlehem-style-3 .button.wc-backward {
    border-radius: 6px;
    background: transparent;
    border: 2px solid #9c9c9c;
    color: #a6a6a6;
    transition: all 0.3s ease 0s; }
  body.bethlehem-style-3 input[type="text"],
  body.bethlehem-style-3 input[type="email"],
  body.bethlehem-style-3 input[type="url"],
  body.bethlehem-style-3 input[type="password"],
  body.bethlehem-style-3 input[type="search"],
  body.bethlehem-style-3 textarea,
  body.bethlehem-style-3 .input-text {
    border-radius: 0;
    border: 1px solid #d3d3d3; }
  body.bethlehem-style-3 .select2-container .select2-choice {
    border-radius: 0;
    border: 1px solid #d3d3d3; }
  body.bethlehem-style-3 .cart-collaterals .coupon input[type="submit"] {
    border-radius: 6px;
    background: transparent;
    border: 1px solid #9c9c9c;
    color: #a6a6a6;
    text-shadow: none;
    transition: all 0.3s ease 0s; }
  body.bethlehem-style-3 .related.products > h2 {
    font-size: 18px;
    letter-spacing: 0;
    border-bottom: 2px solid #D3D3D3;
    padding: 0 0 7px 0;
    margin: 0 0 15px;
    text-transform: capitalize;
    font-weight: 600; }
  body.bethlehem-style-3 .author-wrap {
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3; }
  body.bethlehem-style-3 .ministries-archive .ministries-head {
    border-bottom: 2px solid #d3d3d3; }
  body.bethlehem-style-3 .ministries-archive .grid-list #list-view .ministries-list {
    border-bottom: 1px solid #d3d3d3; }
  body.bethlehem-style-3 select {
    background: transparent;
    border: 1px solid #d3d3d3; }
  body.bethlehem-style-3 .donations-loop {
    border-bottom: 1px solid #d3d3d3; }
  body.bethlehem-style-3 .bethlehem-sorting {
    border-bottom: 1px solid #d3d3d3; }
  body.bethlehem-style-3 #list-view ul.products li.product {
    border-bottom: 1px solid #d3d3d3; }
  body.bethlehem-style-3 .widget_product_categories ul li {
    border-bottom: 1px solid #d3d3d3; }
  body.bethlehem-style-3 .widget_product_categories .children li {
    border: none; }
  body.bethlehem-style-3 .product_list_widget li {
    border-bottom: 1px dotted #d3d3d3; }
  body.bethlehem-style-3 .stories-archive .stories-featured {
    border-bottom: 1px solid #d3d3d3; }
  body.bethlehem-style-3 .sermons-loop {
    border-bottom: 1px solid #d3d3d3; }
  body.bethlehem-style-3 .sermons-single .sermons-content .author-wrap {
    background-color: #fff; }
  body.bethlehem-style-3 .sermons-related > h4 {
    border-bottom: 2px solid #d3d3d3; }
  body.bethlehem-style-3 .widget-area .widget.widget_sermons_recent_posts > ul > li {
    border-bottom: 1px solid #d3d3d3; }
  body.bethlehem-style-3 #tribe-events .tribe-events-list .type-tribe_events {
    border-bottom: 1px solid #d3d3d3; }
  body.bethlehem-style-3 .widget-area .widget.tribe-events-list-widget .type-tribe_events, body.bethlehem-style-3 .widget-area .widget.tribe-events-adv-list-widget .type-tribe_events, body.bethlehem-style-3 .widget-area .widget.tribe-events-venue-widget .type-tribe_events, body.bethlehem-style-3 .widget-area .widget.tribe_mini_calendar_widget .type-tribe_events {
    border-bottom: 1px solid #d3d3d3; }
  body.bethlehem-style-3 .tribe-events-single-event-description {
    border-top: 1px solid #d3d3d3; }
  body.bethlehem-style-3 .side-widget h5 {
    border-bottom: 2px solid #d3d3d3; }
  body.bethlehem-style-3 .widget-area .widget.widget_donations_recent_posts .beth-recent-posts li {
    border-bottom: 1px solid #d3d3d3; }
  body.bethlehem-style-3 .give_forms .summary form.give-form {
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3; }
  body.bethlehem-style-3 .give_forms .summary .give-display-onpage form.give-form legend,
  body.bethlehem-style-3 .give_forms .summary .give-display-reveal form.give-form legend {
    border-color: #d3d3d3; }
  body.bethlehem-style-3 .vc-events-list-location .event-locations {
    border-bottom: 1px solid #d3d3d3; }
  body.bethlehem-style-3 .vc_separator.vc_sep_color_grey.bethlehem_separator .vc_sep_line {
    border-color: #d3d3d3; }
  body.bethlehem-style-3 table thead th {
    border-bottom: 2px solid #d3d3d3; }
  body.bethlehem-style-3 .team-small .title {
    border-bottom: 2px solid #d3d3d3; }
  body.bethlehem-style-3 .vc-primary-large-btn a,
  body.bethlehem-style-3 .vc-primary-large-btn button, body.bethlehem-style-3 .vc-primary-small-btn a,
  body.bethlehem-style-3 .vc-primary-small-btn button, body.bethlehem-style-3 .vc-primary-medium-btn a,
  body.bethlehem-style-3 .vc-primary-medium-btn button {
    background: transparent;
    text-shadow: none;
    color: #a6a6a6;
    border-radius: 6px;
    font-family: "Montserrat",sans-serif; }
  body.bethlehem-style-3 .isotope article .folio-item {
    border: 1px solid #d3d3d3; }
  body.bethlehem-style-3 table.cart tbody td {
    border-bottom: 1px solid #d3d3d3; }
  body.bethlehem-style-3 .cart-collaterals table tbody tr:last-child td,
  body.bethlehem-style-3 .cart-collaterals table tbody tr:last-child th {
    border-top: 1px solid #d3d3d3; }
  body.bethlehem-style-3 .cart-collaterals h2 {
    border-bottom: 2px solid #d3d3d3; }
  body.bethlehem-style-3 .coupon label {
    border-bottom: 2px solid #d3d3d3; }
  body.bethlehem-style-3 .woocommerce-checkout .panel-title a.collapsed::before {
    background-color: #d3d3d3; }
  body.bethlehem-style-3 .woocommerce-checkout .panel-title a.collapsed {
    border: 1px solid #d3d3d3; }
  body.bethlehem-style-3 #payment {
    border-top: 3px solid #d3d3d3; }
  body.bethlehem-style-3 ul.order_details {
    border: 1px solid #d3d3d3; }
  body.bethlehem-style-3 .post-icons li a i, body.bethlehem-style-3 .post-icons li a .icon-info {
    background-color: #d3d3d3;
    color: #FFF; }
  body.bethlehem-style-3 .post-icons li a:hover i,
  body.bethlehem-style-3 .post-icons li a:hover .icon-info, body.bethlehem-style-3 .post-icons li a:focus i,
  body.bethlehem-style-3 .post-icons li a:focus .icon-info {
    background-color: #b4b4b4; }
  body.bethlehem-style-3 .vc-events-calendar {
    margin-top: 82px; }
    body.bethlehem-style-3 .vc-events-calendar:before, body.bethlehem-style-3 .vc-events-calendar:after {
      content: " ";
      display: table; }
    body.bethlehem-style-3 .vc-events-calendar:after {
      clear: both; }
    body.bethlehem-style-3 .vc-events-calendar .events-lists h2 {
      margin-bottom: 33px; }
  body.bethlehem-style-3 .wpcf7 form p > input {
    border-radius: 6px;
    background: transparent;
    border: 2px solid #9c9c9c;
    color: #a6a6a6;
    transition: all 0.3s ease 0s;
    text-shadow: none; }
  body.bethlehem-style-3 .widget-area .widget_rss .rss-date {
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3; }
  body.bethlehem-style-3 .pagination .page-numbers li .page-numbers,
  body.bethlehem-style-3 .woocommerce-pagination .page-numbers li .page-numbers {
    background-color: #d3d3d3; }
    body.bethlehem-style-3 .pagination .page-numbers li .page-numbers.current,
    body.bethlehem-style-3 .woocommerce-pagination .page-numbers li .page-numbers.current {
      background-color: #1a1a1a; }
    body.bethlehem-style-3 .pagination .page-numbers li .page-numbers.dots,
    body.bethlehem-style-3 .woocommerce-pagination .page-numbers li .page-numbers.dots {
      background-color: transparent; }
    body.bethlehem-style-3 .pagination .page-numbers li .page-numbers:hover,
    body.bethlehem-style-3 .woocommerce-pagination .page-numbers li .page-numbers:hover {
      background-color: rgba(0, 0, 0, 0.08); }
  body.bethlehem-style-3 .wp-caption .wp-caption-text {
    border-bottom: 2px solid #d3d3d3; }
  body.bethlehem-style-3 table tfoot tr:first-child th,
  body.bethlehem-style-3 table tfoot tr:first-child td {
    border-top: 1px solid #d3d3d3; }
  body.bethlehem-style-3 .col2-set.addresses .col-1.address .title,
  body.bethlehem-style-3 .col2-set.addresses .col-1.address address,
  body.bethlehem-style-3 .col2-set.addresses .col-2.address .title,
  body.bethlehem-style-3 .col2-set.addresses .col-2.address address {
    border: 1px solid #d3d3d3; }
  body.bethlehem-style-3 .team-single .team-single-content .team-single-meta ul.hb-social {
    border-top: 2px solid #d3d3d3; }
  body.bethlehem-style-3 .team-single .team-single-content .team-single-info p {
    font-size: 15px; }
  body.bethlehem-style-3 .single_add_to_cart_button {
    border-radius: 0; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  body.bethlehem-style-3 .content-area h3.title {
    font-size: 40px; }
  body.bethlehem-style-3 .content-area h3.pre-title {
    font-size: 28px; }
  body.bethlehem-style-3 .content-area button,
  body.bethlehem-style-3 .content-area input[type=submit],
  body.bethlehem-style-3 .content-area .hb-more-button {
    font-size: 14px !important;
    padding: 10px 20px !important; }
  body.bethlehem-style-3 .content-area .contact-address .wpb_wrapper > p, body.bethlehem-style-3 .content-area .contact-address .wpb_wrapper address {
    font-size: 18px;
    line-height: 24px; }
  body.bethlehem-style-3 .content-area .contact-address .wpb_wrapper ul li {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 18px; }
  body.bethlehem-style-3 .content-area .gallery-content .wp-tiles-tile h4.wp-tiles-byline-title {
    font-size: 14px; }
  body.bethlehem-style-3 .content-area .bethlehem-tiled-gallery .description-content {
    margin-bottom: 80px; }
    body.bethlehem-style-3 .content-area .bethlehem-tiled-gallery .description-content .textwidget > p {
      width: 90%; }
    body.bethlehem-style-3 .content-area .bethlehem-tiled-gallery .description-content .textwidget > p, body.bethlehem-style-3 .content-area .bethlehem-tiled-gallery .description-content .textwidget address {
      font-size: 18px;
      line-height: 24px; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  body.bethlehem-style-3.header-6 header.site-header .header-nav-menu {
    text-align: center; }
    body.bethlehem-style-3.header-6 header.site-header .header-nav-menu .top-nav-links {
      float: right;
      width: inherit;
      margin-top: 6px; }
    body.bethlehem-style-3.header-6 header.site-header .header-nav-menu nav.main-navigation {
      width: inherit !important;
      margin: 0 0 0 10px; }
    body.bethlehem-style-3.header-6 header.site-header .header-nav-menu .primary-navigation {
      display: inline-block; }
      body.bethlehem-style-3.header-6 header.site-header .header-nav-menu .primary-navigation .left-nav-menu > ul.nav-menu {
        margin: 22px 0; }
        body.bethlehem-style-3.header-6 header.site-header .header-nav-menu .primary-navigation .left-nav-menu > ul.nav-menu > li > a {
          padding: 0 10px !important; }
  body.bethlehem-style-3.header-6 header.site-header .site-branding {
    width: inherit; }
    body.bethlehem-style-3.header-6 header.site-header .site-branding a {
      display: inline-block; } }

/*---------------------------------------------------*/

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

.header-4 header.site-header .header-nav-menu .site-branding, .header-5 header.site-header .header-nav-menu .site-branding, .header-6 header.site-header .header-nav-menu .site-branding {
    width: 320px;
}
.site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link {
    display: block;
    width: 290px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 78px;
    z-index: 9;
}
.header-4 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu, .header-5 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu, .header-6 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu {
    border: none;
    padding: 20px;
    display: block!important;
}

.header-4 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu > li > a, .header-5 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu > li > a, .header-6 header.site-header .header-nav-menu .main-navigation .left-nav-menu .nav-menu > li > a {
    font-size: 16px;
    color: #1a1a1a;
    padding: 20px 20px;
    display: block;
    text-shadow: none;
    line-height: 16px;
}

.bethlehem-style-1 .home-page-slider {
    background-color: transparent;
    	max-height: 623px;
    	min-height:50px;
}
.sermons-carousel-wrap .sermons-carousel-item .sermons-carousel-info .post-info h4 a {
    color: #fff;
    font-size: 21px;
    margin: 0 0 4px;
    text-transform: none;
}
.hb-more-button {
	font-size: 18px;
	font-weight: 700;
	border: 2px solid #9c9c9c;
	padding: 13.5px 29px;
	line-height: 1;
	display: inline-block;
	text-transform: none;
	transition: all .3s ease 0s;
}
.widget h3.widget-title {
	font-size: 18px;
	letter-spacing: 0;
	border-bottom: 2px solid #CBC6AC;
	padding: 0 0 7px;
	margin: 0 0 15px;
	text-transform: none;
	font-weight: 600;
}
.sermons-loop .list-view-content .sermon-info .post-meta span {
	font-size: 13px;
	color: #676666;
	text-transform: none;
}

.site-content {
	outline: 0;
    padding-top: 0px;
}
.sermons-carousel-wrap.type-2 .owl-carousel .sermons-carousel-item {
	clear: both;
	display: table;
	text-align: left;
	margin: 50px 0;
	width: 100%;
}
.sermons-carousel-wrap.type-2 .owl-carousel .sermons-carousel-item .sermons-carousel-info .post-info h4 a {
    font-size: 26px!important;
    line-height: 36px;
}
.vc_grid .vc_gitem-link {
    border-bottom: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.widget {
    margin: 10px 10px 20px 10px;
}

.widget-area .widget_rss .widget-title > a:last-child {
    color: #1A1A1A;
    font-weight: bold;
    font-size: 18px;
}
.widget-area .widget_rss .rsswidget {
    display: block;
    margin-bottom: 2px;
    line-height: 1.2;
    font-weight: 400;
    font-size: 15px;
}
.tribe-events-meta-group {
    font-size: 15px;
    color: #676666;
}

figure {
    margin: 5px;
}

.footer-2 footer.site-footer .footer-logo {

    margin-bottom: 40px;
    margin-right: 0;
    display: none;

}

.author-wrap {
    border-bottom: 1px solid #cbc6ac;
    border-top: 1px solid #cbc6ac;
    display: none;
    margin: 40px 0;
    padding: 35px 0 20px;
    width: 100%;

}
