            /* START HERE: CONTAINER WIDTH */
            @media screen and (min-width: 1024px) {
                /* Container Width */
                .container {
                    max-width: 1140px;
                }
                /* Content Width */
                .content-area {
                    width: 100%;
                }
                /* Sidebar Width */
                .widget-area {
                    width: 0%;
                }
            }

            /* START HERE: COLORS */
            /* Primary Color */
            body { 
                color: #303030;
            }

            /* Secondary Color */
            a:hover {
                color: #a3a3a3;
            }

            /* Accent Color */
            a,
            a:visited,
            a:focus,
            a:active  {
                color: #e6bdc3;
            }

            /* BACKGROUND */
            /* Container Color */
            .container { 
                background-color: #ffffff;
            }

            /* FONTS: BODY */
            body { 
                font-size: 14px;
                font-weight: 400;
            }

            /* FONTS: HEADINGS */
            h1,
            h2,
            h3,
            h4,
            h5,
            h6 {
                font-style: normal;
                font-weight: 700;
                letter-spacing: 0px;
                text-align: left;
                text-transform: none;
            }

            h1 { font-size: 26px; }
            h2 { font-size: 23px; }
            h3 { font-size: 20px; }
            h4 { font-size: 18px; }
            h5 { font-size: 16px; }
            h6 { font-size: 14px; }

            /* FONTS: SITE TITLE */
            .site-title {
                font-size: 60px;
                font-style: normal;
                font-weight: 700;
                letter-spacing: 0px;
                text-align: center;
                text-transform: none;
            }

            /* FONTS: TAGLINE */
            .site-description {
                font-size: 14px;
                font-style: italic;
                font-weight: 400;
                letter-spacing: 0px;
                text-align: center;
                text-transform: none;
            }

            /* FONTS: POST TITLE */
            .entry-title {
                font-size: 26px;
                font-style: normal;
                font-weight: 700;
                letter-spacing: 0px;
                text-align: left;
                text-transform: none;
            }

            /* FONTS: CATEGORY */
            .cat-links {
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                letter-spacing: 2px;
                text-align: left;
                text-transform: uppercase;
            }

            /* FONTS: MENU */
            .main-navigation {
                font-size: 12px;
                font-style: normal;
                font-weight: 400;
                letter-spacing: 1px;
                text-transform: uppercase;
            }

            /* FONTS: WIDGET TITLE */
            .widget-title {
                font-size: 12px;
                font-style: normal;
                font-weight: 700;
                letter-spacing: 2px;
                text-align: center;
                text-transform: uppercase;
            }

            /* HEADER: SITE TITLE COLORS */
            .site-title a,
            .site-title a:visited {
                color: #e6bdc3;
            }

            .site-title a:hover,
            .site-title a:active {
                color: #e6bdc3;
            }

            .site-description {
                color: #a3a3a3;
            }

            /* HEADER: MENU COLORS */
            .main-navigation a {
                color: #000000;
            }

            .main-navigation a:hover {
                color: #e6bdc3;
            }

            /* BLOG STYLE: LAYOUT */
            
            
            
            
            
                            @media screen and (min-width: 1024px) {
                    .blog .content-area {
                        width: 100%;
                    }

                    .blog .widget-area {
                        display: none;
                    }
                }
            
            
            /* HIDE/SHOW ELEMENTS: Search Box */
            
            /* HIDE/SHOW ELEMENTS: Woocommerce Cart */
            
            /* HIDE/SHOW ELEMENTS: Category Post*/
            
            /* HIDE/SHOW ELEMENTS: Comment Link */
            
            /* HIDE/SHOW ELEMENTS: Featured Image on the single post */
                            .single-post .entry-thumbnail {
                    display: none;
                }
            
            /* HIDE/SHOW ELEMENTS: Date */
                            .posted-on{
                    display: none;
                }
            
            /* HIDE/SHOW ELEMENTS: Author Link */
                            .byline {
                    display: none;
                }
            
            /* HIDE/SHOW ELEMENTS: Social Sharing */
            
            /* HIDE/SHOW ELEMENTS: Author Box */
            
            /* HIDE/SHOW ELEMENTS: Related Post */
            
            /* HIDE/SHOW ELEMENTS: Comment Area */
            
            /* HIDE/SHOW ELEMENTS: Footer Menu */
            
            /* FOOTER: COLORS */
            .site-footer,
            .site-footer .container {
              background-color: #f9f9f9;
              color: #000000;
            }

            .footer-widget .widget-title {
              background-color: #f9f9f9;
              color: #000000;
            }


            .site-footer a,
            .site-footer a:visited {
              color: #666666;
            }

            .site-footer a:hover,
            .site-footer a:focus,
            .site-footer a:active  {
              color: #e6bdc3;
            }
        