/*
Theme Name: Urze de Lume
Template: superstar
Author: EQM
Version: 1.0.1489002303
Updated: 2017-03-08 19:45:03

*/

/* ----- GENERAL -----  */

body{
   font-family:'Cardo', serif;
   font-size: 15px;
   background-attachment: fixed;
}

.pt {
  opacity: .7;
  font-style: italic;
  margin-top: 10px;
}

.sidebar-full_width{
	background-color: rgba(0,0,0,.4);
}

.align-justify {
	text-align: justify;
}

/* ----- IMAGES ----- */

#releases a{
  opacity: .6;
    -moz-transition: 1.5s;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}

#releases a:hover{
  opacity: 1;
}

#updates img,
#releases img{
-webkit-box-shadow: 0px 0px 5px 2px rgba(204,204,204,0.5);
-moz-box-shadow: 0px 0px 5px 2px rgba(204,204,204,0.5);
box-shadow: 0px 0px 5px 2px rgba(204,204,204,0.5);
}

/* ----- TITLES -----  */

.vc_separator h4{
/*   margin: 0 20px !important; */
}

.vc_separator h4 em{
   margin-left: 20px;
   opacity: .70;
}

@media (max-width: 640px) {
  .vc_separator h4{
/*     margin: 0 10px !important;*/
  }

  .vc_separator h4 em{
     margin-left: 10px;
     opacity: .70;
  }
}

/* ----- FORMS ----- */

.nf-field-label {
	margin-bottom: 0px !important;
}

.nf-form-content label{
	color: #ccc;
	font-size: 14px !important;
	font-weight: unset !important; 
}

.nf-form-fields-required{
	display: none;
}

select option {
    background: rgba(0, 0, 0, 0.6);
}

#nf-field-10-container .nf-input-limit{
	margin-bottom: 20px;
}

.wpcf7-response-output,
.nf-input-limit,
.ninja-forms-field{
	color: #ccc !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #999;
}

 
select,
.orderby,
input,
textarea,
.widget_wysija input{
	border: 1px solid #ccc;
	border-radius: 4px !important;
	padding: 5px;
	background-color: rgba(255,255,255,.1);
	border-color: rgba(200,200,200,.2);
}

.wpcf7-mail-sent-ok{
	color: #ccc;
}

/* ----- TABS ----- */

.vc_tta-panels {
    background-color:rgba(240, 240, 240, 0.26) !important; 
    border: none !important;
}

.vc_tta-tab a{
    background-color:rgba(240, 240, 240, .5) !important; 
    margin-right: 1px;
    border: none !important;
    color: #ddd !important;
}

.vc_tta-tab.vc_active a{
    background-color:rgba(240, 240, 240, .26) !important; 	
}

/* ----- HOMEPAGE -----  */

/* ----- HOMEPAGE > Slider -----  */

.tp-thumb-mask{
  overflow: visible !important;
}

.tp-thumb-image {
-webkit-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.65);
-moz-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.65);
box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.65);
}

/* ----- HOMEPAGE > Main Section -----  */
 
.dark-row .vc_parallax-inner:after,
#urzedelume .vc_parallax-inner:after
{
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;  
  opacity: .7; 
  background: rgba(0, 0, 0, 9);
  background-image: url(img/dark-stripes-bw.png);
}

/* ----- PRE-LOADER ----- */

.main-preloader .loader-container {
  background-image: url(/wp-content/uploads/background-terrafria.jpg);
  height: 30px;
}

.main-preloader .loader-container .loading-bar {
   background: silver;
}


/* ----- HEADER ----- */

/* ----- HEADER > Menu ----- */

.mobile-navigation-toggle{
	background-color: white !important;
}

header nav li {
	padding-top: 8px !important;
	position: relative;
} 

header nav em {
	position: absolute;
	white-space: nowrap;
	bottom: 10px;
	font-size: .8em;
	left: 30px;
	display: block;
	opacity: .5;
}

.menu-logo a{
  position: relative;
  top: 12px;
}

.menu-logo img{
  height: 1.5em;
  margin-right: 25px;
}

