/*
Theme Name: Feinstich Tattoo
Theme URI: http://www.feinstich-tattoo.de/
Author: art-connect GmbH
Author URI: http://www.art-connect.com
Description: Theme für http://www.feinstich-tattoo.de/
Version: 1.0
Text Domain: Feinstich Tattoo
*/

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "museo-sans",sans-serif;
    font-style: normal;
    font-weight: 300;
    background-image: url('img/bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #2a2a2a;
    font-size: 14px;
    line-height: 1.5em;
    padding-bottom: 80px;
}

a {
    color: #403432;
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    text-transform: uppercase;
}

h1, .h1 {
    font-size: 24px;
    line-height: 1.6em;
    border-bottom: 2px dotted #000;
}

h2, .h2 {
    font-size: 20px;
}

.strong {
    font-weight: 500;
}

.sidebar h2 {
    font-size: 18px;
    border-bottom: 2px dotted #000;
    line-height: 2.2em;
}

.news h2 {
    text-transform: none;
    margin-top: 5px;
    margin-bottom: 2px;
    color: #be0000;
}

a:hover, a:focus {
    color: #504240;
    text-decoration: none;
}

.wrapper {
    background-image: url('img/content-bg.jpg');
    background-repeat: no-repeat;
    background-color: #fbf3e3;
    max-width: 970px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.16);
    margin: 0 auto;
}

.main {
    min-height: 450px;
}

.logo-mobile {
    display: none;
}

.ms-container {
    border-right: 5px solid #403635;
    border-left: 5px solid #403635;
    border-bottom: 5px solid #403635;
}

.container {
    max-width: 970px;   
}

.logo-mobile {
    background-image: url('img/logo-mobile.png');
    width: 200px;
    height: 111px;
    float: left;
    z-index: 100;
    margin-bottom: 15px;
}

.logo {
    background-image: url('img/logo.png');
    width: 313px;
    height: 173px;
    position: absolute;
    top: -70px;
    z-index: 100;
}

.logo a {
    font-size: 0px !important;
    width: 313px;
    height: 173px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus .logo {
    background-color: transparent;
}

.nav > li > a {
    padding: 17px 30px 13px 30px;
}

.navbar {
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.8);
    border: none;
    border-radius: 0px;
    position: relative;
    margin-bottom: 0px;
    min-height: 48px;
}

.navbar-nav {
    width: 100%;
    height: 48px;
    margin-left: 20px;
}

.navbar-default {
    background-image: url('img/nav-bg.jpg');
    background-repeat: no-repeat;
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #e6e6e6;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #e6e6e6;
    background-color: transparent;
}

.band-left {
    position: absolute;
    left: -49px;
    top: 0;
    background-image: url('img/band-left.png');
    height: 65px;
    width: 49px;
}

.band-right {
    position: absolute;
    right: -49px;
    top: 0;
    background-image: url('img/band-right.png');
    height: 65px;
    width: 49px;
}

.nav-top {
    margin-bottom: 60px;
    padding-top: 15px;
}

.slider-holder {
    position: relative;
}

.footer {
    font-size: 0.9em;
    position: relative;
    margin-top: 30px;
}

.footer .border {
    border-top: 2px dotted #000;
    padding-top: 10px;
}

.news {
    margin-bottom: 30px;
    margin-top: 30px;
}

.post {
    margin-bottom: 30px;
}

.date {
    font-size: 0.9em;
    font-weight: 700;
}

.artist {
    margin-bottom: 30px;
}

.artist-thumb img {
    border: 5px solid #403635;
}

.back {
    margin-top: 15px;
}

.page-content {
    padding-left: 15px;
}

.sidebar-content {
    padding-right: 15px;
}

.page-content-full {
    padding-left: 15px;
    padding-right: 15px;
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* iPad in landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    .logo {
        display: none !important;    
    }
    .nav-top {
        margin-bottom: 0px;
    }
    .navbar-nav {
        width: 100%;
        height: 100%;
    }
    .logo-mobile {
        display: block;
    }
}

