/*
 Theme Name:   Suff Theme
 Theme URI:    http://suffberlin.de
 Description:  A WordPress Theme for Weinhandlung Suff. Based on Twenty Thirteen Theme
 Author:       Matas Petrikas
 Author URI:   http://petrikas.de
 Template:     twentythirteen
 Version:      0.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         wine
 Text Domain:  suff
*/

@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,700);


h1, h2, h3, h4, h5, h6, body, ul, p, button {
    font-family: 'Noto Serif', Georgia, serif;
    line-height: 1.6;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
    font-weight: normal;
}
    

.hilite {
    background-color: #FF4040;
}

a, a:visited, .entry-content a {
    color: #13506b;
}

.nav-menu li:hover > a, .nav-menu li a:hover, 
.nav-menu li:focus > a, .nav-menu li a:focus {
    background-color: #13506b;
}


.inline-list li {
    display: inline-block;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.navigation-page li {
  margin-right: 4px;
  padding-right: 4px;
  border-right: 1px solid #777;
}

.navigation-page li:last-child {
    border-right: none;
}

/* Header syles */

body .site-header {
  background-size: cover;
  background-position: center center !important;
  height: 340px;
  
  /* background-image: 
  -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.15)), url(images/headers/suff_weingueter.jpg);
  background-image: 
  -o-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.15)), url(images/headers/suff_weingueter.jpg); */
  background-image: 
  linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.15)), url(https://suffberlin.de/wp-content/uploads/2019/10/SUFF_Shoot_-8-960x630_c.jpg);


}

.home .site-header {
  height: 670px;
}


body .site-header.events {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.15)), url('images/headers/suff_veranstaltungen.jpg');
}

.site-header .home-link{
    background: url('images/suff-logo.svg') top center no-repeat;
    text-indent: -5000px;
    width: 470px;
    height: 75px;
    position: relative;
    top: 24px;
}




.navbar {
    background: none;
    position: absolute;
    top: 120px;
    z-index: 500;
}

/* Language Navigation */

.nav-menu-languages {
    position: absolute;
    right: 24px;
    top: -116px;
    width: 200px;
    text-align: right;
    font-size: 80%;
    padding: 0;
}


.nav-menu-languages li:first-child {
    border-right: 1px solid #ffffff;
    padding-right: 4px;
}

.nav-menu-languages .current-lang {
    font-weight: bold;
}

.nav-menu-languages a {
    color: #ffffff;
}



/* Main Navigation */

.main-navigation {
    text-align: center;
}

.nav-menu li a {
    color: #ffffff;
}


.nav-menu .current-menu-item > a {
    background-color: #ffffff;
    color: #000;
    font-style: normal;
}

/* the social menu in the top navi is shown only on mobile */
header .menu-social-sites-container {
    display: none;
}


.menu-social-sites-container li {
    display: inline-block;
}

.menu-social-sites-container a {
    background: url('images/social.svg') -39px -39px no-repeat;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-indent: -5000px;
}


.menu-social-sites-container a[href*="maps"] {
    background-position: -339px -159px; 
}
.menu-social-sites-container a[href*="instagram"] {
    background-position: -219px -39px; 
}

.menu-social-sites-container a[href*="foursquare"] {
    background-position: -459px -159px; 
}

.menu-social-sites-container a[href*="yelp"] {
    background-position: -399px -159px; 
}


/* Page title */

.entry-title {
    font-size: 44px;
}

/* Listing pages */

.listing ul {
    padding: 0;
}


.listing li {
    vertical-align: top;   
}

.listing h4 {
  padding: 0;
  margin: 4px 0;  
  font-size: 18px;
}

.sub-category {
  font-size: 80%;  
}

.photo-grid-3 li {
  width: 196px;    
}

.photo-grid-2 li {
   width: 280px;
   margin: 0 8px 24px 8px;   
}


/* Reposition Slideshows */
.entry-content .soliloquy-container {
    width: 960px;
    height: auto;
    margin-left: -178px;
}




/* footer */

.site-footer, .site-footer .sidebar-container {
    background-color: #13506b;
    /*background-color: #435b40;*/
    color: #ffffff; 
}

.site-footer .sidebar-container {
    max-width: 830px;
    margin: 0 auto; 
    
}

