/*
	Theme Name: Urban2025 
	Theme URI: 
	Description: modified Urban2016 adopted HTML5Blank 
	Version: 1.0
	Author: pycheung
	Author URI: pycheung.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 BrandonGrotesque, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
html, body{
margin:0;
width:100%;
height:100%;
box-sizing: border-box;
font-size:12pt;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:100%;
	margin:0 auto;
	position:relative;
	box-sizing: border-box;
	/*background: #888;*/
	min-height:100dvh;
	display:flex;
	flex-direction: column;
}
main{
	flex:auto;
}
/* header */
.header {
	width: calc(100% - 10px);
}

.cat{
	/* border:1px solid #ccc !important; */
	background: #efefef !important;
	background: #efefef88 !important;
}
.single{
	/* border:1px solid #ccc !important; */
	background: #fff !important;
}

/* logo */
.logo {
	width:100%;
	height:130px;
	background: #888;
	display: flex;
	align-items: center;
	margin: 10px 0;
	
}
.logo .cell{
	/* vertical-align:middle; */
	/* display: table-cell; */
	height:100%;
	color:#fff;
	/*text-shadow: 1px 1px 1px #888, 0 0 20px #888;*/
}
.logo a{
	color:#fff;
}

.logo-img {

}
/* social */
.social {
	float: right;
}

/* nav */
nav {
	height:50px;
	margin:20px 0 ;
}
.nav{
	float: left;
}
.btn{
	width:100px;
    background: #fff;
    color: #888;
    padding: 12px 12px;
    text-decoration: none;
    font-size:150%;
    line-height:62px;
}
.btn:hover{
	/*background:gold;*/
}

.btn_contact {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: #eee;
    color: #888;
    padding: 12px 12px;
    text-decoration: none;
    font-size: 100%;
    display: block;
    text-align: center;
    padding-top: 20px;
	margin:0 auto;
}
.btn_contact:hover{
	/*background:gold;*/
	background: #836AAC;
	color:#ffffff;
}



/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media only screen and (max-width:700px) {

	.col3{
		width:100% !important;
	}
	.header{
		width:100%;
	}
	.nav{
		font-size: 0.8rem;
		clear: left;
		/* margin-bottom: 80px; */
	}
}

@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
.sort, .nonsort{
	/*float:left;*/
}


/* tiles */
#tiles {
	width: 100%;
	display:none;
}
#single{
	width: calc(100% - 10px);
}


#tiles article{ 
	/*background: #ccc;*/
	
}
.box article{
	
}



.box{
	/*float:left;*/
	box-sizing: border-box;
	background: #fff;
}
.round{
	border-radius: 5px;
	overflow:hidden;
	/*background:#eee;*/
	margin-bottom: 10px;
	border:1px solid #eee;
}

.col1 { width: 100%; }
.col2 { width: 50%; } /* not used */
.col3 { width: calc(100%/3 - 10px); }
/*.col3 { width: 32%; }*/

.col3 .thumb {
	width:100%;
	max-height:300px;
	object-fit: cover;
}

.textbox	{ 
	padding:20px;
}




h1, h2, h3, h4, h5, h6 {
	/*text-shadow: 1px 1px 0 rgba(0,0,0,0.5);*/
	margin: 0;
	font-weight: normal;
	line-height: 1.3em;
}
h1,h2{
	font-family: BrandonGrotesque-Light, BrandonGrotesque, Helvetica, Tahoma;
}
h3,h4,h5{
	font-family: BrandonGrotesque, BrandonGrotesque, Helvetica, Tahoma;
}


:root {
	--color1: #02B2BF;
	--color2: #836AAC; 
	--color3: #F7941F; 
	--color4: #8DC641; 
  }


.col-default{
	background-color: var(--color1) !important;
	color:#fff;
}
.col-default .textbox{
	text-shadow: -1px -1px 0 #02B2BF,  
	1px -1px 0 #02B2BF,
	-1px 1px 0 #02B2BF,
	1px 1px 0 #02B2BF;
}
.col-cpu{
	background-color: var(--color2) !important;
	color:#fff;
}
.col-cpu .textbox{
	text-shadow: -1px -1px 0  var(--color2),  
	1px -1px 0 var(--color2),
	-1px 1px 0  var(--color2),
	1px 1px 0  var(--color2);
}
.over-cpu:hover{
	background-color:  var(--color2) !important;
	color:#fff;
}

.col-net{
	background-color: var(--color3) !important;
	color:#fff;
}
.col-net .textbox{
	text-shadow: -1px -1px 0 var(--color3),  
	1px -1px 0 var(--color3),
	-1px 1px 0 var(--color3),
	1px 1px 0 var(--color3);
}
.over-net:hover{
	background-color: var(--color3) !important;
	color:#fff;
}
.col-cpuai{
	background-color: var(--color4) !important;
	/*background-color: #8cc641 !important;*/
	color:#fff;
}
.col-cpuai .textbox{
	text-shadow: -1px -1px 0 var(--color4),  
	1px -1px 0 var(--color4),
	-1px 1px 0 var(--color4),
	1px 1px 0 var(--color4);
}
.over-cpuai:hover{
	background-color: var(--color4) !important;
	color:#fff;
}

.tag-custom{
	background-color: #eee;
	border-radius: 5px;
	padding:1px 8px;
	margin:0 5px 0 0;	
	text-transform: uppercase;
	font-size:8pt;
}

.btn-related{
	background-color: #eee;
	border-radius: 2px;
	padding:1px 8px;
	margin:0 5px 0 0;	
	text-transform: uppercase;
	font-size:13pt;
}


#colourinidcator{
	/*width:10px;height:10px;*/
	padding: 3px 12px;
	float:left;
	/*margin:5px;*/
	text-transform: uppercase;
	
	
}

.small{
	font-size:0.8rem;
}

.adminbtn{
	display: inline-block;
	padding:0.4rem 0.8rem;
	border-radius: 0.4rem;
	background-color: #ccc;
}
blockquote{
	border-left:5px solid #ccc;
	margin:0;
	padding:1rem;
	font-size:1.1rem;
}
.center{
	margin:0 auto;
	text-align: center;
}

.tags a{
	background:#efefef;
	padding:0.2rem 0.4rem;
}

iframe{
	border:0;
}

.full-width-section {
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
}

.ar1{
	max-width: 100%;
	height:50vh;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}