@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");

@font-face{font-family:noto sans;font-style:normal;font-weight:400;src:local('Noto Sans'),url(https://fonts.cdnfonts.com/s/15794/NotoSans-Regular.woff) format('woff')}@font-face{font-family:noto sans;font-style:normal;font-weight:400;src:local('Noto Sans'),url(https://fonts.cdnfonts.com/s/15794/NotoSans[wdth,wght].woff) format('woff')}@font-face{font-family:noto sans;font-style:italic;font-weight:400;src:local('Noto Sans'),url(https://fonts.cdnfonts.com/s/15794/NotoSans-Italic.woff) format('woff')}@font-face{font-family:noto sans;font-style:italic;font-weight:400;src:local('Noto Sans'),url(https://fonts.cdnfonts.com/s/15794/NotoSans-Italic[wdth,wght].woff) format('woff')}@font-face{font-family:noto sans;font-style:normal;font-weight:700;src:local('Noto Sans'),url(https://fonts.cdnfonts.com/s/15794/NotoSans-Bold.woff) format('woff')}@font-face{font-family:noto sans;font-style:italic;font-weight:700;src:local('Noto Sans'),url(https://fonts.cdnfonts.com/s/15794/NotoSans-BoldItalic.woff) format('woff')}

@font-face{font-family:roboto;font-style:normal;font-weight:400;src:local('Roboto'),url(https://fonts.cdnfonts.com/s/12165/Roboto-Regular.woff) format('woff')}@font-face{font-family:roboto;font-style:italic;font-weight:400;src:local('Roboto'),url(https://fonts.cdnfonts.com/s/12165/Roboto-Italic.woff) format('woff')}@font-face{font-family:roboto;font-style:normal;font-weight:700;src:local('Roboto'),url(https://fonts.cdnfonts.com/s/12165/Roboto-Bold.woff) format('woff')}@font-face{font-family:roboto;font-style:italic;font-weight:700;src:local('Roboto'),url(https://fonts.cdnfonts.com/s/12165/Roboto-BoldItalic.woff) format('woff')}@font-face{font-family:roboto thin;font-style:normal;font-weight:250;src:local('Roboto Thin'),url(https://fonts.cdnfonts.com/s/12165/Roboto-Thin.woff) format('woff')}@font-face{font-family:roboto thin;font-style:italic;font-weight:250;src:local('Roboto Thin'),url(https://fonts.cdnfonts.com/s/12165/Roboto-ThinItalic.woff) format('woff')}@font-face{font-family:roboto light;font-style:normal;font-weight:300;src:local('Roboto Light'),url(https://fonts.cdnfonts.com/s/12165/Roboto-Light.woff) format('woff')}@font-face{font-family:roboto light;font-style:italic;font-weight:300;src:local('Roboto Light'),url(https://fonts.cdnfonts.com/s/12165/Roboto-LightItalic.woff) format('woff')}@font-face{font-family:roboto medium;font-style:normal;font-weight:500;src:local('Roboto Medium'),url(https://fonts.cdnfonts.com/s/12165/Roboto-Medium.woff) format('woff')}@font-face{font-family:roboto medium;font-style:italic;font-weight:500;src:local('Roboto Medium'),url(https://fonts.cdnfonts.com/s/12165/Roboto-MediumItalic.woff) format('woff')}@font-face{font-family:roboto black;font-style:normal;font-weight:900;src:local('Roboto Black'),url(https://fonts.cdnfonts.com/s/12165/Roboto-Black.woff) format('woff')}@font-face{font-family:roboto black;font-style:italic;font-weight:900;src:local('Roboto Black'),url(https://fonts.cdnfonts.com/s/12165/Roboto-BlackItalic.woff) format('woff')}

@font-face {
  font-family: museo300;
  src: url(../../fonts/Museo300-Regular-webfont.eot);
  src: url(../../fonts/Museo300-Regular-webfont.eot?#iefix) format("embedded-opentype"), url(../../fonts/Museo300-Regular-webfont.woff2) format("woff2"), url(../../fonts/Museo300-Regular-webfont.woff) format("woff"), url(../../fonts/Museo300-Regular-webfont.ttf) format("truetype"), url(../../fonts/Museo300-Regular-webfont.svg#museo300) format("svg");
  font-weight: 400;
  font-style: normal;
}

:root {
  --tosca: #23c7c6;
  --tosca-darker: #009e98;
  --tosca-dark: #148f8d;
  --tosca-light: #87e0df;
  --dark-black: #000;
  --black: #131313;
  --black-light: #333333;
  --black-lighter: #666666;
}

.m-0 {
  margin: 0px;
}

.m-5 {
  margin: 5px;
}

.m-10 {
  margin: 10px;
}

.m-20 {
  margin: 20px;
}

.m-30 {
  margin: 30px;
}

.m-40 {
  margin: 40px;
}

.m-50 {
  margin: 50px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.p-0 {
  padding: 0px;
}

.p-5 {
  padding: 5px;
}

.p-10 {
  padding: 10px;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.p-40 {
  padding: 40px;
}

.p-50 {
  padding: 50px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  color: var(--black-lighter);
  line-height: 1.5em;
  margin-bottom: 1em;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--tosca-dark);
  text-decoration: underline;
}

.separator {
    position: relative;
    text-align: center;
    font-size: 14px;
    & > span {
        background: #fff;
        padding: 0px 12px;
        z-index: 2;
        position: relative;
        text-transform: uppercase;
        color: var(--black-lighter);
    }
    &:before {
        content: "";
        width: 100%;
        height: 0px;
        border-top: 1px solid var(--tosca);
        position: absolute;
        left: 0px;
        top: 10px;
        z-index: 1;
    }
}

.separator-single {
    position: relative;
    text-align: center;
    font-size: 17px;
    width: 70%;
    margin: 0 auto;
    & > span {
        background: #fff;
        padding: 0px 12px;
        z-index: 2;
        position: relative;
        text-transform: uppercase;
        color: var(--black-lighter);
    }
    &:before {
        content: "";
        width: 100%;
        height: 0px;
        border-top: 1px solid var(--tosca);
        position: absolute;
        left: 0px;
        top: 10px;
        z-index: 1;
    }
}


html {
    scroll-padding-top: 120px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    background-color: #fff !important;
    color: var(--black-light);
}

p {
  line-height: 1.8;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}

.bg-tosca {
  background-color: var(--tosca);
}

.bg-white {
  background-color: #fff;
}

.bg-abu-25 {
  background-color: rgba(0, 0, 0, 0.25);
}

.d-none {
  display: none;
}

.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

.offset-header {
  top: 110px;
}

.offset-header-single {
  top: 160px;
}
#sidebarframe {
    width: 100%;
    height: 746px;
    border: solid 5px #069;
    border: none;
    overflow-x: hidden;
    overflow-y: auto;
}

.relative {
  position: relative;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-reverse {
  flex-direction: row-reverse;
}

.btn {
  padding: 7px 14px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-weight: 600;
}

header {
    width: 100%;
    z-index: 1000;

    .logo {
        flex: 1 1 1;
        padding: 10px 0px 10px 0px;
        margin-bottom: 25px;
        width: 135px;
        height: 55px;
        aspect-ratio: 27 / 11;

        img {
            height: 55px;
        }
    }



    .menu *{
        font-family: museo300;
    }

    .menu {
        flex: 9;
        margin: 0;
        padding: 0;
        ul.nav {
            float: right;
            margin: 0px 0px 0px 0px;
            & > li {
                list-style: none;
                display: inline-block;
                margin: 0px 10px 0px 0px;
                padding: 0;
                position: relative;
                & > a {
                    display: block;
                    text-decoration: none;
                    padding: 30px 5px 20px 5px;
                    color: #fff;
                    margin: 0;
                    font-size: 15px;
                    -webkit-transition: .3s ease-out;
                    -moz-transition: .3s ease-out;
                    -ms-transition: .3s ease-out;
                    -o-transition: .3s ease-out;
                    transition: all .3s ease-out;
                    &:hover {
                        color: var(--tosca-dark);
                    }
                    
                }
                &:last-child {
                    padding-right: 0;
                    margin-right: 0;
                }
                .submenu {
                    visibility: hidden;
                    opacity: 0;
                    position: absolute;
                    left: -70px;
                    transform: translateY(-10px);
                    padding: 15px;
                    font-size: 15px;
                    background-color: #fff;
                    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
                    border-radius: 12px;
                    z-index: 1000000;
                    transition: all 0.2s ease-in;
                    line-height: 125%;
                    &:before {
                        content: "";
                        position: absolute;
                        top: -15px;
                        left: 90px;
                        width: 0;
                        border-bottom: 15px solid #FFF;
                        border-left: 15px solid transparent;
                        border-right: 15px solid transparent;
                    }

                }
                ul.submenu {
                    li {
                        list-style: none;
                        display: block;
                        width: 205px;
                        a {
                            display: block;
                            margin: 0px 0px 3px 0px;
                            text-decoration: none;
                            padding: 7px 11px;
                            color: var(--tosca-dark);
                            transition: 0.5s;
                            border-radius: 7px;
                            color: #000;
                        }
                        a:hover {
                            background-color: #CDDFE8;
                            opacity: 0.8;
                        }
                        
                    }


                }
                div.submenu {
                    .pr-3 {
                        padding-right: 1.5rem;
                    }
                    .mt-4 {
                        margin-top: 2rem;
                    }
                    padding: 35px 25px 25px 20px;
                    min-width: 950px;
                    margin-left: 500px;
                    display: flex;
                    right: -500px;
                    left: initial;
                    &:before {
                        left: initial;
                        right: 540px;
                    }


                    h4 {
                        font-size: 17px;
                        color: #076469;
                        margin: 0px 0px 15px 0px;
                        font-weight: 600;
                    }
                    ul {
                        margin: 0;
                        padding: 0;
                        li {
                            list-style: none;
                            display: block;
                            margin: 0;

                            a {
                                display: block;
                                margin: 0px 0px 0px -11px;
                                text-decoration: none;
                                padding: 5px 9px 5px 9px;
                                color: #000;
                                transition: 0.3s;
                                border-radius: 5px;
                            }

                            a:hover {
                                background-color: #CDDFE8;
                                opacity: 0.8;
                            }

                        }
                    }


                }
                .btn-demo {
                    background-color: #F0AD4E;
                    padding: 9px 14px;
                    font-weight: normal;
                    border-radius: 3px;
                    border: none;
                    box-shadow: none;
                }
                .btn-login {
                    margin-right: 0;
                    background-color: #FFF;
                    color: #000;
                    padding: 9px 14px;
                    font-weight: normal;
                    border-bottom-left-radius: 3px;
                    border-top-left-radius: 3px;
                    border: none;
                    box-shadow: none;
                }
                .btn-signup {
                    background-color: #5cb85c;
                    color: #FFF;
                    padding: 9px 14px;
                    font-weight: normal;
                    border-bottom-right-radius: 3px;
                    border-top-right-radius: 3px;
                    border: none;
                    box-shadow: none;

                }
                &:hover {
                    .submenu {
                        visibility: visible;
                        opacity: 1;
                        transform: translateY(0);
                    }

                }
            }

        }
    }



    
    .navbar-search {
        margin-top: 4px;
        background-color: rgb(243, 243, 243);
        .cover {
            padding: 13px 11px 13px 17px;
            cursor: pointer;
            color: #999;
        }
        .input {
            display: none;
            .box {
                display: flex;
                input {
                    outline: none;
                    flex: 23;
                    border: none;
                    background: transparent;
                    padding: 15px 11px 15px 17px;
                }
                i {
                    flex: 2;
                    padding: 15px 11px 15px 17px;
                }
            }
        }
    }
    .menu-mobile {
        display: none;
        position: absolute;
        top: 20px;
        right: 20px;
        label {
            outline: 0;
            margin: 0;
            padding: 0;
            border: solid 0px #000;
            i {
                padding: 5px;
                cursor: pointer;
                color: rgba(255, 255, 255, 0.75);
                font-size: 30px;
            }
        }
    }
}


header #btnControl {
  display: none;
}
header .menu-mobile-content {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0px 10px 10px 10px;
  display: none;
}
header .menu-mobile-content ul {
  margin: 0;
  padding: 0;
}
header .menu-mobile-content ul li {
  background-color: rgba(255, 255, 255, 0.85);
  list-style: none;
  margin-bottom: 1px;
  font-size: 14px;
}
header .menu-mobile-content ul li a {
  display: block;
  padding: 10px;
}
header .menu-mobile-content ul li a:hover {
  text-decoration: none;
  background-color: #087377;
  color: #fff;
}
header #btnControl:checked + .menu-mobile-content {
  display: block;
}
header #cat {
  border-bottom: solid 1px #eee;
}
header #cat .scrollmenu {
  max-width: 787px;
  width: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
header #cat .scrollmenu .wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
}
header #cat .scrollmenu .wrapper ul {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
header #cat .scrollmenu .wrapper ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 10px 0px 0px;
}
header #cat .scrollmenu .wrapper ul li a {
  display: block;
  padding: 14px 14px;
  color: var(--tosca);
}
header #cat .scrollmenu .wrapper ul li:first-child a {
  padding-left: 0px;
}
header #cat .scrollmenu ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
header #cat .scrollmenu ::-webkit-scrollbar-track {
  background: none;
  border-radius: 5px;
}
header #cat .scrollmenu ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ccc;
}
header #cat .scrollmenu ::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}

