/*
	Theme Name: CosPro Agency
	Theme URI: http://cosproagency.com
	Description: Custom HTML5 WordPress Theme
	Version: 1.4.3
	Author: Ted Bondhus
	Author URI: http://cosmeticpromotions.com
	Tags: Blank, HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@import url('library/css/unsemantic-grid-responsive.css');
@import url('library/css/fonts/stylesheet.css');

/* 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, body{height:100%;}
body {
	font-family: 'AvantGarde', sans-serif;
	font-size: 14px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#3F006C;
	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:998px;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
background: url('img/bokeh.png') no-repeat #DDC9E2 top center;
padding: 15px 0px 0px;
margin-bottom: 40px;
}
#cta-home{z-index:200;width:400px;position: absolute; top:310px;right: 40px;}
#cta-home h2{text-align: right;font-size:19px;line-height: 1.2em; margin-bottom: 8px;color: #EC018B;}
#cta-home a{
float: right;
background: #EC018B;
color: white;
padding: 5px 20px;
text-align: center;
font-size: 20px;
font-weight: bold;
-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; 
}


#header_title img{position: absolute;left:145px;bottom:-20px;}

#Stage{
background: #DDC9E2;	margin-left: -40px;
}
.tempheight{height:420px;}
/* logo */
.logo {
padding-bottom: 15px;
}
.logo-img {
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
background: #F8F8F8;
}
.footer ul{list-style: none;}
.footer h2{font-size: 15px;}
/* sticky footer */
div.page-wrap-sticky-footer { 
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -250px; 
}
div.page-wrap-sticky-footer:after{
	content: "";
	display: block;
}
.footer, div.page-wrap-sticky-footer:after{
	min-height: 250px;
}

/*------------------------------------*\
    Navigation
\*------------------------------------*/
nav.nav-main{margin: 10px 0px 0px;z-index: 600;}
.nav-main ul{float: right;}
.nav-main li{
font-weight: bold;
font-size: 18px;
list-style: none;
display: inline-block;
margin-left: 20px;
}
.nav-main li a{color: #3F006C;}
.nav-main ul.children{display: none;}


/* sidebar navigation */
aside ul.menu{
	list-style: none;
	margin: 13px 13px 0px 0px;
	padding: 0px;
}
aside ul.menu li{
	background: #E8DAEB;
	color: white;
	margin:0px 0px 10px 0px;
	padding: 3px 0px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; 
}
aside ul.menu li a{color:#3F006C;}
aside ul.menu li.current-menu-item a{color: white;}
aside ul.menu li.current-menu-item{background: #3F006C;}

aside ul.menu li:hover{background: #DDC9E3;}
aside ul.menu li.current-menu-item:hover{background: #3F006C;}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
/* home */
#testimonial{
background: url('img/tesimonial_quotes.png') no-repeat;	
}
#test_btn{
	margin:auto;
	width:150px;
	display:block;
	background: #E8DAEB;
	text-align: center;
	padding: 5px 0px;
	font-weight: bold;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; 

}

/* sidebar */
.sidebar-widget ul {list-style: none;padding: 0px;margin-top: -12px;}
.sidebar-widget li{margin-bottom: .7em;}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h1{color: #3F006C;}
.copyright{text-align: center; font-size: 10px;}

h2{margin-bottom: .2em;}
p{margin-top: 0px;}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@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;
	}
}
