/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

html body.custom-background {
background: none #fff;
}

body {
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

#coupon_code {width:200px;font-size: 22px;}

.woocommerce .quantity .qty {
    width: 5.631em;
}

.woocommerce-variation-description {display:none !important;}

.woocommerce .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce .quantity .plus, .woocommerce-page .quantity .plus {
    background-color: #cd1f30;
    border: medium none;
    color: #fff;
}

.woocommerce .quantity .minus, .woocommerce-page .quantity .minus {
    border-radius: 50%;
    bottom: 15px;
    left: 11px;
}

.woocommerce .quantity .plus, .woocommerce-page .quantity .plus {
    border-bottom: 0 none;
    border-radius: 50%;
    right: 0;
    top: 19px;
}

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
    border-style: solid none solid solid;
    border-width: 1px;
    float: left;
    font-weight: 700;
    height: 50px;
    margin: 0 0 0 32px;
    padding: 0;
    text-align: center;
    width: 50px;
}

.entry-content, .full-width-content .content {
    padding: 0;
}

.content {
    padding: 0 20px;
}

.header-top {
    background: #999596 none repeat scroll 0 0;
    color: #fff;
    font-size: .92rem;
    padding: 9px 10px;
}

.genesis-nav-menu {
    background-color: transparent;
    box-shadow: none;
    font-size: 14px;
}

.site-header .genesis-nav-menu a {
  padding: 38px 18px 37px;
}

.header-top .genesis-nav-menu li {
    display: inline-block;
    float: right;
}

.header-top .genesis-nav-menu li a {
    color: #fff;
    padding: 0 15px;
}

.genesis-nav-menu li:hover, .genesis-nav-menu a:hover {
  background-color: transparent;
}

.header-top .genesis-nav-menu .sub-menu li a {
    color: #fff;
    padding: 15px;
background:#999596;
}

#menu-main .menu-item a {
  font-size: 1rem;
  text-transform: uppercase;
}

.site-header, .site-header .wrap {
max-width:100%;
background-image:none;
box-shadow:none;
}

.site-header {
    padding: 0 0 0 20px;
    background:#fff;
}

.site-header .widget-area {
    float: right;
    width: 80%;
}

.site-header .title-area {
    float: left;
    padding: 0;
    width: 200px;
    min-height:65px;
    padding: 8px 0 0;
}

.header-image .site-title::after {
    color: #0f527d;
    content: "Australia";
    float: right;
    font-size: 19px;
}

.home .site-container {
    padding: 0;
}

.site-container {
    padding: 40px 40px 0;
}

.content-sidebar-wrap .content-splash-wrap {
    display: none;
}

.streamline-pro-green .genesis-nav-menu a, 
.streamline-pro-green .entry-meta a {
color:#333;
}

.mini-cart {
	display: block;
	float: right;
  	line-height: 1;
        width:100px;
}

.mini-cart a {
    background: #0f527d none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 45px;
    margin: 0;
    padding: 27px 20px;
    text-align: center;
}

#nav_menu-4 {
    float: left;
    //margin-top: 40px;
    width: 80%;
}

#menu-item-2388, #menu-item-2389 {display:none;}

#search-2 {
width:20%;
float:left;
}

.site-header .search-form {
    bottom: auto;
    position: relative;
    right: auto;
    width: auto;
float:left;
}

.slicknav_nav ul {margin:0;}

.woocommerce a.button {
  background-color: #0f527d;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 1em 1.25em;
  text-transform: uppercase;
}

.woocommerce button.button {
  background-color: #cd1f30 !important;
  float: right !important;
  font-size: 20px;
  font-weight: bold;
  padding: 1.5em;
  position: relative;
  text-transform: uppercase;
  width: 70%;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit[disabled]:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button[disabled]:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button[disabled]:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button[disabled]:disabled {
  background-color: #cd1f30 !important;
  padding: 1.5em;
}

.woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 25px;
}

.content .entry {
    box-shadow: 0 -5px 0 #eaeaea inset;
}

.search-form input[type="submit"] {
    border: 0 none;
    clip: none;
    float: right;
    height: auto;
    margin: 0;
    padding: 15px;
    position: relative;
    width: auto;
}

/* Expanding Search */
.Exp-serach {
position: relative;
margin-top: 20px;
margin-right:15px;
width: 0%;
min-width: 50px;
height: 50px;
float: right;
overflow: hidden;
-webkit-transition: width 0.3s;
-moz-transition: width 0.3s;
transition: width 0.3s;
-webkit-backface-visibility: hidden;
} 

.ExpInput {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #a0b58d;
    font-family: inherit;
    font-size: 20px;
    height: 50px;
    margin: 0;
    outline: medium none;
    padding: 0 2%;
    position: absolute;
    right: 5%;
    top: 0;
    width: 95%;
    z-index: 10;
}

