/**
Theme Name: unic
Author: Unic technologies Limited
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: unic
Template: astra
*/

    .bottom-read-more{position: absolute;left:0;bottom: 0;width: 100%;height: 30px; background-color:#e1b009;color:#000000;}
    .bottom-read-more:hover{position: absolute;left:0;bottom: 0;width: 100%;height: 30px; background-color:#000000;color:#e1b009}
    .readmorecls{background-color: #E1B009;padding: 2% 25% 2% 25%; color:#000000!important; border-radius: 10px;}
    .readmorecls:hover{background-color: #000000;color:#E1B009!important;}

    .site-title{
        display:none;
    }

    .container {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
    }

    .titlecls{
        padding:3% 0 5% 0;
    }
    .pagination{  
        max-width: fit-content;
        margin-left: auto;
        margin-right: auto;
        padding: 50px 0px 50px 0px;
    }
    .pagination span.current {
        background-color: #ddd;
        color: #000000;
        padding:10px 15px 10px 15px;
    }
        
    .pagination a.page-numbers:hover:not(.current) {
        background-color: #f8d353;
        padding:10px 15px 10px 15px;
        text-decoration: none!important;
    }    

    .pagination a.page-numbers:not(.current) {
        background-color: #E1B009;
        padding:10px 15px 10px 15px;
        color:#000000;
        text-decoration: none!important;
    }    

 

    .documentation ul {
        list-style-type: none;
        padding: 0;
        max-width: 1200px;
        margin: 0 auto;
    }
    .documentation ul li {
        position: relative;
        padding: 5px;
        margin: 0 0;
        border-bottom: 1px solid #E1B009; /* Light shade border */
        background-color: #ffffff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: background-color 0.3s ease;
    }
    .documentation ul li:hover {
        /*background-color: #f8d353;*/ /* Change color on hover */
    }
    .documentation ul li::after {
        content: '\2192'; /* Right arrow Unicode */
        font-size: 30px;
        color: #E1B009;
        transition: transform 0.3s ease;
    }
    .documentation ul li:hover::after {
        transform: translateX(5px); /* Move arrow to the right on hover */
        color: #000000;
    }
    .documentation ul a li {
        color: black;
        font-weight: bold;
    }
    .documentation a:hover {
        color: white; /* Change text color on hover */
    }

    .documentation a {
        text-decoration: none!important;
        color: black;
      }

    .single-post-container{width: 100%;}
    .doc-center-text{margin-left: 10%;}    
    .clear{
        clear: both;
    }

    .footer-1, .footer-2{
        list-style: none!important;
        text-align: left!important;;
        margin: 0px !important;
        color:#ffffff!important;
    }
    .footer-1 ul li a, .footer-1 ul li a, .block-12{color:#ffffff!important;}
    .ast-builder-html-element h4{ text-align: left!important; padding-bottom:10px; color:#ffffff!important;}
    .wpcf7-submit{text-align: center; margin: auto; display: flex; width:300px;}
   

@media (min-width:1200px) {

    .doc-center-text{margin-left: 10%;}
    .searchterm{margin-top:-131px;position:absolute;width:800px!important;margin-left:180px;}
  
    
    .title-blog{
        background-size: cover;
        background-repeat:no-repeat;
        height:450px !important;
    }

    .blog-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
        padding-top:1.5%;
    }



    .blog-post {
        width: 30.33%; /* 3 columns, each 1/3 of 100% with some room for margin */
        margin: 1%; /* Adds spacing between columns */
        float: left; /* Floats each item left to create columns */
        background-color: #f1f1f1;
        overflow:hidden;
        text-align: center;
        box-sizing: border-box;
        border: 1px solid #ddd;
        border-radius: 15px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .blog-post:hover {
          /*transform: translateY(-5px);*/
          box-shadow: 2px 2px 41px rgba(33,33,33,1);
    }

    .blog-image {
       /* height: 300px;*/
        overflow: hidden
    }

    .blog-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;    /* Ensures the image covers the entire div */
      }

    .blog-content {
        padding: 20px;
    }

    .blog-title {
        font-size: 1.5rem;
        margin: 0;
        color: #333;
        text-align: center;
        min-height: 93px;
    }

    .blog-meta {
        font-size: 0.9rem;
        color: black;
        margin-bottom: 10px;
    }

    .blog-excerpt{
        font-size: 1rem;
        color: #000;
        line-height: 1.6;
        text-align: justify;
    }


    .read-more {
        display: inline-block;
        margin-top: 10px;
        color: #000000;
        text-decoration: none;
        font-weight: bold;
        
        /*padding: 10px 60px 10px 60px;
        border-radius: 12px*/
    }

    .read-more:hover {
        text-decoration: underline;
    }

    .blog-title a {text-decoration: none;}
    .blog-excerpt-top p{margin-bottom: 0px; margin-left:20px;}
    .blog-excerpt p{margin-bottom: 0px;}

    .doc-back-link{text-align: center;margin-top: 5%;}
    .cust-blog-title{ 
        padding:0px 0px 0px 0px;
        text-align: center;
    }
    .cust-blog-image{ 
        padding:40px 0px 20px 0px;
        display:block;
        margin-left:auto;
        margin-right:auto; 
        width: 100%;
    }
    .cust-blog-date{ 
        text-align: center; 
        display:block;
    }

    .mobile-blog{display:none}
}

@media (min-width:769px) and (max-width:1200px) {

    .doc-center-text{margin-left: 10%;}
    .searchterm{margin-top:-131px;position:absolute;width:800px!important;margin-left:180px;}
    .wpcf7-submit{text-align: center; margin: auto; display: flex; width:300px;}
    
    .title-blog{
        background-size: cover;
        background-repeat:no-repeat;
        height:450px !important;
    }

 
    .blog-post {
        width: 30.33%; /* 3 columns, each 1/3 of 100% with some room for margin */
        margin: 1%; /* Adds spacing between columns */
        float: left; /* Floats each item left to create columns */
        background-color: #f1f1f1;
        overflow:hidden;
        text-align: center;
        box-sizing: border-box;
        border: 1px solid #ddd;
        border-radius: 15px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .blog-post:hover {
          /*transform: translateY(-5px);*/
          box-shadow: 2px 2px 41px rgba(33,33,33,1);
    }

    .blog-image {
        /*height: 200px;*/
        overflow: hidden
    }
    .blog-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;    /* Ensures the image covers the entire div */
      }

    .blog-content {
        padding: 20px;
    }

    .blog-title {
        font-size: 1.5rem;
        margin: 0;
        color: #333;
        text-align: center;
        min-height: 93px;
    }

    .blog-meta {
        font-size: 0.9rem;
        color: black;
        margin-bottom: 10px;
    }

    .blog-excerpt{
        font-size: 1rem;
        color: #000;
        line-height: 1.4;
        text-align: justify;
    }


    .read-more {
        display: inline-block;
        margin-top: 10px;
        color: #000000;
        text-decoration: none;
        font-weight: bold;
        background-color: #E1B009;
       /* padding: 10px 60px 10px 60px;
        border-radius: 12px*/
    }

    .read-more:hover {
        text-decoration: underline;
    }

    .blog-title a {text-decoration: none;}
    .blog-excerpt-top p{margin-bottom: 0px; margin-left:20px;}
    .blog-excerpt p{margin-bottom: 0px;}

    .doc-back-link{text-align: center;margin-top: 5%;}
    .cust-blog-title{ 
        padding:0px 0px 0px 0px;
        text-align: center;
    }
    .cust-blog-image{ 
        padding:40px 0px 20px 0px;
        display:block;
        margin-left:auto;
        margin-right:auto; 
        width: 100%;
    }
    .cust-blog-date{ 
        text-align: center; 
        display:block;
    }

    .mobile-blog{display:none}
}

@media (max-width:768px) {

    .doc-back-link{text-align: center;margin-top: 5%;}
    .cust-blog-title{ 
        padding:0px 0px 0px 0px;
        text-align: center;
    }

    .blog-post {
        width: 30.33%; /* 3 columns, each 1/3 of 100% with some room for margin */
        margin: 1%; /* Adds spacing between columns */
        float: left; /* Floats each item left to create columns */
        background-color: #f1f1f1;
        overflow:hidden;
        text-align: center;
        box-sizing: border-box;
        border: 1px solid #ddd;
        border-radius: 15px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 480px) {

    .wpcf7-submit{text-align: center; margin: auto; display: flex; width:300px;}
    .mobile-blog{display:block; padding-bottom:10px;}

    .doc-back-link{text-align: center;margin-top: 5%;}
    .cust-blog-title{ 
        padding:0px 0px 0px 0px;
        text-align: center;
    }

    .blog-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
        padding-top:1.5%;
    }


    .title-blog{ /* Keep ths empty*/ }

    .blog-post {
        width: 100%; /* Full width on very small screens */
        margin: 0 0 20px 0; /* Adjust spacing */
        float: left; /* Floats each item left to create columns */
        background-color: #f1f1f1;
        overflow:hidden;
        text-align: center;
        box-sizing: border-box;
        border: 1px solid #ddd;
        border-radius: 15px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .blog-post:hover {
          /*transform: translateY(-5px);*/
          box-shadow: 2px 2px 41px rgba(33,33,33,1);
    }

    .blog-image {
        /* height: 200px; */
        overflow: hidden;
    }

    .blog-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;    /* Ensures the image covers the entire div */
      }

    .blog-content {
        padding: 35px 0px 25px 0px;
    }

    .blog-title {
        font-size: 1.5rem;
        margin: 0;
        color: #333;
        text-align: center;
        min-height: 93px;
    }

    .blog-meta {
        font-size: 0.9rem;
        color: black;
        margin-bottom: 10px;
    }

    .blog-excerpt{
        font-size: 1rem;
        color: #000;
        line-height: 1.4;
        text-align: justify;
    }

    .read-more {
        display: inline-block;
        margin-top: 10px;
        color: #000000;
        text-decoration: none;
        font-weight: bold;
        background-color: #E1B009;
       /*padding: 10px 60px 10px 60px;
        border-radius: 12px*/
    }

    .read-more:hover {
        text-decoration: underline;
    }

    .blog-title a {text-decoration: none;}
    .blog-excerpt-top p{margin-bottom: 0px; margin-left:20px;}
    .blog-excerpt p{margin-bottom: 0px; padding:3%;}

 }

 @media screen and (min-width: 1400px) {
    .container {
      width: 1370px;
    }
  }
  @media screen and (min-width: 1600px) {
    .container {
      width: 1570px;
    }
  }
  @media screen and (min-width: 1900px) {
    .container {
      width: 1870px;
    }
  }