/*
Theme Name: Stickya Games Studio
Theme URI: 
Description: A Responsive theme
Author: Stickya Games Studio
Author URI: 
Version: 1.0
Tags: responsive, white, bootstrap
*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
	font-family: 'VAGRounded-Light';
	src: url('../fonts/VAGRounded-Light.eot');
	src: url('../fonts/VAGRounded-Light.eot#iefix') format('embedded-opentype'),
		 url('../fonts/VAGRounded-Light.woff') format('woff'),
		 url('../fonts/VAGRounded-Light.ttf') format('truetype'),
		 url('../fonts/VAGRounded-Light.svg#Name') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'VAGRoundedLT-Bold';
	src: url('../fonts/VAGRoundedLT-Bold.eot');
	src: url('../fonts/VAGRoundedLT-Bold.eot#iefix') format('embedded-opentype'),
		 url('../fonts/VAGRoundedLT-Bold.woff') format('woff'),
		 url('../fonts/VAGRoundedLT-Bold.ttf') format('truetype'),
		 url('../fonts/VAGRoundedLT-Bold.svg#Name') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueLight';
	src: url('../HelveticaNeueLight.eot');
	src: url('../HelveticaNeueLight.eot#iefix') format('embedded-opentype'),
		 url('../HelveticaNeueLight.woff') format('woff'),
		 url('../HelveticaNeueLight.ttf') format('truetype'),
		 url('../HelveticaNeueLight.svg#Name') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeue-Bold';
	src: url('../fonts/HelveticaNeue-Bold.eot');
	src: url('../fonts/HelveticaNeue-Bold.eot#iefix') format('embedded-opentype'),
		 url('../fonts/HelveticaNeue-Bold.woff') format('woff'),
		 url('../fonts/HelveticaNeue-Bold.ttf') format('truetype'),
		 url('../fonts/HelveticaNeue-Bold.svg#Name') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/Helvetica.eot');
	src: url('../fonts/Helvetica.eot#iefix') format('embedded-opentype'),
		 url('../fonts/Helvetica.woff') format('woff'),
		 url('../fonts/Helvetica.ttf') format('truetype'),
		 url('../fonts/Helvetica.svg#Name') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html{margin: 0; padding:0; }
body{margin: 0; padding:0; }

h1 {
 font-family: 'Exo 2', sans-serif;
	font-size: 24px;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}

h2 {
 font-family: 'Exo 2', sans-serif;
	font-size: 21px;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}

h3 {
font-family: 'Exo 2', sans-serif;
	font-size: 19px;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}

h4 {
font-family: 'Exo 2', sans-serif;
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}

h5 {
font-family: 'Exo 2', sans-serif;
	font-size: 17px;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}

h6 {
font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
}

table {
  width: 96%;
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  padding: 10px;
  border: 1px solid #ccc;
}

th {
  background-color: #eee;
}

dd {
  margin-left: 20px;
}

ul {
}

ul li {
  list-style: disc;
}

ol {
}

ol li {
  list-style: decimal;
}

p {
  font-family: 'HelveticaNeueLight';
	font-size: 17px;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

a, a:visited {
  padding-bottom: 4px;
  color: #20b2aa
}

a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #137b75;
}

pre {
  display: block;
  width: 96%;
  padding: 16px;
  border-radius: 3px;
  background-color: #3d3d3d;
  font-size: 1.6rem;
  color: #f5f5f5;
  word-wrap: break-word;
  overflow: auto;
}

img {
  height: auto
}

blockquote {
  position: relative;
  display: block;
  width: 96%;
  padding: 20px;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: 40px;
  background-color: #eee
}

blockquote p, blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6, blockquote ul, blockquote ol, blockquote dl, blockquote table {
  margin: 0;
}

blockquote + figcaption {
  width: 96%;
  margin: 0 auto;
  text-align: right;
  font-weight: normal;
  font-style: italic;
}

input, button, textarea, select {
  margin: 0;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
}

input {
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
}

textarea {
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
}

input[name="submit"] {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 3px;
  border: none;
  background: #20b2aa;
  color: #fff;
}

input[name="submit"]:hover {
  cursor: pointer;
}

address {
  font-size: 1.4rem;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#container { width: 100%;
margin: 0;
padding: 0;
float: left;}
#header{ width:100%; margin:0 auto; background:#062c2f; padding:15px 0;}
.logo{float: left;margin: 0 0 0 0;padding: 0 0 0 0; width: auto;}
.logo a{text-decoration: none; outline: none;}
.logo a img{ 
    border: 0;width: 100%;
max-width: 80px;
}
.header_right{
	float: right;margin: 0 0 0 0;padding: 0 0 0 0; width: auto;
}

.social_icons{float:left; margin:0; padding:19px 0 0 0; width:auto;}
.social_icons a{float:left; margin:0 0 0 5px; padding:0; text-decoration:none; outline:none; color:#FFFFFF;}
.banner{
 float: left;
margin: 0px 0 0 0px;
padding: 0px 0 0px 0;
width: 100%;


}
.banner img {
   max-width: 100%;
}
.store_link{
float: left;
margin: 0px 0 0 0px;
padding: 0;
width: auto;
position: absolute;
bottom: 14%;
z-index: 10;
left: 19%;
}
.store_link a.google_play{
float: left;
margin: 0px 10px 0 0;
padding: 0;
width: auto;
text-decoration: none;
outline: none;
}
.store_link a.app_store{
float: left;
margin: -25px 10px 0 0;
padding: 0;
width: auto;
text-decoration: none;
outline: none;
}


.our_latest_games_bg{
float: left;
margin: 0px 0 0 0px;
padding: 25px 0 25px 0;
width: 100%;
background-image: url(../images/latest_games_bg.jpg);
background-repeat: repeat-x;
background-position: left top;
background-color: #062c2f;
text-align: center;

}
.our_latest_games_bg h3{
background-color: #062c2f;
margin: 0px 0 0 0px;
padding: 0 40px;
width: auto;
font-family: 'Exo 2', sans-serif;
color: #ffde00;
text-align: center;
float: none;
font-size: 42px;
display: inline-block;
}
.our_latest_games{
    float: left;
margin: 0px 0 0 0px;
padding: 40px 0 25px 0;
width: 100%;
}
.our_latest_games .games_block{
float: none;
margin: 0px 3%;
padding: 0px 0 0px 0;
width: 100%;
text-align: center;
max-width: 150px;
display: inline-block;
}
.our_latest_games .games_block img{
  margin: 0px 0 10px 0;
max-width: 150px;
border-radius: 10px;
border: 2px solid #fff;
}
.our_latest_games .games_block a{
text-decoration: none;
outline: none;
font-family: 'Exo 2', sans-serif;
color: #FFF;
font-size: 15px;padding: 0 5px;
border-bottom: 1px solid #fff;
}
.store_links{
float: left;
margin: 40px 0 0 0px;
padding: 0;
width: 100%;
text-align: center;
}
.store_links a{
  margin: 0px 10px;
text-decoration: none;
outline: none;
}


.engagement_area{
float: left;
margin: 0 0;
padding: 30px 0;
width: 100%;
}
.engagement_area .engagement_left{
    float: left;
margin: 0px 0 0px 0px;
padding: 0;
width: 50%;
}
.engagement_area .engagement_right{
    float: left;
margin: 0px 0 0px 0px;
padding: 0;
width: 50%;
}
.engagement_area .engagement_left h3{
margin: 0px 0 20px 0px;
padding: 0 0px;
width: 100%;
font-family: 'Exo 2', sans-serif;
color: #062c2f;
text-align: left;
float: left;
font-size: 48px;
}
.engagement_area .engagement_left h3 span.yello{
   color: #ffde00;
}
.engagement_area .engagement_left h3 span.red{
   color: #e75252;
}
.engagement_area .engagement_left p{
margin: 0px 0 20px 0px;
padding: 0 0px;
width: 84%;
font-family: 'Exo 2', sans-serif;
color: #062c2f;
text-align: left;
float: left;
font-size: 16px;
font-weight: normal;
line-height: 20px;

}

.icon_our_collection{
 float: left;
margin: 20px 0;
padding: 0 0 0 0;
width: 100%;
clear: both;
text-align: center;
}
.icon_our_collection img{
     margin: 0px 2%;
max-width: 100%;
}
.icon_our_collection2{
 float: left;
margin: 20px 0;
padding: 0 0 0 0;
width: 100%;
clear: both;
text-align: center;
}
.icon_our_collection2 img{
     margin: 0px 4%;
max-width: 100%;
}
.icon_our_collection3{
 float: left;
margin: 20px 0;
padding: 0 0 0 0;
width: 100%;
clear: both;
text-align: center;
}
.icon_our_collection3 img{
     margin: 0px 4%;
max-width: 100%;
}


/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
.main_menu{
float: right;margin: 20px 0 0 50px;padding: 0 0 0 0; width: auto;	
}
.menu-main-menu-container{
float: left;margin: 0 0 0 0px;padding: 0 0 0 0; width: auto;		
}
.menu-main-menu-container ul{
	float: left;margin: 0 0 0 0px;padding: 0 0 0 0; width: auto; list-style: none;
}
.menu-main-menu-container ul li{
	float: left;margin: 0 20px 0 0px;padding: 0 0 0 0; width: auto; list-style: none;
}

.menu-main-menu-container ul li a{
	    float: left;
    margin: 0 0 0 0px;
    padding: 0 0 0 0;
    text-decoration: none;
    outline: none;
    color: #FFF;
  font-family: 'Exo 2', sans-serif;
    font-size: 17px;
    font-weight: normal;
}
.menu-main-menu-container ul li a:hover{
	color: #000;
}
.menu-main-menu-container ul li.current-menu-item a{
	color: #ffde00;
}


/*--------------------------------------------------------------
# Footers
--------------------------------------------------------------*/
#footer{ width:100%; margin:0 auto; background:#072123; padding:40px 0; float:left; clear:both;}
.footer_logo{
float: left;
margin: 40px 0 0 0;
padding: 0 0 0 0;
text-align: center;
width: 100%;
clear: both;
}
.footer_logo img{
width: 290px;
margin: 0;
padding: 0;
}
.copy_right_area{
   width: 100%;
margin: 0 auto;
background: #062c2f;
padding: 10px 0;
float: left;
clear: both;
text-align: center;
}
.copy_right{float: none;
margin: 0;
padding: 0;
font-size: 13px;
color: #FFF;
font-family: 'Exo 2', sans-serif;}


