/*
Theme Name: Khloris Theme
Theme URI: /wp-content/themes/khloris_theme/
Author: The Stem Group
Author URI: https://www.thestemgroup.com/
Description: This is the description for the theme.
Version: 1.0
License: Not for resale, personal use or useage by other parties but cleint.
License URI: http://www.thestemgroup.com
Tags: two-columns
Text Domain: blank


This theme is protected under copyright of the designer
*/


/*  Main Structure */



html, body {
	min-height:100%;
	background-color: #ffffff;
	background-position:center top;
	margin:0px;
	font-size:16px;
}


/*  Footer  */



#footer {
	height:200px;
	width:100%;
	min-width:1100px;
	margin-top: 0px;
	padding:0 0 50px 0;
	text-align:center;
	background-color: #808080;
	background-position:top center;

}



#footer_c1 {
	width:366px;
	height:200px;
	display:inline-block;
	text-align:left;
	vertical-align:text-top;
	color:#ffffff;
	text-decoration:none;
	font-family:verdana;
	font-size:1.2rem; /* 12 pt */
	font-weight:lighter;
}

#footer_c2 {
	width:366px;
	height:180px;
    padding: 20px 0 0 0;
	display:inline-block;
	text-align:center;
	vertical-align:text-top;

}

#footer_c3 {
	width:366px;
	height:175px;
	padding:25px 0 0 0;
	display:inline-block;
	text-align:right;
	vertical-align:text-top;
	color:#ffffff;
	text-decoration:none;
	font-family:verdana;
	font-size:1.2rem; /* 12 pt */
	font-weight:lighter;
}








/*  Header  */



#header {
	height: 200px;
	width:1100px;
	text-align:center;
	margin:0 auto 0 auto;
	display:block;
}

#logo {
	height: 200px;
	width: 150px;
	float: left;
	
}

#navigation {
	height: 17px;
	width: 950px;
	padding: 40px 0 0 0;
	text-align: right;
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 1.5rem;
	float: right;
}

#social {
	height: 89px;
	width: 580px;
	padding: 53px 40px 0 330px;
	text-align:right;
	float: right;
	background-image:url(http://khloris.ca/wp-content/themes/khloris/images/quote-button.png);
	background-position:right center;
}


/*  slideshow  */


#slideshow {
	height:50vh;
	min-height: 400px;
	width:100%;
	min-width:1190px;
	margin-bottom:40px;
	background-color: #b3d134;
	background-size:cover;
	background-position:center;	
	overflow:hidden;
	box-shadow:0px 0px 20px #9f9f9f;
	
}

#banner-blog {
	height:50vh;
	min-height: 400px;
	width:100%;
	min-width:1190px;
	margin-bottom:40px;
	background-image:url(http://khloris.ca/wp-content/themes/khloris/images/banner-blog.jpg);
	background-size:cover;
	background-position:center;	
	overflow:hidden;
	box-shadow:0px 0px 20px #9f9f9f;
	
}

#banner-services {
	height:50vh;
	min-height: 400px;
	width:100%;
	min-width:1190px;
	margin-bottom:40px;
	background-image:url(http://khloris.ca/wp-content/themes/khloris/images/banner-services.jpg);
	background-size:cover;
	background-position:center;	
	overflow:hidden;
	box-shadow:0px 0px 20px #9f9f9f;
	
}

#banner-about {
	height:50vh;
	min-height: 400px;
	width:100%;
	min-width:1190px;
	margin-bottom:40px;
	background-image:url(http://khloris.ca/wp-content/themes/khloris/images/banner-about.jpg);
	background-size:cover;
	background-position:center;	
	overflow:hidden;
	box-shadow:0px 0px 20px #9f9f9f;
	
}

#banner-contact {
	height:50vh;
	min-height: 400px;
	width:100%;
	min-width:1190px;
	margin-bottom:40px;
	background-image:url(http://khloris.ca/wp-content/themes/khloris/images/banner-contact.jpg);
	background-size:cover;
	background-position:center;	
	overflow:hidden;
	box-shadow:0px 0px 20px #9f9f9f;
	
}

/*  Content  */



#content {
	height:auto;
	min-height:300px;
	width: 1100px;
	margin:40px auto 40px auto;
	background-color:#ffffff;
	overflow: hidden;
}



