/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */

/* =============== @import, @font-face, and CSS File Includes =============== */
@import url('//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css');
@import url('//fonts.googleapis.com/css?family=Roboto%3A400%2C700&ver=1561152342');
@font-face {
  font-family: "Open Sans";
  src: url("//cdn2.hubspot.net/hubfs/4384978/TampaPrep_June2019/fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4384978/TampaPrep_June2019/fonts/OpenSans-Regular-webfont.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/4384978/TampaPrep_June2019/fonts/OpenSans-Regular-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("//cdn2.hubspot.net/hubfs/4384978/TampaPrep_June2019/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4384978/TampaPrep_June2019/fonts/fa-brands-400.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/4384978/TampaPrep_June2019/fonts/fa-brands-400.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/4384978/TampaPrep_June2019/fonts/fa-brands-400.ttf") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/4384978/TampaPrep_June2019/fonts/fa-brands-400.svg#fontawesome") format("svg");
  font-style: normal;
  font-weight: normal;
  font-display: auto;
}
@font-face {
  font-family: "icomoon";
  src: url("//cdn2.hubspot.net/hubfs/4384978/TampaPrep_June2019/fonts/icomoon.eot?#iefix") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4384978/TampaPrep_June2019/fonts/icomoon.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/4384978/TampaPrep_June2019/fonts/icomoon.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: steadysets;
  src: url("//cdn2.hubspot.net/hubfs/4384978/TampaPrep_June2019/fonts/steadysets.eot?#iefix") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4384978/TampaPrep_June2019/fonts/steadysets.ttf") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/4384978/TampaPrep_June2019/fonts/steadysets.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: uniform;
  src: url('//cdn2.hubspot.net/hubfs/4384978/TampaPrep_June2019/fonts/UniformRegular-Regular.eot') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/4384978/TampaPrep_June2019/fonts/UniformRegular-Regular.woff') format('woff'),
    url('//cdn2.hubspot.net/hubfs/4384978/TampaPrep_June2019/fonts/UniformRegular-Regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: uniform;
  src: url('//cdn2.hubspot.net/hubfs/4384978/TampaPrep_June2019/fonts/uniform-bold.eot') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/4384978/TampaPrep_June2019/fonts/uniform-bold.woff') format('woff'),
    url('//cdn2.hubspot.net/hubfs/4384978/TampaPrep_June2019/fonts/uniform-bold.ttf') format('truetype');
  font-weight: 700;
}


/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
  max-width: 100%;
  height: auto;
}

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
  padding: 0; 
}

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

/* Vertical Menu
========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
  background-color: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent;
}

@media all and (max-width: 400px) {
  .hs_cos_flex-slider .superimpose .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    width: 90%;
    padding: 0px 5% 0px 5%;
    top: 40%;
    text-align: center;
  }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

.wp-float-right {
  float: right;
  margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }

/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  color: #333;
  /*   font-family: Roboto, "Sans-Serif"; */
  font-family: uniform;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400; 
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  margin: 0 auto;
}

/* =============== Typography =============== */

/* Basic text */
p {
  margin: 0 0 1.5em;
  -webkit-font-smoothing: subpixel-antialiased;
}
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #bf0d3e;
  letter-spacing: 0px;
  -webkit-font-smoothing: antialiased;
  /*   font-family: Roboto; */
  font-family: uniform;
  font-weight: 700;
  margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  text-transform: uppercase;
  font-size: 45px;
  line-height: 55px;
}
h2 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
}
h3 {
  font-size: 30px;
  line-height: 40px;
}
h4 {
  font-size: 20px;
  line-height: 30px;
}
h5 {
  font-size: 16px;
  line-height: 26px;
}
h6 {
  font-size: 14px;
  line-height: 24px;
}

/* Anchor Links */
a {
  color: #bf0d3e;
  text-decoration: none;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
}
a:hover, a:focus { 
  color: #676767;
}

/* Lists */
ul, ol {
  padding-left: 30px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {
  min-height: 80px;
}


#header-outer .nectar-ext-menu-item .image-layer-outer,#header-outer .nectar-ext-menu-item .image-layer,#header-outer .nectar-ext-menu-item .color-overlay,#slide-out-widget-area .nectar-ext-menu-item .image-layer-outer,#slide-out-widget-area .nectar-ext-menu-item .color-overlay,#slide-out-widget-area .nectar-ext-menu-item .image-layer{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;}.nectar-ext-menu-item .inner-content{position:relative;z-index:10;width:100%;}.nectar-ext-menu-item .image-layer{background-size:cover;background-position:center;transition:opacity 0.25s ease 0.1s;}#header-outer nav .nectar-ext-menu-item .image-layer:not(.loaded){background-image:none!important;}#header-outer nav .nectar-ext-menu-item .image-layer{opacity:0;}#header-outer nav .nectar-ext-menu-item .image-layer.loaded{opacity:1;}.nectar-ext-menu-item span[class*="inherit-h"] + .menu-item-desc{margin-top:0.4rem;}#mobile-menu .nectar-ext-menu-item .title,#slide-out-widget-area .nectar-ext-menu-item .title,.nectar-ext-menu-item .menu-title-text,.nectar-ext-menu-item .menu-item-desc{position:relative;}.nectar-ext-menu-item .menu-item-desc{display:block;line-height:1.4em;}body #slide-out-widget-area .nectar-ext-menu-item .menu-item-desc{line-height:1.4em;}#mobile-menu .nectar-ext-menu-item .title,#slide-out-widget-area .nectar-ext-menu-item:not(.style-img-above-text) .title,.nectar-ext-menu-item:not(.style-img-above-text) .menu-title-text,.nectar-ext-menu-item:not(.style-img-above-text) .menu-item-desc,.nectar-ext-menu-item:not(.style-img-above-text) i:before{color:#fff;}#mobile-menu .nectar-ext-menu-item.style-img-above-text .title{color:inherit;}.sf-menu li ul li a .nectar-ext-menu-item .menu-title-text:after{display:none;}.menu-item .widget-area-active[data-margin="default"] > div:not(:last-child){margin-bottom:20px;}.nectar-ext-menu-item .color-overlay{transition:opacity 0.5s cubic-bezier(.15,.75,.5,1);}.nectar-ext-menu-item:hover .hover-zoom-in-slow .image-layer{transform:scale(1.15);transition:transform 4s cubic-bezier(0.1,0.2,.7,1);}.nectar-ext-menu-item:hover .hover-zoom-in-slow .color-overlay{transition:opacity 1.5s cubic-bezier(.15,.75,.5,1);}.nectar-ext-menu-item .hover-zoom-in-slow .image-layer{transition:transform 0.5s cubic-bezier(.15,.75,.5,1);}.nectar-ext-menu-item .hover-zoom-in-slow .color-overlay{transition:opacity 0.5s cubic-bezier(.15,.75,.5,1);}.nectar-ext-menu-item:hover .hover-zoom-in .image-layer{transform:scale(1.12);}.nectar-ext-menu-item .hover-zoom-in .image-layer{transition:transform 0.5s cubic-bezier(.15,.75,.5,1);}.nectar-ext-menu-item{display:flex;text-align:left;}#slide-out-widget-area .nectar-ext-menu-item .title,#slide-out-widget-area .nectar-ext-menu-item .menu-item-desc,#slide-out-widget-area .nectar-ext-menu-item .menu-title-text,#mobile-menu .nectar-ext-menu-item .title,#mobile-menu .nectar-ext-menu-item .menu-item-desc,#mobile-menu .nectar-ext-menu-item .menu-title-text{color:inherit!important;}#slide-out-widget-area .nectar-ext-menu-item,#mobile-menu .nectar-ext-menu-item{display:block;}#slide-out-widget-area.fullscreen-alt .nectar-ext-menu-item,#slide-out-widget-area.fullscreen .nectar-ext-menu-item{text-align:center;}#header-outer .nectar-ext-menu-item.style-img-above-text .image-layer-outer,#slide-out-widget-area .nectar-ext-menu-item.style-img-above-text .image-layer-outer{position:relative;}#header-outer .nectar-ext-menu-item.style-img-above-text,#slide-out-widget-area .nectar-ext-menu-item.style-img-above-text{flex-direction:column;}

body a,
label span,
body [class^="icon-"].icon-default-style,
.blog-recent[data-style*="classic_enhanced"] .post-meta a:hover i,
.masonry.classic_enhanced .post .post-meta a:hover i,
.post .post-header h2 a,
.post .post-header a:hover,
.post .post-header a:focus,
#single-below-header a:hover,
#single-below-header a:focus,
.comment-list .pingback .comment-body > a:hover,
[data-style="list_featured_first_row"] .meta-category a,
[data-style="list_featured_first_row"] .meta-category a,
.nectar-fancy-box[data-style="color_box_hover"][data-color="accent-color"] .icon-default-style,
div[data-style="minimal"] .toggle:hover h3 a,
div[data-style="minimal"] .toggle.open h3 a,
#footer-outer #copyright li a i:hover,
.ascend .comment-list .reply a,
body.material .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover,
body.material #sidebar .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover,
body.material #footer-outer .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover,
#top nav .sf-menu .current_page_item > a .sf-sub-indicator i,
#top nav .sf-menu .current_page_ancestor > a .sf-sub-indicator i,
.sf-menu > .current_page_ancestor > a > .sf-sub-indicator i,
.material .widget .tagcloud a,
#single-below-header a:hover [class^="icon-"],
.wpcf7-form .wpcf7-not-valid-tip,
#header-outer .nectar-menu-label
{
	color: #bf0d3e;
}
#header-outer #top nav > ul > .button_bordered > a:hover,
#header-outer:not(.transparent) #social-in-menu a i:after,
.sf-menu > li > a:hover > .sf-sub-indicator i,
.sf-menu > li > a:active > .sf-sub-indicator i,
.sf-menu > .sfHover > a > .sf-sub-indicator i,
.sf-menu .megamenu > ul > li:hover > a,
#header-outer nav > ul > .megamenu > ul > li > a:hover,
#header-outer nav > ul > .megamenu > ul > .sfHover > a,
#header-outer nav > ul > .megamenu > ul > li > a:focus,
#top nav ul #nectar-user-account a:hover span,
#top nav ul #search-btn a:hover span,
#top nav ul .slide-out-widget-area-toggle a:hover span,
body.material:not([data-header-color="custom"]) #header-outer:not([data-format="left-header"]) #top ul.cart_list a:hover,
body.material #header-outer:not(.transparent) .cart-outer:hover .cart-menu-wrap .icon-salient-cart,
#header-outer:not([data-format="left-header"]) nav > ul > .megamenu ul ul .current-menu-item.has-ul > a,
#header-outer:not([data-format="left-header"]) nav > ul > .megamenu ul ul .current-menu-ancestor.has-ul > a,
body #header-secondary-outer #social a:hover i,
body #header-secondary-outer #social a:focus i,
#footer-outer a:focus,
#footer-outer a:hover,
.recent-posts .post-header a:hover,
.result a:hover,
.post-area.standard-minimal .post .post-meta .date a,
.post-area.standard-minimal .post .post-header h2 a:hover,
.post-area.standard-minimal .post .more-link:hover span,
.post-area.standard-minimal .post .more-link span:after,
.post-area.standard-minimal .post .minimal-post-meta a:hover,
.single .post .post-meta a:hover,
.single .post .post-meta a:focus,
.single #single-meta div a:hover i,
.single #single-meta div:hover > a,
.single #single-meta div:focus > a,
.comment-list .comment-meta a:hover,
.comment-list .comment-meta a:focus,
.result .title a,
.circle-border,
.home .blog-recent:not([data-style="list_featured_first_row"]) .col .post-header a:hover,
.home .blog-recent .col .post-header h3 a,
.comment-author a:hover,
.comment-author a:focus,
.project-attrs li i,
.nectar-milestone .number.accent-color,
body #portfolio-nav a:hover i,
span.accent-color,
.portfolio-items .nectar-love:hover i,
.portfolio-items .nectar-love.loved i,
body .hovered .nectar-love i,
body:not(.material) #search-outer #search #close a span:hover,
.carousel-wrap[data-full-width="true"] .carousel-heading a:hover i,
#search-outer .ui-widget-content li:hover *,
#search-outer .ui-widget-content .ui-state-focus *,
.portfolio-filters-inline .container ul li .active,
.svg-icon-holder[data-color="accent-color"],
.team-member .accent-color:hover,
.blog-recent[data-style="minimal"] .col > span,
.blog-recent[data-style="title_only"] .col:hover .post-header .title,
body #pagination .page-numbers.prev:hover,
body #pagination .page-numbers.next:hover,
body #pagination a.page-numbers:hover,
body #pagination a.page-numbers:focus,
body[data-form-submit="see-through"] input[type=submit],
body[data-form-submit="see-through"] button[type=submit],
.nectar_icon_wrap[data-color="accent-color"] i,
.nectar_team_member_close .inner:before,
body:not([data-header-format="left-header"]) nav > ul > .megamenu > ul > li > ul > .has-ul > a:hover,
body:not([data-header-format="left-header"]) nav > ul > .megamenu > ul > li > ul > .has-ul > a:focus,
.masonry.material .masonry-blog-item .meta-category a,
body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="accent-color-underline"].full-width-section .active,
body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="accent-color-underline"].full-width-section a:hover,
.material .comment-list .reply a:hover,
.material .comment-list .reply a:focus,
.related-posts[data-style="material"] .meta-category a,
.material .widget li:not(.has-img) a:hover .post-title,
.material #sidebar .widget li:not(.has-img) a:hover .post-title,
.material .container-wrap #author-bio #author-info a:hover,
.material #sidebar .widget ul[data-style="featured-image-left"] li a:hover .post-title,
.material #sidebar .widget .tagcloud a,
.single.material .post-area .content-inner > .post-tags a,
.post-area.featured_img_left .meta-category a,
.post-meta .icon-salient-heart-2.loved,
body.material .nectar-button.see-through.accent-color[data-color-override="false"],
div[data-style="minimal_small"] .toggle.accent-color > h3 a:hover,
div[data-style="minimal_small"] .toggle.accent-color.open > h3 a,
.testimonial_slider[data-rating-color="accent-color"] .star-rating .filled:before,
.nectar_single_testimonial[data-color="accent-color"] p .open-quote,
.nectar-quick-view-box .star-rating,
.widget_search .search-form button[type=submit] .icon-salient-search,
body.search-no-results .search-form button[type=submit] .icon-salient-search {
	color:#bf0d3e!important;
}
[data-style="list_featured_first_row"] .meta-category a:before,
.tabbed > ul li .active-tab,
.tabbed > ul li .active-tab:hover,
.wpb_row .nectar-post-grid-filters[data-active-color="accent-color"] a:after,
.testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"] .flickity-page-dots .dot.is-selected:before,
.testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"] blockquote.is-selected p,
.nectar_video_lightbox.nectar-button[data-color="default-accent-color"],
.nectar_video_lightbox.nectar-button[data-color="transparent-accent-color"]:hover,
.nectar-cta[data-color="accent-color"]:not([data-style="material"]) .link_wrap,
.flex-direction-nav a,
.carousel-prev:hover,
.carousel-next:hover,
.nectar-flickity[data-controls*="arrows_overlaid"][data-control-color="accent-color"] .flickity-prev-next-button:hover:before,
.nectar-flickity[data-controls="default"][data-control-color="accent-color"] .flickity-page-dots .dot:before,
.nectar-flickity[data-controls="touch_total"][data-control-color="accent-color"] .visualized-total span,
[class*=" icon-"],
.toggle.open h3 a,
div[data-style="minimal"] .toggle.open h3 i:after,
div[data-style="minimal"] .toggle:hover h3 i:after,
div[data-style="minimal"] .toggle.open h3 i:before,
div[data-style="minimal"] .toggle:hover h3 i:before,
div[data-style="minimal_small"] .toggle.accent-color > h3:after,
.main-content .widget_calendar caption,
#footer-outer .widget_calendar caption,
.post .more-link span:hover,
.post.format-quote .post-content .quote-inner,
.post.format-link .post-content .link-inner,
.nectar-post-grid-wrap[data-load-more-color="accent-color"] .load-more:hover,
.format-status .post-content .status-inner,
.nectar-post-grid-item.nectar-new-item .inner:before,
input[type=submit]:hover,
input[type="button"]:hover,
body[data-form-submit="regular"] input[type=submit],
body[data-form-submit="regular"] button[type=submit],
body[data-form-submit="regular"] .container-wrap .span_12.light input[type=submit]:hover,
body[data-form-submit="regular"] .container-wrap .span_12.light button[type=submit]:hover,
#slide-out-widget-area,
#slide-out-widget-area-bg.fullscreen,
#slide-out-widget-area-bg.fullscreen-split,
#slide-out-widget-area-bg.fullscreen-alt .bg-inner,
body.material #slide-out-widget-area-bg.slide-out-from-right,
.widget .material .widget .tagcloud a:before,
.nectar-hor-list-item[data-hover-effect="full_border"][data-color="accent-color"] .nectar-list-item-btn:hover,
#header-outer[data-lhe="animated_underline"] .nectar-header-text-content a:after,
.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .nectar-notice,
.woocommerce #review_form #respond .form-submit #submit,
#header-outer .nectar-menu-label:before {
	background-color:#bf0d3e;
}


.orbit-wrapper .slider-nav .right,
.orbit-wrapper .slider-nav .left,
.progress li span, .nectar-progress-bar span,
#footer-outer #footer-widgets .col .tagcloud a:hover,
#sidebar .widget .tagcloud a:hover,
#fp-nav.tooltip ul li .fp-tooltip .tooltip-inner,
#pagination .next a:hover,
#pagination .prev a:hover,
.comment-list .reply a:hover,
.comment-list .reply a:focus,
.icon-normal,
.bar_graph li span,
.nectar-button[data-color-override="false"].regular-button,
.nectar-button.tilt.accent-color,
body .swiper-slide .button.transparent_2 .primary-color:hover,
#footer-outer #footer-widgets .col input[type="submit"],
.blog-recent .more-link span:hover,
.post-tags a:hover,
#to-top:hover,
#to-top.dark:hover,
body[data-button-style*="rounded"] #to-top:after,
#pagination a.page-numbers:hover,
#pagination span.page-numbers.current,
.portfolio-items .col[data-default-color="true"] .work-item:not(.style-3) .work-info-bg,
.portfolio-items .col[data-default-color="true"] .bottom-meta,
.portfolio-items .col.nectar-new-item .inner-wrap:before,
.portfolio-filters-inline[data-color-scheme="accent-color-underline"] a:after,
.portfolio-filters a,
.portfolio-filters #sort-portfolio,
.project-attrs li span,
.portfolio-filters,
.portfolio-filters-inline[data-color-scheme="accent-color"],
.bottom_controls #portfolio-nav .controls li a i:after,
.bottom_controls #portfolio-nav ul:first-child li#all-items a:hover i,
.single-portfolio .facebook-share a:hover,
.single-portfolio .twitter-share a:hover,
.single-portfolio .pinterest-share a:hover,
.single-post .facebook-share a:hover,
.single-post .twitter-share a:hover,
.single-post .pinterest-share a:hover,
.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.post.quote .content-inner .quote-inner .whole-link,
.masonry.classic_enhanced .post.quote.wide_tall .post-content a:hover .quote-inner,
.masonry.classic_enhanced .post.link.wide_tall .post-content a:hover .link-inner,
.iosSlider .prev_slide:hover,
.iosSlider .next_slide:hover,
#header-outer .widget_shopping_cart a.button,
#header-outer a.cart-contents .cart-wrap span,
#header-outer #mobile-cart-link .cart-wrap span,
#top nav ul .slide-out-widget-area-toggle a:hover .lines,
#top nav ul .slide-out-widget-area-toggle a:hover .lines:after,
#top nav ul .slide-out-widget-area-toggle a:hover .lines:before,
#top nav ul .slide-out-widget-area-toggle a:hover .lines-button:after,
#header-outer .widget_shopping_cart a.button,
body[data-header-format="left-header"] #header-outer[data-lhe="animated_underline"] #top nav ul li:not([class*="button_"]) > a span:after,
#buddypress a.button:focus,
.swiper-slide .button.solid_color a,
.swiper-slide .button.solid_color_2 a,
.select2-container .select2-choice:hover,
.select2-dropdown-open .select2-choice,
#top nav > ul > .button_solid_color > a:before,
#header-outer.transparent #top nav > ul > .button_solid_color > a:before,
.twentytwenty-handle,
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical
.twentytwenty-handle:after,
.masonry.classic_enhanced .posts-container article .meta-category a:hover,
.blog-recent[data-style*="classic_enhanced"] .meta-category a:hover,
.masonry.classic_enhanced .posts-container article .video-play-button,
.masonry.material .masonry-blog-item .meta-category a:before,
.material.masonry .masonry-blog-item .video-play-button,
.masonry.material .quote-inner:before,
.masonry.material .link-inner:before,
.nectar-recent-posts-slider .container .strong span:before,
#page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a:hover,
#page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a:focus,
.single .heading-title[data-header-style="default_minimal"] .meta-category a:hover,
.single .heading-title[data-header-style="default_minimal"] .meta-category a:focus,
.nectar-fancy-box:after,
.divider-small-border[data-color="accent-color"],
.divider-border[data-color="accent-color"],
.nectar-animated-title[data-color="accent-color"] .nectar-animated-title-inner:after,
#fp-nav:not(.light-controls).tooltip_alt ul li a span:after,
#fp-nav.tooltip_alt ul li a span:after,
.nectar-video-box[data-color="default-accent-color"] .nectar_video_lightbox,
body .nectar-video-box[data-color="default-accent-color"][data-hover="zoom_button"] .nectar_video_lightbox:after,
.nectar_video_lightbox.play_button_with_text[data-color="default-accent-color"]:not([data-style="small"]) .play > .inner-wrap:before,
.span_12.dark .owl-theme .owl-dots .owl-dot.active span,
.span_12.dark .owl-theme .owl-dots .owl-dot:hover span,
.nectar-recent-posts-single_featured .strong a,
.post-area.standard-minimal .post .more-link span:before,
.nectar-slide-in-cart .widget_shopping_cart a.button,
.related-posts[data-style="material"] .meta-category a:before,
.post-area.featured_img_left .meta-category a:before,
body.material #page-header-bg.fullscreen-header .inner-wrap >a,
.nectar-hor-list-item[data-color="accent-color"]:before,
.material #sidebar .widget .tagcloud a:before,
.single .post-area .content-inner > .post-tags a:before,
.auto_meta_overlaid_spaced .post.quote .n-post-bg:after,
.auto_meta_overlaid_spaced .post.link .n-post-bg:after,
.post-area.featured_img_left .posts-container .article-content-wrap .video-play-button,
.post-area.featured_img_left .post .quote-inner:before,
.post-area.featured_img_left .link-inner:before,
.nectar-recent-posts-single_featured.multiple_featured .controls li:after,
.nectar-recent-posts-single_featured.multiple_featured .controls .active:before,
.nectar-fancy-box[data-color="accent-color"]:not([data-style="default"]) .box-bg:after,
body.material[data-button-style^="rounded"] .nectar-button.see-through.accent-color[data-color-override="false"] i,
body.material .nectar-video-box[data-color="default-accent-color"] .nectar_video_lightbox:before,
.nectar_team_member_overlay .team_member_details .bio-inner .mobile-close:before,
.nectar_team_member_overlay .team_member_details .bio-inner .mobile-close:after,
.fancybox-navigation button:hover:before,
button[type=submit]:hover,
button[type=submit]:focus,
body[data-form-submit="see-through"] input[type=submit]:hover,
body[data-form-submit="see-through"] button[type=submit]:hover,
body[data-form-submit="see-through"] .container-wrap .span_12.light input[type=submit]:hover,
body[data-form-submit="see-through"] .container-wrap .span_12.light button[type=submit]:hover,
body.original .bypostauthor .comment-body:before,
.widget_layered_nav ul.yith-wcan-label li a:hover,
.widget_layered_nav ul.yith-wcan-label .chosen a,
.nectar-next-section-wrap.bounce a:before,
body .nectar-button.see-through-2[data-hover-color-override="false"]:hover
{
	background-color:#bf0d3e!important;
}#header-outer #top nav > ul > li:not(.megamenu) ul a:hover,
	#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) .sfHover > a,
	#header-outer #top nav > ul > li:not(.megamenu) .sfHover > a,
	#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul a:hover,
	#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul .current-menu-item > a,
	#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul .current-menu-ancestor > a,
	#header-outer nav > ul > .megamenu > ul ul li a:hover,
	#header-outer nav > ul > .megamenu > ul ul li a:focus,
	#header-outer nav > ul > .megamenu > ul ul .sfHover > a,
	#header-secondary-outer ul > li:not(.megamenu) .sfHover > a,
	#header-secondary-outer ul > li:not(.megamenu) ul a:hover,
	#header-secondary-outer ul > li:not(.megamenu) ul a:focus,
	body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul ul .current-menu-item > a {
		background-color:#bf0d3e!important;
	}
	#header-outer[data-format="left-header"] #top nav > ul > li:not(.megamenu) ul a:hover {
		color:#bf0d3e;
	}
	#header-outer[data-format="left-header"] .sf-menu .sub-menu .current-menu-item > a,
	.sf-menu ul .open-submenu > a {
		color:#bf0d3e!important;
	}
	body[data-form-style="minimal"] input[type=text]:focus,
	body[data-form-style="minimal"].woocommerce-cart table.cart .actions .coupon .input-text:focus,
	body[data-form-style="minimal"] textarea:focus,
	body[data-form-style="minimal"] input[type=email]:focus,
	body[data-form-style="minimal"] input[type=search]:focus,
	body[data-form-style="minimal"] input[type=password]:focus,
	body[data-form-style="minimal"] input[type=tel]:focus,
	body[data-form-style="minimal"] input[type=url]:focus,
	body[data-form-style="minimal"] input[type=date]:focus,
	body[data-form-style="minimal"] select:focus {
		border-color:#bf0d3e;
	}