header .toc-mobile {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    #t4toc {
        display: none;
    }
    .sidetrig {
        padding: 9px 13px 9px 13px;
        outline: none;
        border: none;
        position: absolute;
        background-color: #f9f9f9;
        left: 0;
        top: 2px;
        i {
            font-size: 27px;
        }
    }
    .toctrig {
        display: block;
        margin-left: 40px;
        text-align: center;
        padding: 12px;
        font-size: 18px;
        font-weight: 600;
        cursor: pointer;
    }
}

#main404 {
    min-height: 400px;;
    h1 {
        margin-top: 137px;
        font-size: 137px;
        text-align: center;
    }
}

header {
    .hamburger {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.75);
        z-index: 999;
        .inside {
            width: 350px;
            height: 100%;
            background-color: #fff;
            position: relative;
            .logo {
                width: 100%;
                text-align: center;
            }
            ul {
                margin-top: 40px;
                margin-left: 0;
                margin-right: 20px;
                li {
                    margin-left: 0;
                    list-style: none;
                    a {
                        border-bottom: solid 1px #ccc;
                        display: block;
                        padding: 7px 0px 7px 0px;
                    }
                }
            }
            .closer {
                position: absolute;
                background-color: #fff;
                border-radius: 20px;
                font-size: 20px;
                padding: 5px 11px 5px 11px;
                top: 5px;
                right: -40px;
                width: auto;
            }
        }
    }
}

