/*
Theme Name: manitobia
Version: 88.1.0
Description: A child theme of Mate
Author: Loren Kathleen
Template: mate
*/

@import url("../mate/style.css");

.wp-block-archives, .wp-block-button, .wp-block-categories, .wp-block-code, .wp-block-columns, .wp-block-cover, .wp-block-cover-image, .wp-block-embed, 
.wp-block-gallery, .wp-block-image, .wp-block-latest-comments, .wp-block-latest-posts, .wp-block-media-text, .wp-block-preformatted, 
.wp-block-pullquote, .wp-block-quote, .wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-verse, .wp-block-video {
	margin: 2rem 0;
}

.wp-block-group {
	margin: 0 0 20px;
}

.wp-block-image figcaption {
    margin-bottom: 0;
    margin-top: .8rem;
    font-size: 15px;
    text-align: center;
    color: #333333;
}

.entry-content .gutentoc-toc-wrap ul li a {
    font-weight: normal;
    font-size: 19px;
}
#toclist ul li {
	margin-bottom: 8px;
}
.custom-logo {
	max-width: 300px;
}
.theme-section {
    padding-top: 20px;
    padding-bottom: 30px;
    position: relative;
}
.single-layout-default .hentry.has-post-thumbnail .entry-header {
    margin: -35px 0 0;
    position: relative;
    z-index: initial;
    padding: 0;
}

.single-layout-default .hentry.has-post-thumbnail .entry-header .entry-meta{
    padding: 0 10px;
    color: #fff;
    margin-bottom: 15px;
}

.single-layout-default .hentry.has-post-thumbnail .entry-header.page {
    margin: 0 0 20px;
    position: relative;
    z-index: initial;
    padding: 0;
}
.single-layout-default .entry-header .entry-title {
	background-color: transparent;
	padding: 0;
	display: block;
}

.night-mode .single-layout-default .entry-header .entry-title {
	color:#fff;
}

.full-width .wrapper-inner {
    justify-content: center;
}
.full-width .content-area {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 900px;
}

.site-navigation .primary-menu .dropdown a {
	display: inline-block;
}

.custom-logo-link {
  max-width: 100%;
}

@media (min-width: 1000px) {
	.header-navbar .navbar-item-left {
		/* flex-basis: 300px; */
	}
}
@media only screen and (min-width: 960px) and (max-width: 1200px) {
	.header-navbar .navbar-item-left {
		flex-basis: 250px;
	}
	.custom-logo {
		max-width: 250px;
	}
}
@media only screen and (min-width: 992px) {

}
@media screen and (min-width: 768px) {

    .has-header-image .custom-header,
    .has-header-video .custom-header {
        max-height: 340px;
    }

    .has-header-image .custom-header-media,
    .has-header-video .custom-header-media {
        min-height: 340px;
        max-height: 340px;
    }
}

@media screen and (max-width: 480px) {
	.custom-logo {
		width: 100%;
    display: block;
    margin: 0 auto;
	}
	.custom-logo-link {
		max-width: 250px;
	}
	
	.header-titles {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.header-navbar .wrapper {
		flex-wrap: wrap;
		justify-content: center;
		max-width: 100%;
	}
	
    .has-header-image .custom-header,
    .has-header-video .custom-header {
        height: 310px;
    }

    .has-header-image .custom-header .header-media-content,
    .has-header-video .custom-header .header-media-content {
        vertical-align: bottom;
    }

    .theme-section {
        padding-top: 15px;
        padding-bottom: 15px;
    }
	.entry-details-wrapper {
		margin-top: 0;
	}
	.entry-content .gutentoc {
		width: 100%;
	}
	.gutentoc-toc-title-wrap {
		margin-bottom: 10px;
	}
}

.wp-block-group__inner-container h2 + p + .table-casino-block,
.wp-block-group__inner-container p + .table-casino-block  {
	background-color: #fff8dadb;
	border-bottom: 0;
	box-shadow: none;
}

.header-navbar {
	padding-top: 15px;
	padding-bottom: 15px;
}

.site-navigation .primary-menu {
	align-items: center;
}

.menu-item-455-fr {
	color: rgb(68, 68, 190);
	border: 1px solid #bbb;
	padding: 5px;
	border-radius: 5px;
}

.menu-item-456-en {
	color: rgb(189, 40, 40);
	border: 1px solid #bbb;
	padding: 5px;
	border-radius: 5px;
}

.table-casino-block {
	max-width: 1250px;
	margin: 20px auto;
	background-color: #f7f7f7a3;
	border-radius: 10px;
	box-shadow: 0 0px 5px -1px #999;
	overflow: hidden;
}

.entry-content .table-casino-block:last-child {
	margin: 20px auto 40px;
}

.table-casino-footer {
	padding: 10px 15px 10px;
	font-size: 14px;
	line-height: 1.4;
	color: #828282;
}

.table-casino {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e9e9e9;
	min-height: 148px;
}

.table-casino img {
	max-width: 150px;
}

.table-casino .button-theme {
	padding: 12px 10px;
}

.table-casino-list div {
	display: flex;
	align-items: center;
}

.table-casino-list img {
	width: 20px;
	height: 20px;
	margin-right: 20px;
}

.table-casino-list p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}

