/*  
Theme Name: POS
Theme URI: http://www.sixhalfdozen.com/
Version: 1.0.0
Author: 6HD
Author URI: http://www.sixhalfdozen.com/
*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
}
/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font: 14px/150% "nimbus-sans",sans-serif;
	color: #666;
	background: #2D292A;
}
a {
	color: #0080C6;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
p:last-child , .home-block p{
	margin: 0!important;
	padding: 0;
}
small {
	font-size: 87%;
}
blockquote {
	font: italic 110%/130% "nimbus-sans",sans-serif;
	padding: 8px 30px 15px;
}

/* LIST
================================================ */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}

/* FORM
================================================ */
/* form input */
input, textarea, select, input[type=search], button {
	font-size: 100%;
	font-family: inherit;
}
input[type=text], input[type=tel], input[type=email], input[type=date], input[type=password], textarea {
	background: #f3f3f3;
	border: solid 1px #ddd;
	padding: 6px 10px;
	-webkit-appearance: none;
}
select {
	background: #f3f3f3;
	border: solid 1px #ddd;
	padding: 6px 10px;
}
input[type=text], input[type=tel], input[type=email], input[type=date] {
	width: 94%;
}
select {
	width: 97%;
}

/* text area */
textarea {
	line-height: 150%;
	width: 94%;
}

/* form input:focus */
textarea:focus, input[type=password]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=date]:focus, select:focus {
	outline: none;
	background: #f9f9f9;
}

/* form button */
input[type=reset], input[type=submit], button {
	background: #333;
	color: #fff;
	border: none;
	padding: 7px 20px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* form button:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background: #000;
	color: #fff;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap{
	min-width: 978px;
}
#bg-white{
	width: 100%;
	min-width: 978px;
	background: #FFFFFF;
}
/* main page width */
.pagewidth {
	width: 978px;
	margin: 0 auto;
}

/* content */
#content {
	width: 676px;
	float: left;
	padding: 50px 0;
	position: relative;
	z-index: 0;	
}
#content-full-with{
	width: 100%;
	padding: 50px 0;
	position: relative;
	z-index: 0;		
}
/* sidebar */
#sidebar {
	width: 252px;
	float: right;
	padding:  50px 0;
}



/************************************************************************************
HEADER
*************************************************************************************/
#header-wrap{
	width: 100%;
	min-width: 978px;
	background: url('images/default.jpg') no-repeat top center;
	background-size: cover;
}
#header-wrap-slider{
	width: 100%;
	min-width: 978px;
	position: relative;
	height: 730px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#header-wrap-slider img{
	width: 100%;
}
#header {
	position: relative;
	height: 375px;
}
.home #header {
	position: relative;
	height: 730px;
	margin-top: -730px;
}
#header-main-area{
	position: relative;
	z-index: 1000;
	height: 140px;
	background: #FFFFFF;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;	
	border-top: 10px solid #0080C6;
}
/* 
SITE LOGO
================================================ */
#site-logo {
	position: absolute;
	top: 45px;
	left: 35px;
	text-decoration: none;
	margin: 0;
	display: block;
	width: 300px;
	height: 65px;
	background: url('images/logo.png') no-repeat top left;
	background-size: contain;
}

/* 
FORM
================================================ */
#subscribe{
	position: absolute;
	right: 50px;
	top: 35px;
}
#subscribe input[type=text]{
	width: 140px;
	margin: 0;
	background: #DAD6D2;
	border: none;
	padding: 3px 5px;
    -webkit-border-radius: 5px  0px 0px 5px;
    -moz-border-radius:   5px  0px 0px 5px;
    border-radius:   5px  0px 0px 5px;
}
#subscribe input[type=text]:focus{
	background: #F3F3F3;
}
#subscribe input[type=submit]{
	margin: 0;
	background: #DAD6D2;
	font-weight: bold;
	color: #000000;
	border: none;
	padding: 3px 10px;	
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius:  0px 5px 5px 0px;
    border-radius:  0px 5px 5px 0px;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;		
}
#subscribe input[type=submit]:hover{
	background: #0080C6;
	color: #FFFFFF;
}
/* 
MAIN NAVIGATION
================================================ */
#main-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 50px;
	bottom: 0;
	z-index: 100;
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}

