/*
Theme Name: Gabey
Author: Andrej Bobos

*/

/* * * * * * * * * * * * * * *
 * Fonts
 * * * * * * * * * * * * * * */
html {
	font-size: 14px;
	color: #000000;
}

@font-face {
	font-family: 'Museo Sans 700';
	src: url('fonts/hinted-MuseoSans-700.eot');
	src: url('fonts/hinted-MuseoSans-700.eot?#iefix') format('embedded-opentype'),
		url('fonts/hinted-MuseoSans-700.woff') format('woff'),
		url('fonts/hinted-MuseoSans-700.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Museo Sans 500';
	src: url('fonts/hinted-MuseoSans-500.eot');
	src: url('fonts/hinted-MuseoSans-500.eot?#iefix') format('embedded-opentype'),
		url('fonts/hinted-MuseoSans-500.woff') format('woff'),
		url('fonts/hinted-MuseoSans-500.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Museo Sans 700';
	src: url('fonts/hinted-MuseoSans-700.eot');
	src: url('fonts/hinted-MuseoSans-700.eot?#iefix') format('embedded-opentype'),
		url('fonts/hinted-MuseoSans-700.woff') format('woff'),
		url('fonts/hinted-MuseoSans-700.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Museo Sans 300';
	src: url('fonts/hinted-MuseoSans-300Italic.eot');
	src: url('fonts/hinted-MuseoSans-300Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/hinted-MuseoSans-300Italic.woff') format('woff'),
		url('fonts/hinted-MuseoSans-300Italic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Museo Sans 300';
	src: url('fonts/hinted-MuseoSans-300.eot');
	src: url('fonts/hinted-MuseoSans-300.eot?#iefix') format('embedded-opentype'),
		url('fonts/hinted-MuseoSans-300.woff') format('woff'),
		url('fonts/hinted-MuseoSans-300.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

/* * * * * * * * * * * * * * *
 * WordPress Content Classes
 * * * * * * * * * * * * * * */

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
.alignright {
  display: inline;
  float: right;
  margin: 0.4rem 0 1.6rem 1.6rem;
}
.alignleft {
  display: inline;
  float: left;
  margin: 0.4rem 1.6rem 1.6rem 0;
}
.aligncenter {
  display: block;
  margin: 0.4rem auto 1.6rem auto;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption-text {

}
.sticky {
  background: #f7f7f9;
  padding: 1rem;
}
.bypostauthor {
  background: #f7f7f9;
  padding: 0.5rem;
}
.gallery-caption {
  font-weight: bold;
}
/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
/* * * * * * * * * * * * * * *
 * Main
 * * * * * * * * * * * * * * */

html, body{
	height:100%;
	margin:0;
	padding:0;
	color: #000000;
}

::-webkit-input-placeholder {
  color: #000000;
}

:-moz-placeholder { /* Firefox 18- */
  color: #000000;
}

::-moz-placeholder {  /* Firefox 19+ */
  color: #000000;
}

:-ms-input-placeholder {
  color: #000000;
}

body {
  font-family: 'Museo Sans 500';
}

body > nav.navbar {
  border-radius: 0;
}

.iner {
  border-radius: .25rem;
  background: white;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.widget {
  margin-bottom: 2rem;
}

.post {
  margin-bottom: 2rem;
  border-top: #000000 1px solid;
  padding-top: 2rem;
  padding-bottom: 2rem;
}


.container-fluid{
  height:100%;
  display:table;
  width: 100%;
  padding: 0;
}

.row-fluid {
	height: 100%;
	display:table-cell;
	vertical-align: middle;
	margin:auto;
	text-align: center;
}

.centering {
  float:none;
  margin:auto auto;
	text-align: center;
	height: 100%;
}
.home .centering div, .modal-content .centering div {
	height: 100%;
}

.slide {
	text-align: left;
}
.bottoming {
  float:none;
  margin:auto auto;
	text-align: left;
	display:flex;
	align-items: flex-end;
}
/* * * * * * * * * * * * * * *
 * Navigation
 * * * * * * * * * * * * * * */

 nav.navbar-default {
	 padding-top: 1rem;
   position: fixed;
   font-size: 1.2rem;
   margin-bottom: 2rem;
   width: 100%;
   background-color: #FFFFFF;
   z-index: 9;
 }

.navbar-default {
  background-color: #ffffff;
  border-color: #ffffff;
}
.navbar-default .navbar-brand {
  color: #000000;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #cccccc;
}
.navbar-default .navbar-text {
  color: #000000;
}
.navbar-default .navbar-nav > li > a {
  color: #000000;
	padding-top: 0;
	padding-bottom: 0;

}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #cccccc;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #cccccc;
  background-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #cccccc;
  background-color: #ffffff;
}
.navbar-default .navbar-toggle {
  border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000000;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #000000;
}
.navbar-default .navbar-link {
  color: #000000;
}
.navbar-default .navbar-link:hover {
  color: #cccccc;
}

.menu-item a:after {
  content: "|";
  display: inline-block;
  margin-left: 1rem;
  color: #000000;
}

.menu-item:last-child a:after {
  display: none;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #cccccc;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #cccccc;
    background-color: #ffffff;
  }
}
input {
	padding-left: 1rem;
	border: 0;
}

textarea {
	padding-top: 1rem;
	padding-left: 1rem;
	border: 0;
}

.content {
	padding-top: 7rem;
	padding-bottom: 7rem;
}

.meta-data {
	padding-left: 0px;
	padding-right: 0px;
}

.captcha {
	padding: 0;
}

.submit {
	padding: 0;
	padding-left: 2rem;
	padding-top: 0.5rem;
}

input[type=submit] {
	background-color: #000000;
	color: #FFFFFF;
	border: 0;
	text-align: right;
	font-size: 1.5rem;
}

.full-height {
	height:100%;
}
/* .modal-fullscreen */

.modal-fullscreen {
  background: #000000;
}
.modal-fullscreen .modal-content {
  background: #000000;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #000000;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  background: #000000;
  opacity: .97;
  filter: alpha(opacity=97);
}
.modal-header {
  border: 0;
}
.modal-footer {
  border: 0;
}
.modal-title {
  color: #FFFFFF;
}

.modal-fullscreen input{
  width: 100%;
  height: 3rem;
}

.modal-fullscreen textarea{
  width: 100%;
  height: 15rem;
}

.modal .close {
	position: fixed;
	right: 2rem;
	top: 2rem;
  font-family: "Museo Sans 300";
  font-weight: 100;
  color: #FFFFFF;
  opacity: 1;
  font-size: 4rem;
	z-index: 10;
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-top: 7rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 600px;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 600px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
     width: 600px;
  }
}




.span-bottom {
  width: 48.93617021276595%;
  display: table-cell;
  vertical-align: bottom;
  float: none;
}

#footer {
   position:fixed;
   bottom:0px;
   height:5rem;
   width:100%;
   background:#FFFFFF;
}

#footer.bigger {
  height: 15rem;
}

#footer #address {
  display: none;
}

#footer h1 {
	position: fixed;
	bottom: 0;
}

/* IE 6 */
* html #footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}

#footer h1 {
  padding-top: 0.2rem;
  font-family: "Museo Sans 700";
  line-height: 4rem;
}

