
/* -------- Global -------- */ 

/* Hide wpadminbar */
#wpadminbar {
  display: none !important;
}

/* Hide author name on all pages */
span.author.vcard {
    display: none;
}

/* below id value fixes unclickable top area issue */
#hiddendiv {
  min-height: 0 !important;    
}

/* Close up the entire page left & right padding space */

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

/* Mini Header: Hide on default pages */
.header-with-topbar .top-header-area {
    margin-top: -132px;
}
header nav.navbar-default, header nav.navbar.bootsnav {
	margin-top: -34px;
}

Read more: https://html.com/tags/comment-tag/#ixzz7QZqVWHFo
::-moz-selection { /* Code for Firefox */
  color: white;
  background: #ffa200;
}

::selection {
  color: white;
  background: #ffa200;
}

/* mouse over link */
a:hover {
  color: #faa200;
}

/* Header logo size */

element.style {
}
.logo-light .retina-logo {
    display: none;
}
header a.logo-light img, header a.logo-dark img {
	max-height:100px;
	max-width: 142px;
}

/* ----- Mini Header 'Games' Dropdown ----- */
.mini-header-dropbtn {
  background-color: #00000001;
  color: #999999;
  font-size: 13px;
  border: none;
}
.mini-header-dropdown {
  position: relative;
  display: inline-block;
}
.mini-header-dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(0,0,0,0.9);
  min-width: 200px;
	margin-left: 0px;
	padding: 15px 0 15px 6px;
	/*border-top: 10px solid #00000080;*/
  border-radius: 8px;
  z-index: 1;
}
.mini-header-dropdown-content a {
  color: #999999;
  padding: 10px 16px 10px;
  text-decoration: none;
	text-transform: none;
  display: block;
}
/*.mini-header-dropdown-content a:hover {
    background-color: #ddd;
}*/

.mini-header-dropdown:hover .mini-header-dropdown-content {
    display: block;
}

.mini-header-dropdown:hover .mini-header-dropbtn {
    background-color: #00000001;
}

/* MINI NAV ON OTHER PAGES */
/* Push the bar beyond top */
/*.admin-bar .header-with-topbar .top-header-area {
	top: -50px;
}*/

/* --- TOP NAVBAR --- */
.header-with-topbar.sticky.header-appear nav {
	margin-top: 0;
}

/* -- DROPDOWN ON NAV BAR -- */ 
/*LE*/
#menu-item-30278 {
    color: #ffffff;
    background-color: #d29350;
    border-radius: 50px;
    padding: 0 10px;
    margin-left: 20px;
    margin-right: -20px;
}

nav.navbar.navbar-default ul.nav > li > a {
    padding: 20px 0;
}

header nav.navbar.bootsnav ul.nav > li > a {
    color: #ffffff;
}

header nav.navbar.navbar-nav > li.dropdown.on > a, header nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
    color: #ffffff;
}

header.sticky nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
    color: #ffffff;
}

/* 'Games' Dropdown */
nav.navbar.bootsnav li.dropdown .mega-menu-full {
	 min-width: 290px;
}
/* 'Games' Sub-menu Text*/
nav.navbar.bootsnav li.dropdown .mega-menu-full > ul li a {
   text-align: left;
   font-size: 14px;
   font-family: 'montserrat';
   font-weight: 600;
   color: #fff;
   text-transform: none;
   margin: 0;
   display: block;
   position: relative;
   overflow: hidden;
   left: 0;
}
nav.navbar.bootsnav li.dropdown .mega-menu-full > ul li a:hover {
    color: #6CD0FF;
    background: transparent;
    left: 5px;
}
/* Submenu: LE */
#menu-item-31127 {
    padding: 0 0 10px 5px;
}
/* Submenu: BP */
#menu-item-35372 {
    margin-left: -40px;
    padding: 0 10px 10px 5px;
}
/* Submenu: LU */
#menu-item-33600 {
    margin-left: -40px;
    padding: 0 10px 10px 5px;
}
/* Submenu: MZ */
#menu-item-36045 {
    margin-left: -40px;
    padding: 0 10px 10px 5px;
}
/* Submenu: NG */
#menu-item-33601 {
    margin-left: -40px;
    padding: 0 10px 10px 5px;
}

