/*
Theme Name: psyjazz
Theme URI: https://www.psyjazz.com
Author: unica puellae
Author URI: none
Description: psyjazz responsive theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: psyjazz.com
Tags: easy, new, 2025, Psyjazz
This theme, like WordPress, is licensed under the GPL.
*/

/* -------------------------------------------------------
------------------------------------------- GLOBAL PRESETS 
----------------------------------------------------------*/

@font-face {
    font-family: 'source_code_proregular';
    src: url('assets/css/fonts/sourcecodepro-regular-webfont/sourcecodepro-regular-webfont.eot');
    src: url('assets/css/fonts/sourcecodepro-regular-webfont/sourcecodepro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/css/fonts/sourcecodepro-regular-webfont/sourcecodepro-regular-webfont.woff2') format('woff2'),
         url('assets/css/fonts/sourcecodepro-regular-webfont/sourcecodepro-regular-webfont.woff') format('woff'),
         url('assets/css/fonts/sourcecodepro-regular-webfont/sourcecodepro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
  font-family: 'source_code_proregular';
  /*  font-family: sans-serif;*/
  margin: 0;
  padding: 0;
  height: 100%;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}

a,
a:link,
a:visited{
  outline:none;
}
/* ----------------------- GLOBAL PRESETS */
/* ----------------------- MATERIAL UI-ICONS */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(assets/css/fonts/material_icons/MaterialIcons-Regular.eot);
  src: local('assets/css/fonts/material_icons/Material Icons'),
       local('assets/css/fonts/material_icons/MaterialIcons-Regular'),
       url(assets/css/fonts/material_icons/MaterialIcons-Regular.woff2) format('woff2'),
       url(assets/css/fonts/material_icons/MaterialIcons-Regular.woff) format('woff'),
       url(assets/css/fonts/material_icons/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  color: #fff;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  padding-top: 19px;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
/* ----------------------- MATERIAL UI-ICONS */
/*-------------------------- BACKGROUND VIDEO*/

#bgvid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/*-------------------------- BACKGROUND VIDEO*/
/* -------------------------------------------------------
--------------------------------------------------- LAYOUT 
----------------------------------------------------------*/
#page {
  position: relative;
}

.container {
  margin: 0px auto;
  padding: 0px;
  max-width: 1000px;
  width: 100%;
}
/* ----------------------- MAIN NAVIGATION */

#nav-shape {
  width: 100%;
  z-index: 9999;
  background: #6d1366;
  position: fixed;
  top: 0px;
}

#nav-shape > .container:after {
  content: "";
  display: table;
  clear: both;
}

#nav-main {
  width: 100%;
  display: block;
  position: relative;
}

#nav-main ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  color: #fff;
  background: #6d1366;
  opacity: 0.9;
  display: block;
}


#nav-main li {
  float: none;
  position: relative;
}

#nav-main .sub-menu {
  display: block;
  position: relative;
}

#nav-main a {
  display: inline-block;
  padding: 10px 14px 13px;
  border-bottom: 0px;
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
}

#nav-main a:hover {
  background: #bc1caf;
}

#nav-main .sub-menu li {
  margin-left: 24px;
}

#nav-main ul ul li {
  border-bottom: 1px solid #fff;
  float: none;
}

#nav-main ul ul li:first-child {
  border-top: 1px solid #fff;
}

#nav-main ul.menu-primary>li:last-child {
  padding-bottom: 20px;
}

/* ----------------------- NAVI-MOBILE */

#navi-desktop {

  float: none;
  display: none;
  position: absolute;
  top: 71px;
  width: 80%;
/*  border-top: solid 1px #fff;*/
}

#navi-mobile {
  float: left;
  width: 100%;
}

#icon,
#home-link {
  float: left;
}

#icon {
  display:block;
  float: right;
  padding: 0px 22px 12px;
}

#icon *{
  font-size: 2.1em;
}

#icon:hover {
  background: #bc1caf;
}


#home-link a {
  padding: 16px 28px 9px 24px;
}