.col-main {
  flex: 2.3;
}

.col-sidebar {
    flex: 1;
    margin-left: 40px;
    ul {
        margin: 0;
        padding: 0;
        li {
            list-style: none;
            display: block;
            padding: 14px 0px;
            border-bottom: solid 1px #eee;
            &:last-child {
                border-bottom: 0px;
            }
        }
    }
}

.wrapper-posts-content-frontpage {
    ul {
        margin: 0;
        padding: 0;
        li {
            list-style: none;
            border: solid 1px #eee;
            margin-bottom: 50px;
            article {
                .thumbnail {
                    flex: 1;
                    a {
                        display: block;
                        background-image: var(--background);
                        background-size: cover;
                        background-position: center;
                        background-color: #f9f9f9;
                        aspect-ratio: 4/3;
                    }
                    img {
                        width: 100%;
                        height: auto;
                    }
                }
                .content {
                    flex: 1;
                    text-align: center;
                    .inner-content {
                        padding-left: 30px;
                        padding-right: 30px;
                    }
                    .cat {
                        color: var(--tosca-darker);
                        font-size: 13px;
                    }
                    h2 {
                        font-size: 18px;
                    }
                    p {
                        text-align: left;
                    }
                    .post-meta {
                        font-size: 12px;
                    }
                    .dt-share {
                        display: none;
                    }
                    .share-box {
                        position: relative;
                        text-align: center;
                        &:before {
                            content: "";
                            width: 100%;
                            height: 0px;
                            border-top: 1px dotted var(--tosca-light);
                            position: absolute;
                            left: 0px;
                            top: 10px;
                            z-index: 1;
                        }
                        a {
                            color: var(--tosca-darker);
                            padding: 5px;
                            background: #fff;
                            z-index: 2;
                            position: relative;
                            &:first-child {
                                padding-left: 10px;
                            }
                            &:last-child {
                                padding-right: 10px;
                            }
                            &:hover {
                                color: var(--black-light);
                            }
                        }
                    }
                }
            }
            &.front {
                &:nth-child(even) article {
                    flex-direction: row-reverse;
                }
            }
        }
    }
}


