/*
 Theme Name:   Balance
 Theme URI:    http://beastsofbalance.com
 Description:  Beasts of Balance Theme
 Author:       Common Works
 Author URI:   http://commonworks.co.uk
 Version:      2.2
*/

@import "scss/skeleton.css";

/*video play buttons*/
.trailer .fa-play-circle {
font-size: 5em;
color: #fec443;
}
.how-to-video .fa-play-circle {
	font-size: 5em;
	color: #008bd9;
	}

			/*--new retail page--*/
.page-template-buy-now-php #retailer-links {
	background: #13002f;
}

.page-template-buy-now-php .retailer-links {
	padding-top: 70px;
}

.page-template-buy-now-php .retailer-links.bottom {
	padding-top: 20px;
	padding-bottom: 20px;
}

#add-ons h2 {
width: 100%;
	display: block;
	text-align: center;
	padding: 20px 0;
}

.awards-images {
	text-align: center;
}

.awards-images img {
	padding: 1%;
	max-width: 22%;
	height: auto;
}

.page-template-buy-now-php #retailer-links h1, .page-template-buy-now-php #retailer-links h2 {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
}

.single-add-on h3 {
	text-align: center;
	margin-bottom: 10px;
}

.single-add-on img {
	padding: 10px;
}

#add-ons {
	padding-bottom: 20px;
}


#core-game .six {
	padding: 20px;
}

.page-template-buy-now-php #core-game {
	background-image: linear-gradient(0deg, #aa4964 0%, #0d1b43 25%, #13002f 100%);
}

.page-template-buy-now-php #core-game h2, .page-template-buy-now-php #core-game p {
	color: #fff;
}

.page-template-buy-now-php #add-ons {
	background: #fff;
}

	.single-add-on:nth-of-type(4n+1) {
		clear: both;
	}

@media (max-width: 800px) {
	.single-add-on {
		width: 50% !important;
	}
	.single-add-on:nth-child(2n) {
		clear: both;
	}
}


/*--new blog page--*/
.archive .new.blog-posts {
	padding-top: 0;
}

.new-blog {
	background: #0d0e1f;
    background: -moz-linear-gradient(top, #0d0e1f 0%, #251c3e 46%, #3a1f4f 63%, #6d1550 79%, #7f2c67 100%);
    background: -webkit-linear-gradient(top, #0d0e1f 0%,#251c3e 46%,#3a1f4f 63%,#6d1550 79%,#7f2c67 100%);
    background: linear-gradient(to bottom, #0d0e1f 0%,#251c3e 46%,#3a1f4f 63%,#6d1550 79%,#7f2c67 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0e1f', endColorstr='#7f2c67',GradientType=0 );
}

.blog-cta {
text-align: center;
    margin-bottom: 26px;
}

.blog-page-sign-up, .featured-blog {
	width: 80%;
	margin: auto;
	max-width: 1000px;
}

.blog-page-sign-up {
		margin-bottom: 35px;
}

.featured-post-content {
	width: 45%;
}

.featured-post-image {
	width: 55%;
}

.featured-post {
	border: 4px solid #0070bd;
	background: #0070bd;
	display: flex;
}

.featured-post-content {
color: #fff;
	padding: 20px;
}

.featured-post-image {
background-position: center center;
		background-size: cover;
    background-repeat: no-repeat;
}

.blog-image-area {
	 height: 250px;
 background-position: center center;
	background-size: cover;
    background-repeat: no-repeat;
}

.featured-post-link {
	color: #fff;
	text-decoration: none;
	font-family: "Cardenio","Helvetica Neue",sans-serif; 
	font-size: 20px;
	background: #00958e;
	padding: 10px 20px;
	border-radius: 5px;
	    -webkit-box-shadow: 0px 5px 0px 0px rgb(0, 104, 95);
    -moz-box-shadow: 0px 5px 0px 0px rgb(0, 104, 95);
    box-shadow: 0px 5px 0px 0px rgb(0, 104, 95);
}

.featured-post-link:hover {
	color: #fff;
}

.new.blog-posts	.pagination a {
    text-decoration: none;
    border: 2px dashed #fff;
    padding: 10px;
    border-radius: 5px;
    color: #fff;

}

.new.blog-posts	.pagination svg {
	stroke: #fff;
}

.blog-excerpt {
	padding: 0 10px;
}
.new.blog-posts {
	width: 80%;
	max-width: 1000px;
	margin: auto;
	padding: 0;
	padding-top: 40px;
}

.new-blog-post a {
	text-decoration: none;
	color: inherit;
}

.new-blog-post h3 {
	text-align: center;
	width: 80%;
	margin: auto;
	padding: 10px;
	margin-top: -50px;
}


.new-blog-post .blog-content {
    border: 4px solid  #00958e;
	background: #fff;
}



.new-blog-post .blog-content {
	padding: 0;
	margin-bottom: 35px;
}

.new-blog-post:nth-of-type(2n+1) {
	clear: both;
}

.new-blog-post:nth-of-type(2) .blog-content, 
.new-blog-post:nth-of-type(9) .blog-content {
    border: 4px solid #0070bd;
}
.blog-excerpt p {
	margin-bottom: 1rem;
}

.new-blog-post:nth-of-type(3) .blog-content {
   border: 4px solid  #ec1e79;
}


.new-blog-post:nth-of-type(4) .blog-content {
  border: 4px solid  #2e3191;
}


.new-blog-post:nth-of-type(5) .blog-content {
  border: 4px solid  #694e9b;
}

.new-blog-post:nth-of-type(6) .blog-content {
  border: 4px solid #f6921e;
}


.new-blog-post:nth-of-type(7) .blog-content {
 border: 4px solid #bc2e5d;
}

.new-blog-post h3 {
	margin-bottom: 15px;
    background: #00958e;	
    color: #fff !important;
	z-index: 99;
	position: relative;
	border-radius: 5px;
	-webkit-box-shadow: 0px 5px 0px 0px rgb(0, 104, 95);
    -moz-box-shadow: 0px 5px 0px 0px rgb(0, 104, 95);
    box-shadow: 0px 5px 0px 0px rgb(0, 104, 95);
}

.new-blog-post:nth-of-type(2) h3, 
.new-blog-post:nth-of-type(9) h3 {
    background: #0070bd;
		-webkit-box-shadow: 0px 5px 0px 0px rgb(2, 89, 152);
    -moz-box-shadow: 0px 5px 0px 0px rgb(2, 89, 152);
    box-shadow: 0px 5px 0px 0px rgb(2, 89, 152);
}


.new-blog-post:nth-of-type(3) h3 {
   background:  #ec1e79;
			-webkit-box-shadow: 0px 5px 0px 0px #a21554;
    -moz-box-shadow: 0px 5px 0px 0px #a21554;
    box-shadow: 0px 5px 0px 0px #a21554;
}


.new-blog-post:nth-of-type(4) h3 {
  background:  #2e3191;
				-webkit-box-shadow: 0px 5px 0px 0px #131551;
    -moz-box-shadow: 0px 5px 0px 0px #131551;
    box-shadow: 0px 5px 0px 0px #131551;
}


.new-blog-post:nth-of-type(5) h3 {
  background:  #694e9b;
					-webkit-box-shadow: 0px 5px 0px 0px #402e62;
    -moz-box-shadow: 0px 5px 0px 0px #402e62;
    box-shadow: 0px 5px 0px 0px #402e62;
}

.new-blog-post:nth-of-type(6) h3 {
  background: #f6921e;
						-webkit-box-shadow: 0px 5px 0px 0px #c87600;
    -moz-box-shadow: 0px 5px 0px 0px #c87600;
    box-shadow: 0px 5px 0px 0px #c87600;
}


.new-blog-post:nth-of-type(7) h3 {
 background: #bc2e5d;
							-webkit-box-shadow: 0px 5px 0px 0px #8d2144;
    -moz-box-shadow: 0px 5px 0px 0px #8d2144;
    box-shadow: 0px 5px 0px 0px #8d2144;
}


/*--new blog post--*/

.blog-signup-desktop, .blog-signup-mobile {
	display: none;
}

#mobile-popup {
	display: none;
}



.blog-signup-mobile {
	color: #fff;
	text-align: center;
	background: #ec1e79;
		padding: 5px;
}

.blog-signup-mobile h3 {
	margin-bottom: 0;
}

.mobile-popup #mobile-popup {
	position: fixed;
	display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
z-index: 9999999;
    transform: translateY(0);
    opacity: 1;
    padding: 50px;
    box-sizing: border-box;
    text-align: center;
}

.mobile-popup .popuparea {
	background: #ec1e79;
	width: auto;
	margin: auto;
	padding: 30px;
	position: relative;
}

.mobile-popup .popuparea p {
	color: #fff;
	margin-bottom: 10px;
}


.mobile-popup #mobile-popup .popuparea .popup-toggle {
	position: absolute;
	right: 10px;
	top: 5px;
	color: #fff;
}

.mobile-popup #mobile-popup .popuparea form {
	padding: 0;
	margin-bottom: 0;
}

.mobile-popup #mobile-popup .popuparea input {
	background: none;
	border: 2px solid #fff;
	width: 100%;
	color: #fff;
}

.mobile-popup #mobile-popup .popuparea input.button:hover {
    background-color: #07958d;
}

.mobile-popup #mobile-popup .popuparea input:focus {
    border-color: #fff;
}

.mobile-popup #mobile-popup .popuparea input[type="submit"] {
	font-family: "Cardenio","Helvetica Neue",sans-serif;
    font-size: 20px;
}

.mobile-popup #mobile-popup .popuparea input.button {
height: 38px;
    padding: 6px 10px;	
	    font-size: 20px; 
	line-height: 0;
}

.mobile-popup #mobile-popup .popuparea input::placeholder {
	color: rgba(255,255,255,0.7);
}

.mc-layout__modalContent {
	height: auto;
}

.mc-layout__modalContent {
	background: #ef1a78 !important;
	box-shadow: none !important;
}

.mc-layout__modalContent .content__footer, .mc-layout__modalContent .content__titleDescription, .flash-block {
	color: #fff !important;
}

.mc-modal body {
	color: #fff !important;
}

.mc-modal .button {
	border: 2px solid #fff !important;
}

.content__button {
		border: 2px solid #fff !important;
	    height: 41px;
}

.content__footer, .content__titleDescription, .flash-block {
	color: #fff !important;
}

.mc-modal label {
    color: #fff !important;
}
.mc-layout__modalContent input[type=email], .mc-layout__modalContent .button {
background-color: #f21577 !important;
    border: 2px solid #fff !important;
}

.mc-modal .button {
	float: none !important;
	display: block !important;
	width: 100% !important;
	    font-family: "Cardenio","Helvetica Neue",sans-serif !important;
}

@media only screen and (max-width: 768px) {
.mc-banner {
    visibility: hidden !important;
}
	.mc-modal, .mc-modal-bg {
    visibility: visible !important;
}
	.mc-modal {
		top: 15%;
    bottom: 60px;
	}
		.mc-modal {
		width: 80% !important;
		height: auto !important;
			margin: auto !important;
    max-width: 80% !important;
			top: 10% !important;
	}
	.mc-layout__modalContent {
		height: auto !important;
	}
}

@media only screen and (max-width: 767px) {
.mc-banner {
    visibility: hidden !important;
}
	.mc-modal, .mc-modal-bg {
    visibility: visible !important;
}
	.mc-modal {
		top: 15%;
    bottom: 60px;
	}
		.mc-modal {
		width: 80% !important;
		height: auto !important;
			margin: auto !important;
    max-width: 80% !important;
						top: 10% !important;
	}
		.mc-layout__modalContent {
		height: auto !important;
	}
}

@media (min-width: 801px) {
	.blog-signup-desktop {
		display: block;
	}
}