/* main level link */
#main-nav a {
	display: block;
	padding: 5px 5px 26px 5px;
	margin: 0 0 0 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #DD3124; 
	font-family: "nimbus-sans-extended",sans-serif;
}
/* main level link :hover */
#main-nav a:hover {
	color: #FFFFFF!important;
	background: #0080C6;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
}
 .superactive {
	color: #FFFFFF;
	background: #0080C6;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
}
/*
#main-nav li:last-child a:hover{
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	border-bottom-right-radius: 30px;
}
*/
/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {

}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {

}

/* sub-levels link */
#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a, #main-nav li:hover > ul a  {
	color: #FFFFFF;
	padding: 5px 10px;
	font-size: 12px;
}
/* sub-levels link :hover */
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover, #main-nav li:hover > ul a:hover {
	color: #BCB8B4!important;
}
/* dropdown ul */
#main-nav ul {
	margin: 0;
	padding: 0 0 15px 0;
	width: 155px;
	list-style: none;
	position: absolute;
	background: #0080C6;
	z-index: 100;
	display: none;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	left: 5px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);	
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
}
/* show dropdown ul */
#main-nav li:hover > ul {
	display: block;
}

/************************************************************************************
HOME
*************************************************************************************/
.home-block{
	width: 45%;
	padding: 25px 0 45px 0;
}
.home-block .date-similar{
	color: #0080C6;
	padding: 0;
	text-transform: none;
}
.home-block .read-more{

}
.home-block .title-similar, .home-block .read-more{
	padding: 0;
}
.home-block .section-title, .category-name{
	color: #DD3124;
    font-size: 26px;
    line-height: 150%;	
	padding: 0 0 25px 0;
	font-weight: bold;
	font-family: "nimbus-sans-extended",sans-serif;
}
.category-name{
	text-transform: uppercase;
}
.category-link  a{
	display: block;
    font-size: 12px;
    line-height: 150%;
    padding: 10px;	
	overflow: hidden;
	color: #000000;
	font-weight: bold;
    text-transform: uppercase;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;		
}
.category-link  a:hover{
	text-decoration: none;
	color: #DD3023;
}
.home-block .case-studies-block{
	padding: 25px 0;
}
.home-block .case-studies-block a{
	float: left;
	margin: 0 85px 0px 0;
}
.home-block .case-studies-block a:nth-child(even){
	float: left;
	margin: 0 0 0px 0;
}
.more-studies{
	padding: 10px 15px;
	font-family: "nimbus-sans-extended",sans-serif;
	border: 1px solid #0080C6;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;		
}
.more-studies:hover{
	border: 1px solid #DD3124;
	color: #DD3124;
	text-decoration: none;
}


/************************************************************************************
featured-posts-slider
*************************************************************************************/
#featured-posts-slider{
	padding: 0 25px;
	position: relative;
	z-index: 100;
	margin: -150px 0 0 0;
}
.featured-post{
	width: 100%;
	background: #F3F3F3;
	position: relative;
}
#featured-posts-banner{
	display: block;
	width: 231px;
	height:43px;
	background: url('images/featured-insights.png') no-repeat top left;
	position: absolute;
	left: 0px;
	top: 25px;
	z-index: 101;
}
.featured-post-logo{
	display: block;
	width: 700px;
	height: 300px;
	float: left;
}
.featured-post-content{
	float: right;
	width: 190px;
	height: 260px;
	padding: 25px 15px 15px 15px;
	overflow: hidden;
}
.date-deatured-post{
	font-weight: bold;
	border-top: 3px solid;
	text-transform: uppercase;
	padding: 5px 0 0 0;
}
.title-featured-post{
	position: absolute;
	left: 25px;
	bottom: 65px;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
	line-height: 130%;
	width: 650px;
}
.author-featured-post{
	position: absolute;
	left: 25px;
	bottom: 20px;
	color: #FFFFFF;
	width: 150px;	
	overflow: hidden;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;	
}
.read-more-slider{
	position: absolute;
	left: 180px;
	bottom: 23px;
	color: #FFFFFF;
	width: 150px;	
	font-size: 16px;
	line-height: 35px;	
	padding: 0 0 0 25px;
	border-left: 2px solid #FFFFFF;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;	
}
.read-more-slider:hover{
	text-decoration: none;
	color: #DD3023;
}
.slick-slider {
    margin-bottom: 0px!important;
}
.slick-dots {
    bottom: 0px!important;
}
.slick-dots li, .slick-dots li button{
	height: 5px!important;
}
/************************************************************************************
SLIDESHOW
*************************************************************************************/
#slideshow { 
    margin: 0; 
    position: relative; 
    width: 100%; 
    height: 472px; 
    padding: 0; 
}

