@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

body {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background-color: #ffffff;
}
a.brand img{
    max-width: 300px;
}
.navbar .nav li a{
    font-size: 16px;
    color: #444444;
    font-family: 'Quicksand', sans-serif;
}
.navbar .nav .active a{
    font-weight: 800;
}
#docsSearch {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #FDFAF1;
    border-bottom: 0;
    margin-bottom: 50px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2147988857/settings_images/00TYkxDwTmOWrnxrXEPv_bg-food.png);
}
#searchBar .search-query{
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0
}
#searchBar button {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    text-shadow: 0 0 black;
    background: #658fca;
    border: #658fca;
}
#searchBar button:hover {
    background: #658fca;
    opacity: 0.8;
}
#docsSearch h1 {
    font-weight: 700;
    color: #444444;
    font-family: 'Quicksand', sans-serif;
}
.navbar .nav .active .caret {
    border-bottom-color: #FDFAF1;
}
.collection-category h2{
    font-size: 24px;
    margin-bottom: 30px;
    color: #444444;
    font-family: 'Quicksand', sans-serif;
}
.collection-category h2 a {
    color: #363636;
    font-weight: 700;
}
.category-list .category p{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    color: #444444;
}
.category-list .category {
    background-color: #FFF;
    border: none;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 3%) 0px 0px 0px 1px, rgb(241 243 245) 0px 2px 10px 0px, rgb(0 0 0 / 5%) 0px 3px 3px 0px;
    box-sizing: border-box;
    display: inline-block;
    padding: 135px 50px 40px;
    min-height: 285px;
    transition: all 0.25s ease-in-out;
    width: 100%;
    margin: 0;
}
.category-list .category:hover {
    background-color: #FFF;
    box-shadow: rgb(0 0 0 / 6%) 0px 0px 0px 1px, rgb(220 223 226 / 30%) 0px 30px 60px 0px, rgb(0 0 0 / 10%) 0px 8px 20px 0px;
}
.category .article-count, .category-list .category:hover .article-count{
    color: #658fca;
    opacity: 0.8;
}
.category-list h3{
    font-weight: 700;
    font-size: 24px;
    font-family: 'Quicksand', sans-serif;
}
.category-list .category .article-count{
    color: #658fca;
    font-weight: 600;
}
.navbar .navbar-inner {
    background: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}
input:focus, input[type=text]:focus, textarea:focus, #sidebar form .search-query:focus{
    border-color: #658fca;
    box-shadow: 0 0 0;
}
.category-list .category, .category-list .category:hover, #sidebar form .search-query {
    background-repeat: no-repeat;
    background-position: center 36px;
    background-size: 80px 80px;
}


.category-list .category, .category-list .category:hover {
    background-repeat: no-repeat;
    background-position: center 36px;
    background-size: 80px 80px;
}
a#category-4 {
    background-image: url(https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2147988857/settings_images/ibIPwfV7QjeMMykw8k0R_icon-1.png);
}
a#category-11{
    background-image: url(https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2147988857/settings_images/aAqGN5XlQnOzBnjLKNSe_icon-4.png);
}
a#category-59{
    background-image: url(https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2147988857/settings_images/YT4vdrzlQ2al50i2D1vt_icon-3.png);
}
a#category-53{
    background-image: url(https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2147988857/settings_images/m3khWc98S2q18w2sAGy7_icon-2.png);
}
section.category-list.two-col {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
}
#contactModal, .abuse{
    border: 0;    
}
#contactModal h2, .abuse h2{
    font-weight: 700;
    color: #444444;
    font-family: 'Quicksand', sans-serif;
    padding: 15px 30px;
    border-bottom: 1px solid #eee;
}
.modal #closeBtn{
    top: 15px;
    right: 15px;
}
.control-label{
    font-size: 18px;
    color: #444444;
    font-family: 'Quicksand', sans-serif;
}
.control-group input[type="text"], input[type="email"], textarea {
    height: auto !important;
    padding: 10px!important;
    font-size: 18px !important;
    background-color: #fff;
    border: 1px solid #ccc !important;
    box-shadow: 0 0 0 !important;
    -webkit-box-shadow: 0 0 0 !important;
    width: 100% !important;
    box-sizing: border-box;
}
.control-group input {
    font-size: 18px;
    height: auto !important;
}
.modal-body{
    padding: 30px;
}
.form-actions input.btn {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 0;
    padding: 10px 30px;
    background-color: #658fca !important;
    background-image: none;
    text-shadow: 0 0 0 black;
    border: 0;
    color: #fff;
}
input.btn:hover{
    color: #fff;
    opacity: 0.8;
}
section#main-content {
    background: none;
    padding: 30px 0 0 30px;
}
.contentWrapper {
    border-radius: 10px;
    border: 0;
    box-shadow: rgb(0 0 0 / 6%) 0px 0px 0px 1px, rgb(220 223 226 / 30%) 0px 30px 60px 0px, rgb(0 0 0 / 10%) 0px 8px 20px 0px;
}
.contentWrapper h1{
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
}
.contentWrapper h1:after {
    content: '';
    width: 50px;
    height: 4px;
    background: #658fca;
    position: absolute;
    bottom: 0;
    left: 0;
}
#serp-dd .result a:hover, #serp-dd .result > li.active, #fullArticle strong a, #fullArticle a strong, .collection a, .contentWrapper a, .most-pop-articles .popArticles a, .most-pop-articles .popArticles a:hover span, .category-list .category .article-count, .category-list .category:hover .article-count {
    color: #658fca;
}
.icon-article-doc:before{
    margin-right: 10px;
}
#sidebar h3 {
    text-transform: capitalize;
    font-size: 24px;
    font-family: 'Quicksand', sans-serif;
    color: #444;
    margin-bottom: 20px;
}
#sidebar .nav-list a{
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 15px;
    color: #888888;
}
#fullArticle, #fullArticle p, #fullArticle ul, #fullArticle ol, #fullArticle li, #fullArticle div, #fullArticle blockquote, #fullArticle dd, #fullArticle table {
    color: #444444;
    font-size: 18px;
}
.articleFoot p, .articleFoot time{
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
}
.articleList,
.contentWrapper p.descrip{
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
}
#sidebar .nav-list .active a, #sidebar .nav-list .active a:hover, #sidebar .nav-list .active a:focus{
    color: #658fca;
}
#fullArticle .title{
    margin-bottom: 30px;
}
#file-upload {
  color: transparent;
}
#file-upload::-webkit-file-upload-button {
  visibility: hidden;
}
#file-upload::before {
    content: 'Select a File';
    color: #444;
    display: inline-block;
    background: #f9f9f9;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    padding: 10px 15px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Quicksand', sans-serif;
}
#file-upload:hover::before {
    opacity: 0.7;
}
#file-upload:active {
  outline: 0;
}
#file-upload:active::before {
  background: #EEEEEE;
}

@media (max-width: 768px){
    section#main-content {
        padding: 30px;
        margin: 0 -30px;
    }
    section.category-list.two-col {
        display: block;
    }
    .category-list .category, .category-list.two-col .category{
        margin-bottom: 20px;
    }
    #contactModal .controls{
        margin-left: 0;
    }
    #contactModal .form-actions{
        padding-left: 0;
    }
    .navbar .navbar-inner{
        padding-right: 0;
    }
    section#main-content{
        padding: 30px;
    }
}