﻿/* CSS Document *//******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************//************
1. 1600px
************/
@media only screen and (max-width: 1024px)
{
    .main_nav_item
    {
        margin-right: 33px;
    }
}/************
6. 991px
************/
@media only screen and (max-width: 991px)
{
    .sidebar_section_title
    {
        display: none;
    }
    .latest_posts
    {
        display: none;
    }
    .news_post_quote
    {
        padding-left: 29px;
    }
    .main_nav_container
    {
        display: none;
    }
    .logo_container
    {
        padding-left: 30px;
    }
    .hamburger_container
    {
        display: block;
    }
    .sidebar
    {
        margin-top: 120px;
    }
    .newsletter_form_container
    {
        width: 90%;
    }
    .footer_col
    {
        margin-bottom: 30px;
    }
    .footer_col:last-child
    {
        margin-bottom: 0;
    }
}/************
7. 959px
************/
@media only screen and (max-width: 767px)
{
    .menu_container
    {
        right: -100vw;
        width: 100vw;
        height: 100vh;
    }
    .news_post_title_container
    {
        margin-top: -4px;
        padding-left: 21px;
    }
    .news_post_title a
    {
        font-size: 27px;
    }
    .newsletter_email
    {
        width: 100%;
    }
    .newsletter_submit_btn
    {
        margin-top: 15px;
    }
}/************
11. 575px
************/
@media only screen and (max-width: 575px)
{
    .sidebar_list_item a
    {
        padding: 9px!important;
    }
    .col-10, .col-2
    {
        min-width: 100%;
    }
    .col-2
    {
        border-bottom: solid 1px #9e9e9e;
    }
    h1
    {
        font-size: 24px;
    }
    p
    {
        font-size: 13px;
    }
    .header
    {
        height: 74px;
    }
    .logo_container
    {
        padding-left: 15px;
    }
    .logo span
    {
        font-size: 16px;
    }
    .hamburger_container
    {
        right: 5px;
    }
    .menu
    {
        top: 70px;
    }
    .menu_item
    {
        margin-bottom: 0;
    }
    .menu_item a
    {
        font-size: 24px;
    }
    .menu_copyright
    {
        display: none;
    }
    .menu_social_container
    {
        margin-top: 50px;
    }
    .menu_close_container
    {
        right: 30px;
        top: 34px;
    }
    .home
    {
        height: 200px;
    }
    .home_content
    {
        padding-top: 17px;
        padding-bottom: 11px;
        padding-left: 22px;
        padding-right: 24px;
    }
    .home_content h1
    {
        font-size: 30px;
    }
    .news_post_title_container
    {
        margin-top: 20px;
        padding-left: 0;
    }
    .news_post_date
    {
        height: 55px;
    }
    .news_post_date div:first-child
    {
        font-size: 18px;
    }
    .news_post_date div:last-child
    {
        font-size: 11px;
    }
    .news_post_title a
    {
        font-size: 20px;
    }
    .news_post_text
    {
        margin-top: 20px;
    }
    .news_post_button
    {
        width: 138px;
        height: 42px;
    }
    .news_post_button a
    {
        font-size: 14px;
        line-height: 42px;
    }
    .tag
    {
        height: 35px;
    }
    .tag a
    {
        font-size: 14px;
        line-height: 35px;
        padding-left: 23px;
        padding-right: 23px;
    }
    .footer_bar
    {
        padding-top: 49px;
        padding-bottom: 52px;
    }
    .footer_social
    {
        margin-top: 20px;
    }
    .footer_copyright span
    {
        font-size: 13px;
    }
    .link_title
    {
        white-space: normal!important;
    }
}/************
11. 539px
************/
@media only screen and (max-width: 479px)
{
    .header
    {
        height: 60px;
        top: 15px;
    }
    .comment_image
    {
        width: 50px;
        height: 50px;
    }
    .comment_content
    {
        padding-left: 19px;
    }
}/************
14. 400px
************/