#slideshow > div, #header-wrap-slider > div { 
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
}



/************************************************************************************
PAGE
*************************************************************************************/
/* page title */
.page-title {
	font-size: 26px;
	line-height: 150%;
	margin: 0 0 5px;
	padding: 0;
	color: #DD3124;
	position: relative;
	font-weight: bold;
	font-family: "nimbus-sans-extended",sans-serif;
}
a.page-title{
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;	
}
a.page-title:hover{
	text-decoration: none;
	color: #0080C6;
}
.page-title-wrap{
	position: relative;
}
.page-title-wrap span{
	display: block;
	width: 95px;
	height: 105px;
	position: absolute;
	background: url('images/bg-title.png') no-repeat top left;
	left: -40px;
	top: -25px;
	z-index:-1;
}
/************************************************************************************
POST
*************************************************************************************/
.post {
	margin-bottom: 25px;
	position: relative;
	z-index: 0;
}
.post:last-child {
	margin-bottom: 0;
}
.post-date{
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
/* post content */
.post-content {
	min-width: 120px;
}

/* post title */
.post-title {
	font-size: 26px;
	margin: 0 0 5px;
	padding: 0;
}
.post-title a {
}

/* post image */
.post-image {
	margin: 0 0 5px;
}
.post-image.left {
	float: left;
	margin-right: 15px;
}
.post-image.right {
	float: right;
	margin-left: 15px;
}

/* lightbox zoom image */
.post-image .lightbox {
	position: relative;
	display: inline-block;
	zoom:1;
	*display:inline;
	max-width: 100%;
}
.post-image .lightbox .zoom {
	width: 40px;
	height: 40px;
	background: url(images/icon-zoom.png) no-repeat center center;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-image .lightbox:hover .zoom {
	background-color: #000;
}

/* post meta */
.post-meta {
	margin: 0 0 25px;
}
.post-meta .post-author {
	background: url(images/post-author.png) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-category {
	background: url(images/post-category.png) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-tag {
	background: url(images/post-tag.png) no-repeat 0 3px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-comment a {
	background: url(images/post-comment.png) no-repeat 0 3px;
	padding: 2px 0 2px 16px;
}
.image-case-study{
	float: right;
	margin: 0 0 25px 25px;
}
/************************************************************************************
SIMILAR ARTICLES
*************************************************************************************/
.red-line{
	display: block;
	height: 5px;
	background: #DD3124;
	width: 100%;
	min-width: 978px;
} 
.similar-articles-title{
	font-size: 20px;
    line-height: 150%;
    margin: 0 0 10px;
    padding: 0;
    color: #DD3124;
    position: relative;
    font-weight: bold;	
	font-family: "nimbus-sans-extended",sans-serif;
}
.similar-articles-wrap{
	padding: 0 0 50px 0;
}
.page-insights{
	padding: 5px 25px 50px 25px!important;
}
.similar-articles-wrap ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.category-link{
	display: block;
	height: 38px;
	overflow: hidden;
}
.similar-articles-wrap ul li{
	margin: 0 25px 0 0;
	padding: 0;
	float: left;
	width: 175px;
	min-height: 335px;
	background: #F3F3F3;
}
.page-insights ul li{
	width: 228px;
}
.similar-articles-wrap ul li:last-child{
	margin: 0;
}
.page-insights{
	padding: 5px 0 45px 0;
}

.page-insights ul li{
	margin: 0 5px 5px 0;
}
.page-insights ul li:nth-child(4n+4){
	margin: 0;
}
.date-similar{
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
	padding: 0 10px;
	font-size: 12px;
	line-height: 150%;	
}
.title-similar{
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
	font-size: 14px;
	line-height: 150%;
	padding: 0 10px;
}
.similar-article-wrap{
	min-height: 250px;
	overflow: hidden;
}
.page-insights  .similar-article-wrap{
	min-height: 400px;
	overflow: hidden;
}
.read-more{
	display: block;	
	font-size: 12px;
	line-height: 150%;	
	padding: 0 10px 10px 10px;
}
.thumbnail-post{
	height: 175px;
	width: 175px;
}
.page-insights .thumbnail-post{
	height: 228px;
	width: 228px;
}
/************************************************************************************
OPPORTUNITY
*************************************************************************************/
#opportunity a{
	text-transform: uppercase;
}



/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.post-video iframe,  
.post-video object,  
.post-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
}
.pagenav a, .pagenav span {
	line-height: 100%;
	padding: 6px 0 0;
	margin: 0 2px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	min-width: 24px;
	min-height: 18px;
	text-align: center;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.pagenav a {
	background: #0080C6;
	color: #fff;
	text-decoration: none;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;		
}
.pagenav a:hover {
	background-color: #DD3124;
}
.pagenav .current {
	text-decoration: none;
}

/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 30px;
	padding: 15px 0;
	clear: both;
}
.post-nav span {
	width: 40%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/* post nav arrow */
.post-nav span span {
	background: #0080C6;
	color: #fff;
	font: normal 20px/100% "Times New Roman", Times, serif;
	display: block;
	width: auto;
	float: left;
	width: 32px;
	height: 28px;
	padding: 4px 0 0;
	text-align: center;
	margin: -8px 10px 17px 0;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-nav .next span {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.post-nav a:hover span {
	background: #DD3124;
}
.post-nav a:hover {
	color: #DD3124;
}
.home-blog-button-wrap{
	width: 20%;
	float: left;
}
.home-blog-button-wrap a{
	display: block;
	height: 32px;
	width: 32px;
	margin: 0 auto;
	background: url('images/home-blog-button.png') no-repeat bottom left;
}
.home-blog-button-wrap a:hover{
	display: block;
	height: 32px;
	width: 32px;
	margin: 0 auto;
	background: url('images/home-blog-button.png') no-repeat top left;
}
/************************************************************************************
SIDEBAR
*************************************************************************************/

#searchform #s {
	width: 214px;
	color: #a5a099;
	background: #FFFFFF url(images/search.png) no-repeat 8px center;
	border: solid 1px #ddd;
	padding-left: 28px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 0 0 25px 0;
}
#searchform #s:focus {
	color: #333;
}


#recent-insights{
	margin: 0 0 25px 0;
	background: #DD3124;
	padding: 25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.page #recent-insights, .page #recent-insights ul{
	list-style: none;
}
 .page #recent-insights ul{
	display: none;
	margin: 0;
	padding: 0;
}
 .page #recent-insights a{
	margin: 0 0 10px 0;
}
.page #recent-insights li a{
	font-weight: bold;
	padding: 10px 0;
}
.page #recent-insights li ul li a{
	font-weight: normal;
	padding: 0;
	font-size: 13px;
}
.page #recent-insights li{
	-webkit-transition: All 0.8s ease;
	-moz-transition: All 0.8s ease;
	-o-transition: All 0.8s ease;
	-ms-transition: All 0.8s ease;
	transition: All 0.8s ease;
	margin: 0;
	padding: 0;
}
.page #recent-insights li:hover > .children {
	display: block;
}