#home-tech {
    height: auto;
    width: 530px;
    margin: 40px 40px 40px 0;
    float: left;
}

#home-video {
    height: auto;
    width: 530px;
    margin: 40px 0 40px 0;
    float: left;
}




#content_blog_left {
	min-height:100px;
	height: auto;
	width: 820px;
	margin-right:30px;
	float:left;
}

#content_blog_right {
	min-height:100px;
	height: auto;
	width: 250px;
	float:left;
	
}

#content_50_left {
	min-height:100px;
	height: auto;
	width: 535px;
	margin-right:30px;
	float:left;
}

#content_50_right {
	min-height:100px;
	height: auto;
	width: 535px;
	float:left;
	
}

#content_33_left {
	min-height:100px;
	height: auto;
	width: 346px;
	margin-right:30px;
	float:left;
	background-color:#F00;
}

#content_33_middle {
	min-height:100px;
	height: auto;
	width: 347px;
	margin-right:30px;
	float:left;
	background-color:#0030FF;
	
}

#content_33_right {
	min-height:100px;
	height: auto;
	width: 347px;
	float:left;
	background-color:#EBF428;
	
}

#content_66_33_left {
	min-height:100px;
	height: auto;
	width: 713px;
	margin-right:30px;
	float:left;
	background-color:#F00;
}


#content_66_33_right {
	min-height:100px;
	height: auto;
	width: 357px;
	float:left;
	background-color:#EBF428;
	
}

#content_33_66_left {
	min-height:100px;
	height: auto;
	width: 357px;
	margin-right:30px;
	float:left;
	background-color:#F00;
}


#content_33_66_right {
	min-height:100px;
	height: auto;
	width: 713px;
	float:left;
	background-color:#EBF428;
	
}





/*  Special Elements  */




#rounded_box {
	height:47px;
	width:246px;
	padding-top:8px;
	margin-bottom:17px;
	background-color:#FFFFFF;
	border-radius: 0px 00px 40px 40px / 0px 0px 200px 200px;
	box-shadow:0px 0px 20px #9f9f9f;
}	
	
	
	
.clear {
	clear:both;
	width:100%;
	height:1px;
}




hr.thin {
	height:1px;
	border:0;
	color:#ffffff;
	background-color:#000000;
	width:80%;
}

.social-icon {
float: left;
	margin: 8px 20px 0 0;
}




/*  Image Alignment  */


.img_top_left {
	margin-bottom:40px;
	margin-left:40px;
	margin-right:0px;
	margin-top:0px;
	float:right;

}

.img_mid_left {
	margin-bottom:40px;
	margin-left:40px;
	margin-right:0px;
	margin-top:40px;
	float:right;

}



img {
	border:none;
}


/*  Fonts  */





h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.5rem; /* 12 pt */
	color: #287735;
	font-weight:bold;
	margin:0px;
	
}

h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.125rem; /* 12 pt */
	color: #287735;
	font-weight:bold;
	margin:0px;
	
}

h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.125rem; /* 12 pt */
	color: #287735;
	font-weight:bold;
	
}



h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.9375rem; /* 12 pt */
	color: #287735;
	font-weight:bold;
	
}


h5 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.875rem; /* 12 pt */
	color: #287735;
	font-weight:bold;
	
}

h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.7rem; /* 12 pt */
	margin:0px;
	color: #287735;
	font-weight:normal;
	
}

p {
	font-family: verdana;
	font-size: 0.75rem; /* 12 pt */
	color: #000000;
	line-height: 1.5em;
	
}

.white {
	color: #ffffff;
}

.yellow {
	color:#EEFF00;
}

ul {
	font-family: verdana;
	font-size: 0.75rem; /* 12 pt */
	color: #000000;
	line-height: 1.5rem;
	
}



li {
	font-family: verdana;
	font-size: 0.75rem; /* 12 pt */
	color: #000000;
	line-height: 1.5rem;
	
}


.font_footer {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2rem; /* 12 pt */
	color: #000000;
	line-height: 1rem;
}

.link_footer {
	font-family: verdana;
	font-size: 0.7rem; /* 12 pt */
	color: #ffffff;
	font-weight:bold;
	margin:0px;
	
}

.quote {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.875rem; /* 12 pt */
	color: #000000;
}





/*  Links  */




