/* 
    Utility
*/
@media screen and (min-width: 768px) { 
  .hidden-xs {
    display: block;
  }
  .visible-xs {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
}


/* 
    Backgrounds
*/
.page-slug-missionmars .full_width, .page-slug-missionmars-new .full_width {
  background-image: url("../../uploads/2018/05/mars-texture-600x.jpeg");
  background-size: 600px 600px;
  background-repeat: repeat;
}
.page-slug-monsterrally .full_width, .page-slug-monsterrally-new .full_width {
  background-image: url("../../uploads/2018/06/monster-rally-v2-600x.jpeg");
  background-image: url("../../uploads/2018/05/monster-rally-600x.jpeg");
  background-image: url("../../uploads/2018/06/monster-rally-v3-600x.jpeg");
  background-image: url("../../uploads/2018/07/dirt-bg-v6-600x-1.jpg");
  background-size: 600px 600px;
  background-repeat: repeat;
}
.page-slug-heroes .full_width, .page-slug-heroes-new .full_width {
  background-image: url("../../uploads/2018/06/heroes-600x.jpeg");
  background-size: 600px 600px;
  background-repeat: repeat;
}



/* 
    General Landing Page Styles
*/
#under-logo-row {
  -webkit-box-shadow: inset 0px 30px 60px 0px rgba(20,20,20,.65);
  -moz-box-shadow: inset 0px 30px 60px 0px rgba(20,20,20,.65);
  box-shadow: inset 0px 30px 60px 0px rgba(20,20,20,.65);
}




/* 
    Mars Landing Page
*/

.mars-title {
  color: #fafafa;
  text-shadow: 2px 2px 2px #cd4f05;
}
h2.mars-title {
  font-size: 45px;
  line-height: 1.1em;
}
h4.mars-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2em;
}
.mars-btn {
  border: none;
  background-color: #cd4f05;
  color: #fafafa;
  box-shadow: 0px 0px 16px #222;
  padding: 4px 28px;
  font-size: 15px;
}
.mars-btn:hover {
  background-color: #cd4f05;
  color: #222;
}




/* 
    Monster Rally Fonts
*/

.rally-title {
  color: #fafafa;
  text-shadow: 2px 2px 2px #cd4f05;
}
h2.rally-title {
  font-size: 45px;
  line-height: 1.1em;
}
h4.rally-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2em;
}






/* 
    Heroes Fonts
*/

.heroes-title {
  text-shadow: 2px 2px 4px #111;
}
h2.heroes-title {
  font-size: 45px;
  line-height: 1.1em;
}
h4.heroes-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2em;
}

.heroes-title.recycle, .heroes-title.recycle-title {
  color: #009446;
}
.heroes-title.firetruck {
  color: #ce2029;
}

.heroes-btn {
  border: none;
  box-shadow: 0px 0px 16px #111;
  padding: 4px 28px;
  font-size: 15px;
}
.heroes-btn:hover {
  background-color: #cd4f05;
  color: #222;
}
.heroes-btn.recycle {
  background-color: #009446;
  color: #fff;
}
.heroes-btn.recycle:hover {
  background-color: #006731;
}
.heroes-btn.firetruck {
  background-color: #ce2029;
  color: #fff;
}
.heroes-btn.firetruck:hover {
  background-color: #90161c;
}
.heroes-btn.police {
  background-color: #03ABF4;
  color: #fff;
}
.heroes-btn.police:hover {
  background-color: #0277aa;
}






/* 
    Creatures Landing Page
*/
h2.creatures-title {
  font-size: 45px;
  line-height: 1.1em;
  margin-bottom: 40px !important;
  color: #fafafa;
  text-shadow: 2px 2px 2px #424242;
}
h4.creatures-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2em;
}
.bonus-build-title {
  font-size: 42px;
  line-height: 1.1em;
  margin-bottom: 30px !important;
  color: #fafafa;
  text-shadow: 2px 2px 2px #228B22;
}