.recent-insights-title{
	color: #FFFFFF;
	margin: 0 0 15px 0;
	font-size: 18px;
	font-weight: bold;
	font-family: "nimbus-sans-extended",sans-serif;
}
#recent-insights a{
	color: #FFFFFF;
	margin: 0 0 15px 0;
	display: block;
	-webkit-transition: All 0.2s ease;
	-moz-transition: All 0.2s ease;
	-o-transition: All 0.2s ease;
	-ms-transition: All 0.2s ease;
	transition: All 0.2s ease;			
}
#recent-insights a:last-child{
	margin: 0;
}
#recent-insights a:hover{
	text-decoration: none;
	color: #BCB8B4;
}
/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	padding: 25px 0;
	clear: both;
}
.bloginfo-footer{
	color: #BCB8B4;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
}

#social{
	list-style-type: none;
	width: 125px;
	margin:  25px auto 0 auto;
}
#social li{
	float: left;
	margin: 0 5px;
}
#social a{
	color: #FFFFFF;
	font-size: 18px;
}
#social a i{
	background: #0080C6;
	padding: 5px;
	width: 20px;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	-webkit-transition: All 0.2s ease;
	-moz-transition: All 0.2s ease;
	-o-transition: All 0.2s ease;
	-ms-transition: All 0.2s ease;
	transition: All 0.2s ease;		
}
#social a i:hover{
	background: #DD3124;
}
/************************************************************************************
TESTIMONIALS
*************************************************************************************/
#bg-gray{
	padding: 25px 0;
	background: #DAD6D2;
	width: 100%;
	min-width: 978px;
}
#testimonials{
	width: 800px;
	margin: 0 auto;
}
#testimonials div:active, #testimonials div:focus, .draggable:focus{
	border: none!important;
	text-decoration: none!important;
}
.testimonial-logo{
	display: block;
	width: 200px;
	height: 100px;
	float: left;
}
.testimonial-content{
	float: right;
	width: 500px;
	margin: 0 100px 0 0;
}
.testimonial-content span{
	color: #BCB8B4;
	font-size: 18px;
	padding: 0 3px;
}
.testimonial-content p{
	display: initial;
}
.slick-next{
	background: url(images/arrow-right.png) no-repeat center center!important;
	background-size: contain!important;
}
.slick-prev{
	background: url(images/arrow-left.png) no-repeat center center!important;
	background-size: contain!important;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: transparent!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font-style: italic;
	font-size: 95%;
	line-height: 120%;
	margin: 6px 0;
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
	margin: 5px 0 20px 0;
}
#body .gallery img {
	border: none;
}