.copy_right a{
 font-size: 13px;
color: #FFF;
font-family: 'Exo 2', sans-serif;
margin: 0 5px;
padding: 0;
text-decoration: none;
outline: none;
}



.footer_social_icons{float:left; margin:0 0 50px 0; padding:0px 0 0 0; width:100%; clear: both;}
.footer_social_icons a{float:right; margin:0 0 0 10px; padding:0; text-decoration:none; outline:none;}  
.footer_form{
	float: left;
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
	width: 100%;
}
.footer_form .form_raw{
float: left;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	width: 100%;
	clear: both;
}

.footer_form .form_raw input.wpcf7-text,
.footer_form .form_raw input.wpcf7-email{
padding: 4px;
border: 1px solid #ccc;
border-radius: 2px;
background: #fff;
float: left;
max-width: 46%;
color: #081415;
font-family: 'Exo 2', sans-serif;
font-size: 15px;
margin: 0 4% 0 0;
font-weight: bold;
}
.footer_form .form_raw textarea{
	padding: 4px;
border: 1px solid #ccc;
background: #fff;
max-width: 96%;
max-height: 94px;
resize: none;color: #081415;
font-family: 'Exo 2', sans-serif;
font-size: 15px;
font-weight: bold;
border-radius: 2px;
}
.footer_form .form_raw input.wpcf7-submit{
padding: 8px 40px;
border: none;
border-radius: 2px;
background: #ffde00;
float: left;
margin: 5px 0 0 0;
width: 96%;
color: #081415;
font-family: 'Exo 2', sans-serif;
font-size: 15px;
font-weight: bold;
}
#footer h2{
color: #ffde00;
font-family: 'Exo 2', sans-serif;
font-size: 42px;
margin: 0 0 30px 0;
padding: 0 0 10px 0;
float: left;
width: 80%;
font-weight: bold;
border-bottom: 1px solid #ffde00;
}

