/*
 * Theme Name:  Sinatra Child
 * Version:     1.0.0
 * Theme URI:   https://sinatrawp.com/
 * Author:      Batista, LLC
 * Author URI:  
 * Description: Sinatra WordPress Child theme.
 * Tags:        two-columns, right-sidebar, footer-widgets, blog, news, custom-background, custom-menu, post-formats, rtl-language-support, sticky-post, editor-style, threaded-comments, translation-ready, buddypress, custom-colors, featured-images, full-width-template, theme-options, e-commerce
 * Text Domain: sinatra-child
 * Template:    sinatra
 * License:     GNU General Public License v3.0 or later
 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
.wp-block-image figure {
    border-radius: 7px
}

.wp-block-table thead {
    background: #363c3f;
}

.wp-block-table thead th {
    color: #f6ce60;
}

.wp-block-table thead th:first-child {
    border-radius: 7px 0 0 0
}

.wp-block-table thead th:last-child {
    border-radius: 0 7px 0 0
}

.si-container.si-header-container {
    height: 80px;
    padding: 0 30px;
}

.sinatra-logo .logo-inner {
    margin: 0;
}

#sinatra-header-inner .sinatra-nav > ul > li.current_page_item > a, #sinatra-header-inner .sinatra-nav > ul > li.current_page_item > a li#menu-item-13, #sinatra-header, .si-header-widgets a:not(.si-btn), .sinatra-logo a, .si-hamburger {
    color: #f6ce60
}

.sinatra-layout__boxed-separated #content {
    border-top: none;
    border-radius: 0 0 3px 3px;
}

.sinatra-layout__boxed-separated #primary {
    margin-top: 0
}

.si-container {
    padding: 0 20px
}


.hero-back {
    background-image: url(/wp-content/uploads/2021/04/background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    max-width: 100%;
}

.hero-front {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 75rem;
    max-width: 1200px;
    background: #363c3f;
    border-radius: 10px 10px 0 0;
    margin: 50px auto 0;
    padding-left: 30px;
    padding-right: 30px;
}

.hero-title {
    box-sizing: border-box;
    display: flex;
    flex: 1 1 100%;
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 10px
}

.hero-title h1 {
    color: #fff;
    margin: 0 !important;
}

.hero-logo {
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.hero-logo img {
    margin-left: -12px;
    margin-right: 10px;
}

.hero-logo-ins {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.overal-rating {
    color: #cac9c9;
    font-size: 1.2em;
    font-weight: 700;
    padding-left: 88px;
    margin: 0 auto 0;
    position: relative;
}

.overal-rating:before {
    background: url(/wp-content/uploads/2021/04/star.png) repeat 0px 0px;
    content: '';
    position: absolute;
    top: 7px;
    left: 0px;
    width: 80px;
    height: 16px;
}

.hero-buttons {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

a.hero-button-1, a.hero-button-2 {
    display: flex;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    margin-right: 15px;
    padding: 10px;
    min-width: 200px;
    margin-top: 15px;
    border-radius: 7px
}

a.hero-button-1 {
    background: linear-gradient(180deg, #3c963c, #0e6b0e 80%, #1e630a)
}

a.hero-button-1:hover {
    background: linear-gradient(180deg, #2b662b, #138713 80%, #287c0f)
}

a.hero-button-2 {
    background: linear-gradient(180deg, #ffdb0e, #c89400 80%, #be7200)
}

a.hero-button-2:hover {
    background: linear-gradient(180deg, #c7920f, #d3a31d 80%, #d2a51a)
}

.hero-info {
    display: flex;
    flex: 1 1 50%;
    max-width: 50%;
    color: #fff;
    font-size: 0.8rem;
}

.hero-info ul {
    column-count: 2;
    list-style-type: none;
    margin-top: 50px;
    width: 100%;
}

.hero-info ul li {
    margin-bottom: 25px;
    margin-left: 35px;
}

.rating-title {
    display: flex;
    justify-content: space-between;
}

.rating-bar {
    width: 200px;
    background: #7b7b7b;
    height: 5px;
    border-radius: 5px;
    margin-top: 5px;
    width: 100%;
}

.rating-score {
    background: #f6ce60;
    height: 5px;
    border-radius: 5px;
}

@media screen and (max-width: 1100px) {
    .hero-info {
        display: flex;
        flex: 1 1 100%;
        max-width: 100%;
    }

    .hero-info ul {
        column-count: 3;
        padding-bottom: 30px;
        margin-left: 0;
        margin-top: 0;
    }

    .hero-info ul li {
        margin-left: 0;
        margin-right: 20px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 800px) {
    .hero-info ul {
        column-count: 2;
    }
}

@media screen and (max-width: 530px) {
    .hero-back {
        background-image: url(/wp-content/uploads/2021/04/background-mobile.jpg);
    }

    .hero-title h1 {
        font-size: 2rem;
        text-align: center;
    }

    .hero-logo img {
        margin-left: auto;
        margin-right: auto;
    }

    a.hero-button-1, a.hero-button-2 {
        flex: 1 1 100%;
        width: 100%;
    }

    .hero-info ul {
        column-count: 1;
        width: 100%;
    }

    .wp-block-table td, .wp-block-table th {
        display: flex;
        width: 100%;
    }

    .wp-block-table thead th:first-child {
        border-radius: 7px 7px 0 0 !important;
    }
}

@media screen and (max-width: 960px) {
    #sinatra-header-inner .site-navigation > ul .menu-item-has-children > a > span {
        max-width: calc(100% - 100px);
    }

    #sinatra-header-inner .sinatra-nav .menu-item-has-children > a > .si-icon, #sinatra-header-inner .sinatra-nav .page_item_has_children > a > .si-icon {
        width: 100px;
    }

    .sinatra-layout__boxed-separated #content {
        padding: 20px 0;
    }
}

body.home.page-template-default.page.page-id-2.logged-in.admin-bar.custom-background.wp-custom-logo.wp-embed-responsive.sinatra-topbar__separators-regular.sinatra-layout__boxed-separated.sinatra-header-layout-1.sinatra-menu-animation-underline.sinatra-header__separators-none.si-page-title-align-left.sinatra-no-sidebar.entry-media-hover-style-1.sinatra-copyright-layout-1.si-input-supported.validate-comment-form.si-menu-accessibility.customize-support.si-sticky-header {
    overflow: hidden;
}

.toc {
    border: 1px solid #363c3f;
    border-radius: 7px;
    background: #363c3f;
}

.toc ol {
    column-count: 3;
}

h1, h2, h3, h4 {
    margin-top: 1.2em !important;
}

@media screen and (max-width: 1200px) {
    .toc ol {
        column-count: 2;
    }
}

@media screen and (max-width: 720px) {
    .toc ol {
        column-count: 1;
    }
}

.toc ::marker {
    color: #f6ce60
}

#sinatra-footer .si-flex-row {
    justify-content: space-between
}

.entry-content.si-entry.si-fullwidth-entry {
    max-width: 1200px;
    margin: 20px auto 30px;
    padding: 0 50px;
}

@media screen and (max-width: 768px) {
    .entry-content.si-entry.si-fullwidth-entry {
        padding: 0 30px;
    }
}

@media (max-width: 800px) {
    .wp-block-media-text__media img, .wp-block-media-text__media video {
        width: 50%;
        margin-bottom: 10px !important;
    }
}

/*floating bar*/
.fl-bar-bg {
    position: fixed;
    bottom: -130px;
    left: 0;
    right: 0;
    top: auto;
    background-color: #212121;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.fl-bar-bg.show {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    z-index: 2
}

