@charset "utf-8";

@layer external, clean_blog_theme, layout, theme;

/* Import Bootstrap CSS */
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css") layer(external);

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

/*
    Clean Blog Theme version 2.0.1 https://github.com/omscllc/clean_blog_theme
*/



@layer clean_blog_theme {
    /* branding */
    #logo, #sitename, .site-logo, .site-name {
        float: left;
    }
    /* links */
    a {
        -moz-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        -webkit-transition: color 0.2s ease-in-out;
        color: #3498db;
        text-decoration: none;
        transition: color 0.2s ease-in-out;
    }
    a#edit-help-link {
        display: inline-block;
        margin-top: 20px;
    }
    a:hover {
        text-decoration: none;
    }
    /* navbar header */
    .navbar-header .navbar-collapse {
        padding-right: 0;
    }
    .navbar-toggle .icon-bar {
        background: #3199dc;
    }
    /* media queries */
    @media only screen and (max-width: 767px) {
        /* navbar header */
        .navbar-header .navbar-collapse {
            position: absolute;
            right: 0;
            top: 38px;
        }
        .navbar-nav {
            margin: 0;
        }
        .region-header nav.navigation {
            z-index: inherit;
        }
        .region-header nav.navigation li {
            margin-bottom: 5px;
            margin-left: 0;
        }
    }

    /* articles */
    article .field--name-field-image {
        margin-bottom: 20px;
    }
    article .field--name-field-tags {
        background: url(../images/tag.png) no-repeat left;
        color: #999;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 0;
        margin-top: 20px;
        padding-left: 22px;
    }
    article .field--name-field-tags .field__items {
        display: inline-block;
    }
    article .field--name-field-tags .field__items a {
        background: #eee;
        border-radius: 4px;
        color: #333;
        display: inline-block;
        font-size: 14px;
        padding: 0 10px;
    }
    article .field--name-field-tags .field__items a:hover {
        background: #333;
        color: #fff;
    }
    article .field--name-field-tags .field__label {
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        margin-right: 10px;
    }
    article .node__submitted {
        background: url(../images/user.png) no-repeat left;
        color: #666;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 20px;
        margin-top: 10px;
        padding-left: 22px;
    }
    article h4.label {
        color: #333;
    }

    blockquote {
        clear: both;
        display: block;
        font-size: 18px;
        font-style: italic;
        font-weight: 400;
        line-height: 30px;
    }

    /* body */
    body {
        color: #666;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 300;
    }

    /* breadcrumbs */
    .breadcrumb {
        margin-bottom: 0;
        margin-top: 20px;
    }
    .breadcrumb.nav {
        margin: 0;
    }

    /* add a comment */
    .comment-add a {
        background: #999;
        border-radius: 4px;
        color: #fff;
        font-size: 14px;
        padding: 5px 10px;
    }

    /* comment wrapper */
    .comment-wrapper {
        margin-bottom: 15px;
    }
    .comment-wrapper > article, .comment-wrapper .indented {
        border-bottom: 1px solid #ddd;
        padding: 15px 0;
    }
    .comment-wrapper h2 {
        font-weight: 700;
        margin-top: 20px;
    }
    .comment-wrapper h3 {
        font-weight: 600;
        margin: 0;
    }
    .comment-wrapper h3 a {
        color: #333;
    }
    .comment-wrapper .indented {
        border: 0;
        padding-left: 100px;
    }
    .comment-wrapper .indented article {
        background: #eee;
        border-radius: 4px;
        padding: 15px;
    }
    .comment-wrapper .indented article footer article {
        display: none;
    }
    .comment-wrapper .links.inline a {
        background: #3199dc;
        border-radius: 4px;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        padding: 0 10px;
    }
    .comment-wrapper .links.inline li {
        color: #999;
        font-size: 14px;
        margin-right: 7px;
        padding: 0;
    }
    .comment-wrapper .new {
        background: goldenrod;
        border-radius: 4px;
        color: #fff;
        font-size: 14px;
        padding: 0 10px;
    }
    .comment-wrapper p {
        color: #333;
        font-size: 16px;
        font-weight: 400;
    }
    p.submitted {
        color: #999;
        font-size: 13px;
    }
    p.submitted a {
        font-weight: 600;
    }

    em {
        font-style: italic;
    }

    /* flexslider */
    .flexslider {
        overflow: hidden;
    }
    .flexslider .flex-caption {
        color: #fff;
        display: none;
        font-size: 60px;
        left: 0;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100%;
    }

    /* forms */
    form {
        margin-bottom: 20px;
    }
    form .form-item .description {
        color: #999;
        font-size: 11px;
        margin-top: 6px;
    }

    /* headings */
    h1, h2, h3, h4, h5 {
        color: #333;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        margin-bottom: 20px;
        margin-top: 0;
    }
    h1 {
        color: #2f343b;
        font-size: 35px;
        font-weight: 700;
        text-transform: uppercase;
    }
    h2 {
        color: #666;
        font-size: 28px;
        font-weight: 300;
    }
    h3 {
        color: #3498db;
        font-size: 20px;
    }
    h4 {
        color: #666;
        font-size: 16px;
    }
    h5 {
        color: #3498db;
    }

    /* images */
    img {
        height: auto;
        max-width: 100%;
    }
    img.align-left {
        margin-bottom: 20px;
        margin-right: 20px;
    }
    img.align-right {
        margin-bottom: 20px;
        margin-left: 20px;
    }

    /* form fields */
    input.button {
        background: #3598db;
        border: 0;
        border-radius: 50px;
        box-shadow: 0 0 0;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        margin: 0;
        min-width: 140px;
        padding: 8px 20px;
        text-transform: uppercase;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
    }
    input.button:hover {
        background: #2f343b;
    }
    input[type="text"], input[type="email"], input[type="password"], input[type="search"], textarea {
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 14px;
        padding: 6px 0 6px 20px;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        width: 100%;
    }
    input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
        border: 1px solid #d0a523;
    }

    /* labels */
    label {
        display: block;
    }


    /* ordered lists */
    ol {
        margin-bottom: 10px;
        padding-bottom: 15px;
    }

    /* paragraphs */
    p {
        color: #777;
        font-size: 16px;
        line-height: 28px;
        margin: 0 0 0.8em;
    }

    /* sections */
    section#main {
        min-height: 600px;
    }

    /* sidebars */
    .sidebar > .region .block {
        background: #f5f5f5;
        border-radius: 4px;
        box-shadow: 0 0 1px #afafaf;
        margin-bottom: 20px;
        padding: 20px;
    }
    .sidebar > .region .views-element-container {
        background: #f5f5f5;
        border-radius: 4px;
        box-shadow: 0 0 1px #afafaf;
        margin-bottom: 20px;
        padding: 20px;
    }
    .sidebar > .region .views-element-container .views-row {
        border-bottom: 1px dotted #999;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .sidebar > .region .views-element-container .views-row a {
        color: #333;
        font-size: 14px;
        font-weight: 400;
    }
    .sidebar > .region .views-element-container .views-row a:hover {
        text-decoration: underline;
    }
    .sidebar ul.menu {
        margin: 0;
        padding: 0;
    }
    .sidebar nav {
        margin-bottom: 20px;
    }
    /* branding */
    .site-logo {
        height: 88px;
        min-width: 88px;
    }
    .site-name {
        font-size: 20px;
        font-weight: bold;
        line-height: 88px;
        text-transform: uppercase;
    }
    /* tabs */
    .tabs.primary {
        border-bottom: 1px solid #ccc;
    }
    .tabs.primary a {
        background-color: #ccc;
        color: #fff;
        font-weight: 400;
        padding: 10px 20px;
    }
    .tabs.primary a:hover {
        background-color: #24282d;
    }
    .tabs.primary a.is-active {
        background-color: #3598db;
    }

    /* regions */
    .region-header nav.navigation {
        float: right;
        margin-top: 23px;
        z-index: 1;
    }
    .region-header nav.navigation .navbar {
        margin-bottom: 0;
    }
    .region-header nav.navigation li {
        margin-left: 10px;
    }
    .region-header nav.navigation a {
        border-radius: 10px;
        color: #ccc;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .region-header nav.navigation a.is-active {
        background: #3498db;
        color: #fff;
    }
    .region-header nav.navigation a:hover {
        background: #000;
        color: #fff;
    }

    .region-secondary-menu {
        overflow: hidden;
        text-align: right;
    }
    .region-secondary-menu ul.menu {
        text-align: right;
    }
    .region-secondary-menu ul.menu li {
        font-size: 13px;
        display: inline-block;
        margin-left: 10px;
    }

    /* blocks */
    #block-btheme-branding {
        float: left;
    }
    #block-btheme-powered {
        font-size: 11px;
    }

    /* header */
    #header {
        background: #fff;
        padding: 10px 0;
    }

    /* highlighted */
    #highlighted {
        /* No properties defined */
    }
    /* branding */
    #logo, #sitename, .site-name, .site-logo {
        float: left;
    }
    #logo img {
        /* No properties defined */
    }
    #sitename h2 {
        letter-spacing: 3px;
        line-height: 90px;
        margin: 0 0 0 10px;
        text-transform: uppercase;
    }
    #sitename h2 a {
        color: #fff;
    }
    /* main section */
    #main {
        min-height: 750px;
        padding: 30px 0;
    }
    #main div[role="main"] .views-field-title {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 0;
    }
    #main div[role="main"] .views-field-last-comment-name {
        background: url(../images/user.png) no-repeat left;
        color: #666;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 20px;
        margin-top: 10px;
        padding-left: 22px;
    }
    #main div[role="main"] .views-field-created {
        background: url(../images/time.png) no-repeat left;
        color: #999;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 0;
        margin-top: 20px;
        padding-left: 22px;
    }
    #main div[role="main"]  .views-row {
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    #main div[role="main"] .views-field-view-node {
        margin: 10px 0;
    }
    #main div[role="main"] .views-field-view-node a {
        background: #3199dc;
        border-radius: 50px;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        padding: 10px 20px;
    }
    #main div[role="main"] .views-field-view-node a:hover {
        background: #000;
    }
    /* views-field-field-tags */
    .views-field-field-tags {
        background: url(../images/tag.png) no-repeat left;
        margin-top: 20px;
        padding-left: 22px;
    }
    .views-field-field-tags .field-content {
        display: inline-block;
    }
    .views-field-field-tags .field-content a {
        background: #eee;
        border-radius: 4px;
        color: #333;
        display: inline-block;
        font-size: 14px;
        padding: 0 10px;
    }
    .views-field-field-tags .field-content a:hover {
        background: #000;
        color: #fff;
    }
    .views-field-field-tags .views-label {
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        margin-right: 10px;
    }

    /* dropdowns */
    .dropdown {
        display: inline-block;
        position: relative;
    }
    .dropdown-menu {
        background-color: #f9f9f9;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
        display: none;
        min-width: 160px;
        padding: 12px 16px;
        position: absolute;
        z-index: 1;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }

    /* navagation */
    .flex-control-nav {
        bottom: 20px;
    }
    .flex-control-nav li a {
        background: #fff;
        border-radius: 50px;
        height: 20px;
        outline: 0;
        width: 20px;
    }
    .flex-control-nav li a.flex-active {
        background: #3199dc;
    }
    .flex-direction-nav a::before {
        font-size: 34px;
    }

    /* branding */
    #logo, #sitename, .site-name, .site-logo {
        float: left;
    }
    /* media queries */
    @media only screen and (max-width: 767px) {
        /* navbar header */
        .navbar-header .navbar-collapse {
            position: absolute;
            right: 0;
            top: 38px;
        }

        .navbar-nav {
            margin: 0;
        }

        .region-header nav.navigation {
            z-index: inherit;
        }
        .region-header nav.navigation li {
            margin-bottom: 5px;
            margin-left: 0;
        }
    }
}
/*# sourceMappingURL=style.min.css.map */