/*--------------------------------------------------------------
# Footers
--------------------------------------------------------------*/

.site-content {
  display: block;
  width: 100%;
  margin: 40px auto 0
}


.primary {
  width: 96%;
  margin: 0 auto;
  padding-right: 0
}


.secondary {
  display: block;
  width: 100%;
  margin:20px 0 0px 0;
}


.single-post .site-content, .page .site-content {
  width: 100%;
  max-width: inherit;
  margin-top: 0;
  padding-top: 0;
}

.single-post .primary, .page .primary {
  width: 100%;
}

.single-post .secondary, .page .secondary {
  width: 100%;
}




.error404 {
}

.error404 .primary {
  height: 350px;
  padding-top: 100px;
}

.footer {
  margin-top: 80px;
  padding: 100px 0;
  background-color: #020733;
  color: #fff;
  text-align: center
}

.footer a {
  color: #fff;
}





.header {
}

.header a, .header a:visited {
  color: #555;
}

.header a:hover, .header a:focus, .header a:visited:hover, .header a:visited:focus {
  color: #20b2aa;
}

.header__title {
  display: inline-block;
  margin: 0 0 0 8px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #222;
}




.entry__footer .cat-links, .entry__footer .tags-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8px;
}

.entry__footer .post-categories {
  display: inline-block;
  padding-left: 0;
}

