/*
Theme Name: Aitkenspence - Responsive Multipurpose WordPress Theme
Author: Aitkenspence
Version: 1.2.1
License: GNU General Public License version 3.0
Description: Aitkenspence is a clean and very well designed responsive and multi-purpose site template which is suitable for business, portfolio or personal blog websites.
All PHP code is released under the GNU General Public Licence version 3.0
All HTML/CSS/JAVASCRIPT code is released under Envato's Regular License Aitkenspence

Tags: dark, light, white, black, gray, one-column, two-columns, right-sidebar, responsive, custom-background, custom-header, custom-menu, editor-style, featured-image-header, featured-images, theme-options
*/
@import url(style.php);
/* WP CORE STYLES */

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

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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%; /* Image does not overflow the content area */
    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 p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

.bypostauthor {}
.sticky{}
.gallery-caption{}
.footer h3{
	text-transform:uppercase;
}
#history .blue{
	color:#fff;
	background:#197ddb;
	padding:0 10px;
	font-family: 'Lato',sans-serif;
}
#history .blue-line{
	border-top: 1px solid #197DDB;
    height: 1px;
    margin: 0;
    width: 82px;
    position: absolute;
}
.blue{
	color:#197ddb;
}
.index h1, .index h3,.page-content h1, .page-content h3{
	font-weight:300;
}
.featured-news ul li{
	padding:10px 0 10px 15px;
	border-bottom:solid 1px #ececec;
	background:url(style/images/news-bullet.png) no-repeat center left;	

}
.featured-news ul li a{
	color:#555;
}
.featured-news ul li a:hover{
	color:#000;
}
.top_menu a{
	color:#555555;
}
.top_menu a:hover{
	color:#000;
}
.right{
	float:right;	
}
.current-menu-item a,.current-page-ancestor a{
	background: #197ddb;
	color:#fff;
}
@font-face {
	font-family: 'Conv_SOLSTICE';
	src: url('fonts/SOLSTICE.eot');
	src: local('?'), url('fonts/SOLSTICE.woff') format('woff'), url('fonts/SOLSTICE.ttf') format('truetype'), url('fonts/SOLSTICE.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.tp-caption.big_white{
	/*font-family:'Conv_SOLSTICE',Sans-Serif;
	font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:lato;
	font-weight: initial;
	text-transform:none;
	background:none;
	color:#fff;
	font-size:36px;
}
.tp-caption.big_blue{
	/*font-family:'Conv_SOLSTICE',Sans-Serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:none;
	background:none;
	color:#06C;
	font-size:36px;
}
.tp-caption.desc{
  	background:#3e4449;
    color:#fff;
  	position:absolute;
	width:950px;;
	margin:0 auto;
	height:45px;
	text-align:center;
	padding:5px;
	white-space: inherit;
 }
/*.three-fourth {
    margin-bottom: 20px;
}*/
.vco-storyjs h1, .vco-storyjs h2, .vco-storyjs h3, .vco-storyjs h4, .vco-storyjs h5, .vco-storyjs h6{
	color:#197DDB;
}
.quote{
    color: #C2C9E6;
    font-family: times new roman;
    font-size: 60px;
    text-align: center;
}
.quote-text{
	font-family: 'Lato',sans-serif;
	font-size: 16px;
    line-height: 19px;
	font-weight:300;
}