/**
* Template Name: Music temp
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

#header {
    background:url(medium-density-image.png);
}

@media screen and (-webkit-device-pixel-ratio: 1.5) {
    /* CSS for high-density screens */
    #header {
        background:url(high-density-image.png);
    }
}

@media screen and (-webkit-device-pixel-ratio: 0.75) {
    /* CSS for low-density screens */
    #header {
        background:url(low-density-image.png);
    }
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: #5eb8df;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, h7, h8 .font-primary {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  padding: 20px 0;
  position: relative;
  z-index: 10;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 3px;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}
#header .contact-link a {
  color: #fff;
  padding-right: 10px;
  font-size: 20px;
  letter-spacing: 10px;
  text-transform: uppercase;
}
#header .contact-link a:hover {
  text-decoration: overline DeepSkyBlue;                                        /* culoare meniu stanga sus */
}
@media (max-width: 768px) {
  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;                                                          /* BG size */
  height: 100vh;
  background: url("../img/logo.jpeg") top center;
  background-size: cover;
  position: center;
  margin-top: -80px;
  z-index: 9;
  /* countdown */
}
#hero .hero-container {
  position: center;                            /* Video size */
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 74px;                              /* Allen's Music size */
  font-weight: 500;
  line-height: 25   0px;
  text-transform: uppercase;
  color: #fff;
    font-family: sans-serif;
}
#hero h2 {
  color: #eee;
  margin-bottom: 30px;
  font-size: 50px;                              /* Website under construction size */
  letter-spacing: 47px;
  text-transform: uppercase;
  font-family: sans-serif;
  
}
#hero .countdown {
  font-size: 48px;
  font-weight: 300;
  color: #fff;
  line-height: 56px;
  margin: 30px 0 60px 0;
}
#hero .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
#hero .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
#hero .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
#hero .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading-notify 1s linear infinite;
  animation: animate-loading-notify 1s linear infinite;
}
@-webkit-keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#hero .php-email-form input {
  border-radius: 3px;
  box-shadow: none;
  font-size: 14px;
  border: 0;
  padding: 0px 15px 2px 15px;
  width: 250px;
  height: 40px;
  margin: 0 8px;
}
#hero .php-email-form button[type=submit] {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 7px 30px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #4f92af;
  color: #fff;
  background: #4f92af;
}
#hero .php-email-form button[type=submit]:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .php-email-form input {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  #hero .countdown {
    font-size: 32px;
    line-height: 38px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0px 0;                                               /* Distanta intre No "presets" si Copyright  dar si Where to find Allen's Music? */
}

.section-bg {
  background-color: #f7fafc;
}

.section-title {
  text-align: center;
  padding-bottom: 0px;                                         /* Where to find Allen's Music? */
}
.section-title h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 0px;
  padding-bottom: 0;
    letter-spacing: 5px;                                        /* Space Where to find Allen's Music? */
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Contact Us ~ Whwere to find us
--------------------------------------------------------------*/
.contact .contact-info {
  margin-bottom: 10px;                                          /* Distanta intre Contact si Copyright */
  text-align: center;
}
.contact .contact-info i {
  font-size:    44px;                                           /*  Font Links */
  display: inline-block;
  margin-bottom: 0px;
  color: #4f92af;
}
.contact .contact-info address, .contact .contact-info p {
  margin-bottom: 0;
  color: #444;
}
.contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;                                          /*  Distanta intre logo si contact */
  font-weight: 300;
  color: #999;
}

}
.contact .contact-info a {
  color: DeepSkyBlue3;                                                  /* Font Buton */
}
.contact .contact-info a:hover {
  color: #4f92af;
}
.contact .contact-address, .contact .contact-phone, .contact .contact-email {
  margin-bottom: 0px;                                           /* Distanta intre preturi si Despre servicii */
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #4f92af;
}
.contact .php-email-form button[type=submit] {
  background: #4f92af;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
.contact .php-email-form button[type=submit]:hover {
  background: #72a8bf;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 768px) {
  .contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .contact .contact-address, .contact .contact-phone, .contact .contact-email {
    padding: 5px 0;
  }
}

/*--------------------------------------------------------------
# Footer BOTTOM
--------------------------------------------------------------*/
#footer {
  background: #62abc7;
  padding: 10px 10;
  color: #fff;
  font-size: 15;
}
#footer .copyright {
  text-align: center;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#footer .credits a {
  color: #72a8bf;
}


/*--------------------------------------------------------------
# PRICES * PRICES * PRICES * PRICES * PRICES * PRICES * PRICES * 
--------------------------------------------------------------*/


* {
  box-sizing: border-box;
    
}

/* Create three columns of equal width */
.columns {
  float: left;
  width: 33.3%;
  padding: 10px;
}

/* Style the list */
.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Add shadows on hover */
.price:hover {
box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

/* Pricing header NAME */
.price .header {
  background-color: #62abc7;
  color: white;
  font-size: 20px;
}

/* List items */
.price li {
  border-bottom: 1px solid #eee;
  padding: 5px;
  text-align: center;
}

/* Grey list item */
.price .grey {

  font-size: 20px;
  background-image: linear-gradient(#62abc7, lightseagreen, #62abc7);
   
}


#grad {
  background-image: linear-gradient(#62abc7, lightseagreen);
}
/* The "SEND US" button */
.button {
  --b: 1px;   /* border thickness */
  --s: .40em; /* size of the corner */
  --color: black; /* color of the box */
  
  padding: calc(.5em + var(--s)) calc(.9em + var(--s));
   /*  color: var(--color); */
  --_p: var(--s); 
  background:
    conic-gradient(from 90deg at var(--b) var(--b),#0000 90deg,var(--color) 0)
    var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
  transition: .3s linear, color 0s, background-color 0s;
  outline: var(--b) solid #0000;
  outline-offset: .6em;
  font-size: 16px;
  border: 0;

  user-select: none;
  -webkit-user-select: none;
}
.button:hover,
.button:focus-visible{
  --_p: 3px; 
  outline-color: var(--color);
  outline-offset: .05em;
}

.button:active {
  background: var(--color);
  color: #fff;
}

/* Change the width of the three columns to 100% 
(to stack horizontally on small screens) */
@media only screen and (max-width: 600px) {
  .columns {
    width: 70%;
  }
}
.fs-7 {
    font-size: 14px !important;
}
 .align-top {
    vertical-align: top !important
        
        
        </style>
        <style data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/main.renderer.df786773.min.css">
            a,abbr,acronym,address,applet,b,big,blockquote,button,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,footer,form,h1,h2,h3,h4,h5,h6,header,i,iframe,img,ins,kbd,label,legend,li,nav,object,ol,p,pre,q,s,samp,section,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,title,tr,tt,u,ul,var {
                background: transparent;
                border: 0;
                margin: 0;
                outline: 0;
                padding: 0;
                vertical-align: baseline
            }
            
            
    #video {
width: auto;
}