.entry__footer li {
  display: inline-block;
  margin: 0;
}

.entry__footer a {
  padding: 2px 4px;
}

.entry__footer a:hover, .entry__footer a:focus {
  color: #137b75;
}

.entry__footer .comments-link {
  display: block;
}

.entry__footer .edit-link {
  display: inline-block;
  margin-top: 4px;
}

.entry__footer .post-edit-link {
  display: inline-block;
  border-radius: 3px;
  border: none;
  background: #20b2aa;
  color: #fff;
}

.entry__footer .post-edit-link:hover {
  background: #137b75;
  color: #fff;
}



.widget {
  margin-top: 40px
}

.widget:first-child {
  margin-top: 0;
}

.widget__title {
  margin: 0 0 12px 0;
  padding: 0;
  font-size: 2.2rem;
  font-weight: normal;
}

.widget__title + div {
  padding-left: 12px;
}

.widget ul {
  padding-left: 12px;
}

.widget li {
  list-style: none;
  margin-top: 8px;
}

.widget li:first-child {
  margin-top: 0;
}

.widget a, .widget a:visited {
  color: #555;
}

.widget a:hover, .widget a:focus, .widget a:visited:hover, .widget a:visited:focus {
  color: #20b2aa;
}

.widget_archive,
.widget_categories,
.widget_meta {
}

.widget_archive ul, .widget_categories ul, .widget_meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.widget_archive li, .widget_categories li, .widget_meta li {
  margin: 0 12px 12px 0;
}

/*
  List of articles
*/

.entry {
  margin:20px 0;
  padding: 0px;
  float:left;
  width:100%;
}








/*
  Article page
*/

.single-post,
.page {
}

.single-post .entry, .page .entry {
  padding: 0;
  box-shadow: none;
  border: none;
}

.page_title{
   background-image: url("../images/pagetitle.jpg");
    background-position: center center;
    background-repeat: no-repeat;
	 margin: 0;
    padding: 0px 0;
	  text-align: center;
	   width: 100%;
	   float:left;
}
.page_title h1.entry__title{
   background-image:url(../images/diagonal-lines.png);
    background-position:left top;
    background-repeat:repeat 0 0;
    color: #ffffff;
    float: left;
    font-family: "Lato-Regular";
    font-size: 32px;
    letter-spacing: 3px;
    margin: 0;
    padding: 30px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
body.home .entry {
    margin: 0;
}


.page-title {
  word-wrap: break-word;
  overflow-wrap: break-word;
}





form[role="search"] {
  position: relative
}

form[role="search"] label {
  display: block;
  width: 100%;
}

form[role="search"] .search-field {
  display: block;
  width: calc(100% - 60px);
  height: 30px;
  padding: 0 0 0 8px;
  border: 1px solid #eee;
  border-right: none;
}

form[role="search"] .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 60px;
  height: 30px;
  border: 1px solid #eee;
  background-color: #fff;
}

