@charset "UTF-8";
/*
Name: 			theme.css
Written by: 	Okler Themes - (http://www.okler.net)
Version: 		4.4.0
*/
/* Responsive */
/* Header */
/* Header Nav Main */
/* Header Narrow */
/* Header Nav Main Mobile */
/* Responsive */
/* Mega Menu (Signin/SignUp) */
/* Responsive */
/* Mega Menu (Signin/SignUp) */
/* Responsive */
/* Page Header */
/* Page Header - More Padding */
/* Page Header - Color */
/* Page Header - Light */
/* Page Header - Reverse */
/* Page Header - Parallax */
/* Page Header Custom Background */
/* Page Header Custom - Create your Own */
/* Responsive */
/* Spacements */
/* spacement top & bottom */
/* spacement top	*/
/* spacement bottom	*/
/* spacement left	*/
/* spacement right	*/
/* Spacement Padding */
/* spacement top	*/
/* spacement bottom	*/
/* spacement left	*/
/* spacement right	*/
/* Parallax */
/* Responsive */
/* Section Featured */
/* Responsive */
/* Sidebar */
/* Home Slider - Revolution Slider */
/* Slider IE Fix */
/* Slider With Overlay */
/* Slider Contact Form */
/* Responsive */
/* Boxed */
/* Home Slider - Nivo Slider */
/* Custom Map */
/* Home Intro */
/* Home Intro Compact */
/* Responsive */
/* Home Intro */
/* Home Concept */
/* Responsive */
/* Page 404 */
/* Responsive */
/* #Footer */
/* Responsive */
/* Footer */
/* Dark Version */
/* Responsive */
/* Boxed Layout */
/* Responsive */
/* Boxed */
html {
  direction: ltr;
  overflow-x: hidden;
}