.load-more-posts {
    border: solid 1px #eee;
    text-align: center;
    span {
        display: block;
        padding: 11px 11px;
        color: inherit;
        text-decoration: none;
        cursor: pointer;
    }
    a {
        &:hover {
            color: var(--tosca-darker);
        }
    }
}

.search-sidebar {
    border: solid 1px #ddd;
    display: flex;
    input {
        width: 100%;
        flex: 23;
        padding: 14px 0px 14px 14px;
        border: 0;
        &:focus {
            outline: none;
        }
    }
    i {
        flex: 2;
        text-align: right;
        padding: 14px 14px 14px 0px;
    }
}

.keep-in-touch {
    padding-top: 30px;
    text-align: center;
    a {
        border: solid 1px #ccc;
        padding: 11px 13px 11px 13px;
        border-radius: 23px;
        margin-right: 7px;
        i {
            width: 15px;
            height: 15px;
        }
        &:hover {
            background: var(--tosca-dark);
            color: #fff;
            border: solid 1px var(--tosca-dark);
        }
    }
}

.breadcrumb {
  font-size: 13px;
  color: #999;
  font-family: Noto Sans;
}

blockquote {
  margin: 0px;
  background-color: #f3f3f3;
  padding: 10px 20px;
  border-left: solid 5px #e9e9e9;
  font-size: 16px;
}

