@charset "UTF-8";
/*
Theme Name: Createon Games
Theme URI: https:/intcoder.com/themes/creaton-games/
Author: Intcoder team
Author URI: https:/intcoder.com/
Description: This theme only for Creaton Games website
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.00
*/
 body {
	color: #fff;
 }
.navigation.pagination {
	margin-top: 50px;
	text-align: center;
  }
  .navigation.pagination .nav-links {
	text-align: center;
	margin: 0 auto;
  }
  .navigation.pagination .nav-links .page-numbers {
		padding: 12px 16px;
		border: 1px solid #D9D9D9;
		border-radius: 0;
		color: #848484;
		text-align: center;
		font-family: 'Gotham Black';
		font-size: 16.585px;
		font-style: normal;
		font-weight: 500;
		line-height: 127.6%; /* 21.162px */
		margin: 0 4px;
  }
  .navigation.pagination .nav-links .page-numbers:hover {
		border: 1px solid #F1D93C;
		background: #F1D93C;
		color: #000;
  }
  .navigation.pagination .nav-links .page-numbers.current:hover,
  .navigation.pagination .nav-links .page-numbers.current {
		border: 1px solid #F1D93C;
		background: #F1D93C;
		color: #000;
  }
.category a {
	color: #fff;
}
.archive-video-content,
.default-page-content {
	position: relative;
	padding: 120px 0 90px;
}
.navigation li:hover .dropdown-menu {
	display: block;
    transform: translate3d(0px, 85px, 0px);
    top: 0px;
    left: 0px;
}

.iframe-video iframe {
    width: 100%;
    height: auto;
    min-height: 300px;
  }
  .iframe-video {
    margin-bottom: 30px;
  }
  .contact-map iframe {
    width: 100%;
  }
  .contact-form-section .contact-widget .contact-info li .text a,
.contact-form-section .contact-widget .contact-info li .text {
	position: relative;
	color: #555;
	width: calc(100% - 60px);
	font-size: 20px;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 0;
}
.contact-form-section .contact-widget .contact-info li .icon {
	background: #0081d5;
}
.contact-map {
	margin-top: 58px;
}
.wpcf7-form-control.has-spinner.wpcf7-submit.theme-btn.btn-style-one {
	background: #0081d5;
	width: auto;
}
.wpcf7-form-control.has-spinner.wpcf7-submit.subscription-label {
	position: absolute;
	width: 74px;
	top: 0;
	right: 0;
	background: #0081d5;
	padding-left: 14px;
	color: #fff;
}
.newsletter-form .wpcf7-response-output {
	margin-top: 0px !important;
	width: 100%;
	margin-left: 0px !important;
	margin-right: 0px;
	color: #fff;
}
.wpcf7-spinner {
	position: absolute;
}
.subscribe-form .wpcf7-not-valid-tip {
	display: none;
}
.page-section {
	padding-top: 100px;
	padding-bottom: 100px;
}
.floating-whatsapp-icon {
	position: fixed;
	width: 60px;
	height:60px;
	right: 20px;
	bottom: 100px;
	z-index: 999;
	border-radius: 50%;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.floating-whatsapp-icon img {
	width: 100%;
	height: auto;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border: 0 none;
    padding: 0;
    margin-top: 10px;
    color: #dc3232;
    font-size: 14px;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: transparent;
	padding: 0;
	border: 0;
}
iframe {
	max-width: 100%;
}