:root{
      --primary-light: #ffffff;
      --secondary-light: #f5f5f5;
      --primary-dark:#1C1C1C;
      --secondary-dark: #0D0D0D;
      --primary-color: #1d2b42;
      --secondery-color: #daff0b;
}
*:focus{
    box-shadow: none;
    outline: none !important;
}
.img-fluid{
    min-width:100%;
    height:auto;
}
html{
    font-size: 16px;
}
body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1rem;
    font-style: normal;
    color: var(--secondary-dark);
    overflow-x: hidden;
}
.shadow {
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.text-shadow{
    text-shadow: 1px 1px 2px var(--primary-dark);
}
header, footer {
    background-color: var(--primary-color);
    color: var(--primary-light);

}
footer{
        text-align:center;
}
header a, footer p{
    color: var(--primary-light);
}
header a:hover{
    color: var(--secondery-color);
}
main{
   background-color: var(--primary-light); 
}
p, ul ,ol{
    font-size:1rem;
    color: var(--primary-dark);
    padding-top: 10px;
}
ul,ol{
    margin-left: 20px;
}
code{
    padding: 20px;
    font-size:1rem !important;
    color: var(--primary-light) !important;
    background-color: var(--primary-dark);
}
.row {
    --bs-gutter-x: 1.8rem;
}
a{
    text-decoration: none;
    display: inline-block;
}
.post-info{
    min-height: 120px;
}
.post-info a {
    display: inline-block;
    text-decoration: none;
    color: var(--primary-color);
    padding: 8px 10px 2px 0px;
}
a:hover, .post-info a:hover {
    color: var(--secondary-dark);
}
h1, h2, h3, h4, h5, h6{
      text-transform: capitalize;
}
#blog-title{
    text-align: center;
    font-size: 1.75rem;
    text-transform: uppercase;
}
#social-media i{
    font-size: 1.75rem;
    margin: 10px 20px 5px 0px;
}
.custom-toggler{
    border: 1px solid var(--primary-light) !important;
    border-radius: 0px !important;
}
.custom-toggler:focus{
    box-shadow: none;
    outline: none !important;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
h1 {
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;
}
h2 {
    color: var(--primary-color);
    font-size: 1.1rem;
}
footer h2 {
    padding-top: 10px;
    color: var(--primary-light);
    font-size: 1.1rem;
}
h3 {
    color: var(--primary-color);
    font-size: 1rem;
}
h4 {
    color: var(--primary-color);
    font-size: 0.9rem;
    padding: 12px 2px;
}
h5 {
    color: var(--primary-light);
    font-size: 0.8rem;
}
/* Blog */
.post-title a{
    min-height:50px;
    font-weight: bold;
}
.blog section a, .single section a, .archive section a, .search section a {
    color: var(--secondary-color);
}
.blog-section, .single-section, .archive-section, .search-section {
    padding: 0px !important;
}
.post-content {
    text-align: justify;
    padding: 5px 0px;
    font-size: 0.8rem;
    min-height: 90px;
}
.wp-post-image {
    border: 1px solid var(--primary-dark);
    /*border-radius: 20px;*/
    max-width: 100%;
    min-width:100%;
    height: auto;
}
.post-info p {
    font-size: 0.8rem;
    padding: 30px 0px 0px 0px;
    margin: 0px;
    min-height: 120px;
}
.btn-text, .submit, .reply {
    width:fit-content;
    margin: 10px 10px 10px 0px;
    background-color: var(--primary-color);
    color: var(--primary-light) !important;
    text-decoration: none !important;
    padding: 10px 20px;
    border:none;
    display:block;
}
.btn-text:hover, .submit:hover, .reply:hover {
    background-color: var(--primary-dark);
    color: var(--primary-light) !important;
    text-decoration: none !important;
    padding: 10px 20px;
    display:block;
}
#comment {
    /*border-radius: 8px;*/
    width: 100%;
    resize: none;
    display: block;
    width: 100%;
    height: 100px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--primary-light);
    background-color: var(--primary-light);
    background-clip: padding-box;
    border: 1px solid var(--primary-dark);
}
#author,
#email,
#url {
    /*border-radius: 8px;*/
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--secondary-dark);
    background-color: var(--primary-light);
    background-clip: padding-box;
    border: 1px solid var(--secondary-light);
}
.latest-posts h2 {
    border-bottom: 1px solid var(--primary-dark);
    width:fit-content;
    margin: 10px auto;
    color: var(--primary-dark);
}
.latest-posts .thumb {
    width: 100%;
    height: 380px;
}
.post_tags {
    margin: 10px 0px;
}
.categories-links a{
    padding: 0px;
}
.comment-reply-title{
    Padding-top:30px;
}
.comment-author{
    padding:10px 0px;
}
.fn{
    font-weight: bolder;
}
.comment-list p{
    font-size:12px;
}
.homepage-posts h3 {
    color: var(--primary-color);
    min-height: 40px;
}
.page-numbers{
	font-size: 1rem !important;
    margin-right: 15px;
	font-weight: bold;
}
/* End of Blog */
/* Back To Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 50px;
    right: 60px;
    background-color: var(--primary-dark);
    width: 50px;
    height: 50px;
    text-align: center;
    z-index: 999;
    text-decoration: none;
}
.scroll-to-top span{
    display: block;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: var(--primary-light);
    padding-top: 15px;
    position: relative;
    font-size: 0.8rem;
}
@media all and (max-width: 320px) {
    #social-media{
        text-align:center !important;;
    }
    .post-title{
        min-height:auto;
    }
    .post-content {
        min-height:auto;
    }
    .post-info p{
        min-height:auto;
    }
}
@media all and (min-width: 321px) and (max-width: 360px) {
    #social-media{
        text-align:center !important;;
    }
    .post-title{
        min-height:auto;
    }
    .post-content {
        min-height:auto;
    }
    .post-info p{
        min-height:auto;
    }
}
@media all and (min-width: 361px) and (max-width: 480px) {
    #social-media{
        text-align:center !important;;
    }
    .post-title{
        min-height:auto;
    }
    .post-content {
        min-height:auto;
    }
    .post-info p{
        min-height:auto;
    }
}
@media all and (min-width: 481px) and (max-width: 576px) {
    #social-media{
        text-align:center !important;;
    }
    .post-title{
        min-height:auto;
    }
    .post-content {
        min-height:auto;
    }
    .post-info p{
        min-height:auto;
    }
}
@media all and (min-width: 577px) and (max-width: 768px) {
    .post-title{
        min-height:auto;
    }
    .post-content {
        min-height:auto;
    }
    .post-info p{
        min-height:auto;
    }
}
@media all and (min-width: 769px) and (max-width: 992px) {
    .post-title{
        min-height:auto;
    }
    .post-content {
        min-height:auto;
    }
    .post-info p{
        min-height:auto;
    }
}
@media all and (min-width: 993px) and (max-width: 1200px) {
    .post-title{
        min-height: 65px;
    }
    .post-content {
        min-height: 130px;
    }
    .post-info{
        min-height: 90px;
    }
}
@media all and (min-width: 1201px) and (max-width: 1400px) {
    .post-title{
        min-height: 65px;
    }
    .post-content {
        min-height: 110px;
    }
    .post-info{
        min-height: 90px;
    }
}