/* gallery item */
#body .gallery dl {
	margin: 0 8px 8px 0;
	display: inline-block;
	vertical-align: top;
	zoom:1;
	*display:inline;
	width: auto;
	float: none;
	text-align: center;
}

/* gallery caption */
#body .gallery dd {
	width: 140px;
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}

/* get rid of br tag */
.gallery br {
	display:none;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; }

#wp-admin-bar-wp-logo, #wp-admin-bar-customize, #wp-admin-bar-comments{
	display: none;
}




@media screen and (max-width: 970px) {
	.similar-articles-title, .similar-articles-wrap{
		padding: 0 5%;
	}

	#header-wrap-slider{
		min-width: 100%;
	}
	#header-wrap-slider img{
		min-height: 650px;
		width: 150%;
	}
	#main-nav a:hover, .superactive {
		background: transparent;
	}
	#main-nav-wrap, #subscribe{
		display: none;
	}
	#pagewrap, .pagewidth{
		width: 100%;
	}
	#pagewrap, #bg-white, #bg-gray, #header-wrap, .red-line{
		min-width: 100%;
	}
	#header-main-area{
		-webkit-border-bottom-right-radius: 0px;
		-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;	
	}
	#site-logo{
		position: relative;
		top: auto;
		left: auto;
		margin: 30px auto;
		width: 70%;
		width: 70%;
		background: url('images/logo.png') no-repeat center center;
		background-size: contain;
	}
	
	#content, #sidebar, #content-full-with  {
		width: 90%;
		padding: 5%;
	}
	#searchform #s{
		width: 95%;
	}
	
	
	.similar-articles-wrap ul li{
		width: 47%;
		margin: 0 0 5% 0;
		float: left;
	}
	.similar-articles-wrap ul li:nth-child(2n+2){
		float: right;
	}
	.similar-articles-wrap ul li:nth-child(5), .similar-articles-wrap ul li:nth-child(6){
		display: none;
	}
	.thumbnail-post, .page-insights .thumbnail-post{
		width: 100%;
		height: 100%;
	}
	.page-insights ul li{
		margin: 0 0 5% 0;
	}
	.page-insights ul li:nth-child(4n+4){
		margin: 0 0 5% 0;
	}
	.page-insights .similar-article-wrap {
		min-height: 500px;
		overflow: hidden;
	}
	.featured-post-logo{
		width: 100%;
	}
	.title-featured-post{
		width: 90%;
		top: 75px;
	}
	.author-featured-post, .read-more-slider {
		top: 230px;
	}
	.read-more-slider{
		border-left: none;
	}
	.featured-post-content{
		width: 90%;
		padding: 5%;
		height: 85px;
	}
	
	.home-block {
		width: 90%;
		padding: 5%;
	}
	.home #header, #header-wrap-slider{
		height: 650px;
	}
	.home #header{
		margin-top: -650px;
	}
	
	
	.home-block .case-studies-block a.read-more{
		width: 45%;
		margin: 0 0 5% 0;
	}
	.home-block .case-studies-block a.read-more:nth-child(2n+2){
		float: right;
	}	
	
	
	#testimonials{
		width: 80%;
	}
	.testimonial-logo{
		width: 20%;
	}
	.testimonial-content{
		width: 40%;
	}
	
	
	#footer div{
		padding: 0 5%;
	}
}

@media screen and (max-width: 670px) {
	.home #header, #header-wrap-slider{
		height: 500px;
	}
	.home #header{
		margin-top: -500px;
	}	
	#header-wrap-slider img{
		min-height: 500px;
		width: 150%;
	}	
}