.has-text-align-center, .aligncenter {
  text-align: center;
}

article.single-post {
    margin: 20px 0px 40px 0px;
    .single-header {
        text-align: left;
        h1 {
            font-size: 31px;
            margin-bottom: 10px;
        }
        .post-meta {
            font-size: 12px;
            color: #777;
            line-height: 100%;
            span {
                display: inline-block;
                padding: 0px 10px;
                border-right: solid 1px #999;
                &:last-child {
                    padding-right: 0px;
                    border-right: solid 0px #999;
                }
                &:first-child {
                    padding-left: 0px;
                }
            }
        }
    }
    h1, h2, h3, h4, h5, h6 {
        color: #000;
    }
    .post-image {
        margin: 40px 0px;
        a img {
            width: 100%;
            height: 100%;
        }
    }
    .post-entry {
        font-size: 16px;
        max-width: 788px;
        figure{
            img {
                max-width: 100%;
                height: 100%;
            }
        }
        a {
            color: var(--tosca-darker);
            &:hover {
                color: var(--tosca-dark);
            }
        }
    }
    .post-tags {
        margin: 30px 0px;
        a {
            display: inline-block;
            padding: 7px 12px;
            margin-right: 7px;
            margin-top: 7px;
            background-color: var(--tosca-dark);
            color: #fff;
            text-transform: uppercase;
            font-size: 11px;
        }
    }
    .post-share {
        .share-text {
            border: solid 1px rgba(0, 0, 0, 0.1);
            padding: 10px 14px;
            margin-right: 30px;
        }
        a {
            display: inline-block;
            padding: 10px 14px;
            color: #fff;
            margin-right: 7px;
            background-color: rgba(0, 0, 0, 0.05);
            &.facebook {
                padding: 10px 16px;
                background-color: #0d47a1;
            }
            &.twitter {
                background-color: #40c4ff;
            }
            &.linkedin {
                padding: 10px 15px;
                background-color: #0077b5;
            }
            &.whatsapp {
                background-color: #00e676;
            }
            &.telegram {
                background-color: #289fd9;
            }
            &.email {
                background-color: #0084ff;
            }
        }
    }
    .post-author {
        margin: 90px 0px 40px 0px;
        border: solid 1px #eee;
        .author-img {
            text-align: center;
            img {
                border: solid 1px #ccc;
                border-radius: 50px;
                margin-top: -50px;
                margin-left: auto;
                margin-right: auto;
            }
        }
        .author-content {
            text-align: center;
            padding: 10px 20px 20px 20px;
            h5 {
                font-size: 14px;
                text-transform: uppercase;
            }
        }
    }
    .post-pagination {
        border-top: solid 1px #eee;
        border-bottom: solid 1px #eee;
        padding: 20px 0;
        display: flex;
        flex-wrap: wrap;
        font-size: 14px;
        .prev-post {
            width: 50%;
        }
        .next-post {
            width: 50%;
            text-align: end;
        }
        .prev-post-title, .next-post-title {
            color: #999;
        }
        h5 {
            font-size: 14px;
        }
    }
}