@media (max-width: 800px) {
	.blog-signup-mobile {
		display: block;
	}	
	.featured-post {
		display: block;
	}
	.featured-post-image {
		width: 100%;
		display: block;
		height: 250px;
	}
	.featured-post-content {
		width: 100%;
		display: block;
		padding: 20px 0;
	}
	.featured-post-content h2, .featured-excerpt {
		padding: 0 15px;
	}
	.featured-post-link {
		margin-left: 15px;
	}
}

.blog-signup-desktop #mc_embed_signup form {
	text-align: center;
	padding: 10px;
}

.blog-signup-desktop #mc_embed_signup {
background: #ec1e79;
	color: #fff;
}

.blog-signup-desktop #mc_embed_signup .button, .blog-signup-desktop #mc_embed_signup input {
	background: none;
	border: 2px solid #fff;
	    margin-bottom: 0;
}

.blog-signup-desktop #mc_embed_signup input::placeholder {
	color: rgba(255,255,255,0.7);
}

.blog-signup-desktop #mc_embed_signup .button {
	height: 38px;
    padding: 6px 20px;
	vertical-align: middle;
	margin: 0;
	    line-height: 25px;
	    font-size: 20px;
    font-weight: 600;
}

.blog-signup-desktop #mc_embed_signup input:focus {
    border-color: #fff;
}

.blog-signup-desktop #mc_embed_signup div.response {
	color: #3e2354;
	margin: 0;
}

.blog-signup-desktop #mc_embed_signup .button:hover {
    background-color: #07958d;
}

.blog-signup-desktop #mc_embed_signup h3 {
	margin: 0;
	margin-right: 10px;
}

.blog-signup-desktop #mc_embed_signup h3, .blog-signup-desktop .blog-submit-button {
display: inline-block;	
}

.single-post-container.new-post {
	background: #0d0e1f;
    background: -moz-linear-gradient(top, #0d0e1f 0%, #251c3e 46%, #3a1f4f 63%, #6d1550 79%, #7f2c67 100%);
    background: -webkit-linear-gradient(top, #0d0e1f 0%,#251c3e 46%,#3a1f4f 63%,#6d1550 79%,#7f2c67 100%);
    background: linear-gradient(to bottom, #0d0e1f 0%,#251c3e 46%,#3a1f4f 63%,#6d1550 79%,#7f2c67 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0e1f', endColorstr='#7f2c67',GradientType=0 );
	    margin-bottom: 0;
    padding-bottom: 0;
}

.new-post .blog-social-share {
	display: flex;
	margin-bottom: 20px;
}

.blog-post-clouds {
position: relative;
    z-index: 9;
    display: inline-block;
    width: 100%;
    margin-top: -70px;
}

.blog-post-clouds img {
	    margin-bottom: -15px;
    max-width: 100%;
    height: auto;
}

.post-content-area {
background: #fff;
    padding: 0;
    max-width: 1000px;
    margin: auto;
    width: 80%;
    padding-bottom: 100px;
    margin-bottom: -100px;
}

.blog-featured-image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	height: calc(80vw*0.6);
	max-height: 500px;
}



.post-content-area {
	float: none;
}

.blog-title {
	    text-align: center;
    width: 80%;
    margin: auto;
    color: #fff;
    background: #1d958d;
    border-radius: 8px;
    -webkit-box-shadow: 0px 5px 0px 0px #076f69;
    -moz-box-shadow: 0px 5px 0px 0px #076f69;
    box-shadow: 0px 5px 0px 0px #076f69;
		    margin-top: -50px;
    z-index: 99;
    position: relative;
}

.blog-title h1 {
padding: 10px 20px;
    font-size: 4rem;
    line-height: 1.3;
    margin-bottom: 18px;
}

.blog-meta {
	padding: 0 20px;
	color: #006f69;
}

.blog-content {
	padding: 20px;
	color: #3a1f4f;
}

.blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 {
	color: #1d958d;
}

.blog-content img {
	    max-width: 100%;
    height: auto;
	position: relative;
	z-index: 1;
}

.fab {
	    font-size: 30px;
    margin-right: 15px;
    margin-left: 15px;
}

.crunchify-link {
	color: #fff;
}

.crunchify-link:hover {
	color: #fff;
}

.crunchify-link:hover .fab {
transform: translateY(-5px);
transition: 0.2s;
}

.crunchify-social {
	display: inline-block;
	text-align: center;
	color: #fff;
	background: #ec1e79;
    padding: 20px;
    border-radius: 10px;
	position: relative;
}

.crunchify-social:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: -10px;
    bottom: 50%;
    margin-bottom: -14px;
    display: block;
    background: #ec1e79;
    transform: rotate(45deg);
}

.crunchify-social h5 {
	font-size: 2.6rem;
	color: #fff;
}

.flamingo-area {
    width: 50%;
    display: flex;
    align-content: center;
    margin: auto;
}

.flamingo-area img {
    transform: rotateY(180deg);
    margin: auto;
    margin-right: 20px;
	    margin-bottom: -50px;
}

.social-area {
    width: 50%;
    display: flex;
    align-content: center;
    margin: auto;
}

@media (max-width: 1100px) {
	.blog-title h1 {
		font-size: 3.5rem;
}
}

@media (max-width: 1050px) {
	.blog-signup-desktop #mc_embed_signup h3 {
		display: block;
	}
}

@media (max-width: 950px) {
	.social-area {
		width: 60%;
	}
	.crunchify-social {
		margin-left: 15px;
		    padding: 10px;
	}
	.fab {
    font-size: 25px;
    margin-right: 10px;
    margin-left: 10px;
		margin-bottom: 10px;
}
	.crunchify-social h5 {
    font-size: 2rem;
}
}

@media (max-width: 800px) and (min-width: 601px) {
	.blog-image-area {
		height: 300px;
	}
}

@media (max-width: 600px) {
	.blog-image-area {
		height: 200px;
	}
}

@media (max-width: 747px) {
	.flamingo-area img {
		margin-bottom: -35px;
	}
}

@media (max-width: 684px) {
	.flamingo-area img {
		margin-bottom: -20px;
	}
}

@media (max-width: 600px) {
	.flamingo-area img {
		margin-bottom: 0;
	}
}

@media (max-width: 550px) {
	.blog-title h1 {
		font-size: 2.5rem;
}
	.post-content-area {
		width: 90%;
	}
	.fab {
    margin-bottom: 5px;
    margin-right: 7px;
    margin-left: 7px;
}
	.social-area {
		width: 65%;
	}
}

@media (max-width: 500px) {
	.new-post .blog-social-share {
		margin-bottom: 20px;
	}
	.blog-cta {
		margin-bottom: 10px;
	}
	.flamingo-area, .social-area {
		align-content: flex-start;
		margin: auto;
		margin-top: 0;
	}
	.flamingo-area img, .crunchify-social {
		align-self: flex-start;
		margin: auto;
	}
	.crunchify-social {
		margin-left: 15px;
	}
	
}

@media (max-width: 420px) {
	.social-area {
    width: 75%;
}
	.crunchify-social:before {
		top: 20px;
		bottom: auto;
	}
}

/*--old blog--*/
.page-template-blog .blog-image img {
	display: none;
}

.blog-social-share {
	display: none;
}

/*--challenges--*/
#challenges {
	background: rgb(32,34,69); /* Old browsers */
background: -moz-linear-gradient(top, rgba(32,34,69,1) 0%, rgba(36,77,102,1) 46%, rgba(43,104,121,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(32,34,69,1) 0%,rgba(36,77,102,1) 46%,rgba(43,104,121,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(32,34,69,1) 0%,rgba(36,77,102,1) 46%,rgba(43,104,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202245', endColorstr='#2b6879',GradientType=0 ); /* IE6-9 */
position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 50px;
}

#challenges-page-area {
	color: #fff;
	text-align: center;
}

.current-challenge-video {
	margin-bottom: 20px;
	background-image: url(https://web.archive.org/web/20190126224834im_/https://beastsofbalance.com/wp-content/themes/balance/images/challenges-splash.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 40px 35px;
}

.challenges-win-area {
	background: #1c004480;
margin-bottom: 20px;
}

#challenges-page-area .responsive-container {
	    padding-bottom: 45.25%;
			position: relative;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 800px;
margin: auto;
	width: 85%;
}

.win-image {
	width: 150px;
	float: left;
	margin-right: 30px;
}

.challenges-win-area p {
	font-size: 1.8rem;
	font-weight: 600;
}

.challenges-win-area {
	text-align: left;
	padding: 20px;
}

#challenges:after {
	content: "";
	background-image: url(https://web.archive.org/web/20190126224834im_/https://beastsofbalance.com/wp-content/themes/balance/images/challenges-background.svg);
		background-repeat: no-repeat;
	background-size: 150%;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	background-position: center center;
}

#challenges-page-area {
	z-index: 1;
	position: relative;
}

#challenges .row {
	width: 80%;
	margin: auto;
	max-width: 1000px;
}

.challenges-win-area p {
	margin-bottom: 0;
}

@media (max-width: 850px) {
	.challenges-win-area h2 {
		font-size: 2.5rem;
	}
	.win-image {
		width: 100px;
		margin-right: 15px;
	}
	#challenges:after {
		background-size: 200%;
	}
	#challenges-page-area .responsive-container {
		padding-bottom: 47.25%; 
		    width: 93%;
	}
}

@media (max-width: 700px) {
	#challenges:after {
		background-size: 300%;
	}	
}

@media (max-width: 550px) {
		#challenges-page-area .responsive-container {
		padding-bottom: 47.25%;
					    width: 100%;
	}
	.current-challenge-video {
		padding: 25px;
	}
	#challenges .row {
    width: 90%; 
	}
		#challenges-page-area h1 {
    font-size: 2.8rem;
	}
	.challenges-win-area h2 {
    font-size: 2.2rem;
}
}

@media (max-width: 1024px) {
.white-header-visible .right-nav {
    transform: none;
    opacity: 1;
    transition: none;
    margin-top: 10px;
    position: absolute;
    right: 10px;
}
	.right-nav {
		position: absolute;
    right: 10px;
	}
}

/*--retail footer--*/
.retail-footer .kickstarter-footer {
background: #3e2863;
}

.retail-footer .kickstarter-footer {
	display: block;
}

.retail-footer .kickstarter-footer-content {
	text-align: center;
}

.battles-footer {
	display: none !important;
}

@media (max-width: 500px) {
	.retail-footer .kickstarter-footer-content .mobile-hide {
	display: none;
}
}



/*--retailer template--*/
.page-template-retailer-page .row.landing-page-content {
	margin-top: 80px;
}

.page-template-retailer-page .social-links {
	display: none;
}

.page-template-retailer-page .responsive-container  {
		position: relative;
padding-bottom: 43.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 800px;
margin: auto;
}

.page-template-retailer-page .responsive-container iframe, #challenges-page-area .responsive-container iframe,  
.page-template-retailer-page .responsive-container object, #challenges-page-area .responsive-container object,  
.page-template-retailer-page .responsive-container embed, #challenges-page-area .responsive-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-template-retailer-page .product-image-background-2 {
	display: none;
}

.page-id-6728 .product-image-background-2 { 
	display: block;
	    z-index: -1;
}

	.page-id-6728 .product-image-background-2 {
left: 50%;
    margin-top: -50px;
    width: 100vw;
    height: 100vw;
    margin-left: -50vw;
		top: -30vw;
	}

.page-template-retailer-page .sky-background {
	min-height: 100vh;
    max-height: none;
}