/* ------ BUY NOW DROPDOWN ------ */ 
nav.navbar.bootsnav li.dropdown .mega-menu-full {
    width: 220px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    padding: 25px 35px 25px 30px;
}
.navbar-nav > li {
    position: relative;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0px;
    margin-left: 0px;
}
/*Steam & Epic logos position */
#menu-item-30279 {
    padding: 0 0 0 15px;
}

/* ------- Give Us Feedback: mid scroll text color ------- */ 
header.sticky nav.navbar .header-social-icon a {
    color: #ffffff;
}


/* ----- Blog Box Round Corner: News Thumb Img ----- */
.blog-post-style3 .grid-item .blog-post * {
		border-radius: 10px 10px 0 0;
}

/* --- Blog Box Round Corner --- */
.bg-light-gray {
	  border-radius: 10px;
}


/* --------- Footer --------- */

/* Footer padding */ 
.pofo-footer-bottom {
  padding-top: 0px;
	color: #a8a8a8 !important;
}

/* Footer signup header padding */ 
.footer-join-mailing-list {
		padding-left: 25%;
	}	

/* Footer signup btn padding */ 
.footer-signup-btn {
		padding-right: 50%;
	}	

/* Footer top padding above logo */ 
.padding-65px-top {
  padding-top: 40px;
}

/* Footer social icons */ 
#pofo_custom_text_widget-65 {
  text-align: right;
	padding-right: 31%
}

/* Footer logo side padding */ 
#pofo_custom_text_widget-53 {
  padding-left: 33%;
}

/* Footer bottom padding */ 
.padding-50px-tb {
  padding-bottom: 20px;
}

/* Footer bottom text side padding */ 
.footer-left-text {
  padding-left: 16.666%;
}
.footer-right-text {
  padding-right: 16.666%;
}

.footer-logo {
	max-height: 65px;
}

.logo-footer {
	display: inline;
}	

/* -------- Buttons -------- */

/* BUTTON: main nav round btn hover */ 
.btn.btn-transparent-white:hover {
  background: #6CD0FF;
	border-color: #6CD0FF;
	color: #000000 !important;
}

/* BUTTON: Hero banner round btn */ 
.pofo-slider10-1 a.first-btn {
  background: transparent;
	border-color: #ffffff;
	color: #ffffff;
}

/* BUTTON: Hero banner round btn hover */ 
.pofo-slider10-1 a.first-btn:hover {
  background: #6CD0FF;
	border-color: #6CD0FF;
	color: #000000;
}

/* BUTTON: round solid white */ 
.btn-round-solid-white {
  background: #ffffff;
}

/* BUTTON: round solid blue */ 
.btn-round-solid-blue {
  background: #6cd0ff !important;
}

/* BUTTON: radius 5px outline white */ 
.btn-radius-5px-outline-white {
  border-radius: 5px !important;
}

/* BUTTON: radius 5px solid white */ 
.btn-radius-5px-solid-white {
  border-radius: 5px !important;
}

/* BUTTON: radius 5px solid blue */ 
.btn-radius-5px-solid-blue {
  background: #6cd0ff !important;
	border-radius: 5px !important;
}

/* BUTTON: extra large */ 
.btn-extra-large {
  border-radius: 50px !important;
	margin-top: 30px;
}

/* --------- 404 --------- */

.pofo-404-content-bg {
	width: 800px;
}

.pofo-404-title {
	font-family: 'montserrat';
	font-size: 50px;
	font-weight: 700;
	line-height: 70px;
}

/* --------- Etc --------- */

/* ReCaptcha badge: Hide */ 
.grecaptcha-badge {
	visibility: hidden;
}

/* Scroll-top arrow */ 
.scroll-top-arrow:hover {
	background-color: #6cd0ff;
}


/* --------- Homepage --------- */

/* Home: Hero banner copy position
.slider-typography {
	width: 100%;		
	height: 100%;	
	position: absolute;	
	right: 0;
	left: 0;
	top: 5%;
}
*/

/* Home: Header top margin */
.admin-bar nav {
	margin-top: 0px;
}

/* Home: 'Header Button' sidebar button */
.btn.btn-rounded.btn-large {
	padding: 6px 30px;
}

