@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------
	>>> TABLE OF CONTENTS:
--------------------------------------------------------
1.0		Standard 		
		1.0 #_1kpoker-lp-fullwidth-page		
			1.0.1 #_1kpoker-section-fullscreen-row
			
		1.1 #_1kpoker-lp-footer-advertising
		1.2 
99.0 	Media Query

--------------------------------------------------------- */


/*--------------------------------------------------------------
	1.0 #_1kpoker-lp-fullwidth-page	
--------------------------------------------------------------*/
	#_1kpoker-lp-fullwidth-page {
    	height: 100vh;
    }
	
	/* DO NOT INCLUDE iN TOP LEVEL */
	#_1kpoker-section-fullscreen-row {
		height: 60%;
		width: 80%;
		position: absolute;
		top: 0; 
		left: 0; 
		bottom: 0; 
		right: 0; 
		margin: auto !important;
	}
	
	
/* ---------------------------------------------------------------
	1.1 #_1kpoker-lp-footer-advertising
	
-----------------------------------------------------------------*/
	#_1kpoker-lp-footer-advertising {		
		font-size:10px !important;		
	}


/* ---------------------------------------------------
	99.0 Mobile @media
------------------------------------------------------ */

	/* Large screens (1405px upwards) */
	@media only screen and ( min-width: 1405px ) { 
	

	}
	/* Laptops and desktops (1100-1405px) */
	@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) { 

	}

	/* Portrait and Landscape */
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
	

	} /* END: @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) */


	/* Tablets in landscape mode (981-1100px) */
	@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) { 

	/*--------------------------------------------------------------
		1.0 #_1kpoker-lp-fullwidth-page	
	--------------------------------------------------------------*/

			#_1kpoker-lp-fullwidth-page_ {	
				height: calc(var(--vh, 1vh) * 100) !important;
			}


	} /* END: @media only screen and ( min-width: 981px ) and ( max-width: 1100px ) */

	/* Tablets in portrait mode (768-980px) */
	@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {



	} /* 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 ) {



	} /* 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 ) {




	} /* END: @media only screen and ( max-width: 479px ) */


