/*
Theme Name: Foodsafety 2020
Theme URI: http://www.wordpress.org/
Theme Name: Foodsafety 2020
Description: Foodsafety 2020 WordPress Theme
Theme Version: 1.0
Author: Foodsafety 2020
Author URI: http://www.wordpress.org/
Tags: white, green, custom header, fixed width, two columns, widgets, fully responsive
*/
body {
    font-family: 'Rubik', sans-serif;
    background: #f0f7ed;
}

/*img {
    min-width: 100%;
}*/

a:hover {
    text-decoration: none;
}

.textLeft {
    text-align: left;
}

.textcenter {
    text-align: center;
}

.textRight {
    text-align: right;
}

.topContainer {
    background: #36c278;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navigation {
    padding: 25px 0 0;
}

.navigation ul {
    list-style: none;
    padding: 0px;
}

.navigation ul li {
    display: inline-block;
    padding: 0 20px;
}

.navigation ul li a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    color: #043119;
    letter-spacing: 1px;
}

.navigation ul li a:hover {
    color: #fff;
}

.mobileNav {
    display: none;
}

.mobileNav ul {
    list-style: none;
}

.mobileNav ul li {
    display: inline-block;
    padding: 0 15px;
}

.mobileNav ul li a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    color: #043119;
    letter-spacing: 1px;
}

.mobileNav ul li a:hover {
    color: #fff;
}

.logo {
    padding: 0px;
}

.logo img {
    max-width: 100%;
}

.banner {
    position: relative;
}

.banner img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bannerText {
    position: absolute;
    top: 30%;
    left: 2%;
    z-index: 999;
    background-color: #fff;
    opacity: 0.4;
    padding: 10px;
    display: none;

}

.bannerText h4 {
    text-transform: uppercase;
    line-height: 40px;
    font-size: 30px;
    color: #279a5d;
    letter-spacing: 3px;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 20px;
}

.bannerText h6 {
    text-transform: uppercase;
    line-height: 25px;
    font-size: 24px;
    font-style: italic;
    color: #05321a;
    letter-spacing: 3px;
}

.welcomeContainer {
    padding: 20px 0 0 0;
}

.welcomeContainer p {
    font-weight: 400;
    font-size: 15px;
    color: #929292;
}

.latestBlog {
    padding-top: 40px;
}

.latestBlog h3 {
    background: url(assets/images/headingbar.jpg) bottom no-repeat;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 30px; 
    color: #224733;
    font-weight: 600;
    font-size: 37px;
    letter-spacing: 3px;
    padding-right: 60px;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
}

.latestBlog ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.latestBlog ul li {
    display: inline-block;
    text-align: left;
    padding: 15px;
    width: 31%;
    margin: 10px;
    min-height: 300px;
    background: #fff;
    vertical-align: top;
}

.blogDate {
    padding-bottom: 10px;
}

.blogDate p {
    font-size: 10px;
    color: #9a9999;
}

.latestBlog ul li h4 {
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #279a5d;
}

.latestBlog ul li h4 a{
    color: #279a5d;
}

.latestBlog ul li p {
    font-weight: 400;
    font-size: 15px;
    color: #929292;
}

.more {
    padding-top: 40px;
}

.more a {
    font-weight: 600;
    font-size: 15px;
    color: #279a5d;
    letter-spacing: 2px;
}

.more a:hover {
    text-decoration: underline;
}

.askMore {
    background: url(assets/images/askmore.jpg) no-repeat;
    background-size: cover;
    margin-top: 30px;
}

.askMoreIn {
    padding: 60px 0 40px;
}

.askMoreIn h3 {
    background: url(assets/images/headingbar.jpg) bottom no-repeat;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 30px; 
    color: #224733;
    font-weight: 600;
    font-size: 37px;
    letter-spacing: 3px;
    padding-right: 60px;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
}