/* Home: 'Header Button' sidebar button
.btn.btn-white:hover {
	background-color: #6CD0FF;
	color: #232323;
	border-color: #6CD0FF;	
}
*/

/* Home: Header padding 
section,.default-page-space {
	padding-top: 0;
} */

/* Home: Header Video */ 
.width-30 {
		width: 40% !important;
}
/*
.html-video {
		margin-top: 139px !important;
}
*/


.homepage-more-news {
	font-family: 'open sans';
	font-size: 16px;
	font-weight: 400;
	color: #a6a194;
	text-decoration: underline;
	padding: 0 0 40px 0;
	text-align: center;
}

.margin-40px-tb {
		margin-top: 0 !important;
}

/* Home: Header Video-News top padding 
.vc_custom_1646798132563 {
		padding-top:100px !important;
	}
*/

/* Home: Blog img */ 
img {
		width: 100%;
}


/* --------- Games --------- */

/* Games: BG image */ 
/*
.vc_custom_1650087047168 {
	background-image: url(https://oceandrive.studio/wp-content/uploads/2022/03/games-bg.jpg); 
	background-position: center top;
	background-repeat: no-repeat;
}
*/

/* Games: Header1 */ 
.games-header1 {
	font-family: 'Montserrat';
	font-size: 30px;
	font-weight: 700;
	line-height: 45px;
	margin-left: 20%;
	margin-right: 20%;
	text-align: center;
}

/* Games: Header2 */ 
.games-header2 {
	font-family: 'open sans';
	font-size: 18px;
	line-height: 30px;
	margin-left: 20%;
	margin-right: 20%;
	text-align: center;
	padding: 30px 0 0 0;
}

/* Games: Header3 */ 
.games-header3 {
	font-family: 'open sans';
	font-size: 15px;
	color: #b98144;
	line-height: 20px;
	margin-left: 25%;
	margin-right: 25%;
	text-align: center;
	padding: 30px 0 0 0;
}
.games-header4 {
	font-family: 'Montserrat';
	font-size: 40px;
	font-weight: 700;
	line-height: 45px;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
}
.games-header5 {
	font-family: 'Montserrat';
	font-size: 30px;
	font-weight: 700;
	line-height: 45px;
	margin-left: 20%;
	margin-right: 20%;
	text-align: center;
}
/* Games: Video Title */ 
.games-video-title {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 48px;
	color: #ffffff;
	line-height: 60px;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
}


/* --------- News --------- */

/* News Landing: Featured */
.margin-30px-right {
	margin-right: 70px;
	margin-left: 20px;
}

/* News Landing: Featured */
.margin-5px-bottom {
	margin-bottom: 10px;
}

/* News Landing: Featured
.margin-15px-bottom {
	margin-bottom: 30px;
}
*/

/* News Landing: Search boxes */
.sidebar .search-box .add-on input[type="text"] {
	border-radius: 0;
	font-size: 14px;
	line-height: normal;
	padding: 10px 5px 10px 10px;
	border-color: #666666;
	height: auto;	
	color: #d8d8d8;
	position: relative;
	z-index: 1;
	background-color: transparent;
}

/* News Landing: Search icon hover */
.sidebar .search-box .add-on .btn:hover i {
	color: #ffffff;	
}

/* --News Landing:Select boxes --*/
select {
	border: 1px solid #666666;
	font-size: 14px;
	line-height: normal;
	padding: 9px 15px;
	width: 100%;
	margin: 0 0 20px 0;	
	max-width: 100%;
	resize: none;
	color: #999999;
	background-color: transparent;
}

select:hover {
  border: 1px solid #333333;
	color: #ffffff;
	background-color: #333333;
}

select:not(:hover) {
  border: 1px solid #333333;
	color: #999999;
	background-color: #333333;
}

.pofo_font_1648205505340 {
  padding: 5px 0 5px 0;
}

/* News Featured: Round Corner */
img.vp-lazyloaded {
	border-radius: 10px;
}

/* News post title */
.pofo-single-post-title {
	text-size-adjust:50px;
	line-height: 60px;
}

/* News post meta & title position  
.page-title-content-wrap {
	padding-top: 130px;
} */

/* News post title meta text */
.pofo-single-post-title-breadcrumb-single {
	padding-bottom:10px !important;
}

