/*
	Theme Name: Christopher Kulendran Thomas
	Text Domain: ckt
	Description: A WordPress theme handwritten for the Studio of the visual artist Christopher Kulendran Thomas.
	Version: 1.0
	Author: Lai Guim
	Author URI: https://www.laiguim.com
	Tags: white, basic layout, two columns, fluid width, handwritten code.

*/

body {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	margin: 0 auto !important;
	padding: 0 !important;
	-webkit-text-size-adjust: 100% !important;
	-ms-text-size-adjust: 100% !important;
	-webkit-font-smoothing: antialiased !important;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

h1 {
	padding-bottom: 8px;
}

h2, h3, h4, h5, h6, p {
	padding-bottom: 10px;
}

ul, ol, li {
	list-style-type: none;
}

a {
	text-decoration: none !important;
	color: #000;
}

a:hover {
	color: #F00;
}

img {
	display: block;
	float: left;
	clear: both !important;
	border: 0 !important;
	outline: none !important;
	width: 100%;
	height: auto !important;
}

img.vertical {
	width: 55%;
}

.triple-size {
	font-size: 46px;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#inner {
	margin: 0px;
	padding: 0px 18px 0 18px !important;
}

#header {
	display: inline-block;
	float: left;
	clear: both;
	width: 100%;
	padding: 0px 0 0px 0 !important;
	margin: 0 !important
}

.post {
	clear: left;
	height: inherit;
}

.post + .post {
	padding-top: 100px;
}

.post-content p {
	display: inline-block;
	float: left;
	clear: both;
}

.vimeo-wc-video + p {
	padding-top: 10px;
}

ul.links li {
	display: inline-block;
	float: left;
	clear: both;
}

ul.links + p {
	padding-top: 16px;
}

.widget_text {
	padding: 18px 36px 0 0 !important;
}


/* Desktop */
@media screen and (min-width: 769px) {
	ul.links li {
		padding-bottom: 6px !important;
	}

	li.menu-item {
	padding-bottom: 6px;
	}
}

/* Tablets */
@media screen and (min-width: 401px) and (max-width: 768px) {
	ul.links li {
		padding-bottom: 8px !important;
	}

	li.menu-item {
	padding-bottom: 8px;
	}
	
	.post img.vertical {
		width: 100%;
	}
}

/* Devices */
@media only screen and (max-width: 400px) {
	ul.links li {
		padding-bottom: 10px;
	}

	li.menu-item {
	padding-bottom: 10px;
	}

	.post img.vertical {
		width: 100%;
	}
	
	.widget_text {
	padding: 16px 0 0 0 !important;
}
}

/* Desktop */
@media screen and (min-width: 769px) {
	
	.left {
		display: inline-block;
		float: left;
		clear: none;
		width: 33.33%;
		padding: 0 !important;
	}
	
	.right {
		display: inline-block;
		float: left;
		clear: none;
		width: 66.66%;
		padding: 0 !important;
	}

}

/* Tablets */
@media screen and (min-device-width: 401px) and (max-device-width: 768px) { 

body {
	font-size: 15px !important;
}
	
	.left, .right {
		display: block;
		float: left;
		clear: left !important;
		width: 100% !important;
		padding: 0 !important;
	}
	
	.post img.vertical {
		width: 100%;
	}
	
	ul.links li {
		padding-bottom: 8px;
	}

	li.menu-item {
	padding-bottom: 8px;
	}
	
	.widget_text {
	padding: 16px 0 0 0 !important;
}

}

/* Devices */
@media only screen and (max-device-width: 400px) {

body {
	font-size: 16px !important;
}

	.left, .right {
		display: block;
		float: left;
		clear: left !important;
		width: 100% !important;
		padding: 0 !important;
	}

	.post img.vertical {
		width: 100%;
	}

	ul.links li {
		padding-bottom: 10px;
	}

	li.menu-item {
	padding-bottom: 10px;
	}
	
	.widget_text {
	padding: 16px 0 0 0 !important;
}

}

#sidebar {
	clear: left;
}

#menu {
	padding: 18px 0 0 0 !important;
}

.current-menu-item a {
	color: #F00 !important;
}

#menu-secondary {
	padding: 16px 0 0 0 !important;
}

#content {
	padding: 16px 0 0 0 !important;
}

ul.links {
	padding-bottom: 16px !important;
}


ul.links li:last-child {
	padding-bottom: 0 !important;
}

ul.links:last-child {
	padding-bottom: 0 !important;
}

#footer {
	color: #DDD;
	clear: left;
	padding: 22px 0 4px 0 !important;
}

#wpfront-scroll-top-container div.text-holder {
	padding: 4px 0 4px 16px !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-webkit-box-shadow: 0 0 0 0 rgba(50,50,50,0.5) !important;
	-moz-box-shadow: 0 0 0 0 rgba(50,50,50,0.5) !important;
	box-shadow: 0 0 0 0 rgba(50,50,50,0.5) !important;
}

#wpfront-scroll-top-container div.text-holder:hover {
	color: #F00 !important;
}