.table-casino-list div {
	background-image: url('/wp-content/uploads/2022/10/check.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 30px;
	background-size: 20px;
	color: #000;
}

.table-casino-list div p {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.table-casino-col {
	max-width: 360px;
}

.table-casino-col-img {
	max-width: 200px;
	display: flex;
	background-color: #1d1d1d;
	padding: 15px;
	position: relative;
}

.table-casino-col-bonus {
	width: 25%;
}

.table-casino-col-list {
	width: 30%;
}

.table-casino-col-link {
	width: 15%;
	padding: 10px;
}

.table-casino .button-theme {
	color: #333;
	background-color: #f0b652;
	border: 2px solid #f0b652;
	display: block;
	text-align: center;
	text-decoration: none !important;
	transition: all ease .3s;
	font-size: 15px;
	font-weight: 600;
}

.table-casino .button-theme:hover {
	background-color: #ca9a47;
	border: 2px solid #ca9a47;
	color: #333;
	transition: all ease .3s;
}

.table-casino-title {
	color: #2d2d2d;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.4;
}

.table-casino-bonus {
	margin-top: 10px;
	color: #bd9f00;
}

.age-table-img {
	margin-right: 5px;
}

.rating-numb {
	color: #000;
	display: block;
	width: 30px;
	background-color: goldenrod;
	text-align: center;
	position: absolute;
}

@media (max-width: 1000px) {
	.table-casino {
		max-width: 100%;
		flex-direction: column;
		padding: 0 20px;
		margin: 0 auto;
	}

	.table-casino-col-img,
	.table-casino-col-bonus,
	.table-casino-col-link {
		width: auto;
		margin-bottom: 10px;
		text-align: center;
	}

	.table-casino-col-img a {
		margin: 0 auto;
	}

	.table-casino-col-list {
		width: auto;
		margin-bottom: 15px;
		max-width: 205px;
		margin-top: 15px;
	}

	.table-casino-footer {
		text-align: center;
	}

	.offcanvas-main-navigation a {
		padding: 15px;
	}

	.offcanvas-menu-active .menu-item-455-fr,
	.offcanvas-menu-active .menu-item-456-en {
		border: none;
		padding: 0;
		margin-top: 15px;
		display: inline-block;
	}

	.offcanvas-menu-active .menu-item-455-fr a,
	.offcanvas-menu-active .menu-item-456-en a {
		padding: 10px;
		margin-top: 15px;
		border: 1px solid #bbb;
		line-height: 1;
		border-radius: 5px;
	}

	.button-offcanvas-close {
		display: flex;
		padding: 10px;
		margin-left: auto;
	}

	.theme-single-section .entry-details-wrapper .entry-content {
		font-size: 16px;
		line-height: 24px;
	}
	
	.entry-title-large {
		font-size: 28px;
		margin-bottom: 0;
	}
}

@media (max-width: 590px) {
	.table-casino {
		width: 100%;
		padding: 0;
	}

	.table-casino-col-img {
		max-width: none;
		display: flex;
		background-color: #1d1d1d;
		padding: 15px 0;
	}

	.table-casino-col-img img {
		margin: 0 auto;
	}

	.table-casino-col-img,
	.table-casino-col-bonus,
	.table-casino-col-link {
		width: 100%;
	}

	.table-casino-block {
		margin: 30px auto;
	}
}

@media (max-width: 480px) {
	.header-titles {
		margin-bottom: 0;
	}

	.header-navbar .wrapper {
		justify-content: space-between;
	}

	.header-navbar {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	h1, h2 {
		margin: 0 0 15px;
	}

	.entry-title {
		font-size: 28px;
		line-height: 32px;
	}

	h2 {
		font-size: 24px;
		line-height: 28px;
	}

	h3 {
		font-size: 20px;
		line-height: 24px;
	}

	.theme-section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}