header.main-header {
    -moz-transition: 1.5s;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
    background-color: rgba(0,0,0,.6);
/*    background-image: url(img/urze-bgfooter.png);*/
    -webkit-box-shadow: 0px 0px 15px 5px rgba(221,221,221,0.3);
    -moz-box-shadow: 0px 0px 15px 5px rgba(221,221,221,0.3);
    box-shadow: 0px 0px 15px 5px rgba(221,221,221,0.3);
}

header.main-header nav ul li.current-menu-item a{
	color: white !important;
}

header.main-header nav ul li a:hover{
	color: #999 !important;
}

.main-header .mobile-navigation-logo {
	width: 50%;
    float: left;
    vertical-align: middle;
    display: inline;
    padding: 1em;
}

#boxThis.box {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
}

@media (min-width: 992px) {
	.main-header .mobile-navigation-logo {
		display: none;
	}
}

@media (max-width: 992px) {
	.main-header .menu-item-home {
		display: none; 
	}
	
/*	.main-header{
		position: fixed;
		top: 0;
	} */
		
	header nav em {
    position: revert;
    font-size: .8em;
    opacity: .5;
	margin-bottom: -1.2em;
	}
}


/* ----- FOOTER ----- */

footer{
  -webkit-box-shadow: 0px 0px 15px 5px rgba(221,221,221,0.1);
  -moz-box-shadow: 0px 0px 15px 5px rgba(221,221,221,0.1);
  box-shadow: 0px 0px 15px 5px rgba(221,221,221,0.1);
  border-top: 0 !important;
  padding: 50px 0 10px 0;
  background-size: cover;
  background-image: url(/wp-content/uploads/background-footer-2023.jpg);
  background-position: bottom;
  background-attachment: fixed;
  position: relative;
}

footer:before{
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0; 
  left: 0;
  width: 100%; 
  height: 100%;  
  opacity: .5; 
  background: rgba(0, 0, 0, .85);
  background-image: url(img/dark-stripes-bw.png);
}


/* ----- FOOTER > EQM Branding ----- */

.small-footer {
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 0;
    -moz-transition: 1.5s;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
    border: none;
    z-index: 10;
    background-image: url(img/urze-bgfooter.png);
    position: relative;
    opacity: .5;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.small-footer .title {
    font-size: 1.1em;
    color: #777;
    margin: 30px 30px 0 0;
}

#copyright .text, #copyright .link {
    text-align: center;
    text-transform: none;
}

.small-footer .text {
    border-bottom: 1px solid #777;
    font-variant: small-caps;
    padding: 0 15px 3px;
}

#copyright .link {
    line-height: 1.2em;
}

#copyright a {
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: .85em;
    color: #777;
}

#copyright a:hover, #copyright a:active, #copyright a:focus {
    color: #aaa;
    text-decoration: none;
}

#eqmbrand {
    float: right;
    background-color: rgba(0,0,0,.5);
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: -1px;
    color: #777;
    text-align: center;
    padding: 19px 6px 5px;
    font-size: .9em;    

}

#eqmbrand img {
    opacity: 0.50;
    filter: alpha(opacity =50);
}

#eqmbrand:hover {
    background-color: #000;
}

#eqmbrand div {
    border-top: 1px solid #777;
    margin: 8px 0;
}

#eqmbrand a{
    display: block;
    line-height: .8;
}

/* ----- FOOTER > Social Media ----- */

footer a,footer a:before{
    -moz-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    color: #999999;
}

#menu-social-media{
	    padding: 15px 0
}

#menu-social-media a:before {
    opacity: .5;
    font-family: FontAwesome;
    margin: 0 10px;
    position: relative;
    font-size: 2.5em;
}

#menu-social-media a:hover:before {
    color: #bbbbbb;
    opacity: .9;
}

a#social-rss:before {
    content: "\f143";
}

a#social-instagram:before {
    content: "\f16d";
}

a#social-youtube:before {
    content: "\f167";
    font-size: 2.1em;
    top: -3px;
}

a#social-facebook:before {
/*    content: "\f230"; */
	content: "\F09A";
}

