/*
CTC Separate Stylesheet
Updated: 2025-10-08 23:08:55
Theme Name: Divi-child-1kpoker-4-27-4-102025-v4274
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.27.4.1759979335
*/
/*-------------------------------------------------------------------------------------------
>>> TABLE OF CONTENTS:
---------------------------------------------------------------------------------------------
1.0	Standard
	 1.1 Footer Customize - Blank Page
	 1.2 Section - Full Screen Height
	 1.3 Awesome FontAwesome
	 1.4 Custom Button Styles
	 	 1.4.1 Limitless Custom Buttons
	 1.5 Change logo for fixed header
	 1.6 Footer Menu Container
	 1.7 WP Star Rating (wp_star_rating)
2.0	Blog / Post Custom layout
	2.1  - Blog Feature Image Default Size
	2.2  - Blog Placing the Feature Image to the left
	2.3  - Posts: Fullwidth Post Slider 
	2.7  - Blog Grid - Custom Layout	
	2.7B - Blog Grid - Custom Layout (NEW) 	
	2.8  - Blog Grid - Custom Layout (NEW)- Latest Articles
	2.9  - Custom Blog Grid - Latest Articles
	2.10 - Blog Recent Post - Sidebar
	2.11 - Blog Sidebar Sticky
3.0 Toolset DataGrid
	3.1 Datagrid
4.0 AdRotate
	4.1  -  AdRotate Resize 3Rows X 2Cols 125x125
/*--------------------------------------------------------------
	0.0 CSS Varables
--------------------------------------------------------------*/
:root {
	--dark-primary-color: 	 #388E3C;
	--default-primary-color: #4CAF50;
	--light-primary-color:	 #C8E6C9;
	--text-primary-color: 	 #FAFAFA;
	--accent-color: 		 #FF5722;
	--primary-text-color: 	 #212121;
	--secondary-text-color:  #757575;
	--divider-color: 		 #BDBDBD;	
	--default-white-color: 	 #FAFAFA; 
}
/*	---------------------------------------------------------
		1.1 Footer Customize - Blank Page				
------------------------------------------------------------- */
	._1kpoker-footer-copyright {
		color: var(--light-primary-color) !important;
		font:inherit !important;
		font-size:12px !important;
		font-weight: 400 !important;
		}
/*	-----------------------------------------------------
		1.5 Change logo for fixed header
	----------------------------------------------------- */
	/* change logo for fixed header (quick and easy way)*/
	.et-fixed-header #logo {
		content: url(https://1kpoker.com/onekpoker/uploads/2018/10/1kpoker-3.png);
	}
	/*	Invert Logo color on fixed header */
	.et-fixed-header_ #logo_ {
		webkit-filter: invert(100%);
		filter: invert(100%);
	}
/*-----------------------------------------------------
		1.6 Footer Menu Container
------------------------------------------------------- */
	#et-footer-nav ._1kpoker-container {
		width: 85% !important;
		max-width: 85% !important;	
		margin-top: 1em !important;	
		padding-left: 3em !important
	}
/* -------------------------------------------------------------
	1.7 wp_star_rating
--------------------------------------------------------------- */
	@font-face {
		font-family: "dashicons";
		src: url("../fonts/dashicons.eot");
	}
	@font-face {
		font-family: "dashicons";
		src: url(data:application/x-font-woff;charset=utf-8;base64,/* !! Large amount of data removed, see wp-includes/css/dashicons.css for complete data !! */) format("woff"),
			url("../fonts/dashicons.ttf") format("truetype"),
			url("../fonts/dashicons.svg#dashicons") format("svg");
		font-weight: normal;
		font-style: normal;
	}
	._1kpoker-star-rating ._1kpoker-star-full:before {
		content: "\f155";
	}
	._1kpoker-star-rating ._1kpoker-star-half:before {
		content: "\f459";
	}
	._1kpoker-star-rating ._1kpoker-star-empty:before {
		content: "\f154";
	}
	._1kpoker-star-rating ._1kpoker-star {
		color: var(--dark-primary-color);
		display: inline-block;
		font-family: dashicons;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		height: 40px;
		line-height: 1;
		text-align: center;
		text-decoration: inherit;
		vertical-align: top;
		width: 40px;
	}	
	._1kpoker-star-rating-dark-primary-color  ._1kpoker-star-rating ._1kpoker-star {
		color: var(--dark-primary-color) !important;
		}
	._1kpoker-star-rating-default-primary-color ._1kpoker-star-rating ._1kpoker-star {
		color: var(--default-primary-color) !important;
		} 	
	._1kpoker-star-rating-light-primary-color ._1kpoker-star-rating ._1kpoker-star {
		color: var(--light-primary-color) !important;
		}
