/*
Theme Name: Bootstrap Basic
Theme URI: https://rundiz.com
Author: Vee Winch
Author URI: 
Description: Bootstrap v.3 basic theme for developers to build their new theme very fast and easy. To follow what was changed, please look for <a href="https://github.com/Rundiz-WP/bootstrap-basic" target="commits">commits</a> of this theme at Github or changelog.md file that come with the theme.
Version: 1.2.4
Requires PHP: 5.4
Requires at least: 4.0
Tested up to: 6.2
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: bootstrap-basic
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments, translation-ready

This theme built with Twitter Bootstrap v.3. It is basic theme with basic style for build new theme with Bootstrap.

*/


/* 

custom CSS for Minazona

*/
body {
    background:rgb(7, 0, 0);
    border:none;
    color:#ccc;

}
.container {
    width:75%;
    padding: 0;
    margin: auto;

  }
  
#header-banner {
    width:100%;
    text-align: center;
    margin:auto;
    overflow: visible;
}

#header-banner img {
    width:100%;
    margin:auto;
    
}

#banner-wrap {
    width: auto;
    height:auto;
    overflow: visible;
}


.site-title-heading {

    text-align: center;
    margin:auto;
    width: 95%;
}

.site-description h2{
    text-align: center;
    font-size: 20px;
}

#center-menu {
    text-align: center;
    margin:10px auto;
    width:95%;
    border-bottom: 1px solid black;
    display: flex;
    flex-direction: row;
    gap: 10px;
    gap: 10px 20px; /* row-gap column gap */
    row-gap: 10px;
    column-gap: 20px;


}

.navbar {
    border:none;
    box-shadow: none;
    background:none;
    float: none;
}

.navbar {
    width:75%;
}

.navbar-nav{
    float:none;
}

.navbar-nav li {
        float: left;
    }

.navbar-default {
    width: 75%;
    margin:auto;
    background:none;
    display: flex;
    justify-content: center;
}



#content {
    width: 900px;
    margin:auto;
}

.entry-content {
    width:95%;
    margin:auto;
}

#main {
    width: 95%;
    margin:auto;
}

#main-column{
    width: 99%;
    border: none;
    margin: auto;
}

#TitleDesc {

    width:95%;
    margin:auto;
}

.entry-title {
    font-size: 25px;
}

.entry-header{
    text-align: center;
}

#metaslider_container_41 {

    width:100%;
    
}

#hide-slide {
  visibility: hidden;
}

.customlogo {
    width:200px;
    height:200px;
margin:auto;

}

/*
Woo-commerce stuff
*/
.woocommerce-products-header{
    padding: 25px;
    margin:25px;
    background: #0c0300;
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    gap: 25px;

}

.woocommerce-products-header{
    display: block;
    clear: both;
}

.term-description {
   
}

.term-description p{
    width:95%;
    font-size: large;
}

.term-description img{
    margin:0px 25px 15px 25px;
    
}

.products ul{
    margin:5px;
}

/*
Required WordPress CSS
*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
    margin-bottom: 1.6em;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


.sticky {
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
/* Text meant only for screen readers. */
.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. */
}


.woocommerce-product-gallery__image {
width:300px;

}


/* 
footer nav
*/
.footer-right {
    width:300px;
    height: 100%;
    display: flex;
    flex-direction: row;
    display: flex;
    gap: 10px;
    gap: 10px 20px; /* row-gap column gap */
    row-gap: 10px;
    column-gap: 20px;
}

.footer-right li{
    list-style: none;
}

#site-footer {
    background:rgb(7, 0, 0);
    color:#ccc;
    height:100%;
    overflow:hidden;
}