body {
  background-color: #FFF;
  color: #777;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
body a {
  outline: none !important;
}

li {
  line-height: 24px;
}

.header-body {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100%;
  background-color: white;
  transition: ease-in-out 200ms top;
}

.header-top {
  padding: 0;
}
.header-top .container-fluid {
  max-width: 1290px;
}
.header-top .container-fluid .navbar-toggler {
  border-radius: 5px;
}
.header-top .container-fluid .navbar-toggler-icon {
  width: 1.3em;
  height: 1.3em;
}
.header-top .container-fluid .navbar-brand.g4f-domain {
  background-color: #fff;
  line-height: 30px;
}
.header-top .container-fluid .header-social-icons {
  margin-left: auto;
  margin-top: auto;
}

.header-main {
  background-color: white;
}
.header-main .navbar {
  min-height: 65px;
}
@media screen and (max-width: 768px) {
  .header-main .navbar .navbar-brand > img {
    width: 180px !important;
  }
}
.header-main .navbar-collapse.collapse {
  min-width: 50%;
}
.header-main .navbar-collapse.collapse > .navbar-nav {
  width: 100%;
  justify-content: space-around;
}
.header-main .navbar-toggler {
  background-color: #9c3890;
  border-radius: 5px;
}
.header-main .navbar-toggler-icon {
  width: 1.3em;
  height: 1.3em;
}
.header-main .mobile-cart-link {
  --bs-navbar-nav-link-padding-x: .7rem;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  padding: 10px 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #9C3890;
  transition: all 200ms ease;
}
.header-main .mobile-cart-link:hover {
  background-color: #9c3890;
  color: #fff;
}
.header-main .mobile-cart-link:hover svg {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .header-main .mobile-cart-link {
    display: none;
  }
}
.header-main ul.nav li a {
  --bs-navbar-nav-link-padding-x: .7rem;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  padding: 10px 10px;
  text-transform: uppercase;
  color: #9C3890;
  transition: all 200ms ease;
}
@media screen and (max-width: 768px) {
  .header-main ul.nav li a.cart-customlocation {
    text-align: right;
    font-size: 11px;
  }
}
.header-main ul.nav li a:hover {
  background-color: #9c3890;
  color: #fff;
}
.header-main .dropdown-menu {
  display: block;
  border: none;
  margin-top: 0;
  padding: 0;
  max-height: 0px;
  overflow: hidden;
}
.header-main .dropdown-menu.show {
  transition: max-height 400ms;
  border-top: #9c3890 5px solid;
  max-height: 500px;
}

.header-top ul.nav li a.active {
  color: #9C3890;
  background-color: #fff;
}

.page-header {
  background-image: url("../img/records/Bannière_widthV2.jpg");
  background-position: center top;
  border-bottom: 5px solid #CCC;
  border-top: 5px solid #384045;
  margin: 0 0 35px 0;
  min-height: 50px;
  padding: 18px 0;
  position: relative;
  text-align: left;
  height: 100%;
}
.page-header .breadcrumb {
  background: none;
  margin: -3px 0 0;
  padding: 0;
}
.page-header .breadcrumb > li {
  text-shadow: none;
}
.page-header .breadcrumb.breadcrumb-valign-mid {
  position: absolute;
  top: 40%;
  right: 20px;
}
.page-header h1 {
  border-bottom: 5px solid #CCC;
  color: #FFF;
  display: inline-block;
  font-weight: bold;
  margin: 0 0 -25px;
  min-height: 37px;
  font-size: 2.6em;
  line-height: 46px;
  padding: 0 0 17px;
  position: relative;
}
.page-header h1 span {
  color: #999da3;
  font-size: 0.6em;
  font-weight: 300;
  margin: -10px 0 0;
}

.page-header-no-title-border h1 {
  border: 0;
}

.page-header-more-padding {
  padding: 35px 0;
}

.page-header-color {
  background-color: #F7F7F7;
  border-bottom: 5px solid #F4F4F4;
  border-top: none;
}
.page-header-color h1 {
  border-bottom: none;
  color: #1d2127;
  font-size: 2.3em;
}
.page-header-color h1 span {
  opacity: 0.65;
}
.page-header-color .breadcrumb > .active {
  opacity: 0.65;
}

.page-header-light {
  background-color: #F7F7F7;
  border-bottom: 5px solid #F4F4F4;
  border-top: none;
}
.page-header-light h1 {
  border-bottom: none;
  color: #1d2127;
  font-size: 2.3em;
}

.page-header-reverse {
  text-align: right;
}
.page-header-reverse .breadcrumb {
  float: left;
  left: 20px;
  right: auto;
  margin-top: -10px;
}
.page-header-reverse .breadcrumb.breadcrumb-valign-mid {
  float: left;
  left: 20px;
  right: auto;
  margin-top: -10px;
}

.page-header.parallax {
  margin: 0 0 35px;
  padding: 180px 0 60px;
}

.page-header-center {
  text-align: center;
}
.page-header-center .breadcrumb {
  margin: 15px 0 0;
}

.page-header-custom-background {
  padding: 45px 0;
  background-repeat: repeat;
  background-color: transparent;
  border-top: 0;
  border-bottom: 0;
}
.page-header-custom-background h1 {
  color: #FFF;
  border: 0;
}
.page-header-custom-background h1 span {
  color: #FFF;
  opacity: 0.7;
}
.page-header-custom-background .breadcrumb.breadcrumb-valign-mid {
  top: 36%;
}
.page-header-custom-background .breadcrumb.breadcrumb-valign-mid li.active {
  color: #FFF;
  opacity: 0.7;
}
.page-header-custom-background .breadcrumb.breadcrumb-valign-mid a {
  color: #FFF;
}

.page-header.custom-product {
  background-image: url(../img/custom-header-bg.jpg);
  background-repeat: repeat;
  background-color: #999;
  border-top: 5px solid #888;
  overflow: hidden;
}
.page-header.custom-product .row {
  position: relative;
}
.page-header.custom-product p.lead {
  color: #E8E8E8;
}
.page-header.custom-product img {
  bottom: -47px;
  position: relative;
}
.page-header.custom-product h1 {
  color: #FFF;
  margin-bottom: 10px;
  margin-top: 30px;
  border: 0;
}

.text-muted {
  color: #999 !important;
}

html.dark .text-muted {
  color: #505461 !important;
}
html.dark body {
  background-color: #1d2127;
}
html.dark h1 {
  color: #FFF;
}
html.dark h2 {
  color: #FFF;
}
html.dark h3 {
  color: #FFF;
}
html.dark h4 {
  color: #FFF;
}
html.dark h5 {
  color: #FFF;
}
html.dark h6 {
  color: #FFF;
}
html.dark .alert h1 {
  color: #111;
}
html.dark .alert h2 {
  color: #111;
}
html.dark .alert h3 {
  color: #111;
}
html.dark .alert h4 {
  color: #111;
}
html.dark .alert h5 {
  color: #111;
}
html.dark .alert h6 {
  color: #111;
}
html.dark blockquote {
  border-color: #282d36;
}
html.dark section.featured {
  background-color: #191c21;
  border-top-color: #2e353e;
}
html.dark section.featured .recent-posts .date .day {
  background-color: #282d36;
}
html.dark section.section {
  background-color: #21262d;
  border-top-color: #282d36;
}
html.dark .dropdown-menu > li > a {
  color: #FFF;
}
html.dark .dropdown-menu > li > a:hover {
  background-color: #2e353e;
}
html.dark .dropdown-menu > li > a:focus {
  background-color: #2e353e;
}
html.dark .tabs .nav-tabs {
  border-color: #282d36;
}
html.dark .tabs .nav-tabs li a {
  border-top-color: #282d36;
  border-left-color: #282d36;
  border-right-color: #282d36;
  background: #282d36;
}
html.dark .tabs .nav-tabs li a:focus {
  border-top-color: #282d36;
  border-left-color: #282d36;
  border-right-color: #282d36;
  background: #282d36;
}
html.dark .tabs .nav-tabs li a:hover {
  border-top-color: #808697;
}
html.dark .tabs .nav-tabs li.active a {
  border-top-color: #808697;
  background: #2e353e;
  border-left-color: #2e353e;
  border-right-color: #2e353e;
}
html.dark .tabs .nav-tabs li.active a:hover {
  border-top-color: #808697;
  background: #2e353e;
  border-left-color: #2e353e;
  border-right-color: #2e353e;
}
html.dark .tabs .nav-tabs li.active a:focus {
  border-top-color: #808697;
  background: #2e353e;
  border-left-color: #2e353e;
  border-right-color: #2e353e;
}
html.dark .tabs .nav-tabs.nav-justified {
  border-left-width: 0;
  border-right-width: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}
html.dark .tabs .nav-tabs.nav-justified li a {
  border-bottom-color: #282d36;
}
html.dark .tabs .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #282d36;
}
html.dark .tabs .nav-tabs.nav-justified li a:focus {
  border-bottom-color: #282d36;
}
html.dark .tabs .nav-tabs.nav-justified li.active a {
  background: #2e353e;
  border-left-color: #2e353e;
  border-right-color: #2e353e;
  border-bottom-color: #2e353e;
}
html.dark .tabs .nav-tabs.nav-justified li.active a:hover {
  background: #2e353e;
  border-left-color: #2e353e;
  border-right-color: #2e353e;
}
html.dark .tabs .nav-tabs.nav-justified li.active a:focus {
  background: #2e353e;
  border-left-color: #2e353e;
  border-right-color: #2e353e;
}
html.dark .tabs .tab-content {
  background: #2e353e;
  border-color: #2e353e;
}
html.dark .tabs.tabs-left .nav-tabs > li a {
  background: #282d36;
  border-left-color: #282d36;
  border-right-color: #282d36;
}
html.dark .tabs.tabs-left .nav-tabs > li:last-child a {
  border-bottom-color: #282d36;
}
html.dark .tabs.tabs-right .nav-tabs > li a {
  background: #282d36;
  border-left-color: #282d36;
  border-right-color: #282d36;
}
html.dark .tabs.tabs-right .nav-tabs > li:last-child a {
  border-bottom-color: #282d36;
}
html.dark .tabs.tabs-vertical {
  border-top-color: #2e353e;
}
html.dark .tabs.tabs-bottom .nav-tabs li a {
  border-bottom-color: #282d36;
  border-top-color: #2e353e;
}
html.dark .tabs.tabs-bottom .nav-tabs li a:focus {
  border-bottom-color: #282d36;
  border-top-color: #2e353e;
}
html.dark .tabs.tabs-bottom .nav-tabs li a:hover {
  border-bottom-color: #808697;
  border-top-color: #2e353e;
}
html.dark .tabs.tabs-bottom .nav-tabs li.active a {
  border-bottom-color: #808697;
  border-top-color: #2e353e;
}
html.dark .tabs.tabs-bottom .nav-tabs li.active a:hover {
  border-bottom-color: #808697;
  border-top-color: #2e353e;
}
html.dark .tabs.tabs-bottom .nav-tabs li.active a:focus {
  border-bottom-color: #808697;
  border-top-color: #2e353e;
}
html.dark .tabs-primary.tabs-bottom .nav-tabs li a {
  border-top-color: #2e353e !important;
}
html.dark .tabs-primary.tabs-bottom .nav-tabs li a:hover {
  border-top-color: #2e353e !important;
}
html.dark .tabs-primary.tabs-bottom .nav-tabs li a:focus {
  border-top-color: #2e353e !important;
}
html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a {
  border-top-color: #2e353e !important;
}
html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-top-color: #2e353e !important;
}
html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:focus {
  border-top-color: #2e353e !important;
}
html.dark .nav-tabs li.active a {
  color: #808697;
}
html.dark .nav-tabs li.active a:hover {
  color: #808697;
}
html.dark .nav-tabs li.active a:focus {
  color: #808697;
}
html.dark .nav-tabs li a {
  color: #808697;
}
html.dark .tab-content {
  background: #2e353e;
  border-color: #1d2127;
}
html.dark .tabs-simple .tab-content {
  background: transparent !important;
}
html.dark .tabs-simple .nav-tabs li a {
  background: transparent !important;
}
html.dark .tabs-simple .nav-tabs li.active a {
  background: transparent !important;
}
html.dark .nav > li > a:hover {
  background-color: #2e353e;
}
html.dark .nav > li > a:focus {
  background-color: #2e353e;
}
html.dark .call-to-action.call-to-action-default {
  background: #282d36;
}
html.dark .call-to-action.call-to-action-dark {
  background: #2e353e;
}
html.dark .call-to-action.with-borders {
  border-top-color: #2e353e;
  border-bottom-color: #2e353e;
  border-left-color: #282d36;
  border-right-color: #282d36;
}
html.dark .call-to-action.with-full-borders {
  border-color: #2e353e;
}
html.dark .call-to-action.featured {
  background: -webkit-linear-gradient(top, #282d36 1%, #2e353e 98%) repeat scroll 0 0 transparent;
  background: linear-gradient(to bottom, #282d36 1%, #2e353e 98%) repeat scroll 0 0 transparent;
  border-bottom-color: #2e353e;
  border-left-color: #282d36;
  border-right-color: #282d36;
}
html.dark .call-to-action.call-to-action-in-footer:before {
  border-top-color: #1d2127;
}
html.dark .counters.with-borders .counter {
  border-top: 1px solid #2e353e;
  border-bottom: 1px solid #2e353e;
  border-left: 1px solid #282d36;
  border-right: 1px solid #282d36;
}
html.dark .counters.counters-text-dark .counter {
  color: #FFF !important;
}
html.dark .counters.counters-text-dark .counter .fa {
  color: #FFF !important;
}
html.dark .counters.counters-text-dark .counter .icons {
  color: #FFF !important;
}
html.dark .counters.counters-text-dark .counter strong {
  color: #FFF !important;
}
html.dark .counters.counters-text-dark .counter label {
  color: #FFF !important;
}
html.dark section.timeline:after {
  background: #505050;
  background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #7db9e8));
  background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
}
html.dark section.timeline .timeline-date {
  background-color: #282d36;
  border-color: #282d36;
  text-shadow: none;
}
html.dark section.timeline .timeline-title {
  background: #282d36;
}
html.dark section.timeline .timeline-box {
  border-color: #282d36;
  background: #282d36;
}
html.dark section.timeline .timeline-box.left:before {
  box-shadow: 0 0 0 3px #282d36, 0 0 0 6px #282d36;
}
html.dark section.timeline .timeline-box.left:after {
  background: #282d36;
  border-right-color: #282d36;
  border-top-color: #282d36;
}
html.dark section.timeline .timeline-box.right:before {
  box-shadow: 0 0 0 3px #282d36, 0 0 0 6px #282d36;
}
html.dark section.timeline .timeline-box.right:after {
  background: #282d36;
  border-left-color: #282d36;
  border-bottom-color: #282d36;
}
html.dark .form-control {
  background-color: #282d36;
  border-color: #282d36;
}
html.dark .btn-default {
  background-color: #282d36;
  border-color: #282d36;
  color: #FFF;
}
html.dark .btn.disabled {
  border-color: #282d36 !important;
}
html.dark .btn[disabled] {
  border-color: #282d36 !important;
}
html.dark .pagination > li > a {
  background-color: #282d36;
  border-color: #242830;
}
html.dark .pagination > li > span {
  background-color: #282d36;
  border-color: #242830;
}
html.dark .theme-default .nivoSlider {
  background-color: #1d2127;
}
html.dark section.section-custom-map {
  background: transparent url(../img/map-dark.png) center 0 no-repeat;
}
html.dark section.section-custom-map section.section {
  border-top-color: rgba(40, 45, 54, 0.8);
  background: rgba(33, 38, 45, 0.8);
}
html.dark .home-concept {
  background-image: url(../img/home-concept-dark.png);
}
html.dark .home-concept .process-image {
  background-image: url(../img/home-concept-item-dark.png);
}
html.dark .home-concept .project-image {
  background-image: url(../img/home-concept-item-dark.png);
}
html.dark .home-concept .sun {
  background-image: url(../img/home-concept-icons-dark.png);
}
html.dark .home-concept .cloud {
  background-image: url(../img/home-concept-icons-dark.png);
}
html.dark .page-header {
  border-bottom-color: #191c21;
  border-bottom-color: #282d36;
}
html.dark .page-header-light {
  background-color: #2e353e;
}
html.dark .panel-group .panel {
  background-color: #282d36;
}
html.dark .panel-group .panel-default {
  border-color: #282d36;
}
html.dark .panel-group .panel-heading {
  background-color: #2e353e;
}
html.dark .panel-group .form-control {
  background-color: #21262d;
  border-color: #21262d;
}
html.dark .toggle > label {
  background-color: #2e353e;
}
html.dark .toggle.toggle-simple .toggle > label {
  color: #FFF;
}
html.dark .featured-box {
  background: #2e353e;
  border-left-color: #2e353e;
  border-right-color: #2e353e;
  border-bottom-color: #2e353e;
}
html.dark .featured-box.secondary h4 {
  color: #FFF;
}
html.dark .featured-boxes-flat .featured-box .box-content {
  background: #2e353e;
}
html.dark .featured-boxes-style-5 .featured-box {
  background: transparent;
}
html.dark .featured-boxes-style-5 .featured-box .box-content h4 {
  color: #FFF;
}
html.dark .featured-boxes-style-5 .featured-box .icon-featured {
  background: #282d36;
  border-color: #2e353e;
}
html.dark .featured-boxes-style-6 .featured-box {
  background: transparent;
}
html.dark .featured-boxes-style-6 .featured-box .box-content h4 {
  color: #FFF;
}
html.dark .featured-boxes-style-6 .featured-box .icon-featured {
  background: #282d36;
  border-color: #2e353e;
}
html.dark .featured-boxes-style-6 .featured-box .icon-featured:after {
  border-color: #2e353e;
}
html.dark .featured-boxes-style-7 .featured-box {
  background: transparent;
}
html.dark .featured-boxes-style-7 .featured-box .box-content h4 {
  color: #FFF;
}
html.dark .featured-boxes-style-7 .featured-box .icon-featured {
  background: #282d36;
  border-color: #2e353e;
}
html.dark .featured-boxes-style-7 .featured-box .icon-featured:after {
  box-shadow: 3px 3px #161a1e;
}
html.dark .featured-boxes-style-2 .featured-box {
  background: transparent;
}
html.dark .featured-boxes-style-3 .featured-box .icon-featured {
  background: #1d2127;
}
html.dark .featured-boxes-style-4 .featured-box {
  background: transparent;
}
html.dark .featured-boxes-style-8 .featured-box .icon-featured {
  background: #2e353e;
}
html.dark .featured-box-effect-1 .icon-featured:after {
  box-shadow: 0 0 0 3px #2e353e;
}
html.dark .feature-box.feature-box-style-2 h4 {
  color: #FFF;
}
html.dark .feature-box.feature-box-style-3 h4 {
  color: #FFF;
}
html.dark .feature-box.feature-box-style-4 h4 {
  color: #FFF;
}
html.dark .feature-box.feature-box-style-6 .feature-box-icon {
  border-color: #2e353e;
}
html.dark .feature-box.feature-box-style-6 .feature-box-icon:after {
  border-color: #2e353e;
}
html.dark .owl-dots .owl-dot span {
  background: #2e353e;
}
html.dark .owl-carousel.top-border {
  border-top-color: #3F4247;
}
html.dark .progress {
  background: #2e353e;
}
html.dark .arrow {
  background-image: url(../img/arrows-dark.png);
}
html.dark .thumbnail {
  background-color: #282d36;
  border-color: #282d36;
}
html.dark .img-thumbnail {
  background-color: #282d36;
  border-color: #282d36;
}
html.dark .thumb-info {
  background-color: #282d36;
  border-color: #282d36;
}
html.dark .thumb-info .thumb-info-wrapper:after {
  background-color: rgba(29, 33, 39, 0.9);
}
html.dark .thumb-info-social-icons {
  border-top-color: #373f4a;
}
html.dark ul.nav-list > li a {
  border-bottom-color: #282d36;
}
html.dark ul.nav-list > li a:hover {
  background-color: #282d36;
}
html.dark .content-grid .content-grid-item:before {
  border-left-color: #2e353e;
}
html.dark .content-grid .content-grid-item:after {
  border-bottom-color: #2e353e;
}
html.dark .content-grid.content-grid-dashed .content-grid-item:before {
  border-left-color: #2e353e;
}
html.dark .content-grid.content-grid-dashed .content-grid-item:after {
  border-bottom-color: #2e353e;
}
html.dark .testimonial .testimonial-author strong {
  color: #FFF;
}
html.dark .testimonial.testimonial-style-3 blockquote {
  background: #2e353e !important;
}
html.dark .testimonial.testimonial-style-3 .testimonial-arrow-down {
  border-top-color: #2e353e !important;
}
html.dark .testimonial.testimonial-style-4 {
  border-color: #2e353e !important;
}
html.dark .testimonial.testimonial-style-5 .testimonial-author {
  border-top-color: #2e353e !important;
}
html.dark .table > thead > tr > th {
  border-color: #282d36;
}
html.dark .table > thead > tr > td {
  border-color: #282d36;
}
html.dark .table > tbody > tr > th {
  border-color: #282d36;
}
html.dark .table > tbody > tr > td {
  border-color: #282d36;
}
html.dark .table > tfoot > tr > th {
  border-color: #282d36;
}
html.dark .table > tfoot > tr > td {
  border-color: #282d36;
}
html.dark .table-bordered {
  border-color: #282d36;
}
html.dark .table-striped > tbody > tr:nth-child(2n+1) > td {
  background-color: #2e353e;
}
html.dark .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #2e353e;
}
html.dark pre {
  background-color: #282d36;
  border-color: #282d36;
  color: #777;
}
html.dark .show-grid [class*=col-lg-] .show-grid-block {
  background-color: #282d36;
  border-color: #282d36;
}
html.dark .google-map-borders {
  border-color: #2e353e;
}
html.dark .embed-responsive-borders {
  border-color: #2e353e;
}
html.dark .alert.alert-default {
  border-color: #2e353e;
  background-color: #282d36;
}
html.dark hr {
  background-image: -webkit-linear-gradient(left, transparent, #3F4247, transparent);
  background-image: linear-gradient(to right, transparent, #3F4247, transparent);
}
html.dark hr.light {
  background-image: -webkit-linear-gradient(left, transparent, #3F4247, transparent);
  background-image: linear-gradient(to right, transparent, #3F4247, transparent);
}
html.dark hr.solid {
  background: #3F4247;
}
html.dark .divider {
  background-image: -webkit-linear-gradient(left, transparent, #3F4247, transparent);
  background-image: linear-gradient(to right, transparent, #3F4247, transparent);
}
html.dark .divider .fa {
  background: #1d2127;
}
html.dark .divider .icons {
  background: #1d2127;
}
html.dark .divider.divider-solid {
  background: #3F4247;
}
html.dark .divider.divider-style-2 .fa {
  background: #21262d;
}
html.dark .divider.divider-style-2 .icons {
  background: #21262d;
}
html.dark .divider.divider-style-3 .fa {
  border-color: #3F4247;
}
html.dark .divider.divider-style-3 .icons {
  border-color: #3F4247;
}
html.dark .divider.divider-style-4 .fa {
  border-color: #3F4247;
}
html.dark .divider.divider-style-4 .fa:after {
  border-color: #21262d;
}
html.dark .divider.divider-style-4 .icons {
  border-color: #3F4247;
}
html.dark .divider.divider-style-4 .icons:after {
  border-color: #21262d;
}
html.dark .divider.divider-small {
  background: transparent;
}
html.dark .divider.divider-small hr {
  background: #3F4247;
}
html.dark .divider.divider-small.divider-light hr {
  background: #3F4247;
}
html.dark hr.dashed:after {
  border-color: #3F4247;
}
html.dark .divider.dashed:after {
  border-color: #3F4247;
}
html.dark .heading.heading-bottom-border h1 {
  border-bottom-color: #3f4247;
}
html.dark .heading.heading-bottom-border h2 {
  border-bottom-color: #3f4247;
}
html.dark .heading.heading-bottom-border h3 {
  border-bottom-color: #3f4247;
}
html.dark .heading.heading-bottom-border h4 {
  border-bottom-color: #3f4247;
}
html.dark .heading.heading-bottom-border h5 {
  border-bottom-color: #3f4247;
}
html.dark .heading.heading-bottom-border h6 {
  border-bottom-color: #3f4247;
}
html.dark .heading.heading-bottom-double-border h1 {
  border-bottom-color: #3f4247;
}
html.dark .heading.heading-bottom-double-border h2 {
  border-bottom-color: #3f4247;
}
html.dark .heading.heading-bottom-double-border h3 {
  border-bottom-color: #3f4247;
}
html.dark .heading.heading-bottom-double-border h4 {
  border-bottom-color: #3f4247;
}
html.dark .heading.heading-bottom-double-border h5 {
  border-bottom-color: #3f4247;
}
html.dark .heading.heading-bottom-double-border h6 {
  border-bottom-color: #3f4247;
}
html.dark .heading.heading-middle-border:before {
  border-top-color: #3f4247;
}
html.dark .heading.heading-middle-border h1 {
  background: #1d2127;
}
html.dark .heading.heading-middle-border h2 {
  background: #1d2127;
}
html.dark .heading.heading-middle-border h3 {
  background: #1d2127;
}
html.dark .heading.heading-middle-border h4 {
  background: #1d2127;
}
html.dark .heading.heading-middle-border h5 {
  background: #1d2127;
}
html.dark .heading.heading-middle-border h6 {
  background: #1d2127;
}
html.dark ul.history li .thumb {
  background-image: url(../img/history-thumb-dark.png);
}
html.dark .recent-posts .date .day {
  background-color: #2e353e;
}
html.dark .blog-posts article {
  border-color: #282d36;
}
html.dark article.post .post-date .day {
  background-color: #282d36;
}
html.dark article .post-video {
  background-color: #282d36;
  border-color: #282d36;
}
html.dark article .post-video iframe {
  background-color: #282d36;
  border-color: #282d36;
}
html.dark article .post-audio {
  background-color: #282d36;
  border-color: #282d36;
}
html.dark article .post-audio iframe {
  background-color: #282d36;
  border-color: #282d36;
}
html.dark ul.simple-post-list li {
  border-bottom-color: #21262d;
}
html.dark .post-block {
  border-top-color: #191c21;
}
html.dark ul.comments .comment-block {
  background-color: #282d36;
}
html.dark ul.comments .comment-arrow {
  border-right-color: #282d36;
}
html.dark .pricing-table li {
  border-top-color: #21262d;
}
html.dark .pricing-table h3 {
  background-color: #21262d;
  text-shadow: none;
}
html.dark .pricing-table h3 span {
  background: #282d36;
  border-color: #242830;
  box-shadow: 0 5px 20px #242830 inset, 0 3px 0 #282d36 inset;
  color: #777;
}
html.dark .pricing-table .most-popular {
  border-color: #282d36;
}
html.dark .pricing-table .most-popular h3 {
  background-color: #282d36;
  color: #FFF;
  text-shadow: none;
}
html.dark .pricing-table .plan-ribbon {
  background-color: #282d36;
}
html.dark .pricing-table .plan {
  background: #282d36;
  border: 1px solid #282d36;
  color: #777;
  text-shadow: none;
}
html.dark .product-thumb-info {
  background-color: #282d36;
  border-color: transparent;
}
html.dark .shop .quantity .qty {
  background-color: #282d36;
  border-color: transparent;
}
html.dark .shop .quantity .minus {
  background-color: #21262d;
  border-color: transparent;
}
html.dark .shop .quantity .plus {
  background-color: #21262d;
  border-color: transparent;
}
html.dark .shop table.cart td {
  border-color: #282d36;
}
html.dark .shop .cart-totals th {
  border-color: #282d36;
}
html.dark .shop .cart-totals td {
  border-color: #282d36;
}
html.dark .dialog {
  background-color: #1d2127;
}
html.dark .modal-content {
  background-color: #1d2127;
}
html.dark .modal-header {
  border-bottom-color: #282d36;
}
html.dark .modal-header h1 {
  color: #777;
}
html.dark .modal-header h2 {
  color: #777;
}
html.dark .modal-header h3 {
  color: #777;
}
html.dark .modal-header h4 {
  color: #777;
}
html.dark .modal-header h5 {
  color: #777;
}
html.dark .modal-header h6 {
  color: #777;
}
html.dark .modal-header .close {
  text-shadow: none;
  color: #FFF;
}
html.dark .modal-footer {
  border-top-color: #282d36;
}
html.dark .loading-overlay {
  background: #1d2127;
}
html.dark .loading-overlay .loader:after {
  -webkit-animation: animateLoaderAfterWhite 1s ease-in-out infinite;
  -moz-animation: animateLoaderAfterWhite 1s ease-in-out infinite;
  animation: animateLoaderAfterWhite 1s ease-in-out infinite;
}
html.dark #footer .newsletter form .btn-default {
  background-color: #21262d;
  border-color: #21262d;
  color: #777;
}

.text-dark {
  color: #1d2127 !important;
}

.text-light {
  color: #FFF !important;
}

.text-weight-light {
  font-weight: 300;
}

.text-weight-normal {
  font-weight: 400;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-bold {
  font-weight: 700;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.rounded {
  border-radius: 5px;
}

.b-thin {
  border-width: 3px;
}

.b-normal {
  border-width: 5px;
}

.b-thick {
  border-width: 7px;
}

.ib {
  display: inline-block;
  vertical-align: top;
}

.va-middle {
  vertical-align: middle;
}

.ws-nowrap {
  white-space: nowrap;
}

.ws-normal {
  white-space: normal;
}

.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 70px 0;
  padding: 50px 0;
  position: relative;
  clear: both;
}
.parallax blockquote {
  border: 0;
  padding: 0 10%;
}
.parallax blockquote i.fa-quote-left {
  font-size: 34px;
  position: relative;
  left: -5px;
}
.parallax blockquote p {
  font-size: 24px;
  line-height: 30px;
}
.parallax blockquote span {
  font-size: 16px;
  line-height: 20px;
  color: #999;
  position: relative;
  left: -5px;
}

.parallax.parallax-disabled {
  background-attachment: scroll !important;
  background-position: 50% 50% !important;
}

section.section {
  background: #f4f4f4;
  border-top: 5px solid #D7D7D7;
  margin: 30px 0;
  padding: 20px 0;
}

section.section.section-no-background {
  background: transparent;
  border-top-color: transparent;
}

section.section.section-center {
  text-align: center;
}

section.section.section-text-light h1 {
  color: #FFF;
}
section.section.section-text-light h2 {
  color: #FFF;
}
section.section.section-text-light h3 {
  color: #FFF;
}
section.section.section-text-light h4 {
  color: #FFF;
}
section.section.section-text-light h5 {
  color: #FFF;
}
section.section.section-text-light h6 {
  color: #FFF;
}
section.section.section-text-light p {
  color: #e6e6e6;
}

section.section.section-background {
  background-repeat: repeat;
  border: 0;
}

section.section.section-overlay {
  position: relative;
}
section.section.section-overlay:before {
  content: "";
  display: block;
  background: url("../img/video-overlay.png") repeat scroll 0 0 transparent;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

section.section.section-video {
  background: none !important;
  border: 0;
}

section.section.section-parallax {
  border: 0;
}

section.section.section-no-border {
  border: 0;
}

section.section.section-with-divider {
  margin: 56px 0 35px;
}
section.section.section-with-divider .divider {
  margin: -56px 0 44px;
}

section.section.section-footer {
  margin-bottom: -50px;
}

section.section.section-with-mockup {
  margin-top: 120px;
}

section.section.section-front {
  position: relative;
  z-index: 1;
}

aside ul.nav-list > li > a {
  color: #666;
  font-size: 0.9em;
}

.slider-container {
  background: #171717;
  height: 500px;
  overflow: hidden;
  width: 100%;
  direction: ltr;
}
.slider-container .tparrows {
  border-radius: 6px;
}
.slider-container .slider-single-slide .tparrows {
  display: none;
}
.slider-container .top-label {
  color: #FFF;
  font-size: 24px;
  font-weight: 300;
}
.slider-container .main-label {
  color: #FFF;
  font-size: 62px;
  line-height: 62px;
  font-weight: 800;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
.slider-container .featured-label {
  color: #FFF;
  font-size: 52px;
  line-height: 52px;
  font-weight: 800;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
.slider-container .bottom-label {
  color: #FFF;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
}
.slider-container .blackboard-text {
  color: #BAB9BE;
  font-size: 46px;
  line-height: 46px;
  font-family: "Shadows Into Light", cursive;
  text-transform: uppercase;
}
.slider-container .btn-slider-action {
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
  padding: 20px 25px;
}
.slider-container .top-label-dark {
  color: #333;
}
.slider-container .main-label-dark {
  color: #333;
}
.slider-container .bottom-label-dark {
  color: #333;
}
.slider-container .tp-caption-dark a {
  color: #333;
}
.slider-container .tp-caption-dark a:hover {
  color: #333;
}
.slider-container .tp-caption-overlay {
  background: #000;
  padding: 10px;
}
.slider-container .tp-caption-overlay-opacity {
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
}
.slider-container .tp-opacity-overlay {
  background: rgba(0, 0, 0, 0.85);
}

.slider-container.transparent {
  background-color: transparent;
}

.slider-container.light {
  background-color: #EAEAEA;
}
.slider-container.light .tp-bannershadow {
  opacity: 0.05;
  top: 0;
  bottom: auto;
  z-index: 1000;
}
.slider-container.light .featured-label {
  color: #333;
}
.slider-container.light .top-label {
  color: #333;
}
.slider-container.light .main-label {
  color: #333;
}
.slider-container.light .bottom-label {
  color: #333;
}
.slider-container.light .tp-caption a {
  color: #333;
}
.slider-container.light .tp-caption a:hover {
  color: #333;
}

html.ie .forcefullwidth_wrapper_tp_banner {
  overflow: hidden;
}

.slider-with-overlay {
  position: relative;
}
.slider-with-overlay .slider-container {
  z-index: auto;
}

.slider-contact-form {
  margin: -45px 0 25px;
}
.slider-contact-form .featured-box {
  text-align: left;
}
.slider-contact-form label.error {
  display: none !important;
}
.slider-contact-form .alert {
  padding: 6px;
  text-align: center;
}
.slider-contact-form textarea {
  resize: none;
}

html.boxed .slider-container {
  width: 100% !important;
  left: auto !important;
}
html.boxed body {
  background-color: transparent;
  background-position: 0 0;
  background-repeat: repeat;
}
html.boxed .body {
  background-color: #FFF;
  border-bottom: 5px solid #1d2127;
  border-radius: 5px;
  border-top: 5px solid #CCC;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  margin: 25px auto;
  max-width: 1200px;
  height: auto;
  overflow: hidden;
}

.nivo-slider {
  position: relative;
}
.nivo-slider .theme-default .nivoSlider {
  border-radius: 10px 10px 10px 10px;
  box-shadow: none;
  margin-top: 10px;
}
.nivo-slider .theme-default .nivoSlider img {
  border-radius: 10px 10px 0px 0px;
}
.nivo-slider .theme-default .nivo-controlNav {
  margin-top: -72px;
  position: absolute;
  z-index: 100;
  right: 5px;
  bottom: -17px;
}
.nivo-slider .theme-default .nivo-caption {
  padding-left: 20px;
}

section.section-custom-map {
  background: transparent url(../img/map.png) center 0 no-repeat;
  padding: 129px 0 0;
  margin: 20px 0 0;
  border: 0;
}
section.section-custom-map section.section {
  border-top-color: rgba(241, 241, 241, 0.8);
  background: rgba(244, 244, 244, 0.8);
}

section.section-custom-map-2 {
  background: transparent url(../img/map-2.png) center 0 no-repeat;
  padding: 129px 0 0;
  margin: 50px 0 0;
  border: 0;
}
section.section-custom-map-2 section.section {
  border-top-color: rgba(241, 241, 241, 0.8);
  background: rgba(244, 244, 244, 0.8);
}

.home-intro {
  background-color: #171717;
  margin-bottom: 60px;
  overflow: hidden;
  padding: 20px 0 10px 0;
  position: relative;
  text-align: left;
}
.home-intro p {
  color: #FFF;
  display: inline-block;
  font-size: 1.4em;
  font-weight: 300;
  max-width: 800px;
  padding-top: 5px;
}
.home-intro p span {
  color: #999;
  display: block;
  font-size: 0.8em;
  padding-top: 5px;
}
.home-intro p em {
  font-family: "Shadows Into Light", cursive;
  font-size: 1.6em;
}
.home-intro .get-started {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  text-align: right;
}
.home-intro .get-started .btn {
  position: relative;
  z-index: 1;
}
.home-intro .get-started .btn i {
  font-size: 1.1em;
  font-weight: normal;
  margin-left: 5px;
}
.home-intro .get-started a {
  color: #FFF;
}
.home-intro .get-started a:not(.btn) {
  color: #777;
}
.home-intro .learn-more {
  margin-left: 15px;
}

.home-intro.light {
  background-color: #E2E2E2;
}
.home-intro.light p {
  color: #777;
}

.home-intro.light.secondary {
  background-color: #E0E1E4;
}

.home-intro-compact {
  border-radius: 0 0 10px 10px;
  margin-top: -10px;
}
.home-intro-compact p {
  padding-left: 20px;
}
.home-intro-compact .get-started {
  padding-right: 20px;
}

.home-concept {
  background: transparent url(../img/home-concept.png) no-repeat center 0;
  width: 100%;
  overflow: hidden;
}
.home-concept strong {
  display: block;
  font-family: "Shadows Into Light", cursive;
  font-size: 2.1em;
  font-weight: normal;
  position: relative;
  margin-top: 30px;
  line-height: 30px;
}
.home-concept .row {
  position: relative;
}
.home-concept .process-image {
  background: transparent url(../img/home-concept-item.png) no-repeat 0 0;
  width: 160px;
  margin: 135px auto 0 auto;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.home-concept .process-image img {
  border-radius: 150px;
  margin: 7px 8px;
  width: auto;
  height: auto;
  max-width: 145px;
  max-height: 145px;
}
.home-concept .our-work {
  margin-top: 52px;
  font-size: 2.6em;
}
.home-concept .project-image {
  background: transparent url(../img/home-concept-item.png) no-repeat 100% 0;
  width: 350px;
  margin: 15px 0 0 -30px;
  padding-bottom: 45px;
  position: relative;
  z-index: 1;
}
.home-concept .sun {
  background: transparent url(../img/home-concept-icons.png) no-repeat 0 0;
  width: 60px;
  height: 56px;
  display: block;
  position: absolute;
  left: 10%;
  top: 35px;
}
.home-concept .cloud {
  background: transparent url(../img/home-concept-icons.png) no-repeat 100% 0;
  width: 116px;
  height: 56px;
  display: block;
  position: absolute;
  left: 57%;
  top: 35px;
}

.page-not-found {
  margin: 50px 0;
}
.page-not-found h2 {
  font-size: 140px;
  font-weight: 600;
  letter-spacing: -10px;
  line-height: 140px;
}
.page-not-found h4 {
  color: #777;
}
.page-not-found p {
  font-size: 1.4em;
  line-height: 36px;
}

html.dark.boxed .body {
  background-color: #1d2127;
}

.header-top li > a {
  display: block;
}

@media (max-width: 479px) {
  body {
    font-size: 13px;
  }
  .page-header {
    padding: 16px 0;
  }
  .page-header h1 {
    line-height: 37px;
  }
  .home-concept .project-image {
    background-position: 0 0;
    margin-left: auto;
    max-width: 160px;
  }
  .home-concept .fc-slideshow {
    max-width: 145px;
    height: 145px;
  }
  .home-concept .fc-slideshow img {
    max-height: 145px;
    max-width: 145px;
  }
  .page-not-found {
    margin: 0;
  }
  .page-not-found h2 {
    font-size: 100px;
    letter-spacing: 0;
    line-height: 100px;
  }
}
@media (min-width: 992px) {
  .slider-contact-form {
    margin: 0;
    position: absolute;
    top: 20px;
    z-index: 99;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .page-header .breadcrumb {
    float: none !important;
    position: static !important;
  }
  .parallax {
    background-attachment: scroll !important;
    background-position: 50% 50% !important;
  }
  .container-fluid > .row > .p-none section.section {
    margin-bottom: 0;
    margin-top: 0;
  }
  .container-fluid > .row > .p-none:first-child section.section {
    margin-bottom: 0;
    margin-top: 30px;
  }
  .container-fluid > .row > .p-none:last-child section.section {
    margin-bottom: 30px;
    margin-top: 0;
  }
  .home-concept {
    background: none;
  }
  .home-concept .project-image {
    margin: 20px auto 0 auto;
  }
  .home-concept .process-image {
    margin-top: 0;
    padding-bottom: 25px;
  }
  #footer .phone {
    font-size: 20px;
  }
  html.boxed .body {
    margin: 0 auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
@media (min-width: 991px) {
  html.side-header .main .container {
    padding: 0 35px;
    width: auto !important;
    max-width: 1210px;
  }
  html.side-header #footer .container {
    padding: 0 35px;
    width: auto !important;
    max-width: 1210px;
  }
  html.side-header body > .body {
    margin: 0 0 0 255px;
    width: auto;
    overflow-x: hidden;
    overflow-y: visible;
  }
  html.side-header body > .body .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
    width: 100% !important;
    left: auto !important;
  }
  html.side-header-right body > .body {
    margin: 0 255px 0 0;
  }
  html.side-header-semi-transparent body > .body {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .home-intro-compact {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #footer .phone {
    font-size: 20px;
  }
  html.boxed {
    background: none !important;
  }
}
.home-products {
  padding-top: 15px;
}
@media (min-width: 576px) {
  .home-products {
    padding: 25px 0;
  }
}
.home-products h2 {
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (min-width: 576px) {
  .home-products h2 {
    margin-bottom: 32px;
  }
}
.home-products .wc-block-grid.has-4-columns .wc-block-grid__products {
  display: flex;
}
@media (max-width: 480px) {
  .home-products .wc-block-grid.has-4-columns .wc-block-grid__product {
    max-width: 50%;
  }
}
.home-products .wc-block-grid__product-link {
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
}
.home-products .wc-block-grid__product-link img {
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}
.home-products .wc-block-grid__product-link:hover img {
  opacity: 0.7;
}
.home-products .wc-block-grid__product-link:hover a {
  color: #af3fa1;
}
.home-products .wc-block-grid__product-title {
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: left;
}
.home-products .wc-block-grid__product-price {
  text-align: left;
}
.home-products .home-link_to_shop {
  width: min-content;
  background-color: #9c3890;
  margin: 0 auto;
  border-radius: 22px;
}
.home-products .home-link_to_shop:hover {
  background-color: #af3fa1;
}
.home-products .home-link_to_shop a {
  display: block;
  color: white;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  padding: 10px 15px;
  font-weight: bold;
}

.home-background-black {
  background-color: #0e0e0e;
  padding-top: 25px;
  border-top: 5px solid black;
}

.home-background-black--light {
  background-color: #2d2d2d;
  padding-top: 25px;
  border-top: 5px solid #111;
}

.home-video,
.home-services {
  padding: 25px 0px;
}
.home-video > .wp-block-group__inner-container,
.home-services > .wp-block-group__inner-container {
  max-width: 1320px;
  margin: 0 auto;
}
.home-video > .wp-block-group__inner-container > h2,
.home-services > .wp-block-group__inner-container > h2 {
  color: white;
  padding-bottom: 10px;
}

@media screen and (min-width: 900px) {
  .home-video .wp-block-embed__wrapper {
    padding: 0 100px;
  }
}
.home-video .wp-block-embed__wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.home-services {
  padding-bottom: 45px;
}
.home-services h3, .home-services h4 {
  font-weight: bolder;
  color: white;
}
.home-services h3 {
  text-transform: none;
}
.home-services h4 {
  text-transform: uppercase;
}
.home-services p {
  color: white;
}
.home-services .wp-block-columns {
  margin-bottom: 0;
}
.home-services .wp-block-group {
  margin-bottom: 60px;
}
.home-services figure {
  margin: 0;
}
.home-services figure img {
  min-width: 50%;
}

.border-black {
  border-bottom: 2px solid #444;
}

.border-white {
  border-bottom: 2px solid #fff;
}

.single-post .page-header {
  margin-bottom: 25px;
}
.single-post .site-main > .container > .row > div {
  margin: 0 auto;
}
.single-post .site-main > .post-image {
  position: relative;
  z-index: -1;
}
.single-post .site-main > .post-image img {
  width: 100%;
}
.single-post .site-main > .post-image h1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  z-index: 10;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 24px;
}
@media screen and (min-width: 576px) {
  .single-post .site-main > .post-image h1 {
    font-size: 3rem;
    line-height: 44px;
  }
  .single-post .site-main > .post-image h1 span {
    display: block;
    width: 83.33333333%;
    margin: 0 auto;
  }
}
.single-post .site-main .post-content p, .single-post .site-main .post-content hr, .single-post .site-main .post-content h2, .single-post .site-main .post-content h3, .single-post .site-main .post-content h4, .single-post .site-main .post-content h5, .single-post .site-main .post-content h6 {
  max-width: 760px;
}
.single-post .site-main .post-content img {
  max-width: inherit;
  width: 100%;
}

.page-template-soundtrack .main .navbar .container-fluid,
.page-template-artiste .main .navbar .container-fluid {
  padding: 0;
}
.page-template-soundtrack .main .navbar .container-fluid .navbar-collapse,
.page-template-artiste .main .navbar .container-fluid .navbar-collapse {
  padding: 0;
}
.page-template-soundtrack .main .navbar .container-fluid .navbar-collapse .nav-item,
.page-template-artiste .main .navbar .container-fluid .navbar-collapse .nav-item {
  list-style-type: none;
  color: #9c3890;
  transition: all 200ms ease;
}
.page-template-soundtrack .main .navbar .container-fluid .navbar-collapse .nav-item.active,
.page-template-artiste .main .navbar .container-fluid .navbar-collapse .nav-item.active {
  background-color: #9c3890;
  color: white;
}
.page-template-soundtrack .main .navbar .container-fluid .navbar-collapse .nav-item:hover,
.page-template-artiste .main .navbar .container-fluid .navbar-collapse .nav-item:hover {
  color: white;
  background-color: #9c3890;
}
.page-template-soundtrack .main .isotope-item,
.page-template-artiste .main .isotope-item {
  margin-bottom: 2px;
}
.page-template-soundtrack .main .image-gallery,
.page-template-artiste .main .image-gallery {
  opacity: 0;
  transition: opacity 100ms ease-in;
}
.page-template-soundtrack .main .image-gallery ~ div,
.page-template-artiste .main .image-gallery ~ div {
  padding: 5px;
}
.page-template-soundtrack .main .image-gallery ~ div button.btn-loadmore,
.page-template-artiste .main .image-gallery ~ div button.btn-loadmore {
  width: 100%;
  border-color: #ccc;
  height: 45px;
}
.page-template-soundtrack .main .image-gallery ~ div button.btn-loadmore:hover,
.page-template-artiste .main .image-gallery ~ div button.btn-loadmore:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.page-template-soundtrack .main .image-gallery-item .thumb-info .thumb-info-title .thumb-info-artist,
.page-template-artiste .main .image-gallery-item .thumb-info .thumb-info-title .thumb-info-artist {
  font-size: 0.7rem;
  display: block;
}
@media (pointer: fine) {
  .page-template-soundtrack .main .image-gallery-item .thumb-info .thumb-info-title,
.page-template-artiste .main .image-gallery-item .thumb-info .thumb-info-title {
    transform: translateX(-600%);
    opacity: 0;
  }
  .page-template-soundtrack .main .image-gallery-item:hover .thumb-info .thumb-info-title,
.page-template-artiste .main .image-gallery-item:hover .thumb-info .thumb-info-title {
    transform: translateX(0%);
    opacity: 1;
  }
}

.single-soundtrack .tabs .nav .nav-item .nav-link.active {
  border-top-color: #9c3890;
  color: #9c3890;
  border-bottom: none;
}
.single-soundtrack .tabs .nav .nav-item .nav-link:hover {
  color: #9c3890;
}

.page-template-artiste .main .thumb-info {
  border-width: 1px;
  border-color: #ddd;
}
.page-template-artiste .main .thumb-info .pull-right a {
  text-decoration: none;
}

.single-artiste .img-thumbnail > img {
  width: 100%;
}
.single-artiste .list-group-item {
  border: none;
}
.single-artiste .row > .col-lg-offset-3 {
  margin: 0 auto;
}
@media screen and (max-width: 990px) {
  .single-artiste h4.heading-primary {
    text-align: left !important;
  }
  .single-artiste .row > .col-lg-8 {
    margin-top: 20px;
  }
}

.page-template-contact .post-content h4 {
  line-height: inherit;
  margin: 0;
}
.page-template-contact .wpcf7-submit {
  margin-top: 15px;
}
.page-template-contact .owl-stage-outer {
  max-height: 550px;
}

.shop-wrapper {
  max-width: 1600px;
}
.shop-wrapper ul.products li.product a img {
  margin: 0;
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}
.shop-wrapper ul.products li.product a:hover img {
  opacity: 0.7;
}
.shop-wrapper ul.products li.product.outofstock a.product_type_simple {
  display: none;
}

.single-product .shop-wrapper {
  max-width: 1170px;
}
.single-product .shop-wrapper #wcpay-payment-request-wrapper,
.single-product .shop-wrapper #wcpay-payment-request-button-separator {
  display: none !important;
}

.woocommerce-Tabs-panel--tracklist > div > section.row > * {
  width: inherit;
}

@media screen and (min-width: 575px) {
  .woocommerce-checkout.woocommerce-page form.woocommerce-checkout #customer_details {
    float: left;
    width: 48%;
  }
  .woocommerce-checkout.woocommerce-page form.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout.woocommerce-page form.woocommerce-checkout #customer_details .col-2 {
    float: none;
    width: auto;
  }
  .woocommerce-checkout.woocommerce-page form.woocommerce-checkout #order_review_heading, .woocommerce-checkout.woocommerce-page form.woocommerce-checkout .woocommerce-checkout-review-order {
    float: right;
    width: 48%;
  }
}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  display: none;
}
.woocommerce-checkout .woocommerce-shipping-fields {
  margin-top: 20px;
}
.woocommerce-checkout .wc-icon {
  width: 25px;
}

#footer {
  background: #0e0e0e;
  border-top: 4px solid #0e0e0e;
  font-size: 0.9em;
  margin-top: 50px;
  padding: 70px 0 0;
  position: relative;
  clear: both;
}
#footer .container .row > div {
  margin-bottom: 25px;
}
#footer .container input:focus {
  box-shadow: none;
}
#footer a {
  text-decoration: none;
  color: #FFF;
}
#footer a:hover {
  color: #CCC;
}
#footer h1 {
  color: #FFF;
}
#footer h2 {
  color: #FFF;
}
#footer h3 {
  color: #FFF;
}
#footer h4 {
  color: #FFF;
  font-size: 1.8em;
  font-weight: 200;
}
#footer h5 {
  color: #CCC;
}
#footer ul.nav-list > li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 20px;
  padding-bottom: 11px;
}
#footer ul.nav-list > li a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
#footer ul.nav-list > li:last-child a {
  border-bottom: 0;
}
#footer ul.list.icons li {
  margin-bottom: 5px;
}
#footer form {
  opacity: 0.85;
}
#footer form label.error {
  line-height: 16px;
  margin: 5px 0 -5px;
  display: block;
  clear: both;
}
#footer form .alert {
  padding: 6px;
  text-align: center;
}
#footer .footer-ribbon {
  background: #999;
  position: absolute;
  margin: -90px 0 0 14px;
  padding: 10px 20px 6px 20px;
  white-space: nowrap;
  width: auto;
}
#footer .footer-ribbon:before {
  border-right: 10px solid #646464;
  border-top: 16px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: -10px;
  position: absolute;
  top: 0;
  width: 7px;
}
#footer .footer-ribbon span {
  color: #FFF;
  font-size: 1.3em;
}
#footer .newsletter p.button {
  text-transform: uppercase;
  background-color: #9c3890;
  border-radius: 22px;
  width: min-content;
}
#footer .newsletter p.button:hover {
  background-color: #af3fa1;
}
#footer .newsletter p.button a {
  display: block;
  color: white;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  padding: 10px 15px;
  font-weight: bold;
}
#footer .alert a {
  color: #222;
}
#footer .alert a:hover {
  color: #666;
}
#footer .twitter .fa {
  clear: both;
  font-size: 1.5em;
  position: relative;
  top: 3px;
}
#footer .twitter .icons {
  clear: both;
  font-size: 1.5em;
  position: relative;
  top: 3px;
}
#footer .twitter .meta {
  color: #999;
  display: block;
  font-size: 0.9em;
  padding-top: 3px;
}
#footer .twitter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .twitter ul li {
  padding-bottom: 20px;
}
#footer .twitter ul li:last-child {
  padding-bottom: 0;
}
#footer .twitter-account {
  color: #FFF;
  display: block;
  font-size: 0.9em;
  margin: -15px 0 5px;
  opacity: 0.55;
}
#footer .twitter-account:hover {
  opacity: 1;
}
#footer .contact {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .contact i {
  display: block;
  float: left;
  font-size: 1.2em;
  margin: 7px 8px 10px 0;
  position: relative;
  text-align: center;
  top: -2px;
  width: 16px;
}
#footer .contact i.fa-envelope {
  font-size: 1em;
  top: 0;
}
#footer .contact p {
  margin-bottom: 10px;
}
#footer .logo {
  display: block;
}
#footer .logo.mb-xl {
  margin-bottom: 12px;
}
#footer .footer-copyright {
  background: #060606;
  border-top: 4px solid #060606;
  margin-top: 40px;
  padding: 30px 0 10px;
}
#footer .footer-copyright nav {
  float: right;
}
#footer .footer-copyright nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .footer-copyright nav ul li {
  border-left: 1px solid #505050;
  display: inline-block;
  line-height: 12px;
  margin: 0;
  padding: 0 8px;
}
#footer .footer-copyright nav ul li:first-child {
  border: medium none;
  padding-left: 0;
}
#footer .footer-copyright p {
  color: #555;
  margin: 0;
  padding: 0;
}
#footer .phone {
  color: #FFF;
  font-size: 26px;
  font-weight: bold;
  display: block;
  padding-bottom: 15px;
  margin-top: -5px;
}
#footer .narrow-phone {
  text-align: right;
  margin: -2px 0 0 0;
}
#footer .narrow-phone .phone {
  font-size: 16px;
  padding-bottom: 0;
  margin-top: -13px;
}
#footer .recent-work {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .recent-work li {
  float: left;
  width: 30%;
  margin: 10px 3% 0 0;
}
#footer .recent-work img {
  border: 0;
  width: 100%;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