/* News post width 900px */ 
.container {
	width: 900px;	!important;
}

/* News post hyperlink text color */ 
a, .blog-details-text a {
  color: #ffffff;	
}

/* News post hyperlink hover text color */ 
a:hover, .blog-details-text a:hover {
  color: #6CD0FF;	
}

/* News post social like/share color */ 
.pofo-post-detail-icon .blog-like {
  color: #d8d8d8;	
	border: 1px solid rgba (216,216,216,216,0.7);
}

/* News post bottom text color */ 
.text-extra-dark-gray {
  color: #d8d8d8;	
}

/* News Header Top Spacing */
.pofo-single-post-title-bg {
  margin-top: 100px !important;
}


/* ------- Press Kit ------- */
/* CHECK IN-PAGE CUSTOM CSS */ 


/* ----- Landing Page ----- */

/* Header text */ 
.landing-header-text {
  font-family: 'Vollkorn SC', serif;
	font-size: 70px;
	font-weight: 700;
}

/* Landing: Header1 */ 
.landing-header1 {
	font-family: 'Vollkorn SC';
	font-size: 51px;
	font-weight: 400;
	color: #d29350;
	line-height: 60px;
	padding-top: 120px;
	text-align: center;
	letter-spacing: -1px;
}

.landing-header2 {
	font-family: 'open sans';
	font-size: 20px;
	font-weight: bold;
	color: #cccac4;
	line-height: 30px;
	text-align: center;
	padding: 30px 0 0 0;
}
 
.landing-header3 {
	font-family: 'open sans';
	font-size: 18px;
	color: #cccac4;
	line-height: 30px;
	text-align: center;
	padding: 0 0 35px 0;
}

.landing-header4-media {
	font-family: 'Vollkorn SC';
	font-size: 100px;
	font-weight: 400;
	color: #21252b;
	line-height: 45px;
	padding: 150px 0 120px 0;
	text-align: center;
}

.landing-header5-homepage {
	font-family: 'open sans';
	font-size: 22px;
	font-weight: 600;
	color: #a6a194;
	padding: 80px 0 80px 0;
	text-align: center;
}

.landing-header6-available2 {
	font-family: 'Vollkorn SC';
	font-size: 55px;
	font-weight: 600;
	color: #ffffff;
	padding: 70px 0 40px 0;
	text-align: center;
}

.landing-media {
	text-align: center;
	padding: 0 15%;  
}

.landing-media-tab1 {
	text-align: center;
	padding: 0 5%;  
}

.landing-media-tab2 {
	text-align: center;
	padding: 0 5%;
	height: 1000px;
}

#pofotabitem-31666192619-1-69-0 {
	padding: 0 50px 200px 50px;
	text-align: center;
}

#pofotabitem-31666192619-2-1-1 {
	padding: 0 50px 200px 50px;
	text-align: center;
}

/* ------ Web Profile ------ */
/*.web-profile-ods-logo {
  width: 100px; 
	text-align: center;
}*/
.web-profile-header {
    font-size: 60px;
    font-family:'montserrat', sans-serif;
    line-height: 70px;
    font-weight: bold;
    color: #6CD0FF;
    padding: 100px 0 0 0;
    text-align: center;
}
.web-profile-sub-header {
    font-size: 28px;
    font-family:'montserrat', sans-serif;
    line-height: 30px;
    font-weight: 500;
    color: #D8D8D8;
    padding: 25px 0 90px 0;
    text-align: center;
}
.web-profile-main-btn {
   background-color: #27282d;
   margin: 0 35% 30px 35%;
   border-radius: 10px;
}
.web-profile-btn-text {
		font-size: 17px;
    font-family:'open sans', sans-serif;
    line-height: 20px;
    font-weight: 400;
    color: #999999;
    padding: 25px 0 25px 5px;
    text-align: left;
}
.web-profile-cta-btn {
		border: 1px solid !important;
		text-align: center;
    border-radius: 10px !important;
}	

