/*
Theme Name: Janice Bradley Celebrant
Theme URI: http://www.janicecelebrant.com.au
Author: Mr. Digital
Author URI: http://www.mrdigital.com.au
*/

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);

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

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

.sliderarea {border:2px solid #fff}

em {
    font-style: italic;
}

body {
    margin: 1em auto;
    font-size: 14px;
    font-family: 'Merriweather';
    line-height: 1.8em;
    background: url('https://www.janicecelebrant.com.au/home/wp-content/uploads/2013/10/topbg.png') repeat-x;
}

#header {
    text-align: center;
    margin-bottom: 2em;
    position: relative;
}

#header .phone {
    position: absolute;
    right: 50px;
    bottom: 20px;
    display: block;
    font-size: 26px;
    font-family: 'Josefin Sans';
    font-weight: 700;
}

.bridesonline {position:absolute; top:0; right:0;}
.bridesonline img {width:200px !important}

#header img {
    width: 350px;
}

#content {
    margin-top: 2em;
    margin-right: 1.5em;
}

#content p {
    font-family: 'Merriweather';
    margin-bottom: 1em;
    line-height: 1.8em;
    font-size: 15px;
}

#content h1 {
    font-size: 28px;
    margin-bottom: 1em;
    font-family: 'Josefin Sans';
}

#content h2 {
    font-size: 26px;
    margin-bottom: 1em;
    font-family: 'Josefin Sans';
    font-weight: 500;
    line-height: 1.2em;
}

#content h3 {
    font-size: 18px;
    margin-bottom: 0.5em;
    font-family: 'Josefin Sans';
    text-transform: uppercase;
}

#menu {
    text-align: center;
    margin-bottom: 1em;
    border-bottom: 1px solid #333;
}

#slider {
    margin-top: 1em;
    margin-bottom: 0.5em;
}

#pagetop {
    margin-top: 1em;
    margin-bottom: 0.5em;
}

#pagetop h1 {
    font-size: 50px;
    font-family: 'Josefin Sans';
    color: #fff;
    line-height: 120px;
    text-transform: uppercase;
    font-weight: 700;
}

#sidebar {
    margin-top: 2em;
}

#sidebar img {
    margin-bottom: 1em;
    border: 1px solid #e0e0e0;
}

#sidebar li h2 {
    font-size: 24px;
    margin-bottom: 1em;
}

#sidebar li i {
    padding-right: 0.5em;
}

#footer {
    height: 100px;
    border-top: 1px solid #999;
    margin-top: 2em;
}

#footer .social {
    float: right;
    margin: 0.5em;
    width: 40px;
}

.wrap {
    width: 100%;
}

.slidewrap {
    background: url('https://www.janicecelebrant.com.au/home/wp-content/uploads/2013/10/linesbg.png') #a64686;
}

.clear {
    clear: both;
}

.gallery-item img {
    border: 1px solid #e0e0e0 !important;
}


.gallery-caption {display:none;}

.copyright {
    display: block;
    float: left;
    font-size: 12px;
    margin-top: 1em;
    font-family: 'Merriweather';
}

#form {
    background: #f0f0f0;
    border: 1px solid #e0e0e0;
    padding: 1em;
    width: 90%;
    margin-top: 1em;
    display: block;
}

#form input[type=text], #form textarea {
    padding: 1em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 90%;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    background: #f0f0f0;
    font-size: 13px;
    font-family: 'Merriweather';
}

#form label {
    font-family: 'Merriweather';
}

#form .button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    display: block;
    background: #a24683;
    padding: 1em;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Josefin Sans';
    color: #fff;
    cursor: pointer;
}

#form h3 {
    font-size: 24px;
    font-family: 'Josefin Sans';
}

strong {
    font-weight: bold;
}

.nivo-lightbox-title {
    display: none !important;
}

ul {
    margin-bottom: 1em;
}

.gform_footer {
    padding: 0 !important;
}

.gallery_pages_list {
    font-size: 18px;
    font-family: Josefin Sans, sans-serif;
    margin-top: 1em !important;
}

.service_img {
    width: 150px;
    float: left;
    margin: 0em 1em 1em 1em;
   display:table;
}

@media all and (max-width: 500px) {
    #content p {
        font-size: 12px;
    }

    #menu {
        width: 90% !important;
        margin: 0 auto;
        border: 0;
    }

    #menu select {
        width: 100%;
        margin: 0 auto;
        color: #333;
        display: block;
        text-align: none !important;
        padding: 1em;
        font-size: 16px;
        background: transparent;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    #content {
        width: 90%;
        margin: 0 auto;
    }

    #content h1 {
        font-size: 24px;
        text-align: center;
    }

    #content h2 {
        font-size: 18px;
    }

    #content h3 {
        font-size: 14px;
    }

    #header img {
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    #sidebar img {
        width: 90%;
        margin: 0 auto;
        display: block;
    }

    #header .phone {
        display: none;
    }

    #footer {
        width: 90%;
        margin: 0 auto;
    }

    #pagetop {
        margin-bottom: 1em;
    }

    #pagetop h1 {
        font-size: 25px;
        text-align: center;
    }

    #sidebar li h2 {
        display: none;
    }

    #form {
        width: 80%;
        margin: 0 auto;
    }

    #footer {
        margin-top: 1em;
    }

    .gallery-item img {
        width: 100%;
    }

    .gallery {
        width: 100%;
    }

    .gallery-item {
        float: left !important;
        width: 30% !important;
        margin: 1% !important;
    }

.bridesonline {display:none !important}
}