/*
Theme Name: Manuel Garcia Fotografia 4
Theme URI: http://varinhamagica.com
Author: the Varinha Magica team
Author URI: http://varinhamagica.com
Description:
Version: 4.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, black, gray, one-column, fixed-width, flexible-width
Text Domain: mg_theme3
*/

/*Import Twitter Bootstrap*/

@import url('./css/bootstrap.css');
@import url('./css/unsemantic-grid-responsive.css');
@import url('./css/jquery.fancybox.css');

/*Animate*/

a{
    transition: 0.5s;
    -webkit-transition: 0.5s; /* Safari */
}

.form-horizontal .controls {
    margin-left: 0;
}

input, textarea, .uneditable-input {
    width: 97%;
}

textarea {
    max-height: 200px;
}

.polaroid  a:hover, a:focus {
    color: #000;
    text-decoration: none;
    font-weight: normal;
}

/*General Css*/

body {
    background-color: #0E0E0E;
    font-size: 16px;
}

.superwraper {
    background-color: #050505;
    padding: 0;
}

.footerwraper {
    /* height: 225px;
    max-height: 225px;
    overflow: hidden; */
}

.clear{
    /*height: 30px;*/
}

h1{
    font-size: 23.5px;
}

h1, h2, h3 {
    /*  line-height: 20px; */
}
/*Carousel*/

.carousel {height: 300px; width: 100%; margin-bottom: 0;}

#header-carousel .item {height: 300px; width: 100%;}

#header-carousel .active {height: 300px; width: 100%;}

.carousel-inner{height:100%;}

.background{width:100%;height:100%;}

/*Header*/

.header {

}
.hgroup {
    height: 30px;
    margin-top: 3%;
}
.branding {
    background-image: url("img/mg_fotografia_logo.png");
    background-repeat: no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: contain;
    position: relative;
    z-index: 10;
}

.branding h1{
    text-indent: -999em;
}

.form-search{
    float: right;
}

/*Menu Css and resets */

/* Nav Menu */
.navbar {
    border-top: 3px solid rgb(63, 63, 63);
}
.navbar-form input {
    margin-top: 12px;
}

#nav ul {
    list-style-type: none;
    box-shadow: 0 250px 150px rgba(0,0,0,.2);
    margin: 0;
    padding: 0;
}
#nav ul li {
    float: left;
    height: 55px;
}
#nav ul li a {
    padding: 0;
    text-align: -webkit-center;
    text-align: center;
    font: bold 21px/52px "Lato","Trebuchet MS", Arial, Helvetica, sans-serif;
    display: block;
    height: 55px;
    /* border-bottom: 5px solid rgb(63, 63, 63); */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#0f6fb2', EndColorStr='#224170');
    color: rgb(90, 90, 90);
    text-decoration: none;
    box-sizing: border-box;
    transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}
#nav ul li a { width: 120px }

#nav ul li a:hover {
    box-shadow: inset 0 0 30px 0 #000000;
    text-shadow: 0 1px 3px #000000;
    /* border-bottom: 5px solid #D8AD25; */
}

#nav ul li a span {
    border-left: 1px solid #143157;
    border-right: 1px solid #1563a3;
    height: 100%;
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
#nav ul li:first-child a span { border-left: none }
#nav ul li:last-child a span { border-right: none }

.navbar-inner {
    border-radius:0;
    border:0;
    /* height: 50px; */
    min-height: 0;
    /* border-bottom: 5px solid rgb(63, 63, 63); */
}

.nav>li {
    float: left;
}

#nav ul li a:active,
#nav ul li a.active,
#nav ul li.active>a {
    color: #FFF;
    height: 55px;
    box-shadow: inset 0 0px 8px rgb(0, 0, 0);
    background-color: rgba(0,0,0,0);
    text-shadow: 0 1px 3px rgb(0, 0, 0);
    /* padding-top: 2px; */
    /* box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.16),inset 0 0 40px 0 rgb(0, 0, 0); */
    /* border-bottom: 5px solid rgb(216, 173, 37); */
}

/*Page Style*/

.main-container{

}

form {
    margin: 0;
}
.contacts {
    padding-top: 5px;
    font-weight: 700;
    font-size: 16px;
}
/*Category Style*/

.polaroid {
    background-color: #FFF;
    color:#202020;
    padding: 10px;
    margin-top: 20px;
}

.polaroid:HOVER{
    cursor: pointer;
    -webkit-box-shadow:rgba(255, 255, 255, 0.8) 0px 0px 4px 0px;
    -moz-box-shadow:rgba(255, 255, 255, 0.8) 0px 0px 4px 0px;
    box-shadow:rgba(255, 255, 255, 0.8) 0px 0px 4px 0px;

}

