/*
Theme Name: monster-pet-supplies custom theme
Theme URI: https://monster-pet-supplies.co.uk/
Author: monster-pet-supplies
Author URI: https://monster-pet-supplies.co.uk/
Description: A custom WordPress theme.
Version: 1.0
Text Domain: monster-pet-supplies
*/

* {
  box-sizing: border-box;
}
body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
}
.monster-pet-supplies-main-header {
  background-color: #009d8d !important;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.su-button-style-flat span {
    top: 0 !important;
    background: #009d8d !important;
}
img.custom-logo {
  max-width: 100%;
  width: 250px;
  height: auto;
}

.monster-pet-supplies-logo-block a img {
  width: 250px;
  height: auto;
}

.monster-pet-supplies-content-area {
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 24px;
}

.monster-pet-supplies-container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}

.monster-pet-supplies-content-area h1 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
}

.monster-pet-supplies-content-area h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
}

.monster-pet-supplies-content-area h3 {
  font-size: 25px;
  font-weight: bold;
  line-height: 35px;
}

.monster-pet-supplies-content-area h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

.monster-pet-supplies-content-area h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}

.monster-pet-supplies-content-area h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
}

.monster-pet-supplies-content-area ol li {
  list-style: decimal;
}

.monster-pet-supplies-content-area ul li {
  list-style: disc;
}

.monster-pet-supplies-content-area ol,
.monster-pet-supplies-content-area ul {
  padding-left: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 10px 0 !important;
}
ol,
ul {
  box-sizing: border-box;
  padding: 0;
}
.monster-pet-supplies-content-area table {
  border-collapse: collapse;
  width: 100%;
  margin: 25px 0;
}

.monster-pet-supplies-content-area td,
.monster-pet-supplies-content-area th {
  border: 1px solid #ccc;
  padding: 8px;
  font-size: 16px;
}

.monster-pet-supplies-content-area dl {
  margin: 20px;
  padding: 0;
  font-family: Arial, sans-serif;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.monster-pet-supplies-content-area dt {
  font-weight: bold;
  margin: 10px 0 5px;
  padding: 10px;
  background-color: #eee;
  border-bottom: 1px solid #ddd;
}

.monster-pet-supplies-content-area dd {
  margin: 0 0 10px 20px;
  padding: 10px;
  border-left: 2px solid #ddd;
  background-color: #fff;
}

.monster-pet-supplies-content-area li {
  line-height: 30px;
}

.monster-pet-supplies-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

/* FontAwesome arrow for top-level menu items */
.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "FontAwesome";
  margin-left: 5px;
  color: #fff;
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 10px;
}

.monster-pet-supplies-nav-menu li.menu-item-has-children:hover > a::after {
  transform: rotate(-180deg);
}

/* Hide arrow for nested submenu items */
.sub-menu .menu-item-has-children > a::after {
  display: block;
  right: 33px;
  top: 5px;
}

.monster-pet-supplies-navigation {
  position: relative;
  display: inline-block;
  width: 100%;
}

.monster-pet-supplies-navigation a {
  display: block;
  font-size: 17px;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
}

.sub-menu li a {
  line-height: 24px;
  margin: 5px 0;
  color: #fff;
}

.monster-pet-supplies-navigation li {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}

.monster-pet-supplies-nav-select {
  display: inline-block;
  width: 100%;
  text-align: right;
}

.monster-pet-supplies-navigation a:hover,
.monster-pet-supplies-navigation a:focus {
  color: #fff;
}

.monster-pet-supplies-navbar-toggle-wrapper {
  display: none;
}

.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  background: #009d8d;
  width: 180px;
  text-align: left;
  padding: 10px 0;
  box-shadow: 0 0 6px #ddd;
  top: 34px;
  z-index: 999;
}

.menu-item:hover .sub-menu {
  display: block;
}

.sub-menu li {
  width: 100%;
}

.sub-menu .sub-menu {
  left: auto;
  right: 100%;
  top: -10px;
}

.monster-pet-supplies-nav-select .sub-menu > li > .sub-menu {
  display: none;
  position: absolute;
}

.monster-pet-supplies-nav-select .monster-pet-supplies-menu__list > li:hover > .sub-menu,
.monster-pet-supplies-nav-select .sub-menu > li:hover > .sub-menu {
  display: block;
}

.aligncenter {
  clear: both;
  display: block;
  margin: auto;
}

.campaign-list-item_key-features ul li {
  list-style: none;
}

