/*
Theme Name:   MackTradeArt
Description:  Child Theme for WP Bootstrap Starter
Author:       Robert Craig
Author URL:   https://www.rcswebhosting.com
Template:     wp-bootstrap-starter
Version:      1.0
Text Domain:  wp-bootstrap-starter-child
*/

/* Write here your own personal stylesheet */

#masthead{
    margin: 0px;
    padding: 0px;
}

.header-top{
    height: 54px;
    text-align: center;
    background-color: #1D056B;
    line-height: 54px;
}

.header-top a:link,
.header-top a:active,
.header-top a:visited,
.header-top a:active
{
    text-decoration: none;
    color: #56889b;
}

.header-middle{
    display: flex;
    background-image: url("images/wall.png") ;
    background-repeat: repeat;
    background-size: auto;
    min-height: 135px;
    padding-top: 40px;
    justify-content: center;
}

.header-row{
    display: flex;
    flex: 1 auto;
    flex-direction: row;
    max-width: 1480px;
}

.leftcol{
    width: 30%;
    flex: 0 auto;
}
.middlecol{
    display: flex;
    flex: 1 auto;
    justify-content: center;
}
.search-form{
    display: flex;
}

.search-field:active,
.search-field:focus{

    border-radius: 100px;
    height: 50px;
    border-color: #1D056B;
    border-style: solid;
    border-width: 2px;
    background-color: transparent;
    outline: none;
    box-shadow: none;
}


.search-field::placeholder{
    color: #bda770;
}

.search-submit{
    display: flex;
    margin-left: -64px;
    padding-top: 12px;
}

.search-icon{
    height: 24px;
    height: 24px;
}

.search-icon:hover{
    fill: #bda770;
}

.rightcol{
    display: flex;
    width: 30%;
    flex: 0 auto;
    justify-content: flex-end;
}


.buttons{
    display: flex;
    flex: none auto;
    flex-direction: row;
}

.btn-basket{
    margin-left: 12px;
}

.btn-circle{
    fill: #bda770;
}



.signature{
    margin: 0px;
    padding: 0px;
    width: 236px;
    height: 72px;
    background-image: url("images/sig.png");
    background-repeat: no-repeat;
    background-size: cover;
}