a#social-tumblr:before  {
    content: "\f174";
}

a#social-spotify:before  {
    content: "\f1bc";
}

a#social-lastfm:before  {
    content: "\f203";
}

a#social-bandcamp:before  {
    content: "\f2d5";
}

#menu-social-media li{
	display: inline;
}

#menu-social-media li:before{
	content: none;
}

/* ----- FOOTER > Social Media > Facebook ----- */

.facebookbtns{
	text-align: left;
	padding-left: 25px;
}

.facebookbtns>br{
  display: none;
}

.facebookbtns .fb_iframe_widget{
margin-bottom: 15px;;
}


/* ----- FOOTER > MailPoet ----- */
   .widget_text,
   .widget_wysija {
	text-align: center !important;
	padding: 0 20px;
	color: #999999;
	font-size: 14px;
   }

.wpcf7-form input,
   .wpcf7-form textarea{
    	width: 100%;
   }

/*
   .widget_wysija h5{
   	display: none;
   }

   .widget_wysija input{
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 4px;
   }
*/

input[type="password"],
input[type="tel"],
input[type="email"],
input[type="text"]{
	background-color: rgba(255,255,255,.1);
	border-color: rgba(200,200,200,.2);
}

.field-wrap input[type=button],
input[type="submit"],
.widget_wysija input[type="submit"]{
	background-color: #cccccc;
	padding: 5px 20px;
	box-shadow: none;
	font-family: inherit;
	margin: 5px auto; 
	border-color: transparent;
	color: rgba(0,0,0,.9) !important;
}

.field-wrap input[type=button]{
    -moz-transition: 1.5s;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
    width: 100% !important;
}

.field-wrap input[type=button]:hover,
input[type="submit"]:hover{
	background-color: #eeeeee;
}
/*
   .wysija-paragraph input {
	width: 90%;
   }

   .wysija-paragraph:nth-of-type(1){
	padding-top: 15px;
   }

   .wysija-paragraph:nth-of-type(2){
	position: relative;
   }

   .formError {
  left: 21px !important;
  top: -35px !important;
  position: absolute !important;
   }

   .formError .formErrorContent {
	border: none;
   }

   .formError:after, .footer-widget-area .formError:before {
	top: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
   }

   .formError:after {
	border-top-color: #8E2121;
	border-width: 10px;
	margin-left: -10px;
   }

   .formError:before {
	border-width: 11px;
	margin-left: -11px;
   }
*/


/* ----- SHOP ----- */

.shop .vc_slide {
	margin: auto;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(204,204,204,0.5);
    -moz-box-shadow: 0px 0px 5px 2px rgba(204,204,204,0.5);
    box-shadow: 0px 0px 5px 2px rgba(204,204,204,0.5);
}

.shop .wpb_single_image{
	margin-bottom: 15px;
}

.shop .wpb_text_column {
	margin-bottom: 10px;
}

.shop .vc_separator
 {
	margin-bottom: 5px !important;
}

.shop .vc_separator h4{
	font-size: 1.2em;
	color: #ccc;
}

.shop input{
	border: none !important;
	background-color: transparent;
}

.shop form {
	padding: 0 !important;
	line-height: 0;
	text-align: center;
}

.shop .wpb_gallery  {
	margin-top: 20px;
}

.shop .wpb_gallery li a img {
	opacity: .7;
}

.shop .vc_single_image-wrapper    {
-webkit-box-shadow: 0px 0px 5px 2px rgba(204,204,204,0.5);
-moz-box-shadow: 0px 0px 5px 2px rgba(204,204,204,0.5);
box-shadow: 0px 0px 5px 2px rgba(204,204,204,0.5);
}

.shop .wpb_gallery li a img:hover {
	opacity: 1;
    -moz-transition: 1.5s;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}

.shop .wpb_gallery li a{
	margin: 10px !important;
}

.shop select{
	background-color: rgba(255,255,255,.8);
	margin-bottom: 10px;
}

.shop .vc_sep_dotted {
	margin-bottom: 60px !important; 
	opacity: .5;
}