/*--------------------------------------------------------------
	2.1 - Blog Feature Image Default Size	
--------------------------------------------------------------*/
	/* Home Page ONlY */
	.l2nm-blog-feature-image-top-size_hpge_ .et_pb_post a img {
		max-height: 270px !important;
	}	
	/* Blog Page */
	.l2nm-blog-feature-image-top-size .et_pb_post a img {
		max-height: 425px !important;
	}	
	/* Default Post Feature Image Size */
	.l2nm-post-feature-image-size .et_pb_title_featured_container img {
		max-height: 450px;
	}
	.l2nm-blog-feature-image-top-size .et_pb_post a.more-link {
		text-transform: capitalize;
		color: var(--default-white-color) !important;
		background: var(--dark-primary-color);
		float: left;
		border: solid 1px;
		padding: 5px 15px 5px 15px;
		margin-top: 2% !important;
		transition: 0.5s ease-out;
	}
	.l2nm-blog-feature-image-top-size .et_pb_post a.more-link:hover {
		color: var(--text-primary-color);
		background: var(--default-primary-color);
		letter-spacing: 1.5px;
	}
	/*--------------------------------------------------------------
		2.2 - Blog Placing the Feature Image to the left
	--------------------------------------------------------------*/
	.l2nm_blog_left_feature_image .et_pb_post .entry-featured-image-url img {
		max-width: 510px;
		max-height: 208px;
		float: left;
		width: 40%;
		/* padding-right: 20px; */
		vertical-align: bottom;
		/* padding-bottom: 30px; */
		margin: 0 0 5% 0;
		padding-right: 5% !important;
	}
	.ll2nm_blog_left_feature_image .et_pb_post .entry-title, .archive .et_pb_post .entry-title, .search .et_pb_post .entry-title {
		float: right;
		width: 60%;
	}
	.l2nm_blog_left_feature_image .et_pb_post .post-content, .archive .et_pb_post .post-content, .search .et_pb_post .post-content {
		float: right;
		width: 60%
	}	
/*--------------------------------------------------------------
	2.3 - Posts: Fullwidth Post Slider 
--------------------------------------------------------------*/
	#l2nm-fullwidth-post-slider.et_pb_slider .et_pb_slide_description {
		margin: 15vw 15vw 5vw -20vw;
	}
/* --------------------------------------------------------------
	2.7 - Blog Grid - Custom Layout
	Note: DO NOT USED... Used 2.7B as of 11/20/2019
---------------------------------------------------------------- */
	/* Increase the height of the post image */
	.ll2nm-custom-blog-v3 .et_pb_post img {
		height: 200px;
	}
	.l2nm-custom-blog-v3 .et_pb_post {
		padding-bottom: 5% !important;
		border-bottom: solid 2px var(--divider-color) !important;
	}
	##l2nm-custom-blog-2 .post-content p {
		display: block;
		max-height: 7em;
		overflow: hidden;
	}
	.l2nm-custom-blog-v3 .et_pb_post:last-child {
		border-bottom: none !important;
	}
	.l2nm-custom-blog-v3 .l2nm-grid-custom-blog-container {
		display: grid;
		grid-gap: 2%;
		grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
		grid-template-rows: repeat(3, 0.29fr);
		grid-auto-flow: column dense;
	}
	.l2nm-custom-blog-v3 .l2nm-grid-custom-blog-container > divv {
		border: 2px solid var(--dark-primary-color);
	}
	.l2nm-custom-blog-v3 .l2nm-grid-custom-blog-entry-featured-image-url {
		grid-column: 1 / span 2;
		grid-row: 1 / span 3;
	}
	.l2nm-custom-blog-v3 .l2nm-grid-custom-blog-entry-title {
		grid-column: 3 / -1;
		grid-row: 2;
	}
	.l
2
nm-custom-blog-v3 .l

2nm-grid-

c

ustom-blog-monarch {

		/*

			grid-column: col3-start ;

			 grid-row: row1-start ;

			 */

		grid-column: 5 / -1;

		grid-row: 1;

		display: none !important;

	}

	.l2nm-custom-blog-


v3 

.l2nm-grid-custom-blog-post-meta {
		gri
d
-column: 3 / -1;
		grid-row: 1;/*
			justify-self: self-start;
			align-self: self-end;
			*/
	}
	.l2nm-custom-blog-v3 .l2nm-grid-custom-blog-post-meta h3 {
		font-size: 18px !important;
		text-transform: uppercase !important;
		color: var(--secondary-text-color) !important;
		font-weight: 700;
	}
	.l2nm-custom-blog-v3 .l2nm-grid-custom-blog-post-content {
		grid-column: 3 / -1;
		grid-row: 3;
	}
	.l2nm-custom-blog-v3 .et_pb_post a.more-link {
		text-transform: capitalize;
		colo
r: var(--light-primary-color) !important;
		bac
kground: var(--dark-primary-color);
		float: left;
		border: solid 1px;
		padding: 5px 15px
 5px 15px;
		ma
rgin-top: 2% !important;
		transition: 0.5s ease-out;
	}
	.l2nm-custom-blog-v3 .et_pb_post a.more-link:hover {
		color: var(--text-primary-color);
		background: var(--default-primary-color);
		letter-spacing: 1.5px;
	}
	/* DO NOT SHOW the Custom Category */
	.l2nm_post_meta_category {
		display: none !important;
	}
	/* New Blog/Post Read More Button Look */
	.l2nm-custom-blog-readmore-v1 .et_pb_post a.more-link {
		color: var(--light-primary-color) !important;
		background: var(--dark-primary-color);
		float: left;
		padding: 5px 15px 5px 15px;
		margin-top: 5% !important;
		transition: 0.5s ease-out;
	}
	.l2nm-custom-blog-readmore-v1 .et_pb_post a.more-link:hover {
		background: var(--default-primary-color);/*letter-spacing:1.2px;*/
	}