input[type="search"].ExpInput {
-webkit-appearance: none;
-webkit-border-radius: 0px;
}

.ExpInput::-webkit-input-placeholder {   
color: #efb480;
}
.ExpInput:-moz-placeholder {
color: #A0B58D;
}  
.ExpInput::-moz-placeholder {
color: #A0B58D;
}
.ExpInput:-ms-input-placeholder {
color: #A0B58D;
}

.ExpIcon,
.Expbtn  {
width: 50px;
height: 50px;
display: block;
position: absolute;
right: 0;
top: 0;
padding: 0;
margin: 0;
line-height: 50px;
text-align: center;
cursor: pointer;
}

.Expbtn {
background: #fff; /* IE needs this */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
filter: alpha(opacity=0); /* IE 5-7 */
opacity: 0;
color: transparent;
color:red;
border: none;
outline: none;
z-index: -1;
}
.ExpIcon {
color: #2c2c2c;
background: #fff;
z-index: 90;
font-size: 30px;
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
}
.ExpIcon:before {
content: "";
}
.Exp-serach.Exp-serach-open,
.no-js .Exp-serach {
width: 88%;
}
.Exp-serach.Exp-serach-open .ExpIcon,
.no-js .Exp-serach .ExpIcon {

z-index: 11;
}
.Exp-serach.Exp-serach-open .Expbtn,
.no-js .Exp-serach .Expbtn {
    z-index: 90;
}
/* Expanding Search */

.site-inner, .site-container, .wrap {
    margin: 0 auto;
    max-width: 100%;
}

.site-inner {
    background-color: #fff;
    box-shadow: none;
    clear: both;
    margin-bottom: 0;
}

.breadcrumb, .home .entry-header {display:none;}

.entry-header {
    padding: 4rem 0 0;
}

.woocommerce-LoopProduct-link {
    display: block;
    min-height: 346px;
}

.site-container {
  box-shadow: none;
}

.footer-widgets {
    padding: 0 0 0.8rem;
    background: #fff;
}

.footer-widgets .footer-widgets-1, .footer-widgets .footer-widgets-2, .footer-widgets .footer-widgets-3 {
    background: #eaeaea none repeat scroll 0 0;
    float: left;
    margin-left: 0.5641%;
    margin-right: 0;
    min-height: 617px;
    padding: 40px 20px 0;
    width: 32.957%;
}

.footer-widgets .footer-widgets-1 {
margin-left: 0;
}

.footer-widgets .footer-widgets-2 {

}

.footer-widgets .footer-widgets-3 {

}

#nav_menu-5, #nav_menu-2 {
float:left;
width:48.7179%;
margin-left: 2.5641%;
}

#nav_menu-2 {margin-left:0;}

#text-8 {clear:both;}

.widget-title {
    line-height: 100%;
    margin: 0;
}

.footer-widgets .widget-title::before {
    color: #aaa;
    content: none;
    margin-right: 1.2rem;
}

.mcontain {
    margin: auto;
    width: 90%;
}

.mcontain a img:hover, .gybe a img:hover {
    border: 5px solid rgba(19, 130, 9, 1);
}

.mcontain1 {
    margin: 80px auto 0;
    width: 80%;
    text-align:center;
}

.mcontain1 img {
    margin-bottom: 0;
}

.footer-widgets .wrap {
    padding: 0 30px;
}

.three-fifths, .two-fifths {
margin-left:2%;
float:left;
}

.three-fifths {width: 75.8%;}
.two-fifths {width:22.2%;}

.tabv .three-fifths {width: 60%;}
.tabv .two-fifths {width:38%;}

.footer-widgets {
    color: #000;
}

.footer-widgets .widget-title {
    color: #000;
    font-size: 1.2rem;
    font-weight: 800;
    padding-bottom: 10px;
}

.footer-widgets a {
    color: #000;
}

.footer-widgets a.button, .footer-widgets input.button {
    background: #0f527d none repeat scroll 0 0 !important;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    line-height: 100%;
    margin: 0;
    padding: 10px 15px;
}

.footer-widgets a.button:hover, .footer-widgets input.button:hover {
    background: #e95050 !important;
    color: #fff;
}

ul#menu-customer-service.menu, ul#menu-general.menu {
    margin:0;
}
.footer-widgets input[type="email"] {
padding:1rem;
margin-bottom:10px;
}

.site-footer {padding: 1.5rem 0;}

.fcreds {display:none;}

footer .fcreds {display:inline;}

.hero-blockbf {
    background: #aa0000;
    color: #fff;
    margin-bottom: 25px;
padding: 30px 0 10px;
text-align:center;
}

.hero-blockbf h2 {
    color: #fff;
    text-shadow: 2px 2px #333;
}