a:link {
	color:#3a5c20;
	text-decoration:none;
}
a:visited {
	color:#3a5c20;
	text-decoration:none;
}
a:hover {
	color:#adce37;
	text-decoration:none;
	text-shadow:1px 1px 2px black;
}
a:active {
	color:#3a5c20;
	text-decoration:none;
}




.link_nav a:link {
	color:#3a5c20;
	text-decoration:none;
}
.link_nav a:visited {
	color:#3a5c20;
	text-decoration:none;
}
.link_nav a:hover {
	color:#adce37;
	text-decoration:none;
	text-shadow:1px 1px 2px black;
}
.link_nav a:active {
	color:#3a5c20;
	text-decoration:none;
}




.link_footer a:link {
	color:#ffffff;
	text-decoration:none;
}
.link_footer a:visited {
	color:#ffffff;
	text-decoration:none;
}
.link_footer a:hover {
	color:#ffffff;
	text-decoration:none;
	text-shadow:1px 1px 2px black;
}
.link_footer a:active {
	color:#ffffff;
	text-decoration:none;
}


/*** CONTENT : POSTS AND PAGES ***/





.widget-title {
	/* Style for widget titles */
	font-family: verdana;
	font-weight: 300;
	font-size: 1rem;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 20px;
}
/* Style for widget links */
.archive_link a:link {
	color: #515050;
	text-decoration: none;
}
.archive_link a:visited {
	color: #515050;
	text-decoration: none;
}
.archive_link a:hover {
	color: #FA0000;
	text-decoration: none;
	text-shadow: 1px 1px 2px black;
}
.archive_link a:active {
	color: #515050;
	text-decoration: none;
}
/* Style for space between widgets */
.widget-container {
	padding-bottom: 20px;
}
/* Style for photo captions */
.wp-caption-text {
	text-align: center;
}
/* Style for edit link */
.post-edit-link {
	font-family: verdana;
	font-size: 1rem;
	color: #F00;
}
.edit-link a:link {
	color: #F00;
	text-decoration: none;
}
.edit-link a:visited {
	color: #F00;
	text-decoration: none;
}
.edit-link a:hover {
	color: #F00;
	text-decoration: none;
	text-shadow: 1px 1px 2px black;
}
.edit-link a:active {
	color: #F00;
	text-decoration: none;
}
/* Style for search box text */
.screen-reader-text {
	font-family: verdana;
	font-size: 0.75rem;
	color: #000000;
}
/* Style to hide search field */
label.screen-reader-text {
	display: none;
}
/* Entry and Page Titles */
h1.entry-title {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.5rem; /* 12 pt */
	color: #287735;
	font-weight:bold;
	margin: 0 0 20px 0;
}
h2.entry-title {
	font-family: verdana;
	font-size: 1.5rem;
	color: #000000;
	font-weight: bold;
	margin: 0px;
}
h3.entry-title {
	font-family: verdana;
	font-size: 1.125rem;
	color: #000000;
	font-weight: bold;
}
h3.entry-title a {
	font-family: verdana;
	font-size: 1.125rem;
	color: #000000;
	font-weight: bold;
	margin: 0px;
}
h2.home-title {
	font-family: verdana;
	font-size: 1.125rem;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2.latestpost {
	display: block;
	font-family: verdana;
	font-size: 2rem;
	color: #848484;
	font-weight: bold;
	padding: 0 0 40px 0;
	text-align: center;
}
h2.page-title {
	font-family: verdana;
	font-size: 1.5rem;
	color: #000000;
	font-weight: bold;
	margin: 0px;
}
/* Media Alignment */
.alignright {
	/* Style for right-aligned images in posts */
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	float: right;
}
.alignleft {
	/* Style for left-aligned images in posts */
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Entry Content */
.entry-content {
/* Style that affects actual entry/post content */
}
.entry-content a {
}
.entry-content a:hover {
}
.entry-content ol li {
}
.entry-utility {
	font-family: verdana;
	font-size: 0.8rem;
	color: #000000;/* Style for the entry utility, which sits below a post and provides info like categories, tags, feeds, and an edit link (for authors) */
}
.entry-meta {
	font-family: verdana;
	font-size: 0.8rem;
	color: #000000;	/* Style for the entry metadata (author, etc.) */
}
.meta-prep meta-prep-author {
	font-family: verdana;
	font-size: 0.8rem;
	color: #000000;
}
.skip-link {
	font-family: verdana;
	font-size: 0.8rem;
	color: #000000;/* Style for the skip link *//*position: absolute;
	left: -9000px;*/
}
.navigation {
	font-family: verdana;
	font-size: 0.8rem;
	color: #000000;/* Style for the navigation links (next/previous post) on a given post */
}
/*** CONTENT : COMMENTS ***/

div#comments {
/* Style that affects the DIV containing all the comments */
}
.comments h3 {
/* H3 header style for comments */
}
.comments ol {
/* Comments are displayed as ordered lists by default, so you want to style that list so it looks the way you want */
}
.comments ol li {
/* Style each list item in the comments ordered list */
}
.comments img {
	/* Style for the user avatar beside each comment */
	float: left;
	margin: 0 12px 8px 0;
}
.comments .comment {
/* Style that applies to each individual comment in a series of comments */
}
.children ul li {
/* A style that refers to the children (as in, responses to) any given comment */
}
.comment-reply-link {
/* Style for the "Reply" link on a comment */
}
.comment-meta {
/* Style for metadata for a comment */
}
div#respond {
/* DIV that contains the comment response form */
}
div#respond h3 {
/* H3 header for the comment response form */
}
/*** CONTENT : SIDEBAR ***/
div#primary {
/* Primary Widget Area DIV */
}
div#secondary {
/* Secondary Widget Area DIV */
}
.widget-area {
/* Class that applies to BOTH widget areas */
}
.xoxo {
	list-style: none;/* Class that applies to each item in each widget area (an unordered list class) */
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
#nav-below {
	width: 100%;
	text-align: center;
	display: block;
}
.navigation {
	display: block;
	list-style: none;
	font-size: 12px;
}
.navigation li {
	display: inline-block;
}
.navigation li a {
	display: block;
	float: left;
	padding: 4px 9px;
	margin-right: 7px;
	border: 1px solid #efefef;
	text-align: center;
}
.navigation li span.current {
	display: block;
	float: left;
	padding: 4px 9px;
	margin-right: 7px;
	border: 1px solid #efefef;
	background-color: #f5f5f5;
}
.navigation li span.dots {
	display: block;
	float: left;
	padding: 4px 9px;
	margin-right: 7px;
}



