/*
Theme Name: CGR-Remix-2026-05-23-v1
Author: KKairos, Catoons, SpicyFoodHiccups, Deas227, michael.olenchuk
Description: Theme for Catholic Game Reviews
Version: CGR-Remix-2026-05-23-v1
*/

body {background:#ffd703; font-family:'Nunito Sans', sans-serif; font-size:16px; font-weight:500; margin:auto; line-height:1.5;}
img {margin-left:auto; margin-right:auto; padding-right:0px; padding-left:0px;max-width:100%;height:auto;}
div {display:block;}

a {color:#000000; text-decoration:none; font-family: Outfit}
a.on-dark {color:#ffeecc;}

p {margin-top:24px; margin-bottom:24px; line-height:1.5;}

/* Make all links within post body blue */
.post-content a {
  color: #0693E3;
}

/* Ensure visited links appear darker blue*/
.post-content a:visited {
  color: blue;
}

/* only 1 result */

.cli_stye {
width: 100%; 
 height: auto; 
 background-color: rgb(255, 255, 255); 
 color: rgb(51, 51, 51); 
 font-family: inherit; 
 border-color: rgb(51, 51, 51); 
}

.menufloat {
	position:sticky;
	top:0px;
	background:#ffffff;
	z-index:1000;
}

.menuseparator {
	background:#000000;
	height:5px;
	width:100%;
}

.menuseparator-hidden {
	background:#000000;
	height:5px;
	width:100%;
	display:none;
}

.header-bar-general {
	font-size:18px;
	background:#ffffff;
}

.header-bar-section-home {
	height:60px;
	width:18%;
	position:relative;
	display:inline-block;
	float:left;
	font-weight:bold;
}

.header-bar-section-search {
	height:60px;
	width:12%;
	position:relative;
	display:inline-block;
	float:right;
}


.header-bar-section-videos {
	height:60px;
	width:14%;
	position:relative;
	display:inline-block;
	float:left;
}

.header-bar-section-articles {
	height:60px;
	width:14%;
	position:relative;
	display:inline-block;
	float:left;
}

.header-bar-section-reviews {
	height:60px;
	width:14%;
	position:relative;
	display:inline-block;
	float:left;
}

.header-bar-section-donate {
	height:60px;
	width:14%;
	position:relative;
	display:inline-block;
	float:left;
}

.header-bar-section-contact {
	height:60px;
	width:14%;
	position:relative;
	display:inline-block;
	background:#fbfbfb;
	float:left;
	font-size:14px;
}

.header-bar-image {
	height:60px;
	width:auto;
}

.dropdown-header {
	position:relative;
	display:inline-block;
	width:18%;
	height:25px;
	background:#ffd703;
	float:left;
	}
	
.dropdown-header-reviews-sub {
	position:relative;
	display:inline-block;
	width:50%;
	height:25px;
	background:#ffd703;
	float:left;
	}
	
.dropdown-button {
	background:#ffffff;
	color:#000000;
	width:100%;
	border:none;
	font-size:17px;
	text-align:center;
	height:60px;
	font-family:'Outfit';
	font-stretch: semi-condensed;
	font-weight:500;
	}

.dropdown-button-contact {
	background:#ffffff;
	color:#000000;
	width:100%;
	border:none;
	font-size:17px;
	text-align:center;
	height:60px;
	font-family:'Outfit';
	font-stretch: semi-condensed;
	font-weight:500;
	}

.header-bar-section-home:hover .dropdown-button-half {text-decoration:underline; text-decoration-color:#C8B031;}
.header-bar-section-search:hover .dropdown-button {text-decoration:underline; text-decoration-color:#C8B031;}
.header-bar-section-videos:hover .dropdown-button {text-decoration:underline; text-decoration-color:#C8B031;}
.header-bar-section-articles:hover .dropdown-button {text-decoration:underline; text-decoration-color:#C8B031;}
.header-bar-section-reviews:hover .dropdown-button {text-decoration:underline; text-decoration-color:#C8B031;}
.header-bar-section-donate:hover .dropdown-button {text-decoration:underline; text-decoration-color:#C8B031;}
.header-bar-section-contact:hover .dropdown-button-contact {text-decoration:underline; text-decoration-color:#C8B031;}

.header-bar-section-reviews-dropdown-content {
	position:absolute;
	background: #ffee33;
	width:200%;
	overflow:visible;
	display:none;
	}
	
.below-header-bar-section-search-form-separator {
	background:#c0c0c0;
	height:2px;
	width:100%;
	display:none;
	}

.below-header-bar-section-search-form {
	background:#ffffff;
	min-width:728px;
	width:55%;
	max-width:1198px;
	width:98%;
	margin:auto;
	display:none;
	}
	
.below-header-bar-section {
	background: #ffd703;
	min-width:728px;
	width:55%;
	max-width:1198px;
	width:98%;
	margin:auto;
	display:none;
	border-top:2px solid #ffffff;
	}

.header-bar-section-articles-dropdown-content {
	position:absolute;
	background: #ffee33;
	width:200%;
	border-color:#000000;
	border-width:2px;
	border-style:solid;
	overflow:visible;
	display:none;
	}
	
.header-bar-section-reviews:hover .header-bar-section-reviews-dropdown-content {display:block;}
.header-bar-section-articles:hover .header-bar-section-articles-dropdown-content {display:block;}

.dropdown-content-reviews-sub-platform {
	display:none;
	position:absolute;
	background: #ffffff;
	width:calc(200% - 1px);
	border-color:#000000;
	border-width:2px;
	border-style:none solid solid solid;
	z-index:1000;
	}
	
.dropdown-content-reviews-sub-genre {
	display:none;
	position:absolute;
	background: #ffffff;
	width:calc(200% - 1px);
	left:-100%;
	border-color:#000000;
	border-width:2px;
	border-style:none solid solid solid;
	z-index:1000;
	overflow:auto scroll;
	max-height:75vh;
	}
	
.dropdown-header-reviews-sub:hover .dropdown-content-reviews-sub-platform {display:block;}
.dropdown-header-reviews-sub:hover .dropdown-content-reviews-sub-genre {display:block;}

.dropdown-button-popup {
	background:#ffffff;
	color:#000000;
	width:calc(100% + 2.5px);
	border:2px;
	border-color:#000000;
	border-style:solid;
	font-size:16px;
	text-align:center;
	height:35px;
	font-family:'Outfit';
	font-stretch: semi-condensed;
	font-weight: 400;
	}

.dropdown-button-popup:hover {
text-decoration: underline;
text-decoration-color: #C8B031;
        }
	
.dropdown-content-button {
	background:#ffffff;
	color:#000000;
	width:100%;
	border:none;
	font-size:16px;
	text-align:center;
	height:30px;
	font-family:'Outfit';
	font-stretch: semi-condensed;
	font-weight: 400;
	}
	
.dropdown-content-button-search {
	background:#ffffff;
	color:#000000;
	width:100%;
	border:none;
	font-size:16px;
	height:100%;
	text-align:center;
	font-family:'Outfit';
	font-stretch: semi-condensed;
	font-weight: bold;
	}

.dropdown-content-button-div {
	}
	
.dropdown-content-button-text {
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	}

.dropdown-content-button-div:hover .dropdown-content-button {background:#dddddd;}

.search-form-right:hover .dropdown-content-button-search {background:#dddddd;}

.text-not-on-mobile {
	display:inline;
	}

.text-only-on-mobile {
	display:none;
	}

.block-only-on-mobile {
	display:none;
	}

.CANDisplayAD {
	margin-left:auto;
	margin-right:auto;
	}

.search-form-left {float:left; width:75%;}
.search-form-right {float:right; width:25%;}

form {display:inline;margin-bottom:0px;margin-top:0px;}

.form-noborder {
	height:100%;
	font-size:20px;
	border:none;
	padding:auto;
	padding-left:10px;
	}

#search-form-top: {float:none;display:inline;}
#search {margin:auto;padding:auto;height:100%;width:100%;}

#commentform {float:none;}

input {padding:0px;margin:0px;}

a.aheader {font-weight:bold; color:#000000; text-decoration:none;}

.post-title {font-weight:700; color:#000000; font-size:130%; text-decoration:none; font-family:'Outfit', sans-serif;}

form {text-align:left; margin-right:auto;}

.span-left {float:left;}
.span-right {float:right;}
.div-20 {min-height:1px; width:20%;float:left;display:block;}
.div-20-text {min-height:5px;width:100%;display:block;}
.div-30 {min-height:1px; width:30%;float:left;display:block;}
.div-30-text {min-height:5px;width:100%;display:block;}
.div-40 {min-height:1px; width:40%;float:left;display:block;}
.div-40-text {min-height:5px; font-weight:600; font-family:Bahnschrift; width:100%; display:block;}
.float-clear {clear:both;}

.menuwrap {
	background:#ffffff;
	min-height:18px;
	}

/* Extra padding using the CGR Yellow color. Can be used whenever */
.yellowspace {
	background:#ffd703;
	height:15px;
	}

.menu {
	background:#ffd703;
	min-width:730px;
	max-width:1200px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	font-family:'Bahnschrift', 'Oswald', sans-serif;
	font-weight:bold;
	font-stretch:semi-condensed;
	}
	
.menu-search {
	background:#ffffff;
	min-width:730px;
	max-width:1200px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	font-family:'Bahnschrift', 'Oswald', sans-serif;
	font-weight:bold;
	font-stretch:semi-condensed;
	}

.main {
	background:#ffd703;
	padding-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	min-width:428px;
	max-width:1200px;
	min-height:1px;
	overflow:auto;
	clear:both;
	}

.main-column {
	margin-left:auto;
	margin-right:auto;
	background:#ffd703;
	width:100%;
	float:left;
	}

.main-padding {
	padding-left:1%;
	padding-right:1%;
	overflow:auto;
	min-height:1px;
	}

.sub-padding {
	overflow:auto;
	min-height:1px;
	}

.post-tile {
	width:48%;
	padding-left:1%;
	padding-right:1%;
	float:left;
	}

.post-tile-single {
	width:98%;
	margin-left:1%;
	margin-right:1%;
	background:#ffffff;
	color:#000000;
	float:left;
	}

.post-tile-single-noback {
	width:98%;
	margin-left:1%;
	margin-right:1%;
	float:left;
	}

.post-tile-vwrap {
	background:#ffffff;
	color:#000000;
	width:100%;
	margin-bottom:20px;
	margin-top:10px;
	padding-bottom:10px;
	}
	
.post-tile-vwrap-ad {
	width:100%;
	margin-top:10px;
	}

.post-tile-summary-title {
	width:100%;
	min-height:5px;
	padding-bottom:10px;
	}

.post-tile-summary-filler {
	width:100%;
	min-height:5px;
	padding-bottom:5px;
	color:#ffffff;
	}

.post-vwrap {
	background:#ffffff;
	color:#000000;
	width:100%;
	margin-bottom:20px;
	padding-top:25px;
	padding-bottom:30px;
	}
	
.post-vwrap-short {
	background:#ffffff;
	color:#000000;
	width:100%;
	margin-bottom:20px;
	padding-top:10px;
	padding-bottom:10px;
	}
	
.post-vwrap-short-prevnext {
	background:#ffffff;
	color:#000000;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	}
	
.post-extra {
	min-width:730px;
	width:55%;
	max-width:1200px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	padding-bottom:10px;
	}

.sidebar-hwrap {
	padding-left:10px;
	padding-right:10px;
	}
	
.ad-rectangle-banner {
	width:300px;
	height:250px;
	/*background:#464646*/
	margin-left:auto;
	margin-right:auto;
	}

.ad-rectangle-banner-long {
	width:728px;
	height:90px;
	/*background:#464646*/
	margin-left:auto;
	margin-right:auto;
	}

.ad-rectangle-banner-adapt {
	text-align: center;
	display:block;
	width:728px;
	/* height:90px; */
	/*background:#464646*/
	margin-left:auto;
	margin-right:auto;
	}

.ad-rectangle-square {
	width:300px;
	height:250px;
	background:#464646;
	margin-left:auto;
	margin-right:auto;
	}

.post-hwrap {
	padding-left:3.5%;
	padding-right:3.5%;
	}

.post-summary-image {
	width:100%;
	min-height:5px;
	padding-bottom:10px;
	}

.post-summary-title {
	width:100%;
	min-height:5px;
	}

/* Style of the author image at the end of posts/on the author page */
.author-image {
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:200px;
	min-height:5px;
	}

.author-image-wrap {
	width:100%;
	min-height:5px;
	}

.author-image-small {
	padding-right:2%;
	float:left;
	max-width:20%;
	min-height:5px;
	}

.post-summary-title {
	text-decoration:none; 
	font-weight:bold
	font-size:110%;
	}

.post-category-platform {
	color:#000000;
	background:#d0d0d0;
	font-size:100%;
	padding-left:7px;
	padding-right:7px;
	margin:auto;
	white-space: nowrap;
	}

.post-category-genre {
	color:#000000;
	background:#ffd703;
	font-size:100%;
	padding-left:7px;
	padding-right:7px;
	margin:auto;
	white-space: nowrap;
	}

.post-big-category-article {
	color:#ffffff;
	background:#cc1414;
	font-weight:bold;
	padding-left:3.5%;
	padding-right:3.5%;
	margin-bottom:5px;
	font-family:'Outfit';
	}

.post-big-category-review {
	color:#ffffff;
	background:#000000;
	font-weight:bold;
	padding-left:3.5%;
	padding-right:3.5%;
	margin-bottom:5px;
	font-family:'Outfit';
	}

/* Style of the CGR SELECTS tag */
.cgr-selects { 
	color:#000000;
	background:#ffffff;
	background-image: radial-gradient(circle, #ffd703, #fcfc61);
	font-size:95%;
	padding-left:4px;
	padding-right:4px;
	margin:auto;
	white-space: nowrap;
	}

/* Style of the CGR SELECTS notice */
.cgr-selects-notice {
  background-color: #efefee;
  border-left: 5px solid #000000;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.post-big-category-category {
	text-align:left;
	float:left;
	width:60%;
	min-height:1px;
	margin-top:5px;
	margin-bottom:5px;
	}

.post-big-category-date {
	text-align:right;
	float:left;
	width:40%;
	margin-top:5px;
	margin-bottom:5px;
	}

.post-list-next-left {
	font-weight:bold;
	padding-left:3.5%;
	margin-bottom:5px;
	font-family:'Outfit';
	font-stretch:semi-condensed;
	width:21.5%;
	float:left;
	}

.post-list-next-right {
	padding-right:3.5%;
	margin-bottom:5px;
	font-family:'Outfit';
	font-weight:normal;
	font-stretch:semi-condensed;
	width:71.5%;
	float:left;
	}

/* Used for the padding around the author image*/
.post-list-author-image-left {
	font-weight:bold;
	padding-left:3.5%;
	margin-bottom:5px;
	font-family:'Outfit';
	font-stretch:semi-condensed;
	width:100px;
	float:left;
	}

/* Used for the padding around the author name*/
.post-list-author-right {
	padding-right:3.5%;
	margin-bottom:5px;
	font-family:'Outfit';
	font-weight:normal;
	font-stretch:semi-condensed;
	width:50%;
	float:left;
	}

/* Used for the padding around the "GENRE", "PLATFORM" & "CATEGORY" labels on a post*/
.post-list-category-left {
	font-weight:bold;
	padding-left:3.5%;
	margin-bottom:5px;
	font-family:'Outfit';
	font-stretch:semi-condensed;
	width:100px;
	float:left;
	}

/* Used for the padding around the categories listed at the top of a post*/
.post-list-category-right {
	padding-right:3.5%;
	margin-bottom:5px;
	font-family:'Outfit';
	font-weight:normal;
	font-stretch:semi-condensed;
	width:71.5%;
	float:left;
	}

p.post-bigcat {
	margin-bottom:0px;
	margin-top:0px;
	font-family: Outfit;
	}

.post-summary-info {
	text-decoration:none; 
	font-weight:bold;
	font-size:100%;
	width:100%;
	}

.post-content {
	text-align:left;
	font-size:100%;
	}

.post-content-bottom {
	text-align:left;
	font-size:100%; 
	min-height:1px;
	}

.post-ad {
	margin-left:auto;
	margin-right:auto;
	}

/* Used for the sizing of image blocks within posts */
.wp-block-image {
	width: auto;
	height: auto;
	max-width: 70%;
	height: auto;
	font-size: 90%;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

/* Exact same as above but for videos */
.wp-block-video {
	width: auto;
	height: auto;
	max-width: 70%;
	height: auto;
	font-size: 90%;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

figure.alignleft {
	width:60%;
	font-size:90%;
	margin-top:2%;
	margin-bottom:2%;
	text-align:center;
	float:left;
	display:block;
	margin-left:0px;
	margin-right:10px;
	}

figure.alignright {
	width:60%;
	font-size:90%;
	margin-top:2%;
	margin-bottom:2%;
	text-align:center;
	float:right;
	margin-left:10px;
	margin-right:0px;
	display:block;
	}

.wp-block-image-left {
	width:60%;
	height:60%;
	font-size:90%;
	margin-top:2%;
	margin-bottom:2%;
	text-align:center;
	float:left;
	display:block;
	}

.wp-block-image-right {
	width:60%;
	height:60%;
	font-size:90%;
	margin-top:2%;
	margin-bottom:2%;
	text-align:center;
	float:right;
	display:block;
	}

.footer {
	font-size:80%;
	text-align:center;
	color:#000000;
	}

/* Social share buttons */

.social-share-buttons {
    	display: flex;
    	justify-content: center; /* Center the buttons horizontally */
    	margin-top: 20px;
    	margin-bottom: 20px; /* Add space above & below the button container */
    	gap: 10px; /* Space between each button */
	}

/* Individual Button Styles */
.social-share-buttons a {
    	padding: 10px 10px; /* Button padding */
    	text-decoration: none;/* Remove underline from the links */
    	border-radius: 0px; /* Increase for rounded corners on the buttons */
    	font-weight: bold; /* Bold text for better visibility */
    	transition: background-color 0.3s; /* Smooth background color transition for hover effect */
	}

/* Color and Hover Styles for Each Social Network */
.social-share-buttons a[href*="facebook.com"] {
    	background-image: url( 
	'https://catholicgamereviews.com/wp-content/uploads/2024/08/facebook-share-button.png');
    	background-size: contain;
    	background-repeat: no-repeat;
   	width: 100px; 
   	height: 42px;
	}

.social-share-buttons a[href*="x.com"] {
    	background-image: url( 
	'https://catholicgamereviews.com/wp-content/uploads/2024/08/x-share-button.png');
    	background-size: contain;
    	background-repeat: no-repeat;
    	width: 100px; 
    	height: 42px;
	}

.social-share-buttons a[href*="pinterest.com"] {
    	background-image: url( 
	'https://catholicgamereviews.com/wp-content/uploads/2024/08/pinterest-share-button.png');
    	background-size: contain;
    	background-repeat: no-repeat;
    	width: 100px; 
    	height: 42px;
	}

.social-share-buttons a[href*="patreon.com"] {
    	background-image: url( 
	'https://catholicgamereviews.com/wp-content/uploads/2024/08/patreon-share-button.png');
    	background-size: contain;
    	background-repeat: no-repeat;
    	width: 100px; 
    	height: 42px;
	}

/* Back to top button */
.back-to-top-button {
  	background: none;
  	display: block;
  	border: none;
  	padding: 0;
  	margin: 0;
  	cursor: pointer;
  	margin-left: auto;
  	margin-right: auto;    
  	margin-bottom: 25px;         	
	}

/* Style of the Carlo Acutis image used by the button */
.back-to-top-button img {
  	width: 70px;
  	height: 100px;
	}

/* Changes for mobile view, kicks in when the width is 768px */
@media screen and (max-width: 768px) {
	
/* Image blocks now have a 100% max-width instead of 70% */
	.wp-block-image {
	width: auto;
	height: auto;
	max-width: 100%;
	height: auto;
	}
	
/* Video blocks now have a 100% max-width instead of 70% */
	.wp-block-video {
	width: auto;
	height: auto;
	max-width: 100%;
	height: auto;
	}
	
	.post-summary-title {
	text-decoration:none; 
	font-size:110%;
	}

    .ad-rectangle-banner-adapt {
	text-align: center;
	width:100%;
 	/* height:0px; */
	/*display:none;*/
	/*background:#464646*/
	margin-left:auto;
	margin-right:auto;
	}

    .header-bar-section-search {
        width:22%;
        width:22%;
    	}
	
    .header-bar-section-home {
        width:25%;
    	}
	
    .header-bar-section-videos {
        display:none;
    	}
	
    .header-bar-section-articles {
        width:18%;
    	}
	
    .header-bar-section-reviews {
        width:18%;
    	}
	
    .header-bar-section-donate {
        width:17%;
    	}
	
    .header-bar-section-contact {
        display:none;
    	}

    .below-header-bar-section-search-form {
	background: ##000000;
	min-width:calc(100% - 2px);
	width:calc(100% - 2px);
	max-width:calc(100% - 2px);
	}

    .menuwrap {
	margin:0px;
	padding:0px;
	min-width:100%;
	max-width:100%;
	}
	
    .header {
	min-width:100%;
	max-width:100%;
	margin:0%;
	}
	
    .menu {
	min-width:100%;
	max-width:100%;
	margin:0%;
	}
	
    .menu-search {
	min-width:100%;
	max-width:100%;
	margin:0%;
	}
	
    .main {
	margin:0%;
	padding-top:1%;
	padding-bottom:1%;
	min-width:100%;
	max-width:100%;
	}

    .main-sidebar {
	width:180px;
	float:right;
	min-height:10px;
	}

    .dropdown-button {
	font-size:12px;
	}
	
    .dropdown-button-half {
	font-size:12px;
	}
	
    .dropdown-button-contact {
	font-size:12px;
	}
	
    .dropdown-content-button {
	font-size:12px;
	}
	
    .dropdown-content-button-search {
	font-size:15px;
	}

    .more-posts-button {
	font-size:12px;
	}
	
    .text-not-on-mobile {
	display:none;
	}
	
    .text-only-on-mobile {
	display:inline;
	}
	
    .block-not-on-mobile {
	display:none;
	}
	
    .block-only-on-mobile {
	display:block;
	}
		
    p.pheader {
	padding:0px;
	margin:0px;
	font-size:150%;
	}
	
    p.ptagline {
	margin:0px;
	vertical-align:middle;
	}

    .header-title {
	text-align:center; 
	margin-top:auto;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	display:block;
	vertical-align:middle;
	min-width:100%;
	}
	
    .header-right-section-title {
	width:100%;
	margin-top:auto;
	margin-bottom:auto;
	}
	
    .header-right {
	height:auto;
	}
	
    .header-right-image-align {
	padding-left:auto;
	padding-right:auto;
	display:block;
	}
	
    .post-tile {
	width:98%;
	padding-right:2%;
	float:left;
	}
	
    .dropdown-button-popup {
	font-size:12px;
	}
	
    .dropdown-button-search {
	font-size:16px;
	}
	
    .post-list-category-right {
	padding-right:3.5%;
	margin-bottom:5px;
	font-family:'Outfit';
	font-weight:normal;
	font-stretch:semi-condensed;
	width:55%;
	float:left;
	}
}