form[role="search"] .search-submit:hover {
  cursor: pointer;
}

.posts-navigation {
  margin-top: 40px;
}

.single-post .post-navigation, .page .post-navigation {
   display: block;
    float: left;
    margin: 40px auto 0;
    max-width: 700px;
    width: 100%;
}
h2.screen-reader-text{
font-size:17px;

}
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 80px;
  padding: 8px 0;
  border-top: 1px solid #e1e5e7;
  border-bottom: 1px solid #e1e5e7
}

.nav-links::after {
  content: "";
  clear: both;
  display: block;
}

.nav-links a {
  display: block;
  position: relative;
  width: 100%;
  color: #555;
}

.nav-links a:hover, .nav-links a:focus {
  color: #20b2aa;
}

.nav-previous,
.nav-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  vertical-align: middle
}

.nav-previous a, .nav-next a {
  padding: 0 10px 0 15px;
}

.nav-previous {
  vertical-align: middle;
  text-align: left
}

.nav-previous a {
  border-right: 1px solid #e1e5e7;
}

.nav-previous a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border: solid #888;
  left: 0;
  border-width: 1px 0 0 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav-next {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%
}

.nav-next a {
}

.nav-next a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border: solid #888;
  right: 0;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}




input[name="post_password"] {
  display: block;
  margin-top: 8px;
}

input[name="Submit"] {
  margin-top: 8px;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 3px;
  border: none;
  background: #20b2aa;
  color: #fff;
}

input[name="Submit"]:hover {
  cursor: pointer;
}






.comments {
  display: block;
  width: 96%;
  max-width: 700px;
  margin: 40px auto 0
}

.comments textarea {
  width: 100%;
}

.comments__title {
  font-size: 1.6rem;
}

.comments__list {
  margin-left: 0;
  padding: 0;
}

.comments__list li {
  list-style: none;
}

.comment {
  list-style: none;
  margin-top: 20px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff
}

@media (min-width:640px) {

  .comment {
    padding: 24px;
  }
  }

.comment .children {
  padding: 0;
}

.comment .comment.odd {
  background: #fafafa;
}

.comment.even + .odd {
  background: #fff;
}