/* --------------------------------------------------------------
	2.7B - Blog Grid - Custom Layout (NEW) #_1kpoker-blog-layout 
---------------------------------------------------------------- */
	#_1kpoker-blog-layout .et_pb_post {
		/*border-top: solid 2px var(--divider-color) !important;*/
		padding-top: 3vw;
		margin-bottom: 7vw;
	}
	#_1kpoker-blog-layout .et_pb_post:first-child {		
		border-top: none !important;
	}
	/* Default Configuration */
	#_1kpoker-blog-layout .et_pb_post .entry-featured-image-url {
		margin-bottom: 0;
		}
	#_1kpoker-blog-layout .et_pb_post .entry-featured-image-url img, 
	#_1kpoker-blog-layout .et_pb_post .entry-title {
		display: grid !important;
		height: 10vw;
		margin-bottom: 3vw;	
	}
	/* Default Configuration */
	#_1kpoker-blog-layout .et_pb_post .entry-featured-image-url img{
		top: 0;
		left: 0;			
		float: left;
		width: 15vw;		
		object-fit: cover;
		margin-right: 2vw;			
	}
	/* New Blog/Post Read More Button Look */
	#_1kpoker-blog-layout article a.more-link {
		display: inline-block;    	
		position: absolute;
		color: var(--light-primary-color) !important;
		background: var(--dark-primary-color);
		padding: 5px 15px 5px 15px;
		margin-top: 1.5vw;
		transition: 0.5s ease-out;		
	}
	#_1kpoker-blog-layout .et_pb_post a.more-link:hover {
		color: var(--text-primary-color);
		background: var(--default-primary-color);
		/*letter-spacing:1.2px;*/
	}
/* -------------------------------------------------------------
	2.8 - Custom Blog Grid - Latest Articles
--------------------------------------------------------------- */
	.l2nm-blog-latest-recent {
	}
	.l2nm-blog-latest-more .et_pb_post {
		margin-top: -5% !important;
		padding-bottom: 5% !important;
		border-bottom: solid 2px var(--divider-color) !important;
	}
	.l2nm-blog-latest-more .et_pb_post:last-child {
		border-bottom: none !important;
	}
	.l2nm-blog-latest-more .et_pb_post .entry-featured-image-url img {
		width: 10vw; 
		height: 8vw;
		float: left; 
		left: 0; 
		padding-right: 14px;
	}
	.l2nm-blog-latest-more .et_pb_post .entry-title {}
	.l2nm-blog-latest-more .et_pb_post .post-meta {
		padding-top: 1%;
		display: inline-block;
		width: 100%;
	}
	.l2nm-blog-latest-more .et_pb_post .post-content {
		display: inline-block;
		width: 100%;
	}
	/* Button */
	.l2nm-blog-latest-more-button .et_pb_post a.more-link {
		text-transform: capitalize;
		color: var(--light-primary-color) !important;
		background: var(--dark-primary-color);
		border: solid 1px;
		display:inline-block;
		padding: 5px 15px 5px 15px;
		margin-top: 3% !important;
		transition: 0.5s ease-out;
	}
	.l2nm-blog-latest-more-button .et_pb_post a.more-link:hover {
		color: var(--text-primary-color);
		background: var(--default-primary-color);
		letter-spacing: 1.5px;
	}
	/* *** Sidebar *** */
	.l2nm-blog-recent-posts .et_pb_post {
		margin-bottom: -4%;
		padding-bottom: 3%;
	}
	.l2nm-blog-recent-posts .et_pb_post:last-child {
		border-bottom: none !important;
	}
	.l2nm-blog-recent-posts .et_pb_post .entry-featured-image-url img {
		width: 5vw; 
		height: 4vw;
		float: left; 
		left: 0; 
		padding-right: 14px;
		}
	.l2nm-blog-recent-posts .et_pb_post .post-content {
		display: inline-block;
	}
/* -------------------------------------------------------------
	2.9 - Custom Blog Grid - Latest Articles
--------------------------------------------------------------- */
	/* Feature Post */
	.l2nm-blog-latest-recent_v3 .et_pb_post .entry-featured-image-url {
		width:auto;
		margin-right: 2%;
	}
	/* Feature Post: Post Image */
	.l2nm-blog-latest-recent_v3 .et_pb_post .entry-featured-image-url img {
		height: 28vh;
		/* object-fit: cover; */ 				
	}
	/* Feature Post: Button */
	.l2nm-blog-latest-recent_v3 .et_pb_post .post-content a.more-link {
		display: inline-block;
	}
	.l2nm-blog-latest-recent_v3 .et_pb_post .post-content a.more-link:hover {
		background: var(--default-primary-color);
	}
	/* Post Image Container */
	.l2nm-blog-latest-recent_more_v3 .et_pb_post .entry-featured-image-url {
		width: 12vw;				
		float: left;
		margin-right: 2%;	
		margin-bottom: 0;
	}
	/* Post Image */
	.l2nm-blog-latest-recent_more_v3 .et_pb_post .entry-featured-image-url img {
		height: 12vh;
		object-fit: cover;				
	}
	/* Post Entry Title */
	.l2nm-blog-latest-recent_more_v3 .et_pb_post .entry-title  {
		height: 12vh;
		margin-bottom: 5%;
	}	
	/* Post Meta Container */
	.l2nm-custom-blog-v3l2nm-blog-latest-recent_more_v3 .et_pb_post .post-meta { 
		display: inline-block;
	}
	.l2nm-blog-latest-recent_more_v3 .et_pb_post .post-content a.more-link {
		display: inline-block;
	}
	.l2nm-blog-latest-recent_more_v3 a.more-link:hover {
		background: var(--default-primary-color);
	}