.tabbed > ul li .active-tab,
body.material input[type=text]:focus,
body.material textarea:focus,
body.material input[type=email]:focus,
body.material input[type=search]:focus,
body.material input[type=password]:focus,
body.material input[type=tel]:focus,
body.material input[type=url]:focus,
body.material input[type=date]:focus,
body.material select:focus,
.row .col .wp-caption .wp-caption-text,
.material.woocommerce-page input#coupon_code:focus,
.material #search-outer #search input[type="text"],
#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a .menu-title-text:after,
div[data-style="minimal"] .toggle.default.open i,
div[data-style="minimal"] .toggle.default:hover i,
div[data-style="minimal"] .toggle.accent-color.open i,
div[data-style="minimal"] .toggle.accent-color:hover i,
.single #single-meta div a:hover,
.single #single-meta div a:focus,
.single .fullscreen-blog-header #single-below-header > span a:hover,
.blog-title #single-meta .nectar-social.hover > div a:hover,
.nectar-hor-list-item[data-hover-effect="full_border"][data-color="accent-color"]:hover,
.material.woocommerce-page[data-form-style="default"] div input#coupon_code:focus {
	border-color:#bf0d3e;
}


body[data-form-style="minimal"] label:after,
body .recent_projects_widget a:hover img,
.recent_projects_widget a:hover img,
#sidebar #flickr a:hover img,
body .nectar-button.see-through-2[data-hover-color-override="false"]:hover,
#footer-outer #flickr a:hover img,
#featured article .post-title a:hover,
body #featured article .post-title a:hover,
div.wpcf7-validation-errors,
.select2-container .select2-choice:hover,
.select2-dropdown-open .select2-choice,
body:not(.original) .bypostauthor img.avatar,
.material blockquote::before,
blockquote.wp-block-quote:before,
#header-outer:not(.transparent) #top nav > ul > .button_bordered > a:hover:before,
.single #project-meta ul li:not(.meta-share-count):hover a,
body[data-button-style="rounded"] #pagination > a:hover,
body[data-form-submit="see-through"] input[type=submit],
body[data-form-submit="see-through"] button[type=submit],
.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="default-accent-color"] .play:before,
.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="default-accent-color"] .play:after,
#header-secondary-outer[data-lhe="animated_underline"] nav > .sf-menu >li >a .menu-title-text:after,
body.material .nectar-button.see-through.accent-color[data-color-override="false"],
.woocommerce-page.material .widget_price_filter .ui-slider .ui-slider-handle,
body[data-form-submit="see-through"] button[type=submit]:not(.search-widget-btn),
.woocommerce-account[data-form-submit="see-through"] .woocommerce-form-login button.button,
.woocommerce-account[data-form-submit="see-through"] .woocommerce-form-register button.button,
body[data-form-submit="see-through"] .woocommerce #order_review #payment #place_order,
body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single:hover,
body[data-fancy-form-rcs="1"] .select2-container--default.select2-container--open .select2-selection--single,
.gallery a:hover img {
	border-color:#bf0d3e!important;
}.nectar-highlighted-text[data-using-custom-color="false"]:not([data-style="text_outline"]) em{
	  background-image: linear-gradient(to right, rgba(191,13,62, 0.3) 0%, rgba(191,13,62, 0.3) 100%);
	}

	.nectar-highlighted-text[data-using-custom-color="false"][data-style="regular_underline"] a em,
	.nectar-highlighted-text[data-using-custom-color="false"][data-style="regular_underline"] em.has-link {
	  background-image: linear-gradient(to right, rgba(191,13,62, 0.3) 0%, rgba(191,13,62, 0.3) 100%),
		                  linear-gradient(to right, #bf0d3e 0%, #bf0d3e 100%);
	}
.nectar_icon_wrap .svg-icon-holder[data-color="accent-color"] svg path {
	stroke:#bf0d3e!important;
}

body.material[data-button-style^="rounded"] .nectar-button.see-through.accent-color[data-color-override="false"] i:after {
	box-shadow: #bf0d3e 0px 8px 15px; opacity: 0.24;
}

.nectar-fancy-box[data-style="color_box_hover"][data-color="accent-color"]:before {
	box-shadow: 0 30px 90px #bf0d3e;
}

.nectar-fancy-box[data-style="hover_desc"][data-color="accent-color"]:before {
  background: linear-gradient(to bottom, rgba(0,0,0,0), #bf0d3e 100%);
}

#footer-outer[data-link-hover="underline"][data-custom-color="false"] #footer-widgets ul:not([class*="nectar_blog_posts"]):not(.cart_list) a:not(.tag-cloud-link):not(.nectar-button),
#footer-outer[data-link-hover="underline"] #footer-widgets .textwidget a:not(.nectar-button) {
  background-image: linear-gradient(to right, #bf0d3e 0%, #bf0d3e 100%);
}


#search-results .result .title a {
  background-image: linear-gradient(to right, #bf0d3e 0%, #bf0d3e 100%);
}

.container-wrap .bottom_controls #portfolio-nav ul:first-child  li#all-items a:hover i {
	box-shadow: -.6em 0 #bf0d3e,
  -.6em .6em #bf0d3e,
  .6em 0 #bf0d3e,
  .6em -.6em #bf0d3e,
  0 -.6em #bf0d3e,
  -.6em -.6em #bf0d3e,
  0 .6em #bf0d3e,
  .6em .6em #bf0d3e;
}


#fp-nav:not(.light-controls).tooltip_alt ul li a.active span,
#fp-nav.tooltip_alt ul li a.active span {
	box-shadow: inset 0 0 0 2px #bf0d3e;
	-webkit-box-shadow: inset 0 0 0 2px #bf0d3e;
}

.default-loading-icon:before {
	border-top-color:#bf0d3e!important;
}

#header-outer a.cart-contents span:before,
#fp-nav.tooltip ul li .fp-tooltip .tooltip-inner:after {
	border-color: transparent #bf0d3e!important;
}

body .testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"] blockquote .bottom-arrow:after,
body .dark .testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"] blockquote .bottom-arrow:after,
.portfolio-items[data-ps="6"] .bg-overlay,
.portfolio-items[data-ps="6"].no-masonry .bg-overlay,
.nectar_team_member_close .inner,
.nectar_team_member_overlay .team_member_details .bio-inner .mobile-close {
	border-color:#bf0d3e;
}

.widget .nectar_widget[class*="nectar_blog_posts_"] .arrow-circle svg circle,
.nectar-woo-flickity[data-controls="arrows-and-text"] .flickity-prev-next-button svg circle.time {
	stroke: #bf0d3e;
}

.im-icon-wrap[data-color="accent-color"] path {
		 fill: #bf0d3e;
}

