*
 * Theme Name: Eclipse gaming systems
 * Version: 1.0
 * Author: Virgen
**/


@media only screen and (max-width: 375px) {
	.single-game-page .games-featured .game-sngl-slider .slick-slide{
		padding-bottom:200px;
	}
}

.team-members .slick-track {
	margin-right: auto;
	margin-left: auto;
}

.news-page .news-grid button.alm-load-more-btn {
	width: 100%;
}


/*-----start css on 24-12-2019-----*/

.single-paylocity_jobs .container { max-width: 1120px; padding: 0 15px; margin: 0 auto; }
.single-paylocity_jobs .sub-page-nav { margin-bottom: 0; }
.single-paylocity_jobs .breadcramps { padding: 0; padding-top: 30px; }

/*----head section start-----*/

.single-paylocity_jobs .paylocity-head { padding: 20px 0 30px;  }
.single-paylocity_jobs h4 { font-size: 20px; }
.single-paylocity_jobs .paylocity-head .container .head-details { border-bottom: 2px solid #d4cfcf; }
.single-paylocity_jobs .paylocity-head .logo  { text-align: center; margin: 0 auto; }
.single-paylocity_jobs .paylocity-head .logo img { max-width: 100%; max-height: 100px; }
.single-paylocity_jobs .paylocity-head .head-content { clear: both; overflow: auto; }
.single-paylocity_jobs .paylocity-head .head-content .left-column { float: left; }
.single-paylocity_jobs .paylocity-head .head-content .right-column { float: right; }
.single-paylocity_jobs .paylocity-head .head-content .left-column .logo-listing { list-style-type: none; display: flex; flex-wrap: wrap;  align-items: center; margin-left: 0; }
.single-paylocity_jobs .paylocity-head .head-content .left-column p a { color: #085a7e; text-decoration: none; transition: all 0.5s; }
.single-paylocity_jobs .paylocity-head .head-content .left-column p a:hover { text-decoration: underline; }
.single-paylocity_jobs .paylocity-head .head-content .left-column h3 { margin-bottom: 0; font-size: 30px; }
.single-paylocity_jobs .paylocity-head .head-content .left-column .logo-listing li { margin-right: 5px; }
.single-paylocity_jobs .paylocity-head .head-content .left-column .logo-listing li img { width: 25px; height: 25px; max-width: 100%; transition: all 0.5s; }
.single-paylocity_jobs .paylocity-head .head-content .left-column .logo-listing li img:hover { margin-top: -15px; }
.single-paylocity_jobs .paylocity-head .head-content .left-column .logo-listing li:last-child { margin-right: 0; }
.single-paylocity_jobs .paylocity-head .head-content .right-column .button-box .cta-btn { padding: 7px 70px; background-color: #F25B29; color: #fff; transition: all 0.5s; display: inline-block; text-align: center; border-radius: 2px; text-transform: uppercase; }
.single-paylocity_jobs .paylocity-head .head-content .right-column .button-box .cta-btn:hover { color: #000; }
.single-paylocity_jobs .middle-content ul { padding-left: 20px; }

@media(max-width: 767px){
	.single-paylocity_jobs .paylocity-head .head-content .left-column,
	.single-paylocity_jobs .paylocity-head .head-content .right-column { float: inherit; }	
	.single-paylocity_jobs .paylocity-head .head-content .button-box { margin-bottom: 20px; }
	.single-paylocity_jobs .paylocity-head .logo img { margin-bottom: 30px; }
}

@media(max-width: 640px){
	.single-paylocity_jobs .paylocity-head .logo img { margin-left: 0; }
}

/*----head section end-----*/


/*-----end css on 24-12-2019-----*/
.page-id-58 .container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.page-id-58 .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}