.divider-title {
  font-size: 16px;
  display: flex;
  align-items: center;
}

.divider-title::before, .divider::after {
  flex: 1;
  content: "";
  padding: 1px;
  background-color: #ccc;
  margin: 5px;
}

footer {
    background-color: #5a5655;
    border-top: solid 3px var(--tosca);
    color: #fff;
    & * {
        font-size: 14px;
        line-height: 1.5;
    }
    .flex-1 {
        flex: 1;
        &:nth-child(1) {
            padding-left: 30px;
        }
    }
    .flex-2 {
        flex: 2;
    }
    h4 {
        font-size: 15px;
        color: #fff;
    }
    ul {
        margin: 0;
        padding: 0;
        li {
            list-style: none;
            a {
                color: var(--tosca-light);
            }
        }
    }

    section.bawah {
        display: block;
        margin: 1rem 2rem 2rem 2rem;
        border-top: dashed 1px #fff;
        border-bottom: dashed 1px #fff;
        .left {
            flex: auto;
            padding: 1rem 0rem 1rem 0rem;
            font-weight: bold;
        }
        .right {
            flex: 1;
            ul.social-media {
                padding-top: 1rem;
                margin-top: 0px;
                i {
                    font-size: 23px;
                    color: #fff;
                }
                li {
                    list-style: none;
                    display: inline-block;
                    margin-right: 5px;
                }
            }
        }
    }
}
.no-uppercase {
    text-transform: none !important;
}
.notfound_top {
    margin-bottom: 80px;
    .left {
        img {
            width: 100%;
        }
    }
    .right {
        padding-top: 80px;
        .the404 {
            color: #23c7c6;
            font-size: 80px;
            font-weight: bold;
            font-family: museo300;
            margin-bottom: 50px;
        }
        h1 {
            font-size: 28px;
            font-weight: bold;
            font-family: museo300;
            margin-bottom: 20px;
        }
        p {
            margin-bottom: 30px;
        }
        .links {
            margin-bottom: 40px;
            .btn {
                padding: 9px 16px;
                border-radius: 7px;
                display: inline-block;
                margin-right: 14px;
            }
            .btn-demo {
                background-color: #f0ad4e;
                color: #FFF;
            }
            .btn-demos {
                border: solid 1px rgba(0, 0, 0, 0.08);
                color: #23c7c6;
            }
        }
    }
}


/* News cards */
.news-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    margin-bottom: 80px;
}

.news-card {
    flex: 0 0 calc(25% - 15px);
    padding: 13px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 8px;
    & > a.gambar {
        display: block;
        background-image: var(--background);
        background-size: cover;
        background-position: center;
        background-color: #f9f9f9;
        aspect-ratio: 16/9;
    }
    & > a.more {
        display: block;
        border: 1px solid #eee;
        border-radius: 4px;
        color: #009e98;
        text-align: center;
        margin-top: 14px;
        padding: 4px 0px;
    }

    h3 {
        font-size: 14px !important;
        margin-top: 10px;
        margin-bottom: 0px;
    }
}


#searchform404 {
    text-align: center;
    display: block;
    input {
        padding: 1rem
    }
}





@media all and (min-width: 1280px ) {
    .notfound_top {
        .right {
            padding-left: 80px;
        }
    }
}

@media all and (max-width: 576px ) {
    .notfound_top {
        margin: 0;
        padding: 0;
        .left {
            flex: 0 0 calc(100% - 80px);
            padding: 0;
            margin: 0 auto;
            text-align: center;
            img {
                width: 80%;
                margin-top: 40px;
                margin-bottom: 20px;
            }
        }
        .right {
            flex: 0 0 calc(100% - 40px);
            padding: 0;
            margin: 0 auto;
            text-align: center;
        }
    }
    .news-card {
        flex: 0 0 calc(100% - 40px);
        margin: 0 auto;
    }
}
@media all and (max-width: 768px ) {
    #body404 {
        .right {
            text-align: center;
        }
    }
}
@media all and (max-width: 992px ) {
    #body404 {
        .right {
            text-align: center;
        }
    }

}
@media all and (max-width: 1200px ) {
    #body404 {
        .right {
            text-align: center;
        }
    }
}









/* ====== */
/* SLIDER */
/* ====== */

