/*
 ______ _____   _______ _______ _______ _______ ______ _______  
|   __ \     |_|    ___|_     _|   |   |       |   __ \   _   | 
|    __/       |    ___| |   | |       |   -   |      <       | 
|___|  |_______|_______| |___| |___|___|_______|___|__|___|___| 

P L E T H O R A T H E M E S . C O M                    (c) 2017
Theme Name: MusicFlex
Version: 0.2.0
Author: Plethora Themes

==================== STYLESHEET INDEX =========================

01. BOOTSTRAP FRAMEWORK REFERENCE IMPORTS | file: musicflex/assets/less/bootstrap.less( cannot override this file on child theme )
02. THEME VARIABLES | file: musicflex/assets/less/theme_variables.less
03. THEME MIXINS GENERAL HELPER STYLES & CLASSES | file: musicflex/assets/less/includes/helpers.less
04. BODY & TYPOGRAPHY | file: musicflex/assets/less/includes/body_and_typography.less
05. THE HEADER, LOGO & PRIMARY MENU | file: musicflex/assets/less/includes/header.less
06. THE MAIN AREA | file: musicflex/assets/less/includes/main_sections.less
07. BUTTONS | file: musicflex/assets/less/includes/buttons.less
08. FORMS | file: musicflex/assets/less/includes/forms.less
09. DESIGN ELEMENTS | file: musicflex/assets/less/includes/design_elements.less
10. SIDEBAR AND WIDGETS | file: musicflex/assets/less/includes/sidebar_and_widgets.less
11. FOOTER WIDGETIZED AREA | file: musicflex/assets/less/includes/footer.less
12. MISC STYLES | file: musicflex/assets/less/includes/misc.less
13. RESPONSIVE STATES | file: musicflex/assets/less/includes/responsive.less
14. VISUAL COMPOSER ADJUSTMENTS | file: musicflex/assets/less/includes/visual_composer_adjustments.less
15. WORDPRESS ADJUSTMENTS | file: musicflex/assets/less/includes/wordpress.less
16. 404 VIEW | file: musicflex/assets/less/includes/elements/posttype-404.less
17. NATIVE POST TYPE | file: musicflex/assets/less/includes/elements/posttype-post.less
18. PROFILE POST TYPE | file: musicflex/assets/less/includes/elements/posttype-profile.less
19. RELEASE POST TYPE | file: musicflex/assets/less/includes/elements/posttype-release.less
20. SHOW POST TYPE | file: musicflex/assets/less/includes/elements/posttype-show.less
21. AUDIOPLAYER MODULE | file: musicflex/assets/less/includes/elements/module-audioplayer.less
22. POST LOOP SHORTCODES | file: musicflex/assets/less/includes/elements/shortcode-anypostloop.less
23. COUNTER SHORTCODE | file: musicflex/assets/less/includes/elements/shortcode-counter.less
24. FIXED RATIO MEDIA SHORTCODE | file: musicflex/assets/less/includes/elements/shortcode-fixedmedia.less
25. HEADING GROUP SHORTCODE | file: musicflex/assets/less/includes/elements/shortcode-headinggroup.less
26. MAILCHIMP FORM SHORTCODE | file: musicflex/assets/less/includes/elements/shortcode-mailchimp.less
27. RELEASE INFO SHORTCODE | file: musicflex/assets/less/includes/elements/shortcode-releaseinfo.less
28. TEASER BOX SHORTCODE | file: musicflex/assets/less/includes/elements/shortcode-teaserbox.less
29. TIMELINE SHORTCODE | file: musicflex/assets/less/includes/elements/shortcode-timeline.less
30. TOUR SCHEDULE SHORTCODE | file: musicflex/assets/less/includes/elements/shortcode-tourschedule.less
31. ABOUT US | file: musicflex/assets/less/includes/elements/widget-aboutus.less
32. ANY LATEST POSTS | file: musicflex/assets/less/includes/elements/widget-latestnews.less

===============================================================
*/
.click-disable {
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
}
/* - FlexBox Helper Classes */
.spaced_between > * {
  justify-content: space-between;
}
/* - Background Image Helper Classes */
.background_cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg_vtop {
  background-position: center top !important;
}
.bg_vbottom {
  background-position: center bottom !important;
}
.bg_cover {
  background-size: cover;
}
.bg_contain {
  background-size: contain;
  background-size: 100% auto;
}
.bg_tc {
  background-position: top center;
}
.bg_tr {
  background-position: top right;
}
.bg_cl {
  background-position: center left;
}
.bg_cc {
  background-position: center center;
}
.bg_cr {
  background-position: center right;
}
.bg_bl {
  background-position: bottom left;
}
.bg_bc {
  background-position: bottom center;
}
.bg_br {
  background-position: bottom right;
}
.bg_no_repeat {
  background-repeat: no-repeat;
}
.bg_repeat_x {
  background-repeat: repeat-x;
}
.bg_repeat_y {
  background-repeat: repeat-y;
}
.bg_fixed {
  background-attachment: fixed;
}
.bg_scroll {
  background-attachment: scroll;
}
.full_height {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  min-height: calc(100vh -  67px);
  min-height: -o-calc(100vh -  67px);
  min-height: -webkit-calc(100vh -  67px);
  min-height: -moz-calc(100vh -  67px);
}
@media only screen and (max-width: 991px) {
  .full_height {
    min-height: calc(100vh -  62px);
    min-height: -o-calc(100vh -  62px);
    min-height: -webkit-calc(100vh -  62px);
    min-height: -moz-calc(100vh -  62px);
  }
}
@media only screen and (max-width: 767px) {
  .full_height {
    min-height: calc(100vh -  60px);
    min-height: -o-calc(100vh -  60px);
    min-height: -webkit-calc(100vh -  60px);
    min-height: -moz-calc(100vh -  60px);
  }
}
.transparent_header .full_height {
  min-height: calc(100vh);
  min-height: -o-calc(100vh);
  min-height: -webkit-calc(100vh);
  min-height: -moz-calc(100vh);
}
.width_80pc {
  width: 80%;
}
@media only screen and (max-width: 991px) {
  .width_80pc {
    width: 100%;
  }
}
.width_60pc {
  width: 62%;
}
@media only screen and (max-width: 991px) {
  .width_60pc {
    width: 100%;
  }
}
.width_50pc {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .width_50pc {
    width: 100%;
  }
}
.show {
  visibility: visible !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.not_visible {
  visibility: hidden;
}
.pause_animation {
  -moz-animation-name: none;
  -webkit-animation-name: none;
  animation-name: none;
  visibility: hidden;
}
.overflow_hidden {
  overflow: hidden;
}
.uppercase {
  text-transform: uppercase !important;
}
.centered {
  text-align: center;
}
.item_left[class*="width"] {
  margin-right: auto !important;
}
.item_right[class*="width"] {
  margin-left: auto !important;
}
.item_centered[class*="width"] {
  margin-left: auto !important;
  margin-right: auto !important;
}
.lead {
  font-size: 20px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
.btn_inline {
  display: inline-block;
  margin-right: 10px;
}
.boxed {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  padding-left: 26px !important;
  padding-right: 26px !important;
}
.boxed_plus {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  padding-left: 36px !important;
  padding-right: 36px !important;
}
.boxed_special {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  padding-left: 36px !important;
  padding-right: 36px !important;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.18);
}
.transparent,
.transparent_film:not([class*="bg"]) {
  background-color: transparent !important;
}
.transparent_film > * {
  position: relative;
}
.transparent_film:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
}
.transparent_boxed {
  background-color: transparent !important;
}
.transparent_boxed > * {
  background-color: #ffffff;
  border-color: #ffffff;
  border-style: solid;
  border-left-width: 48px;
  border-right-width: 48px;
  border-top-width: 96px;
  border-bottom-width: 96px;
}
.transparent_boxed.black_section > * {
  background-color: #000000;
  border-color: #000000;
}
.transparent_boxed.dark_section > * {
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
.transparent_boxed.white_section > * {
  background-color: #ffffff;
  border-color: #ffffff;
}
.transparent_boxed.light_section > * {
  background-color: #f7f6f1;
  border-color: #f7f6f1;
}
.transparent_boxed.primary_section > * {
  background-color: #ffcb00;
  border-color: #ffcb00;
}
.transparent_boxed.secondary_section > * {
  background-color: #661e70;
  border-color: #661e70;
}
.vc_parallax.transparent_film:before {
  z-index: 1;
}
.black_section.transparent_film:before {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
}
.white_section.transparent_film:before {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
}
.primary_section.transparent_film:before {
  background-color: #e6b700;
  background-color: rgba(230, 183, 0, 0.5);
}
.secondary_section.transparent_film:before {
  background-color: #54195c;
  background-color: rgba(84, 25, 92, 0.5);
}
.dark_section.transparent_film:before {
  background-color: #0e0e0e;
  background-color: rgba(14, 14, 14, 0.5);
}
.light_section.transparent_film:before {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
}
.neutralize_links a:link,
.neutralize_links a:visited {
  color: #1b1b1b !important;
}
.black_section.neutralize_links a:link,
.black_section.neutralize_links a:visited {
  color: #ffffff !important;
}
.white_section.neutralize_links a:link,
.white_section.neutralize_links a:visited {
  color: #1b1b1b !important;
}
.primary_section.neutralize_links a:link,
.primary_section.neutralize_links a:visited {
  color: #1b1b1b !important;
}
.secondary_section.neutralize_links a:link,
.secondary_section.neutralize_links a:visited {
  color: #ffffff !important;
}
.dark_section.neutralize_links a:link,
.dark_section.neutralize_links a:visited {
  color: #ffffff !important;
}
.light_section.neutralize_links a:link,
.light_section.neutralize_links a:visited {
  color: #1b1b1b !important;
}
.textify_links a:link,
.textify_links a:visited {
  color: #1b1b1b !important;
}
.textify_links a:hover,
.textify_links a:active {
  color: #ffcb00 !important;
}
.primary_section .textify_links a:link,
.primary_section.textify_links a:link,
.primary_section .textify_links a:visited,
.primary_section.textify_links a:visited {
  color: #1b1b1b !important;
}
.primary_section .textify_links a:hover,
.primary_section.textify_links a:hover,
.primary_section .textify_links a:active,
.primary_section.textify_links a:active {
  color: #5e5e5e !important;
}
.secondary_section .textify_links a:link,
.secondary_section.textify_links a:link,
.secondary_section .textify_links a:visited,
.secondary_section.textify_links a:visited {
  color: #ffffff !important;
}
.secondary_section .textify_links a:hover,
.secondary_section.textify_links a:hover,
.secondary_section .textify_links a:active,
.secondary_section.textify_links a:active {
  color: #ffcb00 !important;
}
.dark_section .textify_links a:link,
.dark_section.textify_links a:link,
.dark_section .textify_links a:visited,
.dark_section.textify_links a:visited {
  color: #ffffff !important;
}
.dark_section .textify_links a:hover,
.dark_section.textify_links a:hover,
.dark_section .textify_links a:active,
.dark_section.textify_links a:active {
  color: #ffcb00 !important;
}
.light_section .textify_links a:link,
.light_section.textify_links a:link,
.light_section .textify_links a:visited,
.light_section.textify_links a:visited {
  color: #1b1b1b !important;
}
.light_section .textify_links a:hover,
.light_section.textify_links a:hover,
.light_section .textify_links a:active,
.light_section.textify_links a:active {
  color: #5e5e5e !important;
}
.black_section .textify_links a:link,
.black_section.textify_links a:link,
.black_section .textify_links a:visited,
.black_section.textify_links a:visited {
  color: #ffffff !important;
}
.black_section .textify_links a:hover,
.black_section.textify_links a:hover,
.black_section .textify_links a:active,
.black_section.textify_links a:active {
  color: #ffcb00 !important;
}
.white_section .textify_links a:link,
.white_section.textify_links a:link,
.white_section .textify_links a:visited,
.white_section.textify_links a:visited {
  color: #1b1b1b !important;
}
.white_section .textify_links a:hover,
.white_section.textify_links a:hover,
.white_section .textify_links a:active,
.white_section.textify_links a:active {
  color: #ffcb00 !important;
}
.footer .textify_links a:link,
.footer.textify_links a:link,
.footer .textify_links a:visited,
.footer.textify_links a:visited {
  color: #ffffff !important;
}
.footer .textify_links a:hover,
.footer.textify_links a:hover,
.footer .textify_links a:active,
.footer.textify_links a:active {
  color: #ffcb00 !important;
}
.gradient_film_to_top,
.gradient_film_to_bottom {
  background-color: transparent !important;
}
.gradient_film_to_top > *,
.gradient_film_to_bottom > * {
  position: relative;
}
.gradient_film_to_top:before,
.gradient_film_to_bottom:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.gradient_film_to_top:before {
  background: linear-gradient(to top, #ffffff 0%, #ffffff 10%, transparent 100%);
}
.gradient_film_to_bottom:before {
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 10%, transparent 100%);
}
.black_section.gradient_film_to_bottom:before {
  background: linear-gradient(to bottom, #000000 0%, transparent 100%);
}
.white_section.gradient_film_to_bottom:before {
  background: linear-gradient(to bottom, #ffffff 0%, transparent 100%);
}
.primary_section.gradient_film_to_bottom:before {
  background: linear-gradient(to bottom, #ffcb00 0%, transparent 100%);
}
.secondary_section.gradient_film_to_bottom:before {
  background: linear-gradient(to bottom, #661e70 0%, transparent 100%);
}
.dark_section.gradient_film_to_bottom:before {
  background: linear-gradient(to bottom, #1b1b1b 0%, transparent 100%);
}
.light_section.gradient_film_to_bottom:before {
  background: linear-gradient(to bottom, #f7f6f1 0%, transparent 100%);
}
.black_section.gradient_film_to_top:before {
  background: linear-gradient(to top, #000000 0%, transparent 100%);
}
.white_section.gradient_film_to_top:before {
  background: linear-gradient(to top, #ffffff 0%, transparent 100%);
}
.primary_section.gradient_film_to_top:before {
  background: linear-gradient(to top, #ffcb00 0%, transparent 100%);
}
.secondary_section.gradient_film_to_top:before {
  background: linear-gradient(to top, #661e70 0%, transparent 100%);
}
.dark_section.gradient_film_to_top:before {
  background: linear-gradient(to top, #1b1b1b 0%, transparent 100%);
}
.light_section.gradient_film_to_top:before {
  background: linear-gradient(to top, #f7f6f1 0%, transparent 100%);
}
.no_margin {
  margin: 0 !important;
}
.no_margin_top {
  margin-top: 0 !important;
}
.no_margin_bottom {
  margin-bottom: 0 !important;
}
.margin_top {
  margin-top: 24px !important;
}
.margin_bottom {
  margin-bottom: 24px !important;
}
.margin_top_1-2 {
  margin-top: 12px !important;
}
.margin_bottom_1-2 {
  margin-bottom: 12px !important;
}
.padding_none {
  padding: 0 !important;
}
.padding_top_none {
  padding-top: 0 !important;
}
.padding_bottom_none {
  padding-bottom: 0 !important;
}
.padding_top {
  padding-top: 96px !important;
}
.padding_bottom {
  padding-bottom: 96px !important;
}
.padding_top_2-3 {
  padding-top: 64px !important;
}
.padding_bottom_2-3 {
  padding-bottom: 64px !important;
}
.padding_top_1-2 {
  padding-top: 48px !important;
}
.padding_bottom_1-2 {
  padding-bottom: 48px !important;
}
.padding_top_1-3 {
  padding-top: 32px !important;
}
.padding_bottom_1-3 {
  padding-bottom: 32px !important;
}
.padding_top_1-4 {
  padding-top: 24px !important;
}
.padding_bottom_1-4 {
  padding-bottom: 24px !important;
}
.padding_top_x2 {
  padding-top: 192px !important;
}
.padding_bottom_x2 {
  padding-bottom: 192px !important;
}
.padding_top_x3 {
  padding-top: 288px !important;
}
.padding_bottom_x3 {
  padding-bottom: 288px !important;
}
@media only screen and (min-width: 768px) {
  .negative_margin_top_200_front {
    margin-top: -200px;
    overflow: visible;
  }
  .negative_margin_top_150_front {
    margin-top: -150px;
    overflow: visible;
  }
  .negative_margin_top_100_front {
    margin-top: -100px;
    overflow: visible;
  }
  .negative_margin_top_50_front {
    margin-top: -50px;
    overflow: visible;
  }
  .negative_margin_bottom_200_front {
    margin-bottom: -200px;
    z-index: 1;
  }
  .negative_margin_bottom_200_front + div {
    overflow: visible !important;
  }
  .negative_margin_bottom_150_front {
    margin-bottom: -150px;
    z-index: 1;
  }
  .negative_margin_bottom_150_front + div {
    overflow: visible !important;
  }
  .negative_margin_bottom_100_front {
    margin-bottom: -100px;
    z-index: 1;
  }
  .negative_margin_bottom_100_front + div {
    overflow: visible !important;
  }
  .negative_margin_bottom_50_front {
    margin-bottom: -50px;
    z-index: 1;
  }
  .negative_margin_bottom_50_front + div {
    overflow: visible !important;
  }
}
.stretchy_wrapper {
  width: 100% !important;
  padding-bottom: 56.25% !important;
  /* 16:9 */
  position: relative !important;
  overflow: hidden !important;
  height: 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
.stretchy_wrapper.ratio_16-9 {
  padding-bottom: 56.25% !important;
}
.stretchy_wrapper.ratio_15-9 {
  padding-bottom: 62% !important;
}
.stretchy_wrapper.ratio_4-3 {
  padding-bottom: 75% !important;
}
.stretchy_wrapper.ratio_12-5 {
  padding-bottom: 41.66% !important;
}
.stretchy_wrapper.ratio_2-1 {
  padding-bottom: 50% !important;
}
.stretchy_wrapper.ratio_1-1 {
  padding-bottom: 100% !important;
}
.stretchy_wrapper.ratio_5-1 {
  padding-bottom: 20% !important;
}
.stretchy_wrapper.ratio_2-3 {
  padding-bottom: 150% !important;
}
.stretchy_wrapper.ratio_3-4 {
  padding-bottom: 133.33% !important;
}
.stretchy_wrapper > * {
  display: block;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.click-disable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.max_width_1 {
  max-width: 97px;
}
.max_width_2 {
  max-width: 195px;
}
.max_width_3 {
  max-width: 292px;
}
.max_width_4 {
  max-width: 390px;
}
.max_width_5 {
  max-width: 487px;
}
.max_width_6 {
  max-width: 585px;
}
.max_width_7 {
  max-width: 682px;
}
.max_width_8 {
  max-width: 778px;
}
.max_width_9 {
  max-width: 875px;
}
.max_width_10 {
  max-width: 972px;
}
/* - Icon Helpers */
.rounded_icons_list {
  margin-top: 24px;
  margin-bottom: 24px;
}
.rounded_icons_list i {
  border: solid 1px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border-radius: 50%;
  text-align: center;
  margin: 5px;
}
/*------ BOOTSTRAP 5 COLUMN ------*/
/* Source: stackoverflow.com/questions/10387740/five-equal-columns-in-twitter-bootstrap/22799354#22799354 */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/*------ BOOTSTRAP 5 COLUMN ------*/
body {
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
  color: #1b1b1b;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.55;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 17px;
  }
}
body.sticky_header:not(.transparent_header) {
  margin-top: 67px;
}
@media only screen and (max-width: 991px) {
  body.sticky_header:not(.transparent_header) {
    margin-top: 62px;
  }
}
@media only screen and (max-width: 767px) {
  body.sticky_header:not(.transparent_header) {
    margin-top: 60px;
  }
}
body.sticky_header.header_will_appear,
body.sticky_header.header_is_at_bottom {
  margin-top: 0;
}
#page_wrapper {
  overflow: hidden;
}
#hero_bg_panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.display-block {
  display: block;
}
a {
  color: #ffcb00;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #ffc300;
}
a:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  text-transform: none;
  margin-top: 27px;
  margin-bottom: 13.5px;
}
* + h1,
* + h2,
* + h3,
* + .h1,
* + .h2,
* + .h3 {
  margin-top: 27px;
}
* + h4,
* + h5,
* + h6,
* + .h4,
* + .h5,
* + .h6 {
  margin-top: 13.5px;
}
h1,
.h1 {
  font-size: 40px;
}
@media only screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  h1,
  .h1 {
    font-size: 28px;
  }
}
h2,
.h2 {
  font-size: 33px;
}
@media only screen and (max-width: 991px) {
  h2,
  .h2 {
    font-size: 29.7px;
  }
}
@media only screen and (max-width: 768px) {
  h2,
  .h2 {
    font-size: 26.4px;
  }
}
@media only screen and (max-width: 480px) {
  h2,
  .h2 {
    font-size: 23.1px;
  }
}
h3,
.h3 {
  font-size: 30px;
}
@media only screen and (max-width: 991px) {
  h3,
  .h3 {
    font-size: 28.5px;
  }
}
@media only screen and (max-width: 768px) {
  h3,
  .h3 {
    font-size: 25.5px;
  }
}
@media only screen and (max-width: 480px) {
  h3,
  .h3 {
    font-size: 22.5px;
  }
}
h4,
.h4 {
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  h4,
  .h4 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 768px) {
  h4,
  .h4 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 480px) {
  h4,
  .h4 {
    font-size: 15px;
  }
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 15px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  color: inherit;
}
hr {
  margin-bottom: 0 !important;
}
p {
  margin: 0 0 13.5px;
}
p + p img,
p + div img {
  display: block;
  margin-top: 18px;
}
.lead {
  margin: 24px 0;
  line-height: 40px;
  font-weight: 300;
  font-size: 24px;
}
img {
  max-width: 100%;
  height: auto;
}
figure img {
  max-width: 100%;
}
i.fa {
  font-style: normal;
}
iframe {
  border: none;
  max-width: 100%;
}
pre {
  padding: 10px;
  font-size: 16px;
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 27px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.55;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
table .table {
  background-color: #ffffff;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border-color: inherit;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 13.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 27px;
}
dt,
dd {
  line-height: 1.55;
}
.list-reset {
  padding-left: 0;
  list-style: none;
}
blockquote {
  padding: 24px 0;
  margin: 36px 0;
  font-size: 35px;
  line-height: 45px;
  font-weight: 300;
  border: none;
  position: relative;
}
blockquote:before {
  content: "";
  width: 250px;
  height: 3px;
  background-color: #ffcb00;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
blockquote + h5,
blockquote + h6 {
  position: relative;
  top: -36px;
}
.blockquote-reverse,
blockquote.pull-right {
  border: none;
}
cite {
  font-style: italic;
}
blockquote cite {
  font-size: 20px;
}
address {
  margin-bottom: 27px;
  font-style: normal;
  line-height: 1.55;
}
i.fa.primary_section {
  background-color: #ffcb00 !important;
}
i.fa.secondary_section {
  background-color: #661e70 !important;
}
i.fa.light_section {
  background-color: #f7f6f1 !important;
}
i.fa.dark_section {
  background-color: #1b1b1b !important;
}
i.fa.black_section {
  background-color: #000000 !important;
}
i.fa.white_section {
  background-color: #ffffff !important;
}
/* Check List */
.check_list ul {
  padding-left: 20px;
  text-indent: 2px;
  list-style: none;
  list-style-position: outside;
}
.check_list ul li {
  margin-bottom: 8px;
}
.check_list ul li:before {
  content: '✔';
  margin-right: 1em;
  color: #ffcb00;
}
.header {
  color: #ffffff;
  background-color: #000000;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 1000;
}
.header .container,
.header .container-fluid {
  position: relative;
}
.header a:link,
.header a:visited {
  color: #ffffff;
}
.header a:hover,
.header a:active {
  color: #ffcb00;
}
.header.alt_header_triggered {
  color: #ffffff;
  background-color: #000000;
}
.header.alt_header_triggered a:link,
.header.alt_header_triggered a:visited {
  color: #ffffff;
}
.header.alt_header_triggered a:hover,
.header.alt_header_triggered a:active {
  color: #ffffff;
}
.header.transparent {
  position: absolute;
  width: 100%;
  background-color: #000000 !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.header.transparent.alt_header_triggered {
  background-color: #000000 !important;
}
.header.alt_header_transparent.alt_header_triggered {
  background-color: #000000 !important;
}
.header.header_centered {
  text-align: center;
}
.header.header_centered .logo {
  display: block;
  margin-top: 16px;
  margin-bottom: 9px;
}
.header.header_centered .logo a.brand {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .header.header_centered .logo {
    margin-top: 16px;
    margin-bottom: 9px;
  }
}
@media only screen and (max-width: 768px) {
  .header.header_centered .logo {
    margin-top: 16px;
    margin-bottom: 9px;
  }
}
.header.header_centered .main_nav_wrapper {
  position: relative;
  right: inherit;
  left: inherit;
  padding: 0;
  margin-top: 9px;
  margin-bottom: 9px;
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  text-align: center;
  display: block;
}
@media only screen and (max-width: 991px) {
  .header.header_centered .main_nav_wrapper {
    margin: 0;
    padding: 0;
    height: 0;
  }
}
.header.header_centered .primary_nav > ul > li {
  text-align: left;
}
.header.logo_centered_in_menu {
  text-align: center;
}
.header.logo_centered_in_menu .logo {
  display: block;
  margin: 16px 0;
}
.header.logo_centered_in_menu .logo a.brand {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .header.logo_centered_in_menu .logo {
    margin: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .header.logo_centered_in_menu .logo {
    margin: 16px;
  }
}
.header.logo_centered_in_menu .main_nav_wrapper {
  position: relative;
  right: inherit;
  left: inherit;
  padding: 0;
  margin: 0;
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  text-align: center;
  display: block;
}
@media only screen and (max-width: 991px) {
  .header.logo_centered_in_menu .main_nav_wrapper {
    margin: 0;
    padding: 0;
    height: 0;
    position: absolute;
  }
}
.header.logo_centered_in_menu .primary_nav > ul > li {
  text-align: left;
}
.header.logo_centered_in_menu nav.primary_nav ul li a.brand::before {
  background: none !important;
}
/* =Sticky Header Effects
------------------------------------------------------------ */
.header.sticky_header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.header.sticky_header.transparent {
  position: fixed;
}
.header.sticky_header.alt_header_triggered nav.primary_nav.hidden_on_header_stuck {
  display: none;
}
.header.appearing_sticky_header {
  position: fixed;
  width: 100%;
  -o-transform: translate(0, -67px);
  -webkit-transform: translate(0, -67px);
  -ms-transform: translate(0, -67px);
  transform: translate(0, -67px);
}
.header.appearing_sticky_header.stuck {
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.header.bottom_sticky_header {
  position: fixed;
  top: inherit;
  bottom: 0px;
  width: 100%;
}
.header.bottom_to_top_sticky_header {
  position: absolute;
  width: 100%;
  bottom: 0px;
  top: inherit;
}
.header.bottom_to_top_sticky_header.stuck {
  position: fixed;
  top: 0px;
  bottom: inherit;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.header.sticky_header .logo.shown_on_header_stuck,
.header.appearing_sticky_header .logo.shown_on_header_stuck,
.header.bottom_sticky_header .logo.shown_on_header_stuck,
.header.bottom_to_top_sticky_header .logo.shown_on_header_stuck {
  display: none;
}
.header.sticky_header .logo.hidden_on_header_stuck,
.header.appearing_sticky_header .logo.hidden_on_header_stuck,
.header.bottom_sticky_header .logo.hidden_on_header_stuck,
.header.bottom_to_top_sticky_header .logo.hidden_on_header_stuck {
  display: inline-block;
}
.header.sticky_header.alt_header_triggered .logo.hidden_on_header_stuck,
.header.appearing_sticky_header.alt_header_triggered .logo.hidden_on_header_stuck,
.header.bottom_sticky_header.alt_header_triggered .logo.hidden_on_header_stuck,
.header.bottom_to_top_sticky_header.alt_header_triggered .logo.hidden_on_header_stuck {
  display: none;
}
.header.sticky_header.alt_header_triggered .logo.shown_on_header_stuck,
.header.appearing_sticky_header.alt_header_triggered .logo.shown_on_header_stuck,
.header.bottom_sticky_header.alt_header_triggered .logo.shown_on_header_stuck,
.header.bottom_to_top_sticky_header.alt_header_triggered .logo.shown_on_header_stuck {
  display: inline-block;
}
/*
--------------------------------------------------------------  
 
THE LOGO

-------------------------------------------------------------- 
*/
.logo {
  margin: 16px 0;
  display: inline-block;
}
.logo a.brand {
  display: block;
  line-height: 1em;
  text-align: left;
  font-weight: 900;
}
.logo a.brand span.site_title {
  font-size: 26px;
  line-height: 1em;
}
.logo a.brand img {
  width: auto;
  max-height: 35px;
}
.logo a.brand:link,
.logo a.brand:visited {
  color: #ffffff;
}
.logo a.brand:hover,
.logo a.brand:active {
  color: #ffcb00;
}
.logo p {
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.header nav.primary_nav ul li.logo_in_nav {
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .logo {
    margin: 16px 0;
  }
  .logo a.brand span.site_title {
    font-size: 24px;
  }
  .logo a.brand img {
    max-height: 30px;
  }
  .logo p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .logo {
    margin: 16px 0;
  }
  .logo a.brand span.site_title {
    font-size: 22px;
  }
  .logo a.brand img {
    max-height: 28px;
  }
  .logo p {
    font-size: 12px;
  }
}
/*
--------------------------------------------------------------  
 
MAIN NAVIGATION WRAPPER

-------------------------------------------------------------- 
*/
.main_nav_wrapper {
  display: block;
  position: absolute;
  width: auto;
  white-space: nowrap;
  top: 50%;
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}
.header.nav_centered .main_nav_wrapper {
  right: inherit;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header.nav_left .main_nav_wrapper {
  right: inherit;
  display: inline-block;
  padding-left: 16px;
}
/*
-- TOGGLER AND HEADER TOOLS
-------------------------------------------------------------- 
*/
.toggler_and_tools {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0px;
  padding-left: 16px;
}
.header_tools {
  font-family: Rubik, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  line-height: 1em;
  display: inline-block;
}
.header_tools > div {
  display: inline-block;
}
/*
--------------------------------------------------------------  
 
TOGGLER OF THE SECONDARY WIDGETIZED AREA

-------------------------------------------------------------- 
*/
@media only screen and (min-width: 991px) {
  a.menu-toggler .above_threshold {
    display: inline-block;
  }
  a.menu-toggler .below_threshold {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  a.menu-toggler .above_threshold {
    display: none;
  }
  a.menu-toggler .below_threshold {
    display: inline-block;
  }
}
a.menu-toggler {
  box-sizing: content-box;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  padding: 27px 0;
  height: 14px;
  height: inherit;
  line-height: 14px;
  color: #ffffff;
  background-color: transparent;
  padding-left: 24px;
  -webkit-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  -webkit-overflow-scrolling: touch;
}
a.menu-toggler:hover {
  color: #ffcb00;
}
a.menu-toggler:hover span.lines,
a.menu-toggler:hover span.lines:before,
a.menu-toggler:hover span.lines:after {
  background: #ffcb00;
}
a.menu-toggler.active {
  -o-transform: translate(100%, 0%);
  -webkit-transform: translate(100%, 0%);
  -ms-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
  -webkit-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  -webkit-overflow-scrolling: touch;
  background-color: #000000;
  padding-left: 13px;
}
a.menu-toggler span.title {
  padding: 0px 55px 0 16px;
  text-transform: uppercase;
}
a.menu-toggler span.lines,
a.menu-toggler span.lines:before,
a.menu-toggler span.lines:after {
  cursor: pointer;
  height: 3px;
  width: 22px;
  background: #ffffff;
  position: absolute;
  right: 16px;
  top: 24px;
  display: block;
  content: '';
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-overflow-scrolling: touch;
}
a.menu-toggler span.lines:before {
  top: 7px;
  right: 0px;
}
a.menu-toggler span.lines:after {
  top: 14px;
  right: 0px;
}
a.menu-toggler.active span.lines {
  background-color: transparent !important;
}
a.menu-toggler.active span.lines:before,
a.menu-toggler.active span.lines:after {
  top: 8px;
}
a.menu-toggler.active span.lines:before {
  transform: rotate(45deg);
}
a.menu-toggler.active span.lines:after {
  transform: rotate(-45deg);
}
@media only screen and (min-width: 991px) {
  a.menu-toggler span.lines.hidden_above_threshold {
    display: none;
  }
}
/*
-- THE PRIMARY MENU
-------------------------------------------------------------- 
*/
.header nav.primary_nav > ul > li > ul {
  visibility: hidden;
}
@media only screen and (min-width: 991px) {
  .header nav.primary_nav.hidden_above_threshold {
    display: none;
  }
  .header.alt_header_triggered nav.primary_nav.hidden_above_threshold.shown_on_header_stuck {
    display: inline-block;
  }
}
.header nav.primary_nav {
  visibility: hidden;
  display: inline-block;
  font-family: Rubik, sans-serif;
}
.header nav.primary_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header nav.primary_nav ul li {
  display: inline-block;
}
.header nav.primary_nav ul li a {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 2px;
  padding: 27px 16px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header nav.primary_nav ul li a {
    padding: 27px 14px;
  }
}
.header nav.primary_nav ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #ffcb00;
  height: 3px;
  -webkit-transition-property: "right";
  transition-property: "right";
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.header nav.primary_nav ul li a:hover:before,
.header nav.primary_nav ul li a:focus:before,
.header nav.primary_nav ul li a:active:before {
  right: 0;
}
.header nav.primary_nav ul li a:link,
.header nav.primary_nav ul li a:visited,
.header nav.primary_nav ul li a:focus {
  color: #ffffff;
  background: none;
}
.header nav.primary_nav ul li a:hover,
.header nav.primary_nav ul li a:active {
  color: #ffcb00;
  background: none;
}
.header nav.primary_nav ul li.logo_in_nav a {
  padding: 0 16px;
}
.header nav.primary_nav ul li.active a:before {
  right: 0;
}
.header nav.primary_nav ul li.active a:link,
.header nav.primary_nav ul li.active a:visited,
.header nav.primary_nav ul li.active a:focus {
  color: #ffcb00;
}
.header nav.primary_nav ul li.active a:hover,
.header nav.primary_nav ul li.active a:active {
  color: #ffffff;
}
.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren) {
  position: relative;
}
.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren):after {
  color: #ffffff;
  display: block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  content: '\276F';
  font-size: 10px;
  font-weight: normal;
  transform: rotate(90deg);
  position: absolute;
  top: 27px;
  right: 0;
  -webkit-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  opacity: 0.1;
}
.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren):hover:after {
  color: #ffcb00;
  visibility: visible;
  opacity: 1;
}
.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren) ul.menu-dropdown-content {
  background-color: #000000;
  position: absolute;
  left: 0;
  min-width: 150px;
  padding: 12px 0;
  visibility: hidden;
}
.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren) ul.menu-dropdown-content li {
  display: block;
}
.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren) ul.menu-dropdown-content li a {
  display: block;
  font-size: 13px;
  padding: 12px 16px;
}
.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren) ul.menu-dropdown-content li a::before {
  display: none;
}
.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren) ul.menu-dropdown-content.open {
  visibility: visible !important;
}
.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren).drop-left ul.menu-dropdown-content {
  right: 0;
  left: inherit;
}
.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren).drop-left ul.menu-dropdown-content li a {
  text-align: right;
}
.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren).drop-left ul.menu-dropdown-content .sublihaschildren > a:after {
  transform: rotate(180deg);
  top: 8px;
  right: inherit;
  left: 0;
}
.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren).drop-left ul.menu-dropdown-content .sublihaschildren ul.menu-dropdown-content {
  top: -40px !important;
  left: inherit;
  right: 100%;
}
.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren).drop-mid > ul.menu-dropdown-content {
  left: 50%;
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren).two-column > ul {
  width: 440px;
}
.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren).two-column > ul > li {
  float: left;
  width: 50%;
  border-right: solid 1px;
}
.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren).two-column > ul > li:nth-child(even) {
  border-right: solid 0px;
  border-left: solid 1px;
  position: relative;
  left: -1px;
}
.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren).two-column > ul > li a {
  white-space: normal;
}
.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren) .sublihaschildren {
  position: relative;
}
.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren) .sublihaschildren > a:after {
  display: block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  content: '\276F';
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  top: 12px;
  right: 5px;
  opacity: 0.5;
}
.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren) .sublihaschildren:hover > a:after {
  opacity: 1;
}
.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren) .sublihaschildren ul.menu-dropdown-content {
  height: auto;
  visibility: hidden;
  position: absolute;
  top: -12px;
  left: 100%;
}
.header.alt_header_triggered nav.primary_nav ul li a:link,
.header.alt_header_triggered nav.primary_nav ul li a:visited,
.header.alt_header_triggered nav.primary_nav ul li a:focus {
  color: #ffffff;
}
.header.alt_header_triggered nav.primary_nav ul li a:hover,
.header.alt_header_triggered nav.primary_nav ul li a:active {
  color: #ffffff;
}
.header.alt_header_triggered nav.primary_nav ul li.active a:link,
.header.alt_header_triggered nav.primary_nav ul li.active a:visited,
.header.alt_header_triggered nav.primary_nav ul li.active a:focus {
  color: #ffffff;
}
.header.alt_header_triggered nav.primary_nav ul li.active a:hover,
.header.alt_header_triggered nav.primary_nav ul li.active a:active {
  color: #ffffff;
}
.header.alt_header_triggered nav.primary_nav ul li.lihaschildren ul.menu-dropdown-content {
  background-color: #000000;
}
.header.alt_header_triggered a.menu-toggler {
  color: #ffffff;
}
.header.alt_header_triggered a.menu-toggler:hover {
  color: #ffffff;
}
.header.alt_header_triggered a.menu-toggler:hover span.lines,
.header.alt_header_triggered a.menu-toggler:hover span.lines:before,
.header.alt_header_triggered a.menu-toggler:hover span.lines:after {
  background: #ffffff;
}
.header.alt_header_triggered a.menu-toggler span.lines,
.header.alt_header_triggered a.menu-toggler span.lines:before,
.header.alt_header_triggered a.menu-toggler span.lines:after {
  background: #ffffff;
}
.header.alt_header_triggered.secondary_nav_is_open a.menu-toggler {
  background-color: #000000;
}
.header nav.primary_nav ul.hover_menu li.lihaschildren:hover > ul.menu-dropdown-content,
.header nav.primary_nav ul.hover_menu li.sublihaschildren:hover > ul.menu-dropdown-content {
  display: block !important;
  visibility: visible;
}
.header.bottom_sticky_header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren):after {
  transform: rotate(-90deg);
}
.header.bottom_sticky_header nav.primary_nav ul li.lihaschildren > ul.menu-dropdown-content {
  left: 0;
  bottom: 68px;
}
.header.bottom_sticky_header nav.primary_nav ul li.lihaschildren > ul.menu-dropdown-content ul.menu-dropdown-content {
  top: inherit;
  bottom: -27px;
}
.header.bottom_sticky_header nav.primary_nav ul li.lihaschildren.drop-left ul.menu-dropdown-content {
  right: 0;
  left: inherit;
  bottom: 68px;
}
.header.bottom_sticky_header nav.primary_nav ul li.lihaschildren.drop-right ul.menu-dropdown-content {
  left: 0;
  bottom: 68px;
}
.header.bottom_sticky_header nav.primary_nav ul li.lihaschildren.drop-mid ul.menu-dropdown-content {
  bottom: 68px;
  left: 50%;
  -o-transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.header.bottom_sticky_header nav.primary_nav ul li.lihaschildren.drop-mid ul.menu-dropdown-content.open {
  -o-transform: translate(-50%, 0px);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}
/*
--------------------------------------------------------------  
 
THE SECONDARY NAV WIDGETIZED AREA

-------------------------------------------------------------- 
*/
.secondary_nav_widgetized_area {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 9;
  width: 360px;
  background-color: #000000;
  padding: 18px 0px;
  overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
  -o-transform: translate(100%, 0px);
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}
.secondary_nav_widgetized_area .header_tools {
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 24px;
  color: #ffffff;
}
.secondary_nav_widgetized_area nav {
  clear: both;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.secondary_nav_widgetized_area nav a {
  padding: 0;
  padding-bottom: 5px;
}
.secondary_nav_widgetized_area aside.widget {
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 24px;
  color: #ffffff;
}
.secondary_nav_widgetized_area aside.widget h4 {
  color: #ffffff;
}
.secondary_nav_widgetized_area nav,
.secondary_nav_widgetized_area .widget_nav_menu {
  font-family: Rubik, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.secondary_nav_widgetized_area nav:last-of-type,
.secondary_nav_widgetized_area .widget_nav_menu:last-of-type {
  margin-bottom: 20px;
}
.secondary_nav_widgetized_area nav ul,
.secondary_nav_widgetized_area .widget_nav_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 28px;
}
.secondary_nav_widgetized_area nav ul:after,
.secondary_nav_widgetized_area .widget_nav_menu ul:after {
  content: '';
  position: relative;
  display: block;
  background-color: rgba(221, 221, 221, 0.4);
  height: 1px;
  width: 280px;
  margin-top: 20px;
  margin-left: 28px !important;
  margin-bottom: 28px;
}
.secondary_nav_widgetized_area nav ul li a,
.secondary_nav_widgetized_area .widget_nav_menu ul li a {
  display: block;
  font-weight: 500;
  margin: 5px 10px 5px 30px;
  padding-bottom: 5px;
  font-size: 14px;
}
.secondary_nav_widgetized_area nav ul li a:link,
.secondary_nav_widgetized_area .widget_nav_menu ul li a:link,
.secondary_nav_widgetized_area nav ul li a:visited,
.secondary_nav_widgetized_area .widget_nav_menu ul li a:visited {
  color: #ffffff;
}
.secondary_nav_widgetized_area nav ul li a:hover,
.secondary_nav_widgetized_area .widget_nav_menu ul li a:hover,
.secondary_nav_widgetized_area nav ul li a:active,
.secondary_nav_widgetized_area .widget_nav_menu ul li a:active,
.secondary_nav_widgetized_area nav ul li a.active,
.secondary_nav_widgetized_area .widget_nav_menu ul li a.active,
.secondary_nav_widgetized_area nav ul li a:focus,
.secondary_nav_widgetized_area .widget_nav_menu ul li a:focus {
  color: #ffcb00;
  background-color: #000000;
}
.secondary_nav_widgetized_area nav ul li ul,
.secondary_nav_widgetized_area .widget_nav_menu ul li ul {
  display: block;
  border-left: solid 1px #ffffff !important;
  margin-left: 30px !important;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
}
.secondary_nav_widgetized_area nav ul li ul:after,
.secondary_nav_widgetized_area .widget_nav_menu ul li ul:after {
  display: none;
}
.secondary_nav_widgetized_area nav ul li ul li a,
.secondary_nav_widgetized_area .widget_nav_menu ul li ul li a {
  padding-left: 0 !important;
  margin: 5px 10px 5px 15px;
  font-size: 0.85em;
  text-transform: uppercase;
}
.secondary_nav_widgetized_area nav ul li.current-menu-item a:before,
.secondary_nav_widgetized_area .widget_nav_menu ul li.current-menu-item a:before {
  right: 0;
}
.secondary_nav_widgetized_area nav ul li.current-menu-item a:link,
.secondary_nav_widgetized_area .widget_nav_menu ul li.current-menu-item a:link,
.secondary_nav_widgetized_area nav ul li.current-menu-item a:visited,
.secondary_nav_widgetized_area .widget_nav_menu ul li.current-menu-item a:visited,
.secondary_nav_widgetized_area nav ul li.current-menu-item a:focus,
.secondary_nav_widgetized_area .widget_nav_menu ul li.current-menu-item a:focus {
  color: #ffcb00;
}
.secondary_nav_widgetized_area nav ul li.current-menu-item a:hover,
.secondary_nav_widgetized_area .widget_nav_menu ul li.current-menu-item a:hover,
.secondary_nav_widgetized_area nav ul li.current-menu-item a:active,
.secondary_nav_widgetized_area .widget_nav_menu ul li.current-menu-item a:active {
  color: #ffffff;
}
.secondary_nav_widgetized_area nav .nav,
.secondary_nav_widgetized_area .widget_nav_menu .nav {
  margin-bottom: 0 !important;
}
.secondary_nav_widgetized_area aside.widget.widget_nav_menu {
  margin-left: 0;
  margin-right: 0;
}
.secondary_nav_widgetized_area aside.widget.widget_nav_menu h4 {
  margin-left: 30px;
  margin-right: 30px;
}
.secondary_nav_widgetized_area aside.widget.widget_nav_menu ul li a {
  text-decoration: none;
}
.secondary_nav_is_open {
  -o-transform: translate(-360px, 0px);
  -webkit-transform: translate(-360px, 0px);
  -ms-transform: translate(-360px, 0px);
  transform: translate(-360px, 0px);
  -webkit-transition: all 600ms ease-in-out !important;
  -o-transition: all 600ms ease-in-out !important;
  transition: all 600ms ease-in-out !important;
  -webkit-overflow-scrolling: touch;
}
.secondary_nav_widgetized_area.secondary_nav_is_open {
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  visibility: visible;
}
.header.appearing_sticky_header.secondary_nav_is_open {
  transform: translate(-360px, 0px);
}
.main {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
  z-index: 9;
}
.main .content_main {
  padding-top: 96px;
  padding-bottom: 96px;
}
.main .vc_row,
.ple_section {
  position: relative;
  background-color: #ffffff;
  padding-top: 96px;
  padding-bottom: 96px;
  border-color: #ffffff;
}
.main .vc_row .vc_row,
.ple_section .vc_row {
  padding-top: 0;
  padding-bottom: 0;
  background-color: inherit;
  border-color: inherit;
}
/* Content Titles Section */
.content_titles {
  position: relative;
}
.content_titles.content_titles-empty {
  display: none;
}
.content_titles .ple_section .container-fluid {
  width: 100%;
}
@media (max-width: 768px) {
  .content_titles .ple_section .container {
    width: 100%;
  }
}
.titles_group .t1 {
  font-size: 86px;
  line-height: 1em;
  font-weight: 700;
  margin: 0;
  letter-spacing: -1px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@media (max-width: 992px) {
  .titles_group .t1 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .titles_group .t1 {
    font-size: 54px;
  }
}
@media (max-width: 480px) {
  .titles_group .t1 {
    font-size: 40px;
  }
}
.titles_group .t1 + .ple_breadcrumb_wrapper {
  margin-top: 8px;
}
.titles_group .t1::after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #ffcb00;
  display: block;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .titles_group .t1::after {
    margin-bottom: 20px;
  }
}
.titles_group p.post_subtitle,
.titles_group p.post_intro {
  font-size: 35px;
  font-weight: 300;
  line-height: 1.15em;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .titles_group p.post_subtitle,
  .titles_group p.post_intro {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .titles_group p.post_subtitle,
  .titles_group p.post_intro {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .titles_group p.post_subtitle,
  .titles_group p.post_intro {
    font-size: 20px;
  }
}
.transparent_header:not(.header_is_at_bottom) .content_titles .ple_section {
  padding-top: 163px;
}
@media (max-width: 992px) {
  .transparent_header:not(.header_is_at_bottom) .content_titles .ple_section {
    padding-top: 158px;
  }
}
@media (max-width: 768px) {
  .transparent_header:not(.header_is_at_bottom) .content_titles .ple_section {
    padding-top: 156px;
  }
}
.text-center .titles_group .t1::after,
.text-center .titles_group .t1::before {
  margin-left: auto;
  margin-right: auto;
}
.text-left .titles_group .t1::after,
.text-left .titles_group .t1::before {
  margin-right: auto;
  margin-left: 0;
}
.text-right .titles_group .t1::after,
.text-right .titles_group .t1::before {
  margin-left: auto;
  margin-right: 0;
}
/*** SKINCOLORED SECTION (PRIMARY) ***/
.primary_section,
.main .primary_section,
[class*="_section"] .primary_section,
[class*="_section"] [class*="_section"] .primary_section {
  background-color: #ffcb00;
  color: #1b1b1b;
  border-color: #ffcb00;
}
.primary_section a:link:not(.btn),
.main .primary_section a:link:not(.btn),
[class*="_section"] .primary_section a:link:not(.btn),
[class*="_section"] [class*="_section"] .primary_section a:link:not(.btn),
.primary_section a:visited:not(.btn),
.main .primary_section a:visited:not(.btn),
[class*="_section"] .primary_section a:visited:not(.btn),
[class*="_section"] [class*="_section"] .primary_section a:visited:not(.btn) {
  color: #5e5e5e;
}
.primary_section a:hover:not(.btn),
.main .primary_section a:hover:not(.btn),
[class*="_section"] .primary_section a:hover:not(.btn),
[class*="_section"] [class*="_section"] .primary_section a:hover:not(.btn),
.primary_section a:active:not(.btn),
.main .primary_section a:active:not(.btn),
[class*="_section"] .primary_section a:active:not(.btn),
[class*="_section"] [class*="_section"] .primary_section a:active:not(.btn) {
  color: #515151;
}
/*** SECONDARY COLORED SECTION ***/
.secondary_section,
.main .secondary_section,
[class*="_section"] .secondary_section,
[class*="_section"] [class*="_section"] .secondary_section {
  background-color: #661e70;
  color: #ffffff;
  border-color: #661e70;
}
.secondary_section a:link:not(.btn),
.main .secondary_section a:link:not(.btn),
[class*="_section"] .secondary_section a:link:not(.btn),
[class*="_section"] [class*="_section"] .secondary_section a:link:not(.btn),
.secondary_section a:visited:not(.btn),
.main .secondary_section a:visited:not(.btn),
[class*="_section"] .secondary_section a:visited:not(.btn),
[class*="_section"] [class*="_section"] .secondary_section a:visited:not(.btn) {
  color: #ffcb00;
}
.secondary_section a:hover:not(.btn),
.main .secondary_section a:hover:not(.btn),
[class*="_section"] .secondary_section a:hover:not(.btn),
[class*="_section"] [class*="_section"] .secondary_section a:hover:not(.btn),
.secondary_section a:active:not(.btn),
.main .secondary_section a:active:not(.btn),
[class*="_section"] .secondary_section a:active:not(.btn),
[class*="_section"] [class*="_section"] .secondary_section a:active:not(.btn) {
  color: #ffc300;
}
/*** DARK SECTION ***/
.dark_section,
.main .dark_section,
[class*="_section"] .dark_section,
[class*="_section"] [class*="_section"] .dark_section {
  background-color: #1b1b1b;
  color: #ffffff;
  border-color: #1b1b1b;
}
.dark_section a:link:not(.btn),
.main .dark_section a:link:not(.btn),
[class*="_section"] .dark_section a:link:not(.btn),
[class*="_section"] [class*="_section"] .dark_section a:link:not(.btn),
.dark_section a:visited:not(.btn),
.main .dark_section a:visited:not(.btn),
[class*="_section"] .dark_section a:visited:not(.btn),
[class*="_section"] [class*="_section"] .dark_section a:visited:not(.btn) {
  color: #ffcb00;
}
.dark_section a:hover:not(.btn),
.main .dark_section a:hover:not(.btn),
[class*="_section"] .dark_section a:hover:not(.btn),
[class*="_section"] [class*="_section"] .dark_section a:hover:not(.btn),
.dark_section a:active:not(.btn),
.main .dark_section a:active:not(.btn),
[class*="_section"] .dark_section a:active:not(.btn),
[class*="_section"] [class*="_section"] .dark_section a:active:not(.btn) {
  color: #ffc300;
}
/*** LIGHT SECTION ***/
.light_section,
.main .light_section,
[class*="_section"] .light_section,
[class*="_section"] [class*="_section"] .light_section {
  background-color: #f7f6f1;
  color: #1b1b1b;
  border-color: #f7f6f1;
}
.light_section a:link:not(.btn),
.main .light_section a:link:not(.btn),
[class*="_section"] .light_section a:link:not(.btn),
[class*="_section"] [class*="_section"] .light_section a:link:not(.btn),
.light_section a:visited:not(.btn),
.main .light_section a:visited:not(.btn),
[class*="_section"] .light_section a:visited:not(.btn),
[class*="_section"] [class*="_section"] .light_section a:visited:not(.btn) {
  color: #5e5e5e;
}
.light_section a:hover:not(.btn),
.main .light_section a:hover:not(.btn),
[class*="_section"] .light_section a:hover:not(.btn),
[class*="_section"] [class*="_section"] .light_section a:hover:not(.btn),
.light_section a:active:not(.btn),
.main .light_section a:active:not(.btn),
[class*="_section"] .light_section a:active:not(.btn),
[class*="_section"] [class*="_section"] .light_section a:active:not(.btn) {
  color: #515151;
}
/*** BLACK SECTION ***/
.black_section,
.main .black_section,
[class*="_section"] .black_section,
[class*="_section"] [class*="_section"] .black_section {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.black_section a:link:not(.btn),
.main .black_section a:link:not(.btn),
[class*="_section"] .black_section a:link:not(.btn),
[class*="_section"] [class*="_section"] .black_section a:link:not(.btn),
.black_section a:visited:not(.btn),
.main .black_section a:visited:not(.btn),
[class*="_section"] .black_section a:visited:not(.btn),
[class*="_section"] [class*="_section"] .black_section a:visited:not(.btn) {
  color: #ffcb00;
}
.black_section a:hover:not(.btn),
.main .black_section a:hover:not(.btn),
[class*="_section"] .black_section a:hover:not(.btn),
[class*="_section"] [class*="_section"] .black_section a:hover:not(.btn),
.black_section a:active:not(.btn),
.main .black_section a:active:not(.btn),
[class*="_section"] .black_section a:active:not(.btn),
[class*="_section"] [class*="_section"] .black_section a:active:not(.btn) {
  color: #ffc300;
}
/*** WHITE SECTION ***/
.white_section,
.main .white_section,
[class*="_section"] .white_section,
[class*="_section"] [class*="_section"] .white_section {
  background-color: #ffffff;
  color: #1b1b1b;
  border-color: #ffffff;
}
.white_section a:link:not(.btn),
.main .white_section a:link:not(.btn),
[class*="_section"] .white_section a:link:not(.btn),
[class*="_section"] [class*="_section"] .white_section a:link:not(.btn),
.white_section a:visited:not(.btn),
.main .white_section a:visited:not(.btn),
[class*="_section"] .white_section a:visited:not(.btn),
[class*="_section"] [class*="_section"] .white_section a:visited:not(.btn) {
  color: #ffcb00;
}
.white_section a:hover:not(.btn),
.main .white_section a:hover:not(.btn),
[class*="_section"] .white_section a:hover:not(.btn),
[class*="_section"] [class*="_section"] .white_section a:hover:not(.btn),
.white_section a:active:not(.btn),
.main .white_section a:active:not(.btn),
[class*="_section"] .white_section a:active:not(.btn),
[class*="_section"] [class*="_section"] .white_section a:active:not(.btn) {
  color: #ffc300;
}
.separator_top > .separator_top,
.separator_bottom > .separator_bottom {
  position: absolute;
  width: 100%;
  background-color: inherit;
  border-color: inherit;
  z-index: 1;
}
.separator_top > .separator_top {
  top: 0;
}
.separator_bottom > .separator_bottom {
  bottom: 0;
}
.sep_angled_positive_bottom.vc_row[data-vc-full-width],
.sep_angled_negative_bottom.vc_row[data-vc-full-width],
.sep_angled_positive_top.vc_row[data-vc-full-width],
.sep_angled_negative_top.vc_row[data-vc-full-width] {
  overflow: inherit;
}
.sep_angled_positive_bottom .separator_bottom,
.sep_angled_negative_bottom .separator_bottom,
.sep_angled_positive_top .separator_top,
.sep_angled_negative_top .separator_top {
  left: 0;
  padding-left: inherit;
  padding-right: inherit;
  width: inherit;
  display: none\9;
}
.sep_angled_positive_bottom .separator_bottom:before,
.sep_angled_negative_bottom .separator_bottom:before,
.sep_angled_positive_top .separator_top:before,
.sep_angled_negative_top .separator_top:before,
.sep_angled_positive_bottom .separator_bottom:after,
.sep_angled_negative_bottom .separator_bottom:after,
.sep_angled_positive_top .separator_top:after,
.sep_angled_negative_top .separator_top:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 24px 0 0 900px;
  border-width: 24px 0 0 50vw;
  border-left-width: 900px;
  border-left-width: 50vw;
  position: absolute;
  z-index: 9;
}
.sep_angled_positive_bottom .separator_bottom:before,
.sep_angled_positive_bottom .separator_bottom:after {
  bottom: -23px;
}
.sep_angled_positive_bottom .separator_bottom:before {
  border-left-color: transparent;
  border-right-color: transparent;
  right: 50%;
}
.sep_angled_positive_bottom .separator_bottom:after {
  border-left-color: transparent;
  border-right-color: transparent;
  left: 50%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.sep_angled_negative_bottom .separator_bottom:before,
.sep_angled_negative_bottom .separator_bottom:after {
  bottom: -23px;
}
.sep_angled_negative_bottom .separator_bottom:before {
  border-left-color: transparent;
  border-right-color: transparent;
  left: 50%;
}
.sep_angled_negative_bottom .separator_bottom:after {
  border-left-color: transparent;
  border-right-color: transparent;
  right: 50%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.sep_angled_positive_top .separator_top:before,
.sep_angled_positive_top .separator_top:after {
  top: -23px;
}
.sep_angled_positive_top .separator_top:before {
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: 49.99%;
}
.sep_angled_positive_top .separator_top:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
  right: 49.99%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.sep_angled_negative_top .separator_top:before,
.sep_angled_negative_top .separator_top:after {
  top: -23px;
}
.sep_angled_negative_top .separator_top:before {
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: 0;
}
.sep_angled_negative_top .separator_top:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
  right: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.folded_section {
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  z-index: 1;
}
.folded_section > div,
.folded_section > div > div,
.folded_section > div > div > div,
.folded_section > div > div > div .separator_top,
.folded_section > div > div > div .separator_bottom {
  background-color: inherit;
  border-color: inherit;
}
.folded_section > div > div > div .separator_top {
  margin-bottom: 0px;
}
.folded_section > div > div > div .separator_bottom {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .folded_section > div > div > div .separator_top,
  .folded_section > div > div > div .separator_bottom {
    display: none;
  }
}
.sep_triangular_downhill_top .separator_top {
  border-style: solid;
  border-left-width: inherit;
  display: none\9;
}
.sep_triangular_downhill_top .separator_top:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 19px 0 0 1rem;
  border-left-width: inherit;
  top: -18px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: 0;
  position: absolute;
  z-index: 9;
}
.sep_triangular_uphill_top .separator_top {
  border-style: solid;
  border-left-width: inherit;
  display: none\9;
}
.sep_triangular_uphill_top .separator_top:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 19px 0 0 1rem;
  border-left-width: inherit;
  top: -18px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  right: 0;
  position: absolute;
  z-index: 9;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.sep_triangular_downhill_bottom .separator_bottom {
  border-style: solid;
  border-left-width: inherit;
  display: none\9;
}
.sep_triangular_downhill_bottom .separator_bottom:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 19px 0 0 1rem;
  border-left-width: inherit;
  bottom: -18px;
  border-left-color: transparent;
  border-right-color: transparent;
  left: 0;
  position: absolute;
  z-index: 9;
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.sep_triangular_uphill_bottom .separator_bottom {
  border-style: solid;
  border-left-width: inherit;
  display: none\9;
}
.sep_triangular_uphill_bottom .separator_bottom:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 19px 0 0 1rem;
  border-left-width: inherit;
  bottom: -18px;
  border-left-color: transparent;
  border-right-color: transparent;
  right: 0;
  position: absolute;
  z-index: 9;
}
.btn {
  display: inline-block;
  background-image: none;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  vertical-align: top;
  padding: 16px 36px;
  font-size: 13px;
  line-height: 1.6em;
  border-radius: 0px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn-custom {
  transition: all 400ms ease;
  text-decoration: none;
}
.btn-default:not(.btn-link) {
  display: inline-block;
  background-image: none;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  vertical-align: top;
  padding: 16px 36px;
  font-size: 13px;
  line-height: 1.6em;
  border-radius: 0px;
  border: 3px #ffffff solid;
  transition: all 400ms ease;
  background-color: #ffffff;
  color: #1b1b1b !important;
}
.btn-default:not(.btn-link):focus,
.btn-default:not(.btn-link):active:focus,
.btn-default:not(.btn-link).active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-default:not(.btn-link):hover,
.btn-default:not(.btn-link):focus {
  color: #333333;
  text-decoration: none;
}
.btn-default:not(.btn-link):active,
.btn-default:not(.btn-link).active {
  outline: 0;
  background-image: none;
}
.btn-default:not(.btn-link).disabled,
.btn-default:not(.btn-link)[disabled],
fieldset[disabled] .btn-default:not(.btn-link) {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn-default:not(.btn-link):hover,
.btn-default:not(.btn-link):focus,
.btn-default:not(.btn-link):active {
  color: #ffffff !important;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
.btn-default:not(.btn-link).btn-inv:hover,
.btn-default:not(.btn-link).btn-inv:focus,
.btn-default:not(.btn-link).btn-inv:active {
  color: #1b1b1b !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-default:not(.btn-link):before {
  background: #1b1b1b;
}
.btn-default:not(.btn-link).btn-inv {
  background-color: transparent;
  color: #ffffff !important;
  border: 3px #ffffff solid;
}
.btn-primary {
  display: inline-block;
  background-image: none;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  vertical-align: top;
  padding: 16px 36px;
  font-size: 13px;
  line-height: 1.6em;
  border-radius: 0px;
  border: 3px #ffcb00 solid;
  transition: all 400ms ease;
  background-color: #ffcb00;
  color: #1b1b1b !important;
}
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #333333;
  text-decoration: none;
}
.btn-primary:active,
.btn-primary.active {
  outline: 0;
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #ffcb00 !important;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
.btn-primary.btn-inv:hover,
.btn-primary.btn-inv:focus,
.btn-primary.btn-inv:active {
  color: #1b1b1b !important;
  background-color: #ffcb00;
  border-color: #ffcb00;
}
.btn-primary:before {
  background: #1b1b1b;
}
.btn-primary.btn-inv {
  background-color: transparent;
  color: #ffcb00 !important;
  border: 3px #ffcb00 solid;
}
.btn-secondary {
  display: inline-block;
  background-image: none;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  vertical-align: top;
  padding: 16px 36px;
  font-size: 13px;
  line-height: 1.6em;
  border-radius: 0px;
  border: 3px #661e70 solid;
  transition: all 400ms ease;
  background-color: #661e70;
  color: #ffffff !important;
}
.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333333;
  text-decoration: none;
}
.btn-secondary:active,
.btn-secondary.active {
  outline: 0;
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  color: #661e70 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-secondary.btn-inv:hover,
.btn-secondary.btn-inv:focus,
.btn-secondary.btn-inv:active {
  color: #ffffff !important;
  background-color: #661e70;
  border-color: #661e70;
}
.btn-secondary:before {
  background: #ffffff;
}
.btn-secondary.btn-inv {
  background-color: transparent;
  color: #661e70 !important;
  border: 3px #661e70 solid;
}
.btn-dark {
  display: inline-block;
  background-image: none;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  vertical-align: top;
  padding: 16px 36px;
  font-size: 13px;
  line-height: 1.6em;
  border-radius: 0px;
  border: 3px #1b1b1b solid;
  transition: all 400ms ease;
  background-color: #1b1b1b;
  color: #ffffff !important;
}
.btn-dark:focus,
.btn-dark:active:focus,
.btn-dark.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-dark:hover,
.btn-dark:focus {
  color: #333333;
  text-decoration: none;
}
.btn-dark:active,
.btn-dark.active {
  outline: 0;
  background-image: none;
}
.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  color: #1b1b1b !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-dark.btn-inv:hover,
.btn-dark.btn-inv:focus,
.btn-dark.btn-inv:active {
  color: #ffffff !important;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
.btn-dark:before {
  background: #ffffff;
}
.btn-dark.btn-inv {
  background-color: transparent;
  color: #1b1b1b !important;
  border: 3px #1b1b1b solid;
}
.btn-light {
  display: inline-block;
  background-image: none;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  vertical-align: top;
  padding: 16px 36px;
  font-size: 13px;
  line-height: 1.6em;
  border-radius: 0px;
  border: 3px #f7f6f1 solid;
  transition: all 400ms ease;
  background-color: #f7f6f1;
  color: #1b1b1b !important;
}
.btn-light:focus,
.btn-light:active:focus,
.btn-light.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-light:hover,
.btn-light:focus {
  color: #333333;
  text-decoration: none;
}
.btn-light:active,
.btn-light.active {
  outline: 0;
  background-image: none;
}
.btn-light.disabled,
.btn-light[disabled],
fieldset[disabled] .btn-light {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  color: #f7f6f1 !important;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
.btn-light.btn-inv:hover,
.btn-light.btn-inv:focus,
.btn-light.btn-inv:active {
  color: #1b1b1b !important;
  background-color: #f7f6f1;
  border-color: #f7f6f1;
}
.btn-light:before {
  background: #1b1b1b;
}
.btn-light.btn-inv {
  background-color: transparent;
  color: #f7f6f1 !important;
  border: 3px #f7f6f1 solid;
}
.btn-white {
  display: inline-block;
  background-image: none;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  vertical-align: top;
  padding: 16px 36px;
  font-size: 13px;
  line-height: 1.6em;
  border-radius: 0px;
  border: 3px #ffffff solid;
  transition: all 400ms ease;
  background-color: #ffffff;
  color: #1b1b1b !important;
}
.btn-white:focus,
.btn-white:active:focus,
.btn-white.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-white:hover,
.btn-white:focus {
  color: #333333;
  text-decoration: none;
}
.btn-white:active,
.btn-white.active {
  outline: 0;
  background-image: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  color: #ffffff !important;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
.btn-white.btn-inv:hover,
.btn-white.btn-inv:focus,
.btn-white.btn-inv:active {
  color: #1b1b1b !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white:before {
  background: #1b1b1b;
}
.btn-white.btn-inv {
  background-color: transparent;
  color: #ffffff !important;
  border: 3px #ffffff solid;
}
.btn-black {
  display: inline-block;
  background-image: none;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  vertical-align: top;
  padding: 16px 36px;
  font-size: 13px;
  line-height: 1.6em;
  border-radius: 0px;
  border: 3px #000000 solid;
  transition: all 400ms ease;
  background-color: #000000;
  color: #ffffff !important;
}
.btn-black:focus,
.btn-black:active:focus,
.btn-black.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-black:hover,
.btn-black:focus {
  color: #333333;
  text-decoration: none;
}
.btn-black:active,
.btn-black.active {
  outline: 0;
  background-image: none;
}
.btn-black.disabled,
.btn-black[disabled],
fieldset[disabled] .btn-black {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active {
  color: #000000 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-black.btn-inv:hover,
.btn-black.btn-inv:focus,
.btn-black.btn-inv:active {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-black:before {
  background: #ffffff;
}
.btn-black.btn-inv {
  background-color: transparent;
  color: #000000 !important;
  border: 3px #000000 solid;
}
.btn-success {
  display: inline-block;
  background-image: none;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  vertical-align: top;
  padding: 16px 36px;
  font-size: 13px;
  line-height: 1.6em;
  border-radius: 0px;
  border: 3px #2ecc71 solid;
  transition: all 400ms ease;
  background-color: #2ecc71;
  color: #f4f4f4 !important;
}
.btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-success:hover,
.btn-success:focus {
  color: #333333;
  text-decoration: none;
}
.btn-success:active,
.btn-success.active {
  outline: 0;
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  color: #2ecc71 !important;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.btn-success.btn-inv:hover,
.btn-success.btn-inv:focus,
.btn-success.btn-inv:active {
  color: #f4f4f4 !important;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.btn-success:before {
  background: #f4f4f4;
}
.btn-success.btn-inv {
  background-color: transparent;
  color: #2ecc71 !important;
  border: 3px #2ecc71 solid;
}
.btn-info {
  display: inline-block;
  background-image: none;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  vertical-align: top;
  padding: 16px 36px;
  font-size: 13px;
  line-height: 1.6em;
  border-radius: 0px;
  border: 3px #5bc0de solid;
  transition: all 400ms ease;
  background-color: #5bc0de;
  color: #f4f4f4 !important;
}
.btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-info:hover,
.btn-info:focus {
  color: #333333;
  text-decoration: none;
}
.btn-info:active,
.btn-info.active {
  outline: 0;
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  color: #5bc0de !important;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.btn-info.btn-inv:hover,
.btn-info.btn-inv:focus,
.btn-info.btn-inv:active {
  color: #f4f4f4 !important;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:before {
  background: #f4f4f4;
}
.btn-info.btn-inv {
  background-color: transparent;
  color: #5bc0de !important;
  border: 3px #5bc0de solid;
}
.btn-warning {
  display: inline-block;
  background-image: none;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  vertical-align: top;
  padding: 16px 36px;
  font-size: 13px;
  line-height: 1.6em;
  border-radius: 0px;
  border: 3px #f0ad4e solid;
  transition: all 400ms ease;
  background-color: #f0ad4e;
  color: #f4f4f4 !important;
}
.btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-warning:hover,
.btn-warning:focus {
  color: #333333;
  text-decoration: none;
}
.btn-warning:active,
.btn-warning.active {
  outline: 0;
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  color: #f0ad4e !important;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.btn-warning.btn-inv:hover,
.btn-warning.btn-inv:focus,
.btn-warning.btn-inv:active {
  color: #f4f4f4 !important;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:before {
  background: #f4f4f4;
}
.btn-warning.btn-inv {
  background-color: transparent;
  color: #f0ad4e !important;
  border: 3px #f0ad4e solid;
}
.btn-danger {
  display: inline-block;
  background-image: none;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  vertical-align: top;
  padding: 16px 36px;
  font-size: 13px;
  line-height: 1.6em;
  border-radius: 0px;
  border: 3px #d9534f solid;
  transition: all 400ms ease;
  background-color: #d9534f;
  color: #f4f4f4 !important;
}
.btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-danger:hover,
.btn-danger:focus {
  color: #333333;
  text-decoration: none;
}
.btn-danger:active,
.btn-danger.active {
  outline: 0;
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  color: #d9534f !important;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.btn-danger.btn-inv:hover,
.btn-danger.btn-inv:focus,
.btn-danger.btn-inv:active {
  color: #f4f4f4 !important;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:before {
  background: #f4f4f4;
}
.btn-danger.btn-inv {
  background-color: transparent;
  color: #d9534f !important;
  border: 3px #d9534f solid;
}
.btn-link {
  color: #ffcb00;
  font-weight: normal;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  padding: 16px 0 !important;
  font-size: 13px !important;
  line-height: 1.6em !important;
  border-radius: 0px !important;
}
.btn-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #ffcb00;
  height: 3px;
  -webkit-transition-property: "right";
  transition-property: "right";
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-link:hover:before,
.btn-link:focus:before,
.btn-link:active:before {
  right: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #ffc300;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 20px 56px !important;
  font-size: 13px !important;
  line-height: 1.6em !important;
  border-radius: 0px !important;
}
.btn-sm {
  padding: 10px 28px !important;
  font-size: 12px !important;
  line-height: 1.6em !important;
  border-radius: 0px !important;
  letter-spacing: 1px;
}
.btn-xs {
  padding: 6px 18px !important;
  font-size: 11px !important;
  line-height: 1.6em !important;
  border-radius: 0px !important;
  letter-spacing: 1px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn.with-icon i {
  padding-left: 8px;
}
.btn.with-icon.btn-sm i {
  line-height: 29px;
}
.btn.with-icon.icon-left i {
  padding-left: 0;
  padding-right: 8px;
}
/*
--------------------------------------------------------------  
 
ELEMENTS HOVER

-------------------------------------------------------------- 
*/
/* Custom Buttons */
/* Navigation Button */
/*
--------------------------------------------------------------  
 
Forms

-------------------------------------------------------------- 
*/
.form-control,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  box-shadow: none;
  background-color: #f0f0f0;
  border: 3px solid #f0f0f0 !important;
  border-radius: 0px;
  color: #111118;
  font-size: 16px;
  font-weight: normal;
  vertical-align: top;
  margin-bottom: 24px;
  line-height: 1.6em;
  padding: 13.6px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.form-control:focus,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  box-shadow: none;
  border: 3px solid #ffcb00 !important;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.large_form .form-control,
.large_form select,
.large_form textarea,
.large_form input[type="text"],
.large_form input[type="password"],
.large_form input[type="datetime"],
.large_form input[type="datetime-local"],
.large_form input[type="date"],
.large_form input[type="month"],
.large_form input[type="time"],
.large_form input[type="week"],
.large_form input[type="number"],
.large_form input[type="email"],
.large_form input[type="url"],
.large_form input[type="search"],
.large_form input[type="tel"],
.large_form input[type="color"] {
  padding: 17.6px;
}
.white_form .form-control,
.white_form select,
.white_form textarea,
.white_form input[type="text"],
.white_form input[type="password"],
.white_form input[type="datetime"],
.white_form input[type="datetime-local"],
.white_form input[type="date"],
.white_form input[type="month"],
.white_form input[type="time"],
.white_form input[type="week"],
.white_form input[type="number"],
.white_form input[type="email"],
.white_form input[type="url"],
.white_form input[type="search"],
.white_form input[type="tel"],
.white_form input[type="color"] {
  background-color: #FFFFFF;
  border: 3px solid #ffffff !important;
}
.full_width_items_form .form-control,
.full_width_items_form select,
.full_width_items_form textarea,
.full_width_items_form input[type="text"],
.full_width_items_form input[type="password"],
.full_width_items_form input[type="datetime"],
.full_width_items_form input[type="datetime-local"],
.full_width_items_form input[type="date"],
.full_width_items_form input[type="month"],
.full_width_items_form input[type="time"],
.full_width_items_form input[type="week"],
.full_width_items_form input[type="number"],
.full_width_items_form input[type="email"],
.full_width_items_form input[type="url"],
.full_width_items_form input[type="search"],
.full_width_items_form input[type="tel"],
.full_width_items_form input[type="color"] {
  width: 100%;
}
.form-control {
  height: auto;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  text-transform: uppercase;
  font-size: 13px !important;
  color: #111118;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  opacity: 1;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  max-width: 100%;
  padding-right: 30px;
}
select[multiple],
select[size] {
  min-height: 120px;
}
.select_arrow {
  display: inline-block;
}
.select_arrow:after {
  content: "›";
  transform: rotate(90deg);
  display: block;
  text-align: center;
  font-size: 30px;
  width: 30px;
  height: 30px;
  background: transparent;
  color: #111118;
  position: relative;
  top: 10px;
  margin-left: -30px;
  pointer-events: none;
}
.large_form .select_arrow:after {
  top: 14px;
}
label {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: bold;
}
input[type="color"] {
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  height: auto;
  display: inline-block;
}
.radio,
.checkbox {
  padding-left: 20px;
}
input[type="number"] {
  max-width: 40px;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
span.spinner {
  font-family: Helvetica, Arial, serif;
  cursor: pointer;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  width: 30px;
  text-align: center;
  background-color: #323232;
  color: #fff;
  padding: 0 16px;
  vertical-align: middle;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}
/* Jquery UI Datepicker Overrides */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br,
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl,
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr,
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0px;
}
.ui-widget-header {
  background: none;
  border: 0px;
}
.ui-datepicker .ui-datepicker-title select {
  border: medium none !important;
  font-size: 14px;
  margin: 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: none;
  border: 1px solid #d3d3d3;
  color: #555;
  font-weight: normal;
  font-size: 14px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 3px;
  text-align: center;
  text-decoration: none;
}
.ui-widget-content {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  color: #222;
}
.ui-widget {
  font-family: inherit;
  font-size: 1.1em;
}
.ui-datepicker {
  padding: 10px;
}
/* CF7 messages styling */
div.wpcf7-validation-errors {
  background-color: #ff0000;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  border: none;
}
div.wpcf7-mail-sent-ok {
  background-color: #398f14;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  border: none;
}
div.wpcf7-response-output {
  margin: 1em 0;
  padding: 1em;
}
span.wpcf7-not-valid-tip {
  color: #f00;
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin-top: -20px;
}
/* Plethora Owl-Slider */
.slider_wrapper {
  position: relative;
}
.slider_wrapper .owl-carousel .item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.slider_wrapper .owl-carousel .item:before {
  -webkit-backface-visibility: hidden;
}
.slider_wrapper .owl-carousel .item.full_height {
  height: 700px;
}
@media only screen and (max-width: 767px) {
  .slider_wrapper .owl-carousel .item.full_height {
    height: 600px;
  }
}
/* Owlslider Arrows */
.slider_wrapper .owl-carousel .owl-nav {
  height: 0px;
  top: 50%;
  width: 100%;
  position: absolute;
  margin: 0;
}
.slider_wrapper .owl-carousel .owl-prev,
.slider_wrapper .owl-carousel .owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #000000 !important;
  margin: 0 !important;
  opacity: 0.4;
  border-radius: 0px;
}
.slider_wrapper .owl-carousel .owl-prev:after,
.slider_wrapper .owl-carousel .owl-next:after {
  position: absolute;
  top: 15px;
  left: 20px;
  content: '\2039';
  text-indent: 0px;
  font-size: 32px;
  line-height: 20px;
}
.slider_wrapper .owl-carousel .owl-prev:hover,
.slider_wrapper .owl-carousel .owl-next:hover {
  opacity: 1;
  background-color: #000000 !important;
}
.slider_wrapper .owl-carousel .owl-prev {
  background-position: 0 0 !important;
  left: 0;
  top: 0;
  text-indent: -2000px;
}
.slider_wrapper .owl-carousel .owl-next {
  background-position: -44px 0 !important;
  top: 0;
  right: 0;
  text-indent: 2000px;
}
.slider_wrapper .owl-carousel .owl-next:after {
  content: '\203A';
}
.slider_wrapper .owl-theme.owl-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.slider_wrapper .owl-theme.owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background-color: transparent !important;
  border: solid 2px #ffffff;
}
.slider_wrapper .owl-theme.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #ffffff !important;
}
@media only screen and (max-width: 480px) {
  .owl-carousel-no-mobile-nav .owl-nav {
    display: none;
  }
}
/* Plethora Owl-Slider Captions */
.slider_wrapper .caption {
  position: relative;
}
.slider_wrapper .caption[class*="_section"] {
  padding: 30px;
}
.slider_wrapper .caption[class*="_section"].transparent {
  padding: 0px;
}
.slider_wrapper .caption[class*="_section"].transparent_film {
  padding: 30px;
}
.slider_wrapper .caption .t1 {
  font-family: Montserrat, sans-serif;
}
.slider_wrapper .caption .ple_slider_buttons {
  margin-top: 64px;
}
@media only screen and (max-width: 480px) {
  .slider_wrapper .caption .ple_slider_buttons {
    margin-top: 32px;
  }
}
.slider_wrapper .caption .ple_slider_buttons a {
  margin-right: 24px;
}
@media only screen and (max-width: 480px) {
  .slider_wrapper .caption .ple_slider_buttons a {
    display: block;
    margin-right: 0;
    font-size: 12px;
  }
}
.slider_wrapper .caption .ple_slider_buttons a:last-child {
  margin-right: 0px;
}
/* TRIANGLES SECTION STYLING */
.vc_row.wpb_row[data-vc-full-width-init='true'] {
  width: 100vw !important;
}
.vc_row.wpb_row[data-vc-stretch-content="true"] {
  padding-right: 16px;
}
.tri_ul,
.tri_ur,
.tri_br,
.tri_bl {
  position: absolute;
  border-width: 0;
  border-style: solid;
  pointer-events: none;
}
.tri_br {
  right: 0;
  bottom: 0;
}
.tri_bl {
  left: 0;
  bottom: 0;
}
.tri_ul::before,
.tri_ur::after,
.tri_bl::before,
.tri_br::after {
  content: "";
  width: 0;
  height: 0;
  border-style: inherit;
  position: absolute;
  z-index: 1;
  border-color: transparent;
}
.trw_25.tri_ul::before,
.trw_25.tri_ur::after {
  border-right-width: 25vw !important;
}
.trw_25.tri_bl::before,
.trw_25.tri_br::after {
  border-left-width: 25vw !important;
}
.trw_50.tri_ul::before,
.trw_50.tri_ur::after {
  border-right-width: 50vw !important;
}
.trw_50.tri_bl::before,
.trw_50.tri_br::after {
  border-left-width: 50vw !important;
}
.trw_75.tri_ul::before,
.trw_75.tri_ur::after {
  border-right-width: 75vw !important;
}
.trw_75.tri_bl::before,
.trw_75.tri_br::after {
  border-left-width: 75vw !important;
}
.trw_100.tri_ul::before,
.trw_100.tri_ur::after {
  border-right-width: 100vw !important;
}
.trw_100.tri_bl::before,
.trw_100.tri_br::after {
  border-left-width: 100vw !important;
}
.tri_sm.tri_ul::before {
  border-width: 80px 25vw 0 0;
}
.tri_sm.tri_bl::before {
  border-width: 80px 0 0 25vw;
}
.tri_sm.tri_ur::after {
  border-width: 0 25vw 80px 0;
}
.tri_sm.tri_br::after {
  border-width: 0 0 80px 25vw;
}
.tri_ur {
  top: 0;
  right: 0;
}
.tri_ul {
  top: 0;
  left: 0;
}
.tri_ul::before {
  left: 0;
  top: 0;
  border-width: 160px 50vw 0 0;
  border-top-color: inherit;
}
.tri_ur::after {
  right: 0;
  top: 0;
  border-width: 0 50vw 160px 0;
  border-right-color: inherit;
}
.tri_bl::before {
  left: 0;
  bottom: 0;
  border-width: 160px 0 0 50vw;
  border-left-color: inherit;
}
.tri_br::after {
  right: 0;
  bottom: 0px;
  border-width: 0 0 160px 50vw;
  border-bottom-color: inherit;
}
.flip_x::before,
.flip_x::after {
  transform: scaleX(-1) translateZ(-10000px);
}
.flip_y::before,
.flip_y::after {
  transform: scaleY(-1) translateZ(-10000px);
}
.flip_x.flip_y::before,
.flip_x.flip_y::after {
  transform: scale(-1, -1) translateZ(-10000px);
}
/*** TRIANGLE SECTION :: MIDDLE TRIANGLES ***/
.tri_cl,
.tri_cr {
  z-index: 0;
  pointer-events: none;
}
.tri_cl,
.tri_cr {
  position: absolute;
  border-width: 0;
  border-style: solid;
}
.tri_cr {
  right: 0;
  bottom: 50%;
}
.tri_cl {
  left: 0;
  bottom: 50%;
}
.tri_cr::before,
.tri_cr::after,
.tri_cl::before,
.tri_cl::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 18vh 0 0 50vw;
  border-width: 160px 0 0 50vw;
  border-style: inherit;
  position: absolute;
  z-index: 1;
  border-left-color: transparent;
  border-top-color: inherit;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.tri_cl::before {
  left: 0;
  top: 0;
  /* Safari fix: translateZ(-10000px) */
  transform: rotateY(180deg) translateZ(-10000px);
}
.tri_cl::after {
  left: 0;
  top: 0;
  /* Safari fix: translateZ(-10000px) */
  transform: rotateX(180deg) rotateY(180deg) translateY(100%) translateZ(-10000px);
}
.tri_cr::before {
  right: 0;
  top: 0;
  transform: rotateX(0deg) translateZ(-10000px);
}
.tri_cr::after {
  right: 0;
  bottom: 0px;
  /* Safari fix : translateZ(-10000px) */
  transform: rotateX(180deg) translateZ(-10000px);
}
.tri_sm.tri_cl::before,
.tri_sm.tri_cl::after,
.tri_sm.tri_cr::before,
.tri_sm.tri_cr::after {
  border-left-width: 25vw;
  border-top-width: 9vh;
  border-top-width: 80px;
}
/*** TRIANGLE SECTION :: MIDDLE TRIANGLES ***/
/*** TRIANGLE SECTION :: ANIMATION ***/
/*
  .tri_anim.tri_ul::before,
  .tri_anim.tri_ur::after,
  .tri_anim.tri_bl::before,
  .tri_anim.tri_br::after {
    animation: in-out 4s 0s infinite ease;
  }
  @keyframes in-out {
    50% {
      border-left-width: 45vw;
      border-top-color: orange;
    }
    100% {
      border-left-width: 50vw;
      border-top-color: inherit;
    }
  }
  */
/*** TRIANGLE SECTION :: ANIMATION ***/
@media only screen and (max-width: 767px) {
  .tri_sm.tri_cl::before,
  .tri_sm.tri_cl::after,
  .tri_sm.tri_cr::before,
  .tri_sm.tri_cr::after {
    border-left-width: 15vw;
    border-top-width: 9vh;
    border-top-width: 40px;
  }
  .tri_ul::before {
    border-width: 80px 25vw 0 0;
  }
  .tri_ur::after {
    border-width: 0 25vw 80px 0;
  }
  .tri_bl::before {
    border-width: 80px 0 0 25vw;
  }
  .tri_br::after {
    border-width: 0 0 80px 25vw;
  }
  .tri_sm.tri_ul::before {
    border-width: 40px 12.5vw 0 0;
  }
  .tri_sm.tri_bl::before {
    border-width: 40px 0 0 12.5vw;
  }
  .tri_sm.tri_ur::after {
    border-width: 0 12.5vw 40px 0;
  }
  .tri_sm.tri_br::after {
    border-width: 0 0 40px 12.5vw;
  }
}
/* SimpleBar (Custom ScrollBars for Ajax Pages) */
/*!
 * 
 *         SimpleBar.js - v2.5.0
 *         Scrollbars, simpler.
 *         https://grsmto.github.io/simplebar/
 *         
 *         Made by Adrien Grsmto from a fork by Jonathan Nicol
 *         Under MIT License
 *       
 */
[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  /* Trigger native scrolling for mobile, if not supported, plugin is used. */
}
[data-simplebar="init"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.simplebar-scroll-content {
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.simplebar-content {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
}
.simplebar-track {
  z-index: 1;
  z-index: 1000;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11px;
}
.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  border-radius: 7px;
  min-height: 10px;
  width: 7px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  background: black;
  background-clip: padding-box;
}
.simplebar-track:hover .simplebar-scrollbar {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0 linear;
  transition: opacity 0 linear;
}
.simplebar-track .simplebar-scrollbar.visible {
  opacity: 0.5;
}
.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 11px;
}
.simplebar-track.vertical {
  top: 0;
}
.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
/* Social Media Icons */
.ple_socials a {
  display: inline-block;
  margin-bottom: 4px;
}
.ple_socials a i {
  font-size: 18px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.ple_socials.inverted a i {
  line-height: 44px;
}
.ple_socials.social-smaller a i {
  font-size: 14px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ple_socials.social-smaller.inverted a i {
  line-height: 34px;
}
.ple_socials.social-larger a i {
  font-size: 22px;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.ple_socials.social-larger.inverted a i {
  line-height: 74px;
}
.ple_socials.rounded a i {
  border-radius: 80px;
}
.ple_socials a i {
  background-color: #000000;
  color: #ffffff;
}
.ple_socials.decolorized a i {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.ple_socials.inverted a i {
  color: #000000;
  background-color: transparent;
  border: solid 3px #000000;
}
.ple_socials.inverted.decolorized a i {
  color: #000000 !important;
  background-color: transparent !important;
  border: solid 3px #000000 !important;
}
.black_section .ple_socials.decolorized a i,
.dark_section .ple_socials.decolorized a i {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.black_section .ple_socials.inverted.decolorized a i,
.dark_section .ple_socials.inverted.decolorized a i {
  color: #ffffff !important;
  background-color: transparent !important;
  border: solid 3px #ffffff !important;
}
.ple_socials i[class*="fa-facebook"] {
  background-color: #3b5998 !important;
  color: #fff !important;
}
.ple_socials i[class*="fa-twitter"] {
  background-color: #00aced !important;
  color: #fff !important;
}
.ple_socials i[class*="fa-google-plus"] {
  background-color: #dd4b39 !important;
  color: #fff !important;
}
.ple_socials i[class*="fa-youtube"] {
  background-color: #bb0000 !important;
  color: #fff !important;
}
.ple_socials i[class*="fa-linkedin"] {
  background-color: #007bb6 !important;
  color: #fff !important;
}
.ple_socials i[class*="fa-instagram"] {
  background-color: #517fa4 !important;
  color: #fff !important;
}
.ple_socials i[class*="fa-pinterest"] {
  background-color: #cb2027 !important;
  color: #fff !important;
}
.ple_socials i[class*="fa-vine"] {
  background-color: #00bf8f !important;
  color: #fff !important;
}
.ple_socials i[class*="fa-flickr"] {
  background-color: #ff0084 !important;
  color: #fff !important;
}
.ple_socials i[class*="fa-tumblr"] {
  background-color: #32506d !important;
  color: #fff !important;
}
.ple_socials i[class*="fa-vimeo"] {
  background-color: #1ab7ea !important;
  color: #fff !important;
}
.ple_socials i[class*="fa-foursquare"] {
  background-color: #f94877 !important;
  color: #fff !important;
}
.ple_socials i[class*="fa-bandcamp"] {
  background-color: #639AA9 !important;
  color: #fff !important;
}
.ple_socials i[class*="fa-behance"] {
  background-color: #1769ff !important;
  color: #fff !important;
}
.ple_socials i[class*="fa-android"] {
  background-color: #a4c639 !important;
  color: #fff !important;
}
.ple_socials i[class*="fa-dribble"] {
  background-color: #ea4c89 !important;
  color: #fff !important;
}
.ple_socials i[class*="fa-etsy"] {
  background-color: #d5641c !important;
  color: #fff !important;
}
.ple_socials i[class*="fa-lastfm"] {
  background-color: #d51007 !important;
  color: #fff !important;
}
.ple_socials i[class*="fa-mixcloud"] {
  background-color: #52aad8 !important;
  color: #fff !important;
}
.ple_socials i[class*="fa-skype"] {
  background-color: #00aff0 !important;
  color: #fff !important;
}
.ple_socials i[class*="fa-soundcloud"] {
  background-color: #ff8800 !important;
  color: #fff !important;
}
.ple_socials i[class*="fa-spotify"] {
  background-color: #1db954 !important;
  color: #fff !important;
}
.ple_socials.inverted i[class*="fa-facebook"] {
  color: #3b5998 !important;
  border: solid 3px #3b5998 !important;
  background-color: transparent !important;
}
.ple_socials.inverted i[class*="fa-twitter"] {
  color: #00aced !important;
  border: solid 3px #00aced !important;
  background-color: transparent !important;
}
.ple_socials.inverted i[class*="fa-google-plus"] {
  color: #dd4b39 !important;
  border: solid 3px #dd4b39 !important;
  background-color: transparent !important;
}
.ple_socials.inverted i[class*="fa-youtube"] {
  color: #bb0000 !important;
  border: solid 3px #bb0000 !important;
  background-color: transparent !important;
}
.ple_socials.inverted i[class*="fa-linkedin"] {
  color: #007bb6 !important;
  border: solid 3px #007bb6 !important;
  background-color: transparent !important;
}
.ple_socials.inverted i[class*="fa-instagram"] {
  color: #517fa4 !important;
  border: solid 3px #517fa4 !important;
  background-color: transparent !important;
}
.ple_socials.inverted i[class*="fa-pinterest"] {
  color: #cb2027 !important;
  border: solid 3px #cb2027 !important;
  background-color: transparent !important;
}
.ple_socials.inverted i[class*="fa-vine"] {
  color: #00bf8f !important;
  border: solid 3px #00bf8f !important;
  background-color: transparent !important;
}
.ple_socials.inverted i[class*="fa-flickr"] {
  color: #ff0084 !important;
  border: solid 3px #ff0084 !important;
  background-color: transparent !important;
}
.ple_socials.inverted i[class*="fa-tumblr"] {
  color: #32506d !important;
  border: solid 3px #32506d !important;
  background-color: transparent !important;
}
.ple_socials.inverted i[class*="fa-vimeo"] {
  color: #1ab7ea !important;
  border: solid 3px #1ab7ea !important;
  background-color: transparent !important;
}
.ple_socials.inverted i[class*="fa-foursquare"] {
  color: #f94877 !important;
  border: solid 3px #f94877 !important;
  background-color: transparent !important;
}
.ple_socials.inverted i[class*="fa-bandcamp"] {
  color: #639AA9 !important;
  border: solid 3px #639AA9 !important;
  background-color: transparent !important;
}
.ple_socials.inverted i[class*="fa-behance"] {
  color: #1769ff !important;
  border: solid 3px #1769ff !important;
  background-color: transparent !important;
}
.ple_socials.inverted i[class*="fa-android"] {
  color: #a4c639 !important;
  border: solid 3px #a4c639 !important;
  background-color: transparent !important;
}
.ple_socials.inverted i[class*="fa-dribble"] {
  color: #ea4c89 !important;
  border: solid 3px #ea4c89 !important;
  background-color: transparent !important;
}
.ple_socials.inverted i[class*="fa-etsy"] {
  color: #d5641c !important;
  border: solid 3px #d5641c !important;
  background-color: transparent !important;
}
.ple_socials.inverted i[class*="fa-lastfm"] {
  color: #d51007 !important;
  border: solid 3px #d51007 !important;
  background-color: transparent !important;
}
.ple_socials.inverted i[class*="fa-mixcloud"] {
  color: #52aad8 !important;
  border: solid 3px #52aad8 !important;
  background-color: transparent !important;
}
.ple_socials.inverted i[class*="fa-skype"] {
  color: #00aff0 !important;
  border: solid 3px #00aff0 !important;
  background-color: transparent !important;
}
.ple_socials.inverted i[class*="fa-soundcloud"] {
  color: #ff8800 !important;
  border: solid 3px #ff8800 !important;
  background-color: transparent !important;
}
.ple_socials.inverted i[class*="fa-spotify"] {
  color: #1db954 !important;
  border: solid 3px #1db954 !important;
  background-color: transparent !important;
}
/* INSTAGRAM FEED */
#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
  border-radius: 0;
}
/* 
 =Widget General styling (for various widgetized areas)
 -------------------------------------------------------------- 
*/
.widget {
  position: relative;
  margin: 0 0 48px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.widget > h4 {
  padding: 17px 0 24px 0;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
.widget > h4::before {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #ffcb00;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.widget > h4.text-center::before {
  left: 50%;
  transform: translate(-50%, 0);
}
.widget > h4.text-right::before {
  left: inherit;
  right: 0;
}
.footer .widget > h4 {
  color: #ffc300;
  padding: 0px 0 32px 0;
}
.footer .widget > h4::before {
  display: none;
}
/* 
 =WordPress Default Widgets
 ----------------------------------------------------------------------------------- 
*/
/* 
 =Widget Navs & Lists
 -------------------------------------------------------------- 
*/
.widget_nav_menu,
.widget_pages,
.widget_archive,
.widget_categories,
.widget_meta,
.widget_product_categories,
.widget_recent_comments,
.widget_recent_entries,
.widget_rss,
.woocommerce-MyAccount-navigation {
  font-family: Rubik, sans-serif;
}
.widget_nav_menu ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_product_categories ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul,
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_product_categories ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.woocommerce-MyAccount-navigation ul li {
  border-bottom: solid 3px #1b1b1b;
}
.widget_nav_menu ul li.recentcomments,
.widget_pages ul li.recentcomments,
.widget_archive ul li.recentcomments,
.widget_categories ul li.recentcomments,
.widget_meta ul li.recentcomments,
.widget_product_categories ul li.recentcomments,
.widget_recent_comments ul li.recentcomments,
.widget_recent_entries ul li.recentcomments,
.widget_rss ul li.recentcomments,
.woocommerce-MyAccount-navigation ul li.recentcomments {
  padding: 13px 0px;
}
.widget_nav_menu ul li:last-child,
.widget_pages ul li:last-child,
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_meta ul li:last-child,
.widget_product_categories ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_rss ul li:last-child,
.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 0px !important;
}
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_meta ul li a,
.widget_product_categories ul li a,
.widget_recent_comments ul li a,
.widget_recent_entries ul li a,
.widget_rss ul li a,
.woocommerce-MyAccount-navigation ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  padding: 12px 0px;
}
.widget_nav_menu ul li a:link,
.widget_pages ul li a:link,
.widget_archive ul li a:link,
.widget_categories ul li a:link,
.widget_meta ul li a:link,
.widget_product_categories ul li a:link,
.widget_recent_comments ul li a:link,
.widget_recent_entries ul li a:link,
.widget_rss ul li a:link,
.woocommerce-MyAccount-navigation ul li a:link,
.widget_nav_menu ul li a:visited,
.widget_pages ul li a:visited,
.widget_archive ul li a:visited,
.widget_categories ul li a:visited,
.widget_meta ul li a:visited,
.widget_product_categories ul li a:visited,
.widget_recent_comments ul li a:visited,
.widget_recent_entries ul li a:visited,
.widget_rss ul li a:visited,
.woocommerce-MyAccount-navigation ul li a:visited {
  color: inherit !important;
}
.widget_nav_menu ul li.current-menu-item > a,
.widget_pages ul li.current-menu-item > a,
.widget_archive ul li.current-menu-item > a,
.widget_categories ul li.current-menu-item > a,
.widget_meta ul li.current-menu-item > a,
.widget_product_categories ul li.current-menu-item > a,
.widget_recent_comments ul li.current-menu-item > a,
.widget_recent_entries ul li.current-menu-item > a,
.widget_rss ul li.current-menu-item > a,
.woocommerce-MyAccount-navigation ul li.current-menu-item > a,
.widget_nav_menu ul li.current_page_item > a,
.widget_pages ul li.current_page_item > a,
.widget_archive ul li.current_page_item > a,
.widget_categories ul li.current_page_item > a,
.widget_meta ul li.current_page_item > a,
.widget_product_categories ul li.current_page_item > a,
.widget_recent_comments ul li.current_page_item > a,
.widget_recent_entries ul li.current_page_item > a,
.widget_rss ul li.current_page_item > a,
.woocommerce-MyAccount-navigation ul li.current_page_item > a,
.widget_nav_menu ul li.current-cat > a,
.widget_pages ul li.current-cat > a,
.widget_archive ul li.current-cat > a,
.widget_categories ul li.current-cat > a,
.widget_meta ul li.current-cat > a,
.widget_product_categories ul li.current-cat > a,
.widget_recent_comments ul li.current-cat > a,
.widget_recent_entries ul li.current-cat > a,
.widget_rss ul li.current-cat > a,
.woocommerce-MyAccount-navigation ul li.current-cat > a {
  font-weight: bold;
}
.widget_nav_menu ul li ul.sub-menu li,
.widget_pages ul li ul.sub-menu li,
.widget_archive ul li ul.sub-menu li,
.widget_categories ul li ul.sub-menu li,
.widget_meta ul li ul.sub-menu li,
.widget_product_categories ul li ul.sub-menu li,
.widget_recent_comments ul li ul.sub-menu li,
.widget_recent_entries ul li ul.sub-menu li,
.widget_rss ul li ul.sub-menu li,
.woocommerce-MyAccount-navigation ul li ul.sub-menu li,
.widget_nav_menu ul li ul.children li,
.widget_pages ul li ul.children li,
.widget_archive ul li ul.children li,
.widget_categories ul li ul.children li,
.widget_meta ul li ul.children li,
.widget_product_categories ul li ul.children li,
.widget_recent_comments ul li ul.children li,
.widget_recent_entries ul li ul.children li,
.widget_rss ul li ul.children li,
.woocommerce-MyAccount-navigation ul li ul.children li {
  border-top: solid 3px #1b1b1b;
  border-top: none;
}
.widget_nav_menu ul li ul.sub-menu li:first-child,
.widget_pages ul li ul.sub-menu li:first-child,
.widget_archive ul li ul.sub-menu li:first-child,
.widget_categories ul li ul.sub-menu li:first-child,
.widget_meta ul li ul.sub-menu li:first-child,
.widget_product_categories ul li ul.sub-menu li:first-child,
.widget_recent_comments ul li ul.sub-menu li:first-child,
.widget_recent_entries ul li ul.sub-menu li:first-child,
.widget_rss ul li ul.sub-menu li:first-child,
.woocommerce-MyAccount-navigation ul li ul.sub-menu li:first-child,
.widget_nav_menu ul li ul.children li:first-child,
.widget_pages ul li ul.children li:first-child,
.widget_archive ul li ul.children li:first-child,
.widget_categories ul li ul.children li:first-child,
.widget_meta ul li ul.children li:first-child,
.widget_product_categories ul li ul.children li:first-child,
.widget_recent_comments ul li ul.children li:first-child,
.widget_recent_entries ul li ul.children li:first-child,
.widget_rss ul li ul.children li:first-child,
.woocommerce-MyAccount-navigation ul li ul.children li:first-child {
  border-top: solid 3px #1b1b1b !important;
}
.widget_nav_menu ul li ul.sub-menu li a,
.widget_pages ul li ul.sub-menu li a,
.widget_archive ul li ul.sub-menu li a,
.widget_categories ul li ul.sub-menu li a,
.widget_meta ul li ul.sub-menu li a,
.widget_product_categories ul li ul.sub-menu li a,
.widget_recent_comments ul li ul.sub-menu li a,
.widget_recent_entries ul li ul.sub-menu li a,
.widget_rss ul li ul.sub-menu li a,
.woocommerce-MyAccount-navigation ul li ul.sub-menu li a,
.widget_nav_menu ul li ul.children li a,
.widget_pages ul li ul.children li a,
.widget_archive ul li ul.children li a,
.widget_categories ul li ul.children li a,
.widget_meta ul li ul.children li a,
.widget_product_categories ul li ul.children li a,
.widget_recent_comments ul li ul.children li a,
.widget_recent_entries ul li ul.children li a,
.widget_rss ul li ul.children li a,
.woocommerce-MyAccount-navigation ul li ul.children li a {
  padding: 12px 0px 12px 40px;
}
.widget_nav_menu ul li ul.sub-menu li ul li a,
.widget_pages ul li ul.sub-menu li ul li a,
.widget_archive ul li ul.sub-menu li ul li a,
.widget_categories ul li ul.sub-menu li ul li a,
.widget_meta ul li ul.sub-menu li ul li a,
.widget_product_categories ul li ul.sub-menu li ul li a,
.widget_recent_comments ul li ul.sub-menu li ul li a,
.widget_recent_entries ul li ul.sub-menu li ul li a,
.widget_rss ul li ul.sub-menu li ul li a,
.woocommerce-MyAccount-navigation ul li ul.sub-menu li ul li a,
.widget_nav_menu ul li ul.children li ul li a,
.widget_pages ul li ul.children li ul li a,
.widget_archive ul li ul.children li ul li a,
.widget_categories ul li ul.children li ul li a,
.widget_meta ul li ul.children li ul li a,
.widget_product_categories ul li ul.children li ul li a,
.widget_recent_comments ul li ul.children li ul li a,
.widget_recent_entries ul li ul.children li ul li a,
.widget_rss ul li ul.children li ul li a,
.woocommerce-MyAccount-navigation ul li ul.children li ul li a {
  padding: 12px 0px 12px 80px;
}
.widget_nav_menu ul li ul.sub-menu li ul li ul li a,
.widget_pages ul li ul.sub-menu li ul li ul li a,
.widget_archive ul li ul.sub-menu li ul li ul li a,
.widget_categories ul li ul.sub-menu li ul li ul li a,
.widget_meta ul li ul.sub-menu li ul li ul li a,
.widget_product_categories ul li ul.sub-menu li ul li ul li a,
.widget_recent_comments ul li ul.sub-menu li ul li ul li a,
.widget_recent_entries ul li ul.sub-menu li ul li ul li a,
.widget_rss ul li ul.sub-menu li ul li ul li a,
.woocommerce-MyAccount-navigation ul li ul.sub-menu li ul li ul li a,
.widget_nav_menu ul li ul.children li ul li ul li a,
.widget_pages ul li ul.children li ul li ul li a,
.widget_archive ul li ul.children li ul li ul li a,
.widget_categories ul li ul.children li ul li ul li a,
.widget_meta ul li ul.children li ul li ul li a,
.widget_product_categories ul li ul.children li ul li ul li a,
.widget_recent_comments ul li ul.children li ul li ul li a,
.widget_recent_entries ul li ul.children li ul li ul li a,
.widget_rss ul li ul.children li ul li ul li a,
.woocommerce-MyAccount-navigation ul li ul.children li ul li ul li a {
  padding: 12px 0px 12px 120px;
}
.footer .widget_nav_menu ul li,
.footer .widget_pages ul li,
.footer .widget_archive ul li,
.footer .widget_categories ul li,
.footer .widget_meta ul li,
.footer .widget_product_categories ul li,
.footer .widget_recent_comments ul li,
.footer .widget_recent_entries ul li,
.footer .widget_rss ul li,
.footer .woocommerce-MyAccount-navigation ul li {
  border-bottom: solid 3px rgba(255, 255, 255, 0.1);
}
.footer .widget_nav_menu ul li ul.sub-menu li:first-child,
.footer .widget_pages ul li ul.sub-menu li:first-child,
.footer .widget_archive ul li ul.sub-menu li:first-child,
.footer .widget_categories ul li ul.sub-menu li:first-child,
.footer .widget_meta ul li ul.sub-menu li:first-child,
.footer .widget_product_categories ul li ul.sub-menu li:first-child,
.footer .widget_recent_comments ul li ul.sub-menu li:first-child,
.footer .widget_recent_entries ul li ul.sub-menu li:first-child,
.footer .widget_rss ul li ul.sub-menu li:first-child,
.footer .woocommerce-MyAccount-navigation ul li ul.sub-menu li:first-child,
.footer .widget_nav_menu ul li ul.children li:first-child,
.footer .widget_pages ul li ul.children li:first-child,
.footer .widget_archive ul li ul.children li:first-child,
.footer .widget_categories ul li ul.children li:first-child,
.footer .widget_meta ul li ul.children li:first-child,
.footer .widget_product_categories ul li ul.children li:first-child,
.footer .widget_recent_comments ul li ul.children li:first-child,
.footer .widget_recent_entries ul li ul.children li:first-child,
.footer .widget_rss ul li ul.children li:first-child,
.footer .woocommerce-MyAccount-navigation ul li ul.children li:first-child {
  border-top: solid 3px rgba(255, 255, 255, 0.1) !important;
}
.widget_rss ul li {
  padding: 0 0 12px 0;
}
.widget_rss ul li a.rsswidget {
  font-weight: normal;
  display: block;
  padding: 18px 0 6px 0px;
}
.widget_rss ul li .rss-date {
  font-size: 11px;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.widget_rss ul li .rssSummary {
  font-size: 14px;
}
.widget_rss ul li cite {
  font-size: 11px;
}
.widget_archive ul li,
.widget_meta ul li {
  font-family: Montserrat, sans-serif;
}
/* 
 =Widget TagCloud
 -------------------------------------------------------------- 
*/
.widget_tag_cloud .tagcloud {
  overflow: hidden;
}
.widget_tag_cloud .tagcloud a {
  margin-bottom: 10px;
  margin-right: 5px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 600;
  padding: 10px;
  border: 1px solid rgba(27, 27, 27, 0.2);
}
.widget_tag_cloud .tagcloud a:link,
.widget_tag_cloud .tagcloud a:visited {
  color: #1b1b1b;
}
.widget_tag_cloud .tagcloud a:hover {
  background-color: #ffcb00;
  color: #ffffff;
  border-color: #ffcb00;
}
.footer .widget_tag_cloud .tagcloud a {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .widget_tag_cloud .tagcloud a:link,
.footer .widget_tag_cloud .tagcloud a:visited {
  color: #ffffff;
}
.footer .widget_tag_cloud .tagcloud a:hover {
  background-color: #ffcb00;
  color: #1b1b1b;
  border-color: #ffcb00;
}
.footer .widget_tags a {
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.footer .widget_tags a:hover {
  border: 0px;
}
.secondary_nav_widgetized_area .widget_tag_cloud .tagcloud a {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.secondary_nav_widgetized_area .widget_tag_cloud .tagcloud a:link,
.secondary_nav_widgetized_area .widget_tag_cloud .tagcloud a:visited {
  color: #ffffff;
}
.secondary_nav_widgetized_area .widget_tag_cloud .tagcloud a:hover {
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
/* 
 =Widget Text
 -------------------------------------------------------------- 
*/
.widget_text .textwidget {
  font-size: 18px;
  margin-bottom: 24px;
}
.widget_text .text_block {
  padding-top: 5px !important;
}
.widget_text a.btn {
  margin-top: 0px;
}
/* 
 =Widget Recent Comments
 -------------------------------------------------------------- 
*/
.widget_recent_comments .media .media-left a i {
  font-size: 18px;
}
.widget_recent_comments .media .media-body a {
  margin-top: 0px;
  display: inline-block;
}
.widget_recent_comments .media .media-body span {
  display: inline-block;
}
.widget_recent_comments .media .media-body span:after {
  content: 'at';
  margin: 0 5px;
  opacity: .5;
}
.widget_recent_comments .media .media-body a span {
  display: inline-block;
}
.widget_recent_comments .media .media-body a span:after {
  content: '';
}
/* 
 =Widget Calendar
 -------------------------------------------------------------- 
*/
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  color: inherit;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 15px;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
  border-bottom: solid 1px;
}
#wp-calendar tbody td {
  background: transparent;
  border: 1px solid;
  text-align: center;
  padding: 8px;
}
#wp-calendar tbody td:hover {
  color: #ffffff;
  background: #ffcb00;
}
#wp-calendar tbody td:hover a {
  color: #ffffff;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}
#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}
/* 
 =Rest Widgets
 -------------------------------------------------------------- 
*/
ul.archive {
  padding-left: 0;
  list-style: none;
}
ul.archive li {
  display: block;
}
ul.archive li a {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
}
ul.archive li a:hover {
  color: #ffcb00 !important;
}
ul.instagram_widget {
  padding-left: 0;
  list-style: none;
}
ul.instagram_widget li img {
  width: 100%;
}
.footer {
  background-color: #1b1b1b;
  color: #ffffff;
}
.footer a:link,
.footer a:visited {
  color: #ffcb00;
}
.footer a:hover,
.footer a:active {
  color: #ffc300;
}
.footer_widgets {
  position: relative;
}
.footer_top {
  padding-top: 96px;
  padding-bottom: 48px;
}
.footer_main {
  padding-top: 96px;
  padding-bottom: 48px;
}
.footer_bar {
  padding: 48px 0;
  font-size: 13px;
}
.footer_bar .wpb_content_element {
  margin: 0;
}
.footer_top + .footer_main {
  padding-top: 0;
}
.footer_top + .footer_bar {
  padding-top: 0;
}
.footer_main + .footer_bar {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .footer_bar .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer_bar .row > * {
    text-align: center !important;
  }
  .footer_bar .row > div + div {
    margin-top: 24px;
  }
}
ul.footerbar_menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.footerbar_menu li {
  display: inline-block;
}
ul.footerbar_menu li a {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 5px;
}
ul.footerbar_menu li:last-child a {
  padding-right: 0;
}
/* PAGE LOADER SCREEN */
.loading {
  background-color: #000000;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  opacity: 0.9;
}
.loading .row {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.loading img.loader {
  margin-bottom: 10px;
}
.loading img.loader_logo {
  display: block;
  margin: 0 auto;
}
/* BACK TO TOP BUTTON */
#return-to-top {
  position: fixed;
  bottom: 75px;
  right: 20px;
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  transition: all 0.3s ease;
  z-index: 10001;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 10px;
  font-size: 19px;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 8px;
}
/* SVG LOADER */
.loader-modal {
  display: block;
  display: none;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  position: fixed;
  z-index: 100000;
  background-color: #ffffff;
}
.main.ajaxed {
  z-index: 999;
}
.ajax-error {
  left: 25%;
  position: absolute;
  top: 25%;
}
#loader {
  z-index: 99999;
}
#loader.show {
  opacity: 0.9 !important;
}
.close-handle {
  cursor: pointer;
  position: fixed;
  right: 5%;
  top: 5%;
  -o-transform: translate(25px, -25px);
  -webkit-transform: translate(25px, -25px);
  -ms-transform: translate(25px, -25px);
  transform: translate(25px, -25px);
  z-index: 999999;
  padding: 30px;
  border-radius: 60px;
  background-color: #fff;
}
.close-handle:before,
.close-handle:after {
  background-color: #323232;
  -webkit-transition: all 200ms linear;
  content: '';
  height: 3px;
  position: absolute;
  top: 29px;
  left: 11px;
  transition: all 200ms linear;
  width: 40px;
}
.close-handle:before,
.close-handle:hover:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-handle:after,
.close-handle:hover:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 991px) {
  .close-handle {
    padding: 20px;
    right: 5%;
    top: 5%;
    -o-transform: translate(15px, -15px);
    -webkit-transform: translate(15px, -15px);
    -ms-transform: translate(15px, -15px);
    transform: translate(15px, -15px);
  }
  .close-handle:after,
  .close-handle:before {
    left: 10px;
    top: 19px;
    width: 20px;
  }
}
.pageload-overlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
}
.pageload-overlay.show {
  visibility: visible;
}
.pageload-overlay svg {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.pageload-overlay svg path {
  fill: #323232;
}
div.progress_ball {
  transition: all 600ms;
  display: none;
  height: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  width: 100px;
  z-index: 999999;
}
div.progress_ball.show {
  display: block;
}
.c_loader,
.c_loader:before,
.c_loader:after {
  background: #ffffff;
  -webkit-animation: load1 0.8s infinite ease-in-out;
  animation: load1 0.8s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.c_loader:before,
.c_loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.c_loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.c_loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 30px 0 0 45px;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.c_loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
/* BOUNCING ANIMATION (MUSIC) */
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  animation: bounce 2s infinite;
}
/* OVERRIDING USER AGENT STYLING */
input[type="submit"] {
  border-style: solid;
}
/* =Responsive: Very Large Desktops (Higher Part of LG)
-------------------------------------------------------------- */
/* =Responsive: Large Desktops (Lower 200px Part of LG)
-------------------------------------------------------------- */
/* =Responsive: Medium devices (MD) Desktops
-------------------------------------------------------------- */
/* =Responsive: Small devices (SM) Tablets (Mobile Menu) 
-------------------------------------------------------------- */
/* =Responsive: Extra small devices (XS) Phones
-------------------------------------------------------------- */
/* =Responsive: Small Phones (XXS)
-------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
  .hidden-xxs {
    display: none;
  }
}
/* =Responsive: Small Phones (XXXS)
-------------------------------------------------------------- */
@media only screen and (max-width: 320px) {
  .hidden-xxxs {
    display: none;
  }
}
div.pp_default .pp_content {
  background-color: transparent !important;
}
.pp_top,
.pp_bottom {
  display: none;
}
div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_content_container .pp_right {
  background: none !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
div.pp_default .pp_loaderIcon {
  background: transparent url("../../images/ring.gif") no-repeat scroll center center !important;
}
.pp_loaderIcon {
  height: 146px !important;
  left: 50% !important;
  margin: -73px 0 0 -73px !important;
  width: 146px !important;
}
div.pp_overlay {
  opacity: 0.8 !important;
}
div.pp_default .pp_nav .pp_pause,
div.pp_default .pp_nav .pp_play,
div.pp_default a.pp_arrow_next,
div.pp_default a.pp_arrow_previous,
div.pp_default .pp_close,
div.pp_default .pp_contract,
div.pp_default .pp_expand {
  background-image: url("../../images/sprite.png") !important;
}
.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  padding-top: 0px;
}
.wpb_button,
.vc_icon_element,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 24px;
  margin-top: 24px;
}
.vc_column_container {
  position: relative;
  z-index: 1;
}
.wpb_flexslider.flexslider {
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
}
.theme-default .nivoSlider {
  box-shadow: none !important;
}
.vc_message_box-icon > * {
  transform: translate(-50%, -50%) !important;
}
.vc_video-bg {
  position: absolute !important;
}
.vc_row.vc_video-bg-container.transparent_film::before {
  z-index: 1;
}
.vc_row.vc_video-bg-container .wpb_column {
  z-index: 2;
}
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0px;
}
.vc_figure {
  position: relative;
}
/* 
 =WP General Styles
 -------------------------------------------------------------- 
*/
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
  margin: 0px 0 10px 10px;
}
.alignleft {
  float: left;
  margin: 0px 10px 10px 0;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;
}
.textleft {
  text-align: left;
}
.wp-caption,
.gallery-caption {
  font-size: 13px;
  border-radius: 0;
  margin-bottom: 5px;
  max-width: 100%;
}
.wp-caption img,
.gallery-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  max-width: 100%;
  height: auto !important;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
.gallery dl.gallery-item img {
  border: none !important;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.wp-caption {
  position: relative;
  margin-bottom: 48px;
}
p.wp-caption-text,
figcaption.vc_figure-caption {
  display: inline-block;
  padding: 12px 16px;
  margin: 0;
  background-color: #000000;
  color: #fff;
  position: absolute;
  bottom: -20px;
  left: 12px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}
/* 
 =Admin-bar Fix
 -------------------------------------------------------------- 
*/
body.admin-bar.sticky_header .overflow_wrapper,
body.admin-bar.sticky_header .header {
  margin-top: 30px;
}
.error404 .content_titles .ple_section .titles_group h1 {
  margin-bottom: 36px;
}
.error404 .content_titles .ple_section .titles_group h1::after {
  display: none;
}
.error404 .content_titles .ple_section .titles_group p.post_subtitle {
  font-size: 24px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .error404 .content_titles .ple_section .titles_group p.post_subtitle {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .error404 .content_titles .ple_section .titles_group p.post_subtitle {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .error404 .content_titles .ple_section .titles_group p.post_subtitle {
    font-size: 18px;
  }
}
.error404 .content_titles .ple_section .titles_group p.post_intro {
  margin-bottom: 24px;
}
/*
--------------------------------------------------------------  
 
BLOG PAGE LISTING

-------------------------------------------------------------- 
*/
.blog_post_listed .blog_post_listed_wrapper {
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.18);
  margin-bottom: 48px;
}
.blog_post_listed .blog_post_listed_wrapper .blog_post_listed_media figure {
  text-align: center;
}
.blog_post_listed .blog_post_listed_wrapper .blog_post_listed_media figure.stretchy_wrapper img {
  z-index: -1;
}
.blog_post_listed .blog_post_listed_wrapper .blog_post_listed_media figure.foo_stretch {
  background-image: none !important;
}
.blog_post_listed .blog_post_listed_wrapper .blog_post_listed_content_wrapper {
  position: relative;
  padding: 50px 25px;
}
.blog_post_listed .blog_post_listed_wrapper .blog_post_listed_content_wrapper .blog_post_listed_meta {
  padding: 0 10px;
}
.blog_post_listed .blog_post_listed_wrapper .blog_post_listed_content_wrapper .blog_post_listed_meta .blog_post_date,
.blog_post_listed .blog_post_listed_wrapper .blog_post_listed_content_wrapper .blog_post_listed_meta .blog_post_categories,
.blog_post_listed .blog_post_listed_wrapper .blog_post_listed_content_wrapper .blog_post_listed_meta .blog_post_author,
.blog_post_listed .blog_post_listed_wrapper .blog_post_listed_content_wrapper .blog_post_listed_meta .post_comment {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.blog_post_listed .blog_post_listed_wrapper .blog_post_listed_content_wrapper .blog_post_listed_meta .blog_post_date {
  padding: 3px 9px;
  border: solid 3px;
  margin-right: 3px;
}
.blog_post_listed .blog_post_listed_wrapper .blog_post_listed_content_wrapper .blog_post_listed_meta h2 {
  margin: 40px 0 0 0;
  font-size: 35px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.blog_post_listed .blog_post_listed_wrapper .blog_post_listed_content_wrapper .blog_post_listed_meta p.post_subtitle {
  font-size: 24px;
}
.blog_post_listed .blog_post_listed_wrapper .blog_post_listed_content_wrapper .blog_post_listed_content {
  padding: 0 10px;
  margin-top: 38px;
}
.blog_post_listed .blog_post_listed_wrapper .blog_post_listed_content_wrapper .blog_post_listed_content::after {
  content: "";
  display: table;
  clear: both;
}
.blog_post_listed .blog_post_listed_wrapper .blog_post_listed_content_wrapper a.btn {
  position: absolute;
  bottom: -22px;
  left: 35px;
}
/* Blog Variations including Post-List/Grid/Slider SCs Views */
.list_card_horizontal .blog_post_listed_wrapper,
.list_post_card_horizontal .blog_post_listed_wrapper,
.slider_post_card_horizontal .blog_post_listed_wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .list_card_horizontal .blog_post_listed_wrapper,
  .list_post_card_horizontal .blog_post_listed_wrapper,
  .slider_post_card_horizontal .blog_post_listed_wrapper {
    flex-direction: column;
  }
}
.list_card_horizontal .blog_post_listed_wrapper .blog_post_listed_media,
.list_post_card_horizontal .blog_post_listed_wrapper .blog_post_listed_media,
.slider_post_card_horizontal .blog_post_listed_wrapper .blog_post_listed_media {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 50%;
}
@media (max-width: 768px) {
  .list_card_horizontal .blog_post_listed_wrapper .blog_post_listed_media,
  .list_post_card_horizontal .blog_post_listed_wrapper .blog_post_listed_media,
  .slider_post_card_horizontal .blog_post_listed_wrapper .blog_post_listed_media {
    width: 100%;
    min-height: 300px;
  }
}
.list_card_horizontal .blog_post_listed_wrapper .blog_post_listed_media iframe,
.list_post_card_horizontal .blog_post_listed_wrapper .blog_post_listed_media iframe,
.slider_post_card_horizontal .blog_post_listed_wrapper .blog_post_listed_media iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .list_card_horizontal .blog_post_listed_wrapper .blog_post_listed_content_wrapper,
  .list_post_card_horizontal .blog_post_listed_wrapper .blog_post_listed_content_wrapper,
  .slider_post_card_horizontal .blog_post_listed_wrapper .blog_post_listed_content_wrapper {
    display: flex;
    width: 100%;
    min-height: 240px;
  }
  .list_card_horizontal .blog_post_listed_wrapper .blog_post_listed_content_wrapper .blog_post_listed_meta,
  .list_post_card_horizontal .blog_post_listed_wrapper .blog_post_listed_content_wrapper .blog_post_listed_meta,
  .slider_post_card_horizontal .blog_post_listed_wrapper .blog_post_listed_content_wrapper .blog_post_listed_meta,
  .list_card_horizontal .blog_post_listed_wrapper .blog_post_listed_content_wrapper .blog_post_listed_content,
  .list_post_card_horizontal .blog_post_listed_wrapper .blog_post_listed_content_wrapper .blog_post_listed_content,
  .slider_post_card_horizontal .blog_post_listed_wrapper .blog_post_listed_content_wrapper .blog_post_listed_content {
    width: 50%;
  }
  .list_card_horizontal .blog_post_listed_wrapper .blog_post_listed_content_wrapper .blog_post_listed_content,
  .list_post_card_horizontal .blog_post_listed_wrapper .blog_post_listed_content_wrapper .blog_post_listed_content,
  .slider_post_card_horizontal .blog_post_listed_wrapper .blog_post_listed_content_wrapper .blog_post_listed_content {
    margin-top: 0px;
  }
}
.list_card_horizontal .blog_post_listed_wrapper .blog_post_listed_media + .blog_post_listed_content_wrapper,
.list_post_card_horizontal .blog_post_listed_wrapper .blog_post_listed_media + .blog_post_listed_content_wrapper,
.slider_post_card_horizontal .blog_post_listed_wrapper .blog_post_listed_media + .blog_post_listed_content_wrapper {
  width: 50%;
  flex-direction: column;
}
.list_card_horizontal .blog_post_listed_wrapper .blog_post_listed_media + .blog_post_listed_content_wrapper .blog_post_listed_meta,
.list_post_card_horizontal .blog_post_listed_wrapper .blog_post_listed_media + .blog_post_listed_content_wrapper .blog_post_listed_meta,
.slider_post_card_horizontal .blog_post_listed_wrapper .blog_post_listed_media + .blog_post_listed_content_wrapper .blog_post_listed_meta,
.list_card_horizontal .blog_post_listed_wrapper .blog_post_listed_media + .blog_post_listed_content_wrapper .blog_post_listed_content,
.list_post_card_horizontal .blog_post_listed_wrapper .blog_post_listed_media + .blog_post_listed_content_wrapper .blog_post_listed_content,
.slider_post_card_horizontal .blog_post_listed_wrapper .blog_post_listed_media + .blog_post_listed_content_wrapper .blog_post_listed_content {
  width: 100%;
}
@media (min-width: 769px) {
  .list_card_horizontal .blog_post_listed_wrapper .blog_post_listed_media + .blog_post_listed_content_wrapper .blog_post_listed_content,
  .list_post_card_horizontal .blog_post_listed_wrapper .blog_post_listed_media + .blog_post_listed_content_wrapper .blog_post_listed_content,
  .slider_post_card_horizontal .blog_post_listed_wrapper .blog_post_listed_media + .blog_post_listed_content_wrapper .blog_post_listed_content {
    margin-top: 36px;
  }
}
@media (max-width: 768px) {
  .list_card_horizontal .blog_post_listed_wrapper .blog_post_listed_media + .blog_post_listed_content_wrapper,
  .list_post_card_horizontal .blog_post_listed_wrapper .blog_post_listed_media + .blog_post_listed_content_wrapper,
  .slider_post_card_horizontal .blog_post_listed_wrapper .blog_post_listed_media + .blog_post_listed_content_wrapper {
    width: 100%;
  }
}
.list_card_horizontal .blog_post_listed_wrapper .blog_post_listed_content_wrapper + .blog_post_listed_media,
.list_post_card_horizontal .blog_post_listed_wrapper .blog_post_listed_content_wrapper + .blog_post_listed_media,
.slider_post_card_horizontal .blog_post_listed_wrapper .blog_post_listed_content_wrapper + .blog_post_listed_media {
  min-width: 50%;
}
.masonry_card_vertical .blog_post_listed_wrapper {
  width: 560px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1205px) {
  .masonry_card_vertical .blog_post_listed_wrapper {
    width: 460px;
  }
}
@media (max-width: 980px) {
  .masonry_card_vertical .blog_post_listed_wrapper {
    width: 98%;
  }
}
.blog_post_listed.sticky .blog_post_listed_wrapper {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}
.blog_post_listed.sticky .blog_post_listed_wrapper a:link:not(.btn),
.blog_post_listed.sticky .blog_post_listed_wrapper a:visited:not(.btn) {
  color: #ffcb00 !important;
}
.blog_post_listed.sticky .blog_post_listed_wrapper a:hover:not(.btn),
.blog_post_listed.sticky .blog_post_listed_wrapper a:active:not(.btn) {
  color: #ffc300 !important;
}
.blog_post_listed.sticky .blog_post_listed_wrapper .ple_socials.decolorized a i {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.blog_post_listed.sticky .blog_post_listed_wrapper .ple_socials.inverted.decolorized a i {
  color: #ffffff !important;
  background-color: transparent !important;
  border: solid 3px #ffffff !important !important;
}
/* - Pagination - */
.pagination_wrapper {
  text-align: center;
}
.pagination_wrapper ul.pagination {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
}
.pagination_wrapper ul.pagination li {
  float: left;
  padding: 5px;
}
.pagination_wrapper ul.pagination li a {
  display: block;
  font-family: Montserrat, sans-serif;
  background-color: #000000;
  padding: 20px 24px;
  font-size: 20px;
  line-height: 1em;
  color: #ffffff !important;
}
.pagination_wrapper ul.pagination li a:hover {
  background-color: #ffcb00;
}
.pagination_wrapper ul.pagination li.active a {
  background-color: #ffcb00;
}
.pagination_wrapper ul.pagination li.active a:hover {
  background-color: #000000;
}
/* - Single Post - */
.titles_group .post_date,
.titles_group .post_categories,
.titles_group .post_author,
.titles_group .post_comments {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.titles_group .post_date {
  padding: 3px 9px;
  border: solid 3px;
  margin-right: 3px;
}
.single-post .content_top figure img {
  z-index: -1;
}
.single-post .content_top figure.foo_stretch {
  text-align: center;
  background-image: none !important;
}
.post_single_content::after {
  content: "";
  display: table;
  clear: both;
}
.post_single_content > .lead {
  margin-top: 0;
}
#post_comments {
  margin: 48px 0 0 0;
}
#post_comments::after {
  content: "";
  display: table;
  clear: both;
}
#post_comments > h4 {
  padding: 17px 0 24px 0;
  margin: 0 0 24px 0;
  font-size: 45px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 768px) {
  #post_comments > h4 {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  #post_comments > h4 {
    font-size: 30px;
  }
}
#post_comments > h4::after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #ffcb00;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
#post_comments .comment_wrapper {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 0;
}
#post_comments .comment_wrapper .comment_inner_wrapper {
  position: relative;
}
#post_comments .comment_wrapper .comment_inner_wrapper figure {
  position: absolute;
  top: 38px;
  left: 0;
}
@media (max-width: 480px) {
  #post_comments .comment_wrapper .comment_inner_wrapper figure {
    position: relative;
    top: 12px;
    left: 24px;
  }
}
#post_comments .comment_wrapper .comment_inner_wrapper .comment_info_wrapper {
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.18);
  margin-left: 32px;
  padding: 32px 64px;
}
@media (max-width: 480px) {
  #post_comments .comment_wrapper .comment_inner_wrapper .comment_info_wrapper {
    padding: 24px;
    margin-left: 0px;
  }
}
#post_comments .comment_wrapper .comment_inner_wrapper .comment_info_wrapper .comment_name {
  font-weight: bold;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@media (max-width: 480px) {
  #post_comments .comment_wrapper .comment_inner_wrapper .comment_info_wrapper .comment_name {
    font-size: 15px;
  }
}
#post_comments .comment_wrapper .comment_inner_wrapper .comment_info_wrapper .comment_name a {
  font-weight: normal;
}
#post_comments .comment_wrapper .comment_inner_wrapper .comment_info_wrapper .comment_date span {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 2em;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  #post_comments .comment_wrapper .comment_inner_wrapper .comment_info_wrapper .comment_date span {
    font-size: 11px;
  }
}
#post_comments .comment_wrapper .comment_inner_wrapper .comment_info_wrapper .comment_date span.reply_link {
  position: relative;
  display: inline-block;
  margin-left: 12px;
}
#post_comments .comment_wrapper .comment_inner_wrapper .comment_info_wrapper .comment_date span.reply_link:after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #ffcb00;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
#post_comments .comment_wrapper .comment_inner_wrapper .comment_info_wrapper .the_comment p {
  font-size: 16px;
  margin-top: 24px;
}
#new_comment {
  margin: 48px 0 96px 0;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.18);
  padding: 32px 64px;
  position: relative;
}
@media (max-width: 480px) {
  #new_comment {
    padding: 24px;
  }
}
#new_comment .comment-respond > h3 {
  padding: 17px 0 24px 0;
  margin: 0 0 24px 0;
  font-size: 45px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 768px) {
  #new_comment .comment-respond > h3 {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  #new_comment .comment-respond > h3 {
    font-size: 26px;
  }
}
#new_comment .comment-respond > h3::after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #ffcb00;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
#new_comment .comment-respond form.comment-form .row {
  margin-bottom: 24px;
}
#new_comment .comment-respond form.comment-form textarea {
  margin-bottom: 0;
}
#new_comment .comment-respond form.comment-form p.form-submit {
  position: absolute;
  left: 64px;
  bottom: -34px;
}
@media (max-width: 480px) {
  #new_comment .comment-respond form.comment-form p.form-submit {
    left: 0px;
    bottom: 0px;
    margin: 0;
    position: relative;
    text-align: center;
  }
}
.featuredmedia {
  clear: both;
}
.featuredmedia figure img {
  z-index: -1;
}
.anyposttype_single_navi.next_post.blog_post_listed .blog_post_listed_wrapper .blog_post_listed_content_wrapper a.btn {
  left: inherit;
  right: 35px;
}
/** Common MusicFlex CPT Styles **/
.ple_block {
  margin: 0 0 48px 0;
}
.line_heading {
  position: relative;
  margin: 0 0 24px 0;
  padding: 0 0 20px 0;
}
.line_heading::after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #ffcb00;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.line_heading + p.subtitle {
  margin-bottom: 20px;
}
h2.line_heading,
h3.line_heading,
h4.line_heading {
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 768px) {
  h2.line_heading,
  h3.line_heading,
  h4.line_heading {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  h2.line_heading,
  h3.line_heading,
  h4.line_heading {
    font-size: 22px;
    line-height: 26px;
  }
}
.text-left .line_heading::after {
  left: 0;
}
.text-center .line_heading::after {
  left: 50%;
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.text-right .line_heading::after {
  left: inherit;
  right: 0;
}
ul.info_list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  display: block;
}
ul.info_list li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  border-bottom: solid 1px;
  padding: 16px 0;
}
@media (max-width: 480px) {
  ul.info_list li {
    flex-wrap: wrap;
  }
}
ul.info_list li span.il_title {
  width: 33%;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 10px;
}
@media (max-width: 480px) {
  ul.info_list li span.il_title {
    width: 100%;
  }
}
ul.info_list li span.il_title.large {
  width: 70%;
  font-size: 26px;
  text-transform: none;
  letter-spacing: 0px;
}
@media (max-width: 480px) {
  ul.info_list li span.il_title.large {
    width: 100%;
  }
}
@media (max-width: 768px) {
  ul.info_list li span.il_title.large {
    font-size: 20px;
  }
}
ul.info_list li span.il_text {
  width: 70%;
}
@media (max-width: 480px) {
  ul.info_list li span.il_text {
    width: 100%;
  }
}
.single-profile .titles_group {
  padding-top: 48px;
}
.single-profile .titles_group h1::after {
  margin-bottom: 16px;
}
.single-profile .titles_group p.post_intro {
  margin-top: 40px;
  margin-bottom: 36px;
}
.single-profile .line_heading {
  position: relative;
  margin: 0 0 40px 0;
}
.single-profile ul.info_list li {
  padding: 8px 0;
}
.single-profile ul.info_list li:first-child {
  border-top: solid 1px;
}
.single-release .content_top .ple_section .col-md-12 {
  float: none;
}
.single-release .content_top .ple_section .titles_group span.post_categories span.plethora_label_divider:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ffcb00;
  border-radius: 10px;
  margin: 0 8px;
}
.single-release .content_top .ple_section .titles_group p.post_intro {
  padding-top: 24px;
}
.single-release .content_top .ple_section .featuredmedia {
  max-width: 60%;
  margin: 48px auto 48px auto;
}
.releaseinfo-purchase_links a {
  margin-bottom: 5px;
}
.ple_tabs {
  position: relative;
}
.ple_tabs:before {
  content: '';
  height: 60px;
  width: 10000px;
  position: absolute;
  top: 0;
  left: -5000px;
  background-color: #ffcb00;
  z-index: 0;
}
@media (max-width: 768px) {
  .ple_tabs:before {
    display: none;
  }
}
.ple_tabs .tab_container {
  display: none;
  padding: 24px 0;
}
@media (max-width: 768px) {
  .ple_tabs .tab_container {
    display: block;
  }
}
.ple_tabs .tab_container .heading_group_sc {
  margin: 48px 0;
}
@media (max-width: 768px) {
  .ple_tabs .tab_container .heading_group_sc {
    margin: 0 0 24px 0;
  }
}
.ple_tabs .tab_container .heading_group_sc h2,
.ple_tabs .tab_container .heading_group_sc h3,
.ple_tabs .tab_container .heading_group_sc h4 {
  font-size: 30px;
  line-height: 40px;
}
.ple_tabs input {
  display: none;
}
.ple_tabs label {
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 16px;
  line-height: 1.25em;
  text-transform: uppercase;
  padding: 20px 40px;
  margin: 0;
  opacity: 0.45;
  letter-spacing: 1px;
  background-color: #ffcb00;
  color: #1b1b1b;
  border-color: #ffcb00;
}
.ple_tabs label a:link:not(.btn),
.ple_tabs label a:visited:not(.btn) {
  color: #5e5e5e;
}
.ple_tabs label a:hover:not(.btn),
.ple_tabs label a:active:not(.btn) {
  color: #515151;
}
@media (max-width: 992px) {
  .ple_tabs label {
    font-size: 14px;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .ple_tabs label {
    display: none;
  }
}
.ple_tabs label:hover {
  cursor: pointer;
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
  opacity: 1;
}
.ple_tabs label:hover a:link:not(.btn),
.ple_tabs label:hover a:visited:not(.btn) {
  color: #ffcb00;
}
.ple_tabs label:hover a:hover:not(.btn),
.ple_tabs label:hover a:active:not(.btn) {
  color: #ffc300;
}
.ple_tabs label:hover .ple_socials.decolorized a i {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.ple_tabs label:hover .ple_socials.inverted.decolorized a i {
  color: #ffffff !important;
  background-color: transparent !important;
  border: solid 3px #ffffff !important;
}
.ple_tabs input:checked + label {
  opacity: 1;
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.ple_tabs input:checked + label a:link:not(.btn),
.ple_tabs input:checked + label a:visited:not(.btn) {
  color: #ffcb00;
}
.ple_tabs input:checked + label a:hover:not(.btn),
.ple_tabs input:checked + label a:active:not(.btn) {
  color: #ffc300;
}
.ple_tabs input:checked + label .ple_socials.decolorized a i {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.ple_tabs input:checked + label .ple_socials.inverted.decolorized a i {
  color: #ffffff !important;
  background-color: transparent !important;
  border: solid 3px #ffffff !important;
}
.ple_tabs #tab_1:checked ~ #tab_1_container,
.ple_tabs #tab_2:checked ~ #tab_2_container,
.ple_tabs #tab_3:checked ~ #tab_3_container,
.ple_tabs #tab_4:checked ~ #tab_4_container {
  display: block;
}
.ple_review {
  padding: 24px;
  text-align: left;
  margin-bottom: 24px;
}
.ple_review .pr_rating {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 8px;
  margin: 0 0 8px 0;
  color: #ffcb00;
}
.ple_review .pr_rating.r0:before {
  content: "\f006 \f006 \f006 \f006 \f006";
}
.ple_review .pr_rating.r1:before {
  content: "\f123 \f006 \f006 \f006 \f006";
}
.ple_review .pr_rating.r2:before {
  content: "\f005 \f006 \f006 \f006 \f006";
}
.ple_review .pr_rating.r3:before {
  content: "\f005 \f123 \f006 \f006 \f006";
}
.ple_review .pr_rating.r4:before {
  content: "\f005 \f005 \f006 \f006 \f006";
}
.ple_review .pr_rating.r5:before {
  content: "\f005 \f005 \f123 \f006 \f006";
}
.ple_review .pr_rating.r6:before {
  content: "\f005 \f005 \f005 \f006 \f006";
}
.ple_review .pr_rating.r7:before {
  content: "\f005 \f005 \f005 \f123 \f006";
}
.ple_review .pr_rating.r8:before {
  content: "\f005 \f005 \f005 \f005 \f006";
}
.ple_review .pr_rating.r9:before {
  content: "\f005 \f005 \f005 \f005 \f123";
}
.ple_review .pr_rating.r10:before {
  content: "\f005 \f005 \f005 \f005 \f005";
}
.ple_review .pr_quote {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 12px;
}
.ple_review .pr_source {
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}
.releaseinfo .video_iframe {
  margin-bottom: 30px;
}
.single-show .titles_group h1 {
  margin-bottom: 24px;
}
.single-show .titles_group h1::before {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #ffcb00;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-show .titles_group h1::after {
  display: none;
}
.single-show .titles_group p.post_intro {
  font-size: 24px;
}
@media (max-width: 992px) {
  .single-show .titles_group p.post_intro {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .single-show .titles_group p.post_intro {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .single-show .titles_group p.post_intro {
    font-size: 18px;
  }
}
.single-show .titles_group h2 {
  font-size: 55px;
  margin-top: 24px;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .single-show .titles_group h2 {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .single-show .titles_group h2 {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .single-show .titles_group h2 {
    font-size: 40px;
  }
}
.single-show .content_titles .ple_section .col-md-12 {
  float: none;
}
.single-show .content_titles .ple_section .featuredmedia {
  max-width: 60%;
  margin: 48px auto 48px auto;
}
/*** GENERAL STYLING ***/
.ple-audio {
  visibility: hidden;
  transition: transform 400ms ease;
}
.header .mainbar {
  background-color: inherit;
}
/*** POPUP PLAYER ***/
body.audio_popup_enabled .content_main .container {
  margin: 0;
  padding: 0;
  border: 0 !important;
}
body.audio_popup_enabled .wp-audio-playlist {
  padding: 0;
  margin: 0;
}
#mini-popup a {
  background: #f7941d;
  padding: 7px 8px 7px 12px;
  border-radius: 50%;
}
/* Nav Mini Tool */
#ple-main-audio #ple-audio-popup-launch {
  height: 36px;
  opacity: .6;
  position: absolute;
  z-index: 101;
  background: #222222;
  padding: 2px 8px 0px;
  cursor: pointer;
  width: 36px;
  transition: opacity 500ms ease;
}
#ple-main-audio #ple-audio-popup-launch:hover {
  opacity: 1;
}
/*** SINGLE SONG PLAYER STYLING ***/
#ple-main-audio {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#ple-main-audio.ple-toggle-off {
  transform: translateY(-30px);
  z-index: -1;
}
#ple-main-audio .mejs-container {
  position: absolute;
  bottom: -30px;
}
#ple-main-audio .mejs-controls .mejs-time-rail .mejs-time-total {
  background: #ffc720;
}
#ple-main-audio #ple-audio-close {
  bottom: inherit;
  top: 28px;
  height: 36px;
  color: white;
  opacity: .6;
}
#ple-main-audio #ple-audio-close:hover {
  opacity: 1;
}
/*** SINGLE SONG PLAYER STYLING :: BOTTOM ***/
#ple-main-audio.is_at_bottom {
  position: fixed;
  bottom: 30px;
  width: 100%;
}
#ple-main-audio.is_at_bottom #ple-audio-close {
  top: -36px;
}
#ple-main-audio.is_at_bottom.ple-toggle-off {
  transform: translateY(30px);
}
.footer.is_at_bottom::after {
  content: '';
  width: 100%;
  display: block;
  height: 30px;
}
/*** PLAYLIST STYLING ***/
#ple-main-playlist {
  position: absolute;
  width: 100%;
  bottom: -68px;
  z-index: -1;
  /*** TRACK LIST ***/
  /*** TRACK LIST ***/
}
#ple-main-playlist.ple-toggle-off {
  transform: translateY(-50px);
}
#ple-main-playlist .wp-playlist-initialized,
#ple-main-playlist .wp-playlist {
  border: none;
  display: flex;
  padding: 12px 10px 2px 10px;
  margin: 12px 0 18px;
}
#ple-main-playlist .wp-playlist-initialized,
#ple-main-playlist .wp-playlist {
  border: none;
}
#ple-main-playlist .wp-playlist-current-item {
  height: auto;
  flex: 1 0 0;
}
#ple-main-playlist .mejs-container {
  flex: 3 0 0;
}
#ple-main-playlist .wp-playlist-item-artist,
#ple-main-playlist .wp-playlist-item-album,
#ple-main-playlist .wp-playlist-item-title {
  display: inline-block;
  font-size: 14px;
}
#ple-main-playlist .wp-playlist-item-title {
  font-weight: 900;
}
#ple-main-playlist .wp-playlist-item-artist {
  font-weight: 600;
}
#ple-main-playlist .wp-playlist-tracks {
  position: absolute;
  transform: translateY(30px);
  background: inherit;
  width: 25vw;
  left: 72px;
  z-index: 100;
  opacity: 0;
  padding: 10px;
  transition: all 500ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
  pointer-events: none;
}
#ple-main-playlist .wp-playlist-tracks.playlist-active {
  pointer-events: auto;
}
#ple-main-playlist .wp-playlist-tracks.playlist-active {
  opacity: 1;
}
#ple-main-playlist .wp-playlist-item {
  border-bottom: none;
}
#ple-main-playlist .wp-playlist-playing {
  background: inherit;
  color: inherit;
}
#ple-main-playlist .wp-playlist-dark .wp-playlist-playing {
  background: #ffc71f;
  color: black;
}
#ple-main-playlist .wp-playlist-dark .wp-playlist-playing a {
  color: black;
}
#ple-audio-close,
#ple-playlist-toggler {
  position: absolute;
  bottom: -11px;
  z-index: 101;
  background: #222222;
  padding: 2px 8px 0px;
  cursor: pointer;
  width: 36px;
  color: #e2cf96;
}
#ple-playlist-toggler {
  background: #ffc720;
  color: black;
  left: 36px;
}
@media (max-width: 768px) {
  #ple-main-playlist .wp-playlist-tracks {
    width: 50vw;
  }
  #ple-main-playlist .wp-playlist-current-item {
    flex: 2 0 0;
  }
  #ple-main-playlist .mejs-container {
    flex: 2 0 0;
  }
}
/*** PLAYLIST STYLING :: BOTTOM ***/
#ple-main-playlist.is_at_bottom {
  position: fixed;
  bottom: 0;
}
#ple-main-playlist.is_at_bottom .wp-playlist-tracks {
  transform: translateY(-102px);
  z-index: -1;
}
#ple-main-playlist.is_at_bottom .wp-playlist-initialized,
#ple-main-playlist.is_at_bottom .wp-playlist {
  margin: 12px 0 0;
}
#ple-main-playlist.is_at_bottom.ple-toggle-off {
  transform: translateY(50px);
}
.is_at_bottom #ple-playlist-toggler {
  top: -17px;
  z-index: -1;
}
.footer.is_at_bottom.with_playlist::after {
  height: 64px;
}
.is_at_bottom #ple-audio-close {
  top: -17px;
  z-index: -1;
}
/*
--------------------------------------------------------------  
 
General List, Grid or Slider Settings

-------------------------------------------------------------- 
*/
.grid_wrapper .grid_item .stretchy_wrapper img {
  position: absolute;
  z-index: -1;
}
.grid_wrapper .grid_item img {
  width: 100%;
}
.grid_wrapper.no_gutter .grid_item {
  padding: 0 !important;
  margin: 0 !important;
}
@media only screen and (min-width: 992px) {
  .vc_row-fluid .grid_wrapper .grid_item.col-md-4 {
    width: 33.3%;
  }
}
.filter_button_group {
  margin-bottom: 60px;
}
.filter_button_group a.filter_button {
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  transition: all 300ms ease;
  color: #1b1b1b;
  position: relative;
}
.filter_button_group a.filter_button:hover {
  color: #ffcb00;
}
.filter_button_group a.filter_button.current:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #ffcb00;
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
}
.filter_button_group a.filter_button:first-child {
  margin-left: 0px;
}
.filter_button_group a.filter_button:last-child {
  margin-right: 0px;
}
.primary_section .filter_button_group a.filter_button {
  color: #1b1b1b;
}
.primary_section .filter_button_group a.filter_button:hover {
  color: #5e5e5e;
}
.primary_section .filter_button_group a.filter_button.current:after {
  background: #5e5e5e;
}
.secondary_section .filter_button_group a.filter_button {
  color: #ffffff;
}
.secondary_section .filter_button_group a.filter_button:hover {
  color: #ffcb00;
}
.secondary_section .filter_button_group a.filter_button.current:after {
  background: #ffcb00;
}
.dark_section .filter_button_group a.filter_button {
  color: #ffffff;
}
.dark_section .filter_button_group a.filter_button:hover {
  color: #ffcb00;
}
.dark_section .filter_button_group a.filter_button.current:after {
  background: #ffcb00;
}
.black_section .filter_button_group a.filter_button {
  color: #ffffff;
}
.black_section .filter_button_group a.filter_button:hover {
  color: #ffcb00;
}
.black_section .filter_button_group a.filter_button.current:after {
  background: #ffcb00;
}
.ple_anypostloop_shortcode .slider_wrapper {
  display: none;
}
.ple_anypostloop_shortcode .owl-carousel.owl-loaded {
  display: block !important;
}
/*
--------------------------------------------------------------  
 
Blog Posts | Grid Shortcode

-------------------------------------------------------------- 
*/
/* Blog Posts | List | Card Vertical | Default */
/* Blog Posts | List | Card Horizontal */
/* Blog Posts | Grid | Card Vertical */
/* Blog Posts | Masonry | Card Vertical */
/*
--------------------------------------------------------------  
 
Blog Posts | Slider Shortcode

-------------------------------------------------------------- 
*/
/* Blog Posts | Slider | Card Horizontal | Default */
/* Blog Posts | Slider | Card Vertical */
.ple_anypostloop_shortcode .slider_wrapper .blog_post_listed .blog_post_listed_wrapper {
  box-shadow: none;
}
/*
--------------------------------------------------------------  
 
Profile CPT | Grid Shortcode

-------------------------------------------------------------- 
*/
/* Profiles | Grid | Card Vertical | Default */
.profile_post_listed {
  margin-bottom: 50px;
}
.profile_post_listed .profile_post_item_wrapper {
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.18);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .profile_post_listed .profile_post_item_wrapper {
    max-width: 360px;
    margin: 0 auto;
  }
}
.profile_post_listed .profile_post_item_wrapper .profile_post_item_text {
  padding: 30px 30px 60px 30px;
}
.profile_post_listed .profile_post_item_wrapper .profile_post_item_text h4 {
  font-size: 30px;
  margin: 0px 0 40px 0;
  position: relative;
}
.profile_post_listed .profile_post_item_wrapper .profile_post_item_text h4::after {
  position: absolute;
  bottom: -20px;
  content: "";
  width: 50px;
  height: 3px;
  background-color: #ffcb00;
  display: block;
}
.profile_post_listed .profile_post_item_wrapper .profile_post_item_text h4 + p.profile_post_item_subtitle {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
}
.profile_post_listed .profile_post_item_wrapper .profile_post_item_text p.profile_post_item_quote {
  font-size: 18px;
}
.profile_post_listed .profile_post_item_wrapper a.profile_post_item_btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.profile_post_item_text.text-center h4::after {
  left: 50%;
  transform: translate(-50%, 0%);
}
.profile_post_item_text.text-right h4::after {
  right: 0;
}
/*
--------------------------------------------------------------  
 
Release CPT | Grid Shortcode

-------------------------------------------------------------- 
*/
/* Releases | Grid | Classic | Default */
.release_post_listed {
  margin-bottom: 50px;
}
.release_post_listed .release_post_item_wrapper {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .release_post_listed .release_post_item_wrapper {
    max-width: 360px;
    margin: 0 auto;
  }
}
.release_post_listed .release_post_item_wrapper .release_post_item_text {
  padding: 10px 14px;
  position: relative;
  transform: translate(0%, -50%);
  max-width: 80%;
}
.release_post_listed .release_post_item_wrapper .release_post_item_text h4 {
  font-size: 13px;
  margin: 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.release_post_listed .release_post_item_wrapper a.release_post_item_btn {
  transform: translate(0%, -12px);
}
.text-center .release_post_item_text {
  margin: 0 auto;
}
.text-right .release_post_item_text {
  margin: 0 0 0 auto;
}
.counter_sc_wrapper i {
  display: block;
  font-size: 90px;
}
.counter_sc_wrapper span.counter {
  display: block;
  font-size: 90px;
  line-height: 90px;
}
.counter_sc_wrapper i + span.counter {
  margin-top: 24px;
}
.counter_sc_wrapper h4 {
  margin: 0px;
  margin: 24px 0;
}
.counter_sc_wrapper p {
  font-size: 16px;
}
/* PL Shortcode: Fixed Ratio Media */
.pl_fixed_ratio_media .stretchy_wrapper img {
  z-index: -1;
}
.pl_fixed_ratio_media.wpb_content_element {
  margin-top: 15px;
  margin-bottom: 15px;
}
/*** HEADING GROUP SC ***/
.heading_group_sc {
  position: relative;
  line-height: 1.5em;
}
.heading_group_sc h1 {
  font-size: 86px;
}
@media (max-width: 992px) {
  .heading_group_sc h1 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .heading_group_sc h1 {
    font-size: 54px;
  }
}
@media (max-width: 480px) {
  .heading_group_sc h1 {
    font-size: 40px;
  }
}
.heading_group_sc h2,
.heading_group_sc h3 {
  font-size: 45px;
}
@media (max-width: 992px) {
  .heading_group_sc h2,
  .heading_group_sc h3 {
    font-size: 40px;
  }
}
.heading_group_sc h4 {
  font-size: 30px;
}
.heading_group_sc h1,
.heading_group_sc h2,
.heading_group_sc h3,
.heading_group_sc h4,
.heading_group_sc h5,
.heading_group_sc h6 {
  margin-top: 0;
  margin-bottom: 24px;
}
.heading_group_sc .background_title {
  font-family: Montserrat, sans-serif;
  font-size: 140px;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1 !important;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.07;
}
@media (max-width: 768px) {
  .heading_group_sc .background_title {
    display: none;
  }
}
.heading_group_sc span.subtitle {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 3px;
}
@media (max-width: 992px) {
  .heading_group_sc span.subtitle {
    font-size: 22px;
  }
}
.heading_group_sc.subtitle_bottom h1,
.heading_group_sc.subtitle_bottom h2,
.heading_group_sc.subtitle_bottom h3,
.heading_group_sc.subtitle_bottom h4,
.heading_group_sc.subtitle_bottom h5,
.heading_group_sc.subtitle_bottom h6 {
  margin-bottom: 4px;
}
.heading_group_sc p {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
/*** LINE DIVIDER (MUSIC) ***/
.line_divider {
  display: block;
  width: 50px;
  height: 3px;
  background: #ffcb00;
  margin-top: 20px;
  margin-bottom: 20px;
}
.text-center .line_divider {
  margin: 20px auto;
}
.text-right .line_divider {
  margin: 20px 0 20px auto;
}
.text-left .background_title {
  left: 0;
  right: auto;
  transform: translate(0%, -50%);
}
.text-right .background_title {
  left: auto;
  right: 0;
  transform: translate(0%, -50%);
}
.text-center .background_title {
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}
.music-mailchimp input {
  display: block;
  width: 70%;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: bold;
  margin: 0 auto 5px auto;
}
/* 
 =WP Tracklist & Audio Player
 -------------------------------------------------------------- 
*/
/* BY KABOU - START */
.release_tracklist {
  font-size: 14px;
  border-collapse: collapse;
  width: 100%;
}
.release_track_info {
  display: block;
  text-align: left;
}
.track_preview,
.track_title,
.track_duration,
.track_album,
.track_icons {
  display: inline-block;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
/* Track columnss */
.track_preview {
  width: 7%;
}
.track_title {
  width: 44%;
}
.track_duration {
  width: 10%;
  text-align: right;
}
.track_icons {
  width: 35%;
  text-align: right;
  vertical-align: bottom;
}
.track_icons i {
  padding: 0 5px 0 5px;
}
.release_track_progress {
  display: block;
  width: 100%;
}
/* Progress Bar */
/* hairline border below track info */
.audio-progress {
  height: 1px;
  width: 100%;
  background-color: #d8d7d3;
}
/* progress bar */
.audio-progress .bar {
  height: 100%;
}
/* progress bar displayed area color */
.audio-progress .bar.in_progress {
  background-color: #666;
}
/* progress bar handle box */
#audio-progress-handle {
  display: none;
  position: absolute;
  z-index: 1;
  margin-top: -2px;
  margin-left: -10px;
  width: 20px;
  height: 4px;
  border: 1px solid #ffcb00;
  padding: 2px;
  border-radius: 0%;
  background-color: #ffcb00;
  cursor: pointer;
}
.draggable {
  float: left;
  margin: 0;
}
/* TRACKLIST PROGRESS STYLING */
#audio-progress-bar,
#audio-progress-handle {
  background-color: #ffcb00 !important;
  border-color: #ffcb00;
}
.primary_section .release_track .fa {
  color: #5e5e5e;
}
.primary_section #audio-progress-bar,
.primary_section #audio-progress-handle {
  background-color: #5e5e5e !important;
  border-color: #5e5e5e;
}
.secondary_section .release_track .fa {
  color: #ffcb00;
}
.secondary_section #audio-progress-bar,
.secondary_section #audio-progress-handle {
  background-color: #ffcb00 !important;
  border-color: #ffcb00;
}
.light_section .release_track .fa {
  color: #5e5e5e;
}
.light_section #audio-progress-bar,
.light_section #audio-progress-handle {
  background-color: #5e5e5e !important;
  border-color: #5e5e5e;
}
.dark_section .release_track .fa {
  color: #ffcb00;
}
.dark_section #audio-progress-bar,
.dark_section #audio-progress-handle {
  background-color: #ffcb00 !important;
  border-color: #ffcb00;
}
.white_section .release_track .fa {
  color: #ffcb00;
}
.white_section #audio-progress-bar,
.white_section #audio-progress-handle {
  background-color: #ffcb00 !important;
  border-color: #ffcb00;
}
.black_section .release_track .fa {
  color: #ffcb00;
}
.black_section #audio-progress-bar,
.black_section #audio-progress-handle {
  background-color: #ffcb00 !important;
  border-color: #ffcb00;
}
/* BY KABOU - END */
.ple-audio-playlist.wp-playlist {
  border: 0px;
  padding: 0px;
  margin: 0px;
  font-size: inherit;
  line-height: inherit;
}
.ple-audio-playlist.wp-playlist .wp-playlist-current-item {
  display: flex;
  align-items: center;
}
.ple-audio-playlist.wp-playlist .wp-playlist-current-item .wp-playlist-caption {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ple-audio-playlist.wp-playlist .wp-playlist-current-item .wp-playlist-caption .wp-playlist-item-meta.wp-playlist-item-title {
  font-size: 15px;
  width: 100%;
}
.ple-audio-playlist.wp-playlist .wp-playlist-current-item .wp-playlist-caption .wp-playlist-item-meta.wp-playlist-item-album {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  padding-right: 4px;
}
.ple-audio-playlist.wp-playlist .wp-playlist-current-item .wp-playlist-caption .wp-playlist-item-meta.wp-playlist-item-album + .wp-playlist-item-artist:before {
  content: "- ";
}
.ple-audio-playlist.wp-playlist .wp-playlist-current-item .wp-playlist-caption .wp-playlist-item-meta.wp-playlist-item-artist {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}
.ple-audio-playlist.wp-playlist .wp-playlist-tracks .wp-playlist-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0px;
  border-bottom: 1px solid;
}
.ple-audio-playlist.wp-playlist .wp-playlist-tracks .wp-playlist-item.wp-playlist-playing {
  background: transparent;
}
.ple-audio-playlist.wp-playlist .wp-playlist-tracks .wp-playlist-item a.wp-playlist-caption {
  flex-grow: 6;
  flex-basis: 0;
  color: inherit;
  font-size: 15px;
}
.ple-audio-playlist.wp-playlist .wp-playlist-tracks .wp-playlist-item a.wp-playlist-caption .wp-playlist-item-title {
  font-size: 14px;
  line-height: 1.5;
}
.ple-audio-playlist.wp-playlist .wp-playlist-tracks .wp-playlist-item a.wp-playlist-caption .wp-playlist-item-artist {
  display: none;
}
.ple-audio-playlist.wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-item-length {
  flex-grow: 1;
  flex-basis: 0;
  padding: 0 5px;
  text-align: right;
  position: inherit;
  right: auto;
  top: auto;
  font-size: 15px;
}
.ple-audio-playlist.wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-item-purchase {
  text-align: right;
  padding: 0 0 0 5px;
}
.ple-audio-playlist .mejs-container * {
  font-family: Montserrat, sans-serif;
}
.ple-audio-playlist .mejs-container {
  padding: 15px 0px 15px 0px;
}
.ple-audio-playlist .mejs-container .mejs-controls {
  position: relative;
  padding: 0 5px;
}
.ple-audio-playlist .mejs-currenttime {
  display: inline-block;
  min-width: 40px;
}
.ple-audio-playlist .mejs-controls .mejs-time-rail .mejs-time-current,
.ple-audio-playlist .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #ffcb00;
}
.ple-audio-playlist .mejs-controls .mejs-time-rail .mejs-time-total,
.ple-audio-playlist .mejs-controls .mejs-time-rail .mejs-time-loaded,
.ple-audio-playlist .mejs-controls .mejs-time-rail .mejs-time-current {
  border-radius: 10px;
}
.ple-audio-playlist .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.ple-audio-playlist .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.ple-audio-playlist .mejs-controls .mejs-time-rail span {
  border-radius: 10px;
}
.releaseinfo.releaseinfo-cover figure img {
  z-index: -1;
}
/*** TEASER BOX ***/
.teaser_box {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .teaser_box {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
.teaser_box .video_iframe {
  margin-bottom: 20px;
}
.teaser_box .figure {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 16px;
}
.teaser_box .figure > a {
  display: block;
  max-width: 100%;
}
.teaser_box .figure > i,
.teaser_box .figure > a i {
  font-size: 40px;
  display: inline-block;
  line-height: 40px;
}
.teaser_box .figure.stretchy_wrapper > i,
.teaser_box .figure.stretchy_wrapper > a i {
  position: absolute;
  padding: 0;
  left: 50%;
  top: 50%;
  right: inherit;
  bottom: inherit;
  height: auto;
  width: auto;
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.teaser_box .figure.rounded {
  border-radius: 6px;
  text-align: center;
}
.teaser_box .figure.rounded i {
  padding: 10px;
}
.teaser_box .figure.rounded img {
  border-radius: 6px;
}
.teaser_box .figure.with_icon {
  margin-top: 20px;
}
.teaser_box .figure.with_image {
  display: block;
  margin-bottom: 24px;
  min-width: 150px;
  min-height: 150px;
}
.teaser_box .figure.circled {
  border-radius: 100px;
  width: 70px;
  height: 70px;
  text-align: center;
}
.teaser_box .figure.circled i {
  padding: 15px;
}
.teaser_box .figure.circled img {
  border-radius: 70px;
}
.teaser_box .figure.circled.with_image {
  width: auto;
  height: auto;
  overflow: hidden;
  display: inline-block;
}
.teaser_box .figure.with_border {
  border: solid 1px;
}
.teaser_box .content .hgroup {
  margin-bottom: 16px;
}
.teaser_box .content .hgroup:empty {
  display: none;
}
.teaser_box .content .hgroup h4 {
  font-weight: bold;
  margin: 0;
}
.teaser_box .content .hgroup p {
  font-family: Montserrat, sans-serif;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: bold;
}
.teaser_box .content .hgroup p + h4 {
  margin-top: 5px;
}
.teaser_box .content .hgroup h4 + p {
  margin-top: 5px;
}
.teaser_box .content .desc {
  position: relative;
  z-index: 1;
  font-size: 16px;
}
.teaser_box .content .desc p {
  margin-bottom: 0;
}
.teaser_box.boxed .with_icon {
  margin-top: 0;
}
.ple_timeline_sc .ple_timeline_item_wrapper {
  position: relative;
}
.ple_timeline_sc .ple_timeline_item_wrapper .time_box {
  padding: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  width: 132px;
  position: absolute;
  top: 50%;
  left: 0;
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
}
@media (max-width: 480px) {
  .ple_timeline_sc .ple_timeline_item_wrapper .time_box {
    top: 0;
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
  }
}
.ple_timeline_sc .ple_timeline_item_wrapper .time_box span {
  display: block;
  font-size: 16px;
}
.ple_timeline_sc .ple_timeline_item_wrapper .desc_box {
  padding: 34px 68px;
  margin-left: 90px;
  text-align: left;
}
@media (max-width: 480px) {
  .ple_timeline_sc .ple_timeline_item_wrapper .desc_box {
    margin-left: 0px;
    padding: 34px;
  }
}
/*** TOUR DATES SHORTCODE ***/
.tour_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.tour_date,
.tour_location,
.tour_venue,
.tour_info {
  display: flex;
  align-items: center;
  overflow: hidden;
  flex-grow: 1;
}
.tour_date {
  width: 11%;
}
.tour_location,
.tour_venue {
  width: 32%;
}
.tour_info {
  width: 20%;
}
@media (max-width: 768px) {
  .tour_date {
    width: 22%;
  }
  .tour_location {
    width: 50%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .tour_venue {
    width: 50%;
  }
  .tour_info {
    width: 26%;
  }
}
.tour_date,
.tour_location,
.tour_venue {
  margin-right: 1%;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}
.tour_date {
  letter-spacing: 1px;
  justify-content: center;
  text-align: center;
}
@media (max-width: 768px) {
  .tour_date {
    justify-content: left;
    text-align: left;
  }
}
.tour_location,
.tour_venue {
  font-size: 18px;
  font-weight: normal;
}
@media (max-width: 992px) {
  .tour_location,
  .tour_venue {
    font-size: 16px;
  }
}
.tour_info {
  justify-content: center;
}
@media (max-width: 992px) {
  .tour_info {
    letter-spacing: 0px;
  }
}
.tour_info,
.tour_date {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  font-family: Montserrat, sans-serif;
}
@media (max-width: 992px) {
  .tour_info,
  .tour_date {
    font-size: 12px;
  }
}
.tour_desc {
  padding: 30px;
  margin-top: 5px;
  display: none;
  width: 100%;
  position: relative;
}
.tour_desc_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tour_desc-details {
  width: 62%;
}
@media (max-width: 480px) {
  .tour_desc-details {
    width: 100%;
  }
}
.tour_desc-details span {
  font-size: 20px;
}
.tour_desc-details a.btn {
  margin-bottom: 4px;
}
.tour_desc-media {
  width: 33%;
  margin-left: 5%;
}
@media (max-width: 480px) {
  .tour_desc-media {
    width: 100%;
    margin-left: 0;
  }
}
/* 
 =PL About Us Widget
 -------------------------------------------------------------- 
*/
.pl_about_us_widget p a {
  display: inline-block;
}
.pl_about_us_widget p a:link i,
.pl_about_us_widget p a:visited i {
  background-color: #000000;
  color: #ffffff;
}
.pl_about_us_widget p a:hover i,
.pl_about_us_widget p a:active i {
  background-color: #ffcb00;
  color: #ffffff;
}
.pl_about_us_widget p span {
  margin: 0 0 0 15px;
}
.pl_about_us_widget p span a:link,
.pl_about_us_widget p span a:visited {
  color: #ffcb00;
}
.pl_about_us_widget p span a:hover,
.pl_about_us_widget p span a:active {
  color: #ffc300;
}
.pl_about_us_widget p a + span {
  margin: 0 0 0 12px;
}
.pl_about_us_widget p.contact_detail {
  margin: 10px 0;
}
.pl_about_us_widget p.contact_detail i {
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.pl_about_us_widget p.contact_detail span {
  font-size: 16px;
}
.pl_about_us_widget.horizontal p.contact_detail {
  display: inline-block;
  margin: 5px 10px;
}
.footer .pl_about_us_widget p a:link i,
.footer .pl_about_us_widget p a:visited i {
  background-color: #ffffff;
  color: #1b1b1b;
}
.footer .pl_about_us_widget p a:hover i,
.footer .pl_about_us_widget p a:active i {
  background-color: #ffcb00;
}
.footer .pl_about_us_widget p span a:link,
.footer .pl_about_us_widget p span a:visited {
  color: #ffffff;
}
.footer .pl_about_us_widget p span a:hover,
.footer .pl_about_us_widget p span a:active {
  color: #ffcb00;
}
.footer .pl_about_us_widget p.contact_detail i {
  background-color: #ffffff;
  color: #1b1b1b;
}
/* 
 =PL Any Latest Posts Widget
 -------------------------------------------------------------- 
*/
.pl_latest_news_widget .post_listed {
  position: relative;
  min-height: 70px;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  border-bottom: solid 3px #1b1b1b;
}
.pl_latest_news_widget .post_listed:first-child {
  padding-top: 0;
}
.pl_latest_news_widget .post_listed:last-child {
  border-bottom: 0px !important;
}
.pl_latest_news_widget .post_listed .post_listed_photo {
  float: left;
  bottom: 15px;
  width: 70px;
  height: 70px;
  margin: 0px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #cccccc;
}
.pl_latest_news_widget .post_listed h5.post_listed_title {
  font-family: Rubik, sans-serif;
  font-weight: normal;
  font-size: 16px;
  padding: 0px 0px 0px 0px;
  margin: 5px 0 0px 85px;
}
.pl_latest_news_widget .post_listed small {
  font-family: Montserrat, sans-serif;
  display: block;
  padding: 0px 0px 5px 0px;
  margin: 0 0 0 85px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1em;
  opacity: 0.5;
}
.pl_latest_news_widget .post_listed .post_listed_excerpt {
  font-size: 11px;
  padding: 0px;
  margin: 5px 0 0px 85px;
}
.footer .pl_latest_news_widget .post_listed {
  border-bottom: solid 3px rgba(255, 255, 255, 0.1);
}
.in_widget_latest_release.pl_latest_news_widget .post_listed {
  border-bottom: solid 0px;
  tesxt-align: center;
}
.in_widget_latest_release.pl_latest_news_widget .post_listed .post_listed_photo {
  float: none;
  bottom: 0px;
  width: 100%;
  height: auto;
  display: block;
  padding-top: 100%;
}
.in_widget_latest_release.pl_latest_news_widget .post_listed h5.post_listed_title {
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 13px;
  padding: 10px 14px;
  margin: 0px auto;
  position: relative;
  transform: translate(0%, -50%);
  max-width: 80%;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.18);
  background-color: #ffffff;
  color: #1b1b1b;
}
.in_widget_latest_release.pl_latest_news_widget .post_listed small {
  position: relative;
  display: block;
  padding: 10px 14px;
  margin: 0px auto;
  opacity: 1;
  transform: translate(0%, -50%);
  max-width: 50%;
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.18);
  background-color: #1b1b1b;
  color: #ffffff;
  text-align: center;
}
.in_widget_latest_release.pl_latest_news_widget .post_listed .post_listed_excerpt {
  font-size: 13px;
  padding: 0px 10px;
  margin: 5px;
  text-align: center;
}
.footer .in_widget_latest_release.pl_latest_news_widget .post_listed {
  border-bottom: solid 0px;
}