.page-template-retailer-page .hero-section {
		background: linear-gradient(0deg, #0d1b43 0%, #13002f 100%);
		min-height: 100vh;
	max-height: none;
	    height: auto;
	position: relative;
}

.page-template-retailer-page .cloud-container {
	bottom: 0;
	height: 100%;
	max-height: none;
			min-height: 100vh;
}

.page-template-retailer-page .cloud-container.landing-page .volcano {
    top: auto;
    bottom: 0;
}

.page-template-retailer-page .row, .page-template-retailer-page .quote-container {
	width: 80%;
	margin: auto;
	max-width: 1000px;
	float: none;
}

.page-template-retailer-page .cloud-container.landing-page .animated-clouds {
    top: auto;
    bottom: -45px;
}



@media (max-width: 800px) {
	.page-template-retailer-page .sky-background {
	background-image: none !important;
	background: linear-gradient(0deg, #0d1b43 0%, #13002f 100%);
	}
	.page-template-retailer-page .quote-container {
		    min-height: 220px;
	}
}
/*--end retailer template--*/

/*--COMMUNITY PAGE 2018--*/

.esg-overlay.eg-youtubestream-container.esg-click-to-play-video {
    pointer-events: none!important;
}

.eg-my-youtube-element-11 {
	text-shadow: 0 0 1px #000;
}

@font-face {
  font-family: 'flexslider-icon';
  src: url('/web/20190126224834im_/https://beastsofbalance.com/wp-content/themes/balance/fonts/flexslider-icon.eot');
  src: url('/web/20190126224834im_/https://beastsofbalance.com/wp-content/themes/balance/fonts/flexslider-icon.eot#iefix') format('embedded-opentype'), url('/web/20190126224834im_/https://beastsofbalance.com/wp-content/themes/balance/fonts/flexslider-icon.woff') format('woff'), url('/web/20190126224834im_/https://beastsofbalance.com/wp-content/themes/balance/fonts/flexslider-icon.ttf') format('truetype'), url('/web/20190126224834im_/https://beastsofbalance.com/wp-content/themes/balance/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.admin-bar.white-header-visible .white-header-background {
	top: 35px;
}

.page-template-community-page-php .colophon {
	padding-bottom: 75px !important;
}

#CP-above-fold .row {
	padding-bottom: 1%;
	overflow: visible;
}

.moby-area {
	    position: relative;
    height: 500px;
    width: 250px;
}

.moby-brick {
	position: absolute;
	width: 200px;
	top: 50px;
	left: 20px;
	background-size: contain;
	background-repeat: no-repeat;
}

.moby-brick img {
	width: 100%;

}

.moby-area:hover .moby-brick {
top: calc(100% - 150px);
	  transition: 1.5s ease;
}

.moby-area:hover img {

		  transition: 1.5s ease;
}

.flamingo {
	position: absolute;
    right: -250px;
    top: 73px;
		transition: 0.5s ease;
}

.flamingo img {
	width: 100%;
}

.flamingo:hover {
	transform: rotate(10deg);
	transform-origin: left top;
	    right: -261px;
	transition: 0.5s ease;
}

.sticky-mailing-list {
	position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    background: #28b297;
}
.sticky-mailing-list #mc_embed_signup input.email {
	border: 6px solid #00a89c;
	border-radius: 0;
	height: 42px;
}

.cp-mailer {
	font-size: 3.0rem;
	font-weight: 300;
    font-family: "Cardenio","Helvetica Neue",sans-serif;
    line-height: 1.5;
	color: #fff;
	margin-right: 15px;
}

.cp-mailer-text {
	color: #fff;
}

.sticky-mailing-list #mc_embed_signup .button {
	height: 40px;
	    line-height: 32px;
    padding: 0 26px;
	margin-left: 10px;
	margin-top: -12px;
	background: #f6921e;
		-webkit-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.25);
box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.25);
	font-size: 20px;
}

.sticky-mailing-list #mc_embed_signup .button:hover {
background: #ec1e79;
}

#mc_embed_signup form {
	margin-bottom: 0;
}

.cp-page-content {
    width: 80%;
    max-width: 1000px;
    text-align: center;
    color: #fff;
    padding: 2% 0;
    margin: auto;
    position: relative;
    z-index: 1;
}

#cp-section-2, #cp-section-3, #CP-above-fold {
	position: relative;
}

#CP-above-fold .decor {
	position: absolute;
	height: 100%;
	width: 100%;
}

#CP-above-fold .mountain-left {
	position: absolute;
    left: 0;
    bottom: 0;
	margin-left: -300px;
}

#CP-above-fold .mountain-right {
	position: absolute;
    bottom: 0;
	right: 0;
	margin-right: -200px;
}

#CP-above-fold .clouds {
	position: absolute;
bottom: -12px;
	width: 100%;
}

#CP-above-fold .clouds img {
width: 101%;
    margin-left: -0.5%;
}

#cp-section-2 .decor {
	position: absolute;
	height: 100%;
	width: 100%;
}

.cp-warthog {
	position: absolute;
	width: 200px;
	bottom: 50px;
	left: 20px;
	z-index: 9;
}

.warthogtail, .warthognotail {
	position: absolute;
	left: 0px;
	top: 0;
}

.warthogtail {
		transition: all 1s ease;
}

.cp-warthog:hover .warthogtail {
	transform: rotate(7.5deg);
	transform-origin: top left;
	transition: all 1s ease;
}



.cp-warthog img {
	width: 100%;
	    position: relative;
}





.chameleon {
    position: absolute;
    right: -25px;
    bottom: 82px;
    width: 90px;
    z-index: 9;
}

.chameleon img {
	position: absolute;
	width: 100%;
}

.chameleon-outline {
	opacity: 0;
	transition: 0.5s ease;
}

.chameleon-solid {
	opacity: 1;
	transition: 0.5s ease;
}

.chameleon:hover .chameleon-outline {
	opacity: 1;
	transition: 0.5s ease;
}

.chameleon:hover .chameleon-solid {
	opacity: 0;
	transition: 0.5s ease;
}

#cp-section-2 .mountains-left {
    position: absolute;
    top: 50px;
    left: 0;
    margin-left: -200px;
    width: 20%;
}

#cp-section-2 .mountains-left img:nth-child(2n) {
	margin-top: -30px;
}

#cp-section-2 .mountains-right img:nth-child(2n) {
	margin-top: -55px;
	margin-left: -50px;
}

#cp-section-2 .mountains-right {
	position: absolute;
	top: 33px;;
	left: 80%;
	margin-right: -100px;
	width: 20%;
}

#cp-section-2 .cp-hills {
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
	width: 100%;
}

#cp-section-2 .cp-hills img {
	width: 100%;
}

#cp-section-2 .cp-waves {
	position: absolute;
    bottom: -30px;
    width: 100%;
    height: 70px;
	    background-size: auto;
    background-repeat: repeat-x;
    background-position: top center;
}
#cp-section-2 .cp-waves {
	width: 101vw;
}

#cp-section-2 .cp-waves img {
	position: absolute;
width: 101%;
    margin-left: -0.5%;
}
.cp-waves {
	-webkit-animation: shake-vertical 25s ease-in-out infinite both;
	        animation: shake-vertical 25s ease-in-out infinite both;
}

#cp-section-3 .decor {
	width: 100%;
	height: 100%;
	position: absolute;
}

#cp-section-3 .sea-floor {
	width: 101vw;
	position: absolute;
	bottom: 0;
	margin-bottom: -10px
}

#cp-section-3 .sea-floor-stuff {
	position: absolute;
	bottom: 10%;
	width: 100%;
}

#cp-section-3 .sea-floor-stuff img {
	    width: 80%;
    margin-left: 10%;
}

#cp-section-3 .sea-floor img {
	width: 100%;
}

.cp-new-beasts-area {
	border-radius: 5px;
	background: #39225f;
	margin-top: 50px;
	margin-bottom: 30px;
	padding: 0px;
	    display: flex;
	    position: relative;
	clear: both;
}

.cp-shop-area {
	padding: 20px;
	background-size: cover;
	background-position: center bottom;
	width: 60%;
	color: #fff;
	flex-direction: column;
	display: flex;
	text-align: left;
	    position: relative;
	border-radius: 5px;
	float: left;
}

.cp-shop-area:after {
	border-radius: 5px;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: -moz-linear-gradient(top, rgba(57,34,95,1) 0%, rgba(57,34,95,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(57,34,95,1) 0%,rgba(57,34,95,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(57,34,95,1) 0%,rgba(57,34,95,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39225f', endColorstr='#0039225f',GradientType=0 ); /* IE6-9 */
}

.cp-tagline {
font-size: 2rem;
		z-index: 9;
}

.cp-shop-area h2 {
	color: #fbed21;
	font-size: 5.5rem;
	margin-bottom: 0;
	line-height: 5rem;
	padding-top: 10px;
	z-index: 9;
}

.cp-shop-area .button {
	background: #1d958d;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.25);
box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.25);
	align-self: flex-end;
	margin: auto;
	margin-right: -15%;
	margin-bottom: 0;
	z-index: 9;
		font-size: 3rem;
	border: none;
	
}

.cp-referral-area {
		padding: 20px;
	background: #39225f;
	width: 40%;
	color: #fff;
		flex-direction: column;
	display: flex;
	    position: relative;
	border-radius: 5px;
}

.referral-text {
background: #0070bd;
    border: none;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    width: 100%;
    margin-left: -38px;
    text-align: left;
    font-weight: 600;
}

.referral-text p {
	margin-bottom: 0;
	font-size: 1.8rem;
    line-height: 3rem;
}

.referral-text:before {
content: "";
background: #0070bd;
    width: 20px;
    height: 20px;
    position: absolute;
right: 20px;
    top: 52%;
    margin-top: -15px;
    transform: rotate(45deg);
    margin-left: -15px;	
	border-left: none;
	border-bottom: none;
}

.cp-referral-area .button {
	font-size: 4rem;
		-webkit-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.25);
box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.25);
	background: #ec1e79;
	align-self: flex-end;
	margin: auto;
	margin-right: 0;
	margin-bottom: 0;
	padding: 2px 30px;
		border: none;
}

.slide-container {
	display: flex;
}

.carousel-image {
	width: 60%;
	padding: 5px;
	display: inline-block;
	position: relative;
	float: left;
}

.carousel-image .responsive-container {
		position: relative;
	padding-bottom: 50.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}

.carousel-image .responsive-container iframe,  
.carousel-image .responsive-container object,  
.carousel-image .responsive-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.carousel-image p {
	margin-bottom: 0;
}

.carousel-content p {
	margin-bottom: 0;
}

.carousel-content {
	width: 40%;
	display: flex;
	flex-direction: column;
	padding:0;
	position: relative;
}

.carousel-text {
	padding: 15px;
}

.flexslider {
    margin: 0;
    background: #ec1e7900;
    border: none;
}

.slide.BlogPost, .slide.BlogPost .carousel-content:before {
	background: #ec1e79;
}

.slide.Video, .slide.Video .carousel-content:before {
	background: #1d958d;
}


.slide.Livestream, .slide.Livestream .carousel-content:before {
	background: #0071bb;
}

.slide.Other, .slide.Other .carousel-content:before {
	background: #f6921e;
}

.carousel-content:before {
    content: "";
    background: #ec1e79;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    transform: rotate(45deg);
    margin-left: -15px;
}

.carousel-content .button {
	background: #2e3191;
			-webkit-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.25);
box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.25);
		border: none;
	align-self: flex-end;
	margin: auto;
	margin-bottom: 50px;
}

.flex-control-nav {
	    width: 40%;
    margin-left: 60%;
bottom: 0;
}

.flex-direction-nav a, .flex-direction-nav a:before {
	color: rgba(255, 255, 255, 0.8);
	font-size: 30px;
	    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a {
	background: rgba(255, 255, 255, 0.5);
	box-shadow: none;
}

.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
	background: #fff;
}

.carousel-text {
	text-align: left;
	margin-bottom: 10px;
	z-index: 9;
    font-size: 2rem;
    line-height: 2.3rem;
}

.cp-instagram, .cp-youtube {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}

.cp-ess-grid {
	padding-left: 10px;
	padding-right: 10px;
}

.cp-buttons {
	position: relative;
	    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#cp-section-3 .row {
	overflow: visible;
}
.anglerfish {
	width: 4000px;
	background-size: contain;
	height: 75px;
	background-repeat: no-repeat;
	background-position: center left;
	position: absolute;
	top: 50%;
	margin-top: -32.5px;
	left: -100px;
  animation: slide 60s linear infinite;
}