/* --------------------------------------------------------------
	2.10 - Blog Recent Post - Sidebar
-----------------------------------------------------------------*/
	#_1kpoker-blog-recent-posts .et_pb_post, 
	#_1kpoker-blog-recent-posts-v2 .et_pb_post {
		padding-top: 1vw;
		margin-bottom: 1vw;
	}
	#_1kpoker-blog-recent-posts .et_pb_post:first-child{
		border-top: none !important;
	}
	#_1kpoker-blog-recent-posts .et_pb_post .entry-featured-image-url, 
	#_1kpoker-blog-recent-posts-v2 .et_pb_post .entry-featured-image-url {
		margin-bottom: 0;
	}
	#_1kpoker-blog-recent-posts .et_pb_post .entry-featured-image-url, 
	#_1kpoker-blog-recent-posts .et_pb_post .entry-title	 {	
		display: inline !important;
	}
	#_1kpoker-blog-recent-posts .et_pb_post .entry-featured-image-url img {
		width: 5vw;
		height: 5vw;
		float: left;
		margin-right: 1vw;
		object-fit: cover;
	}
	#_1kpoker-blog-recent-posts .et_pb_post .post-meta {
		margin-top: 0.1vw;
	}
	#_1kpoker-blog-recent-posts-v2 .et_pb_post .entry-featured-image-url img {
		width: 5vw;
		height: 5vw;
		float: left;
		margin-right: 1vw;
		object-fit: cover;
	}
	
/*--------------------------------------------------------------	
	2.11 - Blog Sidebar Sticky
--------------------------------------------------------------- */
	._1kpoker-post-sidebar-sticky > .et_pb_row {
			display: flex;		
		}
		
/*--------------------------------------------------------------
	3.2 Toolset Datagrid
--------------------------------------------------------------*/
._1kpooker-grid-3cols {
    display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));	
	align-items: center;
	grid-gap: 2em;
}	
._1kpooker-grid-3cols-row {
	}
._1kpooker-grid-3cols-item {
    margin: 0;
}
._1kpooker-grid-3cols-item1 {
    grid-column: 1 / 2;
    /* grid-row: 1 / 2; */
}
._1kpooker-grid-3cols-item2 {
    grid-column: 2 / 3;
    /* grid-row: 1 / 2; */
}
._1kpooker-grid-3cols-item3 {
    grid-column: 3 / 4;
    /* grid-row: 1 / 2; */
}
/* ============================================== */
._1kpoker-grid-6cols {
    display: grid;
	grid-template-columns: auto auto auto auto auto auto;	
	align-items: center;
	grid-gap: 0.2em;
}	
._1kpoker-grid-6cols-row {
	}