#footer #plus {
  font-family: "Museo Sans 300";
  font-size: 3rem;
  line-height: 5rem;
	float:right;
}

#footer #address {

	float:right;
}

#footer .row {
	padding-left: 1rem;
	padding-right: 1rem;
}
.gallery-item {
  float:right;
  margin-left: 1rem;
}

ul.sub-menu {
	display: block;
  list-style: none;
	padding-left: 1.3rem;
}

ul.hidden {
	display:none;
}

ul {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	 opacity: 1;
}

ul.opacity {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	 opacity: 0;
}

ul.sub-menu:before {
  content: "";
  position: absolute;
  left: 1rem;
  background: #ffffff url("img/menu-top.png") no-repeat right top;
  background-size: cover;
  height: 1.5rem;
  width: 1rem;
}

html,body,.container-fluid,.container,.row,.row div {height:100%;} /* full height for demo purposes */
.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.text-overlay {
	text-align: center;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	margin:auto;
}

.text-overlay img {
	position: relative;
	width: auto;
	height: auto;
	top: 50%;
  transform: translateY(-50%);
}

.home .text-overlay img {
	max-width: 1440px;
}

body {
	display: none;
}
.home .slide-content {
	display:none;
	text-align: left;
}

.slide-content h1 {
	padding-top: 2rem;
	font-size: 1.3rem;
	width: 66%;
}