/* Buttons */
.creatures-btn {
  border: none;
  padding: 4px 28px;
  font-size: 15px;
}
.creatures-btn:hover {
  color: #222;
}
.creatures-btn.sabertooth {
  color: #03ABF4;
  background-color: #fafafa;
}
.creatures-btn.sabertooth:hover {
  background-color: #0277aa;
  color: #fafafa;
}
.creatures-btn.swamp {
  color: #228B22;
  background-color: #fafafa;
}
.creatures-btn.swamp:hover {
  background-color: #1a6b1a;
  color: #fafafa;
}
.creatures-btn.triceratops {
  color: #cd4f05;
  background-color: #fafafa;
}
.creatures-btn.triceratops:hover {
  background-color: #a74004;
  color: #fafafa;
}
.creatures-btn.squid {
  color: #2E0854;
  background-color: #fafafa;
}
.creatures-btn.squid:hover {
  background-color: #2E0854;
  color: #fafafa;
}
.creatures-btn.scorpion {
  color: #a74004;
  background-color: #fafafa;
}
.creatures-btn.scorpion:hover {
  background-color: #a74004;
  color: #fafafa;
}
.creatures-btn.shark {
  color: #0f5e9c;
  background-color: #fafafa;
}
.creatures-btn.shark:hover {
  background-color: #0f5e9c;
  color: #fafafa;
}
.creatures-btn.bonus {
  color: #228B22;
  background-color: #fafafa;
}
.creatures-btn.bonus:hover {
  background-color: #228B22;
  color: #fafafa;
}


/* Backgrounds */
.section.sabertooth-row, .section.swamp-row, .section.triceratops-row, .section.squid-row, .section.scorpion-row, .section.shark-row, .section.bonus-row {
  padding-left: 8%;
  padding-right: 8%;
  background-repeat: repeat;
}


.section.shark-row {
  background-color: #2389da;
  background-image: url("img/pinstriped-suit.png");
  background-size: 400px 333px;
}

.section.swamp-row {
  background-color: #228B22;
  background-image: url("img/pinstriped-suit-reverse.png");
  background-size: 333px 400px;
}

.section.triceratops-row {
  background-color: #FFDB00;
  background-image: url("img/pinstriped-suit.png");
  background-size: 400px 333px;
}

.section.squid-row {
  background-color: #2E0854;
  background-image: url("img/pinstriped-suit-reverse.png");
  background-size: 333px 400px;
}

.section.scorpion-row {
  background-color: #cd4f05;
  background-image: url("img/pinstriped-suit.png");
  background-size: 400px 333px;
}

.section.sabertooth-row {
  background-color: #03a9f4;
  background-image: url("img/pinstriped-suit-reverse.png");
  background-size: 333px 400px;
}

.section.bonus-row {
  background-color: #777777;
  background-image: url("img/pinstriped-suit.png");
  background-size: 400px 333px;
}

/* Actions/Columns Flex */
.landing-creature-holder {
  display: flex;
  clear: both;
  flex-wrap: wrap;
}
.action-holder, .landing-main-holder {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .landing-creature-holder {
    flex-direction: column;
  }
  .landing-creature-holder ul.action-photos > li {
    width: 49%;
  }
}





/* 
    Product Single
*/

h3.action-heading, h3.figure-heading {
  text-align: center;
  font-size: 32px;
  margin-bottom: 12px;
}
h3.figure-heading {
  color: #03ABF4;
}

h4.highlight-title {
  font-size: 26px;
  font-weight: 600;
}
ul.product-highlights {
  list-style: none;
}
ul.product-highlights li {
  font-size: 18px;
  font-weight: 500;
}

.mmm-woo-figure-image img {
  border: 4px solid #03ABF4;
  border-radius: 10px;
  background-image: url("../../uploads/2018/07/LP_HoneyComb_black-sm.jpeg");
  background-size: 170px;
  background-repeat: repeat;
}