@media only screen and (min-width : 1px) and (max-width : 1000px) {
		body #featured article .post-title > a { background-color:#bf0d3e; }
		body #featured article .post-title > a { border-color:#bf0d3e; }
	}#header-outer .widget_shopping_cart .cart_list li a.remove,
		.original #header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove,
		.stock.out-of-stock,
		#header-outer #top nav > ul > .button_bordered_2 > a:hover,
		#header-outer[data-lhe="default"] #top nav > ul > .button_bordered_2 > a:hover,
		#header-outer[data-lhe="default"] #top nav .sf-menu .button_bordered_2.current-menu-item > a {
				color: #e35205!important;
		}

		#top nav > ul > .button_solid_color_2 > a:before,
		#header-outer.transparent #top nav > ul > .button_solid_color_2 > a:before,
		body[data-slide-out-widget-area-style="slide-out-from-right"]:not([data-header-color="custom"]).material .slide_out_area_close:before,
		#header-outer .widget_shopping_cart a.button,
		.woocommerce ul.products li.product .onsale,
		.woocommerce-page ul.products li.product .onsale,
		.woocommerce span.onsale,
		.woocommerce-page span.onsale {
				background-color: #e35205;
		}

		#header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove,
		#header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove,
		#header-outer:not(.transparent) #top nav > ul > .button_bordered_2 > a:hover:before {
			border-color: #e35205;
		}

	
		.testimonial_slider[data-rating-color="extra-color-1"] .star-rating .filled:before,
		div[data-style="minimal"] .toggle.extra-color-1:hover h3 a,
		div[data-style="minimal"] .toggle.extra-color-1.open h3 a,
		div[data-style="minimal_small"] .toggle.extra-color-1 > h3 a:hover,
		div[data-style="minimal_small"] .toggle.extra-color-1.open > h3 a {
			color: #e35205;
		}


		.nectar-milestone .number.extra-color-1, span.extra-color-1,
		.team-member .social.extra-color-1 li a,
		body [class^="icon-"].icon-default-style.extra-color-1,
		body [class^="icon-"].icon-default-style[data-color="extra-color-1"],
		.team-member .extra-color-1:hover,
		.svg-icon-holder[data-color="extra-color-1"],
		 .nectar_icon_wrap[data-color="extra-color-1"] i,
		 body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-1-underline"].full-width-section .active,
		 body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-1-underline"].full-width-section a:hover,
		 body.material .nectar-button.see-through.extra-color-1[data-color-override="false"],
		 .nectar_single_testimonial[data-color="extra-color-1"] p .open-quote,
		 .no-highlight.extra-color-1 h3 {
			color: #e35205!important;
		}


    .wpb_row .nectar-post-grid-filters[data-active-color="extra-color-1"] a:after,
		.testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-1"] .flickity-page-dots .dot.is-selected:before,
		.testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-1"] blockquote.is-selected p,
		.nectar-button.nectar_video_lightbox[data-color="default-extra-color-1"],
		.nectar_video_lightbox.nectar-button[data-color="transparent-extra-color-1"]:hover,
    .nectar-cta[data-color="extra-color-1"]:not([data-style="material"]) .link_wrap,
    .nectar-flickity[data-controls*="arrows_overlaid"][data-control-color="extra-color-1"] .flickity-prev-next-button:hover:before,
    .nectar-flickity[data-controls="default"][data-control-color="extra-color-1"] .flickity-page-dots .dot:before,
    .nectar-flickity[data-controls="touch_total"][data-control-color="extra-color-1"] .visualized-total span,
    .nectar-post-grid-wrap[data-load-more-color="extra-color-1"] .load-more:hover,
		[class*=" icon-"].extra-color-1.icon-normal,
		div[data-style="minimal"] .toggle.extra-color-1.open i:after,
		div[data-style="minimal"] .toggle.extra-color-1:hover i:after,
		div[data-style="minimal"] .toggle.open.extra-color-1 i:before,
		div[data-style="minimal"] .toggle.extra-color-1:hover i:before,
		div[data-style="minimal_small"] .toggle.extra-color-1 > h3:after,
		.toggle.open.extra-color-1 h3 a,
    .nectar-hor-list-item[data-hover-effect="full_border"][data-color="extra-color-1"] .nectar-list-item-btn:hover {
			background-color: #e35205;
		}

		.nectar-button.regular-button.extra-color-1,
		.nectar-button.tilt.extra-color-1,
		body .swiper-slide .button.transparent_2 .extra-color-1:hover,
		#sidebar .widget:hover [class^="icon-"].icon-3x.extra-color-1:not(.alt-style),
		.portfolio-filters-inline[data-color-scheme="extra-color-1"],
    .portfolio-filters[data-color-scheme="extra-color-1"] #sort-portfolio,
    .portfolio-filters[data-color-scheme="extra-color-1"] a,
		.nectar-fancy-box[data-color="extra-color-1"]:after,
		.divider-small-border[data-color="extra-color-1"],
		.divider-border[data-color="extra-color-1"],
		.nectar-animated-title[data-color="extra-color-1"] .nectar-animated-title-inner:after,
		.portfolio-filters-inline[data-color-scheme="extra-color-1-underline"] a:after,
		.nectar-video-box[data-color="extra-color-1"] .nectar_video_lightbox,
		body .nectar-video-box[data-color="extra-color-1"][data-hover="zoom_button"] .nectar_video_lightbox:after,
		.nectar_video_lightbox.play_button_with_text[data-color="extra-color-1"]:not([data-style="small"]) .play > .inner-wrap:before,
		body.material .nectar-video-box[data-color="extra-color-1"] .nectar_video_lightbox:before,
		.nectar-hor-list-item[data-color="extra-color-1"]:before,
		.nectar-fancy-box[data-color="extra-color-1"]:not([data-style="default"]) .box-bg:after,
		body.material[data-button-style^="rounded"] .nectar-button.see-through.extra-color-1[data-color-override="false"] i,
		.nectar-recent-posts-single_featured.multiple_featured .controls[data-color="extra-color-1"] li:after,
		.extra-color-1.icon-normal,
		.bar_graph li .extra-color-1,
		.nectar-progress-bar .extra-color-1,
		.swiper-slide .button.solid_color .extra-color-1,
		.swiper-slide .button.solid_color_2 .extra-color-1
		{
			background-color: #e35205!important;
		}


		.nectar_icon_wrap .svg-icon-holder[data-color="extra-color-1"] svg path {
			stroke:#e35205!important;
		}

		body.material[data-button-style^="rounded"] .nectar-button.see-through.extra-color-1[data-color-override="false"] i:after {
			box-shadow: #e35205 0px 8px 15px; opacity: 0.24;
		}

		.nectar-fancy-box[data-style="color_box_hover"][data-color="extra-color-1"]:before {
			box-shadow: 0 30px 90px #e35205;
		}
    .nectar-fancy-box[data-style="hover_desc"][data-color="extra-color-1"]:before {
      background: linear-gradient(to bottom, rgba(0,0,0,0), #e35205 100%);
    }


		body .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-1"] blockquote .bottom-arrow:after,
		body .dark .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-1"] blockquote .bottom-arrow:after,
		div[data-style="minimal"] .toggle.open.extra-color-1 i, div[data-style="minimal"] .toggle.extra-color-1:hover i,
		.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-1"] .play:before,
		.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-1"] .play:after,
    .nectar-hor-list-item[data-hover-effect="full_border"][data-color="extra-color-1"]:hover {
			border-color:#e35205;
		}

		body.material .nectar-button.see-through.extra-color-1[data-color-override="false"] {
			border-color:#e35205!important;
		}


		.im-icon-wrap[data-color="extra-color-1"] path {
				 fill: #e35205;
		}

		
		.testimonial_slider[data-rating-color="extra-color-2"] .star-rating .filled:before,
		div[data-style="minimal"] .toggle.extra-color-2:hover h3 a,
		div[data-style="minimal"] .toggle.extra-color-2.open h3 a,
		div[data-style="minimal_small"] .toggle.extra-color-2 > h3 a:hover,
		div[data-style="minimal_small"] .toggle.extra-color-2.open > h3 a {
			color: #ffb81c;
		}


		.nectar-milestone .number.extra-color-2, span.extra-color-2,
		.team-member .social.extra-color-2 li a,
		body [class^="icon-"].icon-default-style.extra-color-2,
		body [class^="icon-"].icon-default-style[data-color="extra-color-2"],
		.team-member .extra-color-2:hover,
		.svg-icon-holder[data-color="extra-color-2"],
		 .nectar_icon_wrap[data-color="extra-color-2"] i,
		 body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-2-underline"].full-width-section .active,
		 body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-2-underline"].full-width-section a:hover,
		 body.material .nectar-button.see-through.extra-color-2[data-color-override="false"],
		 .nectar_single_testimonial[data-color="extra-color-2"] p .open-quote,
		 .no-highlight.extra-color-2 h3 {
			color: #ffb81c!important;
		}


    .wpb_row .nectar-post-grid-filters[data-active-color="extra-color-2"] a:after,
		.testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-2"] .flickity-page-dots .dot.is-selected:before,
		.testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-2"] blockquote.is-selected p,
		.nectar-button.nectar_video_lightbox[data-color="default-extra-color-2"],
		.nectar_video_lightbox.nectar-button[data-color="transparent-extra-color-2"]:hover,
    .nectar-cta[data-color="extra-color-2"]:not([data-style="material"]) .link_wrap,
    .nectar-flickity[data-controls*="arrows_overlaid"][data-control-color="extra-color-2"] .flickity-prev-next-button:hover:before,
    .nectar-flickity[data-controls="default"][data-control-color="extra-color-2"] .flickity-page-dots .dot:before,
    .nectar-flickity[data-controls="touch_total"][data-control-color="extra-color-2"] .visualized-total span,
    .nectar-post-grid-wrap[data-load-more-color="extra-color-2"] .load-more:hover,
		[class*=" icon-"].extra-color-2.icon-normal,
		div[data-style="minimal"] .toggle.extra-color-2.open i:after,
		div[data-style="minimal"] .toggle.extra-color-2:hover i:after,
		div[data-style="minimal"] .toggle.open.extra-color-2 i:before,
		div[data-style="minimal"] .toggle.extra-color-2:hover i:before,
		div[data-style="minimal_small"] .toggle.extra-color-2 > h3:after,
		.toggle.open.extra-color-2 h3 a,
    .nectar-hor-list-item[data-hover-effect="full_border"][data-color="extra-color-2"] .nectar-list-item-btn:hover {
			background-color: #ffb81c;
		}

		.nectar-button.regular-button.extra-color-2,
		.nectar-button.tilt.extra-color-2,
		body .swiper-slide .button.transparent_2 .extra-color-2:hover,
		#sidebar .widget:hover [class^="icon-"].icon-3x.extra-color-2:not(.alt-style),
		.portfolio-filters-inline[data-color-scheme="extra-color-2"],
    .portfolio-filters[data-color-scheme="extra-color-2"] #sort-portfolio,
    .portfolio-filters[data-color-scheme="extra-color-2"] a,
		.nectar-fancy-box[data-color="extra-color-2"]:after,
		.divider-small-border[data-color="extra-color-2"],
		.divider-border[data-color="extra-color-2"],
		.nectar-animated-title[data-color="extra-color-2"] .nectar-animated-title-inner:after,
		.portfolio-filters-inline[data-color-scheme="extra-color-2-underline"] a:after,
		.nectar-video-box[data-color="extra-color-2"] .nectar_video_lightbox,
		body .nectar-video-box[data-color="extra-color-2"][data-hover="zoom_button"] .nectar_video_lightbox:after,
		.nectar_video_lightbox.play_button_with_text[data-color="extra-color-2"]:not([data-style="small"]) .play > .inner-wrap:before,
		body.material .nectar-video-box[data-color="extra-color-2"] .nectar_video_lightbox:before,
		.nectar-hor-list-item[data-color="extra-color-2"]:before,
		.nectar-fancy-box[data-color="extra-color-2"]:not([data-style="default"]) .box-bg:after,
		body.material[data-button-style^="rounded"] .nectar-button.see-through.extra-color-2[data-color-override="false"] i,
		.nectar-recent-posts-single_featured.multiple_featured .controls[data-color="extra-color-2"] li:after,
		.extra-color-2.icon-normal,
		.bar_graph li .extra-color-2,
		.nectar-progress-bar .extra-color-2,
		.swiper-slide .button.solid_color .extra-color-2,
		.swiper-slide .button.solid_color_2 .extra-color-2
		{
			background-color: #ffb81c!important;
		}


		.nectar_icon_wrap .svg-icon-holder[data-color="extra-color-2"] svg path {
			stroke:#ffb81c!important;
		}

		body.material[data-button-style^="rounded"] .nectar-button.see-through.extra-color-2[data-color-override="false"] i:after {
			box-shadow: #ffb81c 0px 8px 15px; opacity: 0.24;
		}

		.nectar-fancy-box[data-style="color_box_hover"][data-color="extra-color-2"]:before {
			box-shadow: 0 30px 90px #ffb81c;
		}
    .nectar-fancy-box[data-style="hover_desc"][data-color="extra-color-2"]:before {
      background: linear-gradient(to bottom, rgba(0,0,0,0), #ffb81c 100%);
    }


		body .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-2"] blockquote .bottom-arrow:after,
		body .dark .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-2"] blockquote .bottom-arrow:after,
		div[data-style="minimal"] .toggle.open.extra-color-2 i, div[data-style="minimal"] .toggle.extra-color-2:hover i,
		.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-2"] .play:before,
		.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-2"] .play:after,
    .nectar-hor-list-item[data-hover-effect="full_border"][data-color="extra-color-2"]:hover {
			border-color:#ffb81c;
		}

		body.material .nectar-button.see-through.extra-color-2[data-color-override="false"] {
			border-color:#ffb81c!important;
		}


		.im-icon-wrap[data-color="extra-color-2"] path {
				 fill: #ffb81c;
		}

		
		.testimonial_slider[data-rating-color="extra-color-3"] .star-rating .filled:before,
		div[data-style="minimal"] .toggle.extra-color-3:hover h3 a,
		div[data-style="minimal"] .toggle.extra-color-3.open h3 a,
		div[data-style="minimal_small"] .toggle.extra-color-3 > h3 a:hover,
		div[data-style="minimal_small"] .toggle.extra-color-3.open > h3 a {
			color: #7f2628;
		}


		.nectar-milestone .number.extra-color-3, span.extra-color-3,
		.team-member .social.extra-color-3 li a,
		body [class^="icon-"].icon-default-style.extra-color-3,
		body [class^="icon-"].icon-default-style[data-color="extra-color-3"],
		.team-member .extra-color-3:hover,
		.svg-icon-holder[data-color="extra-color-3"],
		 .nectar_icon_wrap[data-color="extra-color-3"] i,
		 body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-3-underline"].full-width-section .active,
		 body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-3-underline"].full-width-section a:hover,
		 body.material .nectar-button.see-through.extra-color-3[data-color-override="false"],
		 .nectar_single_testimonial[data-color="extra-color-3"] p .open-quote,
		 .no-highlight.extra-color-3 h3 {
			color: #7f2628!important;
		}


    .wpb_row .nectar-post-grid-filters[data-active-color="extra-color-3"] a:after,
		.testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-3"] .flickity-page-dots .dot.is-selected:before,
		.testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-3"] blockquote.is-selected p,
		.nectar-button.nectar_video_lightbox[data-color="default-extra-color-3"],
		.nectar_video_lightbox.nectar-button[data-color="transparent-extra-color-3"]:hover,
    .nectar-cta[data-color="extra-color-3"]:not([data-style="material"]) .link_wrap,
    .nectar-flickity[data-controls*="arrows_overlaid"][data-control-color="extra-color-3"] .flickity-prev-next-button:hover:before,
    .nectar-flickity[data-controls="default"][data-control-color="extra-color-3"] .flickity-page-dots .dot:before,
    .nectar-flickity[data-controls="touch_total"][data-control-color="extra-color-3"] .visualized-total span,
    .nectar-post-grid-wrap[data-load-more-color="extra-color-3"] .load-more:hover,
		[class*=" icon-"].extra-color-3.icon-normal,
		div[data-style="minimal"] .toggle.extra-color-3.open i:after,
		div[data-style="minimal"] .toggle.extra-color-3:hover i:after,
		div[data-style="minimal"] .toggle.open.extra-color-3 i:before,
		div[data-style="minimal"] .toggle.extra-color-3:hover i:before,
		div[data-style="minimal_small"] .toggle.extra-color-3 > h3:after,
		.toggle.open.extra-color-3 h3 a,
    .nectar-hor-list-item[data-hover-effect="full_border"][data-color="extra-color-3"] .nectar-list-item-btn:hover {
			background-color: #7f2628;
		}

		.nectar-button.regular-button.extra-color-3,
		.nectar-button.tilt.extra-color-3,
		body .swiper-slide .button.transparent_2 .extra-color-3:hover,
		#sidebar .widget:hover [class^="icon-"].icon-3x.extra-color-3:not(.alt-style),
		.portfolio-filters-inline[data-color-scheme="extra-color-3"],
    .portfolio-filters[data-color-scheme="extra-color-3"] #sort-portfolio,
    .portfolio-filters[data-color-scheme="extra-color-3"] a,
		.nectar-fancy-box[data-color="extra-color-3"]:after,
		.divider-small-border[data-color="extra-color-3"],
		.divider-border[data-color="extra-color-3"],
		.nectar-animated-title[data-color="extra-color-3"] .nectar-animated-title-inner:after,
		.portfolio-filters-inline[data-color-scheme="extra-color-3-underline"] a:after,
		.nectar-video-box[data-color="extra-color-3"] .nectar_video_lightbox,
		body .nectar-video-box[data-color="extra-color-3"][data-hover="zoom_button"] .nectar_video_lightbox:after,
		.nectar_video_lightbox.play_button_with_text[data-color="extra-color-3"]:not([data-style="small"]) .play > .inner-wrap:before,
		body.material .nectar-video-box[data-color="extra-color-3"] .nectar_video_lightbox:before,
		.nectar-hor-list-item[data-color="extra-color-3"]:before,
		.nectar-fancy-box[data-color="extra-color-3"]:not([data-style="default"]) .box-bg:after,
		body.material[data-button-style^="rounded"] .nectar-button.see-through.extra-color-3[data-color-override="false"] i,
		.nectar-recent-posts-single_featured.multiple_featured .controls[data-color="extra-color-3"] li:after,
		.extra-color-3.icon-normal,
		.bar_graph li .extra-color-3,
		.nectar-progress-bar .extra-color-3,
		.swiper-slide .button.solid_color .extra-color-3,
		.swiper-slide .button.solid_color_2 .extra-color-3
		{
			background-color: #7f2628!important;
		}


		.nectar_icon_wrap .svg-icon-holder[data-color="extra-color-3"] svg path {
			stroke:#7f2628!important;
		}

		body.material[data-button-style^="rounded"] .nectar-button.see-through.extra-color-3[data-color-override="false"] i:after {
			box-shadow: #7f2628 0px 8px 15px; opacity: 0.24;
		}

		.nectar-fancy-box[data-style="color_box_hover"][data-color="extra-color-3"]:before {
			box-shadow: 0 30px 90px #7f2628;
		}
    .nectar-fancy-box[data-style="hover_desc"][data-color="extra-color-3"]:before {
      background: linear-gradient(to bottom, rgba(0,0,0,0), #7f2628 100%);
    }


		body .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-3"] blockquote .bottom-arrow:after,
		body .dark .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-3"] blockquote .bottom-arrow:after,
		div[data-style="minimal"] .toggle.open.extra-color-3 i, div[data-style="minimal"] .toggle.extra-color-3:hover i,
		.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-3"] .play:before,
		.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-3"] .play:after,
    .nectar-hor-list-item[data-hover-effect="full_border"][data-color="extra-color-3"]:hover {
			border-color:#7f2628;
		}

		body.material .nectar-button.see-through.extra-color-3[data-color-override="false"] {
			border-color:#7f2628!important;
		}


		.im-icon-wrap[data-color="extra-color-3"] path {
				 fill: #7f2628;
		}

		.widget .nectar_widget[class*="nectar_blog_posts_"][data-style="hover-featured-image-gradient-and-counter"] > li a .popular-featured-img:after {
		background: #e35205;
		background: linear-gradient(to right, #e35205, #ffb81c);
	}.divider-small-border[data-color="extra-color-gradient-1"],
		.divider-border[data-color="extra-color-gradient-1"],
		.nectar-progress-bar .extra-color-gradient-1,
    .wpb_row .nectar-post-grid-filters[data-active-color="extra-color-gradient-1"] a:after,
		.nectar-recent-posts-single_featured.multiple_featured .controls[data-color="extra-color-gradient-1"] li:after,
		.nectar-fancy-box[data-style="default"][data-color="extra-color-gradient-1"]:after {
			background: #ffb81c;
		  background: linear-gradient(to right, #ffb81c, #e35205);
		}

		.icon-normal.extra-color-gradient-1,
		body [class^="icon-"].icon-3x.alt-style.extra-color-gradient-1,
		.nectar-button.extra-color-gradient-1:after,
    .nectar-cta[data-color="extra-color-gradient-1"]:not([data-style="material"]) .link_wrap,
		.nectar-button.see-through-extra-color-gradient-1:after,
		.nectar-fancy-box[data-style="color_box_hover"][data-color="extra-color-gradient-1"] .box-bg:after,
    .nectar-post-grid-wrap[data-load-more-color="extra-color-gradient-1"] .load-more:before {
			 background: #ffb81c;
		   background: linear-gradient(to bottom right, #ffb81c, #e35205);
		}

		body.material .nectar-button.regular.m-extra-color-gradient-1,
		body.material .nectar-button.see-through.m-extra-color-gradient-1:before,
		.swiper-slide .button.solid_color .extra-color-gradient-1,
		.swiper-slide .button.transparent_2 .extra-color-gradient-1:before {
			 background: #ffb81c;
		   background: linear-gradient(125deg, #ffb81c, #e35205);
		}
		body.material .nectar-button.regular.m-extra-color-gradient-1:before {
			 background: #e35205;
		}


		.nectar-fancy-box[data-style="color_box_hover"][data-color="extra-color-gradient-1"]:before {
			box-shadow: 0px 30px 90px #e35205;
		}


		.testimonial_slider[data-rating-color="extra-color-gradient-1"] .star-rating .filled:before {
			 color: #ffb81c;
			 background: linear-gradient(to right, #ffb81c, #e35205);
			 -webkit-background-clip: text;
			 -webkit-text-fill-color: transparent;
			 background-clip: text;
			 text-fill-color: transparent;
		}

		.nectar-button.extra-color-gradient-1,
		.nectar-button.see-through-extra-color-gradient-1 {
			 border-width: 3px;
			 border-style: solid;
		   -moz-border-image: -moz-linear-gradient(top right, #ffb81c 0%, #e35205 100%);
		   -webkit-border-image: -webkit-linear-gradient(top right, #ffb81c 0%,#e35205 100%);
		   border-image: linear-gradient(to bottom right, #ffb81c 0%, #e35205 100%);
		   border-image-slice: 1;
		}

		[class^="icon-"][data-color="extra-color-gradient-1"]:before,
		[class*=" icon-"][data-color="extra-color-gradient-1"]:before,
		[class^="icon-"].extra-color-gradient-1:not(.icon-normal):before,
		[class*=" icon-"].extra-color-gradient-1:not(.icon-normal):before,
		.nectar_icon_wrap[data-color="extra-color-gradient-1"]:not([data-style="shadow-bg"]) i {
			  color: #ffb81c;
			  background: linear-gradient(to bottom right, #ffb81c, #e35205);
			  -webkit-background-clip: text;
			  -webkit-text-fill-color: transparent;
			  background-clip: text;
			  text-fill-color: transparent;
			  display: initial;
		}
		.nectar-button.extra-color-gradient-1 .hover,
		.nectar-button.see-through-extra-color-gradient-1 .start {
			  background: #ffb81c;
			  background: linear-gradient(to bottom right, #ffb81c, #e35205);
			  -webkit-background-clip: text;
			  -webkit-text-fill-color: transparent;
			  background-clip: text;
			  text-fill-color: transparent;
			  display: initial;
		}

		.nectar-button.extra-color-gradient-1.no-text-grad .hover,
		.nectar-button.see-through-extra-color-gradient-1.no-text-grad .start {
			 background: transparent!important;
			 color: #ffb81c!important;
		}.divider-small-border[data-color="extra-color-gradient-2"],
		.divider-border[data-color="extra-color-gradient-2"],
		.nectar-progress-bar .extra-color-gradient-2,
    .wpb_row .nectar-post-grid-filters[data-active-color="extra-color-gradient-2"] a:after,
		.nectar-recent-posts-single_featured.multiple_featured .controls[data-color="extra-color-gradient-2"] li:after,
		.nectar-fancy-box[data-style="default"][data-color="extra-color-gradient-2"]:after {
			background: #e35205;
		  background: linear-gradient(to right, #e35205, #bf0d3e);
		}

		.icon-normal.extra-color-gradient-2,
		body [class^="icon-"].icon-3x.alt-style.extra-color-gradient-2,
		.nectar-button.extra-color-gradient-2:after,
    .nectar-cta[data-color="extra-color-gradient-2"]:not([data-style="material"]) .link_wrap,
		.nectar-button.see-through-extra-color-gradient-2:after,
		.nectar-fancy-box[data-style="color_box_hover"][data-color="extra-color-gradient-2"] .box-bg:after,
    .nectar-post-grid-wrap[data-load-more-color="extra-color-gradient-2"] .load-more:before {
			 background: #e35205;
		   background: linear-gradient(to bottom right, #e35205, #bf0d3e);
		}

		body.material .nectar-button.regular.m-extra-color-gradient-2,
		body.material .nectar-button.see-through.m-extra-color-gradient-2:before,
		.swiper-slide .button.solid_color .extra-color-gradient-2,
		.swiper-slide .button.transparent_2 .extra-color-gradient-2:before {
			 background: #e35205;
		   background: linear-gradient(125deg, #e35205, #bf0d3e);
		}
		body.material .nectar-button.regular.m-extra-color-gradient-2:before {
			 background: #bf0d3e;
		}


		.nectar-fancy-box[data-style="color_box_hover"][data-color="extra-color-gradient-2"]:before {
			box-shadow: 0px 30px 90px #bf0d3e;
		}


		.testimonial_slider[data-rating-color="extra-color-gradient-2"] .star-rating .filled:before {
			 color: #e35205;
			 background: linear-gradient(to right, #e35205, #bf0d3e);
			 -webkit-background-clip: text;
			 -webkit-text-fill-color: transparent;
			 background-clip: text;
			 text-fill-color: transparent;
		}

		.nectar-button.extra-color-gradient-2,
		.nectar-button.see-through-extra-color-gradient-2 {
			 border-width: 3px;
			 border-style: solid;
		   -moz-border-image: -moz-linear-gradient(top right, #e35205 0%, #bf0d3e 100%);
		   -webkit-border-image: -webkit-linear-gradient(top right, #e35205 0%,#bf0d3e 100%);
		   border-image: linear-gradient(to bottom right, #e35205 0%, #bf0d3e 100%);
		   border-image-slice: 1;
		}

		[class^="icon-"][data-color="extra-color-gradient-2"]:before,
		[class*=" icon-"][data-color="extra-color-gradient-2"]:before,
		[class^="icon-"].extra-color-gradient-2:not(.icon-normal):before,
		[class*=" icon-"].extra-color-gradient-2:not(.icon-normal):before,
		.nectar_icon_wrap[data-color="extra-color-gradient-2"]:not([data-style="shadow-bg"]) i {
			  color: #e35205;
			  background: linear-gradient(to bottom right, #e35205, #bf0d3e);
			  -webkit-background-clip: text;
			  -webkit-text-fill-color: transparent;
			  background-clip: text;
			  text-fill-color: transparent;
			  display: initial;
		}
		.nectar-button.extra-color-gradient-2 .hover,
		.nectar-button.see-through-extra-color-gradient-2 .start {
			  background: #e35205;
			  background: linear-gradient(to bottom right, #e35205, #bf0d3e);
			  -webkit-background-clip: text;
			  -webkit-text-fill-color: transparent;
			  background-clip: text;
			  text-fill-color: transparent;
			  display: initial;
		}

		.nectar-button.extra-color-gradient-2.no-text-grad .hover,
		.nectar-button.see-through-extra-color-gradient-2.no-text-grad .start {
			 background: transparent!important;
			 color: #e35205!important;
		}
	body,
	.container-wrap,
	.material .ocm-effect-wrap,
	.project-title,
	.ascend .container-wrap,
	.ascend .project-title,
	body .vc_text_separator div,
	.carousel-wrap[data-full-width="true"] .carousel-heading,
	.carousel-wrap .left-border,
	.carousel-wrap .right-border,
	.single-post.ascend #page-header-bg.fullscreen-header,
	.single-post #single-below-header.fullscreen-header,
	#page-header-wrap,
	.page-header-no-bg,
	#full_width_portfolio .project-title.parallax-effect,
	.portfolio-items .col,
	.page-template-template-portfolio-php .portfolio-items .col.span_3,
	.page-template-template-portfolio-php .portfolio-items .col.span_4,
	body .nectar-quick-view-box div.product .product div.summary,
	.nectar-global-section.before-footer,
	.nectar-global-section.after-nav,
	body.box-rolling,
	body[data-footer-reveal="1"].ascend.box-rolling,
	body[data-footer-reveal="1"].box-rolling {
		background-color: #ffffff;
	}body #header-outer,
		body #search-outer,
		body.ascend #search-outer,
    body[data-header-format="left-header"].ascend #search-outer,
		.material #header-space,
		#header-space,
		.material #header-outer .bg-color-stripe,
		.material #search-outer .bg-color-stripe,
		.material #header-outer #search-outer:before,
    body[data-header-format="left-header"].material #search-outer,
		body.material[data-header-format="centered-menu-bottom-bar"] #page-header-wrap.fullscreen-header,
		body #header-outer #mobile-menu:before,
		.nectar-slide-in-cart.style_slide_in_click {
			background-color:#bf0d3e;
		}
		body .nectar-slide-in-cart:not(.style_slide_in_click) .blockUI.blockOverlay {
			background-color:#bf0d3e!important;
		}body #header-outer, body[data-header-color="dark"] #header-outer {
				 background-color: rgba(191,13,62,100);
			 }.material #header-outer:not(.transparent) .bg-color-stripe {
				 display: none;
			 }
		#header-outer #top nav > ul > li > a,
    #header-outer .slide-out-widget-area-toggle a i.label,
		#header-outer:not(.transparent) #top #logo,
		#header-outer #top .span_9 > .slide-out-widget-area-toggle i,
		#header-outer #top .sf-sub-indicator i,
		body[data-header-color="custom"].ascend #boxed #header-outer .cart-menu .cart-icon-wrap i,
		#header-outer #top nav ul #nectar-user-account a span,
		#header-outer #top #toggle-nav i,
    .material #header-outer:not([data-permanent-transparent="1"]) .mobile-search .icon-salient-search,
		#header-outer:not([data-permanent-transparent="1"]) .mobile-user-account .icon-salient-m-user,
		#header-outer:not([data-permanent-transparent="1"]) .mobile-search .icon-salient-search,
		#header-outer #top #mobile-cart-link i,
		#header-outer .cart-menu .cart-icon-wrap .icon-salient-cart,
		body[data-header-format="left-header"] #header-outer #social-in-menu a,
		#header-outer #top nav ul #search-btn a span,
		#search-outer #search input[type="text"],
		#search-outer #search #close a span,
		body.ascend #search-outer #search #close a span,
		body.ascend #search-outer #search input[type="text"],
		.material #search-outer #search .span_12 span,
		.style_slide_in_click .total,
		.style_slide_in_click .total strong,
		.nectar-slide-in-cart.style_slide_in_click h4,
		.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart,
		.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list.woocommerce-mini-cart .mini_cart_item a,
		.style_slide_in_click .woocommerce-mini-cart__empty-message h3 {
			color:#ffffff!important;
		}
    body #header-outer .nectar-header-text-content,
		.nectar-ajax-search-results .search-post-item {
      color:#ffffff;
    }

    .material #header-outer #search-outer input::-webkit-input-placeholder,
    body[data-header-format="left-header"].material #search-outer input::-webkit-input-placeholder {
      color:#ffffff!important;
    }
		#header-outer #top .slide-out-widget-area-toggle a .lines:after,
		#header-outer #top .slide-out-widget-area-toggle a .lines:before,
		#header-outer #top .slide-out-widget-area-toggle a .lines-button:after,
		body.material.mobile #header-outer.transparent:not([data-permanent-transparent="1"]) header .slide-out-widget-area-toggle a .close-line,
		body.material.mobile #header-outer:not([data-permanent-transparent="1"]) header .slide-out-widget-area-toggle a .close-line,
		#search-outer .close-wrap .close-line,
		#header-outer:not(.transparent) #top .slide-out-widget-area-toggle .close-line,
		.nectar-slide-in-cart.style_slide_in_click .close-cart .close-line,
		.nectar-ajax-search-results h4 a:before {
			background-color:#ffffff;
		}#top nav > ul > .button_bordered > a:before,
		#header-outer:not(.transparent) #top .slide-out-widget-area-toggle .close-line {
			border-color:#ffffff;
		}
    #header-outer .slide-out-widget-area-toggle a:hover i.label,
		body #header-outer:not(.transparent) #social-in-menu a i:after,
		.ascend #header-outer:not(.transparent) .cart-outer:hover .cart-menu-wrap:not(.has_products) .icon-salient-cart,
		body.material #header-outer:not(.transparent) .cart-outer:hover .cart-menu-wrap .icon-salient-cart,
		body #top nav .sf-menu > .current_page_ancestor > a .sf-sub-indicator i,
		body #top nav .sf-menu > .current_page_item > a .sf-sub-indicator i,
		#header-outer #top .sf-menu > .sfHover > a .sf-sub-indicator i,
		#header-outer #top .sf-menu > li > a:hover .sf-sub-indicator i,
		#header-outer #top nav ul #search-btn a:hover span,
		#header-outer #top nav ul #nectar-user-account a:hover span,
		#header-outer #top nav ul .slide-out-widget-area-toggle a:hover span,
		body:not(.material) #search-outer #search #close a span:hover {
			color:#ffffff!important;
		}
    #top .sf-menu > li.nectar-regular-menu-item > a:hover > .nectar-menu-icon,
    #top .sf-menu > li.nectar-regular-menu-item.sfHover > a > .nectar-menu-icon,
    #top .sf-menu > li.nectar-regular-menu-item[class*="current-"] > a > .nectar-menu-icon,
    #header-outer[data-lhe="default"]:not(.transparent) .nectar-header-text-content a:hover {
      color:#ffffff;
    }
		.nectar-ajax-search-results .search-post-item h5 {
		  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
		}
    
		#header-outer:not(.transparent) #top nav ul .slide-out-widget-area-toggle a:hover .lines:after,
		#header-outer:not(.transparent) #top nav ul .slide-out-widget-area-toggle a:hover .lines:before,
		#header-outer:not(.transparent) #top nav ul .slide-out-widget-area-toggle a:hover .lines-button:after,
		body[data-header-format="left-header"] #header-outer[data-lhe="animated_underline"] #top nav > ul > li:not([class*="button_"]) > a > span:after,
    #header-outer[data-lhe="animated_underline"] .nectar-header-text-content a:after {
			background-color:#ffffff!important;
		}
		#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a .menu-title-text:after,
		body.material #header-outer #search-outer #search input[type="text"],
    body[data-header-format="left-header"].material #search-outer #search input[type="text"] {
			border-color:#ffffff;
		}#top .sf-menu > li.nectar-regular-menu-item > a > .nectar-menu-icon {
      color:#888888;
    }
		#search-outer .ui-widget-content,
		body:not([data-header-format="left-header"]) #top .sf-menu li ul,
		#header-outer nav > ul > .megamenu > .sub-menu,
		body #header-outer nav > ul > .megamenu > .sub-menu > li > a,
		#header-outer .widget_shopping_cart .cart_list a,
		#header-outer .widget_shopping_cart .cart_list li,
		#header-outer .widget_shopping_cart_content,
		.woocommerce .cart-notification,
		#header-secondary-outer ul ul li a,
		#header-secondary-outer .sf-menu li ul {
			background-color:#ffffff;
		}body[data-header-format="left-header"] #header-outer .cart-outer .cart-notification:after {
			border-color: transparent transparent #ffffff transparent;
		} 
			#top .sf-menu li ul li a:hover,
			body #top nav .sf-menu ul .sfHover > a,
			#top .sf-menu li ul .current-menu-item > a,
			#top .sf-menu li ul .current-menu-ancestor > a,
			#header-outer nav > ul > .megamenu > ul ul li a:hover,
			#header-outer nav > ul > .megamenu > ul ul li a:focus,
			#header-outer nav > ul > .megamenu > ul ul .current-menu-item > a,
			#header-secondary-outer ul ul li a:hover,
			#header-secondary-outer ul ul li a:focus,
			#header-secondary-outer ul > li:not(.megamenu) ul a:hover,
			body #header-secondary-outer .sf-menu ul .sfHover > a,
			#search-outer .ui-widget-content li:hover,
			#search-outer .ui-state-hover,
			#search-outer .ui-widget-content .ui-state-hover,
			#search-outer .ui-widget-header .ui-state-hover,
			#search-outer .ui-state-focus,
			#search-outer .ui-widget-content .ui-state-focus,
			#search-outer .ui-widget-header .ui-state-focus,
			#header-outer #top nav > ul > li:not(.megamenu) ul a:hover,
			#header-outer #top nav > ul > li:not(.megamenu) .sfHover > a,
			#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) .sfHover > a,
			#header-outer nav > ul > .megamenu > ul ul .sfHover > a,
			#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul a:hover,
			body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul ul .current-menu-item > a,
			#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul .current-menu-item > a,
			#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul .current-menu-ancestor > a {
				background-color:#e0d2d2!important;
			}
		#search-outer .ui-widget-content li a,
		#search-outer .ui-widget-content i,
		#top .sf-menu li ul li a,
		body #header-outer .widget_shopping_cart .cart_list a,
		#header-secondary-outer ul ul li a,
		.woocommerce .cart-notification .item-name,
		.cart-outer .cart-notification,
		#header-outer #top .sf-menu li ul .sf-sub-indicator i,
		#header-outer .widget_shopping_cart .quantity,
		#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul a,
		#header-outer .cart-notification .item-name,
		#header-outer #top nav > ul > .nectar-woo-cart .cart-outer .widget ul a:hover,
		#header-outer .cart-outer .total strong,
		#header-outer .cart-outer .total,
		#header-outer ul.product_list_widget li dl dd,
		#header-outer ul.product_list_widget li dl dt {
			color:#000000!important;
		}
    .sf-menu .widget-area-active .widget *,
    .sf-menu .widget-area-active:hover .widget * {
      color:#000000;
    }
    #top .sf-menu > li li > a > .nectar-menu-icon {
      color:#3452ff;
    }
			#search-outer .ui-widget-content li:hover *,
			#search-outer .ui-widget-content .ui-state-focus *,
			body #top nav .sf-menu ul .sfHover > a,
			#header-secondary-outer ul ul li:hover > a,
			#header-secondary-outer ul ul li:hover > a i,
			#header-secondary-outer ul .sfHover > a,
	    body[data-dropdown-style="minimal"] #header-secondary-outer ul > li:not(.megamenu) .sfHover > a,
			body #top nav .sf-menu ul .sfHover > a .sf-sub-indicator i,
			body #top nav .sf-menu ul li:hover > a .sf-sub-indicator i,
			body #top nav .sf-menu ul li:hover > a,
			body #top nav .sf-menu ul .current-menu-item > a,
			body #top nav .sf-menu ul .current_page_item > a .sf-sub-indicator i,
			body #top nav .sf-menu ul .current_page_ancestor > a .sf-sub-indicator i,
			body #top nav .sf-menu ul .sfHover > a,
			body #top nav .sf-menu ul .current_page_ancestor > a,
			body #top nav .sf-menu ul .current-menu-ancestor > a,
			body #top nav .sf-menu ul .current_page_item > a,
			body .sf-menu ul li ul .sfHover > a .sf-sub-indicator i,
			body .sf-menu > li > a:active > .sf-sub-indicator i,
			body .sf-menu > .sfHover > a > .sf-sub-indicator i,
			body .sf-menu li ul .sfHover > a,
			#header-outer nav > ul > .megamenu > ul ul .current-menu-item > a,
			#header-outer nav > ul > .megamenu > ul > li > a:hover,
			#header-outer nav > ul > .megamenu > ul > .sfHover > a,
			body #header-outer nav > ul > .megamenu ul li:hover > a,
			#header-outer #top nav ul li .sfHover > a .sf-sub-indicator i,
			#header-outer #top nav > ul > .megamenu > ul ul li a:hover,
	    #header-outer #top nav > ul > .megamenu > ul ul li a:focus,
			#header-outer #top nav > ul > .megamenu > ul ul .sfHover > a,
			#header-outer #header-secondary-outer nav > ul > .megamenu > ul ul li a:hover,
	    #header-outer #header-secondary-outer nav > ul > .megamenu > ul ul li a:focus,
			#header-outer #header-secondary-outer nav > ul > .megamenu > ul ul .sfHover > a,
			#header-outer #top nav ul li li:hover > a .sf-sub-indicator i,
	    #header-outer[data-format="left-header"] .sf-menu .sub-menu .current-menu-item > a,
			body:not([data-header-format="left-header"]) #header-outer #top nav > ul > .megamenu > ul ul .current-menu-item > a,
			body:not([data-header-format="left-header"]) #header-outer #header-secondary-outer nav > ul > .megamenu > ul ul .current-menu-item > a,
			#header-outer #top nav > ul > li:not(.megamenu) ul a:hover,
	    body[data-dropdown-style="minimal"] #header-secondary-outer ul >li:not(.megamenu) ul a:hover,
			#header-outer #top nav > ul > li:not(.megamenu) .sfHover > a,
			#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) .sfHover > a,
			#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul a:hover,
			#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) .current-menu-item > a,
			#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul .current-menu-item > a,
			#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul .current-menu-ancestor > a,
			#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul .current-menu-ancestor > a .sf-sub-indicator i,
			#header-outer:not([data-format="left-header"]) #top nav > ul > .megamenu ul ul .current-menu-item > a,
			#header-outer:not([data-format="left-header"]) #header-secondary-outer nav > ul > .megamenu ul ul .current-menu-item > a,
			body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li > ul > .has-ul > a:hover,
	    body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li > ul > .has-ul > a:focus,
			body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li:hover > a,
			body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li > ul > .has-ul:hover > a,
			#header-outer:not([data-format="left-header"]) nav > ul > .megamenu ul ul .current-menu-item.has-ul > a,
		  #header-outer:not([data-format="left-header"]) nav > ul > .megamenu ul ul .current-menu-ancestor.has-ul > a {
				color:#bf0d3e!important;
			}
	    #top .sf-menu > li li > a:hover > .nectar-menu-icon,
	    #top .sf-menu > li li.sfHover > a > .nectar-menu-icon,
	    #top .sf-menu > li li.nectar-regular-menu-item[class*="current-"] > a > .nectar-menu-icon {
	      color:#bf0d3e;
	    }
	    
    body #header-outer #top nav .sf-menu ul li > a .item_desc {
			color:#CCCCCC!important;
		}
    body #header-outer #top nav .sf-menu ul .sfHover > a .item_desc,
    body #header-outer #top nav .sf-menu ul li:hover > a .item_desc,
    body #header-outer #top nav .sf-menu ul .current-menu-item > a .item_desc,
		body #header-outer #top nav .sf-menu ul .current_page_item > a .item_desc,
		body #header-outer #top nav .sf-menu ul .current_page_ancestor > a .item_desc,
    body #header-outer nav > ul > .megamenu > ul ul li a:focus .item_desc {
			color:#ffffff!important;
		}
		body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li > a,
		body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li > ul > .has-ul > a,
		body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li > a,
		#header-outer[data-lhe="default"] nav .sf-menu .megamenu ul .current_page_ancestor > a,
		#header-outer[data-lhe="default"] nav .sf-menu .megamenu ul .current-menu-ancestor > a,
		body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li > ul > .has-ul > a {
			color:#ffffff!important;
		}
		body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li:hover > a,
		body:not([data-header-format="left-header"]) #header-outer #top nav > ul > .megamenu > ul > li:hover > a,
		body:not([data-header-format="left-header"]) #header-outer #header-secondary-outer nav > ul > .megamenu > ul > li:hover > a,
	  #header-outer:not([data-format="left-header"]) nav > ul > .megamenu > ul > .current-menu-ancestor.menu-item-has-children > a,
		body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > .current-menu-item > a,
		body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li > ul > .has-ul:hover > a,
    body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li > ul > .has-ul > a:focus,
	  #header-outer:not([data-format="left-header"]) nav > ul > .megamenu ul ul .current-menu-item.has-ul > a,
		#header-outer:not([data-format="left-header"]) nav > ul > .megamenu ul ul .current-menu-ancestor.has-ul > a  {
			color:#ffffff!important;
		} 
		body #header-outer[data-transparent-header="true"] #top nav ul #nectar-user-account > div,
		body[data-header-color="custom"] #top nav ul #nectar-user-account > div,
		#header-outer:not(.transparent) .sf-menu > li ul {
			border-color:#eeeeee;
		}
		#header-outer:not(.transparent) .sf-menu > li ul {
				border-top-width: 1px; border-top-style: solid;
		}
			 #search-outer .ui-widget-content,
			 body:not([data-header-format="left-header"]) #header-outer .sf-menu li ul,
			 #header-outer nav > ul > .megamenu > .sub-menu,
			 body #header-outer nav > ul > .megamenu > .sub-menu > li > a,
			 #header-outer .widget_shopping_cart .cart_list a,
			 #header-secondary-outer ul ul li a,
			 #header-outer .widget_shopping_cart .cart_list li,
			 .woocommerce .cart-notification,
			 #header-outer .widget_shopping_cart_content {
				 background-color: rgba(255,255,255,100)!important;
			 }
		#slide-out-widget-area:not(.fullscreen-alt):not(.fullscreen),
		#slide-out-widget-area-bg.fullscreen,
    #slide-out-widget-area-bg.fullscreen-split,
		#slide-out-widget-area-bg.fullscreen-alt .bg-inner,
		body.material #slide-out-widget-area-bg.slide-out-from-right {
			background-color:#bf0d3e;
		}
			body:not(.material) #slide-out-widget-area.slide-out-from-right,
			#slide-out-widget-area.slide-out-from-right-hover,
			#slide-out-widget-area-bg.fullscreen,
      #slide-out-widget-area-bg.fullscreen-split,
			#slide-out-widget-area-bg.fullscreen-alt .bg-inner,
			body.material #slide-out-widget-area-bg.slide-out-from-right {
				background: linear-gradient(145deg, #bf0d3e, #bf0d3e);
			}
		body #slide-out-widget-area,
		body.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a:hover i:before,
		body #slide-out-widget-area a,
    body #slide-out-widget-area.fullscreen-alt .inner .widget.widget_nav_menu li a,
    body #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a,
    #slide-out-widget-area.fullscreen-split .inner .widget.widget_nav_menu li a,
    #slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a,
    body #slide-out-widget-area.fullscreen .menuwrapper li a,
		body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a,
		body #slide-out-widget-area .slide_out_area_close .icon-default-style[class^="icon-"],
		body #slide-out-widget-area .nectar-menu-label {
			color:#ffffff;
		}
		body #slide-out-widget-area .nectar-menu-label:before {
			background-color:#ffffff;
		}
		#slide-out-widget-area .tagcloud a,
		body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a:after,
    #slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:after {
			border-color: #ffffff;
		}
			body .slide-out-hover-icon-effect.slide-out-widget-area-toggle .lines:before,
			body .slide-out-hover-icon-effect.slide-out-widget-area-toggle .lines:after,
			body .slide-out-hover-icon-effect.slide-out-widget-area-toggle .lines-button:after,
			body .slide-out-hover-icon-effect.slide-out-widget-area-toggle .unhidden-line .lines:before,
			body .slide-out-hover-icon-effect.slide-out-widget-area-toggle .unhidden-line .lines:after,
			body .slide-out-hover-icon-effect.slide-out-widget-area-toggle .unhidden-line.lines-button:after {
				background-color:#ffffff;
			}body #slide-out-widget-area h1,
		body #slide-out-widget-area h2,
		body #slide-out-widget-area h3,
		body #slide-out-widget-area h4,
		body #slide-out-widget-area h5,
		body #slide-out-widget-area h6 {
			color:#ffffff;
		}
		body #slide-out-widget-area[class*="fullscreen"] .current-menu-item > a,
		body #slide-out-widget-area.fullscreen a:hover,
    body #slide-out-widget-area.fullscreen-split a:hover,
    body #slide-out-widget-area.fullscreen-split .off-canvas-menu-container .current-menu-item > a,
		#slide-out-widget-area.slide-out-from-right-hover a:hover,
		body.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a i:after,
		body #slide-out-widget-area.slide-out-from-right a:hover,
		body #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a:hover,
		#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a:hover,
		#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li.current-menu-item a,
		#slide-out-widget-area.slide-out-from-right-hover.no-text-effect .inner .off-canvas-menu-container li a:hover,
		body #slide-out-widget-area .slide_out_area_close:hover .icon-default-style[class^="icon-"],
		body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container .current-menu-item > a,
    #slide-out-widget-area .widget .nectar_widget[class*="nectar_blog_posts_"] li:not(.has-img) a:hover .post-title {
			color:#ffffff!important;
		}
		body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a:after,
    #slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:after,
		#slide-out-widget-area .tagcloud a:hover {
			border-color: #ffffff;
		}
    #slide-out-widget-area.fullscreen-split .widget ul:not([class*="nectar_blog_posts"]) li > a:not(.tag-cloud-link):not(.nectar-button),
    #slide-out-widget-area.fullscreen-split .textwidget a:not(.nectar-button) {
      background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    }#slide-out-widget-area ul .menu-item .nectar-ext-menu-item .menu-title-text {
					background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
				}
				#mobile-menu ul .menu-item .nectar-ext-menu-item .menu-title-text {
					background-image: none;
				}body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close:before {
			background-color: #313233;
		} @media only screen and (min-width: 1000px) {
			body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close .close-line {
				background-color: #ffffff;
			}
		} 
		#footer-outer,
		#nectar_fullscreen_rows > #footer-outer.wpb_row .full-page-inner-wrap {
			background-color:#bf0d3e!important;
		}
		#footer-outer #footer-widgets {
			border-bottom: none;
		}
		body.original #footer-outer #footer-widgets .col ul li {
			border-bottom: 1px solid rgba(0,0,0,0.1);
		}
		.original #footer-outer #footer-widgets .col .widget_recent_comments ul li,
		#footer-outer #footer-widgets .col .widget_recent_comments ul li {
			background-color: rgba(0, 0, 0, 0.07);
			border-bottom: 0px;
		} 
		#footer-outer,
		#footer-outer a:not(.nectar-button) {
			color:#ffffff!important;
		}
    #footer-outer[data-link-hover="underline"][data-custom-color="true"] #footer-widgets ul:not([class*="nectar_blog_posts"]) a:not(.tag-cloud-link):not(.nectar-button),
    #footer-outer[data-link-hover="underline"] #footer-widgets .textwidget a:not(.nectar-button) {
      background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    }
		#footer-outer #footer-widgets .widget h4,
		#footer-outer .col .widget_recent_entries span,
		#footer-outer .col .recent_posts_extra_widget .post-widget-text span {
			color:#ffffff!important;
		}
		#footer-outer #copyright,
		.ascend #footer-outer #copyright {
			border: none;
			background-color:#bf0d3e;
		}
		#footer-outer #copyright .widget h4,
		#footer-outer #copyright li a i,
		#footer-outer #copyright p {
			color:#ffffff;
		}
		#footer-outer #copyright a:not(.nectar-button) {
			color:#ffffff!important;
		}
		#footer-outer[data-cols="1"] #copyright li a i:after {
			border-color:#ffffff;
		}
		#footer-outer #copyright li a:hover i,
		#footer-outer[data-cols="1"] #copyright li a:hover i,
		#footer-outer[data-cols="1"] #copyright li a:hover i:after {
			border-color: #ffffff;
			color:#ffffff;
		}
		#footer-outer #copyright a:hover:not(.nectar-button) {
			color:#ffffff!important;
		}body #call-to-action {
		background-color:#ECEBE9;
	}body #call-to-action span {
		color:#4B4F52;
	}body #slide-out-widget-area-bg {
		background-color: rgba(0,0,0,0.8);
	}.single-post #page-header-bg[data-post-hs="default_minimal"] .page-header-bg-image:after {
     background-color: #2d2d2d;
     opacity: 0.4;
   }
   .single-post #page-header-bg[data-post-hs="default_minimal"] { background-color: #2d2d2d; }
		  @media only screen and (min-width: 1000px) {

				#header-outer[data-format="centered-menu-bottom-bar"] #top .span_9 #logo {
					margin-top: -14px;
				}

				#header-outer[data-format="centered-menu-bottom-bar"] #top .span_9 nav >ul >li:not(#social-in-menu):not(#nectar-user-account):not(#search-btn):not(.slide-out-widget-area-toggle) > a {
					padding-bottom: 28px;
				}

				#header-outer #logo,
				#header-outer .logo-spacing {
					margin-top: 28px;
					margin-bottom: 28px;
					position: relative;
				}

				 #header-outer.small-nav #logo,
				 #header-outer.small-nav .logo-spacing {
						margin-top: 15.555555555556px;
						margin-bottom: 15.555555555556px;

				}

				#header-outer.small-nav #logo img,
				#header-outer.small-nav .logo-spacing img {
						height: 19px;
				}

		  }@media only screen and (min-width: 1000px) {
          .material #header-outer:not(.transparent) .bg-color-stripe {
            top: 81px;
            height: calc(35vh - 81px);
          }

          .material #header-outer:not(.transparent).small-nav .bg-color-stripe {
            top: 50.111111111111px;
            height: calc(35vh - 50.111111111111px);
          }
        }

        @media only screen and (max-width: 999px) {
          .material #header-outer:not([data-permanent-transparent="1"]):not(.transparent) .bg-color-stripe,
          .material #header-outer:not([data-permanent-transparent="1"]).transparent .bg-color-stripe {
            top: 49px;
            height: calc(30vh - 49px);
          }
        }#header-outer #logo img,
			#header-outer .logo-spacing img {
				height: 25px;
			}
		 #header-outer[data-lhe="animated_underline"] #top nav > ul > li > a,
		 #top nav > ul > li[class*="button_solid_color"] > a,
		 body #header-outer[data-lhe="default"] #top nav .sf-menu > li[class*="button_solid_color"] > a:hover,
		 #header-outer[data-lhe="animated_underline"] #top nav > .sf-menu > li[class*="button_bordered"] > a,
		 #top nav > ul > li[class*="button_bordered"] > a,
		 body #header-outer.transparent #top nav > ul > li[class*="button_bordered"] > a,
		 body #header-outer[data-lhe="default"] #top nav .sf-menu > li[class*="button_bordered"] > a:hover,
		 body #header-outer.transparent #top nav > ul > li[class*="button_solid_color"] > a,
		 #header-outer[data-lhe="animated_underline"] #top nav > ul > li[class*="button_solid_color"] > a {
			 margin-left: 10px;
			 margin-right: 10px;
		 }

		 #header-outer[data-lhe="default"] #top nav > ul > li > a,
     #header-outer .nectar-header-text-content,
     body[data-header-search="false"][data-full-width-header="false"] #header-outer[data-lhe="animated_underline"][data-format="default"][data-cart="false"] .nectar-header-text-content {
			 padding-left: 10px;
			 padding-right: 10px;
		 }#header-outer[data-lhe="animated_underline"][data-condense="true"][data-format="centered-menu-bottom-bar"].fixed-menu #top nav > ul > li > a {
  			 margin-left: 7px;
  			 margin-right: 7px;
  		 }

  		 #header-outer[data-lhe="default"][data-condense="true"][data-format="centered-menu-bottom-bar"].fixed-menu #top nav > ul > li > a {
  			 padding-left: 7px;
  			 padding-right: 7px;
  		 }#top nav >ul >li >ul >li,
         #header-outer[data-format="centered-menu"] #top nav >ul >li >ul >li,
         #header-secondary-outer .sf-menu > li > ul > li,
         #header-outer .widget_shopping_cart .cart_list,
         #header-outer .widget_shopping_cart .total,
         #header-outer .widget_shopping_cart .buttons {
           -webkit-transform:translate3d(0,13px,0);
           transform:translate3d(0,13px,0);
         }
    #header-outer nav ul li li:hover >a .sf-sub-indicator i,
    #header-outer nav ul li .sfHover >a .sf-sub-indicator i,
    #header-outer:not([data-format="left-header"]) #top nav >ul >li:not(.megamenu) ul .current-menu-ancestor >a .sf-sub-indicator i,
    #header-outer:not([data-format="left-header"]) nav >ul >.megamenu ul ul .current-menu-item >a,
    #header-outer:not([data-format="left-header"]) nav >ul >.megamenu ul ul .current-menu-ancestor >a,
    #header-outer nav > ul >.megamenu > ul ul .sfHover >a,
    #header-outer nav > ul >.megamenu > ul ul li a:hover,
    #header-outer nav > ul >.megamenu > ul ul li a:focus,
    body:not([data-header-format="left-header"]) #header-outer nav >ul >.megamenu >ul ul .current-menu-item > a,
    #header-outer:not([data-format="left-header"]) #top nav >ul >li:not(.megamenu) ul a:hover,
    #header-outer:not([data-format="left-header"]) #top nav >ul >li:not(.megamenu) .sfHover >a,
    #header-outer:not([data-format="left-header"]) #top nav >ul >li:not(.megamenu) ul .current-menu-item >a,
    #header-outer:not([data-format="left-header"]) #top nav >ul >li:not(.megamenu) ul .current-menu-ancestor >a,
    body[data-dropdown-style="minimal"] #header-secondary-outer ul >li:not(.megamenu) .sfHover >a,
    body[data-dropdown-style="minimal"] #header-secondary-outer ul >li:not(.megamenu) ul a:hover {
      color:#fff
    }
    body:not([data-header-format="left-header"]) #header-outer nav >ul >.megamenu >ul ul li a:hover,
    body:not([data-header-format="left-header"]) #header-outer nav >ul >.megamenu >ul ul .current-menu-item > a{
      color:#fff;
      background-color:#000
    }
          #slide-out-widget-area .nectar-ext-menu-item .menu-title-text {
            background-repeat: no-repeat;
            background-size: 0% 2px;
            background-image: linear-gradient(to right, #bf0d3e 0%, #bf0d3e 100%);
            -webkit-transition: background-size 0.55s cubic-bezier(.2,.75,.5,1);
            transition: background-size 0.55s cubic-bezier(.2,.75,.5,1);
            background-position: left bottom;
          }
          #slide-out-widget-area a:hover > .nectar-ext-menu-item .menu-title-text,
          #slide-out-widget-area li[class*="current"] > a > .nectar-ext-menu-item .menu-title-text {
            background-size: 100% 2px;
          }#header-space {
		 height: 81px;
	 }
	 @media only screen and (max-width: 999px) {
		 #header-space {
			 height: 49px;
		 }
	 }@media only screen and (max-width: 999px) {

		.using-mobile-browser #page-header-wrap.fullscreen-header,
		.using-mobile-browser #page-header-wrap.fullscreen-header #page-header-bg,
		.using-mobile-browser #nectar_fullscreen_rows:not(.afterLoaded):not([data-mobile-disable="on"]) > div {
			height: calc(100vh - 101px);
		}
		.using-mobile-browser .wpb_row.vc_row-o-full-height.top-level,
		.using-mobile-browser .wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
			min-height: calc(100vh - 101px);
		}
		#page-header-wrap.fullscreen-header,
			#page-header-wrap.fullscreen-header #page-header-bg,
			 html:not(.nectar-box-roll-loaded) .nectar-box-roll > #page-header-bg.fullscreen-header,
			 .nectar_fullscreen_zoom_recent_projects,
			 .nectar-slider-wrap[data-fullscreen="true"]:not(.loaded),
			 .nectar-slider-wrap[data-fullscreen="true"]:not(.loaded) .swiper-container,
			 #nectar_fullscreen_rows:not(.afterLoaded):not([data-mobile-disable="on"]) > div {
				height: calc(100vh - 48px);
			}
			.wpb_row.vc_row-o-full-height.top-level,
			.wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
				min-height: calc(100vh - 48px);
			}[data-bg-header="true"][data-permanent-transparent="1"] #page-header-wrap.fullscreen-header,
		[data-bg-header="true"][data-permanent-transparent="1"] #page-header-wrap.fullscreen-header #page-header-bg,
		html:not(.nectar-box-roll-loaded) [data-bg-header="true"][data-permanent-transparent="1"] .nectar-box-roll > #page-header-bg.fullscreen-header,
		[data-bg-header="true"][data-permanent-transparent="1"] .nectar_fullscreen_zoom_recent_projects,
		[data-permanent-transparent="1"] .nectar-slider-wrap[data-fullscreen="true"]:not(.loaded),
		[data-permanent-transparent="1"] .nectar-slider-wrap[data-fullscreen="true"]:not(.loaded) .swiper-container {
			height: 100vh;
		}

		[data-permanent-transparent="1"] .wpb_row.vc_row-o-full-height.top-level,
		[data-permanent-transparent="1"] .wpb_row.vc_row-o-full-height.top-level > .col.span_12 {	min-height: 100vh; }

		body[data-transparent-header="false"] #ajax-content-wrap.no-scroll {
			min-height:  calc(100vh - 48px);
			height: calc(100vh - 48px);
		}

	}
	 #header-outer #logo .mobile-only-logo,
	 #header-outer[data-format="centered-menu-bottom-bar"][data-condense="true"] .span_9 #logo img {
		 height: 25px;
	 }

	 @media only screen and (max-width: 999px) {
		 	body #top #logo img,
			#header-outer[data-permanent-transparent="false"] #logo .dark-version {
		 		height: 25px!important;
		 	}

	 }#header-outer #social-in-menu .fa-twitter:after,
           .material #slide-out-widget-area.slide-out-from-right .fa-twitter:after{
             content:"\f099"
           }#header-outer #social-in-menu .fa-facebook:after,
           .material #slide-out-widget-area.slide-out-from-right .fa-facebook:after{
             content:"\f09a"
           }#header-outer #social-in-menu .fa-vimeo:after,
           .material #slide-out-widget-area.slide-out-from-right .fa-vimeo:after{
             content:"\f27d"
           }#header-outer #social-in-menu .fa-youtube-play:after,
           .material #slide-out-widget-area.slide-out-from-right .fa-youtube-play:after{
             content:"\f16a"
           }#header-outer #social-in-menu .fa-instagram:after,
           .material #slide-out-widget-area.slide-out-from-right .fa-instagram:after{
             content:"\f16d"
           }.off-canvas-menu-container .nectar-menu-icon,
    .off-canvas-menu-container .nectar-menu-icon-img,
    #header-outer #mobile-menu .nectar-menu-icon,
    #header-outer #mobile-menu .nectar-menu-icon-img  {
      display: none;
    }
    @media only screen and (min-width: 1000px) {
        body.material #search-outer #search #search-box input[type="text"] {
        font-size: 48px;
        line-height: 1;height: 76px!important;}
        #search-outer #search .span_12 form > span {
          position: absolute;
          bottom: -40px;
          left: 0;
        }
        #search-outer #search #close {
          top: 50%;
          margin-top: -28px;
        }}
    .nectar-skip-to-content:focus {
      position: fixed;
      left: 6px;
      top: 7px;
      height: auto;
      width: auto;
      display: block;
      font-size: 14px;
      font-weight: 600;
      padding: 15px 23px 14px;
      background: #f1f1f1;
      z-index: 100000;
      line-height: normal;
      text-decoration: none;
      box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  }
   #header-outer[data-lhe="animated_underline"] li > a .menu-title-text {
     position: relative;
   }
   #header-outer[data-lhe="animated_underline"] nav > ul >li:not([class*="button_"]) > a .menu-title-text:after,
   #header-secondary-outer[data-lhe="animated_underline"] nav >.sf-menu >li >a .menu-title-text:after {
     -webkit-transition:-webkit-transform .3s ease-out, border-color .3s ease-out;
     transition:transform .3s ease-out,border-color .3s ease-out;
     position:absolute;
     display:block;
     bottom:-6px;
     left:0;
     width:100%;
     -ms-transform:scaleX(0);
     -webkit-transform:scaleX(0);
     transform:scaleX(0);
     border-top:2px solid #000;
     content: "";
     padding-bottom:inherit
   }
   #header-outer[data-lhe="animated_underline"] #top nav >ul >li >a:hover .menu-title-text:after,
   #header-outer[data-lhe="animated_underline"] #top nav >ul >.sfHover >a .menu-title-text:after,
   #header-outer[data-lhe="animated_underline"] .sf-menu .current_page_ancestor >a .menu-title-text:after,
   #header-outer[data-lhe="animated_underline"] .sf-menu .current-menu-ancestor >a .menu-title-text:after,
   #header-outer[data-lhe="animated_underline"] .sf-menu .current-menu-item >a .menu-title-text:after,
   #header-outer[data-lhe="animated_underline"] .sf-menu .current_page_item >a .menu-title-text:after,
   #header-outer[data-lhe="animated_underline"] .buttons .current-menu-item >a .menu-title-text:after,
   #header-outer[data-lhe="animated_underline"] .buttons .current-menu-ancestor >a .menu-title-text:after,
   #header-secondary-outer[data-lhe="animated_underline"] nav >.sf-menu >li >a .menu-title-text:hover:after,
   #header-secondary-outer[data-lhe="animated_underline"] nav >.sf-menu >li >a:focus .menu-title-text:after {
     backface-visibility: hidden;
     -webkit-transform:scaleX(1);
     transform:scaleX(1)
   }
   body[data-header-inherit-rc="true"] #header-outer[data-lhe="animated_underline"].light-text #top nav >ul >li:not([class*="button_"]) >a .menu-title-text:after {
   	border-color: #fff;
   }
   #header-outer[data-lhe="animated_underline"].transparent.dark-slide #top nav >ul >li >a .menu-title-text:after {
     border-color:#000!important;
   }@media only screen and (min-width: 1000px) and (max-width: 1300px) {
	    .nectar-slider-wrap[data-full-width="true"] .swiper-slide .content h2,
	    .nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content h2,
	    .full-width-content .vc_span12 .swiper-slide .content h2 {
			font-size: 45px!important;
			line-height: 51px!important;
		}

		.nectar-slider-wrap[data-full-width="true"] .swiper-slide .content p,
		.nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content p,
	    .full-width-content .vc_span12 .swiper-slide .content p {
			font-size: 18px!important;
			line-height: 31.2px!important;
		}
	}

	@media only screen and (min-width : 690px) and (max-width : 999px) {
		.nectar-slider-wrap[data-full-width="true"] .swiper-slide .content h2,
		.nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content h2,
	    .full-width-content .vc_span12 .swiper-slide .content h2 {
			font-size: 33px!important;
			line-height: 39px!important;
		}

		.nectar-slider-wrap[data-full-width="true"] .swiper-slide .content p,
		.nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content p,
	    .full-width-content .vc_span12 .swiper-slide .content p {
			font-size: 13.2px!important;
			line-height: 24px!important;
		}
	}

	@media only screen and (max-width : 690px) {
		.nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content h2,
    .full-width-content .vc_col-sm-12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content h2,
		.nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"] .swiper-slide .content h2,
	    .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content h2 {
			font-size: 15px!important;
			line-height: 21px!important;
		}

		.nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content p,
		.nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"]  .swiper-slide .content p,
	    .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content p {
			font-size: 10px!important;
			line-height: 17.52px!important;
		}
	}
	@media only screen and (min-width: 1000px) {
			    .container,
					body[data-header-format="left-header"] .container,
					.woocommerce-tabs .full-width-content .tab-container,
					.nectar-recent-posts-slider .flickity-page-dots,
					.post-area.standard-minimal.full-width-content .post .inner-wrap,
					.material #search-outer #search  {
			      max-width: 1425px;
					  width: 100%;
					  margin: 0 auto;
					  padding: 0px 90px;
			    }body .container .page-submenu.stuck .container:not(.tab-container):not(.normal-container),
					.nectar-recent-posts-slider .flickity-page-dots,
			    #nectar_fullscreen_rows[data-footer="default"] #footer-widgets .container,
					#nectar_fullscreen_rows[data-footer="default"] #copyright .container {
			    	  padding: 0px 90px!important;
			    }

  				.swiper-slide .content {
  				  padding: 0px 90px;
  				}body .container .container:not(.tab-container):not(.recent-post-container):not(.normal-container) {
					width: 100%!important;
					padding: 0!important;
				}

				body .carousel-heading .container .carousel-next {
					right: 10px;
				}
				body .carousel-heading .container .carousel-prev {
					right: 35px;
				}
				.carousel-wrap[data-full-width="true"] .carousel-heading .portfolio-page-link {
					left: 90px;
				}
				.carousel-wrap[data-full-width="true"] .carousel-heading {
					margin-left: -20px;
					margin-right: -20px;
				}
				#ajax-content-wrap .carousel-wrap[data-full-width="true"] .carousel-next {
					right: 90px;
				}
		   	#ajax-content-wrap .carousel-wrap[data-full-width="true"] .carousel-prev {
					right: 115px;
				}
				.carousel-wrap[data-full-width="true"] {
					padding: 0;
				}
				.carousel-wrap[data-full-width="true"] .caroufredsel_wrapper {
					padding: 20px;
				}

				#search-outer #search #close a {
					right: 90px;
				}

        body.material #search-outer #search #close {
					right: 90px;
				}
        body.material #search-outer #search #close a {
          right: 12px;
        }}@media only screen and (min-width: 1000px) {
						 .container,
						 body[data-header-format="left-header"] .container,
						 .woocommerce-tabs .full-width-content .tab-container,
						 .nectar-recent-posts-slider .flickity-page-dots,
						 .post-area.standard-minimal.full-width-content .post .inner-wrap,
						 .material #search-outer #search {
							 max-width: 1425px;
						 }
					 }body[data-form-style="minimal"] input[type="text"],
      body[data-form-style="minimal"] textarea,
      body[data-form-style="minimal"] input[type="email"],
      body[data-form-style="minimal"] .container-wrap .span_12.light input[type="email"],
      body[data-form-style="minimal"] input[type=password],
      body[data-form-style="minimal"] input[type=tel],
      body[data-form-style="minimal"] input[type=url],
      body[data-form-style="minimal"] input[type=search],
      body[data-form-style="minimal"] input[type=date],
      body[data-form-style="minimal"] select {
        background-color: rgba(0,0,0,0.035);
        box-shadow:none;
        -webkit-box-shadow:none;
        border:none;
        position:relative;
        margin:0;
        font-size:14px;
        border-bottom: 2px solid #e0e0e0;
        -webkit-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
        border-radius: 0;
      }
      body[data-form-style="minimal"] .container-wrap .span_12.light input[type="text"],
      body[data-form-style="minimal"] .container-wrap .span_12.light textarea,
      body[data-form-style="minimal"] .container-wrap .span_12.light input[type="email"],
      body[data-form-style="minimal"] .container-wrap .span_12.light input[type=password],
      body[data-form-style="minimal"] .container-wrap .span_12.light input[type=tel],
      body[data-form-style="minimal"] .container-wrap .span_12.light input[type=url],
      body[data-form-style="minimal"] .container-wrap .span_12.light input[type=search],
      body[data-form-style="minimal"] .container-wrap .span_12.light input[type=date],
      body[data-form-style="minimal"] .container-wrap .span_12.light select {
        color:#fff;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        background-color: rgba(255,255,255,0.04);
      	box-shadow: none;
        border-bottom: 2px solid transparent;
      }
      body[data-form-style="minimal"].material .span_12.light .select2-container--default .select2-selection--single,
      body[data-form-style="minimal"][data-fancy-form-rcs="1"].material .span_12.light .select2-container--default .select2-selection--single {
        background-color: rgba(255,255,255,0.04);
      }

      body[data-form-style="minimal"] .container-wrap .span_12.light input[type="text"]:focus,
      body[data-form-style="minimal"] .container-wrap .span_12.light textarea:focus,
      body[data-form-style="minimal"] .container-wrap .span_12.light input[type="email"]:focus,
      body[data-form-style="minimal"] .container-wrap .span_12.light input[type=password]:focus,
      body[data-form-style="minimal"] .container-wrap .span_12.light input[type=tel]:focus,
      body[data-form-style="minimal"] .container-wrap .span_12.light input[type=url]:focus,
      body[data-form-style="minimal"] .container-wrap .span_12.light input[type=search]:focus,
      body[data-form-style="minimal"] .container-wrap .span_12.light input[type=date]:focus,
      body[data-form-style="minimal"] .container-wrap .span_12.light select:focus {
      	border-top: 0;
        border-left: 0;
        border-right: 0;
      	border-color: #fff;
      }

      body[data-form-style="minimal"] textarea,
      body[data-form-style="minimal"].woocommerce #review_form #respond textarea{
        padding: 20px;
      }
      body[data-form-style="minimal"] .widget_search .search-form .search-submit{
        top:30px
      }span.wpcf7-not-valid-tip,
      .woocommerce input#coupon_code,
      body[data-fancy-form-rcs="1"] .select2-container,
      body[data-fancy-form-rcs="1"] .select2-drop,
      body[data-fancy-form-rcs="1"] .select2-search,
      .select2-search input,
      body[data-form-style="minimal"] .container-wrap .span_12.light input[type="email"] {
        font-size: 14px;
      }.container-wrap input[type=text],
      .container-wrap input[type=email],
      .container-wrap input[type=password],
      .container-wrap input[type=tel],
      .container-wrap input[type=url],
      .container-wrap input[type=search],
      .container-wrap input[type=date],
      .container-wrap textarea,
      .container-wrap select,
      body > #review_form_wrapper.modal input[type=text],
      body > #review_form_wrapper.modal textarea,
      body > #review_form_wrapper.modal select,
      body > #review_form_wrapper.modal input[type=email],
      .select2-container--default .select2-selection--single,
      body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single,
      .woocommerce input#coupon_code,
      .material.woocommerce-page[data-form-style="default"] input#coupon_code,
      body[data-form-style="minimal"] input[type="text"],
      body[data-form-style="minimal"] textarea,
      body[data-form-style="minimal"] input[type="email"],
      body[data-form-style="minimal"] input[type=password],
      body[data-form-style="minimal"] input[type=tel],
      body[data-form-style="minimal"] input[type=url],
      body[data-form-style="minimal"] input[type=search],
      body[data-form-style="minimal"] input[type=date],
      body[data-form-style="minimal"] select { font-size: 14px; }
    #ajax-loading-screen{
      background-color:#fff;
      width:100%;
      height:100%;
      position:fixed;
      top:0;
      left:0;
      display:none;
      z-index:1000000000
    }
    #ajax-loading-screen .reveal-1,
    #ajax-loading-screen .reveal-2{
      position:absolute;
      left:100%;
      top:0;
      width:100%;
      height:100%
    }
    #ajax-loading-screen[data-effect*="horizontal_swipe"]{
      background-color:transparent!important;
      left:-100%
    }
    body[data-ajax-transitions="true"] #ajax-loading-screen[data-method="standard"][data-effect*="horizontal_swipe"]{
      display:block
    }
    body[data-ajax-transitions="true"][data-apte="horizontal_swipe_basic"] #ajax-loading-screen .reveal-2 {
      display: none;
    }
    #ajax-loading-screen.in-from-right{
      left:0;
    }
    .no-cssanimations #ajax-loading-screen.loaded .reveal-1,
    .no-cssanimations #ajax-loading-screen.loaded .reveal-2{
      display:none
    }
    #ajax-loading-screen.loaded .reveal-1{
      backface-visibility: hidden;
      -webkit-animation:nectar-anim-effect-2-2 1.85s cubic-bezier(0.67,0,0.3,1) forwards;
      animation:nectar-anim-effect-2-2 1.85s cubic-bezier(0.67,0,0.3,1) forwards
    }
    #ajax-loading-screen.loaded .reveal-2{
      backface-visibility: hidden;
      -webkit-animation:nectar-anim-effect-2-1 1.85s cubic-bezier(0.67,0,0.3,1) forwards;
      animation:nectar-anim-effect-2-1 1.85s cubic-bezier(0.67,0,0.3,1) forwards
    }
    #ajax-loading-screen.loaded.in-from-right .reveal-1{
      -webkit-animation:nectar-anim-effect-2-1 1.85s cubic-bezier(0.67,0,0.3,1) forwards;
      animation:nectar-anim-effect-2-1 1.85s cubic-bezier(0.67,0,0.3,1) forwards
    }
    body[data-apte="horizontal_swipe_basic"] #ajax-loading-screen.loaded.in-from-right .reveal-1{
      -webkit-animation:nectar-anim-effect-2-1 1.1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
      animation:nectar-anim-effect-2-1 1.1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards
    }
    #ajax-loading-screen.loaded.in-from-right .reveal-2{
      -webkit-animation:nectar-anim-effect-2-2 1.85s cubic-bezier(0.67,0,0.3,1) forwards;
      animation:nectar-anim-effect-2-2 1.85s cubic-bezier(0.67,0,0.3,1) forwards
    }
    body[data-ajax-transitions="true"] #ajax-loading-screen[data-effect*="horizontal_swipe"].hidden{
      display:none
    }
    body[data-ajax-transitions="true"] #ajax-loading-screen[data-effect*="horizontal_swipe"].hidden.loaded.in-from-right {
      display: block;
    }
    @-webkit-keyframes nectar-anim-effect-2-1{
      0%{
        -ms-transform:translateX(0);
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
      }
      30%, 100%{
        -ms-transform:translateX(-100%);
        -webkit-transform:translate3d(-100%,0,0);
        transform:translate3d(-100%,0,0);
        -webkit-animation-timing-function:cubic-bezier(0.67,0,0.3,1);
        animation-timing-function:cubic-bezier(0.67,0,0.3,1)
      }
    }
    @keyframes nectar-anim-effect-2-1{
      0%{
        -ms-transform:translateX(0);
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
      }
      30%, 100%{
        -ms-transform:translateX(-100%);
        -webkit-transform:translate3d(-100%,0,0);
        transform:translate3d(-100%,0,0);
        -webkit-animation-timing-function:cubic-bezier(0.67,0,0.3,1);
        animation-timing-function:cubic-bezier(0.67,0,0.3,1)
      }
    }
    @-webkit-keyframes nectar-anim-effect-2-2{
      0%,14.5%{
        -ms-transform:translateX(0);
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
      }
      34.5%, 100%{
        -ms-transform:translateX(-100%);
        -webkit-transform:translate3d(-100%,0,0);
        transform:translate3d(-100%,0,0);
        -webkit-animation-timing-function:cubic-bezier(0.67,0,0.3,1);
        animation-timing-function:cubic-bezier(0.67,0,0.3,1)
      }
    }
    @keyframes nectar-anim-effect-2-2{
      0%,14.5%{
        -ms-transform:translate3d(0,0,0);
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
      }
      34.5%, 100%{
        -ms-transform:translate3d(-100%,0,0);
        -webkit-transform:translate3d(-100%,0,0);
        transform:translate3d(-100%,0,0);
        -webkit-animation-timing-function:cubic-bezier(0.67,0,0.3,1);
        animation-timing-function:cubic-bezier(0.67,0,0.3,1)
      }
    }
    body[data-ajax-transitions="true"] #ajax-loading-screen[data-method="standard"],
    body[data-ajax-transitions="true"] #ajax-loading-screen[data-effect*="horizontal_swipe"][data-method="ajax"],
    body[data-ajax-transitions="true"] #ajax-loading-screen[data-method="standard"] .loading-icon{
      display:block;
      opacity:1
    }

    .loading-icon .material-icon .spinner{
      width:60px;
      height:60px;
      position:absolute;
      top:0;
      left:0;
      right:0;
      bottom:0;
      margin:auto
    }
    .loading-icon .material-icon .spinner{
      -webkit-animation:material-rotate-all 1s linear infinite;
      animation:material-rotate-all 1s linear infinite
    }
    .loading-icon .material-icon .spinner .right-side,
    .loading-icon .material-icon .spinner .left-side{
      -webkit-animation:material-fade-in-first 1.2s linear infinite alternate;
      animation:material-fade-in-first 1.2s linear infinite alternate
    }
    .loading-icon .material-icon .spinner.color-2 .right-side,
    .loading-icon .material-icon .spinner.color-2 .left-side{
      -webkit-animation:material-fade-in-second 1.2s linear infinite alternate;
      animation:material-fade-in-second 1.2s linear infinite alternate
    }
    .loading-icon .material-icon .right-side,
    .loading-icon .material-icon .left-side{
      width:50%;
      height:100%;
      position:absolute;
      top:0;
      overflow:hidden
    }
    .loading-icon .material-icon .left-side{
      left:0
    }
    .loading-icon .material-icon .right-side{
      right:0
    }
    .loading-icon .material-icon .bar{
      width:100%;
      height:100%;
      -webkit-border-radius:200px;
      border-radius:200px 0 0 200px;
      border:6px solid #666;
      position:relative
    }
    .loading-icon .material-icon .bar:after{
      content:"";
      width:6px;
      height:6px;
      display:block;
      background:#666;
      position:absolute;
      -webkit-border-radius:6px;
      border-radius:6px
    }
    .loading-icon .material-icon .right-side .bar{
      -webkit-border-radius:0;
      border-radius:0 200px 200px 0;
      border-left:none;
      -webkit-transform:rotate(-10deg);
      -webkit-transform-origin:left center;
      transform:rotate(-10deg);
      transform-origin:left center;
      -webkit-animation:material-rotate-right 0.75s linear infinite alternate;
      animation:material-rotate-right 0.75s linear infinite alternate
    }
    .loading-icon .material-icon .right-side .bar:after{
      bottom:-6px;
      left:-3px
    }
    .loading-icon .material-icon .left-side .bar{
      border-right:none;
      -webkit-transform:rotate(10deg);
      transform:rotate(10deg);
      -webkit-transform-origin:right center;
      transform-origin:right center;
      -webkit-animation:material-rotate-left 0.75s linear infinite alternate;
      animation:material-rotate-left 0.75s linear infinite alternate
    }
    .loading-icon .material-icon .left-side .bar:after{
      bottom:-6px;
      right:-3px
    }
    @keyframes material-rotate-left{
      to{
        transform:rotate(30deg)
      }
      from{
        transform:rotate(175deg)
      }
    }
    @keyframes material-rotate-right{
      from{
        transform:rotate(-175deg)
      }
      to{
        transform:rotate(-30deg)
      }
    }
    @keyframes material-rotate-all{
      from{
        transform:rotate(0deg)
      }
      to{
        transform:rotate(-360deg)
      }
    }
    @keyframes material-fade-in-first{
      from{
        opacity:1
      }
      to{
        opacity:0
      }
    }
    @keyframes material-fade-in-second{
      from{
        opacity:0
      }
      to{
        opacity:1
      }
    }
    .loading-icon .material-icon{
      top:50%;
      height:65px;
      width:65px;
      position:relative;
      margin:-32px auto 0 auto;
      display:block
    }
    body #ajax-loading-screen[data-effect="center_mask_reveal"]{
      background-color:transparent
    }
    body[data-ajax-transitions="true"] #ajax-loading-screen[data-effect="center_mask_reveal"].hidden{
      display:none
    }
    #ajax-loading-screen[data-effect="center_mask_reveal"] span{
      position:absolute;
      background:#fff;
      z-index:100;
      -webkit-transition:0.8s cubic-bezier(0.12,0.75,0.4,1);
      transition:0.8s cubic-bezier(0.12,0.75,0.4,1)
    }
    #ajax-loading-screen .mask-top{
      top:0;
      left:0;
      height:50%;
      width:100%
    }
    #ajax-loading-screen .mask-right{
      top:0;
      right:0;
      height:100%;
      width:50%
    }
    #ajax-loading-screen .mask-bottom{
      bottom:0;
      right:0;
      height:50%;
      width:100%
    }
    #ajax-loading-screen .mask-left{
      top:0;
      left:0;
      height:100%;
      width:50%
    }
    #ajax-loading-screen.loaded .mask-top{
      -webkit-transform:translateY(-100%) translateZ(0);
      -ms-transform:translateY(-100%) translateZ(0);
      transform:translateY(-100%) translateZ(0)
    }
    #ajax-loading-screen.loaded .mask-right{
      -webkit-transform:translateX(100%) translateZ(0);
      -ms-transform:translateX(100%) translateZ(0);
      transform:translateX(100%) translateZ(0)
    }
    #ajax-loading-screen.loaded .mask-bottom{
      -webkit-transform:translateY(100%) translateZ(0);
      -ms-transform:translateY(100%) translateZ(0);
      transform:translateY(100%) translateZ(0)
    }
    #ajax-loading-screen.loaded .mask-left{
      -webkit-transform:translateX(-100%) translateZ(0);
      -ms-transform:translateX(-100%) translateZ(0);
      transform:translateX(-100%) translateZ(0)
    }
    #ajax-loading-screen[data-effect="center_mask_reveal"].set-to-fade span,
    #ajax-loading-screen[data-effect="center_mask_reveal"].set-to-fade.loaded span {
      width:100%;
      height:100%;
      top:0;
      left:0;
      -webkit-transform:none;
    	transform:none;
    }#ajax-loading-screen .reveal-1 { background-color: #ffffff; }#ajax-loading-screen .reveal-2 { background-color: #ffffff; }.loading-icon .material-icon .bar:after {
            background-color: #bf0d3e;
          }
          .loading-icon .material-icon .bar {
            border-color: #bf0d3e;
          }
          .loading-icon .material-icon .color-2 .bar:after {
            background-color: #e35205;
          }
          .loading-icon .material-icon .color-2 .bar {
            border-color: #e35205;
          }
    @media only screen and (min-width : 1px) and (max-width : 999px) {

      body:not([data-m-animate="1"]) .wpb_animate_when_almost_visible,
      body:not([data-m-animate="1"]) .wpb_animate_when_almost_visible.wpb_start_animation {
        opacity: 1;
        -webkit-animation: none;
        -o-animation: none;
        animation: none;
      }

      body:not([data-m-animate="1"]) .clients.no-carousel.fade-in-animation > div {
        opacity: 1;
      }

      img.img-with-animation[data-animation="fade-in-from-left"],
      .col.has-animation[data-animation="fade-in-from-left"],
      .wpb_column.has-animation[data-animation="fade-in-from-left"],
      .nectar-fancy-box.has-animation[data-animation="fade-in-from-left"],
      img.img-with-animation[data-animation="fade-in-from-right"],
      .col.has-animation[data-animation="fade-in-from-right"],
      .wpb_column.has-animation[data-animation="fade-in-from-right"],
      .nectar-fancy-box.has-animation[data-animation="fade-in-from-right"],
      .divider-border[data-animate="yes"], .divider-small-border[data-animate="yes"],
      .col.has-animation[data-animation="fade-in-from-bottom"],
      .wpb_column.has-animation[data-animation="fade-in-from-bottom"],
      .nectar-fancy-box.has-animation[data-animation="fade-in-from-bottom"],
      img.img-with-animation[data-animation="grow-in"],
      .col.has-animation[data-animation="grow-in"],
      .wpb_column.has-animation[data-animation="grow-in"],
      .nectar-fancy-box.has-animation[data-animation="grow-in"],
      img.img-with-animation[data-animation="flip-in"],
      .col.has-animation[data-animation="flip-in"],
      .wpb_column.has-animation[data-animation="flip-in"],
      .nectar-fancy-box.has-animation[data-animation="flip-in"],
      img.img-with-animation[data-animation="flip-in-vertical"],
      .col.has-animation[data-animation="flip-in-vertical"],
      .wpb_column.has-animation[data-animation="flip-in-vertical"],
      .wpb_column.has-animation[data-animation="slight-twist"],
      .nectar-fancy-box.has-animation[data-animation="flip-in-vertical"],
      .img-with-aniamtion-wrap[data-animation="flip-in-vertical"] .hover-wrap,
      .img-with-aniamtion-wrap[data-animation="flip-in"] .hover-wrap,
      .img-with-aniamtion-wrap[data-animation="fade-in-from-bottom"] .hover-wrap,
      .img-with-aniamtion-wrap[data-animation="fade-in-from-right"] .hover-wrap,
      .img-with-aniamtion-wrap[data-animation="fade-in-from-left"] .hover-wrap,
      .img-with-aniamtion-wrap[data-animation="grow-in"] .hover-wrap,
      .nectar-split-heading .heading-line > div,
      .nectar-split-heading span > .inner,
      .nectar-split-heading[data-animation-type="twist-in"],
      .nectar_food_menu_item .item_description,
    	.nectar_food_menu_item .inner,
      .col.has-animation[data-animation="zoom-out"],
      .col.has-animation[data-animation="zoom-out-high"],
      .nectar_image_with_hotspots[data-animation="true"] .nectar_hotspot_wrap,
      .column-bg-overlay-wrap[data-bg-animation="zoom-out-reveal"],
      .column-image-bg-wrap[data-bg-animation="zoom-out-reveal"],
      .column-image-bg-wrap[data-bg-animation="zoom-out-reveal"] .inner-wrap,
      .column-image-bg-wrap[data-bg-animation*="reveal-from-"],
      .column-image-bg-wrap[data-bg-animation*="reveal-from-"] .inner-wrap,
      .column-image-bg-wrap[data-bg-animation*="reveal-from-"] .inner-wrap .column-image-bg,
      .column-bg-overlay-wrap[data-bg-animation*="reveal-from-"],
      .column-bg-overlay-wrap[data-bg-animation*="reveal-from-"] > div,
      .img-with-aniamtion-wrap[data-animation*="reveal-from-"] img.img-with-animation,
      .img-with-aniamtion-wrap[data-animation*="reveal-from-"] .inner,
      .img-with-aniamtion-wrap[data-animation*="reveal-from-"],
      .nectar-rotating-words-title.element_stagger_words .text-wrap > span {
        transform: none!important;
        -webkit-transform: none!important;
      }


      .clients.fade-in-animation > div,
      img.img-with-animation,
      .img-with-aniamtion-wrap .hover-wrap,
      .col.has-animation,
      .wpb_column.has-animation,
      .nectar-fancy-box.has-animation,
      img.img-with-animation[data-animation="flip-in"],
      .col.has-animation[data-animation="flip-in"],
      .wpb_column.has-animation[data-animation="flip-in"],
      .nectar-fancy-box.has-animation[data-animation="flip-in"],
      img.img-with-animation[data-animation="flip-in-vertical"],
      .col.has-animation[data-animation="flip-in-vertical"],
      .wpb_column.has-animation[data-animation="flip-in-vertical"],
      .nectar-fancy-box.has-animation[data-animation="flip-in-vertical"],
      .nectar_food_menu_item .item_description,
    	.nectar_food_menu_item .inner,
      .nectar_image_with_hotspots[data-animation="true"] .nectar_hotspot_wrap,
      .nectar-fancy-ul[data-animation="true"] ul li,
      .nectar-split-heading[data-animation-type="twist-in"],
      .column-bg-overlay-wrap[data-bg-animation="zoom-out-reveal"],
      .column-image-bg-wrap[data-bg-animation="zoom-out-reveal"],
      .column-image-bg-wrap[data-bg-animation*="reveal-from-"] .inner-wrap,
      .column-bg-overlay-wrap[data-bg-animation*="reveal-from-"],
      .column-bg-overlay-wrap[data-bg-animation*="reveal-from-"] > div,
      .img-with-aniamtion-wrap[data-animation*="reveal-from-"] .inner {
        opacity: 1!important;
      }

      body:not([data-m-animate="1"]) .span_12.flip-in-vertical-wrap {
        -webkit-perspective: none;
        perspective: none;
      }

      .nectar_cascading_images .cascading-image .inner-wrap,
      .nectar-icon-list[data-animate="true"] .content,
      .nectar-icon-list[data-animate="true"] .nectar-icon-list-item .list-icon-holder,
      .nectar-icon-list[data-animate="true"]:after,
      .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap,
      .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap *,
      .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner:after,
      .nectar-animated-title[data-style="hinge-drop"] .nectar-animated-title-inner,
      .nectar-woo-flickity[data-animation*="fade-in"] ul.products .flickity-cell {
        transform: none!important;
        -webkit-transform: none!important;
        opacity: 1!important;
        animation: none!important;
      }

    }

    @media only screen and (min-device-width: 481px) and (max-device-width: 1025px) and (orientation:landscape) {

      .col.has-animation[data-animation="fade-in-from-left"],
      .wpb_column.has-animation[data-animation="fade-in-from-left"],
      .img-with-animation[data-animation="fade-in-from-right"],
      .img-with-animation[data-animation="fade-in-from-left"],
      .divider-border[data-animate="yes"],
      .divider-small-border[data-animate="yes"],
      .img-with-animation[data-animation="grow-in"],
      .col.has-animation[data-animation="grow-in"],
      .wpb_column.has-animation[data-animation="grow-in"],
      .img-with-animation[data-animation="flip-in"],
      .col.has-animation[data-animation="flip-in"],
      .wpb_column.has-animation[data-animation="flip-in"],
      .img-with-animation[data-animation="flip-in-vertical"],
      .col.has-animation[data-animation="flip-in-vertical"],
      .wpb_column.has-animation[data-animation="flip-in-vertical"],
      .wpb_column.has-animation[data-animation="slight-twist"],
      .col.has-animation[data-animation="fade-in-from-bottom"],
      .wpb_column.has-animation[data-animation="fade-in-from-bottom"] {
        transform: none!important;
        -webkit-transform: none!important;
      }

      .clients.fade-in-animation > div,
      .img-with-animation,
      .col.has-animation,
      .wpb_column.has-animation,
      .img-with-animation[data-animation="flip-in"],
      .col.has-animation[data-animation="flip-in"],
      .wpb_column.has-animation[data-animation="flip-in"],
      .img-with-animation[data-animation="flip-in-vertical"],
      .col.has-animation[data-animation="flip-in-vertical"],
      .wpb_column.has-animation[data-animation="flip-in-vertical"] {
        opacity: 1!important;
      }

      body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-bottom"] .column-inner-wrap,
      body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-top"] .column-inner-wrap,
      body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-left"] .column-inner-wrap,
      body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-right"] .column-inner-wrap,
      body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-bottom"] .column-inner,
      body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-top"] .column-inner,
      body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-left"] .column-inner,
      body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-right"] .column-inner {
        transform: none;
        -webkit-transform: none;
      }

    }


    @media only screen and (max-device-width: 2600px) {

      body.using-mobile-browser .col.has-animation[data-animation="fade-in-from-left"],
      body.using-mobile-browser .wpb_column.has-animation[data-animation="fade-in-from-left"],
      body.using-mobile-browser .img-with-animation[data-animation="fade-in-from-right"],
      body.using-mobile-browser .img-with-animation[data-animation="fade-in-from-left"],
      body.using-mobile-browser .col.has-animation[data-animation="fade-in-from-bottom"],
      body.using-mobile-browser .wpb_column.has-animation[data-animation="fade-in-from-bottom"],
      body.using-mobile-browser .img-with-animation[data-animation="grow-in"],
      body.using-mobile-browser .col.has-animation[data-animation="grow-in"],
      body.using-mobile-browser .wpb_column.has-animation[data-animation="grow-in"],
      body.using-mobile-browser .divider-border[data-animate="yes"],
      body.using-mobile-browser .divider-small-border[data-animate="yes"],
      body.using-mobile-browser .img-with-aniamtion-wrap .hover-wrap,
      body.using-mobile-browser .img-with-animation[data-animation="flip-in"],
      body.using-mobile-browser .col.has-animation[data-animation="flip-in"],
      body.using-mobile-browser .wpb_column.has-animation[data-animation="flip-in"],
      body.using-mobile-browser .img-with-animation[data-animation="flip-in-vertical"],
      body.using-mobile-browser .col.has-animation[data-animation="flip-in-vertical"],
      body.using-mobile-browser .wpb_column.has-animation[data-animation="flip-in-vertical"],
      body.using-mobile-browser .wpb_column.has-animation[data-animation*="reveal-from"] > .vc_column-inner,
      body.using-mobile-browser .nectar_image_with_hotspots[data-animation="true"] .nectar_hotspot_wrap,
      body.using-mobile-browser .nectar_cascading_images .cascading-image .inner-wrap,
      body.using-mobile-browser .nectar-split-heading[data-animation-type="twist-in"],
      body.using-mobile-browser .nectar-split-heading span > .inner,
      body.using-mobile-browser .nectar-icon-list[data-animate="true"] .content,
      body.using-mobile-browser .nectar-icon-list[data-animate="true"] .nectar-icon-list-item .list-icon-holder,
      body.using-mobile-browser .nectar-icon-list[data-animate="true"]:after,
    	body.using-mobile-browser .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap,
      body.using-mobile-browser .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap *,
      body.using-mobile-browser .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner:after,
      body.using-mobile-browser .nectar-animated-title[data-style="hinge-drop"] .nectar-animated-title-inner,
      body.using-mobile-browser .nectar-fancy-box.has-animation,
      body.using-mobile-browser .img-with-aniamtion-wrap[data-animation*="reveal-from-"] img.img-with-animation,
      body.using-mobile-browser .img-with-aniamtion-wrap[data-animation*="reveal-from-"] .inner,
      body.using-mobile-browser .img-with-aniamtion-wrap[data-animation*="reveal-from-"],
      body.using-mobile-browser .nectar-post-grid:not([data-animation="none"]) .nectar-post-grid-item,
      body.using-mobile-browser .nectar-post-grid:not([data-animation="none"]) .nectar-post-grid-item .post-heading span,
      body.using-mobile-browser .nectar-post-grid:not([data-animation="none"]) .nectar-post-grid-item .meta-date,
      body.using-mobile-browser .nectar-woo-flickity[data-animation*="fade-in"] ul.products .flickity-cell,
      body.using-mobile-browser .nectar-rotating-words-title.element_stagger_words .text-wrap > span {
        transform: none!important;
        -webkit-transform: none!important;
      }

      body.using-mobile-browser .clients.fade-in-animation > div,
      body.using-mobile-browser .img-with-animation,
      body.using-mobile-browser .img-with-aniamtion-wrap .hover-wrap,
      body.using-mobile-browser .col.has-animation,
      body.using-mobile-browser .wpb_column.has-animation,
      body.using-mobile-browser .nectar_image_with_hotspots[data-animation="true"] .nectar_hotspot_wrap,
      body.using-mobile-browser .img-with-animation[data-animation="flip-in"],
      body.using-mobile-browser .col.has-animation[data-animation="flip-in"],
      body.using-mobile-browser .wpb_column.has-animation[data-animation="flip-in"],
      body.using-mobile-browser .img-with-animation[data-animation="flip-in-vertical"],
      body.using-mobile-browser .col.has-animation[data-animation="flip-in-vertical"],
      body.using-mobile-browser .wpb_column.has-animation[data-animation="flip-in-vertical"],
      body.using-mobile-browser .nectar-fancy-box.has-animation,
      body.using-mobile-browser .nectar-split-heading[data-animation-type="twist-in"],
      body.using-mobile-browser .nectar-split-heading span > .inner,
      body.using-mobile-browser .img-with-aniamtion-wrap[data-animation*="reveal-from-"] .inner,
      body.using-mobile-browser .nectar-post-grid:not([data-animation="none"]) .nectar-post-grid-item,
      body.using-mobile-browser .nectar-post-grid:not([data-animation="none"]) .nectar-post-grid-item .post-heading span,
      body.using-mobile-browser .nectar-post-grid:not([data-animation="none"]) .nectar-post-grid-item  .meta-date,
      body.using-mobile-browser .nectar-woo-flickity[data-animation*="fade-in"] ul.products .flickity-cell {
        opacity: 1!important;
      }


      body.using-mobile-browser .divider-border[data-animate="yes"],
      body.using-mobile-browser .divider-small-border[data-animate="yes"] {
        visibility: visible!important;
      }

      body.using-mobile-browser .nectar_cascading_images .cascading-image .inner-wrap,
      body.using-mobile-browser .nectar-icon-list[data-animate="true"] .content,
      body.using-mobile-browser .nectar-icon-list[data-animate="true"] .nectar-icon-list-item .list-icon-holder,
      body.using-mobile-browser .nectar-icon-list[data-animate="true"]:after,
    	body.using-mobile-browser .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap,
      body.using-mobile-browser .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap *,
      body.using-mobile-browser .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner:after,
      body.using-mobile-browser .nectar-animated-title[data-style="hinge-drop"] .nectar-animated-title-inner {
        opacity: 1!important;
        animation: none!important;
      }


      body.using-mobile-browser:not([data-m-animate="1"]) .wpb_animate_when_almost_visible,
      body.using-mobile-browser:not([data-m-animate="1"]) .wpb_animate_when_almost_visible.wpb_start_animation {
        opacity: 1;
        -webkit-animation: none;
        -o-animation: none;
        animation: none;
      }

      body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-bottom"] .column-inner-wrap,
    	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-top"] .column-inner-wrap,
    	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-left"] .column-inner-wrap,
    	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-right"] .column-inner-wrap,
    	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-bottom"] .column-inner,
    	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-top"] .column-inner,
    	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-left"] .column-inner,
    	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-right"] .column-inner {
        transform: none;
        -webkit-transform: none;
      }
      body.using-mobile-browser:not([data-m-animate="1"]) .nectar-split-heading .heading-line > div {
        transform: none;
        -webkit-transform: none;
      }

      body.using-mobile-browser:not([data-m-animate="1"]) .nectar-milestone:not(.animated-in) {
        opacity: 1;
      }
    }#footer-outer[data-cols="1"] #copyright .social li a {
        height: 50px;
      }
      #footer-outer[data-cols="1"] .col {
        text-align: center;
      }
      #footer-outer[data-cols="1"] #footer-widgets .container .col {
        width: 100%;
      }
      #footer-outer[data-cols="1"] #footer-widgets .span_12 > div:last-child {
        margin-bottom: 0;
      }
      #footer-outer[data-cols="1"] #copyright .col,
      #footer-outer[data-cols="1"] #copyright .col ul{
        width: 100%;
        float: none;
      }
      #footer-outer[data-cols="1"] #copyright #social li a {
        display: block;
        height: 50px;
        width: 50px;
      }
      #footer-outer[data-cols="1"] #copyright li a i {
        -webkit-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
        transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
        font-size: 20px;
        height: 50px;
        width: 50px;
        line-height: 48px;
      }
      #footer-outer[data-cols="1"]:not([data-custom-color="true"]) #copyright li a:hover i {
        border-color: #fff;
        color: #fff;
      }
      #footer-outer[data-cols="1"] #copyright .col ul li {
        margin-bottom: 25px;
      }
      .ascend #footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li:first-child,
      .material #footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li:first-child {
        padding-top: 4px!important;
      }
      #footer-outer[data-cols="1"] #copyright li,
      #footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li {
        float: none;
        display: inline-block;
        margin: 0 10px;
        width: auto;
      }
      #footer-outer[data-cols="1"] #copyright .widget {
        margin-bottom: 0;
      }
      #footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li,
      #footer-outer[data-cols="1"] #copyright .widget_nav_menu li,
      #footer-outer[data-cols="1"] #copyright .widget_pages li {
        vertical-align: top;
        text-align: left;
        margin: 0 15px;
      }
      #footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li ul,
      #footer-outer[data-cols="1"] #copyright .widget_nav_menu li ul,
      #footer-outer[data-cols="1"] #copyright .widget_pages li ul {
        padding-left: 0;
        margin-left: 0;
      }
      #footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li ul li,
      #footer-outer[data-cols="1"] #copyright .widget_nav_menu li ul li,
      #footer-outer[data-cols="1"] #copyright .widget_pages li ul li {
        display: block;
        margin-left: 0;
      }

      #footer-outer[data-cols="1"] #copyright .widget [data-style="minimal-counter"] > li::before,
      #footer-outer[data-cols="1"] #copyright .arrow-circle {
        display: none;
      }
      #footer-outer[data-cols="1"] #copyright .widget_search {
        margin: 20px 0;
      }
      #footer-outer[data-cols="1"] #copyright li a i:after {
        position: absolute;
        -webkit-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
        transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
        pointer-events: none;
        display: block;
        content: "";
        top: 0;
        left: 0;
        opacity: 0.2;
        border-radius: 50%;
        height: 46px;
        width: 46px;
      }
      #footer-outer[data-cols="1"] #copyright a i:after {
        border: 2px solid #fff;
      }
      #footer-outer[data-cols="1"] #copyright li a:hover i:after {
        opacity: 1;
      }
      body #footer-outer[data-cols="1"][data-disable-copyright="false"] .row {
        padding-top: 70px;
        padding-bottom: 40px;
      }
      #footer-outer[data-cols="1"][data-disable-copyright="false"] #copyright {
        padding-bottom: 70px;
      }
      body #footer-outer[data-cols="1"][data-disable-copyright="false"][data-using-widget-area="false"][data-copyright-line="false"][data-matching-section-color="true"] #copyright,
      body #footer-outer[data-cols="1"][data-disable-copyright="false"][data-using-widget-area="false"] #copyright {
        padding-top: 70px;
      }
      body #footer-outer[data-cols="1"][data-disable-copyright="false"][data-copyright-line="false"][data-matching-section-color="true"] .row {
        padding-bottom: 0;
      }
      body #footer-outer[data-cols="1"][data-disable-copyright="false"][data-copyright-line="false"][data-matching-section-color="true"] #copyright {
        padding-top: 30px;
      }
      #footer-outer[data-cols="1"] #copyright[data-layout="centered"] .col .social li {
        margin-top: 0;
      }
      #footer-outer #copyright[data-layout="centered"] .col,
      #footer-outer #copyright[data-layout="centered"] .col ul {
        width: 100%;
        float: none;
      }
      #footer-outer #copyright[data-layout="centered"] .col .social li {
        margin-top: 25px;
      }

      #footer-outer:not([data-cols="1"]) #copyright[data-layout="centered"] .social li a {
        height: 30px;
        width: 30px;
        line-height: 30px;
      }

      #footer-outer #copyright[data-layout="centered"] {
        padding: 45px 0;
      }

      #footer-outer #copyright[data-layout="centered"] li {
        float: none;
        display: inline-block;
        margin: 0 10px;
        width: auto;
      }
      @media only screen and (min-width: 1000px) {
        #footer-outer #copyright[data-layout="centered"] .col.span_5 {
          max-width: 70%;
          margin: 0 auto;
        }
      }
      @media only screen and (max-width: 999px) {
        #footer-outer #copyright[data-layout="centered"] .col.span_5 {
          margin-bottom: 0;
        }
      }
      #footer-outer #copyright[data-layout="centered"] .widget  {
        margin-bottom: 0;
      }

      #footer-outer #copyright[data-layout="centered"] .widget_nav_menu li,
      #footer-outer #copyright[data-layout="centered"] .widget_pages li {
        vertical-align: top;
        text-align: left;
        margin: 0 15px;
      }

      #footer-outer #copyright[data-layout="centered"] .widget_nav_menu li ul,
      #footer-outer #copyright[data-layout="centered"] .widget_pages li ul {
        padding-left: 0;
        margin-left: 0;
      }

      #footer-outer #copyright[data-layout="centered"] .widget_nav_menu li ul li,
      #footer-outer #copyright[data-layout="centered"] .widget_pages li ul li {
        display: block;
        margin-left: 0;
      }
      #footer-outer #copyright[data-layout="centered"] .widget [data-style="minimal-counter"] > li::before,
      #footer-outer #copyright[data-layout="centered"] .widget .arrow-circle {
        display: none;
      }
      #footer-outer #copyright[data-layout="centered"] .widget_search {
        margin: 20px 0;
      }
      #footer-outer #copyright[data-layout="centered"] .col {
        text-align: center;
      }
        #to-top{
          display:block;
          position:fixed;
          text-align:center;
          line-height:12px;
          right:17px;
          bottom:0px;
        	transform: translateY(105%);
          color:#fff;
          cursor:pointer;
          border-radius:2px;
          -webkit-border-radius:2px;
          z-index:9994;
          height:29px;
          width:29px;
          background-color:rgba(0,0,0,0.25);
          background-repeat:no-repeat;
          background-position:center;
          transition:background-color 0.1s linear;
          -webkit-transition:background-color 0.1s linear;
        }
        body[data-button-style*="rounded"] #to-top{
          transition:box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear;
          -webkit-transition:-webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear;
          background-color:rgba(0,0,0,0.25)
        }
        body[data-button-style*="rounded"] #to-top:hover,
        body[data-button-style*="rounded"] #to-top.dark:hover{
          transition:box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
          -webkit-transition:-webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
          box-shadow:1px 2px 3px rgba(0,0,0,0.16);
          background-color:transparent!important
        }
        body[data-button-style*="rounded"] #to-top:after,
        body[data-button-style*="rounded"] #to-top:before{
          display:block;
          content:" ";
          height:100%;
          width:100%;
          position:absolute;
          top:0;
          left:0;
          z-index:1;
          background-color:#000;
          transform:scale(0);
          -webkit-transform:scale(0);
          transition:all 0.3s cubic-bezier(.55,0,.1,1);
          -webkit-transition:all 0.3s cubic-bezier(.55,0,.1,1);
          border-radius:100px;
          -webkit-border-radius:100px
        }
        body[data-button-style*="rounded"] #to-top:before{
          background-color:rgba(255,255,255,0.25);
          transform:scale(1);
          -webkit-transform:scale(1);
          transition:all 0.5s cubic-bezier(0.165,0.84,0.44,1);
          -webkit-transition:all 0.5s cubic-bezier(0.165,0.84,0.44,1);
          opacity:0;
          z-index:2
        }
        body[data-button-style*="rounded"] #to-top:hover:after{
          transform:scale(1);
          -webkit-transform:scale(1);
        }
        body[data-button-style*="rounded"] #to-top{
          overflow:hidden
        }
        body[data-button-style*="rounded"] #to-top i.fa-angle-up.top-icon,
        body[data-button-style*="rounded"] #to-top i.fa-angle-up{
          -webkit-transform:translate(0,0px);
          transform:translate(0,0px);
          transition:transform 0.2s ease;
          -webkit-transition:transform 0.2s ease;
        }
        body[data-button-style*="rounded"] #to-top:hover i.fa-angle-up.top-icon,
        body[data-button-style*="rounded"] #to-top:hover i.fa-angle-up,
        body[data-button-style*="rounded"] #to-top.hovered i.fa-angle-up.top-icon,
        body[data-button-style*="rounded"] #to-top.hovered i.fa-angle-up{
          -webkit-transform:translate(0,-29px);
          transform:translate(0,-29px)
        }
        body[data-button-style*="rounded"] #to-top:active:before{
          opacity:1
        }
        #to-top i{
          line-height:29px;
          width:29px;
          height:29px;
          font-size:14px;
          top:0;
          left:0;
          text-align:center;
          position:relative;
          z-index:10;
          background-color:transparent
        }
        #to-top:hover,
        #to-top.dark:hover{
          background-color:#000
        }
        #to-top.dark{
          background-color:rgba(0,0,0,0.87)
        }
        body[data-button-style*="slightly_rounded"] #to-top {
          border-radius: 200px!important;
          -webkit-border-radius: 200px!important;
        }
        
	body,
		.toggle h3 a,
		body .ui-widget,
		table,
		select,
		.bar_graph li span strong,
		#slide-out-widget-area .tagcloud a,
		body .container .woocommerce-message a.button,
		#search-results .result .title span,
		.woocommerce ul.products li.product h3,
		.woocommerce-page ul.products li.product h3,
		.row .col.section-title .nectar-love span,
		body .nectar-love span,
		body .nectar-social .nectar-love .nectar-love-count,
		body .carousel-heading h2,
		.sharing-default-minimal .nectar-social .social-text,
		body .sharing-default-minimal .nectar-love,
		.widget ul.nectar_widget[class*="nectar_blog_posts_"] > li .post-date,
		.single [data-post-hs="default_minimal"] #single-below-header span,
		.single .heading-title[data-header-style="default_minimal"] #single-below-header span,
		#header-outer .nectar-image-link-widget .image-link-content span,
		#slide-out-widget-area.fullscreen .nectar-image-link-widget .image-link-content span,
		#slide-out-widget-area.fullscreen-alt .nectar-image-link-widget .image-link-content span, .nectar-header-text-content,
		#slide-out-widget-area .nectar-ext-menu-item .menu-item-desc,
		.woocommerce-checkout-review-order-table .product-info .product-quantity,
		#ajax-content-wrap .nectar-shop-header-bottom .widget_layered_nav_filters ul li a {font-size:16px; line-height:26px; font-weight:400; }.nectar-fancy-ul ul li .icon-default-style[class^="icon-"] {line-height:26px;}#ajax-content-wrap .nectar-shop-header-bottom .widget_layered_nav_filters ul li a,
					 .nectar-shop-header-bottom .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered,
					 body[data-fancy-form-rcs="1"] .nectar-shop-header-bottom .woocommerce-ordering select {
						 font-weight: 400!important;
					 }
		 @media only screen and (max-width: 1300px) and (min-width: 1000px) {
			 body {
				 font-size: 16px;
				 line-height: 26px;
			 }
		 }
		 @media only screen and (max-width: 999px) and (min-width: 690px) {
			 body {
				 font-size: 16px;
				 line-height: 26px;
			 }

		 }
		 @media only screen and (max-width: 690px) {
			 body {
				 font-size: 16px;
				 line-height: 26px;
			 }

		 }


 #top nav > ul > li > a,
		.span_3 .pull-left-wrap > ul > li > a,
		body.material #search-outer #search input[type="text"],
		#top nav ul .slide-out-widget-area-toggle a i.label,
    #top .span_9 > .slide-out-widget-area-toggle a.using-label .label,
		#header-secondary-outer .nectar-center-text,
		#slide-out-widget-area .secondary-header-text,
    #header-outer #mobile-menu ul li a,
		#header-outer #mobile-menu .secondary-header-text {text-transform: capitalize; font-size:18px; line-height:20px; font-weight:400;  }#top nav > ul > li[class*="button_solid_color"] > a:before, #header-outer.transparent #top nav > ul > li[class*="button_solid_color"] > a:before, #header-outer #top .slide-out-widget-area-toggle[data-custom-color="true"] a:before {
		    		height: 30px;
		    	}#top nav > ul > li[class*="button_bordered"] > a:before, #header-outer.transparent #top nav > ul > li[class*="button_bordered"] > a:before {
		    		height: 40px;
		    	}.material .sf-menu > li > a > .sf-sub-indicator [class^="icon-"] { font-size: 18px; }#top .sf-menu li ul li a,
		#header-secondary-outer nav > ul > li > a,
		#header-secondary-outer .sf-menu li ul li a,
		#header-secondary-outer ul ul li a,
		#header-outer .widget_shopping_cart .cart_list a,
		.nectar-slide-in-cart.style_slide_in_click .close-cart {font-size:14px; line-height:16px;  }

		@media only screen
		and (min-width : 1px) and (max-width : 999px)
		{
		  #top .sf-menu a {
		  	font-family: -!important;
		  	font-size: 14px!important;
		  }
		}#page-header-bg h1,
			body h1,
			body .row .col.section-title h1,
			.full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2,
			body #error-404 h1,
			[data-inherit-heading-family="h1"] {text-transform: uppercase; font-size:45px; line-height:55px; font-weight:700;  }
			@media only screen and (max-width: 1300px) and (min-width: 1000px) {
				body .row .col.section-title h1, body h1, .full-width-content .recent-post-container .inner-wrap h2 {
					font-size: 33.75px;
					line-height: 41.25px;
				}
			}
			@media only screen and (max-width: 999px) and (min-width: 690px) {
				body .row .col.section-title h1,
        body h1,
        html body .row .col.section-title.span_12 h1,
        #page-header-bg .span_6 h1,
        #page-header-bg.fullscreen-header .span_6 h1,
        .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2 {
					font-size: 31.5px;
					line-height: 38.5px;
				}
				.full-width-content .recent-post-container .inner-wrap h2 {
					font-size: 31.5px;
					line-height: 38.5px;
				}

				.wpb_wrapper h1.vc_custom_heading {
					font-size: 31.5px!important;
					line-height: 38.5px!important;
				}

			}
			@media only screen and (max-width: 690px) {
				body .row .col.section-title h1,
        body h1,
        html body .row .col.section-title.span_12 h1,
        body.single.single-post .row .col.section-title.span_12 h1,
        #page-header-bg .span_6 h1,
        #page-header-bg.fullscreen-header .span_6 h1,
        .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2 {
					font-size: 29.25px;
					line-height: 35.75px;
				}

				.wpb_wrapper h1.vc_custom_heading {
					font-size: 29.25px!important;
					line-height: 35.75px!important;
				}

			}


	#page-header-bg h2,
		body h2,
		article.post .post-header h2,
		article.post.quote .post-content h2,
		article.post.link .post-content h2,
		#call-to-action span,
		.woocommerce .full-width-tabs #reviews h3,
		.row .col.section-title h2,
		.nectar_single_testimonial[data-style="bold"] p,
		.woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control,
		body #error-404 h2, .woocommerce-page .woocommerce p.cart-empty,
		.nectar-ext-menu-item .inherit-h2 .menu-title-text,
		#slide-out-widget-area .nectar-ext-menu-item .inherit-h2,
		#mobile-menu .nectar-ext-menu-item .inherit-h2,
		#ajax-content-wrap .nectar-inherit-h2,
		[data-inherit-heading-family="h2"],
		.nectar-quick-view-box div.product h1.product_title.nectar-inherit-h2 { text-transform: uppercase; font-size:30px; line-height:40px; font-weight:700;  }
		.single-product div.product h1.product_title, .nectar-shop-header .page-title {
			font-size: 30px;
			line-height: 40px;
		}

		.nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h2"] .content {
			font-size: 30px;
		}


		@media only screen and (max-width: 1300px) and (min-width: 1000px) {
		 	body h2, .single-product div.product h1.product_title, .nectar-shop-header .page-title, #ajax-content-wrap .nectar-inherit-h2,
			.nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h2"] .content {
		 		font-size: 25.5px;
				line-height: 34px;
			}
			.row .span_2 h2, .row .span_3 h2, .row .span_4 h2, .row .vc_col-sm-2 h2, .row .vc_col-sm-3 h2, .row .vc_col-sm-4 h2 {
				font-size: 21px;
				line-height: 28px;
			}

		}

		@media only screen and (max-width: 999px) and (min-width: 690px) {
		.col h2, body h2, .single-product div.product h1.product_title, .nectar-shop-header .page-title, .woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control,
    .nectar_single_testimonial[data-style="bold"] p, #slide-out-widget-area .nectar-ext-menu-item .inherit-h2, #mobile-menu .nectar-ext-menu-item .inherit-h2, #ajax-content-wrap .nectar-inherit-h2,
		.nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h2"] .content {
				font-size: 24px;
				line-height: 32px;
			}
			.wpb_wrapper h2.vc_custom_heading {
				font-size: 24px!important;
				line-height: 32px!important;
			}

		}

		@media only screen and (max-width: 690px) {
		.col h2, body h2, .single-product div.product h1.product_title, .nectar-shop-header .page-title, .woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control,
    .nectar_single_testimonial[data-style="bold"] p, #slide-out-widget-area .nectar-ext-menu-item .inherit-h2, #ajax-content-wrap .nectar-inherit-h2,
		.nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h2"] .content {
				font-size: 22.5px;
				line-height: 30px;
			}
			.wpb_wrapper h2.vc_custom_heading {
				font-size: 22.5px!important;
				line-height: 30px!important;
			}
		}

	
	body h3,
	.row .col h3,
	.toggle h3 a,
	.ascend #respond h3,
	.ascend h3#comments,
	.woocommerce ul.products li.product.text_on_hover h3,
	.masonry.classic_enhanced .masonry-blog-item h3.title,
	.woocommerce ul.products li.product.material h3,
	.woocommerce-page ul.products li.product.material h3,
	.portfolio-items[data-ps="8"] .col h3,
	.nectar-hor-list-item[data-font-family="h3"],
	.woocommerce ul.products li.product h2, .nectar-quick-view-box h1,
	.nectar-ext-menu-item .inherit-h3 .menu-title-text,
	#slide-out-widget-area .nectar-ext-menu-item .inherit-h3,
	#mobile-menu .nectar-ext-menu-item .inherit-h3,
	#ajax-content-wrap .nectar-inherit-h3,
	[data-inherit-heading-family="h3"],
	.nectar-quick-view-box div.product h1.product_title.nectar-inherit-h3,
	.nectar-quick-view-box div.product .summary p.price.nectar-inherit-h3,
	body.woocommerce div.product p.price.nectar-inherit-h3 ins { text-transform: none; font-size:30px; line-height:40px; font-weight:700;  }
	@media only screen and (min-width: 1000px) {
		.ascend .comments-section .comment-wrap.full-width-section > h3#comments, .blog_next_prev_buttons[data-post-header-style="default_minimal"] .col h3 {
			font-size: 51px;
			line-height: 59px;
		}

		#ajax-content-wrap .masonry.classic_enhanced .masonry-blog-item.large_featured h3.title {
			font-size: 45px;
			line-height: 60px;
		}
	}

	@media only screen and (min-width: 1300px) and (max-width: 1500px){
		body .portfolio-items.constrain-max-cols.masonry-items .col.elastic-portfolio-item h3 {
			font-size: 25.5px;
			line-height: 34px;
		}
	}

	
	.nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h3"] .content {
		font-size: 30px;
	}

	@media only screen and (max-width: 1300px) and (min-width: 1000px) {
		.row .span_2 h3, .row .span_3 h3, .row .span_4 h3, .row .vc_col-sm-2 h3, .row .vc_col-sm-3 h3, .row .vc_col-sm-4 h3, .row .col h3, body h3, #ajax-content-wrap .nectar-inherit-h3,
		.nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h3"] .content {
			font-size: 25.5px;
			line-height: 34px;
		}
	}

	@media only screen and (max-width: 999px) and (min-width: 690px) {
		.row .span_2 h3, .row .span_3 h3, .row .span_4 h3, .row .vc_col-sm-2 h3, .row .vc_col-sm-3 h3, .row .vc_col-sm-4 h3, .row .col h3, body h3, #slide-out-widget-area .nectar-ext-menu-item .inherit-h3,
		#ajax-content-wrap .nectar-inherit-h3,
		.nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h3"] .content {
			font-size: 24px;
			line-height: 32px;
		}
		.wpb_wrapper h3.vc_custom_heading {
			font-size: 24px!important;
			line-height: 32px!important;
		}
	}

	@media only screen and (max-width: 690px) {
		.row .span_2 h3, .row .span_3 h3, .row .span_4 h3, .row .vc_col-sm-2 h3, .row .vc_col-sm-3 h3, .row .vc_col-sm-4 h3, .row .col h3, body h3, #slide-out-widget-area .nectar-ext-menu-item .inherit-h3, #mobile-menu .nectar-ext-menu-item .inherit-h3,
		#ajax-content-wrap .nectar-inherit-h3,
		.nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h3"] .content {
			font-size: 24px;
			line-height: 32px;
		}
		.wpb_wrapper h3.vc_custom_heading {
			font-size: 24px!important;
			line-height: 32px!important;
		}
	}


  @media only screen and (min-width: 1300px) {
    .nectar-post-grid[data-columns="2"][data-masonry="yes"] > div:nth-of-type(3n + 1) h3 {
      font-size: 42px;
    }
  }
  @media only screen and (max-width: 1300px) and (min-width: 1000px) {
    .nectar-post-grid[data-columns="2"][data-masonry="yes"] > div:nth-of-type(3n + 1) h3 {
      font-size: 35.7px;
    }
  }
  @media only screen and (max-width: 999px) and (min-width: 690px) {
    .nectar-post-grid[data-columns="2"][data-masonry="yes"] > div:nth-of-type(3n + 1) h3 {
      font-size: 33.6px;
    }
  }


	body h4,
		.row .col h4,
		.portfolio-items .work-meta h4,
		.list-icon-holder[data-icon_type="numerical"] span,
		.portfolio-items .col.span_3 .work-meta h4,
		#respond h3,
		.blog-recent.related-posts h3.title, h3#comments,
		.portfolio-items[data-ps="6"] .work-meta h4,
		.nectar-hor-list-item[data-font-family="h4"],
		.toggles[data-style="minimal_small"] .toggle > h3 a,
		.woocommerce #reviews #reply-title,
		p.woocommerce.add_to_cart_inline > span.woocommerce-Price-amount,
		p.woocommerce.add_to_cart_inline ins > span.woocommerce-Price-amount,
		#header-outer .total, #header-outer .total strong,
		.nectar-ext-menu-item .inherit-h4 .menu-title-text,
		#slide-out-widget-area .nectar-ext-menu-item .inherit-h4,
		#mobile-menu .nectar-ext-menu-item .inherit-h4,
		.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .product-meta a:not(.remove),
		.woocommerce-cart .product-name a,
		#ajax-content-wrap .nectar-inherit-h4,
		.archive.woocommerce .container-wrap > .main-content #sidebar > .header h4,
		[data-inherit-heading-family="h4"],
		.nectar-quick-view-box div.product h1.product_title.nectar-inherit-h4,
		.nectar-quick-view-box div.product .summary p.price.nectar-inherit-h4,
		body.woocommerce div.product p.price.nectar-inherit-h4 ins { font-size:20px; line-height:30px; font-weight:700;  }
		@media only screen and (min-width: 690px) {
			.portfolio-items[data-ps="6"] .wide_tall .work-meta h4 {
				font-size: 34px!important;
				line-height: 42px!important;
			}

			.nectar-slide-in-cart .widget_shopping_cart .cart_list .mini_cart_item > a:not(.remove) {
				font-weight:700!important;			}

		}

		
		.nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h4"] .content {
			font-size: 20px;
		}

		@media only screen and (max-width: 1300px) and (min-width: 1000px) {
			.row .col h4, body h4, .woocommerce-cart .product-name a, #ajax-content-wrap .nectar-inherit-h4,
			.nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h4"] .content {
				font-size: 20px;
				line-height: 30px;
			}
		}

		@media only screen and (max-width: 999px) and (min-width: 690px) {
			.row .col h4, body h4, #slide-out-widget-area .nectar-ext-menu-item .inherit-h4,
			.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .product-meta a:not(.remove),
			.woocommerce-cart .product-name a,
			#ajax-content-wrap .nectar-inherit-h4,
			.nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h4"] .content {
				font-size: 20px;
				line-height: 30px;
			}
		}

		@media only screen and (max-width: 690px) {
			.row .col h4, body h4, #slide-out-widget-area .nectar-ext-menu-item .inherit-h4,
			.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .product-meta a:not(.remove),
			.woocommerce-cart .product-name a,
			#ajax-content-wrap .nectar-inherit-h4,
			.archive.woocommerce .container-wrap > .main-content #sidebar > .header h4,
			.nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h4"] .content {
				font-size: 18px;
				line-height: 27px;
			}
		}

	
	body h5,
		.row .col h5,
		.portfolio-items .work-item.style-3-alt p,
		.nectar-hor-list-item[data-font-family="h5"],
		.nectar-ext-menu-item .inherit-h5 .menu-title-text,
		#slide-out-widget-area .nectar-ext-menu-item .inherit-h5,
		#ajax-content-wrap .nectar-inherit-h5,
		[data-inherit-heading-family="h5"],
		.nectar-quick-view-box div.product h1.product_title.nectar-inherit-h5,
		.nectar-quick-view-box div.product .summary p.price.nectar-inherit-h5,
		body.woocommerce div.product p.price.nectar-inherit-h5 ins { font-size:16px; line-height:26px; font-weight:700;  }
		body .wpb_column > .wpb_wrapper > .morphing-outline .inner > h5 {
			font-size: 22px;
		}

		
		@media only screen and (max-width: 1300px) and (min-width: 1000px) {
			.row .col h5, body h5, #ajax-content-wrap .nectar-inherit-h5 {
				font-size: 16px;
				line-height: 26px;
			}
		}

		@media only screen and (max-width: 999px) and (min-width: 690px) {
			.row .col h5, body h5, #ajax-content-wrap .nectar-inherit-h5 {
				font-size: 16px;
				line-height: 26px;
			}
		}

		@media only screen and (max-width: 690px) {
			.row .col h5, body h5, #slide-out-widget-area .nectar-ext-menu-item .inherit-h5, #ajax-content-wrap .nectar-inherit-h5 {
				font-size: 16px;
				line-height: 26px;
			}
		}

	
	

	

  
	
	
	
	
	
	
	
	body #slide-out-widget-area .inner .off-canvas-menu-container li a,
			body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a,
			body #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a,
			body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a,
			body #nectar-ocm-ht-line-check { text-transform: capitalize; font-size:24px; line-height:26px; font-weight:400;  }
			@media only screen and (min-width: 690px) and (max-width: 999px) {
				body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a,
        #slide-out-widget-area.fullscreen-split .off-canvas-menu-container > ul > li > a,
				body #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a  {
					font-size: 21.6px!important;
					line-height: 23.4px!important;
				}
			}

			@media only screen and (max-width: 690px) {
				body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a,
        #slide-out-widget-area.fullscreen-split .off-canvas-menu-container > ul > li > a,
				body #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a {
					font-size: 16.8px!important;
					line-height: 18.2px!important;
				}
			}

			body.material #slide-out-widget-area.slide-out-from-right  .off-canvas-menu-container li li a,
					#slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"]  .off-canvas-menu-container li li a { font-size: 16.8px; line-height: 16.8px; }
  
	
	
	

	blockquote,
			.testimonial_slider blockquote,
			.testimonial_slider blockquote span,
			.testimonial_slider[data-style="minimal"] blockquote span:not(.title),
			.testimonial_slider[data-style="minimal"] blockquote,
			.testimonial_slider[data-style="minimal"] .controls { font-size:18px; line-height:32px; font-weight:400;  }
	

	

	#footer-outer .widget h4,
      #sidebar h4,
      #call-to-action .container a,
      .uppercase,
      .nectar-post-grid-wrap .load-more,
      .nectar-button,
      .nectar-button.medium,
      .nectar-button.small,
      .nectar-view-indicator span,
      .nectar-3d-transparent-button,
      .swiper-slide .button a,
      .play_button_with_text span[data-font*="btn"],
      body .widget_calendar table th,
      body #footer-outer #footer-widgets .col .widget_calendar table th,
      body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li > a,
      .carousel-heading h2, body .gform_wrapper .top_label .gfield_label,
      body .vc_pie_chart .wpb_pie_chart_heading,
      #infscr-loading div, #page-header-bg .author-section a,
      .ascend input[type="submit"], .ascend button[type="submit"],
      .material input[type="submit"],
      .material button[type="submit"],
      body.material #page-header-bg.fullscreen-header .inner-wrap >a,
      #page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a,
      .widget h4, .text-on-hover-wrap .categories a,
      .meta_overlaid article.post .post-header h3,
      .meta_overlaid article.post.quote .post-content h3,
      .meta_overlaid article.post.link .post-content h3,
      .meta_overlaid article .meta-author a,
      .pricing-column.highlight h3 .highlight-reason,
      .blog-recent[data-style="minimal"] .col > span,
      body .masonry.classic_enhanced .posts-container article .meta-category a,
      body .masonry.classic_enhanced .posts-container article.wide_tall .meta-category a,
      .blog-recent[data-style*="classic_enhanced"] .meta-category a,
      .nectar-recent-posts-slider .container .strong,
      .single .heading-title[data-header-style="default_minimal"] .meta-category a,
      .nectar-fancy-box .link-text,
      .post-area.standard-minimal article.post .post-meta .date a,
      .post-area.standard-minimal article.post .more-link span,
      body[data-button-style="rounded"] #pagination > a,
      html body #pagination > span,
      body[data-form-submit="see-through-2"] input[type=submit],
      body[data-form-submit="see-through-2"] button[type=submit],
      body[data-form-submit="see-through"] input[type=submit],
      body[data-form-submit="see-through"] button[type=submit],
      body[data-form-submit="regular"] input[type=submit] body[data-form-submit="regular"] button[type=submit],
      .nectar_team_member_overlay .team_member_details .title,
      body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li > ul > li.has-ul > a,
      .nectar_fullscreen_zoom_recent_projects .project-slide .project-info .normal-container > a,
      .nectar-hor-list-item .nectar-list-item-btn,
      .nectar-category-grid-item .content span.subtext,
      .yikes-easy-mc-form .yikes-easy-mc-submit-button,
      .nectar-cta .nectar-button-type,
      .nectar-post-grid-wrap .nectar-post-grid-filters h4 { text-transform: uppercase!important; font-size:18px; font-weight:700;  }
	

	