.slide-content p {
	padding-top: 2rem;
	width: 66%;
}

#more a{
	color: #FFFFFF;
	font-family: "Museo Sans 300";
	font-size: 3rem;
}

#more a:hover{
	text-decoration: none;
}

.slide-overlay {
	position: absolute;
	width:100%;
  height: 100%;
	left:0;
	top:0;
  background-color: #000000;
  opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.slide-overlay-hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.slide-content {
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 1.7rem;
}

.works-gallery-center {
	position: fixed;
  left: 30%;
  bottom: 50%;
  transform: translate(0%, 50%);
}
.works-content {
		position: fixed;
		overflow-y: scroll;
}

.controls {
	padding-top: 1rem;
}

.controls div {
	padding-left: 0;
	padding-right: 0;
}

.fullscreen-gallery {
	display: none;
	position: relative;
	left 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 1000;
}

#modal-gallery .modal-dialog, #modal-video .modal-dialog{
	width: 100%;
	height: 85%;
}

#modal-gallery .modal-content, #modal-video .modal-content{
	height:100%;
}

#modal-gallery .modal-body, #modal-video .modal-body {
	height:100%;
}

#modal-gallery .centering, #modal-video .centering  {
	max-width: 100%;
}

#modal-gallery .vertical-center {
	height: 100%;
	width: auto;
	margin:auto;
}

#modal-gallery .slide-content {
	width: 100%;
	text-align: center;
}

.videoWrapper {
	position: relative;
	padding-bottom: 36.25%; /* 16:9 */
	padding-top: 7rem;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal .modal-dialog.centered {
    position: fixed;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
}

/* jplayer */
button {
	border: 0;
	outline: 0;
}

.jp-table {
	display: table;
}

.jp-volume-controls {
	display: inline;
}

.jp-track-name {
	display: inline;
	vertical-align: middle;
	display: table-cell;
	text-align: left;
}

.jp-play {
	width: 30px;
  height: 30px;
}

.jp-play {
  background: url("img/play.png") 0 0 no-repeat;
	background-size: auto 30px;
}

.jp-state-playing .jp-play {
  background: url("img/pause.png") 0 0 no-repeat;
	background-size: auto 30px;
}

.jp-mute {
	width: 30px;
  height: 30px;
}

.jp-mute {
  background: url("img/speaker.png") 0 0 no-repeat;
	background-size: 30px 30px;
	background-position: center;
}

.jp-state-muted .jp-mute {
  background: url("img/speaker_mute.png") 0 0 no-repeat;
	background-size: 30px 30px;
	background-position: center;
}

.jp-progress {
  overflow: hidden;
}

.jp-progress .line{
  overflow: hidden;
	width: 100%;
	height: 50%;
	border-bottom: 3px solid;
}

.jp-audio .jp-progress {
  height: 30px;
	margin-left: 10px;
}

.jp-seek-bar {
  width: 0px;
  height: 100%;
  cursor: pointer; }

.jp-play-bar {
	position: absolute;
	border-right: 3px solid;
  width: 0px;
  height: 100%;
	top:0;
}

/* The seeking class is added/removed inside jPlayer */
.jp-seeking-bg {
  background: url("../image/jplayer.blue.monday.seeking.gif"); }


/* Contact Form 7 */
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 0;
	color: #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 0;
	color: #ff0000;
}

div.wpcf7-spam-blocked {
	border: 0;
	color: #ffa500;
}

div.wpcf7-validation-errors {
	border: 0;
	color: #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}


@media screen and (min-width: 1450px) {
    html {
        font-size: 18px;
    }
}
