            /* START HERE: CONTAINER WIDTH */
            @media screen and (min-width: 1024px) {
                /* Container Width */
                .container {
                    max-width: 1240px;
                }
                /* Content Width */
                .content-area {
                    width: 70%;
                }
                /* Sidebar Width */
                .widget-area {
                    width: 30%;
                }
            }

            /* START HERE: COLORS */
            /* Primary Color */
            body { 
                color: #303030;
            }

            /* Secondary Color */
            a:hover {
                color: #a3a3a3;
            }

            /* Accent Color */
            a,
            a:visited,
            a:focus,
            a:active  {
                color: #a1c6b4;
            }

            /* Social Icons Color */
            .widget-social a {
                color: #2f2f2f !important;
            }

            /* Social Icons Hover Color */
            .widget-social a:hover {
                color: #A3A3A3 !important;
            }

            /* Button Colors */
            .button,
            button,
            input[type="button"],
            input[type="reset"],
            input[type="submit"],
            .mc4wp-form input[type="submit"] {
                background: #000000;
                color: #ffffff!important;
            }

            /* Button Hover Colors */
            .button:hover,
            button:hover,
            input[type="button"]:hover,
            input[type="reset"]:hover,
            input[type="submit"]:hover,
            .mc4wp-form input[type="submit"]:hover {
                background: #abcee2;
                color: #000000!important;
            }

            /* 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: 80px;
                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: 42px;
                font-style: normal;
                font-weight: 700;
                letter-spacing: 0px;
                text-align: left;
                text-transform: none;
            }

            /* FONTS: CATEGORY */
            .cat-links {
                color: #a1c6b4;
                font-size: 14px;
                font-style: italic;
                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: #000000;
            }

            .site-title a:hover,
            .site-title a:active {
                color: #9e968b;
            }

            .site-description {
                color: #ceccd0;
            }

            /* HEADER: COLORS */
            .main-navigation a {
                color: #000000;
            }

            .main-navigation a:hover {
                color: #a3a3a3;
            }

            .site-header,
            .site-header .container,
            button.menu-toggle,
            button.menu-toggle:hover {
                background-color: #eaeaea;
            }

            .search-top .site-search:before {
                color: #2F2F2F;
            }

            /* BLOG STYLE: LAYOUT */
                            @media screen and (min-width: 1024px) {
                    .blog .content-area .entry-header {
                        float: right;
                        margin-top: 1em;
                        padding-left: 20px;
                        width: 50%;
                    }

                    .blog .content-area .entry-thumbnail {
                        float: left;
                        margin-top: 0;
                        margin-bottom: 0;
                        text-align: left;
                        width: 50%;
                    }

                    .blog .content-area .entry-thumbnail img {
                        object-fit: cover;
                        width: 100%;
                        height: 350px;
                    }

                    .blog .content-area .entry-content {
                        float: right;
                        padding-left: 20px;
                        width: 50%;
                    }
                    
                    .blog .content-area .entry-footer {
                        display: none !important;
                    }
                }
            
            
            
            
            
            
            
            /* BLOG STYLE: ENTRY TITLE COLOR */
            .entry-title a,
            .entry-title a:visited,
            .single-post .entry-title {
                color: #000000;
            }

            /* BLOG STYLE: ENTRY TITLE HOVER COLOR */
            .entry-title a:hover,
            .entry-title a:active {
                color: #A3A3A3;
            }

            /* HIDE/SHOW ELEMENTS: Search Box */
            
            /* HIDE/SHOW ELEMENTS: Category Post*/
            
            /* HIDE/SHOW ELEMENTS: Featured Image on the single post */
            
            /* HIDE/SHOW ELEMENTS: Date */
            
            /* HIDE/SHOW ELEMENTS: Author Link */
            
            /* 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,
            .footer-widget .widget-title {
              background-color: #eaeaea;
              color: #000000;
            }

            .site-footer a,
            .site-footer a:visited {
              color: #666666;
            }

            .site-footer a:hover,
            .site-footer a:focus,
            .site-footer a:active  {
              color: #cccccc;
            }

            .site-footer-bottom,
            .site-footer-bottom .container {
              background-color: #cccccc;
              color: #666666;
            }

            .site-footer-bottom a,
            .site-footer-bottom a:visited {
              color: #000000;
            }

            .site-footer-bottom a:hover,
            .site-footer-bottom a:focus,
            .site-footer-bottom a:active  {
              color: #cccccc;
            }
        