/*
Theme Name: Bizhub
Theme URI: 
Author: Evanpok
Author URI: https://snavtech.x10.bz/
Description: Bizhub is a clean and elegant WordPress theme with simplistic but unique mordern look and feel. This theme is best suited for business websites, portfolios, and service-based agencies. Bizhub them is a multipurpose theme which focuses on business domain and is flexible enough to be used in any field. The theme offers a simple clean layout and is customizable with section settings. Section items can be added and removed and some sections can be removed completely to suit users use case. 
Version: 1.1.2
Requires PHP: 7.4
Tested up to: 6.5
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bizhub
Tags: blog, custom-logo, custom-menu, featured-images, full-width-template, post-formats,
Copyright (C) 2025 Bizhub. All rights reserved.
*/



/* ==========================================================================
   Base Styles
   ========================================================================== */

/* Reset and Base */

html {
    box-sizing: border-box;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}


 body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    color: #333;
    background-color: #f9f9f9;
} 


.admin-bar .ctb-section {
  top: 32px;
}


@media (max-width: 782px) {
  .admin-bar .nav {
      top: 46px;
  }
}


/* Typography */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0.7rem 0;
    line-height: 1.3;
    font-weight: 600;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}


.site-main .entry-content p {
  font-size: 20px;
}



/* =========================================================================
   ## Links
========================================================================== */
 
a {
  color: #ffa200;
  text-decoration: inherit;
}

a:hover,
a:focus,
a:active {
  color: #294a70;
}

a:focus {
  outline: auto;
}



a:hover,
a:active {
  outline: 0;
}


/* =========================================================================
   ## Alignment
========================================================================== */


.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}


.entry-content::after,
.widget::after,
.comment-content::after {
    content: "";
    display: table;
    clear: both;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

.clear {
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

/* =========================================================================
   ## Images
========================================================================== */

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

.wp-caption {
    max-width: 100%;
    margin-bottom: 1.5em;
}

.wp-caption img {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
    font-size: 0.875em;
    color: #666;
    margin: 0.5em 0 0 0;
}




/* =========================================================================
   ## Media
========================================================================== */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}




/* =========================================================================
   ## Lists
========================================================================== */

ul {
    list-style: circle;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

/* Tables */
table {
    width: 100%;
    margin: 0 0 1.5rem 0;
    border-collapse: collapse;
}

th, td {
    padding: 0.5rem;
    border: 1px solid #ddd;
    text-align: left;
}

th {
    background-color: #f5f5f5;
}



/* =========================================================================
   ## Forms
========================================================================== */

button,
a.cta-button-primary,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #ffab1f;
  border: medium none;
  border-radius: 2px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 24px;      
  margin: 20px 16px 0 16px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    background-color: #294a70;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border-color: #111;
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 6px 0 6px 9px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}


/* =========================================================================
   ## Accessibility
========================================================================== */


.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
  
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
  }

  .skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #f1f1f1;
    color: #21759b;
    padding: 8px;
    z-index: 100;
    transition: top 0.3s ease-in-out;
}

.skip-link:focus {
    top: 0;
    outline: none;
}
  
 


/* =========================================================================
   ## Posts & Pages
========================================================================== */

.site-tagline {
  font-size: 1.2rem;
  color: #ffa200; 
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 15px;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.single .entry-content {
  text-align: left;
}

.entry-meta > span a,
.single-post-meta > span a,
.entry-footer > span a {
  font-style: italic;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 15px 0 0;
}


#featured-content .entry-title {
  margin-bottom: 10px;
}

.page-links {
  clear: both;
  margin: 0 0 15px;
}

.entry-meta > span:before,
.entry-footer > span:before,
.single-post-meta > span:before,
.block-meta a:before {
  display: inline-block;
  font-family: FontAwesome;
  height: 15px;
  margin-right:8px;
  content: "";
}

.entry-meta .byline .author {
  margin-left: -4px;
}

.block-meta {
  margin-bottom: 10px;
}


.single .byline,
.group-blog .byline {
  display: inline;
}


#content article.post {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 25px;
  }
  
  #primary {
    width: 80%;
    margin: 0 auto;
  }

  .site-main .post-page {
    margin-top: 20px;
  } 




article.post {
  margin-bottom: 4rem;
  padding: 1rem;
  background-color: #fff;
}


.entry-header {
  margin-bottom: 2rem;
}

.entry-title {
  font-size: 2.2rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  color: #222;
  font-weight: 700;
}


.entry-content {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}


.entry-content p {
  margin-bottom: 1.5em;
}


.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.4;
  color: #111;
  font-weight: 600;
}


.entry-content a {
  color: #0056b3;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.entry-content a:hover {
  color: #003d80;
}

.entry-content ul {
  list-style: disc;
}


.entry-content ul,
.entry-content ol {
  margin-left: 2em;
  margin-bottom: 1.5em;
}

.entry-content li {
  margin-bottom: 0.75em;
}


.entry-content blockquote {
  margin: 2em 0;
  padding: 1em 1.5em;
  background: #f9f9f9;
  border-left: 4px solid #ccc;
  font-style: italic;
  color: #555;
}


.entry-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.5em 0;
}


.entry-content pre {
  background: #f4f4f4;
  padding: 1em;
  overflow: auto;
  border-radius: 4px;
  margin-bottom: 1.5em;
  font-family: monospace;
}


.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2em;
}

.entry-content table th,
.entry-content table td {
  padding: 0.75em;
  border: 1px solid #ddd;
}

.entry-content hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 3em 0;
}