.cp-button-area {
	width: 32%;
	margin-bottom: 2%;
	float: left;
	padding: 0;
	position: relative;
}


.cp-button-area {
	border: 2px dashed;
	border-radius: 5px;
}

.cp-button-area:hover {
	border: 2px solid #fff0;
				-webkit-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.25);
box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.25);
}

.cp-button-area:hover h2 {
	text-shadow: 0 0 5px #271746;
}


.cp-button {
	text-align: left;
	position: relative;
	padding: 10px;
}

.cp-button-area {
	position: relative;
}


.cp-button h2 {
	text-align: center;
	font-size: 3.2rem;
}

.cp-button p {
padding: 0 10px;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 2.5rem;
}


.cp-button a {
	text-decoration: none;
	color: #fff;
}



.crab {
		opacity: 0;
	position: absolute;
	width: 80px;
	top: 10px;
}

.crab.right {
	right: 0;

}

.crab.left {
	left: 0;
	  transform: rotateY(180deg);
}

.crab img {
	width: 100%;
}

.cp-button-area:hover .crab.right {
	opacity: 1;
	transition: 1.5s ease;
right: calc(100% - 90px);
}


.cp-button-area:hover .crab.left {
	opacity: 1;
	transition: 1.5s ease;
left: calc(100% - 90px);
}


.cp-button a {
	z-index: 9;
	position: relative;
}



.cp-button-area.first, .cp-button-area.sixth {
	background: #0071bb6e;
}


.cp-button-area.second, .cp-button-area.forth {
	background: #ec1e796e;
}


.cp-button-area.third, .cp-button-area.fifth {
	background: #1d958d6e;
}
.cp-button-area.first:hover, .cp-button-area.sixth:hover {
	background: #0071bb;
}

.cp-button-area.second:hover, .cp-button-area.forth:hover {
	background: #ec1e79;
}


.cp-button-area.third:hover, .cp-button-area.fifth:hover {
	background: #1d958d;
}

#CP-above-fold {
background: #0d0e1f; /* Old browsers */
background: -moz-linear-gradient(top, #0d0e1f 0%, #251c3e 46%, #3a1f4f 63%, #6d1550 79%, #7f2c67 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #0d0e1f 0%,#251c3e 46%,#3a1f4f 63%,#6d1550 79%,#7f2c67 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #0d0e1f 0%,#251c3e 46%,#3a1f4f 63%,#6d1550 79%,#7f2c67 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0e1f', endColorstr='#7f2c67',GradientType=0 ); /* IE6-9 */
}

#cp-section-2 .row {
	padding-top: 0;
	z-index: 10;
}

#cp-section-2 {
background: #8a2967; /* Old browsers */
background: -moz-linear-gradient(top, #8a2967 0%, #008a64 24%, #008a64 56%, #008a64 83%, #005261 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #8a2967 0%,#008a64 24%,#008a64 56%,#008a64 83%,#005261 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #8a2967 0%,#008a64 24%,#008a64 56%,#008a64 83%,#005261 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a2967', endColorstr='#005261',GradientType=0 ); /* IE6-9 */
}

#cp-section-3 {
background: #127da6; /* Old browsers */
background: -moz-linear-gradient(top, #127da6 0%, #5d1f5a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #127da6 0%,#5d1f5a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #127da6 0%,#5d1f5a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#127da6', endColorstr='#5d1f5a',GradientType=0 ); /* IE6-9 */
}

@keyframes slide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 150em 0;
  }
}

@-webkit-keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  80% {
    -webkit-transform: translateY(7.5px);
            transform: translateY(7.5px);
  }
  90% {
    -webkit-transform: translateY(2.5px);
            transform: translateY(2.5px);
  }
}

@media (max-width: 1400px) {
	.moby-brick {
	    width: 175px;
    left: 0px;
	}
	.cp-warthog {
	width: 175px;
    left: 3px;
	}
}

@media (max-width: 1200px) {
	.flamingo {
	width: 200px;
    right: -180px;
    top: 90px;
	}
	.flamingo:hover {
	    right: -190px;
	}
	.cp-shop-area h2 {
	font-size: 4.8rem;
	}
}

@media (max-width: 1060px) {
	.cp-shop-area h2 {
	font-size: 4rem;
	}
	.cp-referral-area .button {
	font-size: 3.5rem;
	padding: 2px 20px;
	}
	.moby-brick, .cp-warthog {
	display: none;
}
	.carousel-text {
		    font-size: 1.8rem;
    line-height: 2rem;
	}
}

@media (max-width: 890px) {
.cp-new-beasts-area {
	display: block;
	background: none;
	margin-bottom: 10px;
}
.cp-shop-area, .cp-referral-area {
width: calc(100% - 40px);
	background: #39225f00;
}
	.cp-shop-area {
		background-position: center center;
	}
.cp-shop-area h2 {
	padding-top: 0;
}
.cp-shop-area .button {
	margin-right: 0;
}

.referral-text {
	    width: calc(100% + 10px);
    margin-left: -20px;
}
	.referral-text:before {
		display: none;
	}
.flamingo, .flamingo:hover  {
    position: absolute;
    width: 200px;
    top: auto;
    bottom: -25px;
    right: 222px;
    transform: rotateY(180deg);
	transform-origin: center center;
}
.cp-referral-area .button {
	margin-right: -20px;
}
.chameleon {
	    right: -20px;
    bottom: 60px;
    width: 70px;
}
.cp-button-area:hover .crab.left {
	left: calc(100% - 90px);
}
.cp-button-area:hover .crab.right {
    right: calc(100% - 90px);
}
.cp-hills {
	display: none;
}
.cp-youtube	.esg-bc.eec {
		display: none;
	}
}

@media (min-width: 1250px) {
	.flex-viewport {
		max-height: 344px;
	}
}



@media (min-width: 779px) {
		.carousel-image .responsive-container {
		padding-bottom: 56%;
	}
}

@media (min-width: 779px) and (max-width: 1249px) {
.flex-viewport {
    max-height: calc(80vw * 0.344);
}
}

@media (max-width: 778px) {
	.flex-viewport {
    max-height: 80vw; 
	}
}

@media (max-width: 560px) {
	.flex-viewport {
    max-height: 90vw; 
	}
}

@media (max-width: 450px) {
	.flex-viewport {
    max-height: 100vw; 
	}	
}

@media (max-width: 400px) {
.cp-youtube	.eec {
		display: none;
	}
}

@media (max-width: 380px) {
	.flex-viewport {
    max-height: 110vw; 
	}	
}

@media (max-width: 778px) {
	.cp-button h2 {
	    font-size: 3rem;
	}
	.mountains-left img, .mountains-right img {
	width: 100%;
	}
	#cp-section-2 .mountains-left {
	    margin-left: -150px;
    width: 500px;
    bottom: 0px;
    	        top: auto;
	}
	#cp-section-2 .mountains-right {
	width: 500px;
	    margin-right: -100px;
	        bottom: 0px;
	        top: auto;
	}
	#cp-section-2 .mountains-right img:nth-child(2n), #cp-section-2 .mountains-left img:nth-child(2n) {
	margin-top: 0;
	}
		.cp-button-area {
    width: 100%;
    margin-bottom: 5%;
}
	.cp-button p {
		padding: 10px;
	}
	
	.carousel-content .button {
	font-size: 2rem;
	    margin-bottom:  40px;
	}
	.slide-container {
	display: block;
	}
	.carousel-content {
	width: 100%;
	float: none;
	}
	.carousel-image {
	    width: calc(100% - 10px);
	    float: none;
	}
	.carousel-content:before {
	display: none;
	}
	.flex-control-nav {
	width: 100%;
	margin-left: 0;
		    bottom: 0;
	}
	.flex-direction-nav a {
		top: 80%;
	}
	.carousel-text {
    padding: 20px;
		    width: 80%;
    margin: auto;
		padding-top: 0;
}
	#cp-section-2 .cp-waves {
margin-bottom: -20px;
	}
}

@media (max-width: 768px) {
	.carousel-image .responsive-container {
		padding-bottom: 51%;
	}
	.sticky-mailing-list #mc_embed_signup input.email {
		width: 300px;
		display: inline-block !important;
	}
	.sticky-mailing-list	#mc_embed_signup .clear {
    display: inline-block !important;
    width: auto !important;
}
	.sticky-mailing-list	#mc_embed_signup .button {
    width: auto !important;
    display: inline-block !important;
    margin: 0 !important;
		    margin-top: -10px !important;
}
}

@media (max-width: 700px) {
	.cp-mailer {
		font-size: 2.5rem;
	}
	.sticky-mailing-list #mc_embed_signup input.email {
    border: 3px solid #00a89c;
    border-radius: 0;
    height: 40px;
}
	.sticky-mailing-list #mc_embed_signup .button {
		    margin-top: -5px !important;
		    height: 35px;
	}
					.cp-instagram, .cp-youtube {
	width: 100%;
	float: none;
	}
}

@media (max-width: 650px) {
	.cp-shop-area, .cp-referral-area {
    width: calc(100% - 20px);
    padding: 10px; 
	}
	.referral-text {
    width: calc(100% - 10px);
    margin-left: -10px;
}
	.cp-referral-area .button {
    margin-right: -10px;
}
	.flamingo, .flamingo:hover {
		width: 180px;
	}
}

@media (max-width: 628px) {
	.flex-control-nav {
		bottom: 0;
	}
	.chameleon {
    right: -16px;
    bottom: 70px;
    width: 60px;
}
	.sticky-mailing-list {
		display: none;
	}
}

@media (max-width: 589px) {
.flex-control-nav {
    bottom: 0;
}
}

@media (max-width: 500px) {
	.cp-shop-area h2 {
    font-size: 3rem;
}
	.cp-tagline {
    font-size: 1.8rem;
    line-height: 2.4rem;
	}
}

@media (max-width: 380px) {
	.cp-shop-area h2 {
    font-size: 2.8rem;
    line-height: 4rem;
}
	.carousel-text {
		padding-top: 0;
	}
	.flex-direction-nav a {
    top: 75%;
}
}

/*--COMMUNITY PAGE 2018
.cp-new-beasts-area {
	border-radius: 5px;
	background: #39225f;
}

.cp-shop-area {
	background-size: cover;
	background-position: center bottom;
	width: 75%;
	display: inline;
}

.cp-referral-area {
	background: #39225f;
	width: 25%;
	display: inline;
}

.cp-button-area {
	width: 33%;
	display: inline;
	padding: 2%;
}

.carousel-image {
	width: 75%;
	display: inline;
}

.carousel-content {
	width: 25%;
	display: inline;
}

#CP-above-fold {
background: #0d0e1f; 
background: -moz-linear-gradient(top, #0d0e1f 0%, #251c3e 46%, #3a1f4f 63%, #6d1550 79%, #7f2c67 100%); 
background: -webkit-linear-gradient(top, #0d0e1f 0%,#251c3e 46%,#3a1f4f 63%,#6d1550 79%,#7f2c67 100%); 
background: linear-gradient(to bottom, #0d0e1f 0%,#251c3e 46%,#3a1f4f 63%,#6d1550 79%,#7f2c67 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0e1f', endColorstr='#7f2c67',GradientType=0 ); 
}

#cp-section-2 {
background: #852965; 
background: -moz-linear-gradient(top, #852965 0%, #008a64 24%, #008a64 56%, #008a64 83%, #005261 100%);
background: -webkit-linear-gradient(top, #852965 0%,#008a64 24%,#008a64 56%,#008a64 83%,#005261 100%); 
background: linear-gradient(to bottom, #852965 0%,#008a64 24%,#008a64 56%,#008a64 83%,#005261 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#852965', endColorstr='#005261',GradientType=0 ); 
}

#cp-section-3 {
background: #127da6; 
background: -moz-linear-gradient(top, #127da6 0%, #5d1f5a 100%); 
background: -webkit-linear-gradient(top, #127da6 0%,#5d1f5a 100%); 
background: linear-gradient(to bottom, #127da6 0%,#5d1f5a 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#127da6', endColorstr='#5d1f5a',GradientType=0 ); 
}

end community page--*/