.polaroid img {
    filter: grayscale(50%);

    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
}

img {  
    -webkit-transition: -webkit-filter 3s;  
}

.polaroid img:hover {  
    filter: grayscale(0%);

    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
}  

.polaroid h1{
    font-family: 'Dancing Script', cursive;
    font-weight:normal;
    font-size: 1em;
    text-align: center;
}

.polaroid-private {
    background-color: #FFF;
    color:#202020;
    padding: 2px;
    margin-top: 5px;
}

.polaroid-private img {
    min-width: 100%;
}

.polaroid-private span {
    font-size: 12px;
}

.icon-adjust {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.thumb {

}

/*Pagination*/

.page-numbers {
    border: 1px solid;
    padding: 5px;
}

/*Footer*/

.tstbtn {
    float: right;
}

div.logo{
    position: absolute;
    top: 45px;
    left: 45px;
    z-index: 111;
}

footer{
    min-height: 200px;
    background-color: #141414;
    border-top: 3px solid #3F3F3F;
    margin-top: 50px;
    padding-bottom: 5px;
    background-image:-webkit-linear-gradient(-90deg,rgb(15,15,15) 1%,#000 97%);
    background-image:-moz-linear-gradient(-90deg,rgb(15,15,15) 1%,#000 97%);
    background-image:-o-linear-gradient(-90deg,rgb(15,15,15) 1%,#000 97%);
    background-image:-ms-linear-gradient(-90deg,rgb(15,15,15) 1%,#000 97%);
}

footer li,ul{
    list-style: none;
    margin: 0;
}

footer h2{
    font-size: 1.4em;
    border-bottom: 1px solid;	
    text-shadow:rgba(0, 0, 0, 0.298039) 0px 2px 0px;
}

.footer-logo{
    margin-top: 13px;
    height: 11em;
    background-image: url('img/MGPhotography_logo_145.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.social a{
    padding: 16px;
    margin-right: 2px;
    text-indent: -999em;float: left;
    width: 0px;
    padding: 16px;
    text-indent: -999em;
    display: block;
    float: left;
}

a.facebook{
    background-image: url("img/social_sprite.png");
    background-repeat: no-repeat;
    background-position:0px 0px;
}

a.twitter{
    background-image: url("img/social_sprite.png");
    background-repeat: no-repeat;
    background-position: -32px 0px;
}

a.pinterest{
    background-image: url("img/social_sprite.png");
    background-repeat: no-repeat;
    background-position: -64px 0px;
}

a.partner {
    background-image: url("img/partners.png");
    background-repeat: no-repeat;
    background-position:0px 0px;
}

a.partner:hover {
    background-position: 0 -32px;
}

a.facebook:hover{
    background-position: 0 -32px;
}

a.twitter:hover{
    background-position: -32px -32px;
}

a.pinterest:hover{
    background-position: -64px -32px;
}

blockquote{
    padding: 0;
    margin: 0 0 20px;
    border-left: 0;
}

blockquote p {
    font-family: serif;
    font-style: italic;
    text-align: justify;
}

blockquote p:before {
    content: "\0022"; 
}
blockquote p:after {
    content: "\0022"; 
}

.item-content p{
    text-align: justify;
}

.item-content p:before {
    font-size: 1.3em;
    content: "\0022"; 
}

.item-content p:after {
    font-size: 1.3em;
    content: "\0022"; 
}

.copy {
    text-align: center;
    font-size: 0.9em;
}
/*Ajax loader*/
#ajax-loading{
    display: none;
    position: relative;
    top:0;
    left:0;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background-color: #000;
    background-image: url('./img/fancybox/fancybox_loading@2x.gif');
    background-size: cover;
}

/*Contact Form*/

.wpcf7 p{
    display:none;
}

/* Private gallery */

.form-signin {
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -150px;
    max-width: 300px;
    padding: 19px 29px 29px;
    background-color: rgba(255, 255, 255, 0.5);;
    border: 1px solid rgb(229, 229, 229);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/*Laga*/

li.widget{
    list-style: none;
}

section.partner {
    text-align: center;
}

section.partner div.image>img{
    display: inline;
}

section.partner div.image{
    text-align: center;
    width: 275px;
    vertical-align: middle;

}

input[type="checkbox"]{

}

.polaroid-private input[type=text] {
    width: 30px;
}
.polaroid-private .uneditable-input {
    width: 30px;
}