/* ---- Category & Tags ---- */
/* Tag text */
.tagcloud a {
	color: #d8d8d8;
	font-size: 12px !important;
	text-transform: Capitalize;
	border-color: #666666;
	border-radius: 3px;
}
.tagcloud a:hover {
	background: #6CD0FF;
	color: #000000 !important;
	border: 1px solid #6CD0FF;
	
}
/* Page Title */
.pofo-page-title {
	color: #ffffff !important;
	padding-top: 80px;
	line-height: 50px !important; 
}
/* Left Padding to Thumb */
.margin-30px-right {
	margin-right: 30px;
}



/* ------ Media Query ------ */
/* ------ Media Query ------ */

/*- Media Query: XS mobile -*/ 
@media only screen and (max-width: 767px) {
.container {
    width: 375px;
  }
/* Mobile Global*/
html, body {
	width: 100%;	
	overflow-x: hidden;
}
.vc_row {
	margin-left: -15px;
	margin-right: -15px;
}
	
/* Mobile nav bar logo size */
header a.logo-light img, header a.logo-dark img {
	max-height:100px;
	max-width: 110px;
}	

/* ----- Mobile Menu ----- */ 
nav.mobile-menu.navbar.bootsnav .navbar-nav li {
	padding: 5px 0 5px 40px;
}
nav.navbar.bootsnav.no-full .navbar-collapse {
	max-height: 100vh;
	}
.navbar-nav > li > a > i {
	display: none;		
	}
header .navbar-nav > li.dropdown > i {
		font-size: 22px;
		padding: 25px 30px 8px 30px;
	}

/* Submenu: container & copy */
nav.navbar.bootsnav li.dropdown .mega-menu-full {
		width: 90%;
		border-radius: 5px;
		padding: 0 10px;
		background-color: rgba(210, 147, 80, 0);
	}	
nav.navbar.bootsnav li.dropdown .mega-menu-full > ul li a {
	color: #999999;
	padding: 0 0 5px 0;	
	text-transform: none;
	}

/* Submenu: LE */
#menu-item-31127 {
    padding: 15px 0 10px 5px;
}
/* Submenu: BP */
#menu-item-35372 {
    margin-left: 0px;
    padding: 0 10px 5px 5px;
}	
#menu-item-33308 {
    margin-left: 0px;
    padding: 0 10px 5px 5px;
}	
/* Submenu: LU */
#menu-item-33600 {
    margin-left: 0px;
    padding: 0 10px 5px 5px;
}
/* Submenu: MZ */
#menu-item-36045 {
    margin-left: 0px;
    padding: 0 10px 10px 5px;
}
/* Submenu: NG */
#menu-item-33601 {
    margin-left: 0px;
    padding: 0 10px 5px 5px;
}	
	
/* BT-Buy Now */
#menu-item-30278 {
	border-radius: 20px;
	margin: 20px 30px 20px 30px;
	padding: 0 10px 0 30px;
	background-color:#232323;
	}
/* 3 logos position */
#menu-item-30279 {
  padding: 0px 0 0px 0;
	margin: -10px;
	scale: .8;
}	
/* Footer signup header padding */ 
.footer-join-mailing-list {
		padding: 0 20px 0 20px;
	}	
/* Footer signup 'Receive...' text */ 
.text-medium {
	font-size: 15px;
	}	
/* Footer signup btn padding */ 
.footer-signup-btn {
		padding: 0;
	}	
/* Footer: Top padding above logo */ 
.padding-65px-top {
  padding-top: 10px;
}
/* Footer: top border line */
.border-top	{
	margin-top: -30px;		
}

/* Footer logo */ 
#pofo_custom_text_widget-53 {
  padding: 0 0 10px 0;
}	
	
/* Footer: Social icon position */ 
	#pofo_custom_text_widget-65 {
		text-align:center;
		padding: 0
	}

/* Footer: Sign Up Newsletter */ 
.xs-margin-30px-bottom {
		margin-bottom: 0px !important;
}
	
/* Footer: bottom padding after the social icons */ 
.padding-30px-bottom {
		padding-bottom: 0px !important;
}
	.sm-margin-30px-bottom {
		margin-bottom: 0px !important;
}

/* Footer bottom text side paddings */ 
.footer-left-text {
  padding: 0 40px;
}
.footer-right-text {
  padding: 20px 0;
}	
	
/* Games: BG image 
.page {
	background-image: url(https://oceandrive.studio/wp-content/uploads/2022/04/m-games-bg.jpg); 
	background-position: center 30px;
	background-repeat: no-repeat;
}
*/	
/* Games: Header1 */ 
.games-header1 {
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 700;
	line-height: 27px;
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
}

