/* 
 Theme Name:   Motorbike Escape
 Theme URI:    
 Description:  A theme developed for Motorbike Escapes
 Author:       Medlicott Design
 Author URI:   https://www.medlicottdesign.co.nz/
 Template:     Divi
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

#sidebar{display: none;}
#left-area{width: 100%;}
#main-content .container:before {
width: 0;
}

/* Logo Overlay Settings */
@media only screen and (max-width: 980px) {
#logo {
min-height: 75px;
}
}
@media only screen and (min-width: 981px) {
#logo {
min-height: 95px;
}
}

/*----------[GQ - MENU OUTLINE REVEAL]------------*/
 
    @media only screen and (min-width : 981px) {
    #main-header li a {
            margin-right: 10px;
            padding-bottom: 0px!important;
            margin-bottom: 33px;}
    #main-header li a::before, #main-header li a::after {
        content: '';
        position: absolute;
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        z-index: -1;
        border: 2px solid transparent;
        -webkit-transform: scale(0);
        -webkit-transform-origin: 0 100%;
        transition: 0.45s; }
    #main-header li a::before {
        margin-left: -12px;
        margin-top: -12px; }
    #main-header li a::after {
        right: -12px;
        margin-top: -12px; }
    #main-header li a::before {
        border-bottom: 2px solid #279d31;
        border-left: 2px solid #279d31;
        -webkit-transform-origin: 0 100%; }
    #main-header li a::after {
        border-top: 2px solid #279d31;
        border-right: 2px solid #279d31 /*#079f66*/;
        -webkit-transform-origin: 100% 0%; }
    #main-header li a:hover::before, #main-header li a:hover::after {
        -webkit-transform: scale(1); }}

/* Logo Overlay Settings */
span.price{text-align: center !important}
h2.woocommerce-loop-product__title{text-align: center !important; color:#279D31;font-weight:bold !important}
h2.woocommerce-loop-category__title{text-align: center !important; color:#279D31;font-weight:bold !important}
mark.count{background-color:greenyellow}

/*styles the wp-pagenavi pagination links*/
.wp-pagenavi a, .wp-pagenavi span {
  padding: 0.3em 0.8em !important;
  font-size: 2em !important;
  color: #333333;
  line-height: 2em;
  background: #279D31;
  transition: all .5s;
}
 
/*styles the wp-pagenavi current page number*/
.wp-pagenavi span.current {
  color: #ffffff !important;
  background: #279D31 !important;
}
 
/*styles the wp-pagenavi pagination links on hover*/
.wp-pagenavi a:hover {
  color: #ffffff !important;
  background: #279D31 !important;
}
 
/*styles the wp-pagenavi pages text*/
.wp-pagenavi .pages {
  background: none;
}