#footer .recent-work .img-thumbnail-hover-icon {
  border: 0;
}
#footer .recent-work .img-thumbnail-hover-icon:after {
  font-size: 22px;
  margin-left: -2px;
}
#footer .view-more-recent-work {
  padding: 12px;
}

#footer.short {
  padding-top: 50px;
}
#footer.short .footer-copyright {
  background: transparent;
  border: 0;
  padding-top: 0;
  margin-top: 0;
}

#footer.light {
  padding-top: 60px;
  background: #FFF;
  border-top: 1px solid #DDD;
}
#footer.light .footer-ribbon {
  margin-top: -76px;
  margin-left: 14px;
}
#footer.light .footer-copyright {
  margin-top: 15px;
  background: #FFF;
  border-top: 1px solid #DDD;
}
#footer.light .footer-copyright p {
  color: #777;
}
#footer.light .phone {
  color: #777;
}
#footer.light .twitter-account {
  color: #777;
}
#footer.light ul.nav-pills > li.active > a {
  color: #FFF;
}

#footer.narrow {
  padding-top: 30px;
}
#footer.narrow .footer-copyright {
  margin-top: 0;
}
#footer.narrow .nav > li > a {
  padding: 5px 12px;
}

#footer.color {
  color: #FFF;
}
#footer.color p {
  color: #FFF;
}
#footer.color .footer-copyright nav ul li {
  border-left-color: #FFF;
}