.campaign-list-item_key-features ul {
  padding-left: 0;
}
.monster-pet-supplies-footer {
  text-align: center;
  background: #009d8d;
  padding: 20px 0;
}
.monster-pet-supplies-footer p {
  color: #fff;
}
.card-outer {
    border: 2px solid #009d8d !important;
    background: #009d8d !important;
}
.lotogo-number-casino {
    background-color: #009d8d !important;
}
.logo-outer {
    background: #009d8d !important;
}
.orange-outer {
    background: #009d8d !important;
}
.play-now-btn a {
    color: #fa8613 !important;
}
.orange-outer:after {
    display:none;
}
.agent-img {
  max-width: 250px;
}
@media only screen and (max-width: 590px) {
  .monster-pet-supplies-content-area table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 991px) {
  .menu-item-has-children > a::after,
  .sub-menu .menu-item-has-children > a::after {
    display: none;
  }
.monster-pet-supplies-site-title {
    width: 250px;
    height: auto;
}
  .monster-pet-supplies-table-auto {
    overflow-x: scroll;
    width: 100%;
  }

  .monster-pet-supplies-navigation {
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    cursor: pointer;
    text-align: left;
    background: #009d8d;
    box-shadow: 0 0 4px #ddd;
    display: none;
    padding: 14px;
    z-index: 999;
  }

 .monster-pet-supplies-navbar-toggle-wrapper {
        display: flex !important;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0px;
        right: 0px;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
        cursor: pointer;
        color: transparent;
    }

  .monster-pet-supplies-navbar-toggle-wrapper span {
    width: 20px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    top: -1px;
    right: 0;
  }

  .monster-pet-supplies-navbar-toggle-wrapper span::before,
  .monster-pet-supplies-navbar-toggle-wrapper span::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 2px;
    left: 0;
  }

  .monster-pet-supplies-navbar-toggle-wrapper span::before {
    top: -7px;
  }

  .monster-pet-supplies-navbar-toggle-wrapper span::after {
    top: 7px;
  }

	    .monster-pet-supplies-navigation li {
        position: relative;
        display: inline-block;
        padding: 0 20px;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
        border-top: 1px solid #fff;
    }
.slider-area-inner img,section.col-xs-12.col-sm-10.go-right img {
    width: 100%;
}
  .sub-menu {
    display: block;
    position: relative;
    left: 0;
    background: transparent;
    width: 100%;
    padding: 0 !important;
    box-shadow: none;
    top: auto;
  }

  .sub-menu .sub-menu {
    left: 0;
    right: 0;
    top: 0;
  }

  .monster-pet-supplies-toggle-menu {
    position: absolute;
    right: -7px;
    width: 40px;
    height: 30px;
    font-size: 15px;
    top: 7px;
    cursor: pointer;
    z-index: 999;
    display: block;
    color: #fff;
    transform: rotate(0deg);
    text-align: center;
  }

  .monster-pet-supplies-toggle-menu i {
    transition: transform 0.3s ease;
  }

  .monster-pet-supplies-toggle-menu.on i {
    transform: rotate(180deg);
  }

  .monster-pet-supplies-nav-select {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 0;
  }
  .monster-pet-supplies-nav-select .sub-menu > li > .sub-menu {
    display: block;
    position: relative;
  }

  .monster-pet-supplies-nav-select
    .monster-pet-supplies-menu__list
    > li:hover
    > .sub-menu,
  .monster-pet-supplies-nav-select .sub-menu > li:hover > .sub-menu {
    display: block;
  }
}

.monster-pet-supplies-site-title a {
    color: white;
    text-decoration: none;
}

.monster-pet-supplies-site-title a:hover {
    color: #fab42d;
    text-decoration: none;
}

.monster-pet-supplies-nav-menu a {
    color: #fff;
    text-decoration: none;
}
img.aligncenter {
    margin: auto;
    display: block;
}

img.alignright {
    margin-left: auto;
    display: block;
}

.monster-pet-supplies-nav-menu a:hover {
    color: #fab42d;
    text-decoration: none;
}

.monster-pet-supplies-footer a {
    color: #fab42d;
    text-decoration: none;
}

.monster-pet-supplies-footer a:hover {
    color: #9c2484;
    text-decoration: none;
}

.monster-pet-supplies-page-content a{
    color: #009d8d ;
    text-decoration: none;
}

.monster-pet-supplies-page-content a:hover{
    color: #9c2484;
    text-decoration: underline;
}


.campaign-list-item_cta-btn {
    background: #fab42d !important;
}

.campaign-list-item_cta-btn:hover {
    background: #d79f2f !important;
}