#karo {

    .carousel {
        height: 505px !important;
        overflow-x: hidden;
        position: relative;
        display: flex;
        justify-content: flex-start;
        max-width: 100%;

        .carousel-inner {

            height: 100%;
            display: flex;
            transition: all ease .5s;
    
            .carousel-item{
                flex: 1;
                height: 100%;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                background-size: cover;
                background-position: center;

                .slide_inside {
                    display: flex;
                    width: 100%;
                    aspect-ratio: 21 / 9;
                    align-items: center;
                    justify-content: center;

                    .post_slide {
                        width: 40%;
                        background-color: rgba(0, 0, 0, 0.5) !important;
                        color: #fff;
                        padding: 20px;
                        text-align: center;

                        .kat, .meta {
                            font-size: 13px;
                        }

                        h1 {
                            color: #FFF !important;
                        }
                    }
                }
            }
        }
    
        .carousel-controls .prev{
            display: inline-block;
            height: 32px;
            width: 32px;
            position: absolute;
            left: 12px;
            top: 50%;
            transform: translateY(-50%);
            background-image: url('../images/prev.svg');
            background-position: center;
            background-size: auto 100%;
            background-repeat: no-repeat;
            cursor: pointer;
            opacity: .5;
        }
        
        .carousel-controls .next{
            display: inline-block;
            height: 32px;
            width: 32px;
            position: absolute;
            right: 12px;
            top: 50%;
            transform: translateY(-50%);
            background-image: url('../images/next.svg');
            background-position: center;
            background-size: auto 100%;
            background-repeat: no-repeat;
            cursor: pointer;
            opacity: .5;
        }
        
        .prev:hover, .next:hover{
            opacity: 1;
        }
    }

    
}

/* ===== */

.post-related {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0;
    .row {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 40px;
    }

    .item-related {
        width: calc(33.33% - 25px);
        text-align: center;
        padding-bottom: 10px;

        & > a {
            display: block;
            background-image: var(--background);
            background-size: cover;
            background-position: center;
            background-color: #f9f9f9;
            aspect-ratio: 16/9;
        }

        h5 {
            font-size: 16px;
            margin-top: 10px;
            margin-bottom: 0px;;
        }
    }
    .item-related:hover {
        background-color: #f9f9f9;
    }
}


















@media screen and (max-width: 1600px) {
    #sidebarframe {
        height: 540px;
    }
}

@media screen and (max-width: 1366px) {
    #sidebarframe {
        height: 420px;
    }
}

@media screen and (max-width: 1280px) {
    #sidebarframe {
        height: 370px;
    }
}


@media screen and (max-width: 1211px) {
    header .logo {
      padding: 10px 0px 10px 14px;
    }
    header .menu {
      padding-right: 20px;
    }
}

@media screen and (max-width: 1000px) {
    header .menu {
      display: none;
    }
    header .menu-mobile {
      display: block;
    }
    .col-main {
      flex: 100%;
      margin-left: 20px;
      margin-right: 20px;
    }
    .col-sidebar {
      flex: 100%;
      margin-left: 20px;
      margin-right: 20px;
    }
    .wrapper-posts-content-frontpage ul li article .thumbnail {
      flex: 100%;
    }
    .wrapper-posts-content-frontpage ul li article .content {
      flex: 100%;
    }
    .wrapper-posts-content-frontpage ul li article .content .inner-content {
      padding-left: 0;
      padding-right: 0;
    }
    footer .flex-1, footer .flex-2 {
      flex: 50%;
      margin-left: 0;
      margin-right: 0;
      padding-left: 30px;
      padding-right: 30px;
    }
    footer .fa-ul li {
      margin-left: -14px !important;
    }
}

@media screen and (max-width: 500px) {
    header {
        .logo {
            margin-bottom: 14px;
            img {
                width: 108px;
                height: 44px;
            }
        }
        .menu-mobile {
            top: 15px;
        }
        label i {
            font-size: 25px;
        }
    }
    .col-main {
        width: calc(100% - 80px);
    }
    
    .post-related {
        .row {
            display: block;
            .item-related {
                width: 100%
            }
        }
    }
    footer {
        section {
            .flex {
                padding-bottom: 40px;
                &:last-child {
                    & div, & ul {
                        margin-left: 0;
                    }
                }
            }
        }
    }
}