.header-bottom{
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
    height: 54px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.navbar{
    background-color: #000000;
    z-index: 10;
}

.nav-link{
    color: #ffffff !important;
}

.nav-link:hover{
    color: #a5a5a5 !important;
}

.site-footer{
    padding-top: 20px;
    background-image: url("images/wall.png");
    background-repeat: repeat;
    background-size: auto;
}

.signup-section{
    display: flex;
    justify-content: center;
    background-color: #333333;
    border-top-color: #bda770;
    border-top-width: 3px;
    border-bottom-width: 2px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-bottom-color:#bda770;
    padding-top: 20px;
    padding-bottom: 40px;

}

.newsletteremail{

    background-color: transparent;
    border-color: #bda770;
    border-style:none;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-style:solid;
    outline: none;
    color: #ffffff;
}

.newsletteremail:focus,
.newsletteremail:active{
    background-color: transparent;
    border-color: #bda770;
    border-style:none;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-style:solid;
    outline: none;
    color: #ffffff;
}

.signup-h2{
    color: #bda770;
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav-section{
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-nav{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#menu-footernav > li {
    float: left;
    color: #000000;
  }
  
#menu-footernav > li > a {
    font-size: 20px;
    font-weight: bold;
    display: block;
    color: #000000 !important;
    text-align: center;
    padding: 16px;
    text-decoration: none;
    text-shadow: 0px 3px 10px #000000;
  }
  
#menu-footernav  > li a:hover {
    color: #5f5f5f !important;
    text-shadow: 0px 3px 10px #5f5f5f;
  }


.social-section{
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.facebook{
    background-image: url("images/facebook.png");
    margin: 2px;
    height: 32px;
    width: 32px;
}

.instragram{
    background-image: url("images/instagram.png");
    margin: 2px;
    height: 32px;
    width: 32px;
}

.payment-section{
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.paypal{
    background-image: url("images/paypal.png");
    margin: 2px;
    height: 30px;
    width: 119px;
}

.visa{
    background-image: url("images/visa-electron.png");
    margin: 2px;
    height: 30px;
    width: 50px;
}

.twitter{
    background-image: url("images/twitter.png");
    margin: 2px;
    height: 32px;
    width: 32px;
}

.address-section{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.address-line{
    font-weight: bold;
    text-shadow: 0px 3px 10px #000000;
}

.contact-line,
.info-line{
    text-shadow: 0px 3px 10px #000000;
}


.bottombar{
    display: flex;
    background-color: #1D056B;
    height: 50px;
}

#home-page{
    padding-top: 60px;
    padding-bottom: 60px;
}

#home-page .row{
    padding-bottom: 40px;
}

#home-page h2{
    font-size: 20px;
}


.hero-image{
    padding-bottom: 40px;
}

.trade-banner-image{
    padding-bottom: 40px;
}







p{
    font-size: 18px;
}

h1.entry-title{
    font-size: 32px;
}

.entry-content{
    padding-top: 60px;
    padding-bottom: 60px;
}


/** Woocommerce **/

.woocommerce-top-bar{
    background-color: #484848;
    height: 155px;
    text-align: center;
    color: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px
}

.woocommerce-products-header{
    padding-top: 60px;
    padding-bottom: 60px;
}

.woocommerce-top-bar > div > main > h1 {
    color: #ffffff;
}

/* Flexbox on WooCommerce archive products */
.woocommerce .products ul,
.woocommerce ul.products {
 display: flex;
 flex-flow: row wrap;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
 display: flex;
 flex-flow: column nowrap;
}

.woocommerce ul.products li.product .button {
 margin-top: auto;
 display: table;
}


@media (min-width: 320px) {
    
    .sig-col,
    .search-col,
    .action-col{
        padding-bottom: 20px;
        text-align: center;
    }

    .header-middle{
        padding-top: 20px;
    }

    .search-field{

        border-radius: 100px;
        height: 50px;
        min-width: 302px;
        border-color: #1D056B;
        border-style: solid;
        border-width: 2px;
        background-color: transparent;
        outline: none;
        font-size: 18px;
    }
}


@media (min-width: 360px) {
    
    .sig-col,
    .search-col,
    .action-col{
        padding-bottom: 20px;
        text-align: center;
    }

    .header-middle{
        padding-top: 20px;
    }

    .search-field{

        border-radius: 100px;
        height: 50px;
        min-width: 342px;
        border-color: #1D056B;
        border-style: solid;
        border-width: 2px;
        background-color: transparent;
        outline: none;
        font-size: 18px;
    }
}

@media (min-width: 375px) {
    
    .sig-col,
    .search-col,
    .action-col{
        padding-bottom: 20px;
        text-align: center;
    }

    .header-middle{
        padding-top: 20px;
    }

    .search-field{

        border-radius: 100px;
        height: 50px;
        min-width: 358px;
        border-color: #1D056B;
        border-style: solid;
        border-width: 2px;
        background-color: transparent;
        outline: none;
        font-size: 18px;
    }
}

@media (min-width: 411px) {
    
    .sig-col,
    .search-col,
    .action-col{
        padding-bottom: 20px;
        text-align: center;
    }

    .header-middle{
        padding-top: 20px;
    }

    .search-field{

        border-radius: 100px;
        height: 50px;
        min-width: 396px;
        border-color: #1D056B;
        border-style: solid;
        border-width: 2px;
        background-color: transparent;
        outline: none;
        font-size: 18px;
    }
}

@media (min-width: 576px) {

}
  
  @media (min-width: 768px) {
    .search-field{

        border-radius: 100px;
        height: 50px;
        min-width: 500px;
        border-color: #1D056B;
        border-style: solid;
        border-width: 2px;
        background-color: transparent;
        outline: none;
    }
  
}
  @media (min-width: 992px) {
    

  }

  @media (min-width: 1200px) {


  }

  @media (min-width: 1400px) {



  }