/* =============== Content =============== */

.body-container-wrapper {}
.body-container .page-center {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.footer-group .page-center {
  padding-top: calc(100vw * 0.07) !important;
}


.header-right-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.copyright p {
  text-align: center;
  color: #ffffff;
  line-height: 22px;
  margin: 0;
  font-size: 14px;
}

.copyright {
  padding-bottom: 70px;
  margin-top: 5px;
}

.footer-group {
  background-color: #bf0d3e;
  color: #fff;
}

ul.social {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 14px;
}

ul.social li {
  display: inline-block;
  margin: 0 10px;
  width: auto;
  margin-bottom: 25px;
}

ul.social li a {
  display: block;
  height: 50px;
  width: 50px;
  line-height: 22px;
  position: relative;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background-position: center top;
  color: #ffffff;
}

ul.social li a i.fa {
  -webkit-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
  font-size: 20px;
  height: 50px;
  width: 50px;
  line-height: 48px;
  font-family: "Font Awesome 5 Brands" !important;
}
ul.social .fa-facebook-f:before, ul.social .fa-facebook:before {
  content: "\f39e";
}
.fa.fa-youtube-play:before {
  content: "\f167";
}
ul.social li a i:after {
  position: absolute;
  -webkit-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
  pointer-events: none;
  display: block;
  content: '';
  top: 0;
  left: 0;
  opacity: 0.2;
  border-radius: 50%;
  border: 2px solid #fff;
  height: 50px;
  width: 50px;
  border-color: #ffffff;
}

ul.social li a:hover i:after {
  opacity: 1;
}

.widget-span.footer-logo {
  width: 31.914893614%;
  margin: auto !important;
  float: none;
  margin-bottom: 21px !important;
}

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

.footer-links a {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  visibility: visible;
  opacity: 0.9;
  padding: 15px 35px;
  font-size: 14px;
  font-family: uniform;
  text-transform: uppercase;
  font-weight: 700;
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
  -o-transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
  letter-spacing: 2px;
  margin-bottom: 11px;
  line-height: 20px;
  display: inline-block;
}
.footer-links .widget-span.footer-col {
  width: calc(20% - 1.7%);
  margin-left: 2.1%;
}
.footer-links .widget-span.footer-col:first-child {
  margin: 0;
}
.footer-links a:hover {
  opacity: 1;
}

.footer-links {
  text-align: center;
  padding-top: 3%;
  padding-bottom: 3%;
}

ul.social {
}

.footer-social-wrap {
  padding-top: 30px;
}


/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1001px) {
  body.mobile-open {
    overflow: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .sticky .custom-logo a {
    transition: margin 0.32s ease;
    margin-top: 15.555555555556px;
    margin-bottom: 15.555555555556px;
  }

  .sticky .custom-logo img {
    transition: height 0.32s ease;
    height: 19px;
  }
  .mobile.custom-menu-primary {
    display: none;
  }
  .widget-span.custom-menu-primary {
    min-height: 360px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    width: 50%;
    display: block;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    float: none !important;
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 60px;
    color: #000000;
    font-weight: normal;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper {
    padding-top: 12px;
    position: absolute;
    visibility: hidden !important;
    opacity: 0 !important;
    transition: opacity .5s ease-in-out !important;
    -moz-transition: opacity .5s ease-in-out !important;
    -webkit-transition: opacity .5s ease-in-out !important;
    right: 0 !important;
    top: 0 !important;
    left: 100% !important;
    z-index: 0;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.open > .hs-menu-children-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 999;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #000000;
    font-weight: normal;
    display: inline-block !important;
    white-space: normal !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.open > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #bf0d3e;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    overflow: hidden;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul ul li {
    padding-left: 25px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 0;
    overflow: hidden;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover > ul > li {
    height: 25px;
  }
  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
  }

  .child-trigger {
    display: none;
  }
  .footer-logo img {
    margin-left: 7px;
  }
}



/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }


#comments-listing.no-comments {
  border: none;
}

