@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700');

body{
  font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a.sidebar-title{
  font-family:courier, courier new, serif;
}

a {
	color: #AE0D92;
}

.before-header {
    background-color: #A03E93;
 }
.topPhone {
    color: #FF911A;
    font-size: 22px;
    font-weight: 600;
}
.site-header .widget-area section:last-child {
    margin-bottom: 0;
    margin-top: 5px;
}

.site-header .widget-area .catslitterButtonSquare {
  font-size: 1.9rem;
  padding: 0.618em 3.5em;
  width: auto;
  margin: 0.5em 0;
}

.site-title a {
  background-image: url(https://www.catlitter.net.au/wp-content/uploads/2017/04/HappyCatsLitter_Logo2-2-e1493041462787.jpg) !important;
  background-repeat: no-repeat;
  /* background-size: contain !important; */
  display: block;
  height: 148px;
  text-indent: -99999px;
  background-position: center !important;
  max-width: 500px;
  margin: 0 auto;
}

.title-area p {
  margin: 0;
}

.site-header .wrap {
    padding: 20px 22px;
}

/* Main Menu */
.genesis-nav-menu .menu-item {
    padding: 0 4%;
}
/* avoid jumping on hover */
.nav-primary .genesis-nav-menu li:not(.current-menu-item) a:hover {
	margin-right: -3px;
}

/* Top Menu */
li#menu-item-44 {
    padding-right: 0px;
}
li#menu-item-45 {
    padding-left: 0px;
}


/* Widgets */
.catslitterButton {
    background-color: #ff8800 !important;
    border: 2px solid #ff8800 !important;
    border-radius: 18px;
}
.catslitterButtonSquare {
    background-color: #ff8800 !important;
    border: 2px solid #ff8800 !important;
    border-radius: 0;
    width: 146px;
    text-align: center;
}
.catslitterButtonSquare:hover {
  border: 2px solid #20221D !important;
}
.cta-box img {
    background-color: transparent;
    border: 1px solid #A03E93;
    padding: 0;
}
.cta-box h4.cta-title {
    color: #A03E93;
    font-family: courier, courier new, serif;
    text-transform: none;
    width:50%;
}

section#wsm-cta-widget-2 .cta-box h4.cta-title {
    color: #fff;
    top: 25%;
    font-size: 38px;
    left: 40px;
    width:30%;
}

section#wsm-cta-widget-2 .cta-box .more-link {
    width: 300px;
    bottom: 34%;
    font-weight: 500;
    left: 40px;
}
span.mainCTAtext {
    font-size: 25px;
    font-weight: 500;
}

.cta-box .more-link {
    width: 300px;
 }


.cta-box .more-link a {
  font-family:courier, courier new, serif;
    background-color: transparent;
    border-radius: 12px;
    color: #fff;
    padding: 0;
    text-transform: none;
}

span.button.catslitterButtonSquare.mainCTAbutton {
    width: 209px;
}

a.button.catslitterButtonSquare.mainCTAbutton.footer1Button {
  width: 238px;
  display: inline-block;
  position: relative;
  top: 59px;
}
a.button.catslitterButtonSquare.mainCTAbutton.footer2Button {
    width: 157px;
    margin-top: 43px;
}


.enews-widget input[type="submit"] {
  background-color: #FF911A;
  color: #20221D;
}

.footer-widgets .catslitterButtonSquare {
    border: 0 !important;
    padding: 5px 20px !important;
    margin-top: 24px !important;
    color: #000 !important;
    width: 238px !important;
    display: inline-block !important;
    top: 59px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: normal !important;
}

input#mc-embedded-subscribe {
    margin-top: 27px;
    padding: 7px 0;
    position: inherit;
}

body.woocommerce-page a.button:hover, body.woocommerce-page button.button:hover, body.woocommerce-page input.button:hover, body.woocommerce-page #respond input#submit:hover, body.woocommerce-page #content input.button:hover, button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.site-header .widget-area .catslitterButtonSquare:hover,
.footer-widgets .enews-widget input[type="submit"]:hover,
.footer-widgets .catslitterButtonSquare:hover{
  background-color: #20221D !important;
  color: #FFF !important;
}

/* Buttons */
button, input[type="button"], input[type="reset"], input[type="submit"], .button, body.woocommerce-page a.button, body.woocommerce-page button.button, body.woocommerce-page input.button, body.woocommerce-page #respond input#submit, body.woocommerce-page #content input.button, body.woocommerce-page button.button.alt, body.woocommerce-page input.button.alt, body.woocommerce-page #respond input#submit.alt, body.woocommerce-page #content input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #ff8800;
  color: #fff;
}

/* Accordion (eg FAQ) */
.accordion-header {
  margin-top: 15px !important;
  position: relative;
}
.accordion-header.accordion-selected + p + h3 {
  margin-top: 0 !important;
}
.accordion-header::after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
}
.accordion-content {
  margin-bottom: 15px !important;
}

/* Mobile */

@media only screen and (max-width: 1000px ) {
  span.mainCTAtext {
    font-size: 20px;
    font-weight: 500;
  }
  
}

@media only screen and (max-width: 1000px ){
  section#wsm-cta-widget-2 .cta-box h4.cta-title {
    top: 1%;
  }
}

@media only screen and (max-width: 800px ){
  .header-image .site-title {
    display: flex;
  }
  
  .site-header .title-area {
    margin: 0;
  }
  
  .site-header .widget-area {
    margin-top: 0;
  }
    
  .site-header .widget-area section:last-child {
    margin-top: 0;
  }
}

@media only screen and (max-width: 775px ){
  .cta-box .cta-title {
      line-height: 0.8;
  }
  
  .genesis-nav-menu .menu-item {
    padding: 0 2.5%;
  }
}

@media only screen and (max-width: 730px ){
  span.mainCTAtext{
    display: none;
  }
}
@media only screen and (max-width: 700px){
  nav.nav-primary .wrap {
      max-width: 100%;
      background-color: #b7c9d0;
  }
  button.menu-toggle, button.sub-menu-toggle {
    margin: 0 auto;
  }

}

@media only screen and (max-width: 480px){
  a.button.catslitterButtonSquare.mainCTAbutton.footer1Button {
    top: 0 !important;
  }
  
  .woocommerce-page table.cart td.actions .coupon .input-text + .button {
    float: left;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 400px){
  section#wsm-cta-widget-2 .cta-box h4.cta-title {
      top: 6%;
      font-size: 28px;
      line-height: 86%;

  }
  .home-mid {
      padding: 30px 10px 20px;
  }
  a.button.catslitterButtonSquare.mainCTAbutton {
    margin-top: 20px;
  }
  a.button.catslitterButtonSquare.mainCTAbutton.footer2Button {
    width: 238px;
  }
  .title-area {
    margin: 0;
  }
  .site-header .widget-area section:last-child {
    margin-bottom: 10px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 340px){
  section#wsm-cta-widget-2 .cta-box h4.cta-title {
      top: 6%;
      font-size: 28px;
  }
  a.button.catslitterButtonSquare.mainCTAbutton {
    margin-top: 6px;
  }
}