.askMoreIn ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.askMoreIn ul li {
    display: inline-block;
    width: 31%;
    margin: 10px;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

.askMoreIn ul li h4 {
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #279a5d;
}

.askMoreIn ul li h4 a {
    color: #279a5d;
}

.askMoreIn ul li p {
    font-weight: 400;
    font-size: 15px;
    color: #929292;
}

.currentIssue {
    background: #fff;
    padding: 30px 0;
}

.currentIssue h3 {
    background: url(assets/images/headingbar.jpg) bottom no-repeat;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 30px; 
    color: #224733;
    font-weight: 600;
    font-size: 37px;
    letter-spacing: 3px;
    padding-right: 60px;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
}

.currentIssue ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.currentIssue ul li {
    display: inline-block;
    width: 31%;
    margin: 10px;
    padding: 10px;
    text-align: left;
}

.currentIssue ul li h4 {
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #279a5d;
}


.currentIssue ul li h4 a{
    color: #279a5d;
}

.currentIssue ul li p {
    font-weight: 400;
    font-size: 15px;
    color: #929292;
}

.testimonial {
    padding: 30px 0;
}

.testimonial h3 {
    background: url(assets/images/headingbar.jpg) bottom left no-repeat;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 30px; 
    color: #224733;
    font-weight: 600;
    font-size: 37px;
    letter-spacing: 3px;
    padding-right: 60px;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
}

.testimonial ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.testimonial ul li {
    display: inline-block;
    background: #fff;
    width: 48%;
    margin: 10px;
    padding: 10px;
    text-align: left;
}

.testimonial ul li h4 {
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #279a5d;
}

.testimonial ul li p {
    font-weight: 400;
    font-size: 15px;
    color: #929292;
}

.footerCon {
    background: #b0caaa;
    padding-top: 20px;
    padding-bottom: 20px;
}

.copyright p {
    letter-spacing: 1px;
    margin: 0px;
    font-size: 15px;
    color: #043119;
}

.copyright p a {
    font-size: 13px;
    color: #043119;
}

.footerNav ul {
    text-align: left;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.footerNav ul li {
    display: inline-block;
    padding: 0 10px;
}

.footerNav ul li a {
    text-transform: uppercase;
    font-size: 15px;
    color: #043119;
    letter-spacing: 2px;
}

.footerNav ul li a:hover {
    color: #318d5c;
}

/* Inner page */

.innerBg {
    background: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
}

.innerPageCon {
    padding: 0;
}

.innerPageCon h3 {
    background: url(assets/images/headingbar.jpg) bottom left no-repeat;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: #224733;
    text-align: left; 
    font-size: 37px;
    font-weight: 600;
    letter-spacing: 3px;
    padding-right: 60px;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
}

.innerPageCon p {
    line-height: 25px;
    font-size: 15px;
    color: #929292;
}

.pageImg {
    padding: 100px 30px 0;
}

.pageImg img {
    min-width: auto;
    width: 100%;
}

.pagination {
    padding: 0px;
}

.pagination ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.pagination ul li {
    display: inline-block;
    padding: 0 5px;
}

.pagination ul li p {
    text-transform: uppercase;
    font-size: 15px;
    color: #224733;
}

.pagination ul li p a {
    text-transform: uppercase;
    font-size: 15px;
    color: #224733;
}

.pagination ul li p a:hover {
    text-decoration: underline;
}

.sidebar {
    background: #f0f7ed;
    padding: 20px;
}

.sidebarMenu {
    padding: 20px 0;
}

.sidebarMenu h6 {
    padding: 0 30px 10px 0;
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    color: #279a5d;
    background: url(assets/images/sidebar.jpg) bottom no-repeat;
}

.sidebarMenu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.sidebarMenu ul li {
    /*background: url(assets/images/list-icon.png) left top no-repeat;*/
    display: block;
    padding: 5px 0px 5px 15px;
}

.sidebarMenu ul li a {
    color: #929292;
    font-weight: 400;
    font-size: 15px;
}

.contactForm {
    padding: 0px;
}

.contactForm ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.contactForm ul li {
    padding: 5px 0;
}

.formField {
    background: #b1caaa;
    letter-spacing: 2px;
    color: #0e552e;
    font-size: 18px;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border: 1px solid #ccffee;
}

.formFieldBig {
    background: #b1caaa;
    letter-spacing: 2px;
    color: #0e552e;
    font-size: 18px;
    width: 100%;
    height: 150px;
    padding: 10px;
    border: 1px solid #ccffee;
}

.formBtn {
    background: none;
    color: #289a5c;
    float: right;
    border: none;
    font-size: 16px;
    letter-spacing: 3px;
}

.formBtn:hover {
    text-decoration: underline;
}

.innerBlog {
    padding-top: 20px;
}

.innerBlog ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.innerBlog ul li {
    display: inline-block;
    text-align: left;
    padding: 15px;
    width: 30%;
    margin: 10px;
    min-height: 300px;
    background: #f0f7ed;
}

.innerBlog .blogDate {
    padding-bottom: 10px;
}

.innerBlog .blogDate p {
    font-size: 10px;
    color: #9a9999;
}

.innerBlog h4 {
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #279a5d;
}

.innerBlog p {
    font-weight: 400;
    font-size: 15px;
    color: #929292;
}

/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
    }

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 10px;
    margin: 0 0 2px 7px;
    display: inline;
    }