.hero-blockbf .button {
    background: rgba(256,256,256,1) !important;
    color: #b81c1c !important;
}

.pum-theme-3574, .pum-theme-default-theme {
    background-color: rgba( 255, 255, 255, 0.50 ) !important;
}

.pum-theme-default-theme h3 {
    font-size: 24px;
}

.pum-theme-default-theme h4 {
    font-size: 20px;
}

.bf-alert {
    background: #b81c1c;
    color: #fff;
padding:20px;
text-align:center;
margin-bottom:25px;
}

.bftext {
    font-size: 40px;
}

.bigtext {
    font-size: 80px;
}

.hero-blockbf .tshop {
    font-size: 2rem;
    line-height: 100%;
    font-weight: bold;
}

.hero-block {
    background: transparent url("/wp-content/uploads/2017/10/ACT00067-TFit_4Cols_LowRes.jpg") no-repeat scroll left top / cover ;
    color: #000;
    margin-bottom: 25px;
    min-height: 365px;
    text-align:center;
}

.hero-promo {
    background: transparent url("/wp-content/uploads/2017/06/2-1-1.jpg") no-repeat scroll center top / cover ;
    color: #000;
    margin-bottom: 25px;
    min-height: 365px;
    text-align:center;
}

.hero-block .one-half {padding:80px 40px;}

.hero-block h2 {color:#000;margin-bottom:40px;}

.hero-block a.button {
  background: rgba(19, 130, 9, 0.7) none repeat scroll 0 0 !important;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  height: auto;
  line-height: 100%;
  margin: 16rem auto 0;
  padding: 10px 40px;
}

.hero-promo a.button {
  background: rgba(19, 130, 9, 0.7) none repeat scroll 0 0 !important;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  height: auto;
  line-height: 100%;
  margin: 17rem auto 0;
  padding: 10px 40px;
}

.hero-block a.button:hover {
    background: rgba(19, 130, 9, 1) none repeat scroll 0 0 !important;
}

.tshop {
    font-size: 3rem;
    font-style: normal;
    line-height: 100%;
    text-transform:uppercase;
}

.tcountry {
    line-height: 100%;
    font-style: normal;
    text-transform:uppercase;
}

.clearfix.mcontain1 p {
  font-size: 1.6rem;
  font-weight: bold;
}

.hero-block .one-half.last {text-align:center;}

.tabv {display:none;}
.phv {display:none;}

.woocommerce-billing-fields .clear {display:none;}

.first {
    clear: both;
    margin-left: 0;
}

#popup-box-gfcr-1 .popupally-inner-gfcr-1 .logo-img-gfcr, #popup-embedded-box-gfcr-1 .popupally-inner-gfcr-1 .logo-img-gfcr {
height:auto;
}

.one-fiftha,
.two-fifthsa {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-fiftha {
	width: 17.94871794871795%;
}

.two-fifthsa {
	width: 35.8974358974359%;
}

/* Media Queries */
@media only screen and (max-width:1080px){

.site-header .widget-area {
    float: right;
    width: 75%;
}
#nav_menu-4 {
    float: right;
    width: 70%;
}

}

@media only screen and (max-width:1023px){

.site-header .title-area {
    text-align: center;
    margin: auto;
    float: none;
}

.site-title {
    display: block;
    margin: auto;
    width: 150px;
}

#nav_menu-4 {margin-top: 0;}

.header-widget-area {display:none;}

.slicknav_menu {
    text-align: center;
}

.slicknav_btn {
    display: inline-block;
    float: none;
}

.menu-item-2388 {display:inline-block;}

.genesis-nav-menu .menu-item.menu-item-1797 {
    display: block;
    width: 70%;
    margin: auto;
}
.menu-item-2389 .screen-reader-text {display:none;}
.menu-item-2389 input[type="search"] {
    width: 75%;
    margin: auto;
    float: left;
    border-radius: 0;
}
.menu-item-2389 input[type="submit"] {
    width: 25%;
    margin: auto;
    float: right;
    border-radius: 0;
    padding: 17px 6%;
}

.footer-widgets .footer-widgets-1, .footer-widgets .footer-widgets-2, .footer-widgets .footer-widgets-3 {
    width: 100%;
    margin-bottom: 10px;
    height: auto;
    min-height: 0;
}

.pcv {display:none;}
.tabv {display:block;}

}

@media only screen and (max-width:790px){

.header-top-left, .header-top-right {
    width: 100%;
    text-align: right;
}

.mcontain1 {
    width: 90%;
}

}

@media only screen and (max-width: 1024px) {

.one-fiftha,
.two-fifthsa,
.mcontain1 {
		margin: 0;
		width: 100%;
	}

@media only screen and (max-width:767px){

.hero-block .one-half.first {display:none;}

.tabv {}
.phv {display:block;}

}