#action-figure-holder {
  display: flex;
  clear: both;
  flex-wrap: wrap;
}
.action-holder, .figure-holder {
  flex: 1;
}
ul.action-photos, ul.figure-photos {
  list-style: none;
  display: flex;
}
ul.action-photos {
  flex-wrap: wrap;
  justify-content: center;
}
ul.action-photos > li {
  width: 49%;
}
ul.figure-photos {
  justify-content: center;
  flex-wrap: wrap;
}
ul.figure-photos > li {
  text-align: center;
  flex: 1;
}

@media screen and (max-width: 1000px) {
  #action-figure-holder {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  ul.action-photos > li, ul.figure-photos > li {
    width: 100%;
  }
  ul.figure-photos > li {
    flex-basis: calc(50% - 10px);
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  ul.figure-photos {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  #action-figure-holder {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .action-holder, .figure-holder {
    width: 100%;
  }
  .figure-holder {
    margin-top: 30px;
  }
}



.product.theme-mission-mars .mmm-woo-figure-image img {
  border-color: #2373BA;
}
.product.theme-mission-mars .mmm-woo-figure-image h4.mars-title {
  color: #2373BA;
}


.product.theme-monster-rally .mmm-woo-figure-image img {
  border-color: #6ebe4a;
}
.product.theme-monster-rally .mmm-woo-figure-image h4.mars-title {
  color: #6ebe4a;
}


.product.theme-creatures .mmm-woo-figure-image img {
  border-color: #6ebe4a;
}
.product.theme-creatures .mmm-woo-figure-image h4.mars-title {
  color: #6ebe4a;
}


.product.theme-heroes .mmm-woo-figure-image img {
  border-color: #FFB81C;
}
.product.theme-heroes .mmm-woo-figure-image h4.mars-title {
  color: #FFB81C;
}


.product.slug-fires-fury-18200 .mmm-woo-figure-image img {
  border-color: #FFCE04;
}
.product.slug-fires-fury-18200 .mmm-woo-figure-image h4.mars-title {
  color: #FFCE04;
}


.product.slug-destroyer-18203 .mmm-woo-figure-image img {
  border-color: #03ABF4;
}
.product.slug-destroyer-18203 .mmm-woo-figure-image h4.mars-title {
  color: #03ABF4;
}


.product.slug-wrecker-18202 .mmm-woo-figure-image img {
  border-color: #ED7723;
}
.product.slug-wrecker-18202 .mmm-woo-figure-image h4.mars-title {
  color: #ED7723;
}


.product.slug-the-beast-18204 .mmm-woo-figure-image img {
  border-color: #ED2B36;
}
.product.slug-the-beast-18204 .mmm-woo-figure-image h4.mars-title {
  color: #ED2B36;
}


.product.slug-rally-garage-18205 .mmm-woo-figure-image img {
  border-color: #ED7723;
}
.product.slug-rally-garage-18205 .mmm-woo-figure-image h4.mars-title {
  color: #ED7723;
}


.product.slug-xtreme-atv-19207 .mmm-woo-figure-image img {
  border-color: #E34516;
}
.product.slug-xtreme-atv-19207 .mmm-woo-figure-image h4.mars-title {
  color: #E34516;
}


.product.slug-stunt-racer-19209 .mmm-woo-figure-image img {
  border-color: #2373BA;
}
.product.slug-stunt-racer-19209 .mmm-woo-figure-image h4.mars-title {
  color: #2373BA;
}









/* 
    Single Product Miscellaneous
*/
.woocommerce.single-product h4.mars-title {
  color: #cd4f05;
  text-shadow: none;
}






/* 
    Image Effects
*/


/*==================================================
 * Effect 1
 * ===============================================*/
.effect1{
	-webkit-box-shadow: 0 10px 6px -6px #777;
	   -moz-box-shadow: 0 10px 6px -6px #777;
	        box-shadow: 0 10px 6px -6px #777;
}


/*==================================================
 * Effect 6
 * ===============================================*/