blockquote {
	width: 60%;
  	margin: 10px auto 10px auto;
    background:#f9f9f9;
    border:1px solid #ccc;
    font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    padding:.5em 20px;
    quotes:"\201C""\201D""\2018""\2019";
	
    }
	
	
    blockquote:before {
    color:#ccc;
    content:open-quote;
    font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size:4em;
    line-height:.1em;
    margin-right:.25em;
    vertical-align:-.4em;
    }
	
    blockquote p {
    display:inline;
    }
	
    blockquote cite {
    color:#ACACAC;
    font-size: 1.2rem;
    display: block;
    margin-top: 10px;
    }





/*			blog structure            */


#content_blog_left {
	min-height: 100px;
	height: auto;
	width: 820px;
	margin-right: 40px;
	float: left;
}
#content_blog_right {
	min-height: 100px;
	height: auto;
	width: 200px;
	float: left;
}
#toparticle {
	height: auto;
	width: 820px;
}
#toparticleimage {
	height: 195px;
	width: 400px;
	margin: 0 40px 10px 0;
	float: left;
	border-radius:20px;
	overflow: hidden;
	border: 1px solid #ff994c;	
	box-shadow:0px 0px 10px #6d6d6d;
}


/* 2 colum */

#gridcontainer {
	margin: 20px 0;
	width: 100%;
}
#griditemleft {
	float: left;
	width: 390px;
	height: 400px;
	margin: 0 40px 40px 0;
}
#griditemright {
	float: left;
	width: 390px;
	height: 400px;
	margin: 0 0 40px 0;
}
#gridpostimage {
	height: 195px;
	width: 390px;
	margin: 0 0 10px 0;
	overflow: hidden;
	border-radius:20px;
	overflow: hidden;
	border: 1px solid #ff994c;	
	box-shadow:0px 0px 10px #6d6d6d;
}



/* Feature Image control */
img.attachment-category-thumbnail.size-category-thumbnail.wp-post-image {
	display: block;
	max-width: 100%;
	min-width: 100%;
	max-height: auto;
	width: auto;
	height: auto;
}




/*** FOOTER ***/



/*** YOUR CSS ***/