.uk-footer-link, .eu-footer-link {
	display: none;
}

.us-footer-link {
display: block;
}

.uk .uk-footer-link, .eu .eu-footer-link, .fr .eu-footer-link, .de .eu-footer-link, .it .eu-footer-link, .es .eu-footer-link, .us .us-footer-link, .ca .us-footer-link, .aus .us-footer-link {
	display: block !important;
}

.uk .us-footer-link, .eu .us-footer-link, .fr .us-footer-link, .de .us-footer-link, .it .us-footer-link, .es .us-footer-link {
	display: none !important;
}



.product-video {
display: none;
}

.more-info-section {
    background: #e8d4ad;
background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
    min-height: 430px;
    }

    .more-info-section .four {
    background: rgba(233, 212, 171, 0.8) !important;
    }

.more-info-section .four p {
	color: #c74c76;
}

@media (max-width: 800px) {
.more-info-section {
    background-position: right bottom !important;
    background-size: 100% auto !important;
background-repeat: no-repeat !important;
    padding-bottom: 65% !important;
    font-size: 1.3rem;
    min-height: 310px;
}
}

@media (max-width: 550px) {
a#store-locator {
display: none;
}
}

.hero-award-image, .hero-award-image-2 {
	display: none;
}

.battles-badge img {
    max-width: 300px;
    margin-top: 20px;
	max-height: 175px;
}

.battles-badge {
    position: absolute;
    right: 75px;
    top: 25px;
    z-index: 9;
	width: 300px;

}

@media (min-width: 1350px) {
	.battles-badge {
	right: 125px;
	}
}

@media (max-width: 1200px) {
	.battles-badge {
	right: 25px;
	}	
}

@media (max-width: 1100px) {
.battles-badge img {
    max-width: 250px;
}
}

@media (max-width: 980px) {
	.battles-badge {
	top: 10px;
	}	
	.battles-badge img {
    max-width: 225px;
	max-height: 150px;
}	
.battles-badge {
	width: 225px;
}
}

@media (max-width: 800px) {
.battles-badge {
left: 50%;
    margin-left: -150px;
    top: 50px;
    display: block;
    width: 300px;
}
.battles-badge img {
    max-width: 300px;
    margin-top: 0;
}
}

@media (max-width: 700px) {
.battles-badge {
    margin-left: -125px;
    width: 250px;
}
.battles-badge img {
    max-width: 250px;

}
}


@media (max-width: 600px) {
.battles-badge {
    margin-left: -100px;
    width: 200px;
}
.battles-badge img {
    max-width: 200px;
	max-height: 125px;
}
}

@media (max-width: 400px) {
.battles-badge {
    margin-left: -75px;
    width: 150px;
}
.battles-badge img {
    max-width: 150px;
	max-height: 100px;

}
}


.pre-order-button {
    color: white !important;
    margin-right: 20px;
}

.page-template-store-page-new .secondary-button:hover {
color: #007bbf;
}

.pum-theme-cookie-pop-up-theme .popmake-content {
width: 90%;
}

@media (min-width: 801px) {
.pum-open-overlay-disabled .page-template-index {
margin-top: 50px;
}
.pum-open-overlay-disabled .page-template-index header {
margin-top: 50px;
}
.logged-in.admin-bar header {
top: 32px;
}
.pum-theme-cookie-pop-up-theme .popmake-content {
width: 90%;
margin: auto;
text-align: center;
}
}

@media (max-width: 800px) {
#popmake-5932 {
top: auto !important;
bottom: 0;
padding: 8px;
margin-bottom: 0 !important;
position: fixed !important;
}
.pum-theme-cookie-pop-up-theme .popmake-content {
width: 90%;
margin: auto;
text-align: center;
}
}


/*--battles pre-order banner--*/
.battles-footer {
    display: block !important;
}

.battles-footer {
background: #fec443;
position: fixed;
    z-index: 9999;
top: auto;
bottom: 0;
    width: 100%;
    -webkit-animation: fadeBottom 1.0s 1 cubic-bezier(0.44, 0, .52, .94);
    -moz-animation: fadeBottom 1.0s 1 cubic-bezier(0.44, 0, .52, .94);
    -o-animation: fadeBottom 1.0s 1 cubic-bezier(0.44, 0, .52, .94);
    animation: fadeBottom 1.0s 1 cubic-bezier(0.44, 0, .52, .94);
}

.battles-footer-content {
text-align: center;
    width: 99%;
    margin: auto;
margin-top: 10px;
    padding: 10px 0 5px 0;
    max-width: 1600px;
}

.battles-footer img {
    height: 45px;
    vertical-align: top;
margin-top: -10px;
}

.battles-footer .button {
line-height: 3rem;
font-size: 2.8rem;
    margin-top: -5px;
    border: 2px solid #e62b58;
    background: #e62b58;
    color: #fff;
}

.battles-footer span {
font-weight: 300;
    font-family: "Cardenio","Helvetica Neue",sans-serif;
    margin-bottom: 0;
font-size: 3rem;
padding-left: 10px;
padding-right: 10px;
line-height: 1.2;
    color: #d4285a;
    text-shadow: none;
}

@media (max-width: 950px) {
.battles-footer img {
    height: 40px;
}
.battles-footer span {
    font-size: 2.5rem;
}
.battles-footer .button {
    line-height: 2.8rem;
    font-size: 2.3rem;
}

}

@media (max-width: 750px) {
.battles-footer img {
    height: 35px;
margin-top: -5px;
}
.battles-footer span {
    font-size: 2rem;
}
.battles-footer .button {
    line-height: 2.5rem;
    font-size: 2rem;
}
}

@media (max-width: 600px) {
.battles-footer {
    position: fixed;
    display: block;
}
.battles-footer img {
margin-top: 0;
height: 25px;
}
.battles-footer span {
    font-size: 1.5rem;
}
.battles-footer .button {
    line-height: 1.5rem;
    font-size: 1.5rem;
    margin-top: 2px;
    margin-bottom: 0;
}
.battles-footer-content {
    margin-top: 0px;
}
}


.page-template-store-page .kickstarter-footer {
    display: block !important;
}

#popmake-5708 .pum-close {
display: none;
}

#popmake-5708 {
position: fixed;
    bottom: 0;
    margin-bottom: 0;
    top: auto !important;
    padding: 0 10px;
    max-width: 96%;
}

#popmake-5708 h2 {
    color: #64418c;
    font-size: 2.2rem;
    line-height: 2.5rem;
text-align: left;
    padding-top: 20px;
}

#popmake-5708 p {
margin-bottom: 0;
}

#popmake-5708 img {
    float: left !important;
    display: inline;
}

 #popmake-5708 .blog-button-text {
float: none;
text-align: left;
}

@media (max-width: 549px) {
#popmake-5708 {
    right: 10px;
}
#popmake-5708 img {
float: left !important;
    padding-top: 0;
    width: 65px;
    height: auto;
}
#popmake-5708 h2 {
padding-top: 5px;
    font-family: Puritan;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 5px;
}
 #popmake-5708 .button {
    font-size: 1.5rem;
    padding: 4px 11px;
    margin-bottom: 0;
    font-family: Puritan;
text-transform: none;
    font-weight: bold;
}
 #popmake-5708 .blog-button-text {
float: right;
margin-top: -20px;
}
}

@media (max-width: 360px) {
 #popmake-5708 .blog-button-text {
margin-top: 0;
}
}

@media (max-width: 320px) {
 #popmake-5708 .blog-button-text {
margin-top: -20px;
}
}

.page-template-peak-2017-landing-page #section3 {
display: none;
}

.page-template-peak-2017-landing-page #section6 .lp-page-content {
padding-bottom: 60px;
}

.tree-left {
    background: url(https://beastsofbalance.com/images/trees-left-03.svg);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 450px;
    width: 33vw;
    background-repeat: no-repeat;
    background-size: contain;
background-position: bottom left;
}

.tree-right {
    background: url(https://beastsofbalance.com/images/trees-right-03.svg);
    position: absolute;
    right: 0;
    bottom: 0;
    height: 450px;
    width: 33vw;
    background-repeat: no-repeat;
    background-size: contain;
background-position: bottom right;
}

.hills {
background: url(https://beastsofbalance.com/images/hills-01-2.svg);
    bottom: -48px;
    margin-left: -145px;
    opacity: 1;
    height: 200px;
    background-repeat: repeat-x;
    background-size: 780px 200px;
    position: absolute;
    right: 0;
    left: -780px;
z-index: 1;
}

.flowers {
background: url(https://beastsofbalance.com/images/flowers-2-02.svg);
    height: 150px;
    background-repeat: repeat-x;
    bottom: 50px;
    position: absolute;
    right: 0;
    left: 0;
    background-size: 558px 150px;
}

#divider6 img {
transform: rotate(0deg) !important;
}

/*PEAK 2017 LANDING PAGE*/

#waves .clouds-1 {
background: url(https://beastsofbalance.com/images/waves-1-01-3.svg);
    top: 0;
        margin-top: -92px;
    opacity: 1;
    background-repeat: repeat-x;
    background-size: 780px 200px;
}

#waves-2 .clouds-1  {
background: url(https://beastsofbalance.com/images/waves-darker.svg);
    margin-top: -100px;
    top: 0;
    opacity: 1;
    background-size: 780px 200px;
    background-repeat: repeat-x;
}

#section1 img {
    transition: opacity 1s 0.2s, transform 2s;
    opacity: 0;
}

.loaded #section1 img {
    opacity: 1;
    transform: translateY(0px);
}


#clouds-second .animated-clouds {
    height: 200px;
    background-repeat: repeat-x;
    position: absolute;
    right: 0;
    left: -780px;
    background-size: 780px 200px;
top: 0;
    margin-top: -50px !important;
    z-index: 0;
}

#clouds-third .animated-clouds {
height: 120px;
    background-size: 468px 120px !important;
    background-repeat: repeat-x;
    position: absolute;
    right: 0;
top: 0;
        left: -936px;
    margin-top: -50px !important;
    z-index: 0;
}

#clouds-second .clouds-2, #clouds-third .clouds-2 {
opacity: 0.3;
    margin-top: 0;
background: url(https://beastsofbalance.com/images/upside-down-clouds-2-2.svg);
animation: animated-clouds 50s linear infinite;
    -moz-animation: animated-clouds 50s linear infinite;
    -webkit-animation: animated-clouds 50s linear infinite;
    -ms-animation: animated-clouds 50s linear infinite;
    -o-animation: animated-clouds 50s linear infinite;
}

#clouds-second .clouds-1, #clouds-third .clouds-1 {
opacity: 0.4;
margin-top: 0;
background: url(https://beastsofbalance.com/images/upside-down-clouds-1-3.svg);
animation: animated-clouds 70s linear infinite;
    -moz-animation: animated-clouds 70s linear infinite;
    -webkit-animation: animated-clouds 70s linear infinite;
    -ms-animation: animated-clouds 70s linear infinite;
    -o-animation: animated-clouds 70s linear infinite;
}


#section1 {
    background-color: #11002f;
    background-image: url(https://beastsofbalance.com/wp-content/themes/balance/images/starry-sky-background-stacking-game-BeastsofBalance.png);
    background-size: auto 100%;
    background-position: center bottom;
    background-repeat: repeat-x;
position: relative;
z-index: 0;
}

#section1 img {
max-width: 350px;
    margin-top: 0;
    margin-bottom: 0;
}

#section6 img {

    max-width: 300px;
    margin-top: -30px;
    margin-bottom: -20px;
}

#section1 .lp-page-content {
padding-top: 0;
}

#section2 {
background: #664381;
padding: 0;
position: relative;
    z-index: 2;
margin: 0;
}

#section2 input {
margin-bottom: 0;
}

#section2 .lp-page-content {
    padding: 0;
}

section2 p {
margin-bottom: 0;
}

#section2 h2 {
padding-top: 20px;
margin-bottom: 0;
}

