@charset "UTF-8";
/*!
	Table of content
	================
*/
/* 1. Normalize CSS Reset
   2. Global Scope Style
   3. Bootstrap grid framework
      3.1 Boostrap Grid Settings
      3.2 Bootstrap Grid Mixins
      3.3 Bootstrap Grid Classes
   4. Header
      4.1 Dropdown Menu
   5. Content Wide Style
      5.1 Wordpress Default Classes
      5.2 Post and page style
      5.3 Post and page style
      5.4 Shop style
   6. Sidebar and Widgets
      6.1 Default Wordpress Widgets
   7. Reusable Components
      7.1 Social Icon
      7.2 Magnific Popup
      7.3 Form
      7.4 Owl Carousel
      7.5 Visual Composer Additional Styles
      7.6 Tribe Event Styles
   8. Footer Styles 
 */
/* 1. Normalize CSS Reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

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

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 0; }

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

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

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

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

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

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

/* 2. Global Scope Style */
body {
  color: #58646e;
  font-family: "Roboto", "Montserrat", "Open Sans", arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", "Roboto", "Montserrat", "Open Sans", arial, sans-serif; }

a {
  text-decoration: none;
  transition: .3s ease;
  color: #218ce0; }
  a:hover {
    color: #4ea3e6; }

address {
  font-style: normal; }

p {
  margin-top: 0; }

ul, ol {
  padding-left: 0; }

iframe {
  display: block;
  border: none; }

/* 3. Bootstrap grid framework */
/* 3.1 Boostrap Grid Settings */
/* 3.2 Bootstrap Grid Mixins */
/* 3.3 Bootstrap Grid Classes */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1; }
  .container:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }
  .container .container {
    width: 100%; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1; }
  .container-fluid:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }

.row {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1; }
  .row:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .post-meta-side, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .site-sidebar, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, #yith-quick-view-content .images, #yith-quick-view-content .entry-summary, .col-md-6, .product-overview .images, .product-overview .product-summary, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .posts-holder--sidebar, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .post-main-content, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, #yith-quick-view-content .images, #yith-quick-view-content .entry-summary, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6, #yith-quick-view-content .images, #yith-quick-view-content .entry-summary {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .post-meta-side, .col-md-4, .site-sidebar, .col-md-5, .col-md-6, .product-overview .images, .product-overview .product-summary, .col-md-7, .col-md-8, .posts-holder--sidebar, .col-md-9, .post-main-content, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3, .post-meta-side {
    width: 25%; }
  .col-md-4, .site-sidebar {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6, .product-overview .images, .product-overview .product-summary {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8, .posts-holder--sidebar {
    width: 66.66667%; }
  .col-md-9, .post-main-content {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.equal-height {
  display: table;
  width: 100%; }
  .equal-height [class^="col-"] {
    float: none;
    display: table-cell; }
  @media screen and (max-width: 768px) {
    .equal-height [class^="col-sm-"] {
      width: 100%;
      display: block; } }
  @media screen and (max-width: 992px) {
    .equal-height [class^="col-md-"] {
      width: 100%;
      display: block; } }
  @media screen and (max-width: 1200px) {
    .equal-height [class^="col-lg-"] {
      width: 100%;
      display: block; } }

/* 4. Header */
.site-header {
  position: relative;
  z-index: 999; }

.top-header {
  background-color: #252c31;
  *zoom: 1;
  font-size: 14px; }
  .top-header:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  .top-header .container, .top-header .container-fluid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .top-header .branding {
    margin: auto;
    text-align: center; }
  .top-header .menu {
    margin: 0;
    list-style: none; }
    .top-header .menu li {
      display: inline-block; }
      .top-header .menu li a {
        padding: 10px 15px;
        color: white;
        display: block; }
        .top-header .menu li a .fa, .top-header .menu li a [class*="ico"] {
          margin-right: 5px;
          vertical-align: middle; }
        .top-header .menu li a:hover {
          color: white; }
        .top-header .menu li a [class*="ti-"] {
          margin-right: 7px; }
        .top-header .menu li a:hover {
          color: #EAC657; }
      .top-header .menu li:first-child a {
        padding-left: 0; }
  .top-header .social-links a {
    width: auto;
    height: auto; }

.main-search-form {
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .main-search-form .search-toggle {
    background: transparent;
    border: none;
    color: #92a0ac;
    padding: 20px 15px 18px 15px;
    outline: none;
    transition: .3s ease; }
    .main-search-form .search-toggle [class*="icon"] {
      vertical-align: middle;
      margin-right: 10px; }
  .main-search-form.search-active .search-toggle,
  .main-search-form .search-toggle:hover {
    background-color: rgba(0, 0, 0, 0.1); }
  .main-search-form .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
    top: 0;
    left: 200%;
    z-index: 999;
    transition: .5s ease; }
    .main-search-form .overlay:before, .main-search-form .overlay:after {
      content: " ";
      width: 300px;
      height: 100%;
      position: absolute;
      top: 0;
      background-color: white; }
    .main-search-form .overlay:before {
      left: -300px;
      -webkit-transform-origin: 100% 0;
          -ms-transform-origin: 100% 0;
              transform-origin: 100% 0;
      -webkit-transform: skewX(20deg);
          -ms-transform: skewX(20deg);
              transform: skewX(20deg); }
    .main-search-form .overlay:after {
      right: -300px;
      -webkit-transform-origin: 0 100%;
          -ms-transform-origin: 0 100%;
              transform-origin: 0 100%;
      -webkit-transform: skewX(18deg);
          -ms-transform: skewX(18deg);
              transform: skewX(18deg); }
  .main-search-form.search-active .overlay {
    left: 0; }
  .main-search-form.search-active .search-form-box {
    z-index: 9999;
    visibility: visible; }
  .main-search-form .search-form-box {
    position: fixed;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    transition: .3s ease;
    visibility: hidden;
    z-index: -999; }
    .main-search-form .search-form-box .close {
      font-size: 28px;
      font-size: 1.75em;
      position: fixed;
      right: 50px;
      top: 50px;
      color: #218ce0; }
    .main-search-form .search-form-box form {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(100px);
          -ms-transform: translateY(-50%) translateX(100px);
              transform: translateY(-50%) translateX(100px);
      transition-delay: .5s;
      transition: .3s ease;
      width: 50%;
      margin: auto;
      left: 0;
      right: 0;
      opacity: 0; }
      @media screen and (max-width: 768px) {
        .main-search-form .search-form-box form {
          width: 90%; } }
      .main-search-form .search-form-box form.active {
        -webkit-transform: translateY(-50%) translateX(0) !important;
            -ms-transform: translateY(-50%) translateX(0) !important;
                transform: translateY(-50%) translateX(0) !important;
        opacity: 1; }
      .main-search-form .search-form-box form input {
        width: 100%;
        border: none;
        border-bottom: 2px solid #218ce0;
        font-size: 48px;
        font-size: 3em;
        font-weight: 300;
        margin-bottom: 10px;
        border-radius: 0;
        padding-left: 0;
        background: transparent; }
      .main-search-form .search-form-box form button[type="submit"] {
        display: none; }

.site-header--type-1 .top-header {
  background: #218ce0; }
  .site-header--type-1 .top-header .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
    @media screen and (max-width: 640px) {
      .site-header--type-1 .top-header .container {
        display: block; } }
  @media screen and (max-width: 768px) {
    .site-header--type-1 .top-header .branding {
      text-align: left; } }
  @media screen and (max-width: 640px) {
    .site-header--type-1 .top-header .branding {
      display: block;
      text-align: center;
      margin-right: 0;
      padding: 10px 0; }
      .site-header--type-1 .top-header .branding img {
        display: inline-block; } }
  .site-header--type-1 .top-header .left-section, .site-header--type-1 .top-header .right-section {
    -webkit-flex: 1 0 250px;
        -ms-flex: 1 0 250px;
            flex: 1 0 250px; }
    @media screen and (max-width: 768px) {
      .site-header--type-1 .top-header .left-section, .site-header--type-1 .top-header .right-section {
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto; } }
    @media screen and (max-width: 640px) {
      .site-header--type-1 .top-header .left-section, .site-header--type-1 .top-header .right-section {
        display: block;
        width: 100%;
        padding: 10px 0; } }
  @media screen and (max-width: 768px) {
    .site-header--type-1 .top-header .left-section {
      display: none; } }
  .site-header--type-1 .top-header .right-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media screen and (max-width: 640px) {
      .site-header--type-1 .top-header .right-section {
        display: block;
        *zoom: 1; }
        .site-header--type-1 .top-header .right-section:after {
          content: " ";
          clear: both;
          display: block;
          overflow: hidden;
          height: 0; }
        .site-header--type-1 .top-header .right-section .mini-cart {
          float: left; }
          .site-header--type-1 .top-header .right-section .mini-cart .woocommerce.widget_shopping_cart {
            left: 0;
            right: auto; }
        .site-header--type-1 .top-header .right-section .user-menu {
          float: right; } }
  .site-header--type-1 .top-header .phone {
    color: white; }
    .site-header--type-1 .top-header .phone a {
      color: white; }
  .site-header--type-1 .top-header .mini-cart {
    text-align: right;
    display: block; }
    .site-header--type-1 .top-header .mini-cart .cart-toggle {
      display: inline-block;
      color: white;
      border: 2px solid white;
      padding: 10px 20px; }

.site-header--type-1 .bottom-header {
  background-color: white; }
  .site-header--type-1 .bottom-header .container {
    position: relative; }
  .site-header--type-1 .bottom-header .main-navigation {
    float: left; }
  .site-header--type-1 .bottom-header .main-search-form {
    float: right; }
  .site-header--type-1 .bottom-header .desktop-navigation .menu > .menu-item:last-child > a {
    padding-right: 20px; }
  .site-header--type-1 .bottom-header .desktop-navigation .menu > .menu-item:hover > a {
    background-color: #1c7ecb;
    color: white; }
  .site-header--type-1 .bottom-header .desktop-navigation .menu .sub-menu {
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    left: 0;
    right: auto; }
    .site-header--type-1 .bottom-header .desktop-navigation .menu .sub-menu .sub-menu {
      left: 100%; }

.user-menu {
  position: relative; }
  .user-menu__toggle {
    border: 2px solid white;
    background-color: transparent;
    padding: 10px 20px;
    color: white;
    margin-left: 10px;
    transition: .3s ease; }
    .active .user-menu__toggle, .user-menu__toggle:hover {
      background-color: rgba(0, 0, 0, 0.1); }
  .user-menu__box {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: white; }
  .user-menu__list {
    list-style: none;
    margin: 10px 0 0;
    background-color: white;
    position: absolute;
    top: 100%;
    z-index: 1;
    right: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    transition: .3s ease;
    -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
            transform-origin: 100% 0; }
    .user-menu__list:before {
      content: " ";
      width: 0;
      border-width: 10px;
      border-style: solid;
      border-color: transparent transparent white;
      position: absolute;
      bottom: 100%;
      right: 20px; }
    .user-menu__list li:hover a {
      background-color: #218ce0;
      color: white !important; }
    .user-menu__list a {
      color: #58646e;
      display: block;
      padding: 10px 20px;
      white-space: nowrap; }
      .user-menu__list a .fa, .user-menu__list a [class*="ico"] {
        margin-right: 10px; }
  .user-menu.active .user-menu__list {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }

.site-header--type-2, .site-header--type-3 {
  background-color: #218ce0; }
  .site-header--type-2 .top-header, .site-header--type-3 .top-header {
    padding: 15px 0;
    line-height: 1; }
    .site-header--type-2 .top-header .left-section a, .site-header--type-3 .top-header .left-section a {
      margin-right: 20px;
      display: inline-block; }
  .site-header--type-2 .bottom-header .container, .site-header--type-2 .bottom-header .container-fluid, .site-header--type-3 .bottom-header .container, .site-header--type-3 .bottom-header .container-fluid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
  .site-header--type-2 .menu-toggle, .site-header--type-3 .menu-toggle {
    padding-right: 10px;
    transition: .3s ease; }
  .site-header--type-2 .left-section, .site-header--type-2 .right-section, .site-header--type-3 .left-section, .site-header--type-3 .right-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .site-header--type-2 .left-section .site-description, .site-header--type-3 .left-section .site-description {
    display: none; }
  @media screen and (max-width: 640px) {
    .site-header--type-2 .left-section, .site-header--type-3 .left-section {
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; } }
  .site-header--type-2 .right-section, .site-header--type-3 .right-section {
    margin-left: auto; }
    .site-header--type-2 .right-section .cart-toggle, .site-header--type-3 .right-section .cart-toggle {
      padding-left: 15px;
      padding-right: 15px; }
    .site-header--type-2 .right-section .user-menu, .site-header--type-3 .right-section .user-menu {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .site-header--type-2 .right-section .user-menu__toggle, .site-header--type-3 .right-section .user-menu__toggle {
        border: none; }
      .site-header--type-2 .right-section .user-menu__list a, .site-header--type-3 .right-section .user-menu__list a {
        color: #58646e; }
        .site-header--type-2 .right-section .user-menu__list a:hover, .site-header--type-3 .right-section .user-menu__list a:hover {
          color: white; }
    .site-header--type-2 .right-section .search-toggle, .site-header--type-3 .right-section .search-toggle {
      padding-right: 10px; }
  .site-header--type-2 .main-navigation,
  .site-header--type-2 .desktop-navigation,
  .site-header--type-2 .desktop-navigation > ul,
  .site-header--type-2 .desktop-navigation .menu,
  .site-header--type-2 .desktop-navigation .menu > .menu-item > a, .site-header--type-3 .main-navigation,
  .site-header--type-3 .desktop-navigation,
  .site-header--type-3 .desktop-navigation > ul,
  .site-header--type-3 .desktop-navigation .menu,
  .site-header--type-3 .desktop-navigation .menu > .menu-item > a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .site-header--type-2 .desktop-navigation .menu > .menu-item, .site-header--type-3 .desktop-navigation .menu > .menu-item {
    float: none !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .site-header--type-2 .desktop-navigation .menu > .menu-item > a, .site-header--type-3 .desktop-navigation .menu > .menu-item > a {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }

.site-header--type-2 .main-navigation .menu .sub-menu {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  left: 0;
  right: auto; }
  .site-header--type-2 .main-navigation .menu .sub-menu .sub-menu {
    left: 100%;
    right: auto; }

@media screen and (max-width: 640px) {
  .site-header--type-2 .right-section {
    display: none; } }

@media screen and (max-width: 640px) {
  .site-header--type-3 .mini-cart,
  .site-header--type-3 .user-menu,
  .site-header--type-3 .main-search-form {
    display: none !important; } }

.branding {
  padding: 20px 0; }
  .branding .site-title {
    font-family: "Roboto Condensed", "Roboto", "Montserrat", "Open Sans", arial, sans-serif;
    color: white;
    vertical-align: baseline;
    margin: 0 10px 0 0;
    font-size: 48px;
    font-size: 3em;
    line-height: 1;
    font-weight: 700;
    transition: .3s ease;
    letter-spacing: -2px; }
    @media screen and (max-width: 640px) {
      .branding .site-title {
        display: block; } }
    .branding .site-title:first-letter {
      color: #e4b72e; }
  .branding .site-description {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-size: 1em;
    display: inline-block; }
  .branding img {
    max-height: 80px;
    display: block;
    transition: .3s ease; }
    .sticky-header .branding img {
      max-height: 40px; }

.main-navigation .menu {
  list-style: none; }
  .main-navigation .menu .sub-menu, .main-navigation .menu .children {
    -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    left: auto;
    right: 0; }
    .main-navigation .menu .sub-menu .sub-menu, .main-navigation .menu .sub-menu .children, .main-navigation .menu .children .sub-menu, .main-navigation .menu .children .children {
      left: auto;
      right: 100%;
      -webkit-transform-origin: 100% 0;
          -ms-transform-origin: 100% 0;
              transform-origin: 100% 0; }

.mini-cart {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.cart-toggle {
  background-color: transparent;
  border: none;
  color: #92a0ac;
  padding: 10px 0 10px 30px;
  transition: .3s ease; }
  .cart-toggle:hover,
  .active .cart-toggle {
    background-color: rgba(0, 0, 0, 0.1); }

.cart-toggle .simple-icon-bag {
  font-size: 13px;
  vertical-align: middle; }

.mini-cart .widget_shopping_cart {
  position: absolute;
  width: 300px;
  right: 0;
  top: 100%;
  background-color: white;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: .3s ease;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  opacity: 0;
  margin-top: 10px; }
  .mini-cart .widget_shopping_cart:before {
    content: " ";
    width: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #FFF;
    position: absolute;
    bottom: 100%;
    right: 20px; }

.mini-cart.active .widget_shopping_cart {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.mini-cart .widget_shopping_cart .buttons .button, .mini-cart .widget_shopping_cart .buttons .products .product__details .product__action .added_to_cart, .products .product__details .product__action .mini-cart .widget_shopping_cart .buttons .added_to_cart, .mini-cart .widget_shopping_cart .buttons .widget.widget_search button[type="submit"], .widget.widget_search .mini-cart .widget_shopping_cart .buttons button[type="submit"], .mini-cart .widget.widget_shopping_cart .buttons .wc-forward, .mini-cart .widget_shopping_cart .buttons input[type="submit"], .mini-cart .widget_shopping_cart .buttons input[type="reset"] {
  display: block;
  width: 100%;
  margin: 0 0 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-size: 0.875em; }

.secondary-navigation {
  padding-left: 20px; }
  @media (max-width: 990px) {
    .secondary-navigation {
      display: none; } }

/* 4.1 Dropdown Menu */
.desktop-navigation .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  *zoom: 1; }
  .desktop-navigation .menu:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  @media screen and (max-width: 990px) {
    .desktop-navigation .menu {
      display: none !important; } }
  .desktop-navigation .menu > .menu-item {
    float: left; }
    .desktop-navigation .menu > .menu-item.menu-item-has-children > a:after {
      content: "\f107";
      font-family: "FontAwesome";
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px;
      color: #92a0ac;
      line-height: 0; }
    .desktop-navigation .menu > .menu-item:hover > a > [class*="ico"],
    .desktop-navigation .menu > .menu-item:hover > a > .fa,
    .desktop-navigation .menu > .menu-item.menu-item-has-children:hover > a:after {
      color: white !important; }
    .desktop-navigation .menu > .menu-item > a {
      color: #58646e; }
  .desktop-navigation .menu > ul {
    margin: 0; }
    .desktop-navigation .menu > ul > .page_item {
      display: inline-block; }
      .desktop-navigation .menu > ul > .page_item.page_item_has_children > a:after {
        content: "\f107";
        font-family: "FontAwesome";
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        color: #218ce0; }

.desktop-navigation .menu-item, .desktop-navigation .page_item {
  position: relative; }
  .desktop-navigation .menu-item a, .desktop-navigation .page_item a {
    padding: 5px 25px;
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    color: #58646e;
    white-space: nowrap; }
    .desktop-navigation .menu-item a [class*="ico"], .desktop-navigation .menu-item a .fa, .desktop-navigation .page_item a [class*="ico"], .desktop-navigation .page_item a .fa {
      margin-right: 5px;
      width: 20px;
      display: inline-block;
      transition: .3s ease;
      font-size: 14px;
      line-height: 0; }
    .desktop-navigation .menu-item a [class*="ti-"], .desktop-navigation .page_item a [class*="ti-"] {
      margin-right: 7px; }
  .desktop-navigation .menu-item > a, .desktop-navigation .page_item > a {
    padding: 15px 20px; }
  .desktop-navigation .menu-item.mega-menu > .sub-menu, .desktop-navigation .page_item.mega-menu > .sub-menu {
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 15px 0; }
    .desktop-navigation .menu-item.mega-menu > .sub-menu.with_bg_image, .desktop-navigation .page_item.mega-menu > .sub-menu.with_bg_image {
      background-size: contain;
      padding-right: 200px; }
      .desktop-navigation .menu-item.mega-menu > .sub-menu.with_bg_image.top-left, .desktop-navigation .menu-item.mega-menu > .sub-menu.with_bg_image.bottom-left, .desktop-navigation .page_item.mega-menu > .sub-menu.with_bg_image.top-left, .desktop-navigation .page_item.mega-menu > .sub-menu.with_bg_image.bottom-left {
        padding-left: 200px; }
      .desktop-navigation .menu-item.mega-menu > .sub-menu.with_bg_image.top-left, .desktop-navigation .page_item.mega-menu > .sub-menu.with_bg_image.top-left {
        background-position: top left; }
      .desktop-navigation .menu-item.mega-menu > .sub-menu.with_bg_image.top-right, .desktop-navigation .page_item.mega-menu > .sub-menu.with_bg_image.top-right {
        background-position: top right; }
      .desktop-navigation .menu-item.mega-menu > .sub-menu.with_bg_image.top-right, .desktop-navigation .menu-item.mega-menu > .sub-menu.with_bg_image.bottom-right, .desktop-navigation .page_item.mega-menu > .sub-menu.with_bg_image.top-right, .desktop-navigation .page_item.mega-menu > .sub-menu.with_bg_image.bottom-right {
        padding-right: 200px; }
      .desktop-navigation .menu-item.mega-menu > .sub-menu.with_bg_image.bottom-left, .desktop-navigation .page_item.mega-menu > .sub-menu.with_bg_image.bottom-left {
        background-position: bottom left; }
      .desktop-navigation .menu-item.mega-menu > .sub-menu.with_bg_image.bottom-right, .desktop-navigation .page_item.mega-menu > .sub-menu.with_bg_image.bottom-right {
        background-position: bottom right; }
    .desktop-navigation .menu-item.mega-menu > .sub-menu > .menu-item, .desktop-navigation .page_item.mega-menu > .sub-menu > .menu-item {
      min-width: 250px;
      max-width: 100%;
      display: table-cell;
      padding: 0 10px;
      border-bottom: none !important; }
    .desktop-navigation .menu-item.mega-menu > .sub-menu .menu-item:not(:last-child) > a, .desktop-navigation .page_item.mega-menu > .sub-menu .menu-item:not(:last-child) > a {
      border-bottom: 1px solid rgba(70, 70, 70, 0.1); }
    .desktop-navigation .menu-item.mega-menu > .sub-menu .menu-item:hover > a, .desktop-navigation .page_item.mega-menu > .sub-menu .menu-item:hover > a {
      background-color: transparent;
      color: #218ce0; }
      .desktop-navigation .menu-item.mega-menu > .sub-menu .menu-item:hover > a [class*="icon"], .desktop-navigation .page_item.mega-menu > .sub-menu .menu-item:hover > a [class*="icon"] {
        color: #888 !important; }
    .desktop-navigation .menu-item.mega-menu > .sub-menu .menu-item a, .desktop-navigation .page_item.mega-menu > .sub-menu .menu-item a {
      color: #92a0ac;
      padding: 10px 20px;
      white-space: normal;
      line-height: 1.7; }
    .desktop-navigation .menu-item.mega-menu > .sub-menu .fa, .desktop-navigation .menu-item.mega-menu > .sub-menu [class*="ico"], .desktop-navigation .page_item.mega-menu > .sub-menu .fa, .desktop-navigation .page_item.mega-menu > .sub-menu [class*="ico"] {
      width: 20px;
      display: inline-block; }
    .desktop-navigation .menu-item.mega-menu > .sub-menu .menu-item-has-children > a, .desktop-navigation .page_item.mega-menu > .sub-menu .menu-item-has-children > a {
      font-weight: 700 !important;
      border-bottom: none !important;
      padding: 10px 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #58646e;
      font-family: "Roboto Condensed", "Roboto", "Montserrat", "Open Sans", arial, sans-serif;
      font-size: 18px;
      font-size: 1.125em; }
    .desktop-navigation .menu-item.mega-menu > .sub-menu .sub-menu, .desktop-navigation .page_item.mega-menu > .sub-menu .sub-menu {
      position: relative;
      left: 0 !important;
      box-shadow: none;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      opacity: 1 !important;
      padding: 0;
      background-color: transparent;
      top: 0;
      display: block !important; }
      .desktop-navigation .menu-item.mega-menu > .sub-menu .sub-menu .menu-item > a, .desktop-navigation .page_item.mega-menu > .sub-menu .sub-menu .menu-item > a {
        font-size: 16px;
        font-weight: 500;
        text-transform: inherit;
        border-bottom: none;
        padding: 5px 20px;
        letter-spacing: 0; }
      .desktop-navigation .menu-item.mega-menu > .sub-menu .sub-menu .menu-item:hover > a [class*="ico"], .desktop-navigation .page_item.mega-menu > .sub-menu .sub-menu .menu-item:hover > a [class*="ico"] {
        color: #92a0ac; }
      .desktop-navigation .menu-item.mega-menu > .sub-menu .sub-menu .menu-item.menu-item-has-children > a, .desktop-navigation .page_item.mega-menu > .sub-menu .sub-menu .menu-item.menu-item-has-children > a {
        font-weight: 700 !important;
        border-bottom: none !important;
        padding: 10px 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #58646e;
        font-family: "Roboto Condensed", "Roboto", "Montserrat", "Open Sans", arial, sans-serif;
        font-size: 18px;
        font-size: 1.125em; }
  .desktop-navigation .menu-item.mega-menu.mega-fullwidth, .desktop-navigation .page_item.mega-menu.mega-fullwidth {
    position: static; }
    .desktop-navigation .menu-item.mega-menu.mega-fullwidth > .sub-menu, .desktop-navigation .page_item.mega-menu.mega-fullwidth > .sub-menu {
      -webkit-transform-origin: 50% 0;
          -ms-transform-origin: 50% 0;
              transform-origin: 50% 0;
      left: 0;
      right: 0; }

.desktop-navigation .sub-menu, .desktop-navigation .children {
  display: none;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  left: 0;
  top: 100%;
  background-color: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.2);
  text-align: left; }
  .desktop-navigation .sub-menu .menu-item, .desktop-navigation .sub-menu .page_item, .desktop-navigation .children .menu-item, .desktop-navigation .children .page_item {
    float: none;
    display: block; }
    .desktop-navigation .sub-menu .menu-item a, .desktop-navigation .sub-menu .page_item a, .desktop-navigation .children .menu-item a, .desktop-navigation .children .page_item a {
      font-size: 16px;
      font-weight: 500;
      text-transform: inherit;
      border-bottom: none;
      padding: 5px 20px;
      color: #92a0ac; }
      .desktop-navigation .sub-menu .menu-item a [class*="ico"], .desktop-navigation .sub-menu .menu-item a .fa, .desktop-navigation .sub-menu .page_item a [class*="ico"], .desktop-navigation .sub-menu .page_item a .fa, .desktop-navigation .children .menu-item a [class*="ico"], .desktop-navigation .children .menu-item a .fa, .desktop-navigation .children .page_item a [class*="ico"], .desktop-navigation .children .page_item a .fa {
        width: 20px;
        color: rgba(0, 0, 0, 0.7); }
      .desktop-navigation .sub-menu .menu-item a [class*="ti-"], .desktop-navigation .sub-menu .page_item a [class*="ti-"], .desktop-navigation .children .menu-item a [class*="ti-"], .desktop-navigation .children .page_item a [class*="ti-"] {
        margin-right: 7px; }
    .desktop-navigation .sub-menu .menu-item:hover > a, .desktop-navigation .sub-menu .page_item:hover > a, .desktop-navigation .children .menu-item:hover > a, .desktop-navigation .children .page_item:hover > a {
      color: white;
      background-color: #218ce0; }
      .desktop-navigation .sub-menu .menu-item:hover > a [class*="ico"], .desktop-navigation .sub-menu .page_item:hover > a [class*="ico"], .desktop-navigation .children .menu-item:hover > a [class*="ico"], .desktop-navigation .children .page_item:hover > a [class*="ico"] {
        color: white; }
  .desktop-navigation .sub-menu .sub-menu, .desktop-navigation .sub-menu .children, .desktop-navigation .children .sub-menu, .desktop-navigation .children .children {
    left: 100%;
    top: -15px;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0; }

/* Mobile Navigation */
.menu-toggle {
  display: none;
  border: none;
  background: transparent;
  padding: 20px 0 20px 10px;
  color: #58646e;
  outline: none;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700; }
  .menu-toggle .fa, .menu-toggle [class*="ico"] {
    font-size: 18px;
    font-size: 1.125em;
    margin-right: 10px;
    vertical-align: middle; }
  @media screen and (min-width: 991px) {
    .menu-toggle {
      display: none !important; } }
  @media screen and (max-width: 990px) {
    .menu-toggle {
      display: block; } }
  @media screen and (max-width: 480px) {
    .menu-toggle {
      padding: 20px !important; }
      .menu-toggle .fa {
        margin-right: 0; }
      .menu-toggle .label {
        display: none; } }

/* Mobile Accordion Menu style */
.mobile-navigation {
  clear: both;
  display: none;
  z-index: 9;
  padding-bottom: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%; }
  @media screen and (min-width: 991px) {
    .mobile-navigation {
      display: none !important; } }
  .mobile-navigation .menu, .mobile-navigation .menu > ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    background: white;
    border: 1px solid #dcd0c7; }
    .mobile-navigation .menu .sub-menu,
    .mobile-navigation .menu .children, .mobile-navigation .menu > ul .sub-menu,
    .mobile-navigation .menu > ul .children {
      list-style: none;
      position: relative;
      padding-left: 20px;
      display: none;
      border-top: 1px solid #dcd0c7;
      background-image: none !important; }
      .mobile-navigation .menu .sub-menu .menu-item, .mobile-navigation .menu .sub-menu .page_item,
      .mobile-navigation .menu .children .menu-item,
      .mobile-navigation .menu .children .page_item, .mobile-navigation .menu > ul .sub-menu .menu-item, .mobile-navigation .menu > ul .sub-menu .page_item,
      .mobile-navigation .menu > ul .children .menu-item,
      .mobile-navigation .menu > ul .children .page_item {
        border-left: 1px dashed #dcd0c7; }
  .mobile-navigation .menu-item, .mobile-navigation .page_item {
    position: relative; }
    .mobile-navigation .menu-item:not(:last-child), .mobile-navigation .page_item:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .mobile-navigation .menu-item a, .mobile-navigation .page_item a {
      display: block;
      color: #333 !important;
      padding: 15px 20px;
      font-size: 13px;
      font-size: 0.8125em;
      line-height: 1.5; }
      .mobile-navigation .menu-item a:hover, .mobile-navigation .page_item a:hover {
        color: #218ce0; }
    .mobile-navigation .menu-item [class*="ico"], .mobile-navigation .page_item [class*="ico"] {
      margin-right: 10px; }
    .mobile-navigation .menu-item.current-menu-item > a, .mobile-navigation .page_item.current-menu-item > a {
      color: #218ce0; }
  .mobile-navigation .menu-item-has-children, .mobile-navigation .page_item_has_children {
    position: relative; }
    .mobile-navigation .menu-item-has-children > button, .mobile-navigation .page_item_has_children > button {
      font-family: "FontAwesome";
      position: absolute;
      right: 0;
      top: 0;
      width: 50px;
      background: white;
      padding: 15px 25px 15px 20px;
      text-align: center;
      border: none;
      border-left: 1px solid #dcd0c7;
      cursor: pointer;
      border-radius: 0;
      outline: none;
      color: #92a0ac;
      font-size: 18px;
      font-size: 1.125em;
      line-height: 1.1; }
    .mobile-navigation .menu-item-has-children.active:after, .mobile-navigation .page_item_has_children.active:after {
      content: "\f106"; }

/* 5. Content Wide Style */
.page-header {
  padding: 70px 0;
  text-align: center; }

.breadcrumbs {
  color: #58646e;
  word-break: break-word;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3); }
  .breadcrumbs a {
    color: #58646e;
    word-break: break-word; }

.page-title, .post-header .entry-title, .event-overview .event-title {
  font-size: 60px;
  font-size: 3.75em;
  margin: 0;
  text-align: center;
  word-break: break-word; }
  @media screen and (max-width: 768px) {
    .page-title, .post-header .entry-title, .event-overview .event-title {
      font-size: 48px;
      font-size: 3em; } }

.contact-map {
  margin-bottom: 30px; }

.gm-style img {
  max-width: none; }

.contact-detail {
  margin-bottom: 30px; }

.contact-detail address, .contact-detail .phone {
  padding-left: 30px;
  position: relative; }

.contact-detail address > .fa, .contact-detail .phone > .fa {
  position: absolute;
  left: 0;
  top: 0; }

hr.separator {
  border: none;
  border-bottom: 1px solid #c1c1c1; }

.archive-wrap h3 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-weight: 400;
  font-family: "Roboto Condensed", "Roboto", "Montserrat", "Open Sans", arial, sans-serif; }

.archive-wrap .archive-list {
  list-style: none;
  margin: 0 0 30px; }

.archive-wrap .archive-list li {
  position: relative; }

.archive-wrap .archive-list > li a {
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 0;
  display: block; }

.archive-wrap .archive-list li span {
  position: absolute;
  margin-top: 10px;
  right: 0;
  top: 0; }

.archive-wrap .archive-list a {
  color: #000000; }

.archive-wrap .archive-list ul {
  border-left: 1px dashed #e3e3e3;
  border-top: 1px solid #e3e3e3;
  margin-top: -1px;
  margin-left: 20px !important;
  list-style: none; }

.archive-wrap .archive-list ul a {
  padding-left: 10px; }

/* 5.1 Wordpress Default Classes */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  margin: 30px 0;
  text-align: center;
  clear: both;
  width: auto !important; }
  @media screen and (min-width: 768px) {
    .wp-caption {
      margin: 30px -50px 30px; } }
  @media screen and (min-width: 768px) {
    .wp-caption.alignleft {
      margin: 20px 30px 20px -50px; } }
  @media screen and (min-width: 768px) {
    .wp-caption.alignright {
      margin: 2px -50px 20px 30px; } }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto; }
  .wp-caption .wp-caption-text {
    font-size: 14px;
    line-height: 1.5;
    color: #92a0ac;
    margin: 0;
    padding: 10px;
    display: block; }

.gallery-caption {
  font-size: 13px;
  font-size: 0.8125em; }

.bypostauthor {
  border: 0 solid transparent; }

.gallery.gallery-columns-4 .gallery-item {
  width: 25%; }
  .gallery.gallery-columns-4 .gallery-item:nth-child(4n+1) {
    clear: both; }

.gallery.gallery-columns-3 .gallery-item {
  width: 33.3333%; }
  .gallery.gallery-columns-3 .gallery-item:nth-child(3n+1) {
    clear: both; }

.gallery-item {
  float: left;
  padding: 5px; }
  .gallery-item img {
    width: 100%;
    max-width: 100%;
    display: block; }

.gallery-caption {
  font-style: italic; }

/* 5.2 Post and page style */
.posts-holder {
  *zoom: 1;
  margin: 0 -30px;
  position: relative; }
  .posts-holder:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  .posts-holder:before {
    left: 30px;
    right: 30px;
    top: 0;
    position: absolute;
    height: 1px;
    background-color: #becad4; }
  .posts-holder--masonry, .posts-holder--grid, .posts-holder--sidebar {
    margin: 0 -15px;
    padding-top: 0; }
    .wpb_wrapper .posts-holder--masonry, .wpb_wrapper .posts-holder--grid, .wpb_wrapper .posts-holder--sidebar {
      padding-top: 0; }
    .posts-holder--masonry .type-post, .posts-holder--masonry .type-page, .posts-holder--grid .type-post, .posts-holder--grid .type-page, .posts-holder--sidebar .type-post, .posts-holder--sidebar .type-page {
      width: 33.3333%;
      padding: 0 15px;
      float: left;
      margin-bottom: 30px;
      opacity: 0;
      transition: .3s ease; }
      @media screen and (max-width: 768px) {
        .posts-holder--masonry .type-post, .posts-holder--masonry .type-page, .posts-holder--grid .type-post, .posts-holder--grid .type-page, .posts-holder--sidebar .type-post, .posts-holder--sidebar .type-page {
          width: 50%; } }
      @media screen and (max-width: 480px) {
        .posts-holder--masonry .type-post, .posts-holder--masonry .type-page, .posts-holder--grid .type-post, .posts-holder--grid .type-page, .posts-holder--sidebar .type-post, .posts-holder--sidebar .type-page {
          width: 100%; } }
      .posts-holder--masonry .type-post .featured-image a, .posts-holder--masonry .type-page .featured-image a, .posts-holder--grid .type-post .featured-image a, .posts-holder--grid .type-page .featured-image a, .posts-holder--sidebar .type-post .featured-image a, .posts-holder--sidebar .type-page .featured-image a {
        display: block;
        position: relative; }
        .posts-holder--masonry .type-post .featured-image a:after, .posts-holder--masonry .type-page .featured-image a:after, .posts-holder--grid .type-post .featured-image a:after, .posts-holder--grid .type-page .featured-image a:after, .posts-holder--sidebar .type-post .featured-image a:after, .posts-holder--sidebar .type-page .featured-image a:after {
          content: " ";
          width: 100%;
          height: 100%;
          background: url(../img/dot.png);
          position: absolute;
          left: 0;
          top: 0; }
      .posts-holder--masonry .type-post .featured-image img, .posts-holder--masonry .type-post .featured-image iframe, .posts-holder--masonry .type-page .featured-image img, .posts-holder--masonry .type-page .featured-image iframe, .posts-holder--grid .type-post .featured-image img, .posts-holder--grid .type-post .featured-image iframe, .posts-holder--grid .type-page .featured-image img, .posts-holder--grid .type-page .featured-image iframe, .posts-holder--sidebar .type-post .featured-image img, .posts-holder--sidebar .type-post .featured-image iframe, .posts-holder--sidebar .type-page .featured-image img, .posts-holder--sidebar .type-page .featured-image iframe {
        width: 100%;
        max-width: 100%;
        display: block; }
      .posts-holder--masonry .type-post .featured-image img, .posts-holder--masonry .type-page .featured-image img, .posts-holder--grid .type-post .featured-image img, .posts-holder--grid .type-page .featured-image img, .posts-holder--sidebar .type-post .featured-image img, .posts-holder--sidebar .type-page .featured-image img {
        height: auto; }
      .posts-holder--masonry .type-post .post-details, .posts-holder--masonry .type-page .post-details, .posts-holder--grid .type-post .post-details, .posts-holder--grid .type-page .post-details, .posts-holder--sidebar .type-post .post-details, .posts-holder--sidebar .type-page .post-details {
        padding: 20px;
        text-align: center; }
      .posts-holder--masonry .type-post .date, .posts-holder--masonry .type-page .date, .posts-holder--grid .type-post .date, .posts-holder--grid .type-page .date, .posts-holder--sidebar .type-post .date, .posts-holder--sidebar .type-page .date {
        color: #becad4; }
      .posts-holder--masonry .type-post .entry-title, .posts-holder--masonry .type-page .entry-title, .posts-holder--grid .type-post .entry-title, .posts-holder--grid .type-page .entry-title, .posts-holder--sidebar .type-post .entry-title, .posts-holder--sidebar .type-page .entry-title {
        margin: 0 0 20px;
        font-size: 36px;
        font-size: 2.25em;
        line-height: normal;
        word-break: break-word; }
      .posts-holder--masonry .type-post .entry-summary, .posts-holder--masonry .type-page .entry-summary, .posts-holder--grid .type-post .entry-summary, .posts-holder--grid .type-page .entry-summary, .posts-holder--sidebar .type-post .entry-summary, .posts-holder--sidebar .type-page .entry-summary {
        max-height: 130px;
        position: relative;
        overflow: hidden;
        color: #92a0ac;
        word-break: break-word; }
        .posts-holder--masonry .type-post .entry-summary:after, .posts-holder--masonry .type-page .entry-summary:after, .posts-holder--grid .type-post .entry-summary:after, .posts-holder--grid .type-page .entry-summary:after, .posts-holder--sidebar .type-post .entry-summary:after, .posts-holder--sidebar .type-page .entry-summary:after {
          content: " ";
          width: 100%;
          height: 60px;
          background: linear-gradient(rgba(255, 255, 255, 0), white);
          position: absolute;
          bottom: 0;
          left: 0; }
      .posts-holder--masonry .type-post .more-text, .posts-holder--masonry .type-page .more-text, .posts-holder--grid .type-post .more-text, .posts-holder--grid .type-page .more-text, .posts-holder--sidebar .type-post .more-text, .posts-holder--sidebar .type-page .more-text {
        padding: 10px 0 10px;
        display: block;
        outline: none; }
        .posts-holder--masonry .type-post .more-text span, .posts-holder--masonry .type-page .more-text span, .posts-holder--grid .type-post .more-text span, .posts-holder--grid .type-page .more-text span, .posts-holder--sidebar .type-post .more-text span, .posts-holder--sidebar .type-page .more-text span {
          display: block; }
          .posts-holder--masonry .type-post .more-text span .drip-icon-arrow-thin-right, .posts-holder--masonry .type-page .more-text span .drip-icon-arrow-thin-right, .posts-holder--grid .type-post .more-text span .drip-icon-arrow-thin-right, .posts-holder--grid .type-page .more-text span .drip-icon-arrow-thin-right, .posts-holder--sidebar .type-post .more-text span .drip-icon-arrow-thin-right, .posts-holder--sidebar .type-page .more-text span .drip-icon-arrow-thin-right {
            margin-left: 20px;
            vertical-align: middle; }
  .posts-holder--masonry:before {
    content: " ";
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 100px auto;
    background: url(../img/loader.gif) no-repeat;
    transition: .3s ease; }
  .posts-holder--masonry .type-post, .posts-holder--masonry .type-page {
    transition: none; }
    .posts-holder--masonry .type-post .inner-post, .posts-holder--masonry .type-page .inner-post {
      -webkit-transform: translateY(100px) scale(1);
          -ms-transform: translateY(100px) scale(1);
              transform: translateY(100px) scale(1);
      opacity: 0;
      transition: opacity 1s ease, -webkit-transform 0.6s cubic-bezier(0.82, 0.03, 0.25, 1);
      transition: transform 0.6s cubic-bezier(0.82, 0.03, 0.25, 1), opacity 1s ease;
      transition: transform 0.6s cubic-bezier(0.82, 0.03, 0.25, 1), opacity 1s ease, -webkit-transform 0.6s cubic-bezier(0.82, 0.03, 0.25, 1); }
    .posts-holder--masonry .type-post.active .inner-post, .posts-holder--masonry .type-page.active .inner-post {
      -webkit-transform: translateY(0) scale(1);
          -ms-transform: translateY(0) scale(1);
              transform: translateY(0) scale(1);
      opacity: 1; }
    .posts-holder--masonry .type-post .entry-title, .posts-holder--masonry .type-page .entry-title {
      font-size: 28px;
      font-size: 1.75em;
      line-height: 1.5; }
    .posts-holder--masonry .type-post .entry-summary, .posts-holder--masonry .type-page .entry-summary {
      margin-bottom: 20px; }
    .posts-holder--masonry .type-post .more-text, .posts-holder--masonry .type-page .more-text {
      background-color: #218ce0;
      color: white;
      padding: 5px 15px;
      text-transform: uppercase;
      font-size: 14px;
      display: inline-block; }
      .posts-holder--masonry .type-post .more-text span .drip-icon-arrow-thin-right, .posts-holder--masonry .type-page .more-text span .drip-icon-arrow-thin-right {
        margin-left: 5px; }
  .posts-holder--masonry.vc-comp .type-post, .posts-holder--masonry.vc-comp .type-page {
    padding: 0;
    background-color: white;
    margin-bottom: 0;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1); }
  .posts-holder--masonry.loaded .type-post, .posts-holder--masonry.loaded .type-page {
    opacity: 1; }
  .posts-holder--masonry.loaded:before {
    opacity: 0; }
  .posts-holder--masonry.columns-1 .type-post, .posts-holder--masonry.columns-1 .type-page {
    width: 100%; }
  .posts-holder--masonry.columns-2 .type-post, .posts-holder--masonry.columns-2 .type-page {
    width: 50%; }
    .posts-holder--masonry.columns-2 .type-post:nth-child(3n+1), .posts-holder--masonry.columns-2 .type-page:nth-child(3n+1) {
      clear: none; }
    .posts-holder--masonry.columns-2 .type-post:nth-child(2n+1), .posts-holder--masonry.columns-2 .type-page:nth-child(2n+1) {
      clear: both; }
  @media screen and (max-width: 480px) {
    .posts-holder--masonry.columns-2 {
      width: 100%; } }
  .posts-holder--masonry.columns-4 .type-post, .posts-holder--masonry.columns-4 .type-page {
    width: 24%; }
    .posts-holder--masonry.columns-4 .type-post:nth-child(3n+1), .posts-holder--masonry.columns-4 .type-page:nth-child(3n+1) {
      clear: none; }
    .posts-holder--masonry.columns-4 .type-post:nth-child(4n+1), .posts-holder--masonry.columns-4 .type-page:nth-child(4n+1) {
      clear: both; }
    @media screen and (max-width: 768px) {
      .posts-holder--masonry.columns-4 .type-post, .posts-holder--masonry.columns-4 .type-page {
        width: 50%; }
        .posts-holder--masonry.columns-4 .type-post:nth-child(4n+1), .posts-holder--masonry.columns-4 .type-page:nth-child(4n+1) {
          clear: none; }
        .posts-holder--masonry.columns-4 .type-post:nth-child(2n+1), .posts-holder--masonry.columns-4 .type-page:nth-child(2n+1) {
          clear: both; } }
    @media screen and (max-width: 480px) {
      .posts-holder--masonry.columns-4 .type-post, .posts-holder--masonry.columns-4 .type-page {
        width: 100%; } }
  .posts-holder--masonry.columns-5 .type-post, .posts-holder--masonry.columns-5 .type-page {
    width: 20%; }
    .posts-holder--masonry.columns-5 .type-post:nth-child(3n+1), .posts-holder--masonry.columns-5 .type-page:nth-child(3n+1) {
      clear: none; }
    .posts-holder--masonry.columns-5 .type-post:nth-child(5n+1), .posts-holder--masonry.columns-5 .type-page:nth-child(5n+1) {
      clear: both; }
    @media screen and (max-width: 768px) {
      .posts-holder--masonry.columns-5 .type-post, .posts-holder--masonry.columns-5 .type-page {
        width: 50%; }
        .posts-holder--masonry.columns-5 .type-post:nth-child(5n+1), .posts-holder--masonry.columns-5 .type-page:nth-child(5n+1) {
          clear: none; }
        .posts-holder--masonry.columns-5 .type-post:nth-child(2n+1), .posts-holder--masonry.columns-5 .type-page:nth-child(2n+1) {
          clear: both; } }
    @media screen and (max-width: 480px) {
      .posts-holder--masonry.columns-5 .type-post, .posts-holder--masonry.columns-5 .type-page {
        width: 100%; } }
  .posts-holder--masonry.columns-6 .type-post, .posts-holder--masonry.columns-6 .type-page {
    width: 16.6667%; }
    .posts-holder--masonry.columns-6 .type-post:nth-child(3n+1), .posts-holder--masonry.columns-6 .type-page:nth-child(3n+1) {
      clear: none; }
    .posts-holder--masonry.columns-6 .type-post:nth-child(6n+1), .posts-holder--masonry.columns-6 .type-page:nth-child(6n+1) {
      clear: both; }
    @media screen and (max-width: 990px) {
      .posts-holder--masonry.columns-6 .type-post, .posts-holder--masonry.columns-6 .type-page {
        width: 33.3333%; }
        .posts-holder--masonry.columns-6 .type-post:nth-child(6n+1), .posts-holder--masonry.columns-6 .type-page:nth-child(6n+1) {
          clear: none; }
        .posts-holder--masonry.columns-6 .type-post:nth-child(3n+1), .posts-holder--masonry.columns-6 .type-page:nth-child(3n+1) {
          clear: both; } }
    @media screen and (max-width: 768px) {
      .posts-holder--masonry.columns-6 .type-post, .posts-holder--masonry.columns-6 .type-page {
        width: 50%; }
        .posts-holder--masonry.columns-6 .type-post:nth-child(4n+1), .posts-holder--masonry.columns-6 .type-page:nth-child(4n+1) {
          clear: none; }
        .posts-holder--masonry.columns-6 .type-post:nth-child(2n+1), .posts-holder--masonry.columns-6 .type-page:nth-child(2n+1) {
          clear: both; } }
    @media screen and (max-width: 480px) {
      .posts-holder--masonry.columns-6 .type-post, .posts-holder--masonry.columns-6 .type-page {
        width: 100%; } }
  .posts-holder--sidebar {
    padding-top: 0; }
    .posts-holder--sidebar:before {
      display: none; }
    .posts-holder--sidebar .type-post, .posts-holder--sidebar .type-page {
      width: 100%;
      opacity: 1;
      margin-bottom: 50px; }
  .posts-holder--cover {
    margin: 0; }
    .posts-holder--cover .inner-post {
      background-size: cover;
      padding: 100px 30px 150px;
      text-align: center;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      z-index: 1;
      overflow: hidden; }
      .posts-holder--cover .inner-post:after {
        content: " ";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.4) url(../img/dot.png);
        z-index: -1;
        transition: .3s ease; }
      .posts-holder--cover .inner-post:hover:after {
        background-color: rgba(0, 0, 0, 0.8); }
      .posts-holder--cover .inner-post .background-wrap, .posts-holder--cover .inner-post .background {
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1; }
      .posts-holder--cover .inner-post .background {
        height: 150%;
        background-size: cover;
        background-position: center;
        top: -50%; }
      .posts-holder--cover .inner-post .post-details {
        width: 768px;
        max-width: 100%;
        margin: 0 auto; }
        .posts-holder--cover .inner-post .post-details > [class*="icon"] {
          font-size: 48px;
          font-size: 3em;
          display: block;
          margin-bottom: 20px;
          color: white;
          line-height: normal; }
        .posts-holder--cover .inner-post .post-details .entry-categories {
          text-transform: uppercase;
          letter-spacing: 2px;
          color: rgba(255, 255, 255, 0.7);
          display: block;
          text-align: center; }
          .posts-holder--cover .inner-post .post-details .entry-categories a {
            color: rgba(255, 255, 255, 0.7); }
        .posts-holder--cover .inner-post .post-details .entry-title {
          margin-top: 0;
          font-size: 32px; }
          .posts-holder--cover .inner-post .post-details .entry-title a {
            color: white;
            text-transform: uppercase;
            letter-spacing: 2px; }
        .posts-holder--cover .inner-post .post-details .entry-summary {
          color: rgba(255, 255, 255, 0.7); }
        .posts-holder--cover .inner-post .post-details .more-text {
          color: white;
          text-transform: uppercase;
          letter-spacing: 2px;
          position: absolute;
          right: 30px;
          bottom: 30px; }
  .posts-holder--non-sidebar {
    margin: 0 auto;
    max-width: 820px; }
    .posts-holder--non-sidebar .type-post, .posts-holder--non-sidebar .type-page {
      margin-bottom: 80px; }
      .posts-holder--non-sidebar .type-post .post-details, .posts-holder--non-sidebar .type-page .post-details {
        text-align: center; }
      .posts-holder--non-sidebar .type-post .featured-image a, .posts-holder--non-sidebar .type-page .featured-image a {
        display: block;
        position: relative; }
        .posts-holder--non-sidebar .type-post .featured-image a:after, .posts-holder--non-sidebar .type-page .featured-image a:after {
          content: " ";
          width: 100%;
          height: 100%;
          background: url(../img/dot.png);
          position: absolute;
          left: 0;
          top: 0; }
      .posts-holder--non-sidebar .type-post .featured-image img, .posts-holder--non-sidebar .type-post .featured-image iframe, .posts-holder--non-sidebar .type-page .featured-image img, .posts-holder--non-sidebar .type-page .featured-image iframe {
        width: 100%;
        max-width: 100%;
        display: block; }
      .posts-holder--non-sidebar .type-post .featured-image img, .posts-holder--non-sidebar .type-page .featured-image img {
        height: auto; }
      .posts-holder--non-sidebar .type-post .entry-title, .posts-holder--non-sidebar .type-page .entry-title {
        word-break: break-word; }
      .posts-holder--non-sidebar .type-post .post-details, .posts-holder--non-sidebar .type-page .post-details {
        padding: 40px; }
        .posts-holder--non-sidebar .type-post .post-details .date, .posts-holder--non-sidebar .type-page .post-details .date {
          color: #becad4; }
        .posts-holder--non-sidebar .type-post .post-details .entry-title, .posts-holder--non-sidebar .type-page .post-details .entry-title {
          margin: 0 0 20px;
          font-size: 36px;
          font-size: 2.25em;
          line-height: normal;
          word-break: break-word; }
          .posts-holder--non-sidebar .type-post .post-details .entry-title a, .posts-holder--non-sidebar .type-page .post-details .entry-title a {
            color: #58646e; }
        .posts-holder--non-sidebar .type-post .post-details .entry-summary, .posts-holder--non-sidebar .type-page .post-details .entry-summary {
          position: relative;
          word-break: break-word; }
          .posts-holder--non-sidebar .type-post .post-details .entry-summary:after, .posts-holder--non-sidebar .type-page .post-details .entry-summary:after {
            content: " ";
            width: 100%;
            height: 50px;
            background: linear-gradient(rgba(255, 255, 255, 0), white);
            position: absolute;
            bottom: 0;
            left: 0; }
      .posts-holder--non-sidebar .type-post .more-text, .posts-holder--non-sidebar .type-page .more-text {
        padding: 10px 0 10px;
        display: block;
        outline: none; }
        .posts-holder--non-sidebar .type-post .more-text span, .posts-holder--non-sidebar .type-page .more-text span {
          display: block; }
          .posts-holder--non-sidebar .type-post .more-text span .drip-icon-arrow-thin-right, .posts-holder--non-sidebar .type-page .more-text span .drip-icon-arrow-thin-right {
            margin-left: 20px;
            vertical-align: middle; }

.gallery-slider {
  position: relative;
  margin-bottom: 30px; }
  .gallery-slider .slides {
    margin: 0;
    padding: 0;
    list-style: none; }
    .gallery-slider .slides li img {
      width: 100%;
      height: auto;
      display: block; }
  .gallery-slider .flex-control-nav {
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: -50px;
    width: 100%;
    left: 0; }
    .gallery-slider .flex-control-nav li {
      display: inline-block;
      margin: 2px; }
      .gallery-slider .flex-control-nav li a {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.1);
        display: block;
        overflow: hidden;
        text-indent: -9999px; }
        .gallery-slider .flex-control-nav li a:after {
          display: none; }
        .gallery-slider .flex-control-nav li a.flex-active {
          background: rgba(0, 0, 0, 0.3); }
  .gallery-slider .flex-direction-nav {
    list-style: none;
    margin: 0; }
    .gallery-slider .flex-direction-nav .flex-next, .gallery-slider .flex-direction-nav .flex-prev {
      position: absolute !important;
      width: 30px;
      height: 40px;
      background-color: rgba(255, 255, 255, 0.5);
      color: #58646e;
      font-size: 24px;
      font-size: 1.5em;
      text-align: center;
      top: 0;
      bottom: 0;
      margin: auto; }
      .gallery-slider .flex-direction-nav .flex-next:after, .gallery-slider .flex-direction-nav .flex-prev:after {
        display: none; }
    .gallery-slider .flex-direction-nav .flex-next {
      right: 0; }
    .gallery-slider .flex-direction-nav .flex-prev {
      left: 0; }

.type-post, .type-page {
  *zoom: 1; }
  .type-post:after, .type-page:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }

.inner-post .featured-image {
  margin-bottom: 30px; }

.sticky .inner-post {
  border: 2px solid #218ce0; }

.sticky.has-post-thumbnail {
  position: relative; }
  .sticky.has-post-thumbnail:before {
    content: attr(data-sticky);
    position: absolute;
    z-index: 2;
    top: 0;
    right: 50px;
    background-color: #218ce0;
    color: white;
    padding: 5px 20px;
    text-transform: uppercase;
    letter-spacing: 2px; }

.posts-navigation {
  *zoom: 1;
  clear: both;
  padding: 50px 0;
  margin-top: 50px; }
  .posts-navigation:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  .posts-navigation .fa {
    font-size: 18px; }
  .posts-navigation .prev-link, .posts-navigation .next-link {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px; }
  .posts-navigation .prev-link {
    float: left; }
    .posts-navigation .prev-link .fa {
      margin-right: 10px; }
  .posts-navigation .next-link {
    float: right; }
    .posts-navigation .next-link .fa {
      margin-left: 10px; }

.post-header {
  *zoom: 1;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(190, 202, 212, 0.5);
  margin-bottom: 70px; }
  .post-header:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  .post-header .entry-title {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 70px;
    word-break: break-word;
    font-weight: 300; }
  .post-header .post-meta-head {
    float: left;
    word-break: break-word; }
    @media screen and (max-width: 990px) {
      .post-header .post-meta-head {
        float: none;
        margin: 0 auto; } }
    .post-header .post-meta-head [class*="entry-"] {
      display: inline-block;
      vertical-align: top;
      padding: 0 20px 0 0;
      margin-bottom: 30px;
      margin-right: 30px; }
      .post-header .post-meta-head [class*="entry-"]:first-child {
        padding-left: 0; }
      .post-header .post-meta-head [class*="entry-"]:not(:last-child) {
        border-right: 1px solid #becad4; }
    .post-header .post-meta-head .entry-categories {
      position: relative; }
      .post-header .post-meta-head .entry-categories .more-category-popup {
        background-color: rgba(0, 0, 0, 0.8);
        border-radius: 5px;
        padding: 20px;
        max-width: 300px;
        position: absolute;
        top: 100%;
        margin-bottom: 20px;
        -webkit-transform: translateY(30px);
            -ms-transform: translateY(30px);
                transform: translateY(30px);
        transition: .3s ease;
        opacity: 0;
        visibility: hidden;
        z-index: -1; }
        .post-header .post-meta-head .entry-categories .more-category-popup:before {
          content: " ";
          border-width: 5px;
          border-style: solid;
          border-color: transparent transparent rgba(0, 0, 0, 0.8);
          position: absolute;
          bottom: 100%;
          left: 20px; }
        .post-header .post-meta-head .entry-categories .more-category-popup a {
          color: white; }
      .post-header .post-meta-head .entry-categories:hover .more-category-popup {
        z-index: 1;
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
    .post-header .post-meta-head strong {
      text-transform: uppercase;
      font-size: 14px;
      font-size: 0.875em;
      font-weight: 300;
      display: block; }
    .post-header .post-meta-head .meta-content {
      display: block;
      font-size: 18px;
      font-size: 1.125em;
      color: #becad4; }
      .post-header .post-meta-head .meta-content a {
        color: #becad4; }
        .post-header .post-meta-head .meta-content a:hover {
          color: #218ce0; }
  .post-header .post-navigation {
    float: right; }
    @media screen and (max-width: 990px) {
      .post-header .post-navigation {
        width: 100%;
        float: none; } }
    .post-header .post-navigation a {
      display: block;
      text-transform: uppercase;
      font-size: 11px;
      font-size: 0.6875em;
      padding: 3px 0; }
      .post-header .post-navigation a:first-child {
        border-bottom: 1px solid rgba(190, 202, 212, 0.5); }
      .post-header .post-navigation a span {
        color: #becad4;
        letter-spacing: 2px; }

.post-meta-side {
  text-align: center; }
  .post-meta-side .entry-tags, .post-meta-side .related-posts {
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative; }
    .post-meta-side .entry-tags:after, .post-meta-side .related-posts:after {
      content: " ";
      width: 30px;
      height: 1px;
      background-color: #becad4;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
    .post-meta-side .entry-tags > h3, .post-meta-side .related-posts > h3 {
      font-size: 13px;
      font-size: 0.8125em;
      color: #becad4;
      letter-spacing: 2px;
      margin-top: 0;
      text-transform: uppercase;
      font-weight: 300; }
    .post-meta-side .entry-tags a, .post-meta-side .related-posts a {
      color: #58646e;
      font-size: 12px;
      font-size: 0.75em; }
      .post-meta-side .entry-tags a:hover, .post-meta-side .related-posts a:hover {
        color: #218ce0; }
    .post-meta-side .entry-tags ul, .post-meta-side .related-posts ul {
      list-style: none; }
      .post-meta-side .entry-tags ul li, .post-meta-side .related-posts ul li {
        margin-bottom: 20px; }
      .post-meta-side .entry-tags ul h3, .post-meta-side .related-posts ul h3 {
        font-size: 1em;
        font-weight: 400;
        margin: 0; }
      .post-meta-side .entry-tags ul small, .post-meta-side .related-posts ul small {
        color: #becad4; }
  .post-meta-side .social-share a {
    display: block;
    padding: 10px;
    font-size: 18px;
    font-size: 1.125em; }
    .post-meta-side .social-share a:fist-of-nth {
      padding-left: 0; }
    @media screen and (max-width: 990px) {
      .post-meta-side .social-share a {
        display: inline-block;
        margin-bottom: 50px; } }

.post-main-content {
  padding-left: 70px; }
  @media screen and (max-width: 990px) {
    .post-main-content {
      padding-left: 15px; } }

.entry-tags,
.entry-categories,
.share-post {
  display: table; }
  .entry-tags strong, .entry-tags span, .entry-tags div,
  .entry-categories strong,
  .entry-categories span,
  .entry-categories div,
  .share-post strong,
  .share-post span,
  .share-post div {
    display: table-cell;
    padding: 5px 0; }
  .entry-tags strong,
  .entry-categories strong,
  .share-post strong {
    width: 100px;
    text-align: left; }
  .entry-tags .social-share a,
  .entry-categories .social-share a,
  .share-post .social-share a {
    display: inline-block;
    padding: 5px 10px; }
    .entry-tags .social-share a:nth-of-type(1),
    .entry-categories .social-share a:nth-of-type(1),
    .share-post .social-share a:nth-of-type(1) {
      padding-left: 0; }

.author-box {
  margin-top: 30px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 50px 0 50px; }
  .author-box > h3 {
    margin-top: 0; }
  .author-box .post-author {
    position: relative;
    text-align: center; }
    .author-box .post-author__image {
      display: block;
      text-align: center;
      margin-bottom: 20px; }
      .author-box .post-author__image img {
        display: block;
        margin: 0 auto;
        border-radius: 50%; }
    .author-box .post-author__name {
      margin: 0 0 10px;
      line-height: normal; }
      .author-box .post-author__name a {
        color: #58646e; }
    .author-box .post-author .social-links {
      display: table;
      margin: 0 auto; }

.related-posts {
  padding: 50px 0; }
  .related-posts > h3 {
    margin-top: 0; }
  .related-posts ul {
    margin: 0 -15px;
    list-style: none;
    *zoom: 1; }
    .related-posts ul:after {
      content: " ";
      clear: both;
      display: block;
      overflow: hidden;
      height: 0; }
    .related-posts ul li {
      width: 33.333%;
      float: left;
      padding: 0 15px;
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        .related-posts ul li {
          width: 50%; }
          .related-posts ul li:nth-child(2n+1) {
            clear: both; } }
      @media screen and (max-width: 480px) {
        .related-posts ul li {
          width: 100%; } }
    .related-posts ul h3 {
      line-height: normal;
      margin: 0;
      line-height: normal;
      color: #58646e;
      word-break: break-word; }
    .related-posts ul img {
      max-width: 100%; }

.post-navigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3; }
  .post-navigation .next-post, .post-navigation .prev-post {
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    text-align: center;
    font-size: 24px;
    line-height: 1.4;
    color: #58646e;
    font-weight: 500; }
    .post-navigation .next-post:hover, .post-navigation .prev-post:hover {
      color: #218ce0; }
    .post-navigation .next-post span, .post-navigation .prev-post span {
      display: block;
      font-size: 12px;
      margin-bottom: 5px;
      letter-spacing: 2px;
      color: #92a0ac;
      text-transform: uppercase; }

.comments-title, .comment-respond .comment-reply-title, .author-box > h3, .related-posts > h3 {
  text-align: center;
  font-size: 24px;
  font-size: 1.5em;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  word-break: break-word; }

.comments-area {
  padding: 30px 0 0; }

.comment-list, .commentlist {
  list-style: none;
  border-bottom: 1px solid rgba(190, 202, 212, 0.5);
  margin: 0 0 70px !important; }

.comment {
  position: relative; }
  .comment-meta {
    margin-bottom: 20px; }
    .comment-meta img {
      vertical-align: middle;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      margin-right: 10px; }
    .comment-meta .says {
      display: none; }
  .comment-author, .comment-metadata {
    display: inline-block;
    vertical-align: middle; }
  .comment-author a {
    color: #58646e;
    font-weight: 400; }
    .comment-author a:hover {
      color: #218ce0; }
  .comment-metadata a {
    color: #becad4; }
  .comment-content {
    margin-bottom: 50px; }
  .comment .reply {
    position: absolute;
    right: 0;
    top: 20px; }
  .comment .children {
    list-style: none;
    margin-left: 60px; }

.comment-respond {
  margin-bottom: 70px; }
  .comment-respond .comment-form {
    *zoom: 1;
    margin: 0 -15px; }
    .comment-respond .comment-form:after {
      content: " ";
      clear: both;
      display: block;
      overflow: hidden;
      height: 0; }
    .comment-respond .comment-form .comment-notes, .comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url, .comment-respond .comment-form-comment,
    .comment-respond .comment-form .logged-in-as, .comment-respond .comment-form-rating {
      float: left;
      padding: 0 15px; }
    .comment-respond .comment-form .comment-notes, .comment-respond .comment-form-comment {
      width: 100%;
      float: none;
      clear: both; }
    .comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url {
      width: 33.3333%;
      float: left;
      padding: 0 15px; }
      @media screen and (max-width: 990px) {
        .comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url {
          width: 100%;
          margin-bottom: 30px; } }
      .comment-respond .comment-form-author input, .comment-respond .comment-form-email input, .comment-respond .comment-form-url input {
        width: 100%;
        max-width: 100%; }
    .comment-respond .comment-form-comment textarea {
      width: 100%; }
    .comment-respond .comment-form .form-allowed-tags, .comment-respond .comment-form .form-submit {
      padding: 0 15px; }
    .comment-respond .comment-form .form-submit {
      clear: both;
      text-align: right; }

.entry-content, .comment-content, .page-content {
  word-break: break-word;
  line-height: 2;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(190, 202, 212, 0.5);
  margin-bottom: 30px;
  text-align: left;
  *zoom: 1; }
  .entry-content:after, .comment-content:after, .page-content:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  .entry-content img, .comment-content img, .page-content img {
    max-width: 100%;
    height: auto; }
  .entry-content .leading, .comment-content .leading, .page-content .leading {
    font-weight: 500;
    margin: 30px 0;
    font-style: normal;
    line-height: 1.5; }
    @media screen and (min-width: 768px) {
      .entry-content .leading, .comment-content .leading, .page-content .leading {
        margin: 30px -50px; } }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6, .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    line-height: 1.5;
    margin-top: 40px; }
  .entry-content h1, .entry-content h2, .entry-content h3, .comment-content h1, .comment-content h2, .comment-content h3, .page-content h1, .page-content h2, .page-content h3 {
    font-weight: 400;
    text-transform: uppercase; }
  .entry-content h1, .comment-content h1, .page-content h1 {
    font-size: 36px;
    font-size: 2.25em; }
  .entry-content h2, .comment-content h2, .page-content h2 {
    font-size: 26px;
    font-size: 1.625em; }
  .entry-content h3, .comment-content h3, .page-content h3 {
    font-size: 22px;
    font-size: 1.375em; }
  .entry-content h4, .entry-content h5, .entry-content h6, .comment-content h4, .comment-content h5, .comment-content h6, .page-content h4, .page-content h5, .page-content h6 {
    font-family: "Roboto", "Montserrat", "Open Sans", arial, sans-serif; }
  .entry-content h4, .comment-content h4, .page-content h4 {
    font-size: 20px;
    font-size: 1.25em; }
  .entry-content h5, .comment-content h5, .page-content h5 {
    font-size: 18px;
    font-size: 1.125em; }
  .entry-content h6, .comment-content h6, .page-content h6 {
    font-size: 16px;
    font-size: 1em; }
  .entry-content blockquote, .comment-content blockquote, .page-content blockquote {
    font-size: 28px;
    font-weight: 300;
    font-family: "Roboto Condensed", "Roboto", "Montserrat", "Open Sans", arial, sans-serif;
    font-style: normal;
    line-height: normal;
    border-left: 2px solid #218ce0;
    padding-left: 30px;
    margin: 30px 0;
    position: relative; }
    @media screen and (min-width: 768px) {
      .entry-content blockquote, .comment-content blockquote, .page-content blockquote {
        margin: 30px -50px; } }
    .entry-content blockquote p, .comment-content blockquote p, .page-content blockquote p {
      font-family: "Roboto Condensed", "Roboto", "Montserrat", "Open Sans", arial, sans-serif;
      font-size: 28px;
      font-style: normal;
      line-height: normal; }
    .entry-content blockquote cite, .comment-content blockquote cite, .page-content blockquote cite {
      display: block;
      font-size: 12px;
      font-size: 0.75rem;
      font-style: normal;
      margin-top: 20px;
      color: #92a0ac; }
    @media screen and (min-width: 640px) {
      .entry-content blockquote.alignright, .entry-content blockquote.alignleft, .comment-content blockquote.alignright, .comment-content blockquote.alignleft, .page-content blockquote.alignright, .page-content blockquote.alignleft {
        padding-top: 40px; }
        .entry-content blockquote.alignright:before, .entry-content blockquote.alignleft:before, .comment-content blockquote.alignright:before, .comment-content blockquote.alignleft:before, .page-content blockquote.alignright:before, .page-content blockquote.alignleft:before {
          content: " ";
          width: 48px;
          height: 48px;
          position: absolute;
          background: white url(../img/quote.png) no-repeat;
          top: -24px;
          left: 0;
          right: 0;
          margin: auto; } }
    .entry-content blockquote.alignright, .comment-content blockquote.alignright, .page-content blockquote.alignright {
      float: none;
      margin: 30px 0; }
      @media screen and (min-width: 640px) {
        .entry-content blockquote.alignright, .comment-content blockquote.alignright, .page-content blockquote.alignright {
          border: 2px solid #218ce0;
          padding: 30px;
          max-width: 50%;
          margin: 20px -50px 20px 30px;
          float: right; } }
    .entry-content blockquote.alignleft, .comment-content blockquote.alignleft, .page-content blockquote.alignleft {
      float: none;
      margin: 30px 0; }
      @media screen and (min-width: 640px) {
        .entry-content blockquote.alignleft, .comment-content blockquote.alignleft, .page-content blockquote.alignleft {
          max-width: 50%;
          margin: 20px 30px 20px -50px;
          border: 2px solid #218ce0;
          padding: 30px;
          float: left; } }
  .entry-content table th, .entry-content table td, .comment-content table th, .comment-content table td, .page-content table th, .page-content table td {
    padding: 15px;
    border: 1px solid #becad4; }
  .entry-content dl dt, .comment-content dl dt, .page-content dl dt {
    font-style: italic; }
  .entry-content dl dd, .comment-content dl dd, .page-content dl dd {
    margin-bottom: 30px; }
  .entry-content ul, .entry-content ol, .comment-content ul, .comment-content ol, .page-content ul, .page-content ol {
    margin-left: 20px; }

.section-title {
  font-size: 64px;
  font-size: 4em;
  text-transform: uppercase;
  color: #384C5D;
  line-height: normal;
  margin-bottom: 30px;
  margin-top: 0; }
  .section-title + .section-subtitle {
    margin-top: -30px; }

.section-subtitle {
  font-family: "Roboto", "Montserrat", "Open Sans", arial, sans-serif;
  font-size: 18px;
  font-size: 1.125em;
  display: block;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 0;
  color: #becad4; }

/* 5.3 Post and page style */
.event-filter {
  text-align: left;
  position: relative;
  z-index: 4;
  margin-bottom: 50px; }
  .event-filter label {
    position: relative;
    display: block;
    border-right: 1px solid #becad4; }
    @media screen and (max-width: 990px) {
      .event-filter label {
        border: none;
        margin-bottom: 30px; } }
    .event-filter label strong {
      display: block; }
    .event-filter label [class*="icon"] {
      position: absolute;
      left: 0;
      top: 30px;
      font-size: 24px;
      font-size: 1.5em;
      color: #becad4; }
    .event-filter label input {
      border: none;
      width: 100%;
      padding-left: 40px;
      font-size: 24px;
      font-size: 1.5em; }
    .event-filter label select {
      display: none; }
  .event-filter .event-search {
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (max-width: 990px) {
      .event-filter .event-search {
        padding-left: 0;
        padding-right: 0; } }
    .event-filter .event-search input {
      padding-left: 0;
      padding-right: 50px; }
    .event-filter .event-search button {
      position: absolute;
      right: 50px;
      top: 30px;
      background: none;
      border: none;
      font-size: 24px;
      font-size: 1.5em;
      color: #218ce0; }
  .event-filter .view-as {
    border-right: none;
    padding-bottom: 50px; }
    .event-filter .view-as select {
      display: none; }
    .event-filter .view-as ul {
      position: absolute;
      top: 30px;
      margin: 0;
      left: 0;
      width: 100%;
      background: white;
      border: 2px solid transparent;
      transition: .3s ease; }
      .event-filter .view-as ul li {
        display: none;
        padding: 5px 10px;
        background: white;
        cursor: pointer;
        transition: .3s ease; }
        .event-filter .view-as ul li [class*="icon"] {
          position: static;
          display: inline-block;
          vertical-align: middle;
          margin-right: 10px; }
        .event-filter .view-as ul li.active {
          display: block; }
      .event-filter .view-as ul.selecting {
        border: 2px solid #218ce0;
        z-index: 9; }
        .event-filter .view-as ul.selecting li {
          display: block; }
          .event-filter .view-as ul.selecting li:hover {
            background-color: #218ce0;
            color: white; }

.events-grid {
  *zoom: 1; }
  .events-grid:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }

.event {
  width: 100%;
  padding: 15px; }
  @media screen and (min-width: 480px) {
    .event {
      width: 50%;
      float: left; }
      .event:nth-child(2n+1) {
        clear: both; } }
  @media screen and (min-width: 990px) {
    .event {
      width: 25%;
      float: left; }
      .event:nth-child(2n+1) {
        clear: none; }
      .event:nth-child(4n+1) {
        clear: both; }
      .columns-2 .event {
        width: 50%; }
        .columns-2 .event:nth-child(2n+1) {
          clear: both; }
      .columns-3 .event {
        width: 33.3333%; }
        .columns-3 .event:nth-child(4n+1) {
          clear: none; }
        .columns-3 .event:nth-child(3n+1) {
          clear: both; }
      .columns-4 .event {
        width: 25%; }
      .columns-5 .event {
        width: 20%; }
        .columns-5 .event:nth-child(4n+1) {
          clear: none; }
        .columns-5 .event:nth-child(5n+1) {
          clear: both; }
      .columns-6 .event {
        width: 16.6667%; }
        .columns-6 .event:nth-child(4n+1) {
          clear: none; }
        .columns-6 .event:nth-child(6n+1) {
          clear: both; } }
  .event a {
    display: block;
    position: relative; }
    .event a:before {
      content: " ";
      position: absolute;
      z-index: 1;
      opacity: .7;
      transition: .3s ease; }
    .event a:before {
      height: 50%;
      background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
      width: 100%;
      left: 0;
      bottom: 0; }
    .event a:hover:before {
      opacity: 1; }
    .event a:hover .event-thumb img {
      -webkit-filter: grayscale(0);
      -moz-filter: grayscale(0);
      -ms-filter: grayscale(0);
      filter: grayscale(0); }
    .event a:hover .event-thumb:before {
      background-color: transparent; }
    .event a:hover .event-date .fold {
      -webkit-transform: rotateY(40deg);
              transform: rotateY(40deg); }
      .event a:hover .event-date .fold:before {
        opacity: 1; }
  .event .event-thumb {
    overflow: hidden;
    position: relative; }
    .event .event-thumb:before {
      content: " ";
      background: url(../img/dot.png);
      position: absolute;
      width: 100%;
      height: 100%;
      transition: .3s ease;
      top: 0;
      left: 0;
      z-index: 1; }
  .event img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
    display: block; }
  .event .event-title, .event .event-date {
    position: absolute;
    z-index: 2; }
  .event .event-title {
    left: 20px;
    bottom: 20px;
    right: 20px;
    color: white;
    margin: 0;
    font-size: 24px;
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 40px;
    font-family: "Roboto Condensed", "Roboto", "Montserrat", "Open Sans", arial, sans-serif;
    line-height: normal; }
  .event .event-date {
    right: -15px;
    top: 20px;
    text-align: center;
    font-family: "Roboto Condensed", "Roboto", "Montserrat", "Open Sans", arial, sans-serif;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-perspective: 300px;
            perspective: 300px; }
    .event .event-date .fold {
      background-color: #218ce0;
      padding: 15px;
      will-change: transform;
      -webkit-transform-origin: 100% 50%;
          -ms-transform-origin: 100% 50%;
              transform-origin: 100% 50%;
      transition: .3s ease; }
      .event .event-date .fold:before {
        content: " ";
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.4));
        display: block;
        top: 0;
        left: 0;
        opacity: 0;
        transition: .3s ease; }
    .event .event-date span {
      display: block;
      color: white;
      text-transform: uppercase;
      font-family: "Roboto Condensed", "Roboto", "Montserrat", "Open Sans", arial, sans-serif; }
      .event .event-date span.day {
        font-size: 32px;
        font-size: 2em;
        line-height: 1.1; }
      .event .event-date span.month, .event .event-date span.year {
        line-height: 1.1; }
      .event .event-date span.month {
        font-weight: 700;
        letter-spacing: 2px; }
      .event .event-date span.year {
        letter-spacing: 2;
        font-weight: 300; }

.event-navigation {
  text-align: center;
  padding: 70px; }
  .event-navigation .prev-events, .event-navigation .next-events {
    padding: 10px 25px; }
    @media screen and (max-width: 480px) {
      .event-navigation .prev-events, .event-navigation .next-events {
        float: none;
        display: inline-block;
        margin-bottom: 10px; } }
  .event-navigation .prev-events {
    float: left; }
  .event-navigation .next-events {
    float: right; }
  @media screen and (max-width: 480px) {
    .event-navigation .export {
      display: block;
      margin-bottom: 10px; } }

.event-overview {
  min-height: 920px;
  min-height: 100vh;
  background-size: cover;
  padding-bottom: 30px;
  position: relative;
  z-index: 1; }
  .event-overview:before {
    content: " ";
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1; }
  .event-overview.slide-content:before {
    display: none; }
  .header-collapsed .event-overview {
    padding-top: 300px; }
  .event-overview .breadcrumbs {
    text-align: center; }
  .event-overview .event-title {
    font-weight: 400;
    margin: 0;
    padding-bottom: 0;
    text-align: center;
    color: white; }
    .event-overview .event-title a {
      color: white; }
  .event-overview .event-location {
    font-size: 24px;
    font-size: 1.5em;
    text-transform: uppercase;
    text-align: center;
    color: white;
    margin-bottom: 50px; }
    .event-overview .event-location [class*="icon"] {
      color: #e4b72e;
      vertical-align: middle; }
  .event-overview .event-date {
    color: white;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px; }
    .event-overview .event-date span {
      display: block; }
    .event-overview .event-date .day {
      font-size: 200px;
      font-size: 12.5em;
      font-family: "Roboto Condensed", "Roboto", "Montserrat", "Open Sans", arial, sans-serif;
      line-height: .9; }
    .event-overview .event-date .month, .event-overview .event-date .year {
      font-size: 14px;
      font-size: 0.875em;
      letter-spacing: 5px;
      line-height: 1.3; }
    .event-overview .event-date .month {
      color: #e4b72e; }

.time-schedule td {
  vertical-align: top; }

.time-schedule td:first-child {
  white-space: nowrap;
  padding-right: 20px; }

.time-schedule [class*="icon"] {
  margin-right: 10px; }

.event-gallery {
  padding: 50px 0; }
  .event-gallery .gallery-carousel {
    *zoom: 1; }
    .event-gallery .gallery-carousel:after {
      content: " ";
      clear: both;
      display: block;
      overflow: hidden;
      height: 0; }
    .event-gallery .gallery-carousel a {
      width: 25%;
      float: left;
      position: relative;
      display: block;
      overflow: hidden; }
      .event-gallery .gallery-carousel a:before {
        content: " ";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 1;
        opacity: 0;
        transition: .3s ease; }
      .event-gallery .gallery-carousel a:after {
        content: "";
        width: 48px;
        height: 48px;
        font-family: "dripicons";
        font-size: 48px;
        font-size: 3em;
        line-height: 1;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        color: white;
        z-index: 2;
        transition: .3s ease;
        -webkit-transform: scale(0.1);
            -ms-transform: scale(0.1);
                transform: scale(0.1);
        opacity: 0; }
      .event-gallery .gallery-carousel a:hover:before {
        opacity: 1; }
      .event-gallery .gallery-carousel a:hover:after {
        opacity: 1;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
      .event-gallery .gallery-carousel a img {
        width: 100%;
        max-width: 100%;
        display: block;
        height: auto; }
    .event-gallery .gallery-carousel .owl-item a {
      width: 100%;
      float: none; }
  .event-gallery .owl-nav {
    text-align: right; }
    .event-gallery .owl-nav .owl-prev, .event-gallery .owl-nav .owl-next {
      display: inline-block;
      padding: 10px;
      font-size: 24px;
      font-size: 1.5em;
      color: #218ce0; }

.related-events {
  padding: 50px 0; }

.sponsor-section {
  padding: 70px 50px 70px; }
  .sponsor-section .section-title {
    font-size: 24px; }
  .sponsor-section .section-subtitle {
    text-transform: inherit;
    font-size: 1em; }

.sponsor-images {
  text-align: center; }
  .sponsor-images a {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 20px; }
    .sponsor-images a img {
      vertical-align: middle; }

.event-offer {
  width: 100%; }
  .event-offer td {
    padding: 10px;
    vertical-align: middle !important; }
  .event-offer td:first-child {
    padding-left: 0; }
  .event-offer input {
    max-width: 100%; }

.buy-ticket-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none; }
  .buy-ticket-popup .ticket-modal {
    padding: 20px;
    position: absolute;
    width: 600px;
    max-width: 100%;
    background-color: white;
    border-radius: 3px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    z-index: 1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: .3s ease;
    opacity: 0; }
  .buy-ticket-popup.active .ticket-modal {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    opacity: 1; }
  .buy-ticket-popup .ticket-modal .close {
    width: 35px;
    height: 35px;
    background-color: black;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    line-height: 1.7;
    position: absolute;
    right: -16px;
    top: -16px;
    border: 3px solid white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); }
  .buy-ticket-popup .tribe-events-tickets-title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 30px; }
  .buy-ticket-popup .woocommerce.add-to-cart {
    text-align: right; }

@media screen and (max-width: 768px) {
  .tribe-events-sub-nav {
    text-align: center; }
    .tribe-events-sub-nav li {
      display: inline-block;
      padding: 0;
      margin-bottom: 10px !important;
      float: none !important;
      text-align: center; }
      .tribe-events-sub-nav li a {
        padding: 10px !important;
        background-color: transparent;
        display: block;
        margin-bottom: 0;
        text-align: center; }
  #tribe-events-footer:after, #tribe-events-footer:before, #tribe-events-header:after, #tribe-events-header:before {
    display: none; } }

.single-event .event-cover {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .single-event .event-cover:before {
    content: " ";
    background: url(../img/dot.png);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1; }
  .single-event .event-cover .event-summary {
    width: 40%;
    background-color: white;
    padding: 30px 50px 30px 30px;
    position: relative;
    min-height: 480px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 992px) {
      .single-event .event-cover .event-summary {
        width: 100%;
        margin-top: 100px;
        min-height: 0;
        padding-right: 100px; } }
    @media screen and (max-width: 768px) {
      .single-event .event-cover .event-summary {
        padding-left: 30px; } }
  .single-event .event-cover .event-title {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 32px;
    line-height: normal; }
  .single-event .event-cover .event-excerpt {
    margin-bottom: 30px; }
  .single-event .event-cover .event-date {
    background-color: #218ce0;
    color: white;
    position: absolute;
    text-align: center;
    padding: 20px;
    right: -40px;
    top: 30px; }
    @media screen and (max-width: 992px) {
      .single-event .event-cover .event-date {
        right: 30px; } }
    @media screen and (max-width: 768px) {
      .single-event .event-cover .event-date {
        display: none; } }
    .single-event .event-cover .event-date span {
      display: block; }
      .single-event .event-cover .event-date span.day {
        font-size: 32px;
        font-size: 2em;
        line-height: 1.1; }
      .single-event .event-cover .event-date span.month, .single-event .event-cover .event-date span.year {
        line-height: 1.1; }
      .single-event .event-cover .event-date span.month {
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase; }
      .single-event .event-cover .event-date span.year {
        letter-spacing: 2;
        font-weight: 300; }
  .single-event .event-cover .event-action {
    text-align: center; }
    .single-event .event-cover .event-action .price-info, .single-event .event-cover .event-action .action {
      display: inline-block;
      vertical-align: middle; }
    .single-event .event-cover .event-action .price-info {
      padding-right: 20px;
      border-right: 1px solid rgba(0, 0, 0, 0.3);
      margin-right: 20px; }
      .single-event .event-cover .event-action .price-info .price {
        font-size: 24px;
        font-size: 1.5em; }
        .single-event .event-cover .event-action .price-info .price sup {
          font-size: 14px;
          font-size: 0.875rem; }
    .single-event .event-cover .event-action .button, .single-event .event-cover .event-action .products .product__details .product__action .added_to_cart, .products .product__details .product__action .single-event .event-cover .event-action .added_to_cart, .single-event .event-cover .event-action .widget.widget_search button[type="submit"], .widget.widget_search .single-event .event-cover .event-action button[type="submit"], .single-event .event-cover .event-action .widget.widget_shopping_cart .buttons .wc-forward, .widget.widget_shopping_cart .buttons .single-event .event-cover .event-action .wc-forward, .single-event .event-cover .event-action input[type="submit"], .single-event .event-cover .event-action input[type="reset"] {
      padding: 5px 20px; }

.single-event .event-details {
  display: table;
  table-layout: fixed;
  width: 100%; }
  @media screen and (max-width: 992px) {
    .single-event .event-details {
      display: block;
      width: 100%; } }
  .single-event .event-details .event-info, .single-event .event-details .event-content {
    display: table-cell;
    vertical-align: top; }
    @media screen and (max-width: 992px) {
      .single-event .event-details .event-info, .single-event .event-details .event-content {
        display: block;
        width: 100% !important; } }
  .single-event .event-details .event-info {
    width: 40%;
    border-right: 1px solid #e3e3e3; }
    @media screen and (max-width: 992px) {
      .single-event .event-details .event-info {
        border-right: none; } }
  .single-event .event-details .event-content {
    width: 60%; }

.single-event .event-info-block {
  border-bottom: 1px solid #e3e3e3;
  padding: 30px 30px 30px 110px;
  position: relative;
  font-size: 14px; }
  @media screen and (max-width: 640px) {
    .single-event .event-info-block {
      padding-top: 110px;
      padding-left: 30px; } }
  .single-event .event-info-block > [class*="icon"],
  .single-event .event-info-block > h3 > .fa {
    font-size: 24px;
    position: absolute;
    line-height: 1;
    left: 30px;
    top: 30px;
    width: 48px;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    text-align: center;
    line-height: 48px; }
    @media screen and (max-width: 640px) {
      .single-event .event-info-block > [class*="icon"],
      .single-event .event-info-block > h3 > .fa {
        top: 30px;
        left: 0;
        right: 0;
        margin: auto; } }
  .single-event .event-info-block h3 {
    margin-top: 0;
    font-size: 18px;
    line-height: normal; }
  .single-event .event-info-block.event-time-block {
    background-color: #218ce0;
    color: white; }
    .single-event .event-info-block.event-time-block span {
      display: block;
      line-height: 1; }
    .single-event .event-info-block.event-time-block .date {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 10px; }
    .single-event .event-info-block.event-time-block .time {
      margin-bottom: 30px; }
    .single-event .event-info-block.event-time-block a.tribe-events-ical {
      background-color: white !important;
      color: #218ce0 !important;
      font-size: 14px;
      padding: 10px 20px; }
  .single-event .event-info-block.event-map-block {
    padding: 0; }
    .single-event .event-info-block.event-map-block iframe {
      width: 100%;
      max-width: 100%;
      height: 250px; }
  .single-event .event-info-block.event-location-block {
    background-color: #e4b72e;
    color: white;
    line-height: normal; }
    .single-event .event-info-block.event-location-block a {
      color: white; }
    .single-event .event-info-block.event-location-block p {
      margin-bottom: 10px; }
    .single-event .event-info-block.event-location-block address {
      margin-bottom: 30px; }
    .single-event .event-info-block.event-location-block a.tribe-events-gcal {
      padding: 10px 20px;
      background-color: white !important;
      color: #e4b72e !important;
      font-size: 14px;
      border-radius: 40px; }
  .single-event .event-info-block.event-related-block {
    padding: 0; }
    .single-event .event-info-block.event-related-block > h3 {
      background-color: #218ce0;
      color: white;
      padding: 30px 30px 30px 100px;
      text-transform: uppercase;
      margin: 0;
      position: relative; }
      .single-event .event-info-block.event-related-block > h3 .fa {
        top: 15px;
        right: auto !important;
        left: 30px !important; }
    .single-event .event-info-block.event-related-block ul {
      list-style: none;
      margin: 0; }
      .single-event .event-info-block.event-related-block ul li:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .single-event .event-info-block.event-related-block a {
      display: block;
      padding-left: 150px;
      position: relative;
      min-height: 150px; }
      @media screen and (max-width: 640px) {
        .single-event .event-info-block.event-related-block a {
          padding-left: 0;
          min-height: 0; } }
      .single-event .event-info-block.event-related-block a > span {
        width: 150px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-size: cover; }
        @media screen and (max-width: 640px) {
          .single-event .event-info-block.event-related-block a > span {
            display: none; } }
        .single-event .event-info-block.event-related-block a > span:before {
          content: " ";
          width: 0;
          height: 0;
          margin: auto;
          border-style: solid;
          border-width: 20px;
          border-color: transparent white transparent transparent;
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0; }
      .single-event .event-info-block.event-related-block a div {
        padding: 30px; }
      .single-event .event-info-block.event-related-block a .event-title {
        color: #58646e;
        margin: 0 0 10px; }
        .single-event .event-info-block.event-related-block a .event-title:hover {
          color: #218ce0; }
      .single-event .event-info-block.event-related-block a .event-date {
        color: #92a0ac;
        font-size: 16px; }

.single-event .event-content .entry-content {
  padding: 30px 50px 30px;
  border-bottom: none;
  margin-bottom: 0; }

.single-event .event-content .event-taxonomy {
  padding: 0 30px 30px; }
  .single-event .event-content .event-taxonomy .event-category, .single-event .event-content .event-taxonomy .event-tags {
    padding-left: 100px;
    position: relative; }
    .single-event .event-content .event-taxonomy .event-category strong, .single-event .event-content .event-taxonomy .event-tags strong {
      position: absolute;
      left: 0; }

.single-event .event-content .event-gallery {
  *zoom: 1;
  padding: 0 0 30px; }
  .single-event .event-content .event-gallery:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  .single-event .event-content .event-gallery h3 {
    font-size: 24px;
    text-transform: uppercase;
    padding-left: 30px;
    font-weight: 300;
    font-family: "Roboto Condensed", "Roboto", "Montserrat", "Open Sans", arial, sans-serif; }
  .single-event .event-content .event-gallery a {
    width: 25%;
    float: left;
    position: relative; }
    .single-event .event-content .event-gallery a:before {
      content: "\e077";
      font-family: "dripicons";
      font-size: 32px;
      width: 48px;
      height: 48px;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      color: white;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      opacity: 0;
      transition: .3s ease;
      z-index: 2;
      line-height: 48px; }
    .single-event .event-content .event-gallery a:after {
      content: " ";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: transparent;
      transition: .3s ease;
      z-index: 1; }
    .single-event .event-content .event-gallery a img {
      display: block;
      max-width: 100%; }
    .single-event .event-content .event-gallery a:hover:before {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      opacity: 1; }
    .single-event .event-content .event-gallery a:hover:after {
      background: transparent !important; }
  .single-event .event-content .event-gallery:hover > a:after {
    background: rgba(0, 0, 0, 0.3); }

/* 5.4 Shop style */
.woocommerce-result-count {
  float: left; }

.woocommerce-ordering {
  float: right;
  margin-bottom: 50px; }

.columns-1 .product {
  width: 100%;
  float: none; }

.columns-2 .product {
  width: 50%; }
  .columns-2 .product:nth-child(2n+1) {
    clear: both; }
  @media screen and (max-width: 480px) {
    .columns-2 .product {
      width: 100%; } }

.columns-3 .product {
  width: 33.3333%; }
  .columns-3 .product:nth-child(3n+1) {
    clear: both; }
  @media screen and (max-width: 480px) {
    .columns-3 .product {
      width: 100%; } }

.columns-4 .product {
  width: 25%; }
  .columns-4 .product:nth-child(4n+1) {
    clear: both; }
  @media screen and (max-width: 990px) {
    .columns-4 .product {
      width: 33.3333%; }
      .columns-4 .product:nth-child(4n+1) {
        clear: none; }
      .columns-4 .product:nth-child(3n+1) {
        clear: both; } }
  @media screen and (max-width: 768px) {
    .columns-4 .product {
      width: 50%; }
      .columns-4 .product:nth-child(3n+1) {
        clear: none; }
      .columns-4 .product:nth-child(2n+1) {
        clear: both; } }
  @media screen and (max-width: 480px) {
    .columns-4 .product {
      width: 100%; } }

.columns-5 .product {
  width: 20%; }
  .columns-5 .product:nth-child(5n+1) {
    clear: both; }
  @media screen and (max-width: 990px) {
    .columns-5 .product {
      width: 33.3333%; }
      .columns-5 .product:nth-child(5n+1) {
        clear: none; }
      .columns-5 .product:nth-child(3n+1) {
        clear: both; } }
  @media screen and (max-width: 768px) {
    .columns-5 .product {
      width: 50%; }
      .columns-5 .product:nth-child(3n+1) {
        clear: none; }
      .columns-5 .product:nth-child(2n+1) {
        clear: both; } }
  @media screen and (max-width: 480px) {
    .columns-5 .product {
      width: 100%; } }

.columns-6 .product {
  width: 16.66667%; }
  .columns-6 .product:nth-child(6n+1) {
    clear: both; }
  @media screen and (max-width: 990px) {
    .columns-6 .product {
      width: 33.3333%; }
      .columns-6 .product:nth-child(6n+1) {
        clear: none; }
      .columns-6 .product:nth-child(3n+1) {
        clear: both; } }
  @media screen and (max-width: 768px) {
    .columns-6 .product {
      width: 50%; }
      .columns-6 .product:nth-child(3n+1) {
        clear: none; }
      .columns-6 .product:nth-child(2n+1) {
        clear: both; } }
  @media screen and (max-width: 480px) {
    .columns-6 .product {
      width: 100%; } }

.products {
  *zoom: 1;
  list-style: none;
  clear: both;
  margin-bottom: 50px;
  margin-top: 0; }
  .products:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  .products .product {
    position: relative;
    float: left;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    min-height: 300px; }
    .products .product__image {
      display: block; }
      .products .product__image img {
        display: block;
        width: 100%;
        height: auto; }
    .products .product__details {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      text-align: center;
      z-index: 1;
      transition: .3s ease;
      background-color: rgba(0, 0, 0, 0.1); }
      .products .product__details:before {
        content: " ";
        width: 100%;
        height: 150px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1; }
      .products .product__details .block-link {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1; }
      .products .product__details .product-top-section {
        position: relative;
        padding: 30px 30px 50px; }
      .products .product__details .product-title {
        margin: 0 0 10px;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
        line-height: normal;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .products .product__details .product-title a {
          color: #111; }
        .products .product__details .product-title.background--dark a {
          color: white;
          text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
      .products .product__details .star-rating {
        display: inline-block;
        float: none;
        line-height: normal; }
      .products .product__details .product__action {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 100%;
        text-align: center;
        left: 0;
        transition: .3s ease;
        opacity: 0; }
        .products .product__details .product__action .add_to_cart_button.added {
          display: none; }
        .products .product__details .product__action .yith-wcwl-add-to-wishlist {
          padding: 15px 30px;
          color: white; }
          .products .product__details .product__action .yith-wcwl-add-to-wishlist .add_to_wishlist {
            color: white; }
      .products .product__details:hover {
        background-color: rgba(0, 0, 0, 0.8); }
        .products .product__details:hover .product-top-section:after {
          opacity: 0; }
        .products .product__details:hover .product-title a {
          color: white; }
        .products .product__details:hover .product__action {
          opacity: 1; }
        .products .product__details:hover .product__price:after {
          opacity: 0; }
        .products .product__details:hover .product__price .price {
          color: white; }
      .products .product__details .product__price {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
        padding: 50px 30px 30px; }
        .products .product__details .product__price .price {
          font-weight: 700;
          color: #111;
          font-size: 24px;
          transition: .3s ease;
          display: block; }
          .products .product__details .product__price .price ins {
            text-decoration: none; }
        .products .product__details .product__price.background--dark .price {
          color: white;
          text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
        .products .product__details .product__price .onsale {
          background-color: red;
          color: white;
          padding: 3px 10px;
          line-height: normal;
          font-weight: 500; }

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: "FontAwesome";
  color: #becad4; }
  .star-rating:before {
    content: "\f005\f005\f005\f005\f005";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    color: #e3e3e3; }
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    color: #218ce0; }
    .star-rating span:before {
      content: "\f005\f005\f005\f005\f005";
      top: 0;
      position: absolute;
      left: 0; }

.woocommerce-product-rating {
  line-height: 2;
  display: block;
  margin-bottom: 30px; }
  .woocommerce-product-rating:after, .woocommerce-product-rating:before {
    content: " ";
    display: table; }
  .woocommerce-product-rating:after {
    clear: both; }
  .woocommerce-product-rating .star-rating {
    float: left;
    font-size: 20px;
    font-size: 1.25em; }

p.stars {
  position: relative;
  font-size: 1em; }
  p.stars a {
    display: inline-block;
    font-weight: 700;
    margin-right: 1em;
    text-indent: -9999px;
    position: relative;
    border-bottom: 0 !important;
    outline: 0; }
    p.stars a:last-child {
      border-right: 0; }
    p.stars a.star-1, p.stars a.star-2, p.stars a.star-3, p.stars a.star-4, p.stars a.star-5 {
      border-right: 1px solid #ccc; }
    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; }
    p.stars a.star-1 {
      width: 2em; }
    p.stars a.star-1:after {
      content: "\f005"; }
    p.stars a.star-1.active:after, p.stars a.star-1:hover:after {
      content: "\f005"; }
    p.stars a.star-2 {
      width: 3em; }
    p.stars a.star-2:after {
      content: "\f005\f005"; }
    p.stars a.star-2.active:after, p.stars a.star-2:hover:after {
      content: "\f005\f005"; }
    p.stars a.star-3 {
      width: 4em; }
    p.stars a.star-3:after {
      content: "\f005\f005\f005"; }
    p.stars a.star-3.active:after, p.stars a.star-3:hover:after {
      content: "\f005\f005\f005"; }
    p.stars a.star-4 {
      width: 5em; }
    p.stars a.star-4:after {
      content: "\f005\f005\f005\f005"; }
    p.stars a.star-4.active:after, p.stars a.star-4:hover:after {
      content: "\f005\f005\f005\f005"; }
    p.stars a.star-5 {
      width: 6em;
      border: 0; }
    p.stars a.star-5:after {
      content: "\f005\f005\f005\f005\f005"; }
    p.stars a.star-5.active:after, p.stars a.star-5:hover:after {
      content: "\f005\f005\f005\f005\f005"; }

@-webkit-keyframes rotate {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.woocommerce-message {
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px;
  background-color: #D7EFC5;
  border: 1px solid #bbe49d;
  z-index: 9;
  transition: .3s ease;
  margin-bottom: 30px;
  overflow: hidden; }
  .woocommerce-message a {
    margin-top: -8px;
    float: right; }

.woocommerce-error {
  margin: 0 0 30px !important;
  padding: 20px;
  background-color: #F5B9B9;
  border: 1px solid #BE6A6A;
  list-style: none;
  border-radius: 0;
  overflow: hidden;
  position: relative; }
  .woocommerce-error .button, .woocommerce-error .products .product__details .product__action .added_to_cart, .products .product__details .product__action .woocommerce-error .added_to_cart, .woocommerce-error .widget.widget_search button[type="submit"], .widget.widget_search .woocommerce-error button[type="submit"], .woocommerce-error .widget.widget_shopping_cart .buttons .wc-forward, .widget.widget_shopping_cart .buttons .woocommerce-error .wc-forward, .woocommerce-error input[type="submit"], .woocommerce-error input[type="reset"] {
    position: absolute;
    top: 10px;
    right: 15px;
    margin: 0; }

.images {
  margin-bottom: 30px;
  position: relative; }
  .images > a {
    width: 100%;
    margin-bottom: 30px; }
    .images > a img {
      display: block;
      margin: 0 auto; }
  .images .thumbnails {
    *zoom: 1;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 10px;
    width: auto; }
    .images .thumbnails:after {
      content: " ";
      clear: both;
      display: block;
      overflow: hidden;
      height: 0; }
    .images .thumbnails a {
      width: 20%;
      float: left;
      padding: 10px; }
      .images .thumbnails a img {
        width: 100%;
        height: auto;
        margin: 0;
        border: 3px solid rgba(190, 202, 212, 0.8); }
    .images .thumbnails .owl-item a {
      width: 100%;
      float: none; }

.product-overview {
  background-color: white;
  margin-bottom: 50px;
  position: relative; }
  @media screen and (max-width: 640px) {
    .product-overview {
      padding: 30px; } }
  .product-overview .row {
    position: relative; }
  .product-overview .onsale {
    position: absolute;
    left: 100px;
    top: 60px;
    background: #218ce0;
    text-transform: uppercase;
    padding: 3px 10px;
    font-size: 12px;
    font-size: 0.75em;
    font-weight: 700;
    font-family: "Roboto Condensed", "Roboto", "Montserrat", "Open Sans", arial, sans-serif;
    color: white;
    z-index: 1; }
    .product-overview .onsale.soldout {
      width: 100px !important; }
  .product-overview .images {
    position: relative; }
    .single-product-modern .product-overview .images {
      float: right; }
      @media screen and (max-width: 990px) {
        .single-product-modern .product-overview .images {
          float: left; } }
    .product-overview .images .zoom {
      display: block; }
    .product-overview .images > a img {
      max-width: 100%;
      height: auto; }
    .product-overview .images .thumbnails {
      overflow: hidden;
      margin-bottom: 30px; }
      .product-overview .images .thumbnails img {
        width: 100%;
        max-width: 100%;
        height: auto;
        transition: .3s ease; }
        .product-overview .images .thumbnails img:hover {
          opacity: 1 !important; }
      .product-overview .images .thumbnails .owl-item.active img {
        opacity: 1 !important; }
      .product-overview .images .thumbnails .owl-prev, .product-overview .images .thumbnails .owl-next {
        width: 40px;
        position: absolute;
        top: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.7);
        text-align: center;
        font-size: 24px;
        font-size: 1.5em;
        transition: .3s ease; }
        .product-overview .images .thumbnails .owl-prev .fa, .product-overview .images .thumbnails .owl-next .fa {
          position: absolute;
          top: 50%;
          width: 100%;
          text-align: center;
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          left: 0;
          color: #333; }
      .product-overview .images .thumbnails .owl-prev {
        left: 0;
        -ms-transform: translateX(-40px);
            transform: translateX(-40px);
        -webkit-transform: translateX(-40px); }
      .product-overview .images .thumbnails .owl-next {
        right: 0;
        -ms-transform: translateX(40px);
            transform: translateX(40px);
        -webkit-transform: translateX(40px); }
      .product-overview .images .thumbnails:hover img {
        opacity: .5; }
      .product-overview .images .thumbnails:hover .owl-prev, .product-overview .images .thumbnails:hover .owl-next {
        -ms-transform: translateX(0);
            transform: translateX(0);
        -webkit-transform: translateX(0); }
  .product-overview .product-summary {
    padding-right: 100px;
    position: relative; }
    @media screen and (max-width: 640px) {
      .product-overview .product-summary {
        padding-right: 40px; } }
    @media screen and (min-width: 640px) {
      .single-product-modern .product-overview .product-summary {
        position: static;
        padding-right: 50px; } }
    .product-overview .product-summary .social-share-holder {
      position: absolute;
      right: 15px;
      width: 32px;
      font-size: 14px;
      border-top: 3px solid #becad4;
      text-align: center; }
      .single-product-modern .product-overview .product-summary .social-share-holder {
        right: 15px; }
      .product-overview .product-summary .social-share-holder a {
        display: block;
        color: #555;
        padding: 15px 0;
        transition: .3s ease; }
        .product-overview .product-summary .social-share-holder a:hover {
          color: #218ce0; }
    .product-overview .product-summary .price {
      font-size: 24px;
      font-size: 1.5em;
      text-transform: uppercase;
      margin-bottom: 5px; }
      .product-overview .product-summary .price del {
        color: #becad4; }
      .product-overview .product-summary .price ins {
        text-decoration: none; }
    .product-overview .product-summary .cart {
      padding-bottom: 20px;
      margin-bottom: 20px; }
    .product-overview .product-summary .quantity {
      margin-bottom: 10px; }
      .product-overview .product-summary .quantity label {
        margin-right: 20px;
        display: inline-block; }
    .product-overview .product-summary .summary, .product-overview .product-summary [itemprop="description"] {
      line-height: 1.8;
      margin-top: 30px;
      margin-bottom: 30px; }
  .product-overview .product_meta {
    margin-top: 0;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .product-overview .product_meta:before {
      content: " ";
      width: 50px;
      height: 2px;
      background-color: #becad4;
      position: absolute;
      left: 0;
      bottom: 0; }
    .product-overview .product_meta > span {
      display: block; }
      .product-overview .product_meta > span strong {
        color: #92a0ac;
        font-style: normal; }
  .product-overview .product-action {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fefefe; }
    .product-overview .product-action .price-wrap {
      background-color: #fafafa;
      border-bottom: 1px solid #e3e3e3;
      padding: 15px;
      font-weight: 700; }
      .product-overview .product-action .price-wrap p {
        margin-bottom: 0;
        line-height: normal; }
    .product-overview .product-action .stock {
      margin: 0;
      padding: 15px; }
    .product-overview .product-action .button, .product-overview .product-action .products .product__details .product__action .added_to_cart, .products .product__details .product__action .product-overview .product-action .added_to_cart, .product-overview .product-action .widget.widget_search button[type="submit"], .widget.widget_search .product-overview .product-action button[type="submit"], .product-overview .product-action .widget.widget_shopping_cart .buttons .wc-forward, .widget.widget_shopping_cart .buttons .product-overview .product-action .wc-forward, .product-overview .product-action input[type="submit"], .product-overview .product-action input[type="reset"] {
      margin-top: 0; }
    .product-overview .product-action form {
      padding: 15px;
      margin-bottom: 0 !important; }
      .product-overview .product-action form:not([class*="variations_form"]) {
        margin-bottom: 0;
        *zoom: 1; }
        .product-overview .product-action form:not([class*="variations_form"]):after {
          content: " ";
          clear: both;
          display: block;
          overflow: hidden;
          height: 0; }
        .product-overview .product-action form:not([class*="variations_form"]) .quantity {
          margin-right: 10px; }
        .product-overview .product-action form:not([class*="variations_form"]) .quantity, .product-overview .product-action form:not([class*="variations_form"]) .button, .product-overview .product-action form:not([class*="variations_form"]) .products .product__details .product__action .added_to_cart, .products .product__details .product__action .product-overview .product-action form:not([class*="variations_form"]) .added_to_cart, .product-overview .product-action form:not([class*="variations_form"]) .widget.widget_search button[type="submit"], .widget.widget_search .product-overview .product-action form:not([class*="variations_form"]) button[type="submit"], .product-overview .product-action form:not([class*="variations_form"]) .widget.widget_shopping_cart .buttons .wc-forward, .widget.widget_shopping_cart .buttons .product-overview .product-action form:not([class*="variations_form"]) .wc-forward, .product-overview .product-action form:not([class*="variations_form"]) input[type="submit"], .product-overview .product-action form:not([class*="variations_form"]) input[type="reset"] {
          float: left; }

.single_variation_wrap .single_variation {
  padding-left: 100px; }

.product-details {
  background-color: white;
  margin-bottom: 10px; }
  @media screen and (max-width: 640px) {
    .product-details {
      padding: 30px; } }
  .product-details .shop_attributes p:last-child {
    margin-bottom: 0; }

.woocommerce-tabs {
  overflow: hidden; }
  .woocommerce-tabs .tabs {
    list-style: none;
    margin: 0 0 30px;
    padding-right: 0;
    border-bottom: 2px solid #e3e3e3;
    text-align: center;
    *zoom: 1; }
    .woocommerce-tabs .tabs:after {
      content: " ";
      clear: both;
      display: block;
      overflow: hidden;
      height: 0; }
    .woocommerce-tabs .tabs li {
      border-bottom: 2px solid transparent;
      transition: .3s ease;
      display: inline-block;
      position: relative;
      margin-bottom: -2px; }
      .woocommerce-tabs .tabs li.active, .woocommerce-tabs .tabs li:hover {
        border-bottom-color: #218ce0; }
        .woocommerce-tabs .tabs li.active a, .woocommerce-tabs .tabs li:hover a {
          color: #58646e;
          outline: none; }
    .woocommerce-tabs .tabs a {
      padding: 10px 15px;
      display: block;
      text-transform: uppercase;
      color: #92a0ac;
      font-size: 13px;
      font-size: 0.8125em; }
  .woocommerce-tabs .panel {
    border-bottom: none;
    padding-top: 50px; }
    .woocommerce-tabs .panel h2 {
      font-size: 18px;
      font-size: 1.125em; }
  .woocommerce-tabs .entry-content h1, .woocommerce-tabs .entry-content h2, .woocommerce-tabs .entry-content h3, .woocommerce-tabs .entry-content h4, .woocommerce-tabs .entry-content h5, .woocommerce-tabs .entry-content h6 {
    margin-top: 0;
    font-weight: 300; }

@media screen and (max-width: 990px) {
  #reviews .comment {
    padding-left: 80px !important; } }

#review_form .comment-form-author, #review_form .comment-form-email {
  width: 50%; }

.related-title {
  text-align: center;
  margin-bottom: 10px;
  padding: 50px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 18px;
  font-size: 1.125em;
  color: #92a0ac; }

.col2-set {
  width: 100%; }
  .col2-set:after {
    content: "";
    display: block;
    clear: both; }
  .col2-set .col-1 {
    float: left;
    width: 48%; }
  .col2-set .col-2 {
    float: right;
    width: 48%; }

form .form-row {
  padding: 3px;
  margin: 0 0 6px; }
  form .form-row:after {
    content: "";
    display: block;
    clear: both; }
  form .form-row label {
    display: block; }
  form .form-row label.hidden {
    visibility: hidden; }
  form .form-row select {
    width: 100%;
    cursor: pointer;
    margin: 0; }
  form .form-row .required {
    color: red;
    font-weight: bold;
    border: 0; }
  form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle; }
  form .form-row label.checkbox {
    display: inline; }
  form .form-row input.input-text, form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1em; }
  form .form-row textarea {
    height: 3.5em;
    line-height: 1.5em;
    display: block;
    box-shadow: none; }
  form .form-row.woocommerce-validated input.input-text {
    background-image: url(http://www.warmemorialarena.com/wp-content/themes/festiven/app/assets/css/images/icons/valid.png);
    background-position: 95% center;
    background-repeat: no-repeat; }
  form .form-row.woocommerce-invalid input.input-text {
    background-image: url(http://www.warmemorialarena.com/wp-content/themes/festiven/app/assets/css/images/icons/invalid.png);
    background-position: 95% center;
    background-repeat: no-repeat; }
  form .form-row.woocommerce-invalid .chzn-single, form .form-row.woocommerce-invalid .chzn-drop, form .form-row.woocommerce-invalid input.input-text, form .form-row.woocommerce-invalid select {
    border-color: #fb7f88; }
  form .form-row ::-webkit-input-placeholder {
    line-height: 1em;
    padding-top: 2px; }
  form .form-row :-moz-placeholder {
    line-height: 1em;
    padding-top: 2px; }
  form .form-row :-ms-input-placeholder {
    line-height: 1em;
    padding-top: 2px; }

form .form-row-first, form .form-row-last {
  float: left;
  width: 47%;
  overflow: visible; }

form .form-row-last {
  float: right; }

form .form-row-wide {
  clear: both; }

.cart_totals table {
  width: 100%;
  margin-right: 0 !important; }
  .cart_totals table th, .cart_totals table td {
    vertical-align: top;
    border: 1px solid #e3e3e3 !important; }
  .cart_totals table th {
    text-align: right;
    background-color: transparent !important;
    color: #92a0ac !important;
    padding-right: 20px;
    width: 200px; }

.woocommerce-checkout-review-order-table tr td {
  border-bottom: none !important; }

.woocommerce-checkout-review-order-table tfoot th {
  background-color: transparent !important;
  border-right: 1px solid #e3e3e3;
  text-align: right;
  padding-right: 20px;
  color: #92a0ac !important;
  vertical-align: top; }

a.select2-choice.select2-default {
  padding: 6px;
  border-radius: 0;
  border: 1px solid #333; }

.clear {
  *zoom: 1; }
  .clear:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }

.order_details {
  margin: 0 0 30px !important;
  padding: 20px 0;
  border: 1px dashed #e4b72e;
  border-left: none;
  border-right: none;
  list-style: none; }
  .order_details span {
    width: 150px;
    display: inline-block; }

p.order-info mark {
  display: inline-block;
  padding: 0 10px;
  background-color: #e3e3e3;
  border-radius: 3px;
  font-family: "Roboto Condensed", "Roboto", "Montserrat", "Open Sans", arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #444;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.2); }

table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border-radius: 5px; }
  table.shop_table th {
    font-weight: bold;
    line-height: 18px;
    padding: 9px 12px; }
  table.shop_table td {
    border-top: 1px solid #e3e3e3;
    padding: 6px 12px;
    vertical-align: middle;
    border-bottom: none; }
    table.shop_table td small {
      font-weight: normal; }
  table.shop_table tfoot td, table.shop_table tfoot th {
    font-weight: bold;
    border-top: 1px solid #e3e3e3; }
  table.shop_table .quantity .qty {
    width: 100px; }
  table.shop_table .coupon {
    float: left; }
  table.shop_table input[name="update_cart"] {
    float: right; }
  table.shop_table tfoot th, table.shop_table tbody th {
    background-color: transparent;
    color: #92a0ac;
    border-top: 1px solid #e3e3e3; }
  table.shop_table tfoot th {
    text-align: right;
    padding-right: 20px;
    border-right: 1px solid #e3e3e3; }
  table.shop_table.customer_details tbody th {
    border-right: 1px solid #e3e3e3; }

#shipping_method {
  list-style: none;
  margin: 0 0 30px; }

.woocommerce-checkout-payment {
  padding: 20px;
  border: 1px solid #e3e3e3; }
  .woocommerce-checkout-payment .payment_methods {
    margin: 0 0 30px;
    list-style: none; }
    .woocommerce-checkout-payment .payment_methods li input {
      margin-right: 10px; }
    .woocommerce-checkout-payment .payment_methods li label {
      font-weight: 700; }
  .woocommerce-checkout-payment .payment_box {
    padding: 20px;
    border: 1px solid #e4b72e;
    margin: 10px 0; }
  .woocommerce-checkout-payment .payment_method_paypal img {
    height: 40px;
    vertical-align: middle;
    margin-left: 10px; }
  .woocommerce-checkout-payment .about_paypal {
    float: right; }

table.group_table td {
  vertical-align: middle;
  width: 100%;
  display: table; }

table.group_table .price {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  border: none !important; }

.widget ul.product_list_widget {
  list-style: none;
  margin: 0; }
  .widget ul.product_list_widget li {
    position: relative;
    min-height: 70px;
    padding-left: 75px;
    margin-bottom: 20px; }
    .widget ul.product_list_widget li:not(:last-child) {
      border-bottom: 1px solid #e3e3e3; }
      .site-footer .widget ul.product_list_widget li:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .widget ul.product_list_widget li a {
      display: block; }
    .widget ul.product_list_widget li img {
      position: absolute;
      left: 0;
      top: 0; }
  .widget ul.product_list_widget .star-rating {
    float: none;
    margin-bottom: 10px; }

.widget .cart_list.product_list_widget .empty {
  padding-left: 0; }

.widget.widget_shopping_cart ul.product_list_widget {
  list-style: none;
  margin: 0; }
  .widget.widget_shopping_cart ul.product_list_widget li {
    position: relative;
    clear: both;
    text-align: left;
    min-height: 70px;
    padding-left: 60px;
    margin-bottom: 20px; }
    .widget.widget_shopping_cart ul.product_list_widget li.empty {
      padding-left: 0;
      margin-bottom: 0;
      font-style: italic;
      text-align: center; }
      .widget.widget_shopping_cart ul.product_list_widget li.empty:before {
        content: "\e04f";
        font-family: "Simple-Line-Icons";
        font-style: normal;
        font-size: 64px;
        font-size: 4em;
        display: block;
        color: #e3e3e3; }
  .widget.widget_shopping_cart ul.product_list_widget a {
    color: #58646e;
    font-size: 14px;
    line-height: 1.4; }
  .widget.widget_shopping_cart ul.product_list_widget img {
    width: 50px;
    height: 50px;
    position: absolute;
    margin-right: 10px;
    left: 0; }
  .widget.widget_shopping_cart ul.product_list_widget .remove {
    position: absolute;
    top: 0;
    right: 0;
    color: #218ce0; }
  .widget.widget_shopping_cart ul.product_list_widget .quantity {
    display: block;
    font-size: 13px; }

.widget.widget_shopping_cart .total {
  *zoom: 1; }
  .widget.widget_shopping_cart .total:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  .widget.widget_shopping_cart .total strong {
    float: left; }
  .widget.widget_shopping_cart .total .amount {
    float: right; }

.widget.widget_shopping_cart .buttons .wc-forward {
  display: block;
  margin-bottom: 10px;
  text-align: center; }

.widget.widget_shopping_cart .buttons .wc-forward.checkout {
  margin-bottom: 0; }

.widget.widget_price_filter .price_slider {
  margin-bottom: 30px; }

.widget.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: .8751em; }
  .widget.widget_price_filter .price_slider_amount .button, .widget.widget_price_filter .price_slider_amount .products .product__details .product__action .added_to_cart, .products .product__details .product__action .widget.widget_price_filter .price_slider_amount .added_to_cart, .widget.widget_price_filter .price_slider_amount .widget.widget_search button[type="submit"], .widget.widget_search .widget.widget_price_filter .price_slider_amount button[type="submit"], .widget.widget_price_filter .price_slider_amount .widget.widget_shopping_cart .buttons .wc-forward, .widget.widget_shopping_cart .buttons .widget.widget_price_filter .price_slider_amount .wc-forward, .widget.widget_price_filter .price_slider_amount input[type="submit"], .widget.widget_price_filter .price_slider_amount input[type="reset"] {
    font-size: 1.15em;
    float: left; }

.widget.widget_price_filter .ui-slider {
  position: relative;
  text-align: left; }
  .widget.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #1970b5;
    cursor: pointer;
    background: #218ce0;
    outline: 0;
    top: -5px;
    transition: box-shadow .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, box-shadow .3s ease;
    transition: transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease;
    -webkit-transition: transform .3s ease, box-shadow .3s ease; }
    .widget.widget_price_filter .ui-slider .ui-slider-handle:last-child {
      margin-left: -1em; }
    .widget.widget_price_filter .ui-slider .ui-slider-handle:active {
      -ms-transform: scale(1.5);
          transform: scale(1.5);
      -webkit-transform: scale(1.5);
      box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.4); }
  .widget.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #4ea3e6;
    border-radius: 1em; }

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background: #e3b425; }

.widget.widget_price_filter .ui-slider-horizontal {
  height: .5em; }
  .widget.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%; }
  .widget.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px; }
  .widget.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px; }

dl.variation dt, dl.variation dd {
  float: left; }

dl.variation dt {
  margin-right: 10px; }

dl.variation dt {
  clear: both; }

dl.variation dd {
  margin-left: 0;
  font-style: italic; }

table.variations {
  margin-bottom: 10px; }
  table.variations td {
    border-bottom: none !important; }
  table.variations .label {
    width: 100px;
    vertical-align: top;
    padding-top: 10px;
    padding-left: 0; }
  table.variations .value {
    padding-left: 0; }
  table.variations select {
    display: inline-block;
    margin-right: 10px; }
  table.variations .reset_variations {
    font-size: 13px;
    font-size: 0.8125em;
    display: inline-block;
    vertical-align: middle; }

.variations_button {
  padding-left: 100px; }
  .variations_button button[type="submit"] {
    padding: 10px 30px;
    font-size: 18px;
    font-size: 1.125em; }

.cross-sells > h2,
.cart_totals > h2 {
  text-align: center;
  font-size: 14px;
  font-size: 0.875em;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 50px 0; }

.wc-proceed-to-checkout {
  text-align: right; }

#yith-quick-view-content .type-product {
  *zoom: 1;
  margin: 0 -15px; }
  #yith-quick-view-content .type-product:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }

#yith-quick-view-content .images, #yith-quick-view-content .entry-summary {
  padding: 0 15px !important; }

#yith-quick-view-content .images img {
  height: auto;
  max-width: 100%; }

#yith-quick-view-content .product_title {
  margin-bottom: 0; }

.add_to_cart_inline {
  border: none !important;
  text-align: center;
  position: relative; }
  .add_to_cart_inline ins, .add_to_cart_inline del, .add_to_cart_inline .amount {
    font-size: 18px;
    font-size: 1.125rem; }
  .add_to_cart_inline del {
    color: #becad4; }
  .add_to_cart_inline ins {
    text-decoration: none; }
  .add_to_cart_inline .button, .add_to_cart_inline .products .product__details .product__action .added_to_cart, .products .product__details .product__action .add_to_cart_inline .added_to_cart, .add_to_cart_inline .widget.widget_search button[type="submit"], .widget.widget_search .add_to_cart_inline button[type="submit"], .add_to_cart_inline .widget.widget_shopping_cart .buttons .wc-forward, .widget.widget_shopping_cart .buttons .add_to_cart_inline .wc-forward, .add_to_cart_inline input[type="submit"], .add_to_cart_inline input[type="reset"] {
    display: table;
    margin: 20px auto; }
    .add_to_cart_inline .button:before, .add_to_cart_inline .products .product__details .product__action .added_to_cart:before, .products .product__details .product__action .add_to_cart_inline .added_to_cart:before, .add_to_cart_inline .widget.widget_search button[type="submit"]:before, .widget.widget_search .add_to_cart_inline button[type="submit"]:before, .add_to_cart_inline .widget.widget_shopping_cart .buttons .wc-forward:before, .widget.widget_shopping_cart .buttons .add_to_cart_inline .wc-forward:before, .add_to_cart_inline input[type="submit"]:before, .add_to_cart_inline input[type="reset"]:before {
      content: "\f067";
      font-family: "FontAwesome";
      display: inline-block;
      vertical-align: middle;
      color: white;
      transition: .3s ease;
      margin-right: 5px;
      font-weight: 300;
      color: inherit; }
    .add_to_cart_inline .button:hover:before, .add_to_cart_inline .products .product__details .product__action .added_to_cart:hover:before, .products .product__details .product__action .add_to_cart_inline .added_to_cart:hover:before, .add_to_cart_inline .widget.widget_search button[type="submit"]:hover:before, .widget.widget_search .add_to_cart_inline button[type="submit"]:hover:before, .add_to_cart_inline .widget.widget_shopping_cart .buttons .wc-forward:hover:before, .widget.widget_shopping_cart .buttons .add_to_cart_inline .wc-forward:hover:before, .add_to_cart_inline input[type="submit"]:hover:before, .add_to_cart_inline input[type="reset"]:hover:before {
      color: white; }
    .add_to_cart_inline .button.loading:before, .add_to_cart_inline .products .product__details .product__action .loading.added_to_cart:before, .products .product__details .product__action .add_to_cart_inline .loading.added_to_cart:before, .add_to_cart_inline .widget.widget_search button.loading[type="submit"]:before, .widget.widget_search .add_to_cart_inline button.loading[type="submit"]:before, .add_to_cart_inline .widget.widget_shopping_cart .buttons .loading.wc-forward:before, .widget.widget_shopping_cart .buttons .add_to_cart_inline .loading.wc-forward:before, .add_to_cart_inline input.loading[type="submit"]:before, .add_to_cart_inline input.loading[type="reset"]:before {
      content: "\f021";
      -webkit-animation: spin 1s infinite;
              animation: spin 1s infinite; }
    .add_to_cart_inline .button.added:before, .add_to_cart_inline .products .product__details .product__action .added.added_to_cart:before, .products .product__details .product__action .add_to_cart_inline .added.added_to_cart:before, .add_to_cart_inline .widget.widget_search button.added[type="submit"]:before, .widget.widget_search .add_to_cart_inline button.added[type="submit"]:before, .add_to_cart_inline .widget.widget_shopping_cart .buttons .added.wc-forward:before, .widget.widget_shopping_cart .buttons .add_to_cart_inline .added.wc-forward:before, .add_to_cart_inline input.added[type="submit"]:before, .add_to_cart_inline input.added[type="reset"]:before {
      -ms-transform: scale(1);
          transform: scale(1);
      -webkit-transform: scale(1);
      content: "\f00c"; }
  .add_to_cart_inline .added_to_cart.wc-forward {
    display: none; }

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

small.wcvendors_sold_by_in_loop {
  display: block;
  text-align: center;
  padding-top: 30px; }

#reviews .comment {
  padding-left: 80px;
  position: relative; }
  #reviews .comment .avatar {
    position: absolute;
    left: 0;
    top: 0; }

div#select2-drop {
  border-color: #e3e3e3;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }

a.select2-choice {
  border: 1px solid #becad4 !important;
  border-radius: 5px !important;
  padding: 5px 15px !important; }

.shop_table thead th {
  border-width: 0;
  background: #becad4;
  padding: 20px 10px;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .shop_table thead th:last-child {
    border-right-width: 1px; }

.shop_table tbody td {
  border-color: #efefef; }

.shop_table.cart .product-thumbnail {
  text-align: center; }
  .shop_table.cart .product-thumbnail img {
    width: 60px;
    height: 60px; }

.shop_table.cart .product-remove {
  text-align: center; }
  .shop_table.cart .product-remove a {
    text-indent: -999px;
    overflow: hidden;
    width: 16px;
    height: 17px;
    position: relative;
    display: inline-block;
    line-height: 1; }
    .shop_table.cart .product-remove a:after {
      content: "\f014";
      font-family: FontAwesome;
      position: absolute;
      font-weight: 300;
      color: #990000;
      left: 0;
      top: 0;
      font-size: 16px;
      text-indent: 0; }

@media screen and (max-width: 640px) {
  .shop_table.cart {
    border: none; }
    .shop_table.cart tr {
      padding: 10px;
      display: block;
      border: 1px solid #e3e3e3;
      margin-bottom: 10px; }
    .shop_table.cart .product-thumbnail img {
      display: block;
      margin: 0 auto; }
    .shop_table.cart thead {
      display: none; }
    .shop_table.cart tbody td {
      display: block;
      border: none;
      padding: 10px 0;
      overflow: hidden; }
    .shop_table.cart tbody td:before {
      content: attr(data-title);
      font-weight: 700; }
    .shop_table.cart .product-name a,
    .shop_table.cart tbody td .amount,
    .shop_table.cart tbody td .variations,
    .shop_table.cart tbody .quantity {
      float: right; }
    .shop_table.cart tbody dl.variation {
      overflow: hidden;
      margin: 0; }
    .shop_table.cart tbody .product-price,
    .shop_table.cart tbody .product-quantity {
      border-bottom: 1px solid #e3e3e3; }
    .shop_table.cart .coupon {
      float: none; }
    .shop_table.cart .coupon label {
      display: none; }
    .shop_table.cart .actions input {
      width: 100%;
      margin: 5px 0; } }

.shop_table.shop_table.woocommerce-checkout-review-order-table tfoot th, .shop_table.shop_table.woocommerce-checkout-review-order-table tfoot td {
  border-color: #efefef; }

.cart_totals {
  overflow: hidden; }
  .cart_totals table {
    width: 400px;
    float: right;
    max-width: 100%;
    margin-bottom: 30px; }
    .cart_totals table tr:nth-child(even) {
      background-color: #fafafa; }
    .cart_totals table td, .cart_totals table th {
      border-width: 0;
      border-bottom-width: 1px;
      border-color: #eaeaea; }
    .cart_totals table td {
      text-align: right; }
  .cart_totals .wc-proceed-to-checkout {
    clear: both; }

ul.woocommerce-error {
  border-radius: 3px;
  background-color: #FFE4E4;
  border-color: #E3B6B6; }

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 50px;
  border-bottom: 3px solid #eaeaea; }

.woocommerce-MyAccount-navigation-link {
  position: relative;
  display: inline-block;
  bottom: -2px; }
  .woocommerce-MyAccount-navigation-link a {
    border-bottom: 2px solid transparent;
    display: block;
    padding: 15px 30px;
    color: inherit;
    font-size: 14px;
    font-size: 0.875em; }
    .woocommerce-MyAccount-navigation-link a:before {
      font-family: 'themify';
      display: inline-block;
      margin-right: 10px; }
  .woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\e6aa"; }
  .woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\e687"; }
  .woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\e61c"; }
  .woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\e61d"; }
  .woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\e6a7"; }
  .woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\e732"; }
  .woocommerce-MyAccount-navigation-link.is-active a,
  .woocommerce-MyAccount-navigation-link:hover a {
    color: #218ce0;
    border-color: inherit; }

.woocommerce-MyAccount-orders {
  width: 100%; }
  .woocommerce-MyAccount-orders thead {
    border-bottom: 2px solid #666; }
  .woocommerce-MyAccount-orders th {
    text-align: left; }
  .woocommerce-MyAccount-orders tbody tr {
    border-bottom: 1px solid #e3e3e3; }

mark {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 5px;
  background-color: #cdf2ff; }

.woocommerce-EditAccountForm.edit-account fieldset {
  border: 1px solid #e3e3e3;
  margin-bottom: 30px; }

/* 6. Sidebar and Widgets */
@media screen and (min-width: 991px) {
  .site-sidebar {
    padding-left: 60px; } }

/* 6.1 Default Wordpress Widgets */
/*======================================*
 * Widgets
 * ======================================*/
.widget {
  position: relative;
  margin-bottom: 40px;
  word-break: break-word;
  /* Categories, Archive widget list */
  /* RSS Widget */
  /* Text Widget */
  /* Tag list */
  /* Calendar Widget */
  /* Newsletter widget */
  /* Login Widget */
  /* Search Widget */ }
  .widget .widget-title {
    color: #7b7b7b;
    padding-bottom: 10px;
    position: relative;
    font-size: 1em;
    font-weight: 700;
    margin: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 30px; }
    .site-footer .widget .widget-title {
      color: #7b7b7b; }
  .site-footer .widget select {
    color: white;
    width: 100%;
    border-color: rgba(255, 255, 255, 0.1); }
  .widget > ul {
    list-style: none; }
    .widget > ul li {
      padding: 5px 0; }
      .widget > ul li:not(:last-child) {
        border-bottom: 1px solid #efefef; }
        .site-footer .widget > ul li:not(:last-child) {
          border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .widget > ul li a {
        display: block;
        padding: 5px 0;
        color: #92a0ac; }
        .site-footer .widget > ul li a {
          color: #ADADAD; }
    .widget > ul .children {
      list-style: none; }
  .widget.widget_categories ul, .widget.tokoo-advanced-categories ul, .widget.widget_archive ul, .widget.dokan-category-menu ul {
    list-style: none; }
  .widget.widget_categories li, .widget.tokoo-advanced-categories li, .widget.widget_archive li, .widget.dokan-category-menu li {
    padding: 5px 0; }
    .widget.widget_categories li:not(:last-child), .widget.tokoo-advanced-categories li:not(:last-child), .widget.widget_archive li:not(:last-child), .widget.dokan-category-menu li:not(:last-child) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .widget.widget_categories a, .widget.tokoo-advanced-categories a, .widget.widget_archive a, .widget.dokan-category-menu a {
    display: inline-block;
    font-weight: 400;
    padding: 0; }
  .widget.widget_categories select, .widget.tokoo-advanced-categories select, .widget.widget_archive select, .widget.dokan-category-menu select {
    margin-top: 10px;
    width: 100%; }
    .site-footer .widget.widget_categories select, .site-footer .widget.tokoo-advanced-categories select, .site-footer .widget.widget_archive select, .site-footer .widget.dokan-category-menu select {
      color: white !important;
      border: 1px solid rgba(255, 255, 255, 0.1); }
    .widget.widget_categories select:active, .widget.widget_categories select:focus, .widget.tokoo-advanced-categories select:active, .widget.tokoo-advanced-categories select:focus, .widget.widget_archive select:active, .widget.widget_archive select:focus, .widget.dokan-category-menu select:active, .widget.dokan-category-menu select:focus {
      border-color: #218ce0; }
  .widget.widget_recent_comments li {
    font-style: italic;
    padding: 10px 0; }
    .widget.widget_recent_comments li:not(:last-child) {
      border-bottom: 1px solid #efefef; }
      .site-footer .widget.widget_recent_comments li:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .widget.widget_recent_comments .comment-author-link, .widget.widget_recent_comments a {
    display: inline;
    font-weight: 400;
    font-style: normal; }
  .widget.widget_recent_entries li {
    padding: 10px 0; }
    .widget.widget_recent_entries li:not(:last-child) {
      border-bottom: 1px solid #efefef; }
      .site-footer .widget.widget_recent_entries li:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .widget.widget_recent_entries li a {
      padding: 0 0 5px; }
    .widget.widget_recent_entries li .post-date {
      font-style: italic; }
  .widget.widget_rss li {
    padding: 10px 0;
    list-style: none; }
    .widget.widget_rss li a.rsswidget {
      color: #92a0ac;
      padding-bottom: 0;
      border-bottom: none;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: normal;
      font-weight: 600;
      letter-spacing: -1px; }
    .widget.widget_rss li .rss-date {
      color: #6f7e8a;
      font-style: italic;
      font-size: 11px;
      font-size: 0.6875rem;
      line-height: normal;
      margin: 5px 0 10px;
      display: block; }
    .widget.widget_rss li cite {
      font-size: 12px;
      font-size: 0.75em;
      font-style: italic;
      display: block;
      text-align: right;
      margin-top: 10px; }
  .widget .post-list li:not(:last-child), .widget .product_list_widget li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .widget.widget_nav_menu .menu, .widget.widget_nav_menu .menu > ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    background: white;
    border: 1px solid #dcd0c7; }
    .site-footer .widget.widget_nav_menu .menu, .site-footer .widget.widget_nav_menu .menu > ul {
      background: transparent;
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom-color: rgba(255, 255, 255, 0.1); }
    .widget.widget_nav_menu .menu .sub-menu,
    .widget.widget_nav_menu .menu .children, .widget.widget_nav_menu .menu > ul .sub-menu,
    .widget.widget_nav_menu .menu > ul .children {
      list-style: none;
      position: relative;
      padding-left: 20px;
      display: none;
      border-top: 1px solid #dcd0c7;
      background-image: none !important; }
      .site-footer .widget.widget_nav_menu .menu .sub-menu, .site-footer
      .widget.widget_nav_menu .menu .children, .site-footer .widget.widget_nav_menu .menu > ul .sub-menu, .site-footer
      .widget.widget_nav_menu .menu > ul .children {
        border-top-color: rgba(255, 255, 255, 0.1); }
      .widget.widget_nav_menu .menu .sub-menu .menu-item, .widget.widget_nav_menu .menu .sub-menu .page_item,
      .widget.widget_nav_menu .menu .children .menu-item,
      .widget.widget_nav_menu .menu .children .page_item, .widget.widget_nav_menu .menu > ul .sub-menu .menu-item, .widget.widget_nav_menu .menu > ul .sub-menu .page_item,
      .widget.widget_nav_menu .menu > ul .children .menu-item,
      .widget.widget_nav_menu .menu > ul .children .page_item {
        border-left: 1px dashed #dcd0c7; }
        .site-footer .widget.widget_nav_menu .menu .sub-menu .menu-item, .site-footer .widget.widget_nav_menu .menu .sub-menu .page_item, .site-footer
        .widget.widget_nav_menu .menu .children .menu-item, .site-footer
        .widget.widget_nav_menu .menu .children .page_item, .site-footer .widget.widget_nav_menu .menu > ul .sub-menu .menu-item, .site-footer .widget.widget_nav_menu .menu > ul .sub-menu .page_item, .site-footer
        .widget.widget_nav_menu .menu > ul .children .menu-item, .site-footer
        .widget.widget_nav_menu .menu > ul .children .page_item {
          border-left-color: rgba(255, 255, 255, 0.1); }
  .widget.widget_nav_menu .menu-item, .widget.widget_nav_menu .page_item {
    position: relative; }
    .widget.widget_nav_menu .menu-item:not(:last-child), .widget.widget_nav_menu .page_item:not(:last-child) {
      border-bottom: 1px solid #dcd0c7; }
      .site-footer .widget.widget_nav_menu .menu-item:not(:last-child), .site-footer .widget.widget_nav_menu .page_item:not(:last-child) {
        border-bottom-color: rgba(255, 255, 255, 0.1); }
    .widget.widget_nav_menu .menu-item a, .widget.widget_nav_menu .page_item a {
      display: block;
      color: inherit;
      padding: 15px 20px;
      font-size: 12px;
      font-size: 0.75em;
      line-height: 1.5;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px; }
      .widget.widget_nav_menu .menu-item a:hover, .widget.widget_nav_menu .page_item a:hover {
        color: #218ce0; }
  .widget.widget_nav_menu .menu-item-has-children, .widget.widget_nav_menu .page_item_has_children {
    position: relative; }
    .widget.widget_nav_menu .menu-item-has-children > button, .widget.widget_nav_menu .page_item_has_children > button {
      font-family: "FontAwesome";
      position: absolute;
      right: 0;
      top: 0;
      width: 50px;
      background: white;
      padding: 15px 25px 13px 20px;
      text-align: center;
      border: none;
      border-left: 1px solid #dcd0c7;
      cursor: pointer;
      border-radius: 0;
      outline: none;
      color: #92a0ac;
      font-size: 18px;
      font-size: 1.125em;
      line-height: 1.1; }
      .site-footer .widget.widget_nav_menu .menu-item-has-children > button, .site-footer .widget.widget_nav_menu .page_item_has_children > button {
        background-color: transparent;
        color: inherit;
        border-left: 1px solid rgba(255, 255, 255, 0.1); }
    .widget.widget_nav_menu .menu-item-has-children.active:after, .widget.widget_nav_menu .page_item_has_children.active:after {
      content: "\f106"; }
  .widget.widget_text img, .widget.widget_text input, .widget.widget_text textarea, .widget.widget_text select {
    max-width: 100%; }
    .site-footer .widget.widget_text img, .site-footer .widget.widget_text input, .site-footer .widget.widget_text textarea, .site-footer .widget.widget_text select {
      color: white;
      border: 1px solid rgba(255, 255, 255, 0.1); }
  .widget .tagcloud a {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 5px 0;
    border: 2px solid #218ce0;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    .widget .tagcloud a:before, .widget .tagcloud a:after {
      content: " ";
      width: 50%;
      background-color: #218ce0;
      height: 100%;
      position: absolute;
      top: 0;
      transition: .3s ease;
      z-index: -1; }
    .widget .tagcloud a:before {
      left: -50%; }
    .widget .tagcloud a:after {
      right: -50%; }
    .widget .tagcloud a:hover {
      color: white; }
      .widget .tagcloud a:hover:before {
        left: 0; }
      .widget .tagcloud a:hover:after {
        right: 0; }
  .widget #wp-calendar, .widget .tribe-mini-calendar {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    border: none; }
    .widget #wp-calendar td, .widget #wp-calendar th, .widget .tribe-mini-calendar td, .widget .tribe-mini-calendar th {
      padding: 10px;
      text-align: center; }
      .widget #wp-calendar td:last-child, .widget #wp-calendar th:last-child, .widget .tribe-mini-calendar td:last-child, .widget .tribe-mini-calendar th:last-child {
        color: #AE4F4F; }
    .widget #wp-calendar th, .widget #wp-calendar .tribe-mini-calendar-nav + thead, .widget .tribe-mini-calendar th, .widget .tribe-mini-calendar .tribe-mini-calendar-nav + thead {
      background: #becad4;
      font-weight: 400;
      border: none; }
    .widget #wp-calendar td, .widget .tribe-mini-calendar td {
      font-weight: 700; }
    .widget #wp-calendar caption,
    .widget #wp-calendar .tribe-mini-calendar-nav td, .widget .tribe-mini-calendar caption,
    .widget .tribe-mini-calendar .tribe-mini-calendar-nav td {
      text-transform: uppercase;
      padding: 10px;
      font-weight: 700;
      background-color: #AE4F4F;
      color: white;
      letter-spacing: 2px;
      padding: 15px 20px; }
    .widget #wp-calendar #today, .widget .tribe-mini-calendar #today {
      position: relative; }
      .widget #wp-calendar #today:before, .widget .tribe-mini-calendar #today:before {
        content: " ";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 2px solid #AE4F4F;
        position: absolute;
        left: 0;
        top: 0; }
      .widget #wp-calendar #today a, .widget .tribe-mini-calendar #today a {
        color: white; }
    .widget #wp-calendar tfoot, .widget .tribe-mini-calendar tfoot {
      text-transform: uppercase;
      letter-spacing: 1px; }
  .widget .tribe-mini-calendar th, .widget .tribe-mini-calendar td {
    border: none; }
  .widget .tribe-mini-calendar tbody td,
  .widget .tribe-mini-calendar .tribe-mini-calendar-no-event {
    color: #58646e;
    padding: 10px 3px; }
  .widget .tribe-venue-widget-list {
    list-style-type: none; }
  .widget .tribe-mini-calendar-event .list-date {
    padding: 0; }
  .widget .tribe-mini-calendar-event .list-dayname {
    background-color: #AE4F4F;
    color: white;
    font-size: 12px;
    font-size: 0.75em;
    font-weight: normal;
    letter-spacing: 3px;
    padding: 3px; }
  .widget .tribe-mini-calendar-event .list-daynumber {
    background-color: white;
    color: #58646e;
    font-size: 22px;
    font-size: 1.375em;
    padding: 5px 10px;
    font-weight: normal; }
  .site-footer .widget .tribe-countdown-number {
    color: white; }
  .widget.widget-newsletter {
    background: #6a4294;
    position: relative;
    overflow: hidden;
    z-index: 1; }
    .widget.widget-newsletter .widget-title {
      letter-spacing: 5px;
      color: white;
      text-transform: uppercase;
      font-size: 12px;
      font-size: 0.85714em;
      position: relative !important;
      background: transparent !important; }
    .widget.widget-newsletter:after {
      content: "\e01e";
      font-family: "Simple-Line-Icons";
      font-size: 300px;
      color: #8568a4;
      z-index: -1;
      position: absolute;
      bottom: -80px;
      line-height: normal;
      right: -50px; }
    .widget.widget-newsletter form {
      padding: 0 30px 30px; }
      .widget.widget-newsletter form input {
        background: none;
        border-color: white;
        color: white;
        width: 100%;
        margin-bottom: 20px; }
  .widget.widget-login input:not([type="checkbox"]) {
    width: 100%; }
  .widget.widget-login .remember-me {
    float: left; }
  .widget.widget-login .login-submit {
    float: right; }
  .widget.widget-login .forget-link {
    clear: both;
    padding-top: 20px;
    margin-bottom: 0;
    border-top: 1px solid #becad4;
    text-align: center;
    font-weight: 300; }
  .widget.widget_search form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .widget.widget_search form label {
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      padding-right: 20px; }
  .widget.widget_search .screen-reader-text, .widget.widget_search span {
    display: none; }
  .widget.widget_search input {
    max-width: 100%;
    width: 100%;
    text-align: left;
    box-sizing: border-box; }
  .widget.widget_search button[type="submit"] {
    min-width: 90px;
    -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    text-align: center;
    margin-left: 10px; }
  .widget.widget_product_search form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .widget.widget_product_search form label {
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      padding-right: 20px; }
  .widget.widget_product_search label {
    *zoom: 1;
    display: none; }
    .widget.widget_product_search label:after {
      content: " ";
      clear: both;
      display: block;
      overflow: hidden;
      height: 0; }
  .widget.widget_product_search .screen-reader-text {
    display: none; }
  .widget.widget_product_search input {
    max-width: 100%;
    width: 100%;
    text-align: left; }
  .widget.widget_product_search input[type="submit"] {
    min-width: 90px;
    -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    text-align: center; }
  .widget .testimonial-slider blockquote p {
    font-style: normal; }
  .widget ul.product_list_widget {
    list-style: none;
    margin: 0; }
    .widget ul.product_list_widget li {
      position: relative;
      min-height: 70px;
      padding-left: 75px;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .site-footer .widget ul.product_list_widget li {
        border-color: rgba(255, 255, 255, 0.1); }
      .widget ul.product_list_widget li a {
        display: block;
        padding: 0;
        color: #92a0ac; }
        .widget ul.product_list_widget li a:hover {
          color: #218ce0; }
      .widget ul.product_list_widget li img {
        position: absolute;
        left: 0;
        top: 0;
        width: 60px;
        height: 60px; }
    .widget ul.product_list_widget .star-rating {
      float: none;
      margin-bottom: 10px; }
  .widget .cart_list.product_list_widget .empty {
    padding-left: 0; }
  .widget.widget_shopping_cart .product_list_widget {
    list-style: none;
    margin: 0; }
    .widget.widget_shopping_cart .product_list_widget li {
      position: relative;
      clear: both;
      text-align: left;
      padding-left: 60px;
      margin-bottom: 20px; }
      .widget.widget_shopping_cart .product_list_widget li.empty {
        padding-left: 0;
        margin-bottom: 0;
        font-style: italic;
        text-align: center; }
        .widget.widget_shopping_cart .product_list_widget li.empty:before {
          content: "\e04f";
          font-family: "Simple-Line-Icons";
          font-style: normal;
          font-size: 64px;
          font-size: 4em;
          display: block;
          color: #e3e3e3;
          line-height: 1.5; }
    .widget.widget_shopping_cart .product_list_widget a {
      color: #92a0ac;
      font-size: 14px;
      font-size: 0.875em;
      font-weight: 700; }
    .widget.widget_shopping_cart .product_list_widget img {
      width: 50px;
      height: 50px;
      position: absolute;
      margin-right: 10px;
      left: 0; }
    .widget.widget_shopping_cart .product_list_widget .remove {
      position: absolute;
      top: 0;
      right: 0;
      color: #218ce0;
      text-indent: -999px;
      overflow: hidden;
      width: 16px;
      height: 17px; }
      .widget.widget_shopping_cart .product_list_widget .remove:after {
        content: "\f014";
        font-family: FontAwesome;
        position: absolute;
        font-weight: 300;
        color: #990000;
        left: 0;
        top: 0;
        font-size: 16px;
        text-indent: 0; }
    .widget.widget_shopping_cart .product_list_widget .quantity {
      display: block;
      font-size: 13px;
      font-size: 0.8125em; }
  .widget.widget_shopping_cart .total {
    *zoom: 1; }
    .widget.widget_shopping_cart .total:after {
      content: " ";
      clear: both;
      display: block;
      overflow: hidden;
      height: 0; }
    .widget.widget_shopping_cart .total strong {
      float: left; }
    .widget.widget_shopping_cart .total .amount {
      float: right; }
  .widget.widget_shopping_cart .buttons .wc-forward {
    display: block;
    margin-bottom: 10px;
    text-align: center; }
  .widget.widget_shopping_cart .buttons .wc-forward.checkout {
    margin-bottom: 0; }
  .widget.widget_price_filter .price_slider {
    margin-bottom: 30px; }
  .widget.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: .8751em; }
    .widget.widget_price_filter .price_slider_amount .button, .widget.widget_price_filter .price_slider_amount .products .product__details .product__action .added_to_cart, .products .product__details .product__action .widget.widget_price_filter .price_slider_amount .added_to_cart, .widget.widget_price_filter .price_slider_amount .widget.widget_search button[type="submit"], .widget.widget_search .widget.widget_price_filter .price_slider_amount button[type="submit"], .widget.widget_price_filter .price_slider_amount .widget.widget_shopping_cart .buttons .wc-forward, .widget.widget_shopping_cart .buttons .widget.widget_price_filter .price_slider_amount .wc-forward, .widget.widget_price_filter .price_slider_amount input[type="submit"], .widget.widget_price_filter .price_slider_amount input[type="reset"] {
      font-size: 1.15em;
      float: left; }
  .widget.widget_price_filter .ui-slider {
    position: relative;
    text-align: left; }
    .widget.widget_price_filter .ui-slider .ui-slider-handle {
      position: absolute;
      z-index: 2;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      border: 1px solid #1970b5;
      cursor: pointer;
      background: #218ce0;
      outline: 0;
      top: -5px;
      transition: box-shadow .3s ease, -webkit-transform .3s ease;
      transition: transform .3s ease, box-shadow .3s ease;
      transition: transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease;
      -webkit-transition: transform .3s ease, box-shadow .3s ease; }
      .widget.widget_price_filter .ui-slider .ui-slider-handle:last-child {
        margin-left: -1em; }
      .widget.widget_price_filter .ui-slider .ui-slider-handle:active {
        -ms-transform: scale(1.5);
            transform: scale(1.5);
        -webkit-transform: scale(1.5);
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.4); }
    .widget.widget_price_filter .ui-slider .ui-slider-range {
      position: absolute;
      z-index: 1;
      font-size: .7em;
      display: block;
      border: 0;
      background: #4ea3e6;
      border-radius: 1em; }
  .widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background: #e3b425; }
  .widget.widget_price_filter .ui-slider-horizontal {
    height: .5em; }
    .widget.widget_price_filter .ui-slider-horizontal .ui-slider-range {
      top: 0;
      height: 100%; }
    .widget.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
      left: -1px; }
    .widget.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
      right: -1px; }
  .widget a.instagram-link {
    display: inline-block;
    padding: 3px 10px;
    background: white;
    margin-top: 20px;
    border-radius: 3px;
    color: #444; }
    .widget a.instagram-link:hover {
      background-color: #218ce0;
      color: white; }
    .widget a.instagram-link .fa {
      margin-right: 10px; }
  .widget .tokoo_themeforest_widget_ul li {
    padding: 0; }
  .widget .tokoo_themeforest_widget_ul img {
    display: block; }
  .widget .testimonials-list li {
    padding: 15px 0; }
  .widget .testimonials-list blockquote p {
    margin-bottom: 5px; }
  .widget .testimonials-list cite {
    font-size: 13px; }
  .widget .koo-photogrid li {
    padding: 0 !important; }
    .widget .koo-photogrid li:before {
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
  .site-footer .widget.tokoo-contact-info, .site-footer .widget.tokoo-mailchimp-subscribe-form {
    text-align: center; }
  .widget.tokoo-mailchimp-subscribe-form p, .widget.widget_mc4wp_form_widget p {
    text-align: center;
    font-size: 12px;
    font-size: 0.75em; }
  .widget.tokoo-mailchimp-subscribe-form form, .widget.widget_mc4wp_form_widget form {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px; }
    .widget.tokoo-mailchimp-subscribe-form form p, .widget.widget_mc4wp_form_widget form p {
      display: table-cell;
      vertical-align: bottom; }
      .widget.tokoo-mailchimp-subscribe-form form p label, .widget.widget_mc4wp_form_widget form p label {
        display: none; }
  .widget.tokoo-mailchimp-subscribe-form .mc4wp-form-fields, .widget.widget_mc4wp_form_widget .mc4wp-form-fields {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .widget.tokoo-mailchimp-subscribe-form .mc4wp-form-fields input[type="email"], .widget.widget_mc4wp_form_widget .mc4wp-form-fields input[type="email"] {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      min-width: 100px;
      margin-right: 10px; }

.koo-photogrid li:nth-child(4n+1) {
  clear: both; }

/* 7. Reusable Components */
/* 7.1 Social Icon */
.social-links, .social-share {
  *zoom: 1;
  text-align: center; }
  .social-links:after, .social-share:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  .social-links.large, .social-share.large {
    font-size: 30px;
    font-size: 1.875em; }
    .social-links.large a, .social-share.large a {
      width: 40px;
      height: 40px;
      display: inline-block;
      padding: 0;
      text-align: center; }
  .social-links.small, .social-share.small {
    font-size: 14px;
    font-size: 0.875em; }
    .social-links.small a, .social-share.small a {
      width: 20px;
      height: 20px;
      display: inline-block;
      padding: 0;
      text-align: center; }
  .social-links a, .social-share a {
    display: inline-block;
    padding: 0 20px;
    transition: .3s ease;
    border: none; }
    .social-links a.facebook, .social-share a.facebook {
      color: #3B5998; }
    .social-links a.twitter, .social-share a.twitter {
      color: #55ACEE; }
    .social-links a.google-plus, .social-share a.google-plus {
      color: #E02F2F; }
    .social-links a.linkedin, .social-share a.linkedin {
      color: #007BB5; }
    .social-links a.spotify, .social-share a.spotify {
      color: #78B842; }
    .social-links a.codepen, .social-share a.codepen {
      color: #000000; }
    .social-links a.digg, .social-share a.digg {
      color: #115c83; }
    .social-links a.foursquare, .social-share a.foursquare {
      color: #f84777; }
    .social-links a.github, .social-share a.github {
      color: #000000; }
    .social-links a.reddit, .social-share a.reddit {
      color: #EF4623; }
    .social-links a.skype, .social-share a.skype {
      color: #00aff0; }
    .social-links a.behance, .social-share a.behance {
      color: #111111; }
    .social-links a.youtube, .social-share a.youtube {
      color: #e02b28; }
    .social-links a.steam, .social-share a.steam {
      color: #000000; }
    .social-links a.dribbble, .social-share a.dribbble {
      color: #E94C89; }
    .social-links a.tumblr, .social-share a.tumblr {
      color: #44546A; }
    .social-links a.wordpress, .social-share a.wordpress {
      color: #21759b; }
    .social-links a.instagram, .social-share a.instagram {
      color: #974518; }
    .social-links a.pinterest, .social-share a.pinterest {
      color: #cc2127; }
    .social-links a.flickr, .social-share a.flickr {
      color: #0063db; }
    .social-links a.vimeo, .social-share a.vimeo {
      color: #1ab7ea; }
    .social-links a.vine, .social-share a.vine {
      color: #00b489; }
    .social-links a.deviantart, .social-share a.deviantart {
      color: #536551; }
    .social-links a.lastfm, .social-share a.lastfm {
      color: #DA001C; }
    .social-links a.soundcloud, .social-share a.soundcloud {
      color: #FF4700; }
    .social-links a:hover, .social-share a:hover {
      color: #adadad; }
  .social-links.boxed.small a, .social-share.boxed.small a {
    width: 20px;
    height: 20px;
    padding: 1px;
    font-size: 14px;
    line-height: normal; }
  .social-links.boxed.large a, .social-links.boxed.medium a, .social-share.boxed.large a, .social-share.boxed.medium a {
    width: 40px;
    height: 40px;
    padding: 8px;
    font-size: 18px; }
  .social-links.boxed a, .social-share.boxed a {
    text-align: center;
    color: white !important;
    display: block !important;
    float: left;
    margin-bottom: 0; }
    .social-links.boxed a.facebook, .social-share.boxed a.facebook {
      background-color: #3B5998; }
    .social-links.boxed a.twitter, .social-share.boxed a.twitter {
      background-color: #55ACEE; }
    .social-links.boxed a.google-plus, .social-share.boxed a.google-plus {
      background-color: #E02F2F; }
    .social-links.boxed a.linkedin, .social-share.boxed a.linkedin {
      background-color: #007BB5; }
    .social-links.boxed a.spotify, .social-share.boxed a.spotify {
      background-color: #78B842; }
    .social-links.boxed a.codepen, .social-share.boxed a.codepen {
      background-color: #000000; }
    .social-links.boxed a.digg, .social-share.boxed a.digg {
      background-color: #115c83; }
    .social-links.boxed a.foursquare, .social-share.boxed a.foursquare {
      background-color: #f84777; }
    .social-links.boxed a.github, .social-share.boxed a.github {
      background-color: #000000; }
    .social-links.boxed a.reddit, .social-share.boxed a.reddit {
      background-color: #EF4623; }
    .social-links.boxed a.skype, .social-share.boxed a.skype {
      background-color: #00aff0; }
    .social-links.boxed a.behance, .social-share.boxed a.behance {
      background-color: #111111; }
    .social-links.boxed a.youtube, .social-share.boxed a.youtube {
      background-color: #e02b28; }
    .social-links.boxed a.steam, .social-share.boxed a.steam {
      background-color: #000000; }
    .social-links.boxed a.dribbble, .social-share.boxed a.dribbble {
      background-color: #E94C89; }
    .social-links.boxed a.tumblr, .social-share.boxed a.tumblr {
      background-color: #44546A; }
    .social-links.boxed a.wordpress, .social-share.boxed a.wordpress {
      background-color: #21759b; }
    .social-links.boxed a.instagram, .social-share.boxed a.instagram {
      background-color: #974518; }
    .social-links.boxed a.pinterest, .social-share.boxed a.pinterest {
      background-color: #cc2127; }
    .social-links.boxed a.flickr, .social-share.boxed a.flickr {
      background-color: #0063db; }
    .social-links.boxed a.vimeo, .social-share.boxed a.vimeo {
      background-color: #1ab7ea; }
    .social-links.boxed a.vine, .social-share.boxed a.vine {
      background-color: #00b489; }
    .social-links.boxed a.deviantart, .social-share.boxed a.deviantart {
      background-color: #536551; }
    .social-links.boxed a.lastfm, .social-share.boxed a.lastfm {
      background-color: #DA001C; }
    .social-links.boxed a.soundcloud, .social-share.boxed a.soundcloud {
      background-color: #FF4700; }
    .social-links.boxed a:hover, .social-share.boxed a:hover {
      background-color: #adadad; }

/* 7.2 Magnific Popup */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
			 * Remove all paddings around the image on small screen
			 */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
  padding: 0; }

/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0; }

/* padding for main container */
.mfp-no-margins .mfp-container {
  padding: 0; }

/* 

for zoom animation 
uncomment this part if you haven't added this code anywhere else

*/
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/* 7.3 Form */
.button, .products .product__details .product__action .added_to_cart, .widget.widget_search button[type="submit"], .widget.widget_shopping_cart .buttons .wc-forward, .widget.widget_shopping_cart .buttons .wc-forward.checkout, input[type="submit"], input[type="reset"] {
  padding: 10px 20px;
  border-radius: 0;
  background-color: #218ce0;
  color: white !important;
  border: none;
  display: inline-block;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  outline: none;
  transition: .3s ease; }
  .button:hover, .products .product__details .product__action .added_to_cart:hover, .widget.widget_search button[type="submit"]:hover, .widget.widget_shopping_cart .buttons .wc-forward:hover, input[type="submit"]:hover, input[type="reset"]:hover {
    color: white;
    background-color: #4ea3e6; }

input[type="text"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="email"],
input[type="search"],
input[type="password"],
select,
textarea {
  padding: 10px 15px;
  border: 1px solid #becad4;
  border-radius: 0;
  outline: none;
  transition: .3s ease;
  max-width: 100%; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active {
    border-color: #218ce0; }

select {
  padding: 10px 40px 10px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: transparent;
  background: url(../img/select.png) no-repeat right center; }

/* 7.4 Owl Carousel */
.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-height {
  transition: height 500ms ease-in-out; }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  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, 0, 0); }

.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

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

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

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(http://www.warmemorialarena.com/wp-content/themes/festiven/app/assets/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/* 7.5 Visual Composer Additional Styles */
.vc_general.vc_btn3,
.vc_btn {
  list-style: 1px; }

.has-overlay {
  position: relative;
  z-index: 1; }
  .has-overlay .tokoo-row-overlay {
    display: none; }
    .has-overlay .tokoo-row-overlay:nth-of-type(1) {
      display: block; }
  .has-overlay .vc_video-bg {
    z-index: -10 !important; }

.vc_row.bg-top-left, .vc_row.bg-top-left .vc_parallax-inner .vc_column_container.bg-top-left {
  background-position: top left     !important; }

.vc_row.bg-top-center, .vc_row.bg-top-center .vc_parallax-inner .vc_column_container.bg-top-center {
  background-position: top center   !important; }

.vc_row.bg-top-right, .vc_row.bg-top-right .vc_parallax-inner .vc_column_container.bg-top-right {
  background-position: top right    !important; }

.vc_row.bg-center-left, .vc_row.bg-center-left .vc_parallax-inner .vc_column_container.bg-center-left {
  background-position: center left  !important; }

.vc_row.bg-center, .vc_row.bg-center .vc_parallax-inner .vc_column_container.bg-center {
  background-position: center       !important; }

.vc_row.bg-center-right, .vc_row.bg-center-right .vc_parallax-inner .vc_column_container.bg-center-right {
  background-position: center right !important; }

.vc_row.bg-bottom-left, .vc_row.bg-bottom-left .vc_parallax-inner .vc_column_container.bg-bottom-left {
  background-position: bottom left  !important; }

.vc_row.bg-bottom-center, .vc_row.bg-bottom-center .vc_parallax-inner .vc_column_container.bg-bottom-center {
  background-position: bottom center !important; }

.vc_row.bg-bottom-right, .vc_row.bg-bottom-right .vc_parallax-inner .vc_column_container.bg-bottom-right {
  background-position: bottom right !important; }

.fixed-background {
  background-attachment: fixed !important; }
  .fixed-background .vc_parallax-inner {
    background-attachment: fixed !important; }

.video-background {
  position: relative;
  overflow: hidden;
  z-index: 1; }

.tokoo-row-overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute !important;
  z-index: -9; }

.video-bg-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  z-index: -10; }
  .video-bg-wrapper video {
    width: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    min-width: 100%;
    min-height: 100%; }

.vc_grid-filter-item {
  font-style: italic;
  font-size: 12px;
  font-size: 0.75em; }
  .vc_grid-filter-item.vc_active, .vc_grid-filter-item:hover {
    background-color: transparent !important;
    color: #218ce0 !important; }
    .vc_grid-filter-item.vc_active span, .vc_grid-filter-item:hover span {
      color: #218ce0 !important; }

.koo-icon-box {
  *zoom: 1;
  text-align: center;
  width: 100%; }
  .koo-icon-box:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  .koo-icon-box__icon {
    font-size: 18px;
    margin-bottom: 20px; }
    .koo-icon-box__icon--circle {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      color: white;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 auto 20px; }
      .koo-icon-box__icon--circle .fa, .koo-icon-box__icon--circle [class*="ico"] {
        margin: auto; }
    .koo-icon-box__icon--circle-outline {
      width: 100px;
      height: 100px;
      border: 2px solid;
      border-radius: 50%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 auto 20px; }
      .koo-icon-box__icon--circle-outline .fa, .koo-icon-box__icon--circle-outline [class*="ico"] {
        margin: auto; }
  .koo-icon-box--left-icon {
    position: relative;
    text-align: left; }
    .koo-icon-box--left-icon .koo-icon-box__icon {
      width: 64px;
      height: 64px;
      float: left;
      margin-right: 30px; }
  .koo-icon-box--right-icon {
    position: relative;
    text-align: left; }
    .koo-icon-box--right-icon .koo-icon-box__icon {
      float: right;
      margin-left: 30px;
      width: 64px;
      height: 64px; }
  .koo-icon-box__content {
    display: table; }
  .koo-icon-box .text-align-left {
    text-align: left !important; }
  .koo-icon-box .text-align-right {
    text-align: right !important; }

.fullwidth-image .vc_single_image-wrapper {
  display: block !important; }

.fullwidth-image img {
  width: 100%;
  height: auto; }

.imagebox {
  position: relative;
  z-index: 1;
  padding: 30px; }
  .imagebox.bg-top-left {
    background-position: top left     !important; }
  .imagebox.bg-top-center {
    background-position: top center   !important; }
  .imagebox.bg-top-right {
    background-position: top right    !important; }
  .imagebox.bg-center-left {
    background-position: center left  !important; }
  .imagebox.bg-center {
    background-position: center       !important; }
  .imagebox.bg-center-right {
    background-position: center right !important; }
  .imagebox.bg-bottom-left {
    background-position: bottom left  !important; }
  .imagebox.bg-bottom-center {
    background-position: bottom center !important; }
  .imagebox.bg-bottom-right {
    background-position: bottom right !important; }
  .imagebox--align-left {
    text-align: left; }
  .imagebox--align-center {
    text-align: center; }
  .imagebox--align-right {
    text-align: right; }
  .imagebox__title {
    font-size: 28px;
    font-size: 1.75em;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0; }
  .imagebox__desc {
    margin-bottom: 20px; }
  .imagebox__action {
    text-transform: uppercase;
    font-weight: 700; }
  .imagebox__overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1; }
  .imagebox__block-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }

.event-slider-container .event-slider {
  background-color: #333; }
  .event-slider-container .event-slider .slide {
    min-height: 910px;
    max-height: 910px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-color: #333;
    z-index: 1;
    float: left;
    margin-right: -100%;
    width: 100%; }
    .event-slider-container .event-slider .slide:before {
      content: " ";
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -1; }
    .event-slider-container .event-slider .slide-content {
      position: absolute;
      z-index: 1;
      top: 0;
      width: 100%;
      padding-top: 150px; }
    .event-slider-container .event-slider .slide .event-overview .event-date .month, .event-slider-container .event-slider .slide .event-overview .event-date .year {
      font-weight: 700;
      font-size: 24px;
      letter-spacing: 10px;
      line-height: 1.5; }
  .event-slider-container .event-slider .owl-item .slide {
    float: none;
    margin-right: 0; }
  .event-slider-container .event-slider.owl-center .container {
    width: 100%; }
  .event-slider-container .event-slider.owl-center .owl-item {
    opacity: 0.5 !important;
    transition: .3s ease; }
    .event-slider-container .event-slider.owl-center .owl-item.center {
      opacity: 1 !important; }
  .event-slider-container .event-slider .owl-nav {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0; }
    .event-slider-container .event-slider .owl-nav .owl-prev, .event-slider-container .event-slider .owl-nav .owl-next {
      padding: 10px 15px;
      display: inline-block;
      color: #e4b72e;
      font-size: 24px;
      font-size: 1.5em;
      background: transparent !important; }

.event-slider-container .event-search {
  position: absolute;
  width: 600px;
  max-width: 100%;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2; }
  .event-slider-container .event-search input {
    width: 100%;
    background: #e4b72e;
    padding: 20px 50px 20px 70px;
    border-radius: 40px;
    border: none;
    font-size: 18px;
    font-size: 1.125em;
    color: white; }
    .event-slider-container .event-search input::-webkit-input-placeholder {
      color: white; }
    .event-slider-container .event-search input:-moz-placeholder {
      color: white; }
    .event-slider-container .event-search input::-moz-placeholder {
      color: white; }
    .event-slider-container .event-search input:-ms-input-placeholder {
      color: white; }
  .event-slider-container .event-search > [class*="icon"] {
    position: absolute;
    left: 30px;
    top: 20px;
    font-size: 18px;
    font-size: 1.125em;
    color: rgba(255, 255, 255, 0.5); }
  .event-slider-container .event-search button {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 26px;
    font-size: 1.625em;
    background: none;
    border: none;
    outline: none;
    color: white; }

.spacer {
  height: 70px; }

.featured-event-block {
  background: white;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  display: table;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  min-height: 420px; }
  .featured-event-block .event-cover, .featured-event-block .event-details {
    display: table-cell;
    padding: 30px; }
    @media screen and (max-width: 768px) {
      .featured-event-block .event-cover, .featured-event-block .event-details {
        display: block; } }
  .featured-event-block .event-cover {
    background-size: cover;
    vertical-align: middle;
    position: relative;
    z-index: 1; }
    .featured-event-block .event-cover:before {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      background: linear-gradient(transparent, rgba(0, 0, 0, 0.7)); }
    .featured-event-block .event-cover:after {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      background: url(../img/dot.png); }
    .featured-event-block .event-cover .event-date {
      color: rgba(255, 255, 255, 0.7); }
    .featured-event-block .event-cover h2 {
      margin: 0;
      font-weight: 700;
      font-family: "Roboto Condensed", "Roboto", "Montserrat", "Open Sans", arial, sans-serif;
      font-size: 36px; }
      .featured-event-block .event-cover h2 a {
        color: white; }
  .featured-event-block .event-details {
    width: 350px;
    background-color: #fefefe;
    color: #58646e; }
    .featured-event-block .event-details a {
      color: #58646e; }
  .featured-event-block .price-info {
    margin-bottom: 20px;
    font-size: 24px; }
  .featured-event-block .event-excerpt {
    margin-bottom: 30px; }
  .featured-event-block .event-action {
    text-align: center; }
    .featured-event-block .event-action a {
      margin: 0 10px; }

.testimonial-carousel-block {
  position: relative; }
  .testimonial-carousel-block .owl-nav {
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 18px;
    font-size: 1.125em; }
    @media screen and (max-width: 640px) {
      .testimonial-carousel-block .owl-nav {
        bottom: -30px;
        top: auto;
        left: 0;
        margin: auto;
        text-align: center; } }
    .testimonial-carousel-block .owl-nav .owl-prev, .testimonial-carousel-block .owl-nav .owl-next {
      display: inline-block;
      padding: 10px;
      color: #e4b72e;
      background-color: transparent !important; }

.testimonial-item {
  *zoom: 1;
  position: relative;
  padding: 30px;
  text-align: center; }
  .testimonial-item:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  @media screen and (max-width: 640px) {
    .testimonial-item {
      padding: 30px 10px; } }
  .testimonial-item:before {
    content: " ";
    width: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #e3e3e3;
    -webkit-transform: skew(-45deg);
        -ms-transform: skew(-45deg);
            transform: skew(-45deg);
    z-index: -1;
    margin: auto; }
    @media screen and (max-width: 640px) {
      .testimonial-item:before {
        display: none; } }
  @media screen and (min-width: 640px) {
    .testimonial-item {
      padding: 30px 30px 30px 120px;
      text-align: left; } }
  .testimonial-item__image {
    border-radius: 50%;
    width: 100px !important;
    height: 100px;
    display: block;
    margin: 0 auto 30px; }
    @media screen and (min-width: 640px) {
      .testimonial-item__image {
        position: absolute;
        left: 0;
        top: 30px; } }
  .testimonial-item__quote {
    border: none !important;
    margin: 0 !important;
    -webkit-flex: 1 0 60%;
        -ms-flex: 1 0 60%;
            flex: 1 0 60%;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    font-size: 1em;
    font-family: "Roboto Condensed", "Roboto", "Montserrat", "Open Sans", arial, sans-serif; }
    @media screen and (max-width: 640px) {
      .testimonial-item__quote {
        padding-left: 15px;
        padding-right: 15px; } }
    .testimonial-item__quote p {
      font-family: inherit;
      font-style: normal;
      font-weight: 300; }
  .testimonial-item__cite {
    padding-left: 30px;
    font-style: normal;
    position: relative; }
    .testimonial-item__cite:before {
      content: " ";
      width: 20px;
      height: 1px;
      background-color: #dde3e8;
      position: absolute;
      top: 10px;
      left: 0; }
    .testimonial-item__cite strong {
      color: #58646e;
      display: block; }
    .testimonial-item__cite small {
      color: #becad4; }

.instagram-hero {
  min-height: 714px;
  position: relative;
  overflow: hidden;
  margin: 0 -15px; }
  .instagram-hero .instagram-backdrop {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000; }
    .instagram-hero .instagram-backdrop a {
      width: 20%;
      height: 357px;
      float: left;
      background-color: rgba(0, 0, 0, 0.1);
      background-size: cover;
      background-position: center;
      opacity: .6;
      transition: .3s ease; }
      .instagram-hero .instagram-backdrop a:hover {
        opacity: 1; }
  .instagram-hero .hero-content {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: white; }
    .instagram-hero .hero-content .backdrop {
      display: inline-block;
      padding: 30px;
      position: relative; }
      .instagram-hero .hero-content .backdrop:before {
        content: " ";
        position: absolute;
        left: 10px;
        top: 10px;
        right: 10px;
        bottom: 10px; }
    .instagram-hero .hero-content h2.hero-title {
      font-size: 64px;
      margin: 0; }
    .instagram-hero .hero-content small.hero-subtitle {
      font-size: 18px; }
    .instagram-hero .hero-content p.hero-desc {
      font-size: 24px; }

@media screen and (max-width: 1200px) {
  .instagram-hero .instagram-backdrop a {
    width: 25%; } }

@media screen and (max-width: 768px) {
  .instagram-hero .instagram-backdrop a {
    width: 33.3333%; } }

@media screen and (max-width: 640px) {
  .instagram-hero .instagram-backdrop a {
    width: 50%; } }

@media screen and (max-width: 480px) {
  .instagram-hero .instagram-backdrop a {
    width: 100%; } }

.speaker {
  text-align: center;
  margin-bottom: 30px;
  clear: both; }
  .speaker-avatar {
    margin-bottom: 10px;
    transition: .3s ease;
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    z-index: 1; }
    .speaker-avatar.rounded img {
      border-radius: 50%;
      display: block;
      max-width: 100%;
      margin: 0 auto;
      border: 4px solid #218ce0; }
    .speaker-avatar .social-circle {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #2f59a5;
      border-radius: 50%;
      -webkit-transform-origin: 60% 0;
          -ms-transform-origin: 60% 0;
              transform-origin: 60% 0;
      transition: .3s ease;
      z-index: -1;
      opacity: .5; }
      .speaker-avatar .social-circle:nth-of-type(2) {
        background-color: #38aad9;
        -webkit-transform-origin: 40% 100%;
            -ms-transform-origin: 40% 100%;
                transform-origin: 40% 100%; }
      .speaker-avatar .social-circle:hover {
        opacity: 1; }
      .speaker-avatar .social-circle a {
        position: absolute;
        width: 48px;
        height: 48px;
        color: white;
        font-size: 36px; }
      .speaker-avatar .social-circle:nth-of-type(1) a {
        left: 120px;
        top: 50px;
        -webkit-transform: rotate(60deg);
            -ms-transform: rotate(60deg);
                transform: rotate(60deg); }
      .speaker-avatar .social-circle:nth-of-type(2) a {
        left: 110px;
        top: 70px;
        -webkit-transform: rotate(-60deg);
            -ms-transform: rotate(-60deg);
                transform: rotate(-60deg); }
  .speaker:hover {
    z-index: 1;
    position: relative; }
    .speaker:hover .speaker-avatar {
      -webkit-transform: translate3d(0, -20px, 0);
              transform: translate3d(0, -20px, 0); }
    .speaker:hover .social-circle:nth-of-type(1) {
      -webkit-transform: rotate(-60deg);
          -ms-transform: rotate(-60deg);
              transform: rotate(-60deg); }
    .speaker:hover .social-circle:nth-of-type(2) {
      -webkit-transform: rotate(60deg);
          -ms-transform: rotate(60deg);
              transform: rotate(60deg); }
  .speaker-name {
    margin: 0 0 5px; }
    .speaker-name a {
      color: #58646e;
      line-height: normal; }
  .speaker-position {
    font-size: 14px;
    font-size: 0.875em;
    color: rgba(0, 0, 0, 0.6); }

.speaker-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0; }
  .speaker-overlay .speaker-modal {
    position: absolute;
    width: 600px;
    max-width: 100%;
    top: 50%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    transition: .3s ease;
    opacity: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-color: white;
    border-radius: 3px;
    padding: 30px;
    position: relative;
    display: table; }
    .speaker-overlay .speaker-modal .left-side, .speaker-overlay .speaker-modal .speaker-detail {
      display: table-cell;
      vertical-align: top; }
    .speaker-overlay .speaker-modal .speaker-detail {
      padding-left: 30px; }
    .speaker-overlay .speaker-modal .avatar {
      margin: 0 auto;
      border-radius: 50%;
      max-width: 120px; }
    .speaker-overlay .speaker-modal .close {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background-color: #58646e;
      color: white;
      position: absolute;
      right: -16px;
      top: -16px;
      border: 2px solid #92a0ac;
      text-align: center;
      font-size: 16px;
      font-size: 1em;
      line-height: 2; }
    .speaker-overlay .speaker-modal h2 {
      margin: 0 0 5px;
      line-height: normal;
      font-size: 24px;
      font-size: 1.5em; }
    .speaker-overlay .speaker-modal small {
      margin-bottom: 20px;
      font-size: 12px;
      font-size: 0.75em;
      display: block; }
    .speaker-overlay .speaker-modal .social-links {
      margin-top: 30px; }
      .speaker-overlay .speaker-modal .social-links a {
        display: inline-block;
        font-size: 18px;
        font-size: 1.125em;
        padding: 0 10px; }
  .speaker-overlay.active .speaker-modal {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    opacity: 1; }

.schedule-timeline {
  position: relative;
  padding: 200px 0;
  margin: 0;
  list-style: none;
  *zoom: 1; }
  .schedule-timeline:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  .schedule-timeline:before {
    content: " ";
    width: 5px;
    background: linear-gradient(transparent 50px, #e6e6e6, #e6e6e6 90%, transparent);
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0; }
    @media screen and (max-width: 990px) {
      .schedule-timeline:before {
        right: auto;
        left: 34px; } }
  .schedule-timeline li {
    width: 50%;
    clear: both;
    position: relative;
    margin-bottom: 50px; }
    @media screen and (max-width: 990px) {
      .schedule-timeline li {
        width: 100%; } }
    .schedule-timeline li:before {
      content: " ";
      position: absolute;
      width: 32px;
      height: 32px;
      border: 5px solid #e6e6e6;
      background-color: #218ce0;
      border-radius: 50%;
      top: 25px;
      right: -16px; }
      @media screen and (max-width: 990px) {
        .schedule-timeline li:before {
          right: auto;
          left: 20px; } }
    .schedule-timeline li .timeline-bubble {
      background-color: #fdfdfd;
      border-radius: 3px;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 1px rgba(0, 0, 0, 0.1);
      padding: 30px;
      position: relative; }
      .schedule-timeline li .timeline-bubble:before {
        content: " ";
        position: absolute;
        border-style: solid;
        border-width: 11px;
        top: 29px; }
      .schedule-timeline li .timeline-bubble:after {
        content: " ";
        position: absolute;
        border-style: solid;
        border-width: 10px;
        top: 30px; }
      .schedule-timeline li .timeline-bubble .time {
        position: absolute;
        top: 30px;
        text-align: center;
        width: 50px; }
        .schedule-timeline li .timeline-bubble .time i {
          display: block;
          font-size: 32px; }
      .schedule-timeline li .timeline-bubble h3 {
        margin-top: 0; }
    .schedule-timeline li:nth-child(odd) {
      float: left;
      padding-right: 50px; }
      @media screen and (max-width: 990px) {
        .schedule-timeline li:nth-child(odd) {
          float: right;
          padding-right: 30px;
          padding-left: 80px; } }
      .schedule-timeline li:nth-child(odd) .timeline-bubble {
        padding-right: 110px;
        text-align: right; }
        @media screen and (max-width: 990px) {
          .schedule-timeline li:nth-child(odd) .timeline-bubble {
            padding-right: 30px;
            padding-left: 110px;
            text-align: left; } }
        .schedule-timeline li:nth-child(odd) .timeline-bubble:before, .schedule-timeline li:nth-child(odd) .timeline-bubble:after {
          left: 100%;
          border-color: transparent transparent transparent #fdfdfd; }
          @media screen and (max-width: 990px) {
            .schedule-timeline li:nth-child(odd) .timeline-bubble:before, .schedule-timeline li:nth-child(odd) .timeline-bubble:after {
              left: auto;
              right: 100%;
              border-color: transparent #fdfdfd transparent transparent; } }
        .schedule-timeline li:nth-child(odd) .timeline-bubble:before {
          border-color: transparent transparent transparent rgba(0, 0, 0, 0.1); }
          @media screen and (max-width: 990px) {
            .schedule-timeline li:nth-child(odd) .timeline-bubble:before {
              border-color: transparent rgba(0, 0, 0, 0.1) transparent transparent; } }
        .schedule-timeline li:nth-child(odd) .timeline-bubble .time {
          right: 30px; }
          @media screen and (max-width: 990px) {
            .schedule-timeline li:nth-child(odd) .timeline-bubble .time {
              right: auto;
              left: 30px; } }
    .schedule-timeline li:nth-child(even) {
      float: right;
      padding-left: 50px; }
      @media screen and (max-width: 990px) {
        .schedule-timeline li:nth-child(even) {
          padding-left: 80px; } }
      .schedule-timeline li:nth-child(even) .timeline-bubble {
        padding-left: 110px; }
        .schedule-timeline li:nth-child(even) .timeline-bubble:before, .schedule-timeline li:nth-child(even) .timeline-bubble:after {
          right: 100%;
          border-color: transparent #fdfdfd transparent transparent; }
        .schedule-timeline li:nth-child(even) .timeline-bubble:before {
          border-color: transparent rgba(0, 0, 0, 0.1) transparent transparent; }
        .schedule-timeline li:nth-child(even) .timeline-bubble .time {
          left: 30px; }
      .schedule-timeline li:nth-child(even):before {
        right: auto;
        left: -16px; }
        @media screen and (max-width: 990px) {
          .schedule-timeline li:nth-child(even):before {
            left: 20px; } }

.event-date-count-down .count-num {
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  min-width: 60px;
  color: #58646e;
  overflow: hidden; }
  .event-date-count-down .count-num span {
    display: block;
    line-height: normal; }
  .event-date-count-down .count-num .timer {
    background-color: white;
    font-size: 32px;
    font-family: "Roboto Condensed", "Roboto", "Montserrat", "Open Sans", arial, sans-serif;
    padding: 10px 5px; }
  .event-date-count-down .count-num .label {
    background-color: #218ce0;
    color: white;
    padding: 5px; }

.price-box {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: white; }
  .price-box .price-type, .price-box .price-detail {
    width: 50%;
    display: table-cell;
    padding: 20px; }
  .price-box .price-type {
    text-align: center;
    vertical-align: middle; }
    .price-box .price-type .price {
      font-size: 72px;
      font-weight: 700;
      font-family: "Roboto Condensed", "Roboto", "Montserrat", "Open Sans", arial, sans-serif;
      line-height: 1; }
    .price-box .price-type .price-title {
      text-transform: uppercase;
      font-size: 18px; }
  .price-box .price-detail {
    vertical-align: top; }
    .price-box .price-detail .feature-title {
      font-size: 18px;
      color: #58646e;
      font-weight: 700;
      margin-top: 0; }
    .price-box .price-detail ul {
      list-style: none;
      margin: 10px 0 30px 0; }
      .price-box .price-detail ul li {
        position: relative;
        padding-left: 20px; }
        .price-box .price-detail ul li:before {
          content: "\f00c";
          color: #218ce0;
          font-family: "FontAwesome";
          position: absolute;
          top: 0;
          left: 0; }

.gallery-masonry img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block; }

.gallery-masonry a {
  display: block;
  float: left;
  transition: none; }

.gallery-masonry.columns-2 a {
  width: 50%; }
  .gallery-masonry.columns-2 a:nth-child(2n+1) {
    clear: both; }
  @media screen and (max-width: 480px) {
    .gallery-masonry.columns-2 a {
      width: 100%; } }

.gallery-masonry.columns-3 a {
  width: 33.3333%; }
  .gallery-masonry.columns-3 a:nth-child(3n+1) {
    clear: both; }
  @media screen and (max-width: 768px) {
    .gallery-masonry.columns-3 a {
      width: 50%; }
      .gallery-masonry.columns-3 a:nth-child(3n+1) {
        clear: none; }
      .gallery-masonry.columns-3 a:nth-child(2n+1) {
        clear: both; } }
  @media screen and (max-width: 480px) {
    .gallery-masonry.columns-3 a {
      width: 100%; } }

.gallery-masonry.columns-4 a {
  width: 25%; }
  .gallery-masonry.columns-4 a:nth-child(4n+1) {
    clear: both; }
  @media screen and (max-width: 768px) {
    .gallery-masonry.columns-4 a {
      width: 50%; }
      .gallery-masonry.columns-4 a:nth-child(4n+1) {
        clear: none; }
      .gallery-masonry.columns-4 a:nth-child(2n+1) {
        clear: both; } }
  @media screen and (max-width: 480px) {
    .gallery-masonry.columns-4 a {
      width: 100%; } }

.gallery-masonry.columns-5 a {
  width: 20%; }
  .gallery-masonry.columns-5 a:nth-child(5n+1) {
    clear: both; }
  @media screen and (max-width: 768px) {
    .gallery-masonry.columns-5 a {
      width: 50%; }
      .gallery-masonry.columns-5 a:nth-child(5n+1) {
        clear: none; }
      .gallery-masonry.columns-5 a:nth-child(2n+1) {
        clear: both; } }
  @media screen and (max-width: 480px) {
    .gallery-masonry.columns-5 a {
      width: 100%; } }

.gallery-masonry.columns-6 a {
  width: 16.6667%; }
  .gallery-masonry.columns-6 a:nth-child(6n+1) {
    clear: both; }
  @media screen and (max-width: 768px) {
    .gallery-masonry.columns-6 a {
      width: 50%; }
      .gallery-masonry.columns-6 a:nth-child(6n+1) {
        clear: none; }
      .gallery-masonry.columns-6 a:nth-child(2n+1) {
        clear: both; } }
  @media screen and (max-width: 480px) {
    .gallery-masonry.columns-6 a {
      width: 100%; } }

.contact-block > div {
  display: inline-block;
  min-width: 32%;
  font-size: 14px; }
  .contact-block > div .fa {
    vertical-align: middle;
    margin-right: 10px; }
  .contact-block > div a {
    color: #58646e; }
    .contact-block > div a:hover {
      color: #218ce0; }

.speaker-block {
  *zoom: 1;
  background-color: white; }
  .speaker-block:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  .speaker-block__image, .speaker-block__desc {
    width: 50%;
    float: left;
    min-height: 1px; }
    @media screen and (max-width: 768px) {
      .speaker-block__image, .speaker-block__desc {
        width: 100%;
        float: none; } }
  .speaker-block--image-right .speaker-block__image {
    float: right; }
  .speaker-block__image {
    position: relative;
    overflow: hidden; }
    .speaker-block__image img {
      display: block;
      width: 100%;
      height: auto;
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      transition: .3s ease;
      position: relative; }
    .speaker-block__image:after {
      content: " ";
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3) url(../img/dot.png);
      transition: .2s ease;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0; }
  .speaker-block:hover .speaker-block__image img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .speaker-block:hover .speaker-block__image:after {
    opacity: 0; }
  .speaker-block__desc {
    padding: 30px;
    text-align: center; }
  .speaker-block__name {
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", "Roboto", "Montserrat", "Open Sans", arial, sans-serif;
    margin: 0 0 5px;
    font-weight: 700;
    line-height: 1;
    overflow: hidden;
    height: 24px; }
    .speaker-block__name:before {
      content: attr(data-name);
      display: block;
      transition: .3s ease;
      position: relative;
      top: 0; }
    .speaker-block__name span {
      display: block;
      position: relative;
      color: #218ce0;
      transition: .3s ease;
      top: 0; }
  .speaker-block:hover .speaker-block__name:before, .speaker-block:hover .speaker-block__name span {
    top: -24px; }
  .speaker-block__position {
    font-size: 14px;
    color: #888;
    display: block;
    margin-bottom: 20px; }
  .speaker-block__bio {
    margin-bottom: 20px; }
  .speaker-block__social {
    font-size: 18px; }
    .speaker-block__social a {
      width: auto;
      padding: 0 10px; }
  .speaker-block[class*="vc_custom"] {
    color: white !important; }
    .speaker-block[class*="vc_custom"] .speaker-block__position {
      color: white !important; }
    .speaker-block[class*="vc_custom"] a {
      color: white !important; }

.event-schedule-table .time-schedule td {
  padding: 10px;
  border-bottom: 1px solid #e3e3e3; }

.featured-event-block-details {
  background-color: white; }
  .featured-event-block-details .single-event .event-details .event-info {
    border-right: none; }
  .featured-event-block-details .single-event .event-details .event-content {
    padding: 50px; }
  .featured-event-block-details .single-event .event-details a.tribe-events-ical {
    float: none; }
  .featured-event-block-details .single-event .event-info-block {
    background-color: #f5f5f5; }
    .featured-event-block-details .single-event .event-info-block.event-time-block {
      background-color: #218ce0; }
  .featured-event-block-details .section-title {
    font-size: 48px;
    font-size: 3em;
    margin-bottom: 80px;
    margin-top: 0; }
  .featured-event-block-details .event-title {
    font-size: 32px;
    font-size: 2em;
    font-weight: 700;
    margin: 0 0 30px;
    line-height: normal;
    text-transform: uppercase; }
    .featured-event-block-details .event-title a {
      color: #58646e; }
  .featured-event-block-details .event-action {
    padding-top: 50px; }
    .featured-event-block-details .event-action .price-info, .featured-event-block-details .event-action .action, .featured-event-block-details .event-action .event-social-link {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 20px; }
    .featured-event-block-details .event-action .price {
      font-size: 30px;
      font-size: 1.875em;
      border-right: 1px solid #218ce0;
      padding-right: 30px; }
    .featured-event-block-details .event-action .action {
      padding-left: 30px; }
      .featured-event-block-details .event-action .action .button, .featured-event-block-details .event-action .action .products .product__details .product__action .added_to_cart, .products .product__details .product__action .featured-event-block-details .event-action .action .added_to_cart, .featured-event-block-details .event-action .action .widget.widget_search button[type="submit"], .widget.widget_search .featured-event-block-details .event-action .action button[type="submit"], .featured-event-block-details .event-action .action .widget.widget_shopping_cart .buttons .wc-forward, .widget.widget_shopping_cart .buttons .featured-event-block-details .event-action .action .wc-forward, .featured-event-block-details .event-action .action input[type="submit"], .featured-event-block-details .event-action .action input[type="reset"] {
        text-transform: uppercase;
        box-shadow: none; }
    .featured-event-block-details .event-action .event-social-link {
      margin-left: 20px;
      float: right; }
      @media screen and (max-width: 768px) {
        .featured-event-block-details .event-action .event-social-link {
          float: none; } }
      .featured-event-block-details .event-action .event-social-link strong {
        text-transform: uppercase;
        display: inline-block;
        margin-right: 20px; }
      .featured-event-block-details .event-action .event-social-link a {
        color: white;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: inline-block;
        transition: .3s ease;
        font-size: 24px;
        text-align: center;
        line-height: 48px; }
      .featured-event-block-details .event-action .event-social-link a.facebook {
        background-color: #546eb3; }
        .featured-event-block-details .event-action .event-social-link a.facebook:hover {
          background-color: #778cc3; }
      .featured-event-block-details .event-action .event-social-link a.twitter {
        background-color: #58acec; }
        .featured-event-block-details .event-action .event-social-link a.twitter:hover {
          background-color: #86c3f1; }
      .featured-event-block-details .event-action .event-social-link a.google {
        background-color: #da4531; }
        .featured-event-block-details .event-action .event-social-link a.google:hover {
          background-color: #e26c5c; }

.event-search-form {
  position: relative;
  background-color: white;
  padding: 30px; }
  @media screen and (max-width: 768px) {
    .event-search-form {
      padding: 15px; } }
  .event-search-form .tribe-clearfix {
    *zoom: 1; }
    .event-search-form .tribe-clearfix:after {
      content: " ";
      clear: both;
      display: block;
      overflow: hidden;
      height: 0; }
  .event-search-form #tribe-events-bar * {
    box-sizing: border-box; }
  .event-search-form #tribe-bar-form {
    margin: 0;
    position: relative;
    width: 100%; }
  .event-search-form #tribe-bar-form input {
    font-size: 15px;
    margin: 0 4px 0 0; }
  .event-search-form #tribe-bar-form input[type=text] {
    background: 0;
    border: none;
    border-bottom: 1px dashed #b9b9b9;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    line-height: 1;
    padding: 10px 0;
    width: 100%; }
  .event-search-form #tribe-bar-form input[type=text]:focus {
    outline: 0; }
  .event-search-form input[name*=tribe-bar-]::-webkit-input-placeholder {
    color: #5f5f5f;
    font-style: italic;
    font-weight: 400;
    line-height: 1.3; }
  .event-search-form input[name*=tribe-bar-]:-moz-placeholder {
    color: #5f5f5f;
    font-style: italic;
    font-weight: 400;
    line-height: 1.3; }
  .event-search-form .tribe-event-placeholder {
    color: #5f5f5f;
    font-weight: 400;
    font-style: italic;
    line-height: 1.3; }
  .event-search-form #tribe-bar-form .tribe-bar-submit input[type=submit] {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .event-search-form #tribe-bar-form label {
    font-size: 16px;
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase; }
  .event-search-form #tribe-bar-dates .select2-choice {
    border-bottom: 1px dashed #b9b9b9; }
  .event-search-form #tribe-bar-form .tribe-bar-filters {
    margin: 0;
    position: relative;
    width: 100%; }
  .event-search-form #tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
    left: auto;
    right: 16.66667%;
    width: 83.3333%; }
  .event-search-form #tribe-bar-form .tribe-bar-filters-inner {
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 768px) {
      .event-search-form #tribe-bar-form .tribe-bar-filters-inner {
        display: block; }
        .event-search-form #tribe-bar-form .tribe-bar-filters-inner .tribe-bar-date-filter, .event-search-form #tribe-bar-form .tribe-bar-filters-inner .tribe-bar-search-filter, .event-search-form #tribe-bar-form .tribe-bar-filters-inner .tribe-bar-submit {
          width: 100%;
          float: none; }
        .event-search-form #tribe-bar-form .tribe-bar-filters-inner .tribe-bar-search-filter input {
          padding-right: 5px !important; }
        .event-search-form #tribe-bar-form .tribe-bar-filters-inner .tribe-bar-submit {
          position: relative; } }
  .event-search-form #tribe-bar-form.tribe-bar-full .tribe-bar-filters {
    display: block !important; }
  .event-search-form #tribe-bar-form .tribe-bar-submit {
    right: 0; }

.post-grid .type-post {
  padding: 15px !important;
  background-color: transparent !important;
  box-shadow: none !important; }
  .post-grid .type-post .inner-post {
    border: 20px solid white;
    position: relative; }
  .post-grid .type-post .featured-image {
    position: relative;
    margin-bottom: 0;
    overflow: hidden; }
    .post-grid .type-post .featured-image:after {
      content: " ";
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3);
      background-image: url(../img/dot.png);
      position: absolute;
      left: 0;
      top: 0; }
  .post-grid .type-post .post-details {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    text-align: left; }
    .post-grid .type-post .post-details .entry-title {
      font-weight: 700 !important;
      font-size: 18px !important;
      margin: 0; }
      .post-grid .type-post .post-details .entry-title a {
        color: white; }
    .post-grid .type-post .post-details .date {
      font-size: 13px;
      font-style: italic; }

.subscribe-section .mc4wp-form-fields {
  text-align: center; }
  .subscribe-section .mc4wp-form-fields input {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px; }

.ui-datepicker {
  background-color: white;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 5px;
  margin-top: 20px;
  display: none; }
  .ui-datepicker:before {
    display: block;
    width: 0;
    border-width: 10px;
    border-color: transparent transparent white;
    border-style: solid;
    position: absolute;
    bottom: 100%;
    left: 10px; }
  .ui-datepicker:after {
    display: block;
    width: 0;
    height: 0;
    border-width: 11px;
    border-color: transparent transparent #e3e3e3;
    border-style: solid;
    position: absolute;
    bottom: 100%;
    left: 9px;
    z-index: -1; }

.ui-datepicker-header {
  padding: 5px 0;
  position: relative; }

.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute; }

.ui-datepicker-prev {
  left: 0; }

.ui-datepicker-next {
  right: 0; }

.ui-datepicker-prev .ui-icon {
  overflow: hidden;
  text-indent: -999px; }

.ui-datepicker-title {
  text-align: center;
  font-weight: 700; }

.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  padding: 2px 5px;
  font-size: 13px; }

.ui-datepicker-calendar a {
  color: #333;
  display: block;
  text-align: center; }

.ui-datepicker-calendar tr:not(:last-child) {
  border-bottom: 1px solid #e3e3e3; }

/* 7.6 Tribe Event Styles */
#tribe-bar-form {
  background: none; }
  #tribe-bar-form label {
    font-size: 16px;
    font-size: 1em;
    font-weight: normal; }
  #tribe-bar-form input[type=text] {
    font-size: 18px;
    font-size: 1.125em;
    font-style: normal !important;
    border-bottom: none !important;
    color: #becad4;
    font-weight: normal;
    padding: 10px 0; }
    #tribe-bar-form input[type=text]::-webkit-input-placeholder {
      font-style: normal;
      color: #becad4; }
    #tribe-bar-form input[type=text]:-moz-placeholder {
      /* Firefox 18- */
      font-style: normal;
      color: #becad4; }
    #tribe-bar-form input[type=text]::-moz-placeholder {
      /* Firefox 19+ */
      font-style: normal;
      color: #becad4; }
    #tribe-bar-form input[type=text]:-ms-input-placeholder {
      font-style: normal;
      color: #becad4; }
  #tribe-bar-form #tribe-bar-date {
    padding-left: 40px;
    background: transparent url(../img/icon-calendar.png) no-repeat left center; }
  #tribe-bar-form #tribe-bar-search {
    padding-left: 40px;
    padding-right: 150px;
    background: transparent url(../img/icon-search.png) no-repeat left center; }
  #tribe-bar-form .tribe-pro-active #tribe-bar-search {
    padding-right: 15px; }
  #tribe-bar-form .tribe-bar-submit {
    position: absolute;
    right: 40px;
    margin: 0;
    bottom: 0;
    width: 150px;
    padding-left: 0;
    padding-top: 0; }
    #tribe-bar-form .tribe-bar-submit input[type="submit"] {
      width: 150px;
      border-radius: 50px; }

.tribe-bar-filters-inner {
  position: relative; }

.tribe-bar-search-filter {
  width: 75%;
  padding-right: 30px; }

#tribe-bar-views {
  border-left: 1px solid #e3e3e3; }
  #tribe-bar-views.tribe-bar-views-open .tribe-bar-views-list {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }

.tribe-bar-views-inner {
  background-color: transparent;
  padding-left: 30px; }

#tribe-bar-views .tribe-bar-views-list {
  left: 30px;
  padding-left: 0;
  transition: box-shadow .3s ease; }
  @media screen and (max-width: 990px) {
    #tribe-bar-views .tribe-bar-views-list {
      left: 0; } }
  #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
    background-color: white;
    padding: 15px; }
    @media screen and (max-width: 990px) {
      #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
        padding: 10px 15px; } }
    #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover {
      background-color: #efefef; }

#tribe-bar-collapse-toggle {
  background-color: transparent; }

.events-grid .tribe-events-ical {
  display: none !important; }

.tribe-events-cal-links a {
  font-size: 12px;
  border-radius: 40px !important;
  display: inline-block;
  font-size: 12px !important;
  padding: 5px 10px !important;
  transition: .3s ease;
  background-color: #218ce0 !important;
  color: white !important; }
  .tribe-events-cal-links a:hover {
    background-color: #4ea3e6 !important; }

.tribe-events-sub-nav {
  overflow: hidden;
  padding: 30px 50px !important; }

.tribe-events-nav-previous,
.tribe-events-nav-next {
  background-color: #218ce0;
  width: auto !important;
  padding: 10px 20px;
  border-radius: 40px; }

.tribe-events-nav-previous a,
.tribe-events-nav-next a {
  color: white; }

.tribe-events-back {
  text-align: center;
  display: none; }

.map {
  position: relative; }
  .map .tribe-events-venue-map {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0; }
  .map .tribe-events-gmap {
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #218ce0;
    color: white;
    display: block;
    padding: 10px 20px;
    border-radius: 40px; }

.tribe-events-related-events-title,
.tribe-related-events {
  display: none; }

span.date-start.dtstart:before {
  content: "\e089";
  font-family: dripicons;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px; }

.tribe-events-calendar thead th {
  background-color: #becad4;
  padding: 20px;
  font-weight: normal; }

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #e4b72e; }

.tribe-events-tooltip {
  border: none !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
  .tribe-events-tooltip h4 {
    background-color: #becad4 !important;
    padding: 15px 10px !important;
    color: white !important; }
  .tribe-events-tooltip .tribe-events-event-body {
    padding: 20px !important;
    *zoom: 1; }
    .tribe-events-tooltip .tribe-events-event-body:after {
      content: " ";
      clear: both;
      display: block;
      overflow: hidden;
      height: 0; }
  .tribe-events-tooltip .duration {
    margin-bottom: 10px; }
  .tribe-events-tooltip .tribe-events-event-thumb img {
    max-width: 90%; }

ul.tribe-events-sub-nav {
  padding: 30px 0 !important; }

.tribe-events-ical {
  margin-bottom: 30px;
  background-color: #218ce0 !important;
  border-radius: 40px !important; }
  .tribe-events-ical:hover {
    color: white !important; }

.tribe-events-notices {
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  text-align: center;
  margin-bottom: 50px;
  color: #57440A;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 3px; }

.events-list #tribe-events-footer {
  border: none; }

.tribe-events-calendar thead th {
  border-left: none;
  border-right: none; }

.tribe-events-notices {
  margin: 0;
  padding: 30px;
  color: #333;
  background-color: #218CE0;
  color: white;
  font-weight: 700;
  font-size: 24px; }

table.tribe-events-tickets td {
  vertical-align: top; }
  table.tribe-events-tickets td.tickets_name {
    font-size: inherit;
    width: 180px; }

/* 8. Footer Styles */
.site-footer {
  background-color: #252c31;
  color: #8799a5; }
  .site-footer .widget-area {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 70px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    @media screen and (max-width: 990px) {
      .site-footer .widget-area {
        display: block; } }
    .site-footer .widget-area .widget-col {
      width: 33.3333%;
      display: table-cell;
      padding: 0 30px; }
      @media screen and (max-width: 990px) {
        .site-footer .widget-area .widget-col {
          display: block;
          width: 100%;
          border: none !important;
          margin-bottom: 70px; } }
      @media screen and (max-width: 640px) {
        .site-footer .widget-area .widget-col {
          padding: 0 15px; } }
      .site-footer .widget-area .widget-col:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 0.1); }
  .site-footer .colophon {
    padding: 30px 0;
    text-align: center; }
  .site-footer a {
    color: white; }
    .site-footer a:hover {
      color: #218ce0; }
  .site-footer .widget-title {
    text-align: center;
    font-size: 12px;
    font-size: 0.75em;
    letter-spacing: 2px;
    text-transform: uppercase; }
    .site-footer .widget-title:after {
      display: none; }

.ftv-logo {
  font-family: "Roboto Condensed", "Roboto", "Montserrat", "Open Sans", arial, sans-serif;
  color: white;
  font-size: 30px;
  font-size: 1.875em;
  display: inline-block;
  margin-right: 10px; }
  .ftv-logo:first-letter {
    color: #e4b72e; }

@media screen and (max-width: 640px) {
  .payment-logo {
    text-align: center; } }

.payment-logo img {
  display: block; }
  @media screen and (max-width: 640px) {
    .payment-logo img {
      display: inline-block; } }

.footer-foot {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap; }
  .footer-foot .branding {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    margin-bottom: 20px; }
    .footer-foot .branding img {
      margin: 0 auto; }
    @media screen and (max-width: 990px) {
      .footer-foot .branding {
        -webkit-order: -1;
            -ms-flex-order: -1;
                order: -1;
        width: 100%;
        min-width: 100%;
        margin-bottom: 30px; } }
  .footer-foot .left-section, .footer-foot .right-section {
    -webkit-flex-basis: 250px;
        -ms-flex-preferred-size: 250px;
            flex-basis: 250px;
    min-height: 1px; }
    .footer-foot .left-section img, .footer-foot .right-section img {
      max-width: 100%; }
    @media screen and (max-width: 990px) {
      .footer-foot .left-section, .footer-foot .right-section {
        width: 50%;
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%; } }
    @media screen and (max-width: 640px) {
      .footer-foot .left-section, .footer-foot .right-section {
        width: 100%;
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
        margin-bottom: 10px; } }
  .footer-foot .social-link a {
    width: 32px;
    height: 32px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    transition: .3s ease; }
    .footer-foot .social-link a:hover {
      background-color: rgba(255, 255, 255, 0.1); }

.footer-contact {
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .footer-contact a {
    display: inline-block;
    margin: 0 30px 20px;
    color: #8799a5;
    font-size: 13px;
    width: 140px; }
    @media screen and (max-width: 640px) {
      .footer-contact a {
        width: 100%;
        display: block;
        margin: 0 0 20px; } }
    .footer-contact a strong, .footer-contact a i {
      display: block; }
    .footer-contact a i {
      font-size: 24px;
      color: rgba(255, 255, 255, 0.7); }
    .footer-contact a strong {
      color: white;
      font-size: 16px; }