.menu-footer-navigation-container, .newsletter-container, .site-footer .menu-social-sites-container  {
    width: 232px;
    display: inline-block;
    vertical-align: top;
}

.menu-footer-navigation-container {
    width: 88px;
    text-align: left;
}

.site-footer .menu-social-sites-container {
    width: 288px;
    opacity: 0.5;
}

.site-footer ul{
    padding: 0;
    list-style-type: none;
}

.site-footer a {
    color: #ffffff;
    color: rgba(255,255,255,0.6);
}

.newsletter-container {
    
}


/* Home page */
.home .hentry {
    padding: 0;
}

.home .entry-content {
    max-width: 100%;
}

.home .entry-content p, .home .display-posts-listing {
    max-width: 604px;
    margin: 48px auto;
}

.home .entry-content .soliloquy-container {
    margin: 24px auto;
}

.home .entry-header {
    display: none;
}

.home footer.entry-meta {
    margin: 0;
}

/* Claim blocks */

.claim {
    background: top center no-repeat;
    color: #fff;
    text-align: center;
    padding: 50px 50px;
}

.claim h2 {
    font-size: 144px;
    line-height: 1.3
}

.claim h3 {
    font-size: 72px;
    font-weight: normal;
    line-height: 1.3
}

.claim h4 {
    font-size: 36px;
    font-weight: normal;
    line-height: 1.3
}

.claim.home {
    position: relative;
    top: -130px;
}

.claim.heilig {
    background-image: url('images/headers/suff_veranstaltungen.jpg');
    height 480px;
}


.site-header.events {
    background-image: url('images/headers/suff_veranstaltungen.jpg');
}



/* Events */

.tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 1.2em;
}

/* hide first event paging navigation as it looks confusing */
#tribe-events-header {
    position: absolute;
    left: -5000px;
}

#tribe-events .tribe-events-meta-group-gmap {
    width: 100%;
}



/* Responsive rules */

@media only screen 
and (max-width: 1024px) 
{ 

}


/* Mobile styles */

@media (max-width: 643px) {
    
    .site-header {
        background-size: auto 400px;
    }

    .home .site-header {
        background-size: auto 670px;
    }
        
    
    .site-header .home-link {
        background-size: 320px auto;
        width: 320px;
    }
    
    /* Navigation */
    
    .navbar {
        top: 0;
        height: 100%;
        /* the navigation overlay is covering too much on mobile */
        pointer-events: none;
    }
    #site-navigation {
        pointer-events: auto;
    }

    #site-navigation.toggled-on {
        background: #333;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 200;
    }
    
    
    .menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
      background: url('images/navicon.svg') top center no-repeat;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 12px;
        text-indent: -1590px;
        z-index: 500;
    }
    
    .nav-menu-languages {
        top: 360px;
        right: auto;
        width: 100%;
        text-align: center;
        z-index: 400;
        display: none;
    }

    .nav-menu li a, .nav-menu-languages a {
        font-size: 20px;
    }
    
    .toggled-on .nav-menu-languages {
        display: block;
    }
    
    
    .toggled-on .menu-social-sites-container {
        display: block;
    }
    


    .entry-content .claim {
        /* let claim blick touch the sides of the page */
        margin: 0 -20px 0 -20px;
    }

    .claim h2 {
        font-size: 36px;
        line-height: 1.5em;
    }
    
    .claim h3 {
        font-size: 28px;
        line-height: 1.5em;
    }

    .claim h4 {
        font-size: 24px;
    }
    
    .claim.home {
        position: relative;
        top: -24px;
    }

    /* Reposition Slideshows */
    .entry-content .soliloquy-container {
        width: 100%;
        height: auto;
        margin-left: auto;
    }


    /* photo listings */
    .photo-grid-3 li {
        width: 165px;
    }

    /* footer */
    .site-footer .address {
        font-size: 20px;
        margin: 0 32px;
        text-align: center;
    }

    .menu-footer-navigation-container {
        text-align: center;
        width: 100%;
        font-size: 18px;
    }

    #mc_embed_signup_scroll {
        text-align: center !important;
    }

    #mc_embed_signup input.button, #mc_embed_signup input.email  {

        display: inline-block !important;
    }

}