#home-link img {
  height: 38px;
}
/*-------------------------- CONTENT*/

#content {
  font-size: 20px;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  background-image: url(assets/css/background_pixel.png);
  background-repeat: repeat;
  position: relative;
  z-index: 2;
  color: white;
  padding: 80px 5%;
}

.entry-title {
  text-align: right;
  padding: 30px 0 30px;
}

.entry-content strong {
  text-decoration: underline;
}
/*-------------------------- CONTENT*/
/*-------------------------- FOOTER */

#footer {
  font-size: 1em;
  padding: 0 5% 25px;
}
/*-------------------------- CONTENT*/
/* ----------------------- CONTACT FORM 7 */

form * {
  color: #111;
/*  text-align: center;*/
}

/*form p:nth-child(3) {
  text-align: left;
}*/

.wpcf7-form-control-wrap input, 
.wpcf7-form-control-wrap textarea {
  width: 100%;
  min-width: 200px;
  max-width: 600px;
  text-align: left;
  padding: 5px;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
}

input[type="submit" i] {
  font-size: 18px;
  padding: 10px;
}


span.wpcf7-not-valid-tip {
    color: #fff;
}

.wpcf7-response-output {
    padding: 20px !important;
    margin: 30px 0 50px 0 !important;
    color: #fff;
}



/*------------------------------------------------------- */
@media only screen and (min-width : 1000px) {
/*------------------------------------------------------- */

/* ----------------------- MAIN NAVIGATION */

#nav-shape {
  width: 100%;
  z-index: 999;
}

#nav-shape > .container:after {
  content: "";
  display: table;
  clear: both;
}

#nav-main {
  width: 100%;
  display: block;
}

#nav-main ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  color: #fff;
  display: block;
}


#nav-main li {
  float: left;
  position: relative;
}

#nav-main .sub-menu {
  display: none;
  position: absolute;
}

#nav-main li:hover .sub-menu {
  display: block;
}

#nav-main a {
  display: block;
  padding: 20px 24px 21px;
  border-bottom: 0px;
  color: #fff;
  text-decoration: none;
  font-size: 1.3em;
}

#nav-main a:hover {
  background: #bc1caf;
}

#nav-main ul ul {
  opacity: 0.9;
}

#nav-main ul ul li{
  float: none;
  width: 200px;
}

#nav-main .sub-menu a {
  padding-left: 24px;
}

#nav-main ul ul li {
  border-bottom: 1px solid #fff;
}

#nav-main ul ul li:last-child {
  border-bottom: 0px;
}

#nav-main ul ul li:first-child {
  border-top: 1px solid #fff;
}

#nav-main .sub-menu li {
  margin-left: 0px;
}

#home-link a {
  padding: 16px 28px 9px 24px;
}

/* ----------------------- NAVI-MOBILE */

#navi-desktop {
  display: block;
  float: right;
  position: relative;
  top: 0px;
  border: 0px;
  width: auto;
}

#navi-mobile {
  float: left;
  width: auto;
}

#icon,
#home-link {
  float: left;
}

#icon {
  display:none;
}

#nav-main ul>li:last-child {
  padding-bottom: 0px;
}
/* ----------------------- CONTENT */

#content {
  padding: 100px 5%;
  font-size: 1.8em;
}

.entry-title {
  text-align: right;
  padding: 30px 0 30px;
}
.entry-title h2{
  margin: 0px;
  font-size: 2em;
}

/* ----------------------- CONTACT FORM 7 */

/*.label-above .nf-field-label {
  display: none !important;
}*/

form * {
  color: #111;
/*  text-align: center;*/
}

/*form p:nth-child(3) {
  text-align: left;
}*/

.wpcf7-form-control-wrap input, 
.wpcf7-form-control-wrap textarea {
  padding: 20px;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 30px;
}

input[type="submit" i] {
  font-size: 20px;
  padding: 20px;
}


span.wpcf7-not-valid-tip {
    color: #fff;
}

.wpcf7-response-output {
    padding: 20px !important;
}
/* ----------------------- FOOTER */

}

