/*
Theme Name: PokerKing Partners var 1
Theme URI: https://www.pokerkingpartners.com
Author: Vasil Tonchev
Version: 1
*/

:root { 
	--container-width: 100%;
	--top-module-bkg-color: rgba(0,0,0,.5);
	--top-module-bkg: linear-gradient(to right, var( --top-module-bkg-color ) 5%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 80%, var( --top-module-bkg-color ) 95%);
	--page-top-module-992-height: 120px;
	
	--red-color: #ed1c26;
	--red-color-hover: #000;
	
	--topmenu-height: 33px;
	
}
	
@media screen and (min-width:768px) {
 
	:root { 
		--container-width: 750px 
	}
}
@media screen and (min-width:992px) {
  
	:root { 
		--container-width: 970px 
	}
}
@media screen and (min-width:1200px) {

	:root { 
		--container-width: 1170px 
	}
}


/* WP STYLE DEFAULT */


.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin: 9px 30px 9px 0px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin: 9px 0px 9px 30px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