.effect6
{
  	position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after
{
	content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect6:after
{
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}





/* 
    Navigation
*/
.drop_down .wide .second ul li {
  border: none;
}
.drop_down .wide .second ul li a {
  padding: 6px 0;
}
.drop_down .wide .second ul {
  padding-bottom: 13px;
}
.drop_down .wide .second ul li ul .widget {
  padding: 0;
}
.drop_down #menu-main-menu .wide .second>.inner>ul>li.sub>ul>li>a {
  display: none;
}
nav.mobile_menu ul.sub_menu li ul.sub_menu {
  display: block;
}
nav.mobile_menu>ul>li:first-of-type>ul.sub_menu>li>ul.sub_menu>li {
  margin-left: 0;
}


/* 
    Home
*/
.mars-border .vc_single_image-wrapper, .rally-border .vc_single_image-wrapper, .creatures-border .vc_single_image-wrapper, .heroes-border .vc_single_image-wrapper {
  border-radius: 5px;
}
.mars-border .vc_single_image-wrapper {
  border: 5px solid #ef4123;
}
.rally-border .vc_single_image-wrapper {
  border: 5px solid #cd4f05;
}
.creatures-border .vc_single_image-wrapper {
  border: 5px solid #6ebe4a;
}
.heroes-border .vc_single_image-wrapper {
  border: 5px solid #FFB81C;
}









/* 
    Landing Page Figures
*/
.figure-left-1-of-2, .figure-left-2-of-2, .figure-right-1-of-2, .figure-right-2-of-2, .figure-right-1-of-1, .figure-right-1-of-3, .figure-right-2-of-3, .figure-right-3-of-3 {
  padding-bottom: 20px;
  margin-top: 20px;
  border-radius: 6px;
  border: 5px solid #272727;
  background-image: url("../../uploads/2018/07/LP_HoneyComb_grey-150x.jpeg");
  background-size: 150px;
  background-repeat: repeat;
  box-sizing: content-box;
}
.figure-left-1-of-2>.vc_column-inner, .figure-left-2-of-2>.vc_column-inner, .figure-right-1-of-2>.vc_column-inner, .figure-right-2-of-2>.vc_column-inner, .figure-right-1-of-1>.vc_column-inner, .figure-right-1-of-3>.vc_column-inner, .figure-right-2-of-3>.vc_column-inner, .figure-right-3-of-3>.vc_column-inner {
  padding-left: 5px;
  padding-right: 5px;
}

.figure-left-1-of-2, .figure-right-1-of-2, .figure-right-1-of-3, .figure-right-2-of-3 {
  margin-right: 10px;
}




/* 
    New Landing Page Styles
*/
.landing-product-row .mmm-woo-figure-image {
  border: 4px solid #272727;
  border-radius: 6px;
  background: url("../../uploads/2018/07/LP_HoneyComb_grey-150x.jpeg");
  background-size: 150px;
  background-repeat: repeat;
}
.landing-product-row .mmm-woo-figure-image img {
  border: none;
  background: none;
}
.landing-product-row .product-photo img {
  border: 4px solid #272727;
  border-radius: 6px;
  max-width: 98%;
  height: auto;
}


.landing-product-row h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
.landing-product-row h4.mars-title, .landing-product-row h4.rally-title, .landing-product-row h4.heroes-title {
  max-width: 155px;
  margin: 0 auto;
}
.landing-product-row .qbutton {
  margin-top: 30px;
}



.landing-product-row {
  display: flex;
  clear: both;
  flex-wrap: wrap;
  text-align: center;
  padding-left: 1%;
  padding-right: 1%;
}
.landing-product-row .product-holder, .landing-product-row .figure-holder {
  align-self: center;
}
.landing-product-row .product-holder {
  flex: 4;
}
.landing-product-row .figure-holder {
  flex: 3;
}
.landing-product-row ul.figure-photos {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
}
.landing-product-row ul.figure-photos {
  justify-content: center;
}
.landing-product-row ul.figure-photos > li {
  text-align: center;
  flex: 0 1 auto;
  margin: 0 auto;
  padding-bottom: 20px;
}


.landing-product-row ul.figure-photos.figure-count-1 > li:nth-child(1) {
  margin: 0 5px 0 5px;
}


.landing-product-row ul.figure-photos.figure-count-2 > li:nth-child(1) {
  margin: 0 5px 0 auto;
}
.landing-product-row ul.figure-photos.figure-count-2 > li:nth-child(2) {
  margin: 0 auto 0 5px;
}


.landing-product-row ul.figure-photos.figure-count-3 > li:nth-child(1) {
  margin: 0 5px 0 auto;
}
.landing-product-row ul.figure-photos.figure-count-3 > li:nth-child(2) {
  margin: 0 5px 0 5px;
}
.landing-product-row ul.figure-photos.figure-count-3 > li:nth-child(3) {
  margin: 0 auto 0 5px;
}


.landing-product-row ul.figure-photos.figure-count-4 > li:nth-child(1) {
  margin: 0 5px 0 auto;
}
.landing-product-row ul.figure-photos.figure-count-4 > li:nth-child(2), .landing-product-row ul.figure-photos.figure-count-4 > li:nth-child(3) {
  margin: 0 5px 0 5px;
}
.landing-product-row ul.figure-photos.figure-count-4 > li:nth-child(4) {
  margin: 0 auto 0 5px;
}




@media screen and (max-width: 1199px) {
  
  .landing-product-row .product-holder {
    flex: 2;
  }
  .landing-product-row .figure-holder {
    flex: 1;
  }
  .landing-product-row.rally-garage .product-holder, .landing-product-row.firetruck .product-holder, .landing-product-row.police .product-holder, .landing-product-row.recycle .product-holder, .landing-product-row.mission-control .product-holder {
    flex: 4;
  }
  .landing-product-row.rally-garage .figure-holder, .landing-product-row.firetruck .figure-holder, .landing-product-row.police .figure-holder, .landing-product-row.recycle .figure-holder, .landing-product-row.mission-control .figure-holder {
    flex: 3;
  }
  
}
@media screen and (max-width: 767px) {

  .landing-product-row {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .landing-product-row .figure-holder, .landing-product-row .product-holder {
    width: 100%;
  }
  .landing-product-row ul.figure-photos > li {
    width: auto;
  }

  
  
}

@media screen and (max-width: 480px) {
  
  .landing-product-row .figure-holder {
    margin-top: 0;
  }
  
  .landing-product-row .figure-photos {
    margin-top: 15px;
  }
  
}





h2.intro-2019 {
  text-align: center;
  margin-bottom: 30px !important;
}
h2.mars-title.intro-2019 {
  color: #212121;
  text-shadow: 0px 0px 8px #d31f1f;
}
h2.rally-title.intro-2019 {
  color: #212121;
  text-shadow: 0px 0px 8px #ff670e;
}
h2.heroes-title.intro-2019 {
  color: #FAFAFA;
  text-shadow: 0px 0px 8px #03ABF4;
}

.mars-2019 .mars-2019-product, .rally-2019 .rally-2019-product, .heroes-2019 .heroes-2019-product {
  flex: 1;
  padding: 0 1%;
}

@media screen and (max-width: 1040px) {
  
  h2.intro-2019 {
    font-size: 42px;
  }
  
  .mars-2019 .mars-2019-product h2.mars-title, .rally-2019 .rally-2019-product h2.rally-title, .heroes-2019 .heroes-2019-product h2.heroes-title {
    font-size: 38px;
  }
  
}
@media screen and (max-width: 890px) {
  
  .mars-2019 .mars-2019-product h2.mars-title, .rally-2019 .rally-2019-product h2.rally-title, .heroes-2019 .heroes-2019-product h2.heroes-title {
    font-size: 33px;
  }
  
}
@media screen and (max-width: 767px) {
  
  h2.intro-2019 {
    font-size: 38px;
  }
  
  .mars-2019 .mars-2019-product, .rally-2019 .rally-2019-product, .heroes-2019 .heroes-2019-product {
    margin-bottom: 50px;
  }
  
}
@media screen and (max-width: 470px) {
  
  h2.intro-2019 {
    font-size: 36px;
  }
  
}
@media screen and (max-width: 420px) {
  
  h2.intro-2019 {
    font-size: 34px;
  }
  
}