/*   
Theme Name: KL Wedding
Description: A Child Theme of Padhang
Template: Padhang
*/
@import url(../padhang/style.css);
@import url(http://fonts.googleapis.com/css?family=Yellowtail);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);


/* TYPOGRAPHY */
#main a { 
    color: #33bdac;
    border-color: #ccfff9;
}

#main a:hover {
    border-color: #33bdac;
}

/* HEADER */
#page .site-header {
    width: auto;
    max-width: none;
    margin: 0;
}

.site-branding {
    display: none;
}


/* MENU */
div.menu {

}

.main-navigation {
    padding: 0;
    margin: 0;
    border: none;
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
}

.main-navigation ul li a {
    color: #fff;   
    font-family: 'Roboto Condensed', sans-serif;    
    font-size: 2rem;
    text-transform: uppercase;
}

.main-navigation ul li a:hover {
    text-decoration: underline;
    color: #fff;
}

/* PAGE */
#page .site-content {
    padding: 0;
    max-width: none;
    width: auto;
}

.content-area {
    width: auto;
}

.hentry {
    padding: 0;
    border-bottom: 0;
}

.entry-content {
    margin-top: 0;
}

.entry-header {
    display: none;
}

.entry-content .container {
    margin: 2em auto;
    padding: 0 7%;
    max-width: 960px;
}


/* PAGE CONTENTS */

.entry-content .container h2 {
    margin-top: 3rem;
}



/* HOME */
.hero-logo {
    background: transparent;
    background: url('/maui/wp-content/uploads/2014/05/home_logo.png'), -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
    background: url('/maui/wp-content/uploads/2014/05/home_logo.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
    background: url('/maui/wp-content/uploads/2014/05/home_logo.png'), -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: url('/maui/wp-content/uploads/2014/05/home_logo.png'), -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
    background: url('/maui/wp-content/uploads/2014/05/home_logo.png'), -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
    background: url('/maui/wp-content/uploads/2014/05/home_logo.png'), linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
    background-repeat: no-repeat;
    background-position: center top;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    position: absolute;
    height: 200px;
    margin-top: -208px;
    width: 100%;
}

.hero-logo span {
    color: #fff;
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
    margin-left: -8px;
}

/* HERO IMAGES */
.photo-credit {
    position: absolute;
    right: 10px;
    margin-top: -4rem;
    font-size: 1.3rem;
    color: #fff;
}

#content .photo-credit a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.photo-credit a:hover {
    border-color: #fff;
    border-style: solid;
}

#main h1.fancy-title {
    font-family: 'Yellowtail', cursive;
    color: #fff;
    font-size: 8rem;
    text-shadow: 0 0 14px #000;
    position: absolute;
    text-align: center;
    width: 100%;
}

#main h1.fancy-title.accommodations {
    margin-top: -27%;
}


#main h1.fancy-title.maui {
    margin-top: -33%;
}

#main h1.fancy-title.travel {
    margin-top: -35%;
    font-size: 10rem;
    text-shadow: 0 0 14px #444;
}

#main h1.fancy-title.details {
    margin-top: -29%;
    text-shadow: 0 0 14px #444;
}

#main h1.fancy-title.rsvp {
    margin-top: -29%;
    text-shadow: 0 0 14px #444;
}

#main h1.fancy-title.registry {
    margin-top: -33%;
    font-size: 10rem;
    text-shadow: 0 0 14px #444;
}

/* Registry */
.registry-wrapper {
    text-align: center;
}

.registry-wrapper a {
    border: none;
    margin: 10px;
    display: inline-block;
}

.registry-wrapper a img {
    width: 360px;
    height: 182px;
    box-shadow: 2px 2px 7px 2px #ccc;
}

.registry-wrapper a:hover img {
    box-shadow: 2px 2px 7px 2px #aaa;
}


/* Footer */

.site-info {
    background: url('/maui/wp-content/uploads/2014/05/logo.png') no-repeat top center;
    background-size: 60px 60px;
    padding-top: 65px;
}

.site-footer {
    color: inherit;
    padding: 2rem 0 0 0;
    margin-top: 50px;
    font-size: 1.3rem;
    width: auto;
    border-top: 1px solid #eee;
}
.site-footer a {
    color: #999;
    border-color: #ddd;
}

.site-footer a:hover {
    border-color: #777;
}

.menu-toggle {
    font-size: 2rem;
}

@media (max-width: 900px) {
    .main-navigation ul li a {
        font-size: 1.5rem;
        padding: 8px 10px;
    }
    
}


@media (max-width: 700px) {
    
    .hero-logo {
        background-position: center 70%;
        background-size: contain;
    }
}

@media screen and (max-width: 660px) {
    .main-navigation ul li a {
        font-size: 1.5rem;
        padding: 8px 5px;
    }
}


@media screen and (max-width: 600px) {
    
    .main-navigation.toggled .nav-menu {
        display: block;
        text-align: center;
        position: absolute;
        z-index: 100;
        width: 100%;
        background-color: rgba(0,0,0,0.7);
    }
    
    .main-navigation.toggled ul li a {
        font-size: 1.7rem;
    }
    
}

@media screen and (max-width: 570px) {
    
    #main h1.fancy-title {
        font-size: 5rem;
    }
    
    #main h1.fancy-title.travel {
        font-size: 5rem;
    }
    
    #main h1.fancy-title.accommodations {
        margin-top: -30%;
    }
    
    #main h1.fancy-title.registry {
        font-size: 6rem;
    }
    
}