/*
Theme Name: RitchieHewett - V2
Author: Anthony Gherghetta & Jennifer Wu
Version: 1.1
*/

body {
    background-color: #FFFEF9;
    font-family: 'Droid Serif', serif;
}

a:link, a:visited { color:#E5989B; text-decoration: none;}
a:hover { text-decoration: underline;}
h1 {
    font-family: 'Oswald', serif;
    font-weight: 400;
    color: #3A290F;
letter-spacing: 4px;
    text-align: left;
}

h1.blog-title a {
    font-size: 80px;
    text-decoration: none;
    color: #3A290F;
}

.blog-sub-title {
    font-size: 25px;
}

h4 {
    font-size: 40px;
    margin-bottom: 60px;
    font-family: 'Droid Serif', serif;
    font-style: italic;
}

h2 {
    font-size: 30px;
    margin-bottom: 30px;
    font-family: 'Droid Serif', serif;
    font-style: italic;
}

h5.blog-description {
    font-size: 24px;
    font-family: 'Droid Serif', serif;
    font-style: italic;
}

blockquote { border-top: 2px solid #f3b6b8; border-bottom: 2px solid #f3b6b8; padding: 20px 0; border-left:0; font-style: italic; line-height: 1.8; color: #e5989b }


p {
    font-family: 'Droid Serif', serif;
}

h3 {
    font-family: 'Droid Serif', serif;
    font-style: italic;
    font-size: 30px;
    padding-top: 20px;
}

/* Header */

.site-header {
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
}

.site-header h1 {
    margin: 0;
    margin-bottom: 20px;
}

.site-header h1 a:link,
.site-header h1 a:visited {
    text-decoration: none;
}

.site-header h5 {
    margin: 0;
    padding-bottom: 20px;
    text-align: left;
}

.box { padding: 20px 10px; border: 2px solid #e0cdac; font-size: 30px; font-family:'Oswald', sans-serif; color: #666; border-radius: 20px}

          

/* Standard Nav Menu */

.site-nav ul {
    margin: 0;
    padding: 0;
}

.site-nav {
    padding: 10px 0 5px 0;
    margin: 0;
    
}

.site-nav ul:before, .site-nav ul:after { content: ""; display: table; }
.site-nav ul:after { clear: both; }
.site-nav ul { *zoom: 1; }

.site-nav ul li {
    list-style: none;
    float: left;
}

.site-nav ul li a:link,
.site-nav ul li a:visited {
    display: block;
}

/* nav menu */
.navcontainer { background: #BE5B6A; margin: 20px 0;}

.navcontainer nav {
    text-align: left;
}

.nav-menu {
    display: inline-block;
    padding:0 5px;
    text-align: center;
}



.navcontainer nav ul li {
    margin-right: 5px;
    font-family: 'Droid Serif', serif;
    font-size: 16px;
}


.navcontainer nav ul li a:link,
.navcontainer nav ul li a:visited {
    padding: 10px 17px;
    text-decoration: none;
    border: none;
    color: #fff;
}

.navcontainer nav ul li a:hover {
    background-color: #9c3e4c;
}

.navcontainer nav ul li.current-menu-item a:link,
.navcontainer nav ul li.current-menu-item a:visited,
.navcontainer nav ul li.current-page-ancestor a:link,
.navcontainer nav ul li.current-page-ancestor a:visited {
    font-weight: bold;
    background-color: #E5989B;
    color: #FFF;
}

/* Footer Styles */

.site-footer {
    margin-top: 20px;
    background: #272635;
    padding:50px 0;
    color:#ccc;
}

.footer-credit {
    font-size: 12px;
}

.social-icons {
    text-align: right;
}

.social-icons .fa {
    color: #E0CDAC;
}.social-icons .fa:hover {
    color: #fff;
}

/* content of pages */

.page-content {
    margin-top: 50px;
    line-height: 150%;
}

.page-content p {
    font-size: 16px;
    line-height: 1.6;
}

/* testimonials */

.testimonial {
    width: 100%;
    margin-top:50px;
    margin-bottom: 50px;
}

.testimonial .testimonial-img {
    width: 95%;
    height: auto;
}

.testimonial p {
    font-size: 18px;
    line-height: 30px;
}

.testimonial h2 {
    margin-top: 0;
    padding-top: 0;
    font-family: 'Playfair Display', serif;
}

.testimonial-img-full {
    max-width: 100%;
    height: auto;
    margin-top: 40px;
}

.image-div {
    text-align: center;
}

/* reviews */

.review {
    margin-top: 50px;
    margin-bottom: 50px;
}

.review p {
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
}

.review .review-date {
    font-size: 14px;
    margin-bottom: 10px;
}

/* news */

.news-title {
    margin-bottom: 0px;
}

.news-link {
    margin-bottom: 20px;
}

.news-img {
    width: 95%;
    height: auto;
    margin-bottom: 30px;
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

    .nav-menu .menu-item {
        width: 32%;
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    .site-header {
        margin-top: 40px;
    }

    .social-icons {
        text-align: left;
        margin-top:33px;
    }

    .nav-menu .menu-item {
        width: 32%;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    h1.blog-title a {
        font-size: 40px;
    }

    .nav-menu .menu-item {
        width: 100%;
    }



}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {



}