._1kpoker-grid-6cols-item {
    margin: 0;
}
._1kpoker-grid-6cols-item1 {
    grid-column: 1 / 2;
    /* grid-row: 1 / 2; */
}
._1kpoker-grid-6cols-item2 {
    grid-column: 2 / 3;
    /* grid-row: 1 / 2; */
}
._1kpoker-grid-6cols-item3 {
    grid-column: 3 / 4;
    /* grid-row: 1 / 2; */
}
._1kpoker-grid-6cols-item4 {
    grid-column: 4 / 5;
    /* grid-row: 1 / 2; */
}
._1kpoker-grid-6cols-item5 {
    grid-column: 5 / 6;
    /* grid-row: 1 / 2; */
}
._1kpoker-grid-6cols-item6 {
    grid-column: 6 / 7;
    /* grid-row: 1 / 2; */
}
/*--------------------------------------------------------------
	3.3 Toolset Datagrid
--------------------------------------------------------------*/
.ds-grid {
    display: grid;
    /* grid-template-columns: repeat(7, auto);*/
    /* grid-template-rows: repeat(3, 200px); */
	/* grid-template-columns: auto repeat(3, minmax(100px, 1fr)) auto auto;	 */
	grid-template-columns: auto repeat(3, minmax(100px, 1fr)) repeat(2, 170px);	
	grid-template-rows: auto;
	grid-gap: 1em;
}	
.ds-grid-item {
    margin: 0;	
}
.ds-grid-item1 {
    grid-column: 1 / 2;
    /* grid-row: 1 / 2; */
}
.ds-grid-item2 {
    grid-column: 2 / 3;
    /* grid-row: 1 / 2; */
}
.ds-grid-item3 {
    grid-column: 3 / 4;
    /* grid-row: 1 / 2; */
}
.ds-grid-item4 {
    grid-column: 4 / 5;
    /* grid-row: 1 / 3; */
}
.ds-grid-item5 {
    grid-column: 5 / 6;
    /* grid-row: 1 / 3; */
}
.ds-grid-item6 {
    grid-column: 6 / 7;
    /* grid-row: 1 / 3; */
}
.ds-grid-item5_ {
    grid-column: 1 / 4;
    grid-row: 2 / 4;
}
.ds-grid-item6_ {
    grid-column: 4 / 5;
    grid-row: 3 / 4;
}
.ds-grid-item7_ {
    grid-column: 5 / 6;
    grid-row: 3 / 4;
}
.ds-grid-item8_ {
    grid-column: 6 / 7;
    grid-row: 3 / 4;
}
/*--------------------------------------------------------------
	3.4 Toolset Feature Image Resize
--------------------------------------------------------------*/
	th {
		display: table-cell;
		vertical-align: inherit;
		font-weight: bold;
		text-align: -internal-center;
	}
	td {
    	display: table-cell;
    	vertical-align: inherit;
	}
	._1kpoker-table th {
		padding: 10px 4px;
		background: #d5d5d5;
		border-right: 1px solid #fff;
		color: #222;
	}
	._1kpoker-table td {
		padding: 8px 4px;
		text-align: center;
		border-bottom: 1px solid #e6e6e6;
	}
	/* *** Logo *** */
	._1kpoker-table th._1kpoker-logocol {
		/* visibility:hidden; */
	}	
	._1kpoker-table td._1kpoker-logocol img{
		max-width: 5vw !important;
	}
	._1kpoker-table td._1kpoker-logocol{
	}
	/* *** Casino Name *** */
	._1kpoker-table td._1kpoker-casinocol {
	}
	/* *** Country Name *** */
	._1kpoker-table td._1kpoker-countrycol {
	}
	/* *** Rank *** */
	._1kpoker-table td._1kpoker-rankcol {
	}
	/* *** Review *** */	
		._1kpoker-table td._1kpoker-reviewcol {
	}
	/* *** Vist *** */
	._1kpoker-table td._1kpoker-visitcol {
	}
	/* *** Button Default and Color *** */
	span._1kpoker-visitbtn a  {
		background: #71b410;
		color: #FFF !important;
		line-height: 1em;
		padding: 7px 15px;
		border-width: 1px;
		border-style: solid;
		text-align: center;
		text-shadow: 0 1px 3px #666;
		text-decoration: none !important;
		box-shadow: 0px -1px 0px rgba(255, 255, 255, 0.3) inset, 0px 1px 2px rgba(0, 0, 0, 0.33);
		background-image: -moz-linear-gradient(top, #7ece0c 33%, #71b410 100%);
		background-image: -webkit-linear-gradient(top, #7ece0c 33%, #71b410 100%);
		display: inline-block;
		margin: 0 .5em 0 .5em;
		border-color: #6aab0d;
		font-weight: 600;
		font-size: 14px !important;
	}
	/* *** Button Color: GRAY *** */
	span._1kpoker-visitbtn.gray a {
		background: #e6e6e6;
		border-color: #a9a9a9;
		background-image: -moz-linear-gradient(top, #fefefe 0%, #d4d4d4 100%);
		background-image: -webkit-linear-gradient(top, #fefefe 0%, #d4d4d4 100%);
		color: #575757!important;
		text-shadow: 0 1px 3px #fff;
	}
	/*a.visbutton:hover, a.visbutton:active, a.visbutton:visited*/
	span._1kpoker-visitbtn:hover {
		opacity: 0.85;
		box-shadow: none;
	}
	/* ------------------------------------------------------------------
		4.1  -  AdRotate Resize 3Rows X 2Cols 125x125
	-------------------------------------------------------------------- */	
		#_1kpoker_adrotate_resize_3RowsX2Cols_125-125 .g-6 {
			width: 30vw !important;			
			max-width: 35vw !important;
		}
		#_1kpoker_adrotate_resize_3RowsX2Cols_125-125 .g-col img {
			width:11vw;
			height:11vw;
			padding: 0.3vw;
		}
	#_1kpoker-sticky-cta {
		position: sticky;
		position: -webkit-sticky;
		top: 200px !important;		
		/* top: calc(50vh - 130px) !important; */
   }
/* END: L2NM Additional Addition to CSS */
/*--------------------------------------------------------------
	99.0 - Media Query
--------------------------------------------------------------*/
/* Large screens (1405px upwards) */
@media only screen and ( min-width: 1405px ) { 
} /*** END: @media only screen and ( min-width: 1405px ) ***/  
/* Laptops and desktops (1100-1405px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) { 
	/* --------------------------------------------------------------
		2.7B - Blog Grid - Custom Layout (NEW) #_1kpoker-blog-layout 
	---------------------------------------------------------------- */
	#_1kpoker-blog-layout .et_pb_post .entry-featured-image-url img {
		width: 10vw;
	}
} /*** END: @media only screen and ( min-width: 1100px ) and ( max-width: 1405px)  ***/
/*** Responsive Styles Larget Tablet in Portrait ***/
@media only screen and (min-width: 1024px) and (orientation: portrait) {
   /* -------------------------------------------------------------
		2.9 - Custom Blog Grid - Latest Articles
	--------------------------------------------------------------- */
	/* Feature Post: Post Image */
	.l2nm-blog-latest-recent_v3 .et_pb_post .entry-featured-image-url img {
		height: 24vh !important;
		object-fit: cover;				
	}	
	/* Feature Post: Post Entry Title */
	.l2nm-blog-latest-recent_v3 .et_pb_post h3.entry-title  {				
		text-align: left !important;
	}			
	 /* Post Image Container */
	.l2nm-blog-latest-recent_more_v3 .et_pb_post .entry-featured-image-url {
		width: 5vh !important;				
		float: left;
		margin-right: 5%;	
		margin-bottom: 0;
	}
  	/* Post Image */
	.l2nm-blog-latest-recent_more_v3 .et_pb_post .entry-featured-image-url img {
		max-height: 12vh !important;
		object-fit: cover;			
	}
	/* Post Entry Title */
	.l2nm-blog-latest-recent_more_v3 .et_pb_post .entry-title  {
		height: 13vh !important; 
		margin-bottom: 0 !important;		
	}
} /*** @media only screen and (min-width: 1024px) and (orientation: portrait) ***/
/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) { 
	 /* --------------------------------------------------------------
		2.7B - Blog Grid - Custom Layout (NEW) #_1kpoker-blog-layout 
	 ---------------------------------------------------------------- */
		#_1kpoker-blog-layout .et_pb_post {
			margin-bottom: 10vw !important;
		}
		/* Default Configuration */
		#_1kpoker-blog-layout .et_pb_post .entry-featured-image-url img, 
		#_1kpoker-blog-layout .et_pb_post .entry-title {
			margin-bottom: 3vw;
		}
		#_1kpoker-blog-layout .et_pb_post .entry-featured-image-url img { 
			width: 15vw;
			height: 30vw;
			max-width: 40vw !important;
		}				
		#_1kpoker-blog-layout .et_pb_post .post-meta, 
		#_1kpoker-blog-layout .et_pb_post .post-content {
			display: inline-block;
		}
     /* -------------------------------------------------------------
		2.9 - Custom Blog Grid - Latest Articles
	--------------------------------------------------------------- */
	/* *** Row: Post Left Column *** */	
	._l2nm-blog-latest-recent_v3_row {
		margin-top: -10% !important; 
	}
	/* Feature Post */
	.l2nm-blog-latest-recent_v3 .et_pb_post .entry-featured-image-url {
		width: unset !important;				
		float: unset;
		margin-right: 2%;	
		margin-bottom: 5%;
	}
	/* Feature Post: Post Image */
	.l2nm-blog-latest-recent_v3 .et_pb_post .entry-featured-image-url img {
		height: auto;
		object-fit: cover;
		max-height: 45vh;				
	}
	/* Feature Post: Post Entry Title */
	.l2nm-blog-latest-recent_v3 .et_pb_post h3.entry-title  {
		height: auto !important;
		margin-bottom: 0%;
		text-align: left !important;
	}			
    /* Post Image Container */
	.l2nm-blog-latest-recent_more_v3 .et_pb_post .entry-featured-image-url {
		width: 10vw !important;				
		float: left;
		margin-right: 2%;	
		margin-bottom: 0;
	}
	/* Post Image */
	.l2nm-blog-latest-recent_more_v3 .et_pb_post .entry-featured-image-url img {
		height: 20vh !important;
		object-fit: cover;				
	}
	/* Post Entry Title */
	.l2nm-blog-latest-recent_more_v3 .et_pb_post .entry-title  {
		height: 20vh;
		margin-bottom: 7%;
	}	
	/* --------------------------------------------------------------
		2.10 - Blog Recent Post - Sidebar
	-----------------------------------------------------------------*/	
		#_1kpoker-blog-recent-posts .et_pb_post .entry-featured-image-url img {
			width: 10vw;
			height: 12vw;
			max-height: 15vw;
		}
		#_1kpoker-blog-recent-posts .et_pb_post .post-meta {
			margin-top: 1vw;
		}
		#_1kpoker-blog-recent-posts-v2 .et_pb_post .entry-featured-image-url img {
			width: 10vw;
			height: 12vw;
			max-height: 15vw;
		}
	/* ------------------------------------------------------------------
		4.1  -  AdRotate Resize 3Rows X 2Cols 125x125
	-------------------------------------------------------------------- */	
		#_1kpoker_adrotate_resize_3RowsX2Cols_125-125 .g-6 {
			width: 30vw !important;			
			max-width: 35vw !important;
		}
		#_1kpoker_adrotate_resize_3RowsX2Cols_125-125 .g-col img {
			width: 13vw !important;
			height: 14vw;
			padding: 0.2vw;
		}
} /*** END: @media only screen and ( min-width: 981px ) and ( max-width: 1100px ) ***/
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
	
	/*--------------------------------------------------------------	
	    2.11 - Blog Sidebar Sticky
    --------------------------------------------------------------- */
	._1kpoker-post-sidebar-sticky > .et_pb_row {
			display: block;		
		}
		
		
	/* ------------------------------------------------------------------
		4.1  -  AdRotate Resize 3Rows X 2Cols 125x125
	-------------------------------------------------------------------- */	
		/* Do NOT SHOW */
		#_1kpoker_adrotate_resize_3RowsX2Cols_125-125 {
			display: none !important;
		}		
} /* END: @media all and (max-width: 980px) */
/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
	/*--------------------------------------------------------------
		2.3 - Posts: Fullwidth Post Slider 
	--------------------------------------------------------------*/			
	#l2nm-fullwidth-post-slider.et_pb_slider .et_pb_slide_description {
		margin: 15vw 0 10vw 0 !important;
	}
   	/* --------------------------------------------------------------
		2.7B - Blog Grid - Custom Layout (NEW) #_1kpoker-blog-layout 
	---------------------------------------------------------------- */
	#_1kpoker-blog-layout .et_pb_post .entry-featured-image-url img, 
	#_1kpoker-blog-layout .et_pb_post .entry-title {
		height: 20vw;
	}		
	#_1kpoker-blog-layout .et_pb_post {
		margin-bottom: 10vw;
	}
	#_1kpoker-blog-layout .et_pb_post .post-meta {
		display: inline-block;
	}		
	#_1kpoker-blog-layout .et_pb_post .post-content {
		display: inline-block;
	}					
    /* -------------------------------------------------------------
		2.9 - Custom Blog Grid - Latest Articles
	--------------------------------------------------------------- */
	/* Feature Post Image Container */
	.l2nm-blog-latest-recent_v3 .et_pb_post .entry-featured-image-url{
		width: 15vh !important;
		float: left;
		margin-right: 2%;
	}
	/* Feature Post Image*/
	.l2nm-blog-latest-recent_v3 .et_pb_post .entry-featured-image-url img {		
		height: 12vh;
		object-fit: cover;				
	}
	/* Feature Post: Post Entry Title */
	.l2nm-blog-latest-recent_v3 .et_pb_post h3.entry-title  {				
		text-align: left !important;
		height: 12vh;
		margin-bottom: 5%;
	}			
	  /* Post Image Container */
	.l2nm-blog-latest-recent_more_v3 .et_pb_post .entry-featured-image-url {
		width: 15vh !important;				
		float: left;
		margin-right: 2%;	
		margin-bottom: 0;
	}
  	/* Post Image */
	.l2nm-blog-latest-recent_more_v3 .et_pb_post .entry-featured-image-url img {
		height: 12vh !important;
		object-fit: cover;				
	}
	/* Post Entry Title */
	.l2nm-blog-latest-recent_more_v3 .et_pb_post .entry-title  {
		height: 12vh;
		margin-bottom: 3% !important;
	}
	/* --------------------------------------------------------------
		2.10 - Blog Recent Post - Sidebar
	-----------------------------------------------------------------*/
	#_1kpoker-blog-recent-posts .et_pb_post, 
	#_1kpoker-blog-recent-posts-v2 .et_pb_post {
		padding-top: 2vw;
		margin-bottom: 0vw;
	}
	#_1kpoker-blog-recent-posts .et_pb_post .entry-featured-image-url img, 
	#_1kpoker-blog-recent-posts-v2 .et_pb_post .entry-featured-image-url img {
		width: 9vw;
		height: 8vw;
	}
	/*--------------------------------------------------------------
		3.2 Toolset Datagrid
	--------------------------------------------------------------*/
	._1kpooker-grid-3cols-item1 {
		grid-column: 1;
		grid-row: 1;
	 }	
	._1kpooker-grid-3cols-item2 {
		grid-column: 1;
		grid-row: 2;
	 }	
	._1kpooker-grid-3cols-item3 {
		grid-column: 1;
		grid-row: 3;
	 }		
} /*** END: @media only screen and ( min-width: 768px ) and ( max-width: 980px ) ***/
/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
	 /* --------------------------------------------------------------
		2.7B - Blog Grid - Custom Layout (NEW) #_1kpoker-blog-layout 
	 ---------------------------------------------------------------- */
		#_1kpoker-blog-layout .et_pb_post {
			margin-bottom: 10vw;
		}
		#_1kpoker-blog-layout .et_pb_post .entry-featured-image-url, 
		#_1kpoker-blog-layout .et_pb_post .entry-title {
			max-height: 12vw;
		}
		#_1kpoker-blog-layout .et_pb_post .entry-featured-image-url img {			
			height: 10vw;			
		}
		#_1kpoker-blog-layout .et_pb_post .post-meta,
		#_1kpoker-blog-layout .et_pb_post .post-content {
		}
	/* -------------------------------------------------------------
		2.9 - Custom Blog Grid - Latest Articles
	--------------------------------------------------------------- */
		/* Feature Post Image Container */
		.l2nm-blog-latest-recent_v3 .et_pb_post .entry-featured-image-url img {
			width: 20vh;
			margin-right: 3%;
		}
		/* Feature Post Image*/
		.l2nm-blog-latest-recent_v3 .et_pb_post .entry-featured-image-url img {
			float: left;
			max-height: 18vh;
		}
		/* Feature Post: Post Entry Title */
		.l2nm-blog-latest-recent_v3 .et_pb_post h3.entry-title  {				
			text-align: left !important;
			height: 20vh;
			margin-bottom: 3%;
		}			
		/* Row: Post Left Column */	
		.l2nm-blog-latest-recent_v3_row {
			margin-top: -5% !important; 
		}
		/* Image Container */
		.l2nm-blog-latest-recent_more_v3 .et_pb_post .entry-featured-image-url {
			float: left;
			width: 20vh;
		}
		/* Image */
		.l2nm-blog-latest-recent_more_v3 .et_pb_post .entry-featured-image-url img {
			height: 20vh !important;
			margin-bottom: 5%;
		}
		/* Post Entry Title */
		.l2nm-blog-latest-recent_more_v3 .et_pb_post .entry-title  {
			height: 25vh;
			margin-bottom: 1% !important;
		}
	/* --------------------------------------------------------------
		2.10 - Blog Recent Post - Sidebar
	-----------------------------------------------------------------*/
		#_1kpoker-blog-recent-posts .et_pb_post, 
		#_1kpoker-blog-recent-posts-v2 .et_pb_post {
			padding-top: 2vw;
			margin-bottom: 2vw;
		}
		#_1kpoker-blog-recent-posts .et_pb_post .entry-featured-image-url img, 
		#_1kpoker-blog-recent-posts-v2 .et_pb_post .entry-featured-image-url img {
			width: 10vw;
			height: 10vw;
			margin-right: 2vw;
		}	
} /*** END: @media only screen and ( min-width: 480px ) and ( max-width: 767px ) ***/
/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
	/*--------------------------------------------------------------
		2.2 - Blog Placing the Feature Image to the left
	--------------------------------------------------------------*/
	.l2nm_blog_left_feature_image .et_pb_post .entry-featured-image-url img {
		width: 100% !important;
	}
	.l2nm_blog_left_feature_image .et_pb_post .post-content, .archive .et_pb_post .post-content, .search .et_pb_post .post-content {
		float: left !important;
		width: 100% !important;
	}
	/* --------------------------------------------------------------
		2.7B - Blog Grid - Custom Layout (NEW) #_1kpoker-blog-layout 
	---------------------------------------------------------------- */
		#_1kpoker-blog-layout .et_pb_post {
			margin-bottom: 15vw;	
		}
		#_1kpoker-blog-layout .et_pb_post .entry-featured-image-url img, 
		#_1kpoker-blog-layout .et_pb_post .entry-title { 
			display: initial !important;
			margin-bottom: 0 !important;
			height: 20vw; 
		}
		#_1kpoker-blog-layout .et_pb_post .entry-featured-image-url img {
			float: none;
			width: 100%;
			margin-bottom: 3vw !important;
		}
	/* -------------------------------------------------------------
		2.8 - Custom Blog Grid - Latest Articles
	--------------------------------------------------------------- */
		.l2nm-blog-latest-more .et_pb_post .entry-featured-image-url img {
			float: none;
			width: 80vw !important;
			height: 35vw !important;
		}
	/* -------------------------------------------------------------
		2.9 - Custom Blog Grid - Latest Articles
	--------------------------------------------------------------- */
		/* Feature Post */
		.l2nm-blog-latest-recent_v3 .et_pb_post .entry-featured-image-url img {
			height: 20vh !important;
		}
		/* Post Entry Title */
		.l2nm-blog-latest-recent_v3 .et_pb_post h3.entry-title {
			text-align: left !important;
		}
		/* Row: Post Left Column */	
		.l2nm-blog-latest-recent_v3_row {
			margin-top: -25% !important; 
		}
		/* Image Container */
		.l2nm-blog-latest-recent_more_v3 .et_pb_post .entry-featured-image-url {
			float:unset;
			width: auto;
		}
		/* Image */
		.l2nm-blog-latest-recent_more_v3 .et_pb_post .entry-featured-image-url img {
			max-height: 15vh !important;
			margin-bottom: 5%;
		}
		/* Post Entry Title */
		.l2nm-blog-latest-recent_more_v3 .et_pb_post .entry-title  {
			height: fit-content;
			margin-bottom: 1% !important;
		}	
		/* Post Meta Container */
		.l2nm-blog-latest-recent_more_v3 .et_pb_post .post-meta { 
			position: unset !important;				
		}
	/* --------------------------------------------------------------
		2.10 - Blog Recent Post - Sidebar
	-----------------------------------------------------------------*/
		#_1kpoker-blog-recent-posts .et_pb_post, 
		#_1kpoker-blog-recent-posts-v2 .et_pb_post {
			padding-top: 4vw;
			margin-bottom: 2vw;
		}
		#_1kpoker-blog-recent-posts .et_pb_post .entry-featured-image-url img, 
		#_1kpoker-blog-recent-posts-v2 .et_pb_post .entry-featured-image-url img {
			width: 20vw;
			height: 25vw;
			margin-right: 2vw;
		}
	/*--------------------------------------------------------------
		3.2 Toolset Datagrid
	--------------------------------------------------------------*/
		._1kpooker-grid-3cols-item1 {
			grid-column: 1;
			grid-row: 1;
		 }	
		._1kpooker-grid-3cols-item2 {
			grid-column: 1;
			grid-row: 2;
		 }	
		._1kpooker-grid-3cols-item3 {
			grid-column: 1;
			grid-row: 3;
		 }		
} /*** END: @media only screen and ( max-width: 479px ) ***/