@charset "UTF-8";
/*
Theme Name: DJ Vince 1
Theme URI: 
Author: the Development team
Author URI: https://wordpress.org/
Description: A theme for WordPress 5.
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp5default
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WP5 Default is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# General Styles
--------------------------------------------------------------*/
html { font-size: 16px; /* 1em */ }
body { font-size: 16px; font-family: 'Open Sans', sans-serif; margin: 0 auto; padding: 0;}
a, a:visited { color: inherit;
  -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      text-decoration: none; }
a:hover { color: inherit; text-decoration: none; }
img{ max-width: 100%; height: auto; }
img.aligncenter{ display: block; margin: 0 auto; }
h1, h2, h3, h4, h5 { font-family: 'Syncopate', sans-serif; font-weight: 700; padding:0; margin: 0; line-height: 1.2;}
h1 {font-size: 60px;}
h2 {font-size: 50px; }
h3 {font-size: 40px;}
h4, h1 small, h2 small { color: #06FFF9; font-size: 16px; }
h1 small, h2 small{ display: block; line-height: 120%; margin-bottom: 20px; }

/*button*/
.button, .ow-button-base a { background: url(assets/images/buttonbg.jpg) no-repeat center top !important; border-radius: 0 !important; border: 0 !important; box-shadow: none !important; color: #fff !important; font-size: 13px !important; font-family: 'Syncopate', sans-serif; font-weight: 700 !important; letter-spacing:  -.1px; line-height: 120%; padding: 22px 0 !important; display: inline-block !important; max-width: 200px; position: relative; z-index: 10; overflow: hidden; width: 100%; text-align: center;}
.button:before, .ow-button-base a:before {width: 100%; height: 0; background: #06FFF9 !important; left: 0; right: 0; margin: 0 auto; top: 50%; transform: translateY(-50%); position: absolute; content: ""; transition: all ease 0.5s; z-index: -1;}
.button:hover:before, .ow-button-base a:hover:before {height: 100%;}
.button:hover, .ow-button-base a:hover, .ow-button-base a:hover span {color: #000!important;}
/*--------------------------------------------------------------
# Helper Styles
--------------------------------------------------------------*
/* For removing bootstrap grid gutter */
.no-gutter > [class*='col-'] { padding-right:0; padding-left:0; }
.skip-link.screen-reader-text, .screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; padding: 0; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site { margin: 0 auto; /*max-width: 1920px;*/ }

.full { width: 100%; }
.main { margin: 0 auto; }
.container { box-sizing: border-box; max-width: 1600px; margin: 0 auto; }
.medium{ max-width: 1460px; margin: 0 auto; }
.flex-row-center, .flex-row-start{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; }
.flex-row-center{ align-items: center;  }
.flex-row-start{ align-items: flex-start; }
.flex-col-center{ align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; justify-content: center; }
.blk{ display: block; }
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header { padding: 30px 0 0; position: absolute; left: 0; right: 0; z-index: 9999;}
.site-header .container{ max-width: 1820px; }
.site-header .site-logo{ margin-right: 50px; }
.site-header .site-logo img{ max-width: 215px; }
.site-header .phone:first-child{ margin-right: 20px; }
.site-header .phone a{ color: #fff; font-size: 15px; font-family: 'Syncopate', sans-serif; letter-spacing: -.1px; line-height: 120%; }
.phone i, .email i{ color: #06FFF9; margin-right: 10px; }
.hdSocial { text-align: right; margin-bottom: 10px; }
/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
.main-menu-more{ display: none; }
.menu-toggle{ cursor: pointer; visibility: hidden; height: 0;}

/* Main Navigation */
.main-navigation *{ transition: all .3s linear; }
.main-navigation ul {margin: 0; padding: 0; }
.main-navigation li { display: inline-block; vertical-align: middle; }
.main-navigation li:not(:last-child){ margin-right: 30px; }
.main-navigation a {font-size: 12px; color: #fff; display: block; font-family: 'Syncopate', sans-serif; letter-spacing: -.1px; line-height: 120%; padding: 10px; position: relative; text-transform: uppercase; z-index: 10;}
.main-navigation a:before{ content: ""; background: url(assets/images/active.jpg) no-repeat center bottom; height: 2px; width: 47px; margin: 0 auto; position: absolute; left: 0; right: 0; bottom: 0; visibility: hidden;}
.main-navigation a:hover:before, .main-navigation .current-menu-item > a:before, .main-navigation .current-menu-ancestor > a:before{ visibility: visible; }

/*Sub Menu*/
.submenu-expand, .mobile-parent-nav-menu-item{ display: none !important; }
.main-navigation ul li:hover ul { visibility: visible; opacity: 1; margin-top: 0; }
.main-navigation ul ul { padding: 10px 5px; display: block; position: absolute; background: rgba(0, 0, 0, 0.5); -webkit-transition: all .4s linear; -o-transition: all .4s linear; transition: all .4s linear; visibility: hidden; opacity: 0; width: 200px; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 999; }
.main-navigation ul ul li { display: block; margin-right: 0; }
.main-navigation ul ul li a { padding: 10px; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; text-transform: capitalize; }
.main-navigation ul ul li:hover a, .main-navigation ul ul li.current-menu-item > a { background: #F9BD02; color: #fff;}
.main-navigation ul ul li:hover a:after, .main-navigation ul ul li.current-menu-item > a:after{ display: none; }

/* Social menu */
ul.social-links-menu{ display: block; list-style-type: none; margin: 0; padding-left: 0; }
ul.social-links-menu li { display: inline-block; vertical-align: middle; list-style: none; margin-right: 20px;}
ul.social-links-menu li:last-child{ margin-right: 0; }
ul.social-links-menu li a { align-items: center; display: flex; justify-content: center; transition: opacity 110ms ease-in-out; }
ul.social-links-menu li a svg { display: block; fill: #fff; margin: 0 auto; width: 30px; height: 30px; transform: translateZ(0); }
ul.social-links-menu li a:hover svg{ fill: #06FFF9; }

/* Banner */
.site-banner{ position: relative; overflow: hidden; }
.site-banner .caption-wrapper{ position: absolute; bottom: 3%; margin: 0 auto; left: 0; right: 0; text-align: left; z-index: 222;}
.site-banner h2{ color: #fff; font-size: 75px; font-weight: 700; letter-spacing: -.1px; line-height: 120%; }
.site-banner h2 small{ font-size: 20px; }
.site-banner h2 .blk{-webkit-text-stroke: 1px #fff; -webkit-text-fill-color: #000; }
.site-banner .button{ max-width: 270px; margin-top: 50px; }
img.bnr-logo {display: block;margin: 10px auto;max-width: 400px;width: 50%;}
.bnImage img{width:100%;}
.bnImageMobile { display: none; }

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
#content{ background-color: #0E0E0E; margin-top: -5px;}
.content-area h1{ color: #fff; }
.content-area p{ color: #fff; font-size: 18px; letter-spacing: .2px; line-height: 200%; margin: 20px 0; }

/* Content Top */
.content-top{ padding: 60px 0; }

/* Welcome Section */
.welcome-section{ background: url(assets/images/welcomebg.png) no-repeat right bottom; background-repeat: no-repeat !important; padding: 50px 0 140px; position: relative;}
.welcome-section p{ /*max-width: 850px;*/ margin: 25px 0; }
.welcome-section .so-widget-sow-image{ position: relative; }
.welcome-section .so-widget-sow-image h2{ background-color: #EB11FD; box-sizing: border-box; color: #fff; font-size: 20px; font-family: 'Syncopate', sans-serif; letter-spacing: -.1px; line-height: 180%; max-width: 280px; padding: 50px 40px; position: absolute; right: 0; top: 28%;}

/* Content Bottom */
.content-bottom h2{ color: #fff; }
.blackbg > .panel-grid-cell{ background-color: #0E0E0E; box-sizing: border-box; max-width: 1820px; margin: 0 auto; width: 100%; padding-top: 70px; padding-bottom: 70px; }
.blackbg > .panel-grid-cell > .widget{ max-width: 1600px; margin: 0 auto; }
.blackbg-top{ margin-bottom: 80px; }
.blackbg-top h2{ max-width: 500px; }
.blackbg-bot h2{ background: url(assets/images/svcline.jpg) no-repeat left bottom; font-size: 20px; margin-top: 20px !important; padding-bottom: 20px;}
.listen{ padding: 120px 0; text-align: center; }
.btnwrap{ margin-top: 50px; }
.btnwrap .ow-button-base #mixcloud{ background: url(assets/images/mixcloud.png) no-repeat center !important; }
.btnwrap .ow-button-base #soundcloud{ background: url(assets/images/soundcloud.png) no-repeat center !important;  }
.btnwrap .ow-button-base a{ border: 1px solid rgba(255,255,255,.2) !important; max-width: 250px; padding: 39px 0 !important; position: static;}
.btnwrap .ow-button-base:before, .btnwrap .ow-button-base:after, .btnwrap .ow-button-base span{ display: none; }

/* About Section */
.about-section{ background: url(assets/images/aboutbg.png) no-repeat right bottom; background-repeat: no-repeat !important; }
.about-section h2{ color: #fff; }
.about-section p{ margin: 50px 0; }
.about-right{ max-width: 630px; margin: 0 auto; }

/* Instagram Section */
.instagram-section{ padding: 100px 0; }
.instagram-section h4{ color: #fff; text-align: center;}
.instagram-section h4 i{ color: #06FFF9; display: block; margin-bottom: 20px; }
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.fTop{ background-color: #0E0E0E; border-top: 1px solid #f6f6f6; padding: 80px 0; } 
.fTop h4{ margin-bottom: 30px; }
.fTop p, .fTop a{ color: #fff; font-size: 16px; letter-spacing: .2px; }
.ftlogo p{ font-size: 18px; line-height: 200%; max-width: 400px; margin: 45px 0 0; }
.ftlogo p a{ color: #06FFF9; }
.ftNav ul{ column-count: 2; -moz-column-count: 2; -webkit-column-count: 2; column-gap: 10px; display: block; list-style-type: none; margin: 0; padding: 0; }
.ftNav ul li, .ctInfo div{ line-height: 280%; }
.ctInfo p{ margin: 0; }
.social p{ margin: 0 auto 30px; }
.ftNav, .ctInfo, .social{ margin-top: 70px; }
.copyright{ background: url(assets/images/copybg.jpg) no-repeat center top; background-size: cover; padding: 10px; }
.copyright p{ color: #fff; font-size: 14px; font-family: 'Syncopate', sans-serif; letter-spacing: -.1px; line-height: 120%; margin: 0; text-align: center; text-transform: uppercase;}
/*--------------------------------------------------------------
## Inner Pages
--------------------------------------------------------------*/
.inner .site-header{ background-color: #0E0E0E; padding: 30px 0; position: static;}
.with-border { border: 1px solid #fff; margin: 20px auto; padding: 30px 30px 25px 30px; }
.col-two{ column-count: 2; -webkit-column-count: 2; -moz-column-count: 2; }
.col-two li{ font-size: 16px; line-height: 25px; }
.inner #content{ background: url(assets/images/main-bg.jpg) no-repeat top; background-size: cover; max-width: 1440px !important; margin: 0 auto; padding: 70px 0; max-width: 100%; }
.inner .content-area h1{ color: #0E0E0E; font-weight: 700; margin-bottom: 30px; text-align: center; text-transform: uppercase;}
.inner .content-area h2, .inner .content-area h3, .inner .content-area h4{ text-transform: uppercase; }
.inner .content-area p{ color: #333; }
.inner .mec-event-calendar-classic .mec-calendar-side .mec-calendar-table{ min-height: auto; }
.mec-calendar .mec-event-article .mec-event-time{font-size:1em;}


/* Contact Us  */
.wpcf7 form{ align-items: center; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; }
.wpcf7 br, .wpcf7 label{ display: none; }
.wpcf7 .your-acceptance label{ display: block; color: #0E0E0E; }
.wpcf7 p{ margin: 5px 0 !important; }
.wpcf7 p.col-two{ display: flex; width: 49.5%; }
.wpcf7 p.full{ max-width: 100%; width: 100%; }
.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 select, .wpcf7 input[type="date"], .wpcf7 input[type="number"]{ background: #fff; border: 1px solid #ddd; border-radius: 3px; box-sizing: border-box; color: #000; font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 180%; height: 45px; padding: 5px 10px; width: 100%;}
.wpcf7 textarea{ height: 120px;}
.wpcf7 p span.wpcf7-form-control-wrap{ flex: 0 0 100%; }
.wpcf7 .full.submit-button{ text-align: center; }
.wpcf7 .button{ margin: 20px auto 0; }
/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 1820px){
  .site-header .container{ width: 96%; }
  .main-navigation li:not(:last-child) { margin-right: 15px; }
}
@media screen and (max-width: 1600px){
  .container{ width: 95%; }
  .site-header .site-logo{ margin-right: 20px; }
  .main-navigation li:not(:last-child) { margin-right: 0; }
  .site-header .phone a{ font-size: 13px; }
  .site-banner .caption-wrapper{ bottom: 5%; }
  .site-banner h2{ font-size: 65px; }
  .site-banner h2 small{ font-size: 18px; }
  .blackbg{ margin-left: auto !important; margin-right: auto !important; }
  .blackbg > .panel-grid-cell > .widget{ width: 96% }

}
@media screen and (max-width: 1440px){
  .main-navigation a, .site-header .phone a{ font-size: 10px; }
  .main-navigation a{ padding: 10px 5px; }
  .site-banner h2{ font-size: 55px; }
  .site-banner h2 small{ font-size: 16px; }
  .site-banner .button{ margin-top: 20px; }
  .content-top{ padding: 30px 0; }
  .welcome-section{ padding: 30px 0 80px }
  .welcome-section .so-widget-sow-image h2{ font-size: 16px; max-width: 180px; padding: 30px 10px; }
  .blackbg > .panel-grid-cell{ padding-top: 30px; padding-bottom: 30px; }
  .blackbg-top h2{ max-width: 400px; }
  .blackbg-bot h2{ font-size: 18px; }
  .listen{ padding: 60px 0; }
  .btnwrap{ margin-top: 20px; }
  .about-section p{ margin: 30px 0; }
  .about-right { padding: 40px 0; width: 90%; }
  .instagram-section{ padding: 30px 0; }
  .fTop{ padding: 40px 0; }
  .fTop p, .fTop a{ font-size: 14px; letter-spacing: normal; }
  .ftlogo p{ font-size: 16px; max-width: 300px; }
  h1{ font-size: 50px; }
  h2{ font-size: 40px; }
  h3 {font-size: 30px;}
}
@media screen and (max-width: 1200px){
  .site-header .container.flex-row-center{ flex-direction: column-reverse; }
  .site-header .site-logo{ margin-top: -20px; }
  .hdLeft{ width: 100%; }
  .hdRight{ align-items: flex-end; justify-content: flex-end; width: 100%; }
  .site-banner h2{ font-size: 45px; }
  .site-banner h2 small{ font-size: 15px; }
  .welcome-section p{ margin: 20px 0; }
  .blackbg-bot h2{ font-size: 16px; }
  .content-area p{ font-size: 16px; letter-spacing: normal; line-height: 160%; }
  .fTop p, .fTop a{ font-size: 13px; }
  .ftlogo img{ max-width: 250px; }
  .ftlogo p{ font-size: 15px; max-width: 250px; }
  .ftNav ul{ column-gap: 0; }
  .ftNav ul li, .ctInfo div{ line-height: 200%; }
  ul.social-links-menu li{ margin-right: 10px; }
  h4, h1 small, h2 small{ font-size: 15px; }
}
@media screen and (max-width: 1024px){
  .inner .site-header{ padding: 10px 0; }
  .inner .site-header .menu-main-menu-container{ top: 119px; }
  .site-header{ padding-top: 10px; }
  .site-header .menu-toggle{ box-sizing: border-box; height: auto; cursor: pointer; visibility: visible; max-width: max-content; margin: 0 0 0 auto; display: block;}
  .site-header .hamburger-box{ background-color: #06FFF9; border: 0; border-radius: 3px; padding: 5px 10px; }
  .site-header .hamburger-box i{ color: #000; font-size: 20px;}
  .site-header .menu-text{ display: none;}
  .site-header .menu-main-menu-container{ background-color: #0e0e0e; visibility: hidden; opacity: 0; margin: 0 auto; position: absolute; left: 0; right: 0; top: 90px; width: 100%; z-index: 999; }
  .site-header .menu-main-menu-container.show{ visibility: visible; opacity: 1; }
  .main-navigation{ margin: 0; }
  .main-navigation ul{ box-sizing: border-box; display: block; padding: 0px; text-align: left; }
  .main-navigation li{ display: block; }
  .main-navigation li:not(:last-child){ margin-right: 0; }
  .main-navigation a{ font-size: 14px; padding: 10px 20px; }
  .main-navigation a:before{ display: none; }
  .main-navigation a:hover, .main-navigation .current-menu-item > a{ background: url(assets/images/buttonbg.jpg) no-repeat center top; background-size: cover; color: #000; }
  .site-header .phone a{ font-size: 12px; }
  .site-banner .caption-wrapper{ bottom: 0px; }
  .site-banner h2{ font-size: 40px; }
  .site-banner h2 small{ font-size: 14px; }
  .welcome-section .so-widget-sow-image h2{ font-size: 14px; letter-spacing: normal; line-height: 140%; max-width: 160px; }
  .blackbg-top{ margin-bottom: 30px; }
  .blackbg-top h2{ max-width: 300px; }
  .blackbg-bot h2{ font-size: 13px; }
  .fTop  .container > div{ width: 49%; }
  .ftlogo p{ max-width: 300px; }
  h1{ font-size: 40px; }
  h2{ font-size: 30px; }
  h3 {font-size: 20px;}
  img.bnr-logo{max-width:100px;}
}
@media screen and (max-width: 800px){
  .site-banner .caption-wrapper{ background-color: #0e0e0e; margin-top: -10px; padding: 30px 0; position: static; text-align: center; }

  .bnImage { display: none; }
  .bnImageMobile { display: block; }
  .bnImageMobile img { display: block; width: 100%; max-width: 100%; }

  .welcome-section p{ max-width: 100%; }
  .welcome-section .so-widget-sow-image img{ display: block; margin: 0 auto; width: 100%;}
  .welcome-section .so-widget-sow-image h2{ max-width: 100%; padding: 10px; position: static; text-align: center; }
  .blackbg-top h2{ max-width: 100%; }
  .blackbg-bot{ flex-wrap: wrap !important; padding-bottom: 20px; }
  .blackbg-bot .panel-grid-cell{ width: calc(50% - (.5 * 10px)) !important; }
  .about-right{ max-width: 100%; width: 94%; }
  .ftNav, .ctInfo, .social{ margin-top: 30px; }
  .ftlogo p{ margin-top: 20px; }
  .fTop h4{ margin-bottom: 10px; }
  .copyright p{ font-size: 12px; }

  .inner #content{ padding: 40px 0; }
  .wpcf7 p.col-two{ width: 100%; }
  img.bnr-logo{max-width:unset;}
}

@media screen and (max-width: 600px){
  .site-header .site-logo{margin: 0 auto;width: 45%;padding-left: 5%;}
  .site-header{ background-color: #0e0e0e; padding-bottom: 10px; position: static; }
  .site-header .menu-main-menu-container, .inner .site-header .menu-main-menu-container{ top: 170px; }
  .site-header .container, .container{ width: 94%; }
  .site-header .hdLeft{ margin-top: 20px; }
  .hdSocial { text-align: center; }
  .blackbg-bot{ padding-bottom: 0; }
  .blackbg-bot .panel-grid-cell{ margin-bottom: 20px !important; width: 100% !important; }
  .fTop  .container > div{ width: 100%; text-align: center; }
  .ftlogo p{ max-width: 100%; }
}

@media screen and (max-width: 480px){
  .site-banner h2{ font-size: 30px; }
  .listen{ padding: 30px 0 0; }
  .btnwrap { flex-direction: column !important; }
  .btnwrap  .panel-grid-cell{ margin-bottom: 20px !important; width: 100% !important; }
  h1{ font-size: 30px; }
  h2{ font-size: 22px; }
  h3 {font-size: 18px;}
}