/* Games: Header2 */ 
.games-header2 {
	font-family: 'open sans';
	font-size: 17px;
	line-height: 25px;
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
	padding: 30px 0 0 0;
}

/* Games: Header3 */ 
.games-header3 {
	font-family: 'open sans';
	font-size: 15px;
	color: #b98144;
	line-height: 24px;
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
	padding: 30px 0 0 0;
}
.games-header4 {
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
}
.games-header5 {
	font-family: 'Montserrat';
	font-size: 15px;
	font-weight: 700;
	line-height: 25px;
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
}	
/* Games: Video Title */ 
.games-video-title {
	font-family: 'Montserrat';
	font-size: 40px;
	color: #ffffff;
	line-height: 45px;
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
}
/* Games: Steam & Epic logos */ 
.wpb_single_image.vc_align_right {
	text-align: center;
	padding: 0 0 20px 40px;	
	}
	
.wpb_single_image.vc_align_left {
	text-align: center;
	padding: 0 40px 0 0;
	}
	
/* News Landing: Filter menu padding*/ 
.widget_categories {
		padding-top:20px; 	
	}
.widget_archive {
		padding-top:20px;
	}
	
/* News Landing: Featured News */ 
.margin-30px-right {
		margin:0;
	}
	
/* News Landing: Featured News top padding*/ 
.vc_custom_1645753093608 {
		padding-top:50px;
	}
	
/* News Landing: Featured News padding*/ 
.pofo-blog-list {
		padding:0 20px 0 20px;
	}
	
/* News Post: Title*/ 
.pofo-single-post-title {
		text-size-adjust: 40px !important;
		line-height: 40px !important;
	}
	
/* News Post: Title*/ 
.page-title-content-wrap {
		padding: 0 20px;
	}

/* News Header Top Spacing */
.pofo-single-post-title-bg {
  margin-top: 80px !important;
}

	
/* News post meta & title position */
/*.page-title-content-wrap {
	padding-top: 80px;
}*/
	
/* About */
.team-member-position {
	padding-bottom: 40px;
}	
	
/* 404 */
.pofo-404-content-bg {
	width:375px;
}		
.pofo-404-title {
	font-size:30px;
	line-height: 40px;
	padding: 50px 0 30px 0;	
}	
.input-group-404 input {
	height: 50px;	
}
.input-group-btn .btn.btn-large {
	height: 50px;	
}		
	
.logo-footer {
		display: inline;
	}	

/* ------ Web Profile ------ */
.web-profile-ods-logo {
  width: 75px !important; 
	margin-left: 39%;
}
.web-profile-header {
    font-size: 44px;
    font-family:'montserrat', sans-serif;
    line-height: 50px;
    font-weight: bold;
    color: #6CD0FF;
    padding: 80px 0 0 0;
    text-align: center;
}
.web-profile-sub-header {
    font-size: 20px;
    font-family:'montserrat', sans-serif;
    line-height: 30px;
    font-weight: 500;
    color: #D8D8D8;
    padding: 15px 0 50px 0;
    text-align: center;
}
.web-profile-main-btn {
   background-color: #27282d;
   margin: 0 0 20px 0;
   border-radius: 10px;
}
.web-profile-btn-text {
		font-size: 14px;
    font-family:'open sans', sans-serif;
    line-height: 20px;
    font-weight: 400;
    color: #999999;
    padding: 20px 0 20px 15px;
    text-align: left;
}	
.web-profile-bottom-ctg {
		text-align: center;
}
.web-profile-cta-logo {
		width: 210px;
		margin-top: 70px !important;
    margin-left: 18%;
}
.web-profile-cta-btn {
		border: 1px solid !important;
		text-align: center;
		border-radius: 10px !important;
		margin: 20px 0 60px 0 !important;
}	
	
/*.footer-logo .logo-footer {
		display: none;
	}	*/
	
}

/* Mobile menu - Steam & Epic logo */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) 
.logo-footer {
		display: inline;
	}	
}

/* Mobile footer - ODS logo
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) 
.logo-footer-retina {
		display: none;
	}	
}*/
	