/*
    Theme Name: sumooti
    Author: admin
    Description: sumooti theme
    Version: 1.0
*/

:root {
    --color-bg: #222222;
    --color-black: #262525;
    --color-white: #ffffff;
    --color-grey: #838383;
}

html {
    height: 100%;
}

body::-webkit-scrollbar {
    width: 4px;
    background-color: var(--color-grey);
}

body::-webkit-scrollbar-track {
    background: var(--color-grey);
  }

body::-webkit-scrollbar-thumb {
    background: var(--color-black);
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background-color: var(--color-bg);
    scroll-behavior: smooth;
}

body {
    min-height: 100%;    
    position: relative;
}


.wrapper {
    min-height: 90vh;
    background-color: var(--color-white);

    margin-top: 84px;
    border-radius: 20px;
    overflow: hidden;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    padding: 0;
}

.header, .footer, .main {
    background-color: var(--color-white);
}

.nav-menu {
    padding-top: 43px;
    padding-bottom: 32px;
    align-items: center;
}

.logo {
    background-color: #333;
    font-size: 0px;
}

.logo img {
    scale: 0.7;
}

.menu-top {
    display: flex;
    justify-content: center;
}

.menu-item {
    margin-left: 16px;
    margin-right: 16px;
}

.menu-item a {
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--color-black);
    text-transform: uppercase;
}

.main-article-wrapper {
    display: block;
    position: relative;

    margin-bottom: 20px;
}

.main-article-image {
    width: 100%;
    height: 100%;
}

.main-article-title {
    position: absolute;
    bottom: 5px;
    width: 100%;

    margin: 0;
    padding: 15px 10px 10px 10px;

    text-align: center;

    text-decoration: none;
    font-family: "Roboto", sans-serif;;
    font-size: 24px;
    font-weight: 400;
    color: var(--color-white);
    text-transform: uppercase;
    background-color: rgba(34, 34, 34, 0.4);
}