.comment table {
  margin-top: 40px;
  width: 96%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.comment th, .comment td {
  padding: 10px;
  border: 1px solid #ccc;
}

.comment th {
  background-color: #eee;
}

.comment dl {
  margin-top: 40px;
  font-size: 1.6rem;
}

.comment dt {
  margin-top: 20px;
}

.comment dd {
  margin-left: 20px;
}

.comment ul {
  margin-top: 4rem;
  padding-left: 20px;
}

.comment ul li {
  margin-top: 8px;
  list-style: disc;
  font-size: 1.6rem;
}

.comment ol {
  margin-top: 40px;
  padding-left: 2.0rem;
}

.comment ol li {
  margin-top: 8px;
  list-style: decimal;
  font-size: 1.6rem;
}

.comment ol.children {
}

.comment ol.children li {
  list-style: none;
}

.comment li {
}

.comment li ul, .comment li ol {
  margin-top: 8px;
}

.comment blockquote {
  position: relative;
  display: block;
  width: 96%;
  padding: 20px;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 1.4rem;
  margin-top: 40px;
  background-color: #eee;
}

.comment blockquote::before {
  content: "“";
  font-size: 5.0rem;
  line-height: 1em;
  font-family: 'ＭＳ Ｐゴシック',sans-serif;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 10px;
}

.comment blockquote p, .comment blockquote h1, .comment blockquote h2, .comment blockquote h3, .comment blockquote h4, .comment blockquote h5, .comment blockquote h6, .comment blockquote ul, .comment blockquote ol, .comment blockquote dl, .comment blockquote table {
  margin: 0;
}

.comment pre {
  width: 100%;
  padding: 10px;
}

.comment p {
  margin-top: 20px;
  font-size: 1.6rem;
}

.pingback {
  margin-top: 8px;
}

.comment-author,
.comment-meta {
}

.comment-author a, .comment-meta a {
  color: #555;
}

.comment-author a:hover, .comment-meta a:hover {
  color: #20b2aa;
}

.comment-notes {
  margin: 20px 0 10px;
}

.required {
  color: #f00;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
  margin: 20px 0 0
}

.comment-form-comment label, .comment-form-author label, .comment-form-email label, .comment-form-url label {
  display: block;
}


.games{
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}
.games h3{
color: #00baff;
font-size: 36px;
font-family: 'VAGRounded-Light';
margin: 6px 0 0 0 !important;
padding: 0 0 0 0;
float: left;
width: 100%;
text-align: center;
font-weight: normal;
}
.btn_links{
float: none;
margin: 0 0 0 0;
padding: 0 0 0 0;
display: inline-block;
width: 100%;
text-align: center;
}
.btn_links a{
text-decoration: none;
outline: none;
margin: 0 20px;
}
.engagement{
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}
.engagement h1{
color: #000;
font-size: 36px;
font-family: 'HelveticaNeueLight';
margin: 20px 0 0 0 !important;
padding: 0 0 0 0;
float: left;
width: 100%;
text-align: center;
font-weight: normal;
}
.engagement p{
color: #000;
font-size: 17px;
font-family: 'Helvetica';
margin: 0px 0 0 0 !important;
padding: 0 0;
float: left;
width: 100%;
font-weight: normal;
}
.meet_the_gang{
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;	
}
.meet_the_gang h1{
color: #00baff;
font-size: 36px;
font-family: 'VAGRoundedLT-Bold';
margin: 20px 0 0 0 !important;
padding: 0 0 0 0;
float: left;
width: 100%;
text-align: center;
font-weight: normal;
}
.engagement_area .engagement_right img{max-width: 100%;}    




@media (max-width: 1024px) {
.engagement_area .engagement_left {width: 56%;}    
.engagement_area .engagement_right {width: 44%;}    
.engagement_area .engagement_left p {width: 92%;}    
}
@media (max-width: 768px) {
.our_latest_games .games_block {margin: 0px 2%;max-width: 145px;}
.engagement_area .engagement_left h3 {font-size: 36px;}    
.engagement_area .engagement_left p {font-size: 15px;}    
.icon_our_collection img {max-width: 100%;width: 112px;}
.icon_our_collection2 img {margin: 0px 3%;width: 100px;}    
 .icon_our_collection3 img {margin: 0px 3%;max-width: 100%;width: 100px;}   
}
@media (max-width: 760px) {
.menu-main-menu-container ul li {margin: 0 15px 0 0px;}
.main_menu {margin: 20px 0 0 30px;}
.menu-main-menu-container ul li a {font-size: 15px;}
.menu-main-menu-container ul li:last-child{margin: 0 0px 0 0px;}
.social_icons a img {width: 18px;}  
.store_link {bottom: 5%; }
.store_link a.google_play img{width: 90px; }  
.store_link a.app_store img{width: 90px;  }
.store_link a.google_play {margin: 0px 5px 0 0;}   
.store_link a.app_store {margin: -16px 10px 0 0;}    
.our_latest_games_bg h3 {padding: 0 20px;font-size: 34px;}
.our_latest_games_bg {background-position: 0 -4px;}
.our_latest_games .games_block {margin: 0px 2% 20px 2%;} 
.store_links {margin: 0px 0 0 0px;} 
.engagement_area .engagement_left {width: 100%;} 
.engagement_area .engagement_left h3 {font-size: 30px;} 
.engagement_area .engagement_left p {font-size: 16px;width: 100%;} 
.engagement_area .engagement_right {width: 100%;} 
 .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {float: left;width: 100% !important;margin: 0;padding: 0;}
}