/* iPad in portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

}

/* iPhone5/5s in portrait */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 
    .logo {
        display: none !important;    
    }
    .nav-top {
        margin-bottom: 0px;
    }
    .navbar-nav {
        width: 100%;
        height: 100%;
        margin-left: 0px;
    }
    .logo-mobile {
        display: block;
    }
    .page-content {
        padding-left: 0px;
    }

    .sidebar-content {
        padding-right: 0px;
    }

    .page-content-full {
        padding-left: 0px;
        padding-right: 0px;
    }
    .ms-container {
        border-right: none;
        border-left: none;
        border-bottom: none;
    }
}

/* iPhone5/5s in landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
        background-color: #403432;
    }
    .logo {
        display: none !important;    
    }
    .nav-top {
        margin-bottom: 0px;
    }
    .navbar-nav {
        width: 100%;
        height: 100%;
        margin-left: 0px;
    }
    .logo-mobile {
        display: block;
    }
    .page-content {
        padding-left: 0px;
    }

    .sidebar-content {
        padding-right: 0px;
    }

    .page-content-full {
        padding-left: 0px;
        padding-right: 0px;
    }
    .ms-container {
        border-right: none;
        border-left: none;
        border-bottom: none;
    }
}

/* iPhone6 in landscape */
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
        background-color: transparent;
    }
    .logo {
        display: none !important;    
    }
    .nav-top {
        margin-bottom: 0px;
    }
    .navbar-nav {
        width: 100%;
        height: 100%;
        margin-left: 0px;
    }
    .logo-mobile {
        display: block;
    }
    .page-content {
        padding-left: 0px;
    }

    .sidebar-content {
        padding-right: 0px;
    }

    .page-content-full {
        padding-left: 0px;
        padding-right: 0px;
    }
    .ms-container {
        border-right: none;
        border-left: none;
        border-bottom: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
        background-color: transparent;
    }
    .logo {
        display: none !important;    
    }
    .nav-top {
        margin-bottom: 0px;
    }
    .navbar-nav {
        width: 100%;
        height: 100%;
        margin-left: 0px;
    }
    .logo-mobile {
        display: block;
    }
    .page-content {
        padding-left: 0px;
    }

    .sidebar-content {
        padding-right: 0px;
    }

    .page-content-full {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
        background-color: #403432;
    }
    .logo {
        display: none !important;    
    }
    .nav-top {
        margin-bottom: 0px;
    }
    .navbar-nav {
        width: 100%;
        height: 100%;
        margin-left: 0px;
    }
    .logo-mobile {
        display: block;
    }
    .page-content {
        padding-left: 0px;
    }

    .sidebar-content {
        padding-right: 0px;
    }

    .page-content-full {
        padding-left: 0px;
        padding-right: 0px;
    }
    .ms-container {
        border-right: none;
        border-left: none;
        border-bottom: none;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
        background-color: #403432;
    }
    .logo {
        display: none !important;    
    }
    .nav-top {
        margin-bottom: 0px;
    }
    .navbar-nav {
        width: 100%;
        height: 100%;
        margin-left: 0px;
    }
    .logo-mobile {
        display: block;
    }
    .page-content {
        padding-left: 0px;
    }

    .sidebar-content {
        padding-right: 0px;
    }

    .page-content-full {
        padding-left: 0px;
        padding-right: 0px;
    }
    .ms-container {
        border-right: none;
        border-left: none;
        border-bottom: none;
    }
}

/*-----------------------------
Making WordPress Contact Form 7 Plugin form responsive and full width with CSS customization
Add this code snippet to your WordPress theme's style.css file.
-------------------------------*/
div.wpcf7 .wpcf7-form-control { 
	max-width: 95%; 
}

/* Make Contact Form 7 Select Dropdown field responsive & full width */
.wpcf7 select {  
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0;
    padding: 4px;
    text-indent: 0px;
    width: 100%;
    z-index: 100;
}
/* Make Contact Form 7 text field full width & responsive */
.wpcf7-text { 
	width: 100%;
} 

.wpcf7-submit {	
  padding: 10px 10px 5px 10px;
background: #403432;
color: #fff;
border: none;
border-radius: 4px;
}

label {
	font-weight: normal;
margin-bottom: 10px;

}

.wpcf7-text, .wpcf7-textarea {
padding: 10px 10px 5px 10px;
border-radius: 4px;
border: none;
}

div.wpcf7-mail-sent-ok {
border: 1px solid #fff;
background: #398f14;
color: #fff;
border-radius: 4px;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 10px 10px 5px 10px;

}