.comment.depth-0 {
  border-bottom: 1px solid #ccc !important;
  border-top: medium none !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

.comment-reply-to {
  margin-bottom: 15px;
  cursor: pointer;
  outline: 0;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  display: block !important;
  font-size: 13px;
  text-align: left;
}

.comment-from {
  font-weight: bold;
}

.comment-body {
  padding: 10px 0;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-search-field,
.hs-form-field {
  margin-bottom: 15px;
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #555555;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  max-width: 500px;
  display: block;
  -webkit-appearance: none;
  color: #666666;
  background-color: #ffffff;
  border: 2px solid #ddd;
  padding: 0 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 15px;
  height: 40px;
  outline: none;
  font-family: inherit;
  line-height: 24px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border: 2px solid #bbb;
}

/* Separate Styles for Multiple Line Inputs */
textarea {
  height: auto;
}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs {
  padding: 0;
  margin: 0;
}

.hs-error-msgs li {
  list-style: none;
}

.hs-error-msgs label {
  display: block;
  width: 100%;
  max-width: 500px;
  background: #C74A4A;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  position: relative;
  padding: 12px;
  font-size: 14px;
  line-height: 20px;
  margin: 12px 0 0 0;
}

.hs-error-msgs label:before {
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d8";
  top: -17px;
  left: 10px;
  position: absolute;
  z-index: 900;
  color: #C74A4A;
  font-size: 28px;
  line-height: 1em;
}
.hs_error_rollup .hs-error-msgs label:before {
  content: none;
}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */
.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  white-space: normal;
  text-align: center;
  padding: 15px 22px;
  background-color: #bf0d3e;
  box-shadow: none;
  text-shadow: none;
  outline: none;
  margin: 15px 0;
  opacity: 1;
  border: 0;
  color: #ffffff;
  transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
}
body:not(.hs-blog-post) .hs-button.primary,
body:not(.hs-blog-post) input[type="submit"],
body:not(.hs-blog-post) input[type="button"] {
  font-size: 15px;
  font-family: inherit;
  line-height: 1em;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.85;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
#back-to-top {
  display: block;
  position: fixed;
  text-align: center;
  line-height: 12px;
  right: 17px;
  bottom: -30px;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  z-index: 8;
  height: 29px;
  width: 29px;
  background-color: rgba(0,0,0,0.25);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}
#back-to-top i {
  line-height: 29px;
  width: 29px;
  height: 29px;
  font-size: 14px;
}
#back-to-top.active {
  bottom: 17px;
}

