h1, h2, h3, h4, h5, h6 {
  font-family: "Geologica", sans-serif;
  font-weight: 700; 
  line-height: 46px;
  letter-spacing: -3px;
}
 
h1{font-size: 46px !important;}
h2{font-size: 35px !important;letter-spacing: -2px;}
h3{font-size: 28px !important;letter-spacing: -1px;}
h4{font-size: 20px !important;letter-spacing: -1px;}
h5{font-size: 18px !important;letter-spacing: -1px;}
h6{font-size: 16px !important;letter-spacing: -1px;}

body,p,a{
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}

.wp-caption-text{
    color: #898989;
    font-style: italic;
    font-size: 14px;
    margin: 4px 0 !important;
    padding: 0 !important;
    font-weight: 100;
}

/*p{
    margin-bottom: .4em !important;
}*/

/*ul,ol{
    margin: 0 !important;
}*/
 
.site-header{
    position: fixed;
    width: 15%;
    height: 100vh;
    background: #f3f3f3;
    padding: 24px;
    z-index: 1000; 
    transition: all .6s;
}

.site-branding p{
    color: #fff;
}

.logo{
    font-size: 40px;
    color: #000;
}

.logo img{
    width: 112px;
}

.main-navigation ul {
    display: block !important;
}

.menu-main-container #primary-menu{
    text-align: center;

}

.menu-main-container #primary-menu li a{
    color: #414141;
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Geologica", sans-serif;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -2px;
    padding: 5px 2px;
}
 
.site-main{
    position: relative;
    width: 85%;
    /*float: right; */
    margin-left: 15%;
}
 
.menu-footer .copyright{
    color: #878787;
    font-size: 14px;
}
 
.menu-footer .social-media{
    padding: 0;
    margin: 0; 
}

.menu-footer .social-media li{
    list-style: none;
    display: inline-block;
}
 
.menu-footer .social-media li a{
    color: #2d2b2b;
    padding-right: 15px;
}
 
.mobile-header{
    z-index: 10001;
    position: absolute;
    padding: 23px 11px;
    /*background: #1823188a;*/
    width: 100%;
}

/* Toggle Button Style */ 


.mobile-logo{
    margin-bottom: 0 !important;
}

.mobile-logo a{
    font-size: 36px !important;
    letter-spacing: -4px;
    color: #b2d5bf; 
}

.mobile-logo a:hover, .mobile-logo a:active{
    color: #b2d5bf;
}
 
.toggle {
    cursor: pointer;
    overflow: hidden;
    width: 60px;
    height: 60px;
    /* background: #ffffff59; */
    border-radius: 51px;
    /* box-shadow: 0 3px 7px 0 #00000040; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    border: 1px solid #c5aeae96;
}

.line-toggle {
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #fff;
  border-radius: 5px;
  transition: all .6s;
}

.line-toggle:first-child {
  transform: translateY(-14px) translateX(12px);
  width: 25px;
  transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
  transition-delay: .12s;
}

.line-toggle:last-child {
  transform: translateY(15px) translateX(22px);
  width: 5px;
  transition-delay: 0s;
}

.toggle.activate .line-toggle:first-child {
  background: #ffd0be;
  transform: translateY(0) translateX(0) rotate(45deg);
  width: 30px;
  height: 2px;
  transition-delay: .1s;
}

.toggle.activate .line-toggle:nth-child(2) {
  transform: translateX(110px);
  transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {
  background: #ffd0be;
  transform: translateY(0) translateX(0) rotate(314deg);
  width: 30px;
  height: 2px;
  transition-delay: .1s;
}

/* .Toggle Button Style */ 

/*==============================================================================*/
 
.home-page {
    height: 60vh;
    position: relative;
}

.home-page::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    /*background: #000;*/
    /*background: #0000003d;*/
}
.home-page video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.home-content {
    position: absolute;
    color: #FFFFFF;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -38%);
    z-index: 10;
}
   
.home-content button {
    display: block;
    font-size: clamp(14px, 1.5vw, 18px);
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    margin: 50px auto 0;
    padding: 12px 20px;
    cursor: pointer;
}


.home-content h3{
    font-weight: normal;
}
.home-content h1{
    color: #fff;
    font-weight: 900;
    margin: 10px 0;
}
.home-content p{
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}
.blog-section{
    padding-top: 25px;
    padding-bottom: 16px;
}

.postmetadata{
    margin-bottom: 0.5em;
}

p.postmetadata a{
    text-transform: uppercase;
    color: #b57421;
    font-size: 14px;
    letter-spacing: 4px;
    text-decoration: none;
}


/* banner scroll down */
/*https://codepen.io/lisa-jaffe/pen/QWwVoxV*/