.wrapper .single-post {
    background-color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.single-post h1 {
    font-family: "Roboto", sans-serif;;
    font-size: 42px;
    line-height: 50px;
    font-weight: 400;
    color: var(--color-black);
}

@media screen and (max-width: 991px) {
    .single-post h1 {
        font-size: 35px;
        line-height: 44px;
    }
}

@media screen and (max-width: 576px) {
    .single-post h1 {
        font-size: 30px;
        line-height: 36px;
    }
}

.single-post-metadata {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;

    font-size: 14px;
    font-weight: 400;
}

.single-post-reading-time, .single-post-date {
    color: var(--color-grey);
}

.single-post-reading-time {
    display: flex;
    justify-content: start;
}

.single-post-reading-time-number {
    margin-left: 6px;
}

.single-post p {
    font-family: "Montserrat", sans-serif;;
    font-size: 16px;
    font-weight: 400;
    color: var(--color-black);
    line-height: 23px;
}

.category-title {
    font-family: "Roboto", sans-serif;;
    font-size: 30px;
    font-weight: 400;
    color: var(--color-black);

    text-align: center;

    padding-top: 31px;
    margin-bottom: 0px;
    padding-bottom: 44px;
}

.category-post-link {
    position: relative;
    display: block;
    margin-bottom: 18px;
}

.category-post-title {
    position: absolute;
    bottom: 5px;
    width: 100%;

    margin: 0;
    padding: 15px 10px 10px 10px;

    text-align: center;

    text-decoration: none;
    font-family: "Roboto", sans-serif;;
    font-size: 24px;
    font-weight: 400;
    color: var(--color-white);
    text-transform: uppercase;
    background-color: rgba(34, 34, 34, 0.4);
}

.category-post-thumbnail {
    width: 100%;
    height: 100%;
}

.related-articles {
    margin-top: 84px;
}    

.related-articles-title {
    font-family: "Roboto", sans-serif;;
    font-size: 24px;
    font-weight: 400;
    color: var(--color-black);
}

.related-post-link {
    position: relative;
    display: block;
    margin-bottom: 18px;
}

.related-post-title {
    position: absolute;
    bottom: 5px;
    width: 100%;

    margin: 0;
    padding: 15px 10px 10px 10px;

    text-align: center;

    text-decoration: none;
    font-family: "Roboto", sans-serif;;
    font-size: 16px;
    font-weight: 400;
    color: var(--color-white);
    text-transform: uppercase;
    background-color: rgba(34, 34, 34, 0.4);
}

.related-post-thumbnail {
    width: 100%;
    height: 100%;
}

.footer {
    padding-top: 80px;
    padding-bottom: 70px;
}

.footer-menu {
    display: flex;
    justify-content: center;
}

.section-not-found {
    background-color: var(--color-white);
    padding-top: 100px;
    padding-bottom: 300px;
}

.not-found-title {
    font-family: "Roboto", sans-serif;;
    font-size: 31px;
    font-weight: 300;
    line-height: 38px;
    text-align: center;
    color: var(--color-black);

    margin: 0;
    margin-top: 100px;
}

.not-found-link {
    padding-top: 40px;
    font-family: "Roboto", sans-serif;;
    font-size: 24px;
    font-weight: 300;
    line-height: 38px;
    text-align: center;
}

/*ham menu */

.flex-center { 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-align: center; 
    -webkit-align-items: center; 
    -ms-flex-align: center; 
    align-items: center; 
    -webkit-box-pack: center; 
    -webkit-justify-content: center; 
    -ms-flex-pack: center; 
    justify-content: center; 
}

.about-page {
    padding-top: 110px;
}


* { 
    box-sizing: border-box; 
}

.outer-menu { 
    display: none;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1000; 
}

.outer-menu .checkbox-toggle { 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2; 
    cursor: pointer; 
    width: 60px; 
    height: 60px; 
    opacity: 0; 
}
   
.outer-menu .hamburger { 
    position: absolute; 
    top: -1px; 
    left: 0; 
    z-index: 1; 
    width: 60px; 
    height: 60px; 
    padding: .5em 1em;  
    border-radius: 0 0.12em 0.12em 0; 
    cursor: pointer; 
    -webkit-transition: box-shadow 0.4s ease; 
    transition: box-shadow 0.4s ease; 
    -webkit-backface-visibility: hidden; 
    backface-visibility: hidden; 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-align: center; 
    -webkit-align-items: center; 
    -ms-flex-align: center; 
    align-items: center; 
    -webkit-box-pack: center; 
    -webkit-justify-content: center; 
    -ms-flex-pack: center; 
    justify-content: center; 
}

.outer-menu .hamburger > div { 
    position: relative; 
    -webkit-box-flex: 0; 
    -webkit-flex: none; 
    -ms-flex: none; 
    flex: none; 
    width: 100%; 
    height: 2px; 
    background: var(--color-black); 
    -webkit-transition: all 0.4s ease; 
    transition: all 0.4s ease; 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-align: center; 
    -webkit-align-items: center; 
    -ms-flex-align: center; 
    align-items: center; 
    -webkit-box-pack: center; 
    -webkit-justify-content: center; 
    -ms-flex-pack: center; 
    justify-content: center; 
}

.outer-menu .hamburger > div:before, 
.outer-menu .hamburger > div:after { 
    content: ''; 
    position: absolute; 
    z-index: 1; 
    top: -10px; 
    left: 0; 
    width: 100%; 
    height: 2px; 
    background: inherit; 
    -webkit-transition: all 0.4s ease; 
    transition: all 0.4s ease; 
}

.outer-menu .hamburger > div:after { 
    top: 10px; 
}

.outer-menu .menu { 
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    pointer-events: none; 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-align: center; 
    -webkit-align-items: center; 
    -ms-flex-align: center; 
    align-items: center; 
    -webkit-box-pack: center; 
    -webkit-justify-content: center; 
    -ms-flex-pack: center; 
    justify-content: center; 
}

.outer-menu .menu > div { 
    width: 0; 
    height: 0; 
    color: #fefefe; 
    background: var(--color-white); 
    border-radius: 50%; 
    -webkit-transition: all 0.4s ease; 
    transition: all 0.4s ease; 
    -webkit-box-flex: 0; 
    -webkit-flex: none; 
    -ms-flex: none; 
    flex: none; 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-align: center; 
    -webkit-align-items: center; 
    -ms-flex-align: center; 
    align-items: center; 
    -webkit-box-pack: center; 
    -webkit-justify-content: center; 
    -ms-flex-pack: center; 
    justify-content: center; 
}

.outer-menu .menu > div > div { 
    text-align: center; 
    max-width: 90vw; 
    max-height: 100vh; 
    opacity: 0; 
    -webkit-transition: opacity 0.4s ease; 
    transition: opacity 0.4s ease; 
    overflow-y: auto; 
    -webkit-box-flex: 0; 
    -webkit-flex: none; 
    -ms-flex: none; 
    flex: none; 
    flex-direction: column;
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-align: center; 
    -webkit-align-items: center; 
    -ms-flex-align: center; 
    align-items: center; 
    -webkit-box-pack: center; 
    -webkit-justify-content: center; 
    -ms-flex-pack: center; 
    justify-content: center; 
}

.outer-menu .menu > div > div > ul { 
    list-style: none; 
    padding: 0 1em; 
    margin: 0; 
    display: block; 
    max-height: 100vh; 
}

.outer-menu .menu > div > div .menu-header-hamburger-social {
    display: flex;
}

.outer-menu .menu > div > div .menu-header-hamburger-social li {
    margin: 0px;
    margin-right: 8px;
    margin-left: 8px;
}

.outer-menu .menu > div > div > ul > li { 
    padding: 0; 
    margin: 1em; 
    font-size: 22px; 
    display: block; 
}

.outer-menu .menu > div > div > ul > li > a { 
    position: relative; 
    display: inline; 
    cursor: pointer; 
    -webkit-transition: color 0.4s ease; 
    transition: color 0.4s ease; 

    text-decoration: none;
    font-family: "Roboto", sans-serif;;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    color: var(--color-black);
    text-transform: uppercase;
}

.outer-menu .menu > div > div > ul > li > a:hover { 
    color: var(--color-black); 
}

.outer-menu .menu > div > div > ul > li > a:hover:after { 
    width: 100%; 
}

.outer-menu .menu > div > div > ul > li > a:after { 
    content: ''; 
    position: absolute; 
    z-index: 1; 
    bottom: -0.15em; 
    left: 0; 
    width: 0; 
    height: 2px; 
    background: var(--color-black); 
    -webkit-transition: width 0.4s ease; 
    transition: width 0.4s ease; 
}

.outer-menu .checkbox-toggle:checked:hover + .hamburger > div { 
    -webkit-transform: rotate(225deg); 
    -ms-transform: rotate(225deg); 
    transform: rotate(225deg); 
}

.outer-menu .checkbox-toggle:checked:hover + .hamburger > div { 
    -webkit-transform: rotate(225deg); 
    -ms-transform: rotate(225deg); 
    transform: rotate(225deg); 
}

.outer-menu .hamburger .hamburgerAnim { 
    -webkit-transform: rotate(135deg); 
    -ms-transform: rotate(135deg); 
    transform: rotate(135deg); 
}

.outer-menu .checkbox-toggle:checked + .hamburger .hamburgerAnim:before, 
.outer-menu .checkbox-toggle:checked + .hamburger .hamburgerAnim:after { 
    top: 0; 
    -webkit-transform: rotate(90deg); 
    -ms-transform: rotate(90deg); 
    transform: rotate(90deg); 
}

.outer-menu .checkbox-toggle:checked + .hamburger .hamburgerAnim:after { 
    opacity: 0; 
}

.outer-menu .menu-on { 
    pointer-events: auto; 
} 
  
.outer-menu > div .menu-div-on { 
    width: 300vw; 
    height: 300vw; 
} 
  
.outer-menu > div > div .menu-div-div-on { 
    opacity: 1; 
    flex-direction: column;
    -webkit-transition: opacity 0.4s ease 0.4s; 
    transition: opacity 0.4s ease 0.4s; 
} 

.outer-menu > div > div  { 
    flex-direction: column;
} 
/* end ham menu */

@media screen and (max-width: 991px) {
    .outer-menu {
        display: block;
    }

    .header {
        padding-bottom: 72px;
    }

    .header .nav-menu {
        display: none;
    }
}