#section3 {
background: linear-gradient(180deg, #483e76 0%, #0f143e 40%, #0f143e 70%, #202d6f 100% );
position: relative;
z-index: 0;
}

#section3 .lp-page-content {
    padding-top: 68px;
max-width: 800px;
    padding-bottom: 80px;
}

#section4 img {
max-width: 600px;
width: 100%;
}

#section4 {
background: linear-gradient(180deg, #84c8e0 15%, #78ced4 35%, #329bab 100%);
    position: relative;
z-index: 1;
}

#section4 .lp-page-content {
padding-bottom: 50px;
}

#section6 {
    position: relative;
background: linear-gradient(180deg, #483e76 0%, #0f143e 40%, #0f143e 70%, #202d6f 100% );
    z-index: 1;
}

#section6 .lp-page-content {
    padding-top: 125px;
padding-bottom: 0;
}

#section5 {
    background: linear-gradient(0deg, #20557c 0%, #329bab 90%);
padding: 20px 0 40px 0;
    position: relative;
z-index: 1;
}

#section7 {
background: #20557c;
}

#section7 .lp-page-content {
    border: 2px dashed;
    border-radius: 3px;
    max-width: 655px;
    padding: 2%;
}

.page-template-peak-2017-landing-page footer {
    background: linear-gradient(0deg, #0C002F 0%, #20557c 75%);
}

/*toty-section*/

.page-template-peak-2017-landing-page .product-image-background-2 {
top: 40px;
    left: 41%;
}

@media screen and (max-width: 1200px) {
.page-template-peak-2017-landing-page .product-image-background-2 {
top: 0px;
}
}

@media screen and (max-width: 800px) {
.page-template-peak-2017-landing-page .product-image-background-2 {
top: -22px;
left: 45%;
    margin-left: -300px;
    height: 600px;
    width: 600px;
}
}

@media screen and (max-width: 550px) {
.page-template-peak-2017-landing-page .product-image-background-2 {
margin-left: -200px;
    top: 20px;
    left: 40%;
    height: 400px;
    width: 400px;
}
}

/*menu*/

.lp-menu-area {
margin-top: 50px;
text-align: center;
position: relative;
display: block;
width: 100%;
z-index: 1;
}

#lp-menu-link {
font-family: "Cardenio","Helvetica Neue",sans-serif;
    color: #fff;
    font-size: 1.8em;
text-decoration: none;
display: inline;
    background: #633f8f;
    padding: 5px 10px;
    border-radius: 5px;
}


#lp-menu-link:after {
    content: "menu";
}

#lp-menu-link.active:after {
content: "X";
}

.lp-menu-area .skip {
width: auto;
height: auto;
}

.lp-menu-area .skip.active {
    position: absolute;
    left: 0;
margin-left: 10px;
}

.lp-menu-area ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out;
}

.lp-menu-area ul.open {
  max-height: 30em;
}

ul#lp-menu {
    list-style-type: none;
margin-bottom: 0;
overflow: hidden;
}

#lp-menu li a {
font-family: "Cardenio","Helvetica Neue",sans-serif;
color: #fff;
font-size: 1.8em;
padding: 0 15px;
text-decoration: none;
}

#lp-menu-area {
text-align: center;
}

#lp-menu li a:hover {
text-shadow: 0 0 5px rgba(216, 37, 71, 0.81);
}

#lp-menu-area {
margin-top: 20px;
}


@media screen and (min-width: 751px) {
  .lp-menu-area ul {
    overflow: auto;
    max-height: inherit;
  }
  #lp-menu-link {
    display: none;
  }

#lp-menu li {
    display: inline-block;
    margin-bottom: 0;
}
}

@media screen and (max-width: 750px) {
#lp-menu li {
display: block;
}
.lp-menu-area ul.open {
background: #633f8f;
    padding-top: 20px;
}
#section1 .lp-page-content {
padding-top: 10px;
}
}

#lp-cta .button:hover {
    transform: translateY(-3px);
}

#refcandy-candyjar .text__instructions, #refcandy-candyjar .text__title {
    color: #fff !important;
}

#refcandy-candyjar .layout-embed {
    background-color: #ffffff00 !important;
}

.page-template-peak-2017-landing-page footer .colophon {
margin-bottom: 0;
}

#lp-2017 {
    position: absolute;
    max-width: 100%;
    height: 300px;
    min-height: 300px;
    max-height: 300px;
margin-top: -112px;
    margin-bottom: 0;
z-index: 0;
bottom: -49px;
}

#lp-2017 .animated-clouds {
    bottom: 0;
    top: auto;
height: 120px;
    background-size: 468px 120px;
left: -936px;
    background-repeat: repeat-x;
}


#lp-2017 .volcano {
    top: auto;
    bottom: 45px;
display: block;
}

#lp-peak-2017 .foliage-1 {
transform: translate3d(-3.148px, 1.456px, 0px);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    position: relative;
    height: 450px;
    margin-top: -450px;
    display: block;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.section-divider {
    text-align: center;
    position: relative;
z-index: 1;
}

.section-divider img {
    max-width: 600px;
}


#lp-peak-2017 {
background: linear-gradient(0deg, #0d1b43 0%, #13002f 100%);
}

.lp-page-content {
width: 80%;
max-width: 1000px;
text-align: center;
color: #fff;
padding: 3% 0;
margin: auto;
position: relative;
z-index: 1;
}

.lp-page-content .secondary-button {
font-size: 3rem;
}

.lp-page-content p {
font-size: 1.2em;
line-height: 1.5em;
}

.lp-page-content h2 {
font-size: 4.2rem;
}

#lp-cta {
margin: 20px 0;
    z-index: 1;
    display: block;
}

.lp-page-content img {
max-width: 100%;
width: auto;
    height: auto;
margin: 30px 0;
}

.lp-page-content #mc_embed_signup .button {
    background-color: #d82547;
font-size: 20px;
    height: 40px;
    line-height: 40px;
width: 100%;
}

.lp-page-content #mc_embed_signup .mc-field-group {
width: 100%;
}

.lp-page-content #mc_embed_signup .button:hover {
    background-color: #9e6bc8;
}

.lp-page-content #mc_embed_signup .mc-field-group {
padding-bottom: 0;
}

.lp-page-content #mc_embed_signup .mc-field-group input {
    color: #110432;
}

.lp-page-content #mc_embed_signup div.response {
padding: 0;
margin: 0;
}

.lp-page-content #mc_embed_signup #mce-success-response {
color: #fff !important;
}

.lp-page-content #mc_embed_signup form {
margin-bottom: 0;
}



#lp-newsletter-signup p {
padding: 0;
margin: 0;
height: 0;
}

#mc_embed_signup_scroll p {
    margin-bottom: 0;
}

ul.lp-social-links {
    list-style-type: none;
    margin-bottom: 0;
    padding: 10px 0;
}

.lp-social-links li {
display: inline-block;
    opacity: 0.8;
margin-bottom: 0;
}

.lp-social-links li:hover {
opacity: 1;
}


.lp-social-links li a {
color: #fff;
font-size: 1.8em;
    padding: 30px;
text-decoration: none;
}

.lp-page-content p {
line-height: 1.2em;
margin-bottom: 0;
}

@media (min-width: 701px) {
.lp-page-content #email-input {
width: 70% !important;
float: left;
}

.lp-page-content #subscribe-button {
width: 25%;
float: right;
}
}

@media (max-width: 800px) {
.lp-page-content h2, .lp-page-content h1 {
font-size: 3.5rem;
}
.lp-social-links li a {
font-size: 1.5em;
padding: 20px;
}
}

@media (max-width: 550px) {
.lp-page-content h2, .lp-page-content h1 {
font-size: 3rem;
}
.lp-page-content {
width: 90%;
}
.lp-social-links li a {
font-size: 1.2em;
padding: 15px;
}
.lp-page-content .secondary-button {
font-size: 2.3rem;
}
}

@media (max-width: 500px) {
.flowers {
height: 125px;
background-size: 465px 125px;
}
}

@media (max-width: 400px) {
.lp-social-links li a {
font-size: 0.9em;
    padding: 8px;
}
ul.lp-social-links {
margin-top: 20px;
}
#section1 img {
width: 80%;
}
#section6 img {
    max-width: 300px;
    max-height: 40vh;
    width: auto;
}
#section3 .lp-page-content {
padding-bottom: 150px;
}
}

@media (max-width: 350px) {
#section1 img {
    max-width: 200px;
    margin-top: -50px;
    margin-bottom: -20px;
}
.lp-cta .button {
    line-height: 3rem;
}
}

.Internal .amazon-logo {
display: none;
}

.instructions-section .how-to-video {
    display: block !important;
}

/*BUY LINKS PAGE*/
.landing-page-awards {
border-top: 1px solid #ffffff82;
    padding-top: 20px;
}

.page-template-landing-page .hero-container {
    display: block;
    max-height: none;
}