.scroll-down{
    width: 24px;
    height: 24px;
    position: absolute;
    color: #FFFFFF;
    left: 50%;
    bottom: 12%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-decoration: none;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 2px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

/* .banner scroll down */


.blog-card h2 a{
    text-decoration: none;
    color: #1a1919;
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    display: block;
}
 

.cont-reading{
    text-decoration: none;
    color: #000;  
}

/* Single */

.single-content-wrap img{
    width: 100% !important;
}


.single-header{
    background: url(https://blog.lerryturgo.com/wp-content/uploads/2025/10/pexels-caleboquendo-34503578-scaled.jpg);
    height: 500px; 
    position: relative;
}

.single-header::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000a8;
}

.single-title{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 10;
    text-align: center;
}

.single-meta, .single-meta a{
    color: #c3c3c3;
    font-size: 16px;
    text-decoration: none;
}

 .single-meta a{
    font-weight: 600;
 }
 


.single-meta-thumb{
    color: #7b7b7b;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: -1px;
}

.single-meta-thumb a{
    font-weight: 600;
    font-size: 16px !important;
    color: #b95213 !important;
    text-decoration: none;
}


 
.nav-links > div{
    background: transparent;
    padding: 30px;
    border: 1px solid gray;
    border-radius: 22px;
    margin-right: 22px;
    transition: ease-in-out;
}

.nav-links > div:hover{
    border: 1px solid #000;
}
.nav-links > div a{
    text-decoration: none;
    color: #000;
}
.nav-links > div a .nav-subtitle{
    font-weight: 900;
    display: block;
}


.comment-body img{
    width: 60px !important;
}


/* .Single */


/* Archive Style */
.archive-banner{
    height: 350px; 
    /*background: #68896b !important;*/
}

.arc-single-title{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 10;
    text-align: center;
}
.arc-single-title h1{
    margin: 0;
}

 
 
/* .Archive Style */

/*SIDEBAR*/
.sidebar-wrap{
    /*background:#dddddd;*/
    padding: 0 16px;
}
.sidebar-wrap #block-2 label{
    font-weight: bold;
    padding-bottom: 12px;
}
.sidebar-wrap h2{
    font-weight: bold;
    font-size: 24px !important;
    color: #4b4b83;
}
.sidebar-wrap ul{
    padding: 0;
    margin: 0;
}
.sidebar-wrap ul li{
    list-style: none;
}
.sidebar-wrap ul li a{
    text-decoration: none;
    font-weight: 600;
    color: #3b3b3b;
    letter-spacing: -1px;
    font-size: 18px;
} 
.sidebar-wrap #block-7 p{
    font-size: 16px;
    line-height: 24px;
    border-radius: 14px;
}
.about-in-sidebar{
    background: #ebebeb;
    padding: 18px;
    text-align: center;
}
.site-footer{
    padding: 30px 0;
    background: #2b2b2b;
    color: #fff;
     position: relative;
    width: 85%;
    /*float: right; */
    margin-left: 15%;
}
.site-footer p{
  font-size: 16px; 
}
.site-footer ul{
    padding: 0;
    margin: 0;
}
.site-footer ul li{
    list-style: none;
    text-decoration: none;
}
.site-footer ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 16px; 
}




.post .entry-content p {
  margin-bottom: 1.4em; /* adjust number if gusto mo mas close */
  line-height: 1.6;      /* para readable pa rin */
}


/*LOGO FONT*/
.ibm-plex-mono-thin {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 100;
  font-style: normal;
}

.ibm-plex-mono-extralight {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 200;
  font-style: normal;
}

.ibm-plex-mono-light {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 300;
  font-style: normal;
}

.ibm-plex-mono-regular {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

.ibm-plex-mono-medium {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-style: normal;
}

.ibm-plex-mono-semibold {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 600;
  font-style: normal;
}

.ibm-plex-mono-bold {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 700;
  font-style: normal;
}

.ibm-plex-mono-thin-italic {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 100;
  font-style: italic;
}

.ibm-plex-mono-extralight-italic {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 200;
  font-style: italic;
}

.ibm-plex-mono-light-italic {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 300;
  font-style: italic;
}

.ibm-plex-mono-regular-italic {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-style: italic;
}

.ibm-plex-mono-medium-italic {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-style: italic;
}

.ibm-plex-mono-semibold-italic {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 600;
  font-style: italic;
}

.ibm-plex-mono-bold-italic {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 700;
  font-style: italic;
}



 /*X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    body{
        background: #fff;
    }


    .site-header {
        width: 100%;
        transform: translateX(-100%); /* hidden by default */
    }

    .site-header.open {
        width: 100%px;
        transform: translateX(0%); /* hidden by default */
    }

    .site-main{
        position: relative;
        width: 100%;
        margin-left: 0;
    }

    .single-header{
        height: auto;
    }

    .home-page {
        height: auto; 
    }

    .blog-card h2 a {
        font-size: 33px !important;
        line-height: 40px;
    }

    .scroll-down {
        bottom: 16%;
    }

    .home-content {
        position: relative;
        transform: none;
        left: 0;
        top: 0;
        padding: 200px 36px 200px 36px;
    }

    .single-content-wrap{
        padding: 30px 22px !important;
    }


}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {

    body{
        background: #fff;
    }

    body,p,a{
        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        font-weight: 400;
        font-size: 18px !important;
        line-height: 32px;
    }

    .site-header{
         background: #5c6354;
    }

    .home-page {
        height: auto; 
    }  

    .home-content {
        position: relative;
        transform: none;
        left: 0;
        top: 0;
        padding: 200px 36px 200px 36px;
    }

    .blog-card h2 a {
        font-size: 33px !important;
        line-height: 40px;
    }

    .scroll-down {
        bottom: 16%;
    }

    .menu-main-container #primary-menu li a {
        color: #bcc5a9;
        font-size: 28px !important;
        line-height: 26px;
    }

    .single-header{
        height: auto;
    }

    .single-title{
        position: relative;
        padding: 148px 26px;
        top: 0;
        left: 0;
        transform: none;
    } 

    .single-content-wrap{
        padding: 30px 22px !important;
    }
 
    .site-footer {
        width: 100%; 
        margin: 0;
        padding: 20px;
    }

 }

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {

  body{
        background: #fff;
    }
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) { 
  body{
        background: #fff;
    }

 }

/*X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) { 
  body{
        background: #fff;
    }
 }

/* XX-Large devices  larger desktops
 No media query since the xxl breakpoint has no upper bound on its width*/

 


