/* overwrite CSS for the theme - for the test purposes */

hr { 
    margin-top: 1rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

sup { vertical-align: super; font-size: 0.8em; }

.pdxred { color: #d22222; font-weight: bold; }
.pdxgreen { color: #1aa85b; font-weight: bold; }
.pdxblue { color: #2f78c3; font-weight: bold; }
.pdxyellow { color: #d7b640; font-weight: bold; }

.main-hero { height: 770px; }

.breadcrumbs-wrap { margin-bottom: 15px; }

.main-footer .top-content .content-info .custom-logo-link img { width: 140px; }

.what-is-wrap { margin-bottom: 60px; }
.what-is-wrap>div .what-is-wrap-text p { color: #fff; font-size: 20px; line-height: 28px; }
.what-is-wrap>div { background-image: none; }
.what-is-homepage {     
    padding: 30px 20px;
    /* background: url('https://guidestrats.com/wp-content/themes/guide-strats/images/what-is-section-background.jpg'); */
    background: url(https://guidestrats.com/images/static/guide-strats-circuit.png);
    background-repeat: repeat;
    background-color: rgba(21, 24, 30, 0.85);
    background-blend-mode: darken;
}

.popular-games-wrap { margin-top: 0; margin-bottom: 0; padding: 120px 30px; }
.popular-games-wrap .popular-games-list { justify-content: initial; }

.main-header .main-header-buttons .default-button { padding: 10px 15px; }
.default-button:hover, div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background: #ff627e;
}

.main-header .main-header-nav #primary-menu a { color: #fff; }

.how-we-work-wrap { margin-bottom: 0; padding: 120px 30px; }
.how-we-work-wrap .how-we-work-items>div .how-we-work-text { background: inherit; }

.two-col-wrap .col-main-content .folder-links-wrap { margin-top: 80px; margin-bottom: 50px; }
.two-col-wrap .col-main-content .folder-links-wrap a { text-decoration: none; }

.page-text-header h1 { font-size: 48px; line-height: 1.15em; color: #444; }

.single-page-wrap .two-col-wrap .col-main-content h3, .single-page-wrap .two-col-wrap .col-main-content h4, .single-page-wrap .two-col-wrap .col-main-content h5, .single-page-wrap .two-col-wrap .col-main-content h6 {
    max-width: 100%;
}

.two-col-wrap .col-main-content p { margin-bottom: 35px; line-height: 1.6em; }

.two-col-wrap .col-main-content ul, .two-col-wrap .col-main-content ol {
	width: 100%;
    max-width: 630px;
    margin: auto;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6em;
    color: #515151;
	padding-left: 30px;
}

.two-col-wrap .col-main-content ul.margin15 li, .two-col-wrap .col-main-content ol.margin15 li {
	margin-bottom: 15px;
}

.two-col-wrap .col-main-content ol { list-style-type: decimal; }
.two-col-wrap .col-main-content ol > li::marker { font-weight: bold; }
.two-col-wrap .col-main-content ol > li { margin-bottom: 15px; }

.two-col-wrap .col-main-content ul { list-style: square; }
.two-col-wrap .col-main-content ul li { margin-bottom: 5px; }

.two-col-wrap .col-main-content .folder-links-wrap .links ul, .two-col-wrap .col-main-content .folder-links-wrap .links ol { list-style: none; padding-left: 0; margin: 0; max-width: 100%; }
.two-col-wrap .col-main-content .folder-links-wrap .links ul li { margin-bottom: 0; }

.two-col-wrap .col-main-content h2 { font-size: 33px; border-bottom: 1px solid #c1c1c1; padding-bottom: 4px; padding-top: 18px; }
.two-col-wrap .col-main-content h3 { font-size: 28px; padding-top: 10px; }
.two-col-wrap .col-main-content h4 { font-size: 26px; padding-top: 8px; color: #494949; }
.two-col-wrap .col-main-content h5 { font-size: 24px; color: #494949; }
.two-col-wrap .col-main-content h6 { font-size: 20px; color: #494949; text-transform: uppercase; border-bottom: 1px solid #c1c1c1; }

.two-col-wrap .col-main-content h2, .two-col-wrap .col-main-content h3 { line-height: 1.35em; }

.two-col-wrap .col-main-content h4, .two-col-wrap .col-main-content h5, .two-col-wrap .col-main-content h6 {
	width: 100%;
    max-width: 630px;
    margin: auto;
    margin-bottom: 20px;
}

.two-col-wrap .col-main-content blockquote.quote {
    border: 1px solid rgba(222, 226, 230, 0.54);
    border-left: 0.5rem solid #7bb5f2;
    color: #6c757d;
    font-style: italic;
    line-height: 1.6em;
    padding: 4rem 1.5rem;
    width: 100%;
	margin-bottom: 35px;
}

.two-col-wrap .col-main-content kbd {
	padding: 0.2rem 0.4rem;
    font-size: 90%;
	background: #fdfdfd;
    color: #484848;
    border: 1px solid #eaecf0;
	border-radius: 0.2rem;
}
.two-col-wrap .col-main-content figure { max-width: 100%; margin-bottom: 50px; margin-top: 10px; }
.two-col-wrap .col-main-content figure figcaption { font-size: 15px; color: #6d6d73; max-width: inherit; }
.two-col-wrap .col-main-content figure img { margin-bottom: 4px; width: auto; max-width: 100%; }

.two-col-wrap .col-main-content figure.centerme img { margin: 0 auto; }
.two-col-wrap .col-main-content figure.centerme figcaption { text-align: center; }

.two-col-wrap .col-main-content>img:first-of-type { margin-bottom: unset; }
.two-col-wrap .col-main-content > img.post-cover-image { margin-bottom: 20px; }

.two-col-wrap .col-main-content blockquote.basic {
	line-height: 40px;
    margin: 40px 0;
    padding: 20px 0;
    padding-top: 50px;
    color: #484848;
    background: #fbfbfb;
    border: 1px solid #eaecf0;
}

.page-text-header .text-content .page-text-header-author { font-size: 15px; }
.two-col-wrap .col-main-content .guide-author-info h4 { margin-bottom: 0px; }
.page-text-header .text-content .page-text-header-author a { color: #515151; }

.two-col-wrap .col-main-content .guide-page-author .guide-author-info p { margin-bottom: 5px; }
.two-col-wrap .col-main-content .guide-page-author .guide-author-info .writer-more-link a { color: #4484e3; text-decoration: none; }

.authors-list-wrap .one-author .author-info h2 { border-bottom: 0; }
.two-col-wrap .col-main-content .guides-wrap a .one-guide-info h2 { border-bottom: 0; }

/* test blue links in content */
.two-col-wrap .col-main-content p a, .two-col-wrap .col-main-content ol a, .two-col-wrap .col-main-content ul a, .two-col-wrap .col-main-content figcaption a, .two-col-wrap .col-main-content blockquote a, .two-col-wrap .col-main-content table a { color: #4484e3; text-decoration: none; border-bottom: 1px solid #4484e3; }

.single-author-wrap .page-text-header p a { color: #0f3a7a; text-decoration: underline; }


/** Table Fixes **/
.two-col-wrap .col-main-content table { 
	width: 100%;
 	border: 1px solid rgba(81,81,81,.1);
	margin-bottom: 35px;
}

.two-col-wrap .col-main-content figure > table {
	margin-bottom: 10px;
}

.two-col-wrap .col-main-content table th {
	padding: 10px 20px;
	font-size: 16px;
    font-weight: 700;
    line-height: 1.45em;
    color: #515151;
    border: 1px solid rgba(81,81,81,.1);
    vertical-align: middle;
	text-align: left;
}

.two-col-wrap .col-main-content table td {
	padding: 15px 20px;
    border: 1px solid rgba(81,81,81,.1);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45em;
    color: #515151;	
}

.two-col-wrap .col-main-content table td ul li, .two-col-wrap .col-main-content table td ol li { font-size: 16px; line-height: 1.45em; margin-bottom: 8px; }

.two-col-wrap .col-main-content table.eqltwo td, .two-col-wrap .col-main-content table.eqltwo th { width: 50%; }
.two-col-wrap .col-main-content table.eqlthree td, .two-col-wrap .col-main-content table.eqlthree th { width: 33%; }
.two-col-wrap .col-main-content table.eqlfour td, .two-col-wrap .col-main-content table.eqlfour th { width: 25%; }

.two-col-wrap .col-main-content table.widesecond td, .two-col-wrap .col-main-content table.widesecond th { width: 30%; }
.two-col-wrap .col-main-content table.widesecond td:last-child, .two-col-wrap .col-main-content table.widesecond th:last-child { width: 70%; }

.two-col-wrap .col-main-content table.widefirst2col td, .two-col-wrap .col-main-content table.widefirst2col th { width: 70%; }
.two-col-wrap .col-main-content table.widefirst2col td:last-child, .two-col-wrap .col-main-content table.widefirst2col th:last-child { width: 30%; }

.two-col-wrap .col-main-content table.widefirst2col td, .two-col-wrap .col-main-content table.widefirst2col th { width: 70%; }
.two-col-wrap .col-main-content table.widefirst2col td:last-child, .two-col-wrap .col-main-content table.widefirst2col th:last-child { width: 30%; }

.two-col-wrap .col-main-content table.widethird td, .two-col-wrap .col-main-content table.widethird th { width: 25%; }
.two-col-wrap .col-main-content table.widethird td:last-child, .two-col-wrap .col-main-content table.widethird th:last-child { width: 50%; }

.two-col-wrap .col-main-content table p { font-size: 16px; line-height: 1.5em; max-width: inherit; margin-bottom: 22px; }
.two-col-wrap .col-main-content table p:last-of-type { margin-bottom: 4px; }

.two-col-wrap .col-main-content table tr td ul:last-of-type, .two-col-wrap .col-main-content table tr td ol:last-of-type { margin-bottom: 3px; }

.two-col-wrap .col-main-content table.center th, .two-col-wrap .col-main-content table.center td { text-align: center; }
.two-col-wrap .col-main-content table.centerhead th { text-align: center; }
.two-col-wrap .col-main-content table th.center, .two-col-wrap .col-main-content table td.center { text-align: center; }

.two-col-wrap .col-main-content table.grey th { background: #f6f6f6; }
.two-col-wrap .col-main-content table tbody.aligntop td { vertical-align: top; }
.two-col-wrap .col-main-content table.aligntop thead th, .two-col-wrap .col-main-content table.aligntop tbody td, .two-col-wrap .col-main-content table.aligntop tbody th { vertical-align: top; }
.two-col-wrap .col-main-content table.centerimg tr td img { margin: 0 auto; }


.two-col-wrap .col-main-content table th.tableheader { font-size: 20px; }

.two-col-wrap .col-main-content table th.darkgrey { background-color: #e1e1e1; }

.two-col-wrap .col-main-content table.zebra tbody tr:nth-child(even) {
	background: #fafafa;
}

.two-col-wrap .col-main-content .table-wrap table { margin-bottom: 0; }
.two-col-wrap .col-main-content .table-scroll-guide {
	font-size: 12px;
    font-weight: 600;
    color: #515151;
}

.two-col-wrap .col-main-content table td[rowspan], .two-col-wrap .col-main-content table th[rowspan] { vertical-align: middle; }

.two-col-wrap .col-main-content .page-text-header { margin-bottom: 20px; }
.single-page-wrap .page-text-header { margin-bottom: 30px; }

.table-wrap::-webkit-scrollbar{ width: 6px; }

/* Support nested tables inside a td element */
.two-col-wrap .col-main-content table tr td table { margin: 0; }


/** Style updates for fullwidth blog pages **/
.post-template-single-full-width .col-main-content {
    width: 100%;
    max-width: 100%;
}

.post-template-single-full-width .two-col-wrap .col-main-content p, .post-template-single-full-width .two-col-wrap .col-main-content h2, .post-template-single-full-width .two-col-wrap .col-main-content h3, .post-template-single-full-width .two-col-wrap .col-main-content h4, .post-template-single-full-width .two-col-wrap .col-main-content h5, .post-template-single-full-width .two-col-wrap .col-main-content h6, .post-template-single-full-width .two-col-wrap .col-main-content ul, .post-template-single-full-width .two-col-wrap .col-main-content ol { max-width: 800px; }

.post-template-single-full-width .two-col-wrap .col-main-content figure { max-width:800px; margin: 0 auto; margin-bottom: 50px; }

.post-template-single-full-width .two-col-wrap .col-main-content .guide-author-info h4 { max-width: 100%; }

/** Various table styles & sizings **/
.two-col-wrap .col-main-content table.width10-35-35-20 th:nth-child(1), .two-col-wrap .col-main-content table.width10-35-35-20 td:nth-child(1) { width:10%; }
.two-col-wrap .col-main-content table.width10-35-35-20 th:nth-child(2), .two-col-wrap .col-main-content table.width10-35-35-20 td:nth-child(2) { width:35%; }
.two-col-wrap .col-main-content table.width10-35-35-20 th:nth-child(3), .two-col-wrap .col-main-content table.width10-35-35-20 td:nth-child(3) { width:35%; }
.two-col-wrap .col-main-content table.width10-35-35-20 th:nth-child(4), .two-col-wrap .col-main-content table.width10-35-35-20 td:nth-child(4) { width:20%; }

/** Game nav pages **/
.guide-type-wrap .noticebox {
    background: rgba(186, 208, 228, .25);
    padding: 8px;
    border-left: 4px solid #596a98;
    margin-top: -10px;
    margin-bottom: 20px;
}

.guide-type-wrap .guide-game-navlinks ul {
    list-style-type: square;
	margin-bottom: 20px;
    margin-left: 15px;
}

.guide-type-wrap .guide-game-navlinks ul li { color: #515151; }

.guide-type-wrap .guide-game-navlinks ul li::marker {
    color: #555;
}

.guide-type-wrap .guide-game-navlinks ul li a {
    color: #4484e3;
    text-decoration: underline;
}

/* Test tweaks to hover effects */
.aside-popular-games-wrap .aside-items-list a:hover h5 { color: #383838; }

.two-col-wrap .col-main-content .folder-links-wrap .links ol>li a, .two-col-wrap .col-main-content .folder-links-wrap .links ul>li a, .two-col-wrap .col-main-content .folder-links-wrap .links ul li ul li a { border-bottom: 0; }
.two-col-wrap .col-main-content .folder-links-wrap .links ol>li a:hover, .two-col-wrap .col-main-content .folder-links-wrap .links ul>li a:hover { color: #383838; border-bottom: 0; }

/* Games listing page tests */
.games-links-wrap a .game-link-info .game-link-image { width: 75px; height: 75px; }

.games-wrap, .guide-type-list-wrap, .guide-type-wrap, .single-page-wrap { padding-top: 30px; }

/* table of contents tweaks */
.two-col-wrap .col-main-content .contents-links-wrap .links ul { padding-left: 0; max-width: 100%; margin-bottom: 10px; }
.two-col-wrap .col-main-content .contents-links-wrap .links ul > li { list-style-type: none; }

.two-col-wrap .col-main-content .contents-links-wrap .links { /* background: #fbfdff; */ }

.two-col-wrap .col-main-content .contents-links-wrap .links ul>li:before { content: unset; }
.two-col-wrap .col-main-content .contents-links-wrap .links ul>li ul li:before { color: #818181; left: 12px; content: unset; }

.two-col-wrap .col-main-content .contents-links-wrap .links ul li ul li a, .two-col-wrap .col-main-content .contents-links-wrap .links ul li ul li ul li a { text-decoration: none;  border-bottom: 0; }
.two-col-wrap .col-main-content .contents-links-wrap .links ul li ul, .two-col-wrap .col-main-content .contents-links-wrap .links ul li ul li ul { margin-bottom: 0; }

.two-col-wrap .col-main-content .contents-links-wrap .links ul>li a { padding-left: 10px; font-size: 17px; text-decoration: none; border-bottom: 0; }
.two-col-wrap .col-main-content .contents-links-wrap .links ul>li ul li a { padding-left: 40px; padding-top: 5px; padding-bottom: 5px; }

.two-col-wrap .col-main-content .contents-links-wrap .links ul>li a:hover { color: #4484e3; }


/*Mediavine Spacing--------*/
.content_mobile_wrapper, .recipe_mobile_wrapper, .comments_mobile_wrapper, .comments_btf_wrapper, .comments_mobile_wrapper, .content_btf_wrapper, .feed_mobile_wrapper, .feed_btf_wrapper {
	margin-bottom: 100px !important;
    margin-top: 100px !important;
}

.mv-ad-box {
	margin-top: 75px !important;	
	margin-bottom: 75px !important;
	background-color: #fff !important;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}

.mv-ad-box:before {
	letter-spacing: 0 !important;
	font-size: 10px !important;
}

.mv-ad-box .rail-frame, .mv-ad-box .mv-rail-frame, .mv-ad-box .mv-rail-frame-400, .mv-ad-box .mv-rail-frame-440 {	background-color: #fff !important; }
.mv-ad-box .adunitwrapper.mv-native-size { background-color: #fff !important; }

/*
 * This adds my own manual text above MV blocks
 * If we enable MV's custom text, hide this block
.content .adunitwrapper:before {
    content: "ADVERTISEMENT";
    font-size: 10px;
    color: #bcbfc5;
}
*/

/*--------End Mediavine Spacing*/



/** Custom Back-to-Game Box styles **/
.two-col-wrap .col-main-content .back-to-game-link a { 
	display:flex;
	width:100%;
	align-items:stretch;
	flex-wrap:wrap;
	border:1px solid #E2E2E2; 
}

.two-col-wrap .col-main-content .back-to-game-link__arrow{
	width:90px;
	background-color:#FBFBFB;
	background-image:url('../images/back-to-game-link-arrow.svg');
	background-size:26px 8px;
	background-position:center;
	background-repeat:no-repeat;
	border-right:1px solid #E2E2E2;
}

.two-col-wrap .col-main-content .back-to-game-link__info { flex:1; display:flex; align-items:center; padding:10px 15px; flex-wrap:wrap; }

.two-col-wrap .col-main-content .back-to-game-link__info__image { 
	width:70px;
	height:70px;
	box-shadow:0 4px 30px rgba(0,0,0,.1);
	border-radius:10px;
	position:relative;
	overflow:hidden;
	margin-right:15px;
}

.two-col-wrap .col-main-content .back-to-game-link__info__image img { 
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center; 
}
.two-col-wrap .col-main-content .back-to-game-link__info__text {
	color:#515151;
	font-size:16px;
	line-height:1.375em;
	font-weight:700;
	flex:1;
}

.two-col-wrap .col-main-content .back-to-game-link__info__text strong { 
	display:block;
	font-weight:700;
	font-size:11px;
	line-height:1.36em;
	text-transform:uppercase;
	color:rgba(81,81,81,.5);
}


/* Walkthrough Pagination */
.row-walkthrough-nav {
	display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}


.row-walkthrough-nav .col-6 {
    flex: 0 0 auto;
    width: 50%;
    /*width: 100%;*/
}


.row-walkthrough-nav p.text-end {
    text-align: right;
}

/* YARPP tweaks */

/* YARPP styles for full-size containers for each article 
.yarpp-thumbnails-horizontal .yarpp-thumbnail { display: block; margin-bottom: 50px; }
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title { font-family: 'Poppins',sans-serif; color: #515151; font-weight: bold; font-size: 36px; line-height: 1.2em; }
***/

.related-posts-container { padding-top: 15px; }

.two-col-wrap .related-posts-container .yarpp h3 { margin: unset; margin-bottom: 15px; max-width: unset; text-align: center; }

.yarpp-thumbnails-horizontal { display: flex; flex-flow: row wrap; }

.yarpp-thumbnails-horizontal .yarpp-thumbnail { 
	margin-bottom: 50px; 
	display: flex; 
	flex-direction: column;
	flex-basis: 100%;
    flex: 50%; 
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    font-family: 'Poppins',sans-serif;
    color: #515151;
    font-size: 22px;
    line-height: 1.2em;
}

.yarpp-thumbnail img { 
	width: 100%;
    height: auto;
    display: block;
    margin-bottom: 8px; 
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail:nth-child(odd) { padding-right: 10px; }
.yarpp-thumbnails-horizontal .yarpp-thumbnail:nth-child(even) { padding-left: 10px; }

/* Custom infobox styles for walkthroughs */
.two-col-wrap .col-main-content .infobox {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 45px;
}

.two-col-wrap .col-main-content .infobox header {
    text-align: center;
}

.two-col-wrap .col-main-content .infobox header figure { margin-bottom: 10px; }
.two-col-wrap .col-main-content .infobox header figure img { margin: 0 auto; }


/* table of contents icon change */
.two-col-wrap .col-main-content .contents-links-wrap .links-title:before { width: 0; height: 0; display: unset; background-image: none; margin-right: 0; }
.two-col-wrap .col-main-content .contents-links-wrap .links-title i.fa, .two-col-wrap .col-main-content .contents-links-wrap .links-title i.fas { margin-right:10px; }

@media only screen and (max-width: 1200px) {
	.table-wrap { border: 0; }
}

@media only screen and (max-width: 1024px) {
	.page-text-header h1 { font-size: 40px; }
	.games-wrap, .guide-type-list-wrap, .guide-type-wrap, .single-page-wrap { padding: 10px; padding-top: 40px; }
	
    .two-col-wrap .col-main-content ul, .two-col-wrap .col-main-content ol {
        font-size: 18px;
        line-height: 1.5em;
    }
    .two-col-wrap .col-main-content ul li, .two-col-wrap .col-main-content ol li {
        margin-bottom: 10px;
    }
	
	.two-col-wrap .col-main-content figure img { margin: auto; margin-bottom: 4px; }
	.two-col-wrap .col-main-content figure figcaption { text-align: center;  }
	
	h1, h2, h3, h4, h5, h6 { font-family: 'Poppins', sans-serif; }
}

@media only screen and (max-width: 800px) {
	.two-col-wrap .col-main-content figure img { margin: unset; margin-bottom: 4px; }
	.two-col-wrap .col-main-content figure figcaption { text-align: left;  }
	
	.two-col-wrap .col-main-content figure.centerme img { margin: 0 auto; }
	.two-col-wrap .col-main-content figure.centerme figcaption { text-align: center; }
	
	.two-col-wrap .col-main-content h2 { font-size: 30px; }
	
	.games-wrap, .guide-type-list-wrap, .guide-type-wrap, .single-page-wrap { padding-top: 20px; }
}

@media screen and (max-width: 660px) {
	.yarpp-thumbnails-horizontal .yarpp-thumbnail { flex: 100%; }
	.yarpp-thumbnails-horizontal .yarpp-thumbnail:nth-child(odd), .yarpp-thumbnails-horizontal .yarpp-thumbnail:nth-child(even) { padding: 0; }
	.yarpp-thumbnails-horizontal .yarpp-thumbnail-title { font-size: 27px; }
}

@media only screen and (max-width: 560px) {
	.main-hero { height: 500px; }
	
	.page-text-header h1 { font-size: 36px; }
	
	.guide-type-wrap .page-text-header .image-content { width: 100px; height: 100px; }
	
	.two-col-wrap .col-main-content .back-to-game-link__arrow { width:50px; background-size:22px 6px; }
	.two-col-wrap .col-main-content .back-to-game-link__info { padding:10px; }
	.two-col-wrap .col-main-content .back-to-game-link__info__image { margin-right:10px; }
}

@media only screen and (max-width: 420px) {
	.two-col-wrap .col-main-content p { font-size: 18px; }
	
	.page-text-header h1 { font-size: 33px; }
	
	.breadcrumbs-wrap ul li { font-size: 14px; }
	
	
	.two-col-wrap .col-main-content .back-to-game-link__info { flex-direction:column; align-items:flex-start; }
	.two-col-wrap .col-main-content .back-to-game-link__info__text { text-align: center; }
	.two-col-wrap .col-main-content .back-to-game-link__info__text strong { margin-bottom: 8px; }
	.two-col-wrap .col-main-content .back-to-game-link__info__image { /*margin-right:0; margin-bottom:10px;*/ margin: 0 auto; }
}