.page-template-landing-page {
background: linear-gradient(0deg, #0d1b43 0%, #13002f 100%);
}

.retailer-links, .landing-page-awards {
width: 100%;
display: -webkit-flex;
display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
    text-align: center;
    margin: auto;
    justify-content: center;
padding-top: 0;
padding-bottom: 0;
}



.single-landing-page-award {
width: auto;
box-sizing: border-box;
-webkit-flex: 1 1 100px;
flex: 1 1 100px;
    padding: 10px;
    align-items: center;
    margin: auto;
}

.single-retailer {
width: auto;
box-sizing: border-box;
-webkit-flex: 1 1 250px;
flex: 1 1 250px;
    padding: 10px;
    align-items: center;
    margin: auto;
}

.single-retailer img {
max-height: 100px;
max-width: 100%;
height: auto;
width: auto;
}

.landing-page-products {
padding-top: 2%;
    padding-bottom: 5%;
}

.landing-page-logo {
max-width: 90%;
height: auto;
max-height: 200px;
    width: auto;
}

@media (max-width: 500px) {
.single-retailer img {
max-width: 90%; 
height: auto; 
}
}

/*TOTY AWARD*/

.new-logo {
z-index: 10;
    position: relative;
}

.hero-award-image {
position: absolute;
    right: 25px;
    top: 25px;
z-index: 9;
}

.hero-award-image img {
max-width: 195px;
}

.hero-award-image-2 {
position: absolute;
    right: 230px;
    top: 25px;
z-index: 9;
}

.hero-award-image-2 img {
max-width: 200px;
}

@media (max-width: 1100px) {
.hero-award-image img {
max-width: 175px;
}

.hero-award-image-2 {
    right: 210px;
}

.hero-award-image-2 img {
max-width: 180px;
}
}

@media (max-width: 950px) {
.hero-award-image img {
max-width: 145px;
}

.hero-award-image-2 {
    right: 175px;
}

.hero-award-image-2 img {
max-width: 150px;
}
}

@media (max-width: 800px) {
.hero-award-image, .hero-award-image-2 {
display: none;
}
.sky-background {
    background-image: url(https://beastsofbalance.com/images/mobile-background-with-battles-badge-01-3.png) !important;
background-position: center top;
    background-repeat: no-repeat;
}
.hero-section h1 {
width: 90%;
margin-left: 5%;
margin-right: 5%;
}
.page-template-index-php .hero-section h1 {
    padding: 0 20px;
    font-size: 3rem;
    margin-top: 51%;
    line-height: 1.2;
}
.page-template-landing-page .hero-section h1 {
margin-top: 0;
padding: 0;
}
.hero-section h1 {
    text-shadow: 0 0 8px #964764;
    padding: 0 32px;
}

.tagline-line {
    position: absolute;
}
}
@media (max-width: 400px) {
.hero-section h1 {
    font-size: 2.5rem;
    padding: 0 0;
}
}


@media (max-width: 800px) and (min-height: 701px) {
.page-template-index-php .hero-section h1 {
    margin-top: 70% !important;
}
}

@media (max-width: 800px) and (max-height: 700px) {
.page-template-index-php .hero-section h1 {
    margin-top: 70% !important;
}
}

@media (max-width: 800px) and (max-height: 500px) {
.page-template-index-php .hero-section h1 {
    margin-top: 70% !important;
}
}


.voice-originals a {
    display: inline;
    margin-left: inherit;
    font-size: inherit;
}

/* STORE LOCATOR */

.store-locator-link {
    position: fixed;
    left: -165px;
    top: 65%;
    z-index: 999;
    transform: rotate(-90deg);
    background: #e65534;
    padding: 2px 50px;
    border-radius: 0 0 5px 5px;
    font-size: 1.8em;
    letter-spacing: 2px;
    font-family: "Cardenio","Helvetica Neue",sans-serif;
}

.store-locator-link a {
    color: #fff;
    text-decoration: none !important;
}

@media (max-width: 500px) {
.store-locator-link {
display: none;
padding: 2px 17px;
    border-radius: 0 0 5px 5px;
    font-size: 1.3em;
    letter-spacing: 1px;
    left: -100px;
    top: 55%;
}
}

.mapHolder img{display:block;visibility:visible}

.prettyMapList .float_left {
    float: none !important;
}

.prettyMapList .prettyListItems {
    min-height: auto !important;
}

.prettyPagination {
    height: 25px !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    text-align: center;
}

.prettyMapList .prettyFileBar .prettyMapListSearch {
    margin-bottom: 0 !important;
} 

.infoWindowContainer .infoWindow h3, .prettyMapList .corePrettyStyle {
background-color: #c04d77 !important;
}

#popmake-3483 {
background: linear-gradient(0deg, #0d1b43 0%, #13002f 100%);
}

.prettyMapList .corePrettyStyle:hover {
    background-color: #7f2d52 !important;
}

.location .description p {
margin-bottom: 0;
}

.prettyMapList .mapLocationDetail {
padding-bottom: 0;
}

.prettyMapList .mapHolder {
    height: 250px !important;
}

.prettyMapList .directionsPostcode, .prettyMapList .prettyFileBar .prettyMapListSearch input, .prettyMapList .prettyFileBar .prettySearchValue {
width: 100px !important;
}

.prettyMapList .prettyFileBar .distanceSelector {
color: #000;
}

.prettyPagination .pagingInfo {
display: none !important;
}

.infoWindowContainer {
display: none;
}

.prettyMapList .directionsPostcode, .prettyMapList .prettyFileBar .prettyMapListSearch input, .prettyMapList .prettyFileBar .prettySearchValue {
color: #000 !important;
}


/* POPUPS */

.pum-theme-default-theme .pum-title {
font-size: 2.5em !important; 
font-family: "Cardenio","Helvetica Neue",sans-serif !important;
text-shadow: 0px 0px 8px rgba( 2, 2, 2, 0.23 ) !important;
text-align: center !important;
}

.pum-theme-default-theme .pum-content {
text-align: center;
}

/* RETAIL POPUP */
.retail-popup {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
    text-align: center;
    margin: auto;
    justify-content: center;
}

.retail-popup a, .retail-popup img {
  box-sizing: border-box;
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  text-align: center;
max-height: 85px;
max-width: 250px !important;
    padding: 10px 0;
    box-sizing: border-box;
    align-items: center;
    margin: auto;
}

/* AMAZON POPUP */

#popmake-2956, #popmake-2986, #popmake-2978, #popmake-2984, .popmake-retailer-popup, #popmake-5108, #popmake-5128, #popmake-5129, #popmake-5130, #popmake-5163, #popmake-5215, #popmake-5421 {
    background: url(https://beastsofbalance.com/wp-content/themes/balance/images/starry-sky-background-stacking-game-BeastsofBalance.png);
    background-size: contain;
padding: 50px;
background-repeat: repeat-x;
max-width: 750px;
}

@media (max-width: 600px) {
#popmake-2956, #popmake-2986, #popmake-2978, #popmake-2984, .popmake-retailer-popup, #popmake-5108, #popmake-5128, #popmake-5129, #popmake-5130, #popmake-5163, #popmake-5215, #popmake-5421 {
background-size: cover;
padding: 25px;
background-position: bottom center;
}
}


#pum_popup_title_2956, #pum_popup_title_2986, #pum_popup_title_2978, #pum_popup_title_2984 {
padding-top: 25px;
padding-bottom: 35px;
}

#pum_popup_title_2956 a, #pum_popup_title_2986 a, #pum_popup_title_2978 a, #pum_popup_title_2984 a {
text-decoration: none;
color: #c85772;
}

#popmake-2956 .popmake-content h2, #popmake-2986 .popmake-content h2, #popmake-2978 .popmake-content h2, #popmake-2984 .popmake-content h2 {
    font-size: 3.5rem;
}

#popmake-2956 .popmake-content h2 img, #popmake-2986 .popmake-content h2 img, #popmake-2978 .popmake-content h2 img, #popmake-2984 .popmake-content h2 img {
margin-bottom: -10px;
}

#popmake-2956 .popmake-content h3, #popmake-2986 .popmake-content h3, #popmake-2978 .popmake-content h3, #popmake-2984 .popmake-content h3 {
    font-size: 3rem;
}

#popmake-2956 .popmake-content a.secondary-button, #popmake-2986 .popmake-content a.secondary-button, #popmake-2978 .popmake-content a.secondary-button, #popmake-2984 .popmake-content a.secondary-button {
    color: #fff !important;
    text-decoration: none !important;
}


@media (min-width: 1024px) {
.pum-container.pum-responsive.pum-responsive-medium {
    margin-left: -25%;
    width: 50%;
}
}

@media (max-width: 380px) {
#popmake-2956, #popmake-2986, #popmake-2978, #popmake-2984, .popmake-retailer-popup {
    padding: 25px 10px;
}
#pum_popup_title_2956, #pum_popup_title_2986, #pum_popup_title_2978, #pum_popup_title_2984 {
    padding-top: 20px;
    padding-bottom: 15px;
}
#popmake-2956 .popmake-content h2, #popmake-2986 .popmake-content h2, #popmake-2978 .popmake-content h2, #popmake-2984 .popmake-content h2 {
    font-size: 3rem;
}
}

@media (max-height: 500px) {
.pum-theme-default-theme .pum-title {
    font-size: 2em !important;
}
}

@media (max-width: 350px) {
#popmake-2956 .popmake-content h3, #popmake-2986 .popmake-content h3, #popmake-2978 .popmake-content h3, #popmake-2984 .popmake-content h3 {
    font-size: 1.5em;
}
#popmake-2956 .popmake-content h2 img, #popmake-2986 .popmake-content h2 img, #popmake-2978 .popmake-content h2 img, #popmake-2984 .popmake-content h2 img {
    height: 40px;
    width: auto;
}
#popmake-2956 .popmake-content h2, #popmake-2986 .popmake-content h2, #popmake-2978 .popmake-content h2, #popmake-2984 .popmake-content h2 {
font-size: 2.7rem;
}
}


/* kickstarter footer */

.page-template-store-page .kickstarter-footer {
top: auto;
bottom: 0;
background: #fec443;
}

.page-template-store-page .kickstarter-footer-content {
text-align: center;
margin-top: 10px;
}

.page-template-store-page  .kickstarter-footer img {
    height: 45px;
    vertical-align: top;
margin-top: -10px;
}

.page-template-store-page .kickstarter-footer .button {
line-height: 3rem;
font-size: 2.8rem;
    margin-top: -5px;
    border: 2px solid #e62b58;
    background: #e62b58;
    color: #fff;
}

.page-template-store-page .kickstarter-footer span {
font-size: 3rem;
padding-left: 10px;
padding-right: 10px;
line-height: 1.2;
    color: #d4285a;
    text-shadow: none;
}

.page-template-store-page footer .colophon, .page-template-index-php .colophon {
    margin-bottom: 50px;
}

@media (max-width: 950px) {
.page-template-store-page .kickstarter-footer img {
    height: 40px;
}
.page-template-store-page .kickstarter-footer span {
    font-size: 2.5rem;
}
.page-template-store-page .kickstarter-footer .button {
    line-height: 2.8rem;
    font-size: 2.3rem;
}

}

@media (max-width: 750px) {
.page-template-store-page .kickstarter-footer img {
    height: 35px;
margin-top: -5px;
}
.page-template-store-page .kickstarter-footer span {
    font-size: 2rem;
}
.page-template-store-page .kickstarter-footer .button {
    line-height: 2.5rem;
    font-size: 2rem;
}
}

@media (max-width: 600px) {
.page-template-store-page .kickstarter-footer {
    position: fixed;
    display: block;
}
.page-template-store-page .kickstarter-footer img {
margin-top: 0;
height: 25px;
}
.page-template-store-page .kickstarter-footer span {
    font-size: 1.5rem;
}
.page-template-store-page .kickstarter-footer .button {
    line-height: 1.5rem;
    font-size: 1.5rem;
    margin-top: 2px;
    margin-bottom: 0;
}
.page-template-store-page .kickstarter-footer-content {
    margin-top: 0px;
}
.page-template-store-page footer .colophon, .page-template-index-php .colophon {
    margin-bottom: 30px;
}
}


@media (max-width: 450px) {
.page-template-store-page footer .colophon, .page-template-index-php .colophon {
    margin-bottom: 60px;
}
}

footer .colophon {
margin-bottom: 30px;
}

.kickstarter-footer .retailer {
    padding: 0 10px;
}

