/**
Theme Name: KCRF Astra Child
Author: Kris Kimball
Author URI: https://blogfixer.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kcrf-astra-child
Template: astra
*/

@font-face {
    font-family: 'bree_serifregular';
    src: url('type/breeserif-regular-webfont.woff2') format('woff2'),
    url('type/breeserif-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fredericka_the_greatregular';
    src: url('type/frederickathegreat-regular-webfont.woff2') format('woff2'),
    url('type/frederickathegreat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kite_oneregular';
    src: url('type/kiteone-regular-webfont.woff2') format('woff2'),
    url('type/kiteone-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.kite  {
    font-family: 'kite_oneregular' !important;
    font-size: 30px;
    font-weight: bold;
}

.small-width {
    width: 50%;
    display: block;
    margin:0 auto;
}

.main-header-bar {
    background-image: url(https://kidscookrealfood.com/wp-content/uploads/2020/03/Kids-Cook-Real-Food-Background-online-kids-cooking-lesson-videos.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-header-bar:before {
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
}

.whitewash:before {
    background-color: rgba(255, 255, 255, 0.7);
}

.overlay {
    position: relative;
}

.overlay:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
}

.ast-single-post .entry-title, .page-title {
    /* font-size: 3.125em; */
}

.ast-single-post .entry-title, .ast-single-post .entry-title a {
    /* line-height: 1.1; */
}


/*h1 { font-size: 3.125em;} !* // 50 ÷ 16 = 3.125 *!*/
/*h2, .entry-content h2 { font-size: 2.3125em;} !* // 37 ÷ 16 = 2.3125 *!*/
/*h3, .entry-content h3 { font-size: 1.75em; } !* // 28 ÷ 16 = 1.75 *!*/
/*h4, .entry-content h4 { font-size: 1.5em; } !* // 24 ÷ 16 = 1.75 *!*/

h1 {
    color: #009516;
    font-family: 'bree_serifregular';
}

h2, .entry-content h2 {
    color: #00bec0;
    font-family: 'bree_serifregular';
}

h3, .entry-content h3, h4, .entry-content h4 {
    font-family: 'kite_oneregular' important;
}

.main-header-menu > .menu-item > .menu-link {
    text-transform: uppercase;
    font-family: 'ProximaNova-Bold', Helvetica, Arial, sans-serif;
    letter-spacing: .01em;
    /* font-size: 17px; */
    font-weight: bold;
}

.main-header-menu .menu-item:hover > .menu-link, .main-header-menu .menu-item:hover > .ast-menu-toggle, .main-header-menu .ast-masthead-custom-menu-items a:hover, .main-header-menu .menu-item.focus > .menu-link, .main-header-menu .menu-item.focus > .ast-menu-toggle, .main-header-menu .current-menu-item > .menu-link, .main-header-menu .current-menu-ancestor > .menu-link, .main-header-menu .current-menu-item > .ast-menu-toggle, .main-header-menu .current-menu-ancestor > .ast-menu-toggle {
    color: #fff;
    background-color: #00bec0;
}

.ast-separate-container {
    background-color: #fff;
}

.ast-separate-container .ast-article-single {
    border-bottom: 0;
}

.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
    padding-top: 0;
}

.ast-footer-overlay {
    background-color: #fff;
    color: #ff8214;
}

.site-footer a, .site-footer a:visited {
    color: #ff8214;
	font-family: 'Open Sans', sans-serif !important;
    text-decoration: underline;
    /* font-size: 87.5%; */
}

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

.ast-small-footer .nav-menu a {
    padding: 0 0.3em;
}

.post-outro {
    background-color: #00bec0;
    color: white;
    padding: 30px;
}

.entry-meta a, .entry-meta a:visited {
    color: #cccccc;
}

.entry-meta, .entry-meta * {
    color: #cccccc;
}

.h1-size {
    font-size: 42px;
}

.h2-size {
    font-size: 32px;
}

.h3-size {
    font-size: 25px;
}

/**
  Causes section to go all the across
 */
@media (min-width: 922px) {
    .post-outro {
        width: 100vw;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .post-outro-wrap {
        width: 1025px;
        margin: auto;
    }

}

.amazon-disclaimer {
    text-align: center;
    font-size: smaller;
    font-style: italic;
}

.large {
    font-size: 130%;
}

body a, body a:visited {
    color: #0FAECA;
}

a {
    color: #428bca;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    color: #007c98;
}

.post-thumb-img-content {
    text-align: center;
}

.ast-footer-overlay {
    padding-top: 0;
    padding-bottom: 0;
}

.footer-sml-layout-1 .ast-small-footer-section-2 {
    margin-top: 0;
}

body a.button, .button a {
    color: #ffffff;
}

span.button, span.button:hover {
    background: none;
}
.button a,a.button,a .button, input.ninja-forms-field[type='button'], button.button {
    display: inline-block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 900;
    color:#fff !important;
    text-decoration: none !important;
    padding:10px 20px;
    background-color: #ff8214;
    box-shadow: inset 0px -1px 3px rgba(0,0,0,0.5), /*bottom internal shadow*/
    inset 0px 1px 3px rgba(255,255,255,0.8); /*top internal highlight*/

}
.button a:hover,a.button:hover, input.ninja-forms-field[type='button']:hover, button.button:hover {
    background-color: #ef770d;
    box-shadow: inset 0px -2px 3px rgba(255,255,255,0.8), /*bottom internal shadow*/
    inset 0px 1px 3px rgba(0,0,0,0.8)/*top internal highlight*/
}

.table>thead>tr>th {
    border: none;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border: none;
}

table, td, th {
    border: none;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/** /blog/ page **/
.blog h2 a, .blog h2 a:visited {
    color: #009516;
}

.kcrf-blog-page-header h1 {
    margin-bottom: 20px;
}

.kcrf-blog-page-header {
    margin-bottom: 20px;
}

.ast-separate-container .ast-article-single {
    padding-bottom: 0;
}

.ast-separate-container .comment-respond {
    padding-top: 0;
}

@media (max-width: 992px) {
    .kcrf-blog-page-header .col-sm-12 {
        float: none;
    }
}

@media (max-width: 768px) {
    .kcrf-blog-page-header .col-xs-12 {
        float: none;
    }
}

/**
 * Collapseomatic plugin styling
 */
.collapseomatic {
    background-image: url(images/collapse-sprite.png);
    background-repeat: no-repeat;
    background-size: 50px;
    padding-left: 50px;
    line-height: 2;
    padding-top: 10px;
    padding-bottom: 10px;
}

.colomat-close {
    background: url(images/collapse-sprite.png) 0 -54px no-repeat;
    background-size: 50px;
}

.ast-separate-container .ast-archive-description, .ast-separate-container .ast-author-box {
    background-color: transparent;
}