/*
Theme Name:  Fluxus Child Theme
Theme URI:   https://themeforest.net/item/fluxus-portfolio-theme-for-photographers/3854385
Author:      inTheme
Version:     1.6.1
Author URI:  https://inthe.me/
Description: Child Theme for Fluxus Wordpress Theme
Template:    fluxus
Text Domain: fluxus
*/
/**
 * Contact form 7 plugin.
 */
.wpcf7-textarea {
	height: 120px;
}

.wpcf7-form {
	font-size: 13px;
}

.wpcf7-form .wpcf7-form-control-wrap {
	margin: 2px 0 10px 0;
	display: block;
}

.wpcf7-form .wpcf7-form-control-wrap {
	overflow: hidden;
}

.wpcf7-form .wpcf7-form-control-wrap input[type="text"] {
	font-size: 14px;
	float: left;
	margin: 0 10px 0 0;
}

.wpcf7-form .wpcf7-not-valid-tip {
	position: static;
	width: 200px;
	float: left;
	border: 0 none;
}

.wpcf7-form .wpcf7-validation-errors,
.wpcf7-form .wpcf7-mail-sent-ok {
	background: #bce592;
	border: 1px solid #8cd26f;
	font: normal 1em "Merriweather", georgia, serif;
	padding: 10px 10px;
}

.wpcf7-form .wpcf7-response-output {
	margin: 10px 0 0 0;
}

.wpcf7-form .wpcf7-not-valid-tip {
	color: #999;
}

.wpcf7-form .wpcf7-validation-errors {
	background: #C26161;
	border: 1px solid #A03B18;
	color: #fff;
}


/**
 * Reveal modals plugin.
 */
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.8);
	z-index: 10000;
	display: none;
	top: 0;
	left: 0;
}

.reveal-modal {
	visibility: hidden;
	top: 0;
	left: 50%;
	margin-left: -300px;
	width: 520px;
	background: #fff;
	position: absolute;
	z-index: 10001;
	padding: 20px 30px 20px;
	border-radius: 1px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	box-shadow: 0 0 10px rgba(0,0,0,.4);
	border-top: 3px solid #fff200;
}

.reveal-modal h1 {
	font: 700 13px "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	font-weight: bold;
	cursor: pointer;
}


/**
 * Alternative navigation for mobile devices.
 */
#mobilenav {
	position: absolute;
	background: #292929;
	height: 100%;
	top: 0;
	z-index: 2000;
}
/*
.horizontal-page #mobilenav {
	position: fixed;
}*/

#mobilenav .btn-open {
	display: block;
	width: 50px;
	background: #292929;
	position: absolute;
	top: 18px;
	border-radius: 0 2px 2px 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	padding: 10px 0;
	right: 0;
	-moz-transition: right 0.7s;
	-webkit-transition: right 0.7s;
	-o-transition: right 0.7s;
	transition: right 0.7s;
}

#mobilenav nav a {
	display: block;
	color: #fff;
	font-size: 13px;
	padding: 10px 25px 10px 20px;
	border-bottom: 1px solid #222;
	border-top: 1px solid #333;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

#mobilenav nav a.active {
	background: #222;
	color: #fff;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
	border-top-color: #121212;
}

#mobilenav nav a.level-2 {
	padding: 5px 40px 5px 40px;
}

#mobilenav nav a.level-3 {
	padding: 5px 40px 5px 50px;
	font-size: 11px;
}

#mobilenav nav a:hover {
	background: #333;
}

.iscrollbarV {
	position: absolute;
	z-index: 100;
	width: 8px;
	bottom: 0;
	top: 0;
	right: 1px;
}

.iscrollbarV > div {
	position: absolute;
	border: 1px solid #fff;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.05);
	width: 5px;
	border-radius: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*Template Width Background*/

.slider .image-center-center{
	background-image: url(https://www.nisagoiburu.com/wp-content/uploads/2013/11/14-Sinfonia-en-Azul-1614x1280.jpg);
    visibility: visible;
    opacity: 1;
}

.slider .slide .info{
	    overflow: hidden;
    top: 35%;
    left: 35%;
    height: auto;
	opacity: 1;
}

.dim-background{
	background: rgba(255, 255, 255, 0.6);
}
.slide .info .viewport{
	transition-property: transform;
    transform-origin: 0px 0px;
    transform: translate(0px, 0px) translateZ(0px);
}

.slide .style-page-with-background .viewport .entry-title {
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.slide .style-page-with-background .viewport .entry-content {
    font-size: 14px;
    margin: 15px 0 0 0;
	display:flex;
}

.button.button-black{
	margin-right:0;
}
/*Header*/
.secondary-navigation .menu {
	display: flex;
}

.site-header .site-header__inner .site-navigation .primary-navigation{
	flex: 0 1 95%;
}
.site-header .site-header__inner .site-navigation .secondary-navigation{
	flex: 0 1 5%;
}
.secondary-navigation .menu .menu-item-language:nth-child(1), .secondary-navigation .menu .menu-item-language:nth-child(2){
	margin: 0 !important;
}
.site-header__inner .logo-container.col-auto{
	margin: 0 15px 0 0 !important;
}

.site-logo img {
  display: inline-block;
  width: 190px !important;
  height: auto !important;
}

/*Mobile*/

@media only screen and (max-width: 576px){
	.slider .slide .info{
    left: 1%;
}
	.slider .info {
    width: 340px;
}
}
/*Tablet*/

@media only screen and (max-width: 1020px) and (min-width: 768px)  {
	.slider .slide .info{
    	left: 22%;
	}
	.slider .info {
	    width: 365px;
	}
}