.kickstarter-footer {
 position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  background: linear-gradient(0deg, #0d1b43 100%, #13002f 0%);
    -webkit-animation: fadeBottom 1.0s 1 cubic-bezier(0.44, 0, .52, .94);
  -moz-animation: fadeBottom 1.0s 1 cubic-bezier(0.44, 0, .52, .94);
  -o-animation: fadeBottom 1.0s 1 cubic-bezier(0.44, 0, .52, .94);
  animation: fadeBottom 1.0s 1 cubic-bezier(0.44, 0, .52, .94);
text-align: left;
}

.kickstarter-footer a {
color: #fff;
text-decoration: none;
}

.kickstarter-footer a:hover {
color: #fff;
text-decoration: none;
}

.kickstarter-footer span {
color: #fff;
text-shadow: 0 0 1px #fff;
font-size: 3rem;
font-weight: 300;
    font-family: "Cardenio","Helvetica Neue",sans-serif;
    line-height: 1;
margin-bottom: 0;
}

.kickstarter-footer-content {
  width: 99%;
  margin: auto;
  padding: 10px 0 5px 0;
    max-width: 1600px;
}

.kickstarter-footer img {
height: 38px;
    vertical-align: bottom;
}

@media (max-width: 1060px) {
.kickstarter-footer img {
height: 30px;
}
.kickstarter-footer span {
font-size: 2rem;
}
.kickstarter-footer .retailer {
    padding: 0 5px;
}
}

@media (max-width: 800px) and (min-width: 500px) {
.hero-section .home-hero-buttons {
    position: absolute;
    bottom: 135px;
    width: 100%;
}
}

@media (max-width: 500px) {
.kickstarter-footer {
display: none;
}
}

/* Awards */
.award-image {
    width: 250px;
    height: 250px;
    margin: auto;
}

.single-award {
    display: inline-block;
    position: relative;
    border-bottom: none;
    padding: 2%;
}


.single-award .award-name {
    text-align: center;
    display: inline;
    color: #888;
    font-size: 2.7rem;
    padding: 10px;
}


.single-award:last-child:after, .single-award:nth-child(3n+1) {
    clear: both;
}

@media (max-width: 1000px) {
.award-image {
    width: 200px;
    height: 200px;
}
}

@media (max-width: 800px) {
.award-image {
    width: 150px;
    height: 150px;
    background-size: contain;
    margin-right: 20px;
}
.single-award .award-name {
    text-align: left;
    display: block;
    font-size: 2.3rem;
}
}

/* KS landing page */

.page-template-landing-page .sky-background, .page-template-landing-page .hero-section, .page-template-landing-page .cloud-container, .page-template-competition-page .sky-background, .page-template-competition-page .her-section, .page-template-competition-page .cloud-container {
    min-height: 100vh;
    height: auto;
    max-height: none;
}

.page-template-landing-page .hero-section, .page-template-competition-page .hero-section {
    background: linear-gradient(0deg, #0d1b43 0%, #13002f 100%);
min-height: 100vh;
height: auto;
max-height: none;
}

.page-template-index .left-nav a, .page-template-index .right-nav {
    color: white;
}

img.amazon-logo {
max-height: 32px;
    margin-bottom: -10px;
}

.page-template-index .small-logo-container {
width: 48px;
    height: 44px;
    margin-top: 3px;
    position: absolute;
    left: 50%;
    margin-left: -24px;
    transform: translateY(-50px);
    transition: 0.2s 0s;
}

.page-template-index .white-header-background {
    transform: translateY(-50px);
    transition: transform 0.3s;
}



.landing-page-product img {
max-width: 100%;
}

.page-template-landing-page header, .page-template-landing-page footer, .page-template-competition-page header, .page-template-competition-page footer {
display: none;
}

.page-template-landing-page .hero-container .secondary-button {
display: block;
}

#landing-page-area .social-media-icon {
margin: 0 32px;
}

.landing-page-awards img {
max-height: 120px;
width: auto;
height: auto;
max-width: 100%;
}

.social-links {
width: 100%;
margin-left: 0;
}

.landing-page-products .four.columns {
padding: 3%;
}

@media (max-width: 800px) {
.page-template-landing-page .sky-background {
background: linear-gradient(0deg, #0d1b43 0%, #13002f 100%) !important;
}
.social-media-icon svg {
    width: 32px;
    height: auto;
    fill: white;
}
.social-media-icon {
margin: 0 32px;
    width: 32px;
    height: auto;
}
.landing-page-awards .offset-one {
    margin-left: 16.666667%;
}
.landing-page-awards .two {
    width: 33.3333334%;
}
.landing-page-product {
margin-bottom: 20px;
}
.home-hero-buttons {
    position: relative;
    bottom: 0;
    width: 100%;
margin-top: 20px !important;
}
.hero-section .home-hero-buttons {
    position: absolute;
    bottom: 90px;
    width: 100%;
}
}

@media (max-width: 400px) {
.landing-page-awards .offset-one {
    margin-left:0;
}
.landing-page-awards .two {
    width: 100%;
}
}

@media (min-width: 800px) {
.page-template-landing-page .hero-section .button, .page-template-landing-page .hero-section .secondary-button {
padding: 5px 10px;
}
.landing-page-product {
width: 45%;
float: left;
margin-right: 2.5%;
    margin-left: 2.5%;
}
}

.cloud-container.landing-page .animated-clouds {
top: auto;
bottom: 32px;
}

.cloud-container.landing-page .volcano {
top: auto;
bottom: 77px;
}

.cart.js-active {
z-index: 999999;
}


@media (max-width: 1024px) {
.instructions-section .video-slider {
    display: none;
}
}

.home-hero-buttons {
text-align: center;
margin: auto;
}

.home-hero-buttons .secondary-button {
display: none;
}

@media (min-width: 801px) {
.home-hero-buttons .button {
    padding: 1px 155px;
    margin-top: 20px;
}
}




.toucan-speech-bubble, .warthog-speech-bubble {
display: none;
}

.home .hero-container .secondary-button {
display: none;
}

@media (min-width: 800px) {
.hero-section .button, .hero-section .secondary-button {
padding: 1px 155px;
}
}




.under-fold {
	display: block;
}

.instructions-section h2 {
    padding: 50px 0;
font-size: 4.2rem;
}

.single-quote h2.quote-text {
    line-height: 1.3;
}

.long-quote h2 {
    font-size: 3.0rem;
}

.homepage-h2 {
font-size: 4.2rem;
}

#gallery-2 img {
width: 100%;
}

.column img, .columns img {
    width: auto;
}

/*--
.in-game-warthog {
background-image: url(https://beastsofbalance.com/images/hogtopus-crossbeast-warthog-octopus-application-BeastsofBalance.svg);
}
--*/


.in-game-toucan {
background-image: url(https://beastsofbalance.com/images/sheagle-shark-eagle-application-BeastsofBalance.svg);
}

.hero-table .top {
    background-image: url(https://beastsofbalance.com/images/stacking-game-tower-BeastsofBalance.png);
}

.hero-table .bottom {
    background-image: url(https://beastsofbalance.com/images/tablet-screenshot-application-BeastsofBalance.jpg);
}

.in-game-shark {
background-image: url(https://beastsofbalance.com/images/elemental-shark-game-application-BeastsofBalance.svg);
}

.in-game-octopus {
    background-image: url(https://beastsofbalance.com/images/elemental-octopus-game-application-BeastsofBalance.svg);
}

.blueandpink {
    background-image: url(https://beastsofbalance.com/images/water-air-artefact-stacking-game-piece-BeastsofBalance.png);
}

.swirl {
    background-image: url(https://beastsofbalance.com/images/haste-stacking-game-piece-BeastsofBalance.png);
}

.shark {
    background-image: url(https://beastsofbalance.com/images/shark-stacking-game-piece-BeastsofBalance.png);
}

.blue {
    background-image: url(https://beastsofbalance.com/images/water-artefact-stacking-game-piece-BeastsofBalance.png);
}

.toucan {
    background-image: url(https://beastsofbalance.com/images/toucan-stacking-game-piece-BeastsofBalance.png);
}

.orange {
    background-image: url(https://beastsofbalance.com/images/fire-artefact-stacking-game-piece-BeastsofBalance.png);
}

.cross {
    background-image: url(https://beastsofbalance.com/images/cross-stacking-game-piece-BeastsofBalance.png);
}

.octopus {
    background-image: url(https://beastsofbalance.com/images/octopus-stacking-game-piece-BeastsofBalance.png);
}


.arrow {
    background-image: url(https://beastsofbalance.com/images/migrate-stacking-game-piece-BeastsofBalance.png);
}

.green {
background-image: url(https://beastsofbalance.com/images/land-artefact-stacking-game-piece-BeastsofBalance.png);
}

.pink {
    background-image: url(https://beastsofbalance.com/images/air-artefact-stacking-game-piece-BeastsofBalance.png);
}

.clouds-1 {
background-image: url(https://beastsofbalance.com/wp-content/themes/balance/images/clouds-digital-application-stacking-game-BeastsofBalance-01.svg);
}

.volcano {
background-image: url(https://beastsofbalance.com/wp-content/themes/balance/images/volcano-digital-application-stacking-game-BeastsofBalance-02.svg);
}

.clouds-2 {
    background-image: url(https://beastsofbalance.com/wp-content/themes/balance/images/clouds-digital-application-stacking-game-BeastsofBalance-02.svg);
}

.foliage-1 {
background-image: url(https://beastsofbalance.com/wp-content/themes/balance/images/foliage-digital-application-stacking-game-BeastsofBalance-02.svg);
}

.foliage-2 {
background-image: url(https://beastsofbalance.com/wp-content/themes/balance/images/foliage-digital-application-stacking-game-BeastsofBalance-01.svg);
}

.foliage-3 {
background-image: url(https://beastsofbalance.com/wp-content/themes/balance/images/foliage-digital-application-stacking-game-BeastsofBalance-03.svg);
}

.quote-and-trailer {
background-image: url(https://beastsofbalance.com/wp-content/themes/balance/images/starry-sky-background-stacking-game-BeastsofBalance.png);
}

.warthog-speech-bubble:after, .toucan-speech-bubble:after {
background-image: url(https://beastsofbalance.com/wp-content/themes/balance/images/speech-bubble-stacking-game-BeastsofBalance.svg);
}

.pack-shot {
    display: none;
    background-image: url(https://beastsofbalance.com/wp-content/themes/balance/images/pack-shot.jpg);
}

.review-link a:after {
    background-image: url(https://beastsofbalance.com/wp-content/themes/balance/images/external.svg);
}

.carousel-cell {
    background-image: url(https://beastsofbalance.com/wp-content/themes/balance/images/invisible.png);
}

@media (min-width: 1200px) {
.trailer-poster h3 {
font-size: 9rem;
}
}

@media (min-width: 769px) {
.trailer-poster h3 {
font-size: 8rem;
}
}

@media (max-width: 1023px) and (min-width: 801px) {
#popmake-3483 {
    width: 20%;
    min-width: 275px;
}
}

@media (min-height: 750px) {
#popmake-3483.pum-container {
    position: fixed !important;
top: 10% !important;
}
}


@media (max-width: 800px) {

.award-name-container {
    width: calc(100vw - 200px);
}
.volcano {
display: none;
}
.page-template-competition-page .sky-background {
background-image: none;
}
.page-template-competition-page h1 {
margin-top: 0;
}
.long-quote h2 {
    font-size: 3rem;
}
.sky-background {
background-image: url(https://beastsofbalance.com/images/mobile-background-with-battles-badge-01.png);
}
#popmake-3483 {
left: 50% !important;
    margin-left: -47.5%;
width: 95%;
}
.pum-overlay-disabled {
    visibility: visible !important;
}
}

@media (max-width: 768px) {
.trailer-poster h3 {
font-size: 5rem;
line-height: 2rem;
}
.how-to-video-poster h3 {
display: none;
}
}

@media (min-width: 550px) {
.single-post img.alignright { float: right; margin: 0 0 1em 1em; }
.single-post img.alignleft { float: left; margin: 0 1em 1em 0; }
.single-post img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.single-post .alignright { float: right; }
.single-post .alignleft { float: left; }
.single-post .aligncenter { display: block; margin-left: auto; margin-right: auto; }
}

@media (max-width: 549px) {
.single-post img.alignright, .single-post img.alignleft, .single-post img.aligncenter, .single-post .alignright, .single-post .alignleft, .single-post .aligncenter { float: none; display: block; margin-left: auto; margin-right: auto; }
}

@media (max-width: 500px) {
.featured-product {
padding-top: 0;
}
.colophon .copyright {
max-width: 80%;
    margin: auto;
    float: none;
}
.long-quote h2 {
    font-size: 2.5rem;
}
.single-award .award-name {
font-size: 1.8rem;
}
.prettyMapList .mapHolder {
    height: 200px !important;
}
}


/*--ghost-crab-homepage--*/
@media (min-width: 801px) {
.warthog-speech-bubble {
display: block;
}
}

.warthog-speech-bubble .line-of-speech:first-child, .warthog-speech-bubble .line-of-speech:last-child {
border-radius: 6px;
}

.in-game-warthog {
background-image: url(https://beastsofbalance.com/wp-content/themes/balance/images/ghost-crab-fabulous-battles-apple-edition-exclusive-BeastsofBalance.svg);
height: 193px;
    width: 240px;
    margin-left: 65%;
    margin-top: 590px;
}

.warthog-speech-bubble {
    margin-left: 66%;
    margin-top: 510px;
}

@media (min-width: 1600px) {
.in-game-warthog {
    margin-left: 1072px;
}
}

@media (max-width: 1400px) {
.warthog-speech-bubble {
    margin-left: 74%;
    margin-top: 500px;
}
.in-game-warthog {
    margin-left: 72%;
    margin-top: 590px;
}
}


@media (max-width: 1272px) {
.warthog-speech-bubble {
    margin-left: 854px;
margin-top: 500px;
}
.in-game-warthog {
    margin-left: 852px;
}
}

@media (max-width: 1100px) {
.warthog-speech-bubble {
    margin-left: calc(100vw - 255px);
}
.in-game-warthog {
    margin-left: calc(100vw - 250px);
}
}

@media (max-width: 1024px) {
.warthog-speech-bubble {
    margin-left: calc(100vw - 208px);
}
.in-game-warthog {
    margin-left: calc(100vw - 230px);
}

}

@media (max-width: 800px) {
.in-game-warthog {
display: none;
}
}

@media (max-width: 350px) {
.hero-section .home-hero-buttons {
bottom: 124px;
}
}