.mail-popup {
  position: fixed;
  z-index: 999;
  bottom: 0;
  padding: 30px 40px;
  border: 2px solid #9c3890;
  border-radius: 10px;
  background-color: white;
}
.mail-popup #mc_embed_signup {
  width: 100%;
}
@media screen and (min-width: 756px) {
  .mail-popup {
    bottom: 20px;
    right: 70px;
  }
  .mail-popup #mc_embed_signup {
    width: 510px;
  }
}
.mail-popup .mc_title {
  width: 80%;
  margin-bottom: 10px;
}
@media screen and (min-width: 756px) {
  .mail-popup .mc_title {
    width: 100%;
  }
}
.mail-popup .mc_close {
  position: absolute;
  top: 10px;
  right: 25px;
  cursor: pointer;
}
.mail-popup .mc_close > svg {
  width: 200%;
}
.mail-popup .mc_img {
  margin-bottom: 15px;
}
.mail-popup .mc_desc {
  font-size: 0.8rem;
  color: black;
  line-height: 1.2rem;
}
.mail-popup .mc-field-group {
  margin-bottom: 10px;
  width: 100%;
}
.mail-popup .mc-field-group--email {
  width: 100%;
}
.mail-popup .mc-field-group > input {
  width: 100%;
  line-height: 30px;
}
.mail-popup .mc-field-group > input:focus, .mail-popup .mc-field-group > input:focus-visible, .mail-popup .mc-field-group > input:focus-within {
  border-color: #af3fa1;
}
.mail-popup .mc_fields_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.mail-popup .mc_fields_container .mc-field-group:first-child {
  margin-right: 5px;
}
.mail-popup .mc_fields_container .mc-field-group:last-child {
  margin-left: 5px;
}
.mail-popup #mc-embedded-subscribe {
  width: 100%;
  color: white;
  background-color: #9c3890;
  height: 40px;
}
.mail-popup #mc-embedded-subscribe:hover {
  background-color: #af3fa1;
}

.admin-bar.logged-in #header > .header-body {
  margin-top: 30px;
}

/*# sourceMappingURL=theme.css.map */