img.alignleft {
    padding: 10px;
    margin: 0 7px 2px 0;
    display: inline;
    }

.alignright {
    float: right;
    }

.alignleft {
    float: left;
    }
/* End Images */

.blogPageListing {
    padding-top: 0;
}

.blogPageListing ul li {
    background: #f0f8e8;
}

.innerBlogPage p, .innerBlogPage ul li, .innerBlogPage ol li, .innerBlogPage blockquote, .innerBlogPage span{
    color: #000;
}
.innerBlogPage h1 {
    font-size: 32px;
    color: #000;
    background: none;
    font-weight: normal;
    padding: 0 0 10px 0;
    letter-spacing: normal;
    font-family: 'Rubik', sans-serif;
    margin: 0;
    text-transform: none;
}

.innerBlogPage h2 {
    font-size: 30px;
    color: #000;
    background: none;
    font-weight: normal;
    padding: 0 0 10px 0;
    letter-spacing: normal;
    font-family: 'Rubik', sans-serif;
    margin: 0;
    text-transform: none;
}

.innerBlogPage h3 {
    font-size: 28px;
    color: #000;
    background: none;
    font-weight: normal;
    padding: 0 0 10px 0;
    letter-spacing: normal;
    font-family: 'Rubik', sans-serif;
    margin: 0;
    text-transform: none;
}

.innerBlogPage h4 {
    font-size: 26px;
    color: #000;
    background: none;
    font-weight: normal;
    padding: 0 0 10px 0;
    letter-spacing: normal;
    font-family: 'Rubik', sans-serif;
    margin: 0;
    text-transform: none;
}

.innerBlogPage h5 {
    font-size: 24px;
    color: #000;
    background: none;
    font-weight: normal;
    padding: 0 0 10px 0;
    letter-spacing: normal;
    font-family: 'Rubik', sans-serif;
    margin: 0;
    text-transform: none;
}

.innerBlogPage h6 {
    font-size: 22px;
    color: #000;
    background: none;
    font-weight: normal;
    padding: 0 0 10px 0;
    letter-spacing: normal;
    font-family: 'Rubik', sans-serif;
    margin: 0;
    text-transform: none;
}

.questionButton {
    width: auto;
    padding: 10px;
    background-color: #224733;
    color: #fff;
    text-align: center;
    margin: 0 0 10px 0;
}

.questionButton a {
    color: #fff;
}