#back-to-top.drak {
  background-color: rgba(0,0,0,0.87);
}

#back-to-top.drak:hover,
#back-to-top:hover {
  background-color: #bf0d3e;
}

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

.hs-blog-post .widget-type-blog_comments .hs_cos_wrapper_type_blog_comments form {
  position: relative;
}

.hs-blog-post .widget-type-blog_comments .hs_cos_wrapper_type_blog_comments form:before {
  content: 'Leave a Reply';
  color: #444;
  margin-bottom: 15px;
  display: block;
  font-family: uniform;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

#search-outer {
  background-color: #bf0d3e;
  height: 35vh;
  position: absolute;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transform: translate3d(0, -35vh, 0);
  -webkit-transform: translate3d(0, -35vh, 0);
  z-index: 999999;
  padding: 0;
  top: -1px;
  display: block;
  overflow: hidden;
  width: 100%;
  left: 0;
}
#search-outer.material-open {
  transform: translate3d(0,0vh,0);
  -webkit-transform: translate3d(0,0vh,0);
}

#search-outer #search {
  position: relative;
  z-index: 10;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

#search-outer #search .page-center {
  width: 100%;
  position: relative;
}

#search-outer #search-box, #search-outer #search #close {
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transform: translate3d(0,35vh,0);
  opacity: 0;
}