/* ========================================================================
   ## Comment
========================================================================== */


.clear::after {
  content: "";
  display: table;
  clear: both;
}

#respond {
    clear: both;
    display: block;
    float: left;
    width: 77%;
  }
  
  .comments-area form#commentform .comment-form-url,
  .comments-area form#commentform .comment-form-author,
  .comments-area form#commentform .comment-form-email {
    width: 100%;
  }

  .comments-area #commentform p.comment-notes,
  .comments-area #commentform p.comment-form-comment {
    width: 100%;
  }
  
  .comment-content a {
    word-wrap: break-word;
  }
  
  .bypostauthor {
    display: block;
  }
  
  .comment-form p {
    padding: 0 15px;
    width: 100%;
  }
  
  .comment-form {
    margin: 0 -15px;
  }
  
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 33.33%;
    
  
  }
  
  .comment-list li.comment:after {
    content: inherit;
    display: none;
  }
  
  .comment-list li {
    padding-left: 0;
  }
  
  .comment {
    background-position: 0 -74px;
    display: block;
   
    width: 100%;
  }
  
  ol.comment-list {
    border-radius: 5px; 
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    overflow: inherit;
    padding: 0;
    width: 100%;
  }
  
  ol.comment-list .children {
    border: medium none;
    margin: 15px 0 15px 15px;
    width: 98%;
  }
  
  ol.comment-list li {
    list-style: outside none none;
  }
  
  .comment .comment-body {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    clear: both;
    display: block;
    margin-top: 5px;
    padding: 10px 20px;
    position: relative;
    text-align: left;
    width: 100%;
  }
  
  
  .comment-list .children {
    background-position: left 20px;
    background-repeat: no-repeat;
    border-left: 1px solid rgb(238, 238, 238);
    margin-left: 0;
    padding-left: 40px;
  }
  
  
  #comment-form-title {
    font-size: 24px;
    padding-bottom: 10px;
  }
  
  
  .comment-metadata {
    font-size: 13px;
    font-style: italic;
    line-height: 16px;
    margin-bottom: 10px;
  }
  
  a.comment-reply-link {
    background-color: #294a70;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 1px 15px 3px;
    border-radius: 2px;
  }
  
  a.comment-reply-link:hover,
  a.comment-reply-link:focus {
    background-color: #ffab1f;
    color:#fff;
  }
  
  .form-allowed-tags code {
    white-space: inherit;
    word-wrap: break-word;
  }
  
  .comment-respond label {
    display: block;
    font-weight: normal;
  }
  
  .comments-title {
    font-weight: 600;
    margin: 25px 0;
  }
  
  #reply-title {
    font-weight: bold;
    font-size: 20px;
  }
  
  .comment-content a {
    word-wrap: break-word;
  }
  
  .bypostauthor {
    display: block;
  }
  
  #commentform label {
    display: inline-block;
    width: 100px;
  }
  
  
  
  .page-links > span:first-child {
    padding: 0;
  }
  
  .page-links span {
    padding: 5px;
  }
  
  #commentform label {
    display: inline;
  }
  
  #commentform input[type="checkbox"],
  #commentform input[type="radio"] {
    margin-right: 10px;
  }
  
  #commentform  p.form-submit {
    margin-top: 30px;
  }
  
  #commentform  span.required {
    color: #ffa200;
  }



/* =========================================================================
   ## Widgets
========================================================================== */

.widget {
    margin-bottom: 2rem;
}

.widget-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget li {
    margin-bottom: 0.5rem;
}

/* =========================================================================
   ## Gallery
========================================================================== */


figure {
    margin: 0 0 1.5rem 0;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5rem 1.5rem;
}

/* .gallery-item {
    margin: 0 0.5rem 1rem;
    flex-grow: 1;
} */

  
  .gallery-item {
    display: inline-block;
    margin: 0;
    padding: 5px;
    text-align: center;
    vertical-align: top;
    width: 100%;
  }
  
  .gallery-item img {
    vertical-align: middle;
  }
  
  
  .gallery-caption {
    display: block;
    padding: 5px;
  }
  


/* =========================================================================
   ## Gutenberg
========================================================================== */

.wp-block-image {
    margin-bottom: 1rem;
}

.wp-block-quote {
    margin: 0 0 1.5rem 0;
    padding: 0 0 0 1rem;
    border-left: 3px solid #ffa200;
}

.wp-block-pullquote {
    padding: 1rem;
    border-top: 3px solid #ffa200;
    border-bottom: 3px solid #ffa200;
    text-align: center;
}



/* =========================================================================
   ## Clearing
========================================================================== */


.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

@media only screen and (max-width:767px) {

    h1 {
        font-size: 25px;
    }
  
    h2 {
        font-size: 20px;
    }
  
    h3 {
        font-size: 18px;
    }
  
    h4 {
        font-size:16px;
    }
  
    h5 {
        font-size: 15px;
    }
  
    h6 {
        font-size: 14px;
    }
  
  
    #page,
    .container  {
        width: 100%;
        padding: 0 15px;
    }
  
    .site-content {
        padding-top: 15px;
    }
  
    .site-main .post {
        margin-bottom: 15px;
    }
  
    #primary {
        width: 100%;
        clear: both;
    }

    .entry-header, .entry-content {
      margin: 0 2rem;
    }
  
    .site-layout-boxed  #page {
        box-shadow: inherit;
        margin-bottom: 15px;
        margin-top: 15px;
        width: 93%;
    }

  
  
  } 



/* ==========================================================================
                              ### THE END ###
   ========================================================================== */