.fl-bar-bg-ins {
    padding: 15px 0
}

.fl-bar {
    /*! margin: 0 15px; */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.fl-bar-data-ins {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.fl-bar-logo {
    flex: 0 0 110px
}

.fl-bar-logo-img {
    line-height: 0
}

.fl-bar-logo-img img {
    border-radius: 5px;
    max-width: 80px;
    max-height: 80px
}

.fl-bar-button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fl-bar-button-wrap {
    display: inline-block;
    min-width: 200px;
    min-height: 60px
}

.fl-bar-button-wrap a {
    display: block;
    padding: 17px 40px;
    margin: 15px 15px 10px;
    font-weight: 700;
    font-size: 1.333em;
    line-height: 1.25em;
    color: #fff;
    border-radius: 5px;
    background-color: #fcb900;
    box-shadow: 0 0 15px 0 rgb(252, 185, 0, 0.55);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.fl-bar-button-wrap a:hover {
    box-shadow: 0 0 15px 0 rgba(33, 33, 33, 0)
}


/* new added */

.box-25 {
    width: 25%;
}

.box-50 {
    width: 50%;
}

.box-75 {
    width: 75%;
}

.box-100 {
    width: 100%;
}

.relative {
    position: relative;
}

.text-center {
    text-align: center;
}

.space-page-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0 10px;
}

/*img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}*/

a,
a:visited {
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media screen and (max-width: 479px) {
    .fl-bar-bg-ins {
        padding: 15px 0
    }

    .fl-bar-logo {
        flex: 0 0 85px
    }

    .fl-bar-logo-bg {
        width: 70px;
        height: 70px
    }

    .fl-bar-logo-img img {
        max-width: 70px;
        max-height: 70px
    }

    .fl-bar-title-wrap {
        font-size: 1em
    }

    .fl-bar-button-wrap {
        min-width: 100px;
        min-height: 50px
    }

    .fl-bar-button-wrap a {
        font-weight: 700;
        font-size: 1em;
        line-height: 20px;
        border-radius: 5px;
        min-height: 50px;
        padding: 15px 10px;
        margin: 0
    }
}

#sinatra-header-inner .sinatra-nav > ul > li {
    margin-left: 24px !important;
}