#search-outer .inner-wrap {
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
#search-outer.material-open .inner-wrap {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#search-outer input[type="text"] {
  border: 0;
  position: relative;
  padding: 0;
  background-color: transparent;
  border-bottom: 4px solid #ffffff;
  line-height: 100px;
  font-weight: 400;
  font-family: Roboto;
  text-transform: capitalize;
  max-width: unset;
  padding-right: 70px;
  height: 100px;
  color: #ffffff;
  font-size: 70px;
  letter-spacing: 1px;
  border-radius: 4px;
}

#search-outer input::-webkit-input-placeholder {
  color: #ffffff;
}

#search-outer #search-box span {
  opacity: 0.7;
  color: #ffffff;
  display: block;
  margin-top: 15px;
}

#search-outer.material-open #search-box, 
#search-outer.material-open #search #close {
  transform: translate3d(0,0vh,0);
  opacity: 1;
}

#close {
  position: absolute;
  top: 25px;
  right: 40px;
}

#close a {
  display: block;
  width: 24px;
  height: 17px;
  line-height: 22px;
  z-index: 10;
  position: absolute;
  top: 16px;
  right: 64px;
}

#close a span {
  color: #ffffff;
  font-size: 20px;
}

#search-outer .close-wrap .close-line {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
  animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#close a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .05);
  content: '';
  transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  transform: scale(1);
}

#close a:hover:before {
  transform: scale(1.2) translateZ(0);
  -webkit-transform: scale(1.2) translateZ(0);
}

#close .close-wrap {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  width: 20px;
  height: 20px;
  display: block;
  overflow: hidden;
}

#search-outer #search #close a span:not(.close-line) {
  font-size: 18px;
  height: 20px;
  line-height: 19px;
  background-color: transparent;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#search-outer .close-wrap .close-line {
  background-color: #ffffff;
  height: 100%;
  width: 2px;
  background: #fff;
  backface-visibility: hidden;
  position: absolute;
  border-radius: 5px;
  left: 9px;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}

#search-outer:not(.material-open) .close-line1 {
  -webkit-transform: translateY(0) translateX(0) rotate(-45deg);
  transform: translateY(0) translateX(0) rotate(-45deg);
  -webkit-animation-name: crossLeftClose;
  animation-name: crossLeftClose;
  -webkit-animation-delay: .0s;
  animation-delay: .0s;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
}

#search-outer:not(.material-open) .close-line2 {
  -webkit-transform: translateY(0) translateX(0) rotate(45deg);
  transform: translateY(0) translateX(0) rotate(45deg);
  -webkit-animation-name: crossRightClose;
  animation-name: crossRightClose;
  -webkit-animation-delay: .06s;
  animation-delay: .06s;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
}

#search-outer.material-open .close-wrap .close-line1 {
  -webkit-transform: translateY(-30px) translateX(30px) rotate(45deg);
  transform: translateY(-30px) translateX(30px) rotate(45deg);
  -webkit-animation-name: crossRight;
  animation-name: crossRight;
  -webkit-animation-delay: .29s;
  animation-delay: .29s;
}

#search-outer.material-open .close-wrap .close-line2 {
  -webkit-transform: translateY(-30px) translateX(-30px) rotate(-45deg);
  transform: translateY(-30px) translateX(-30px) rotate(-45deg);
  -webkit-animation-name: crossLeft;
  animation-name: crossLeft;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

@-webkit-keyframes crossLeft {
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(-45deg);
    transform: translateY(0px) translateX(0px) rotate(-45deg)
  }
}

@keyframes crossLeft {
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(-45deg);
    transform: translateY(0px) translateX(0px) rotate(-45deg)
  }
}

@-webkit-keyframes crossLeftClose {
  100% {
    -webkit-transform: translateY(22px) translateX(22px) rotate(-45deg);
    transform: translateY(22px) translateX(22px) rotate(-45deg)
  }
}

@keyframes crossLeftClose {
  100% {
    -webkit-transform: translateY(22px) translateX(22px) rotate(-45deg);
    transform: translateY(22px) translateX(22px) rotate(-45deg)
  }
}

@-webkit-keyframes crossRight {
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(45deg);
    transform: translateY(0px) translateX(0px) rotate(45deg)
  }
}

@keyframes crossRight {
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(45deg);
    transform: translateY(0px) translateX(0px) rotate(45deg)
  }
}

@-webkit-keyframes crossRightClose {
  100% {
    -webkit-transform: translateY(22px) translateX(-22px) rotate(45deg);
    transform: translateY(22px) translateX(-22px) rotate(45deg)
  }
}

@keyframes crossRightClose {
  100% {
    -webkit-transform: translateY(22px) translateX(-22px) rotate(45deg);
    transform: translateY(22px) translateX(-22px) rotate(45deg)
  }
}

/* Blog Style */
.blog-listing-wrapper .post-listing .post-item {
  margin-bottom: 6%;
}

.inner-wrap {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  height: 100%;
  transition: opacity 0.3s cubic-bezier(0.3, 0.58, 0.55, 1), transform 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.3, 0.58, 0.55, 1), -webkit-transform 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
}

.post-content {
  position: relative;
  min-height: 98px;
}

.article-content-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.post-featured-img-wrap {
  width: 33%;
  position: relative;
  border-radius: 5px;
  transition: all .7s cubic-bezier(.2, 1, .22, 1);
  -webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1);
}

.post-featured-img-wrap a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.post-featured-img-wrap a .post-featured-img {
  margin-bottom: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all .7s cubic-bezier(.2, 1, .22, 1);
  -webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.post-content-wrap {
  width: 66.6%;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
  padding: 6% 0 6% 6%;
}

.article-content-wrap .entire-meta-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 101;
  height: 100%;
}

.post-header {
  margin-bottom: 12px;
  font-size: 11px;
  color: #888;
}

.post-header .title {
  text-transform: none;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #444;
}

.post-header .title a {
  color: inherit;
  font-family: uniform;
}
.post-header .title a:hover {
  color: #bf0d3e;
}

.post-content-wrap .meta-category,
.grav-wrap {
  z-index: 150;
  position: relative;
  margin-top: 20px;
}

.grav-wrap {
  margin-top: 20px;
}

.grav-wrap a {
  color: inherit;
}

.grav-wrap a img {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin-bottom: 0;
  margin-right: 13px;
  vertical-align: middle;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

.grav-wrap .text a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: inherit;
}

.grav-wrap .text span {
  font-size: 13px;
  line-height: 18px;
}

.post-featured-img-wrap:before {
  transition: box-shadow .7s cubic-bezier(.2, 1, .22, 1);
  -webkit-transition: box-shadow .7s cubic-bezier(.2, 1, .22, 1);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  transform: scale(0.96);
  border-radius: 5px;
}

.post-item:hover .post-featured-img-wrap:before {
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.17);
}

.post-item:hover .post-featured-img-wrap {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.post-content-wrap .meta-category a {
  font-size: 14px;
  line-height: 19px;
  position: relative;
  display: inline-block;
  margin: 0 10px 10px 0;
  color: #bf0d3e;
}

.post-content-wrap .meta-category a:after {
  background-color: #bf0d3e;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: left;
  -webkit-transform: scaleX(0);
  transform-origin: left;
  -webkit-transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
}

.post-content-wrap .meta-category a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.grav-wrap .text {
  vertical-align: middle;
  display: inline-block;
  line-height: 0;
}
.grav-wrap.hover a img,
.grav-wrap a:hover img {
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.19);
}

.blog-pagination a {
  display: table;
}

.blog .blog-content {
  width: 68.5%;
  margin-top: 4px;
}
.blog .blog-sidebar {
  width: 27.5%;
  margin-left: 4%;
}

.blog .blog-sidebar input.hs-search-field__input {
  padding: 10px;
  width: 100%;
  max-width: unset;
  padding-right: 45px;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  border: 2px solid rgba(0, 0, 0, 0);
  font-size: 14px;
  font-family: inherit;
  line-height: 24px;
  color: #555;
  height: auto;
}

.blog .blog-sidebar button.search-widget-btn {
  padding: 15px 22px;
  transform: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0;
  background-color: transparent;
  position: absolute;
  right: 0px;
  margin: 0;
  border-radius: 0;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  width: auto;
  font-size: 12px;
  outline: 0;
}

.blog .blog-sidebar .hs-search-field {
  margin: 0;
  position: relative;
}

.blog .blog-sidebar .widget-span {
  margin-bottom: 60px;
}

.blog .blog-sidebar .hs-search-field form {
  position: relative;
}

.blog .blog-sidebar input.hs-search-field__input:focus {
  border-color: #bf0d3e;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
}

.blog .blog-sidebar button.search-widget-btn span.text {
  display: none;
}

.blog .blog-sidebar button.search-widget-btn .icon-salient-search {
  color: #bf0d3e;
  margin-top: 1px;
  display: block;
  font-size: 17px;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  speak: none;
}

.blog .blog-sidebar button.search-widget-btn:hover {
  opacity: 0.85;
}

.blog .blog-sidebar h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 2px;
  line-height: 30px;
  color: #999;
}

.blog .blog-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #676767;
}

.blog .blog-sidebar ul li {
  padding: 4px 0;
}

.blog .blog-sidebar ul li a {
  display: block;
  color: inherit;
}

.blog .blog-sidebar ul li a span.filter-link-count {
  display: none;
}

.blog .blog-sidebar ul li a:hover {
  color: #bf0d3e;
}

.blog .footer-group .page-center {
  padding-top: 0 !important;
}

.blog .footer-social-wrap {
  padding-top: 28px;
}

.blog-post-wrapper .post-body {
  color: #676767;
}

.blog-post-wrapper .post-body {
  color: #676767;
}

.banner-container {
  display: table;
  width: 100%;
  height: 550px;
  position: relative;
  z-index: 1;
}

.custom-banner {
  background-color: #333333;
  background-position: top center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-banner:after {
  background-color: rgba(45, 45, 45, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: ' ';
  z-index: 0;
  display: block;
}

.banner-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.banner-content > a {
  font-family: uniform;
  text-transform: uppercase !important;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.4);
  padding: 4px 10px;
  margin: 5px 6px 15px 5px;
  display: inline-block;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.banner-content .entry-title {
  padding: 16px 0 16px 0;
  max-width: 1000px;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1px;
}

#single-below-header {
  position: relative;
  margin-top: 8px;
  margin-bottom: 0px;
  font-size: 11px;
  color: #888;
}

#single-below-header > span {
  padding: 0 10px 0 10px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

#single-below-header > span:first-child {
  border: 0;
  padding-left: 0;
}

.banner-content > a:hover {
  background-color: #bf0d3e;
  border-color: transparent;
}

#single-below-header > span a {
  color: inherit;
}

#single-below-header > span a:hover {
  color: rgba(255, 255, 255, 1);
}

.page-header-no-bg .banner-container {
  height: auto;
  padding-top: 35px !important;
  padding-bottom: 24px !important;
}

.custom-banner.page-header-no-bg {
  background-color: #fff;
  padding: 0;
  min-height: unset;
}

.custom-banner.page-header-no-bg:after {
  content: none;
}

.page-header-no-bg .banner-content {
  text-align: left;
}

.page-header-no-bg .banner-content .subheader {
  font-size: 20px;
  line-height: 20px;
  color: #888;
  position: relative;
  font-family: 'Open Sans';
}

.page-header-no-bg .banner-content h1 {
  color: #444;
  margin: 0;
}

.page-header-no-bg .banner-content {
  border-bottom: 1px solid #ddd;
  padding-bottom: 36px;
}

.widget-span.custom-blog-comment {
  max-width: 1000px !important;
  margin: 0 auto!important;
  float: none;
}

.widget-span.custom-blog-comment .input input, 
.widget-span.custom-blog-comment textarea {
  max-width: unset;
  background-color: rgba(0,0,0,0.04);
  border-radius: 4px;
  border: 2px solid rgba(0,0,0,0);
  font-size: 14px;
  font-family: inherit;
  line-height: 24px;
  color: #555;
  padding: 10px;
  height: auto;
}

.widget-span.custom-blog-comment .input input:focus, .widget-span.custom-blog-comment textarea:focus {
  border-color: #bf0d3e;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.11);
}

.widget-span.custom-blog-comment input[type="submit"] {
  padding: 15px 22px;
  background-color: #bf0d3e;
  border-radius: 0;
  border: none;
  color: #fff;
  transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
  width: auto;
  font-size: 12px;
}

#author-bio {
  padding-top: 30px;
  min-height: 80px;
  position: relative;
}

#author-bio img {
  border-radius: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 80px;
  height: 80px;
}

#author-bio #author-info {
  width: 75%;
  vertical-align: middle;
  display: inline-block;
  padding-left: 30px;
}

#author-info h3 {
  margin: 0;
  color: #444;
  font-family: uniform;
}

#author-info h3 a {
  color: inherit;
}

#author-info h3 a:hover {
  color: #bf0d3e;
}
.hs-blog-post .hs-form-field > label {
  font-family: Roboto;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.hs-blog-post span.hs-form-required {
  color: #bf0d3e;
}

ul.controls {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .controls {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .controls > .only {
  width: 100%!important;
}
.blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post,
.blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post {
  width: 50%;
  line-height: 0;
  height: auto !important;
  padding: 6%;
  min-height: 300px;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  -moz-box-align: center;
  -moz-box-pack: center;
  align-items: center;
  -webkit-align-items: center;
  float: none !important;
  overflow: hidden;
  position: relative;
  background-color: #333;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post,
.blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post {
  padding: 6% 9%;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post:after,
.blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post:after {
  background-color: rgba(13, 13, 13, 0.35);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  transition: background-color 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post:hover:after,
.blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post:hover:after {
  background-color: rgba(13, 13, 13, 0.9);
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 101;
  display: block;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post:hover h3 {
  -webkit-transform: translateX(-40px) translateZ(0);
  transform: translateX(-40px) translateZ(0);
  backface-visibility: hidden;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post:hover h3 {
  transform: translateX(40px) translateZ(0);
  backface-visibility: hidden;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post.mouse-leaving h3 .text .line {
  animation: rightLineEnd 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post.mouse-leaving h3 .text .line {
  animation: rightLineEnd2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post:hover h3 .text .line {
  -webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
  -webkit-transform-origin: left;
  transform: translateY(-50%) translateX(0px) scaleX(1);
  transform-origin: left;
  animation: rightLineStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post:hover h3 .text .line {
  -webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
  -webkit-transform-origin: right;
  transform: translateY(-50%) translateX(0px) scaleX(1);
  transform-origin: right;
  animation: rightLineStart2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
.blog_next_prev_buttons[data-style="fullwidth_next_prev"] h3 .text .line {
  height: 2px;
  width: 45px;
  background-color: #fff;
  position: absolute;
  content: '';
  right: -74px;
  display: block;
  backface-visibility: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(28px) scaleX(0);
  -webkit-transform-origin: right;
  transform: translateY(-50%) translateX(28px) scaleX(0);
  transform-origin: right;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post h3 .text .line {
  -webkit-transform: translateY(-50%) translateX(-28px) scaleX(0);
  -webkit-transform-origin: left;
  transform: translateY(-50%) translateX(-28px) scaleX(0);
  transform-origin: left;
  left: -74px;
  right: auto;
}

@keyframes portRightLineStart {
  0% {
    transform: translateY(-50%) translateX(-25px) scaleX(0);
  }

  100% {
    transform: translateY(-50%) translateX(0px) scaleX(1);
  }
}

@keyframes rightLineStart {
  0% {
    transform: translateY(-50%) translateX(-88px) scaleX(0);
  }

  100% {
    transform: translateY(-50%) translateX(0px) scaleX(1);
  }
}

@keyframes rightLineEnd {
  0% {
    transform: translateY(-50%) translateX(0px) scaleX(1);
  }

  100% {
    transform: translateY(-50%) translateX(28px) scaleX(0);
  }
}

@keyframes rightLineStart2 {
  0% {
    transform: translateY(-50%) translateX(88px) scaleX(0);
  }

  100% {
    transform: translateY(-50%) translateX(0px) scaleX(1);
  }
}

@keyframes rightLineEnd2 {
  0% {
    transform: translateY(-50%) translateX(0px) scaleX(1);
  }

  100% {
    transform: translateY(-50%) translateX(-28px) scaleX(0);
  }
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] h3 .next-arrow {
  position: absolute;
  backface-visibility: hidden;
  right: -43px;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  width: 40px;
  display: block;
  transform: translateX(38px);
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post.mouse-leaving h3 .next-arrow {
  animation: rightArrowEnd2 0.7s cubic-bezier(0, 0.2, 0.1, 1) forwards;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post.mouse-leaving h3 .next-arrow {
  animation: rightArrowEnd 0.7s cubic-bezier(0, 0.2, 0.1, 1) forwards;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post h3 .next-arrow {
  -webkit-transform: translateX(38px) rotate(180deg);
  transform: translateX(38px) rotate(180deg);
  left: -43px;
  right: auto;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post:hover h3 .next-arrow {
  animation: rightArrowStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post:hover h3 .next-arrow {
  animation: rightArrowStart2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post:hover h3 .next-arrow,
.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post:hover h3 .next-arrow {
  -webkit-transform: translateX(42px);
  transform: translateX(42px);
}


@keyframes rightArrowStart {
  0% {
    transform: translateX(-50px);
  }

  100% {
    transform: translateX(42px);
  }
}

@keyframes rightArrowEnd {
  0% {
    transform: translateX(42px);
  }

  100% {
    transform: translateX(75px);
  }
}

@keyframes rightArrowStart2 {
  0% {
    transform: translateX(50px) rotate(180deg);
  }

  100% {
    transform: translateX(-42px) rotate(180deg);
  }
}

@keyframes rightArrowEnd2 {
  0% {
    transform: translateX(-42px) rotate(180deg);
  }

  100% {
    transform: translateX(-75px) rotate(180deg);
  }
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post h3 .next-arrow line,
.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post h3 .next-arrow line,
.portfolio-items[data-ps="8"] line {
  stroke-width: 2px;
  stroke-dasharray: 10px;
  stroke-dashoffset: 30px;
}
.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post h3 .next-arrow line,
.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post h3 .next-arrow line,
.portfolio-items[data-ps="8"] line {
  stroke: #ffffff;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post.mouse-leaving h3 .next-arrow line,
.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post.mouse-leaving h3 .next-arrow line {
  animation: rightArrowLineEnd 0.4s cubic-bezier(0.3, 0.2, 0.1, 1) 0.25s forwards;
  stroke-dashoffset: 40px;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .controls .previous-post:hover .next-arrow line,
.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .controls .next-post:hover .next-arrow line {
  animation: rightArrowLineStart 0.3s cubic-bezier(0.05, 0.2, 0.1, 1) 0.1s forwards;
  stroke-dashoffset: 30px;
}

@keyframes rightArrowLineStart {
  0% {
    stroke-dashoffset: 30px;
  }

  100% {
    stroke-dashoffset: 40px;
  }
}

@keyframes rightArrowLineEnd {
  0% {
    stroke-dashoffset: 40px;
  }

  100% {
    stroke-dashoffset: 50px;
  }
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] h3 {
  display: inline-block;
  -webkit-transform: translateX(0px) translateZ(0);
  -webkit-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
  transform: translateX(0px) translateZ(0);
  transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post span:not(.text) {
  display: block;
  font-size: 14px;
  text-align: left;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post span:not(.text) {
  display: block;
  font-size: 14px;
  text-align: right;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post h3,
.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post span,
.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post h3,
.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post span {
  color: #fff;
  position: relative;
  z-index: 100;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .post-bg-img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  height: 100%;
  -ms-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  -webkit-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] li:hover .post-bg-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.nectar-social-sharing-fixed {
  position: fixed;
  right: 34px;
  bottom: 34px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  z-index: 1000
}

.nectar-social-sharing-fixed > a {
  height: 50px;
  width: 50px;
  line-height: 52px;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10
}

.nectar-social-sharing-fixed > a:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  height: 100%;
  transform: translateZ(0);
  backface-visibility: hidden;
  border-radius: 50%
}

.nectar-social-sharing-fixed:hover > a:before {
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.2)
}

.nectar-social-sharing-fixed > a > [class^="icon-"].icon-default-style {
  font-size: 16px !important;
  color: #fff !important;
  left: -1px;
  position: relative;
  z-index: 1;
}

.nectar-social-sharing-fixed .nectar-social {
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-align: center
}

.nectar-social-sharing-fixed .nectar-social a {
  display: block;
  line-height: 36px;
  height: 36px;
  padding: 0 !important;
  margin: 0 !important;
  width: 36px;
  left: 7px;
  position: absolute;
  opacity: 0;
  border: none;
  top: 0;
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1)
}

.nectar-social-sharing-fixed > a:after,
.nectar-social-sharing-fixed .nectar-social a:after {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  content: '';
  display: block;
  border-radius: 50%
}

.nectar-social-sharing-fixed .nectar-social a:after {
  -webkit-transition: opacity 0.25s cubic-bezier(.15, 0.2, .1, 1);
  transition: opacity 0.25s cubic-bezier(.15, 0.2, .1, 1)
}

@keyframes socialButtonFlash {
  0% {
    opacity: 0;
    transform: scale(1)
  }

  25% {
    opacity: 0.22;
    transform: scale(1.1115)
  }

  100% {
    opacity: 0;
    transform: scale(1.23)
  }
}

.nectar-social-sharing-fixed:hover > a:after {
  -webkit-animation: socialButtonFlash 0.45s cubic-bezier(.15, 0.2, .1, 1) forwards;
  animation: socialButtonFlash 0.45s cubic-bezier(.15, 0.2, .1, 1) forwards
}

.nectar-social-sharing-fixed .nectar-social a:hover:after {
  opacity: 0.2
}

.nectar-social-sharing-fixed:hover > a:before {
  -webkit-transform: scale(1.23) translateZ(0);
  transform: scale(1.23) translateZ(0)
}

.nectar-social-sharing-fixed .nectar-social a:nth-child(1) {
  transform: translateY(0px) scale(0);
  -webkit-transform: translateY(0px) scale(0)
}

.nectar-social-sharing-fixed .nectar-social a:nth-child(2) {
  -webkit-transform: translateY(-36px) scale(0);
  transform: translateY(-36px) scale(0)
}

.nectar-social-sharing-fixed .nectar-social a:nth-child(3) {
  -webkit-transform: translateY(-86px) scale(0);
  transform: translateY(-86px) scale(0)
}

.nectar-social-sharing-fixed .nectar-social a:nth-child(4) {
  -webkit-transform: translateY(-136px) scale(0);
  transform: translateY(-136px) scale(0)
}

.nectar-social-sharing-fixed .nectar-social a:nth-child(5) {
  -webkit-transform: translateY(-186px) scale(0);
  transform: translateY(-186px) scale(0)
}

.nectar-social-sharing-fixed:hover .nectar-social a:nth-child(1) {
  -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  -webkit-transform: translateY(-56px) scale(1);
  transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  transform: translateY(-56px) scale(1);
  opacity: 1
}

.nectar-social-sharing-fixed:hover .nectar-social a:nth-child(2) {
  -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  -webkit-transform: translateY(-106px) scale(1);
  transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  transform: translateY(-106px) scale(1);
  opacity: 1
}

.nectar-social-sharing-fixed:hover .nectar-social a:nth-child(3) {
  -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  -webkit-transform: translateY(-156px) scale(1);
  transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  transform: translateY(-156px) scale(1);
  opacity: 1
}

.nectar-social-sharing-fixed:hover .nectar-social a:nth-child(4) {
  -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  -webkit-transform: translateY(-206px) scale(1);
  transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  transform: translateY(-206px) scale(1);
  opacity: 1
}

.nectar-social-sharing-fixed:hover .nectar-social a:nth-child(5) {
  -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  -webkit-transform: translateY(-256px) scale(1);
  transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
  transform: translateY(-256px) scale(1);
  opacity: 1
}

.nectar-social-sharing-fixed:hover {
  height: 340px
}

.nectar-social-sharing-fixed .nectar-social a i {
  color: #fff !important;
  font-size: 14px !important;
  padding-right: 0;
  height: 36px !important;
  line-height: 36px !important;
  width: 36px !important
}

.nectar-social-sharing-fixed .nectar-social a:hover i {
  color: #fff !important
}

.nectar-social-sharing-fixed .nectar-social a.google-plus-share i {
  font-size: 12px !important
}

.nectar-social-sharing-fixed > a:before,
.nectar-social-sharing-fixed .nectar-social a
{
  background-color: #bf0d3e !important;
}

[class*=" steadysets-icon-"], [class^=steadysets-icon-] {
  font-family: steadysets!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.steadysets-icon-share:before {
  content: "\e63c";
}

[class^="icon-"].icon-default-style {
  line-height: 34px!important;
  height: 34px;
  width: 34px;
  margin-right: 0px;
  display: inline-block;
}

.blog #back-to-top {
  display: none;
}

body:after {
  background-color: rgba(0,0,0,0.45);
  content: '';
  position: fixed;
  display: block;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: opacity 0.7s cubic-bezier(0.2, 1, 0.3, 1);
  cursor: pointer;
}

.material:after {
  opacity: 1;
}

.replying {
  padding-left: 2em;
  padding: 2em;
}

.footer-group.lp .page-center {
  padding-top: 70px !important;
}

#hs-pwd-widget-password {
  height: 40px !important;
}

.post-content-wrap.no-img {
  width: 100%;
  padding-left: 0;
}

.blog .blog-sidebar ul.hs-search-field__suggestions {
  padding: 0 5px !important;
}

.article-content-wrap {
  color: #676767;
}
/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
@media (min-width: 1000px) {
  .container-fluid .row-fluid .page-center {
    max-width: 1425px;
    padding-right: 90px;
    padding-left: 90px;
  }
  #search-outer #search .page-center {
    padding: 0 90px !important;
    max-width: 1425px !important;
  }
}
@media (max-width: 1300px) and (min-width: 1000px) {
  h1 {
    font-size: 33.75px;
    line-height: 41.25px;
  }
  h2 {
    font-size: 25.5px;
    line-height: 34px;
  }
  h3 {
    font-size: 25.5px;
    line-height: 34px;
  }
}
@media (max-width: 1000px) and (min-width: 690px) {
  #search-outer #search .page-center {
    max-width: 600px !important;
    padding: 0 !important;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 600px;
  }
  h1 {
    font-size: 31.5px;
    line-height: 38.5px;
  }
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post:hover h3,
  .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post:hover h3 {
    transform: translateX(0px) translateZ(0) !important;
    -webkit-transform: translateX(0px) translateZ(0) !important;
  }

  .blog_next_prev_buttons[data-style="fullwidth_next_prev"] h3 .next-arrow,
  .blog_next_prev_buttons[data-style="fullwidth_next_prev"] h3 span.line {
    display: none !important;
  }

  .blog_next_prev_buttons[data-style="fullwidth_next_prev"] li span:not(.text) {
    text-align: center !important;
  }

  .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post,
  .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post {
    min-height: 225px !important;
  }

}
@media (max-width: 690px) and (min-width: 480px) {
  #search-outer #search .page-center {
    max-width: 420px !important;
    padding: 0 !important;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 420px;
  }
}

/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1400px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 24px;
    line-height: 50px;
  }
}

@media (max-width: 1020px) {
  #back-to-top {
    display: none;
  }
}

@media (max-width: 1000px) {
  .widget-span.footer-logo, 
  .footer-links .widget-span.footer-col {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }

  .footer-links .widget-span.footer-col:last-child {
    margin: 0;
  }

  .footer-links a {
    margin-bottom: 10px;
  }

  .footer-social-wrap {
    padding-top: 31px;
  }

  .widget-span.footer-logo {
    margin-bottom: 72px !important;
    margin-top: 27px !important;
  }

  .blog .blog-content, .blog .blog-sidebar {
    width: 100%;
    margin: 0;
  }

  .blog .blog-sidebar {
    padding-top: 6%;
  }

  .post-header .title {
    font-size: 24px;
    line-height: 32px;
  }

  .banner-container {
    height: auto;
    padding: 0 !important;
  }

  .custom-banner {
    padding-top: 10%;
    padding-bottom: 10%;
    min-height: 250px
  }

  .banner-content .entry-title {
    font-size: 32px;
    line-height: 38px;
  }

  #author-bio {
    margin-bottom: 60px;
  }

  .hs-blog-post .blog-sidebar {
    padding-top: 0;
  }

  .desktop.custom-menu-primary {
    display: none;
  }
  .header-group {
    padding: 10px 0 9px;
  }
  .custom-logo a {
    display: inline-block;
    vertical-align: middle;    
    margin: 0;
  }
  .header-container {
    min-height: 45px;
  }
  .header-right-wrap nav {
    display: none;
  }
  .mobile-search {
    padding: 4px 8px;
    display: inline-block;
    margin: 0;
    height: 100%;
    width: auto;
    line-height: 0;
    position: relative;
    right: auto;
    top: auto;
    vertical-align: middle;
  }

  .mobile-search .icon-salient-search {
    position: relative;
    display: block;
  }

  .slide-out-widget-area-toggle {
    position: relative;
    width: auto;
    padding: 0 0 0 7px;
    top: auto;
    right: auto;
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    height: 100%;
    -webkit-transform: none;
    transform: none;
  }

  .slide-out-widget-area-toggle div {
    position: relative;
    display: block;
  }

  .mobile-trigger {
    position: relative;
    z-index: 999999;
  }

  .header-right-wrap {
    line-height: 0;
  }

  .widget-span.header-right .row-fluid-wrapper, 
  .widget-span.header-right .row-fluid-wrapper .widget-span, 
  .widget-span.header-right .row-fluid-wrapper .hs_cos_wrapper, 
  .header-right-wrap {
    display: block;
  }

  #main-menu {
    display: none;
  }

  .custom-menu-primary.mobile {
    background-color: #bf0d3e;
    padding: 62px 30px;
    position: fixed;
    transform: translate3d(341px,0,0);
    -webkit-transform: translate3d(341px,0,0);
    -ms-transform: translate3d(341px,0,0);
    top: 0;
    right: 0;
    width: 340px;
    height: 100vh;
    z-index: 9999;
    overflow-y: auto;
    -webkit-transition: all .7s cubic-bezier(0.25,1,.2,1);
    -ms-transition: all .7s cubic-bezier(0.25,1,.2,1);
    transition: all .7s cubic-bezier(0.25,1,.2,1);
    font-size: 16px;
    line-height: 26px;
  }

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger {
    display: block;
    cursor: pointer;
    position: absolute;    
    right: 0;    
    height: 28px;
    width: 28px;
    line-height: 0;
    top: -1px;
    text-align: right;
    color: #fff;
    padding-right: 2px;
  }
  .child-trigger i {
    font-size: 18px;
    line-height: 28px;
    word-spacing: 1px;
    vertical-align: middle;
    transition: transform 0.5s cubic-bezier(0.215,0.61,0.355,1);
    display: inline-block;
    width: auto;
  }
  .child-open.child-trigger i {
    transform: rotate(180deg);
  }
  /* ===== Mobile Menu Styles ===== */  

  /* Hide menu on mobile */
  .mobile-open .custom-menu-primary.mobile {
    transform: translate3d(0px, 0px, 0px);
  }
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary.mobile > div > span {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: calc(100vh - 124px);
  }

  .custom-menu-primary.mobile .hs-menu-wrapper {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-wrap: wrap !important;
    margin-bottom: 30px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin: auto 0;
    min-width: 190px;
    overflow-x: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li {
    margin-top: 5px;
    margin-bottom: 12px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    margin-right: 20px;
    text-transform: capitalize;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    width: auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:after {
    -ms-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    transition: transform .3s ease-out,border-color .3s ease-out;
    position: absolute;
    display: block;
    bottom: -6px;
    left: 0;
    width: 100%;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #fff;
    content: '';
    padding-bottom: inherit;
    transform-origin: left;
    pointer-events: none;
    bottom: -2px;
    -webkit-transition: -webkit-transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
    transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
    border-color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li.active > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover:after {
    backface-visibility: hidden;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a {
    position: relative;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    padding-left: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    margin-top: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 16px;
    line-height: 22px;
    width: auto;
    display: inline-block !important;
    white-space: normal !important;
    margin-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li .child-trigger {
    top: -3px;
  }

  #search-outer input[type="text"] {
    line-height: 70px;
    font-size: 44px;
    border-bottom-width: 2px;
    height: auto;
  }

  #search-outer {
    min-height: 200px;
    height: 200px;
    transform: translate3d(0,-200px,0);
    -webkit-transform: translate3d(0,-200px,0);
  }

  #close {
    top: 0;
    right: -5px;
  }

  #close a {
    height: 14px;
    right: 13px;
    top: 19px;
  }

  #close a:before {
    height: 40px;
    width: 40px;
    margin: -20px 0 0 -20px;
  }

  #search-outer #search #close a span:not(.close-line) {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
  }

}

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .hs-error-msgs label,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    max-width: 100%;
  }
  .blog-post-wrapper img[alt="Beautiful dog sitting down - isolated over a white background"] {
    float: none !important;
    margin: 10px auto !important;
    display: block;
  }
}  

@media (max-width: 690px) {
  h1 {
    font-size: 29.25px;
    line-height: 35.75px;
  }
  h2 {
    font-size: 22.5px;
    line-height: 30px;
  }
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
  h4 {
    font-size: 18px;
    line-height: 27px;
  }
  .footer-social-wrap {
    padding-bottom: 22px;
    padding-top: 32px;
  }

  .widget-span.footer-logo {
    margin-bottom: 71px !important;
    margin-top: 26px !important;
  }

  ul.social li:first-child {
    margin-left: 0;
  }

  .post-featured-img-wrap {
    height: 200px;
    border-radius: 5px 5px 0;
    width: 100%;
  }

  .post-content-wrap {
    padding: 35px 0 55px 0;
    overflow: visible;
    width: 100%;
  }

  .post-content-wrap.no-img {
    padding: 35px 0 55px 0;
  }

  .article-content-wrap {
    display: block;
  }

  .banner-content .entry-title {
    font-size: 24px;
    line-height: 30px;
  }

  .custom-banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-header-no-bg .banner-content .subheader {
    display: none;
  }

  #author-bio #author-info {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }

  #author-bio img {
    width: 60px;
    height: 60px;
  }

  #author-bio {
    text-align: center;
  }

  .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul.controls {
    position: relative !important;
  }

  .blog_next_prev_buttons[data-style="fullwidth_next_prev"] li span:not(.text) {
    text-align: center !important;
  }

  .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post,
  .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post {
    min-height: 250px !important;
  }

  .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul.controls span {
    display: block;
  }

  .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post,
  .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post {
    width: 100% !important;
  }

  .blog_next_prev_buttons[data-style*="next_prev"] .previous-post h3 span,
  .blog_next_prev_buttons[data-style*="next_prev"] .next-post h3 span {
    text-align: center;
  }

  .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post:hover h3,
  .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post:hover h3 {
    transform: translateX(0px) translateZ(0) !important;
    -webkit-transform: translateX(0px) translateZ(0) !important;
  }

  .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul h3 .next-arrow,
  .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul span.line {
    display: none !important;
  }

  .header-group .page-center {
    padding: 0 18px !important;
  }
}

/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  #search-outer #search .page-center {
    max-width: 356px !important;
    padding: 0 18px !important;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 356px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }

  /* Default styling for Blog ReCaptcha*/
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    display: inline-block;
    max-width: 300px;
    overflow: auto;
  }

  #close {
    right: 13px;
  }

  .mobile-search {
    padding: 4px 7px 4px 0;
  }

  .slide-out-widget-area-toggle {
    padding: 0 0 0 1px;
  }
  .hs-author-profile .hs-author-avatar {
    float: none;
    margin: 0;
  }
}
@media (max-width: 360px) {
  .custom-menu-primary.mobile {
    padding: 62px 20px;
    width: 300px;
  }
}

.header-right-wrap ul #search a span {
    font-size: 20px;
    color: #ffffff;
    display: inline-block;