/*
Theme Name: BlendIt
Theme URI: http://smthemes.com/blendit/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 3.0
License: Creative Commons 3.0
Theme date: 11/12/2012
License URI: license.txt
Tags: black, green, dark, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/

@import url(styles/font.css);
/* ========================================= GENERAL. ========================================= */
body {	
	color:#fff;
	font-size:13px;
	font-family: 'arial';
	position:relative;
	background:url(images/back.jpg) top center no-repeat, rgb(247,250,253); /* Old browsers */
	background:url(images/back.jpg) top center no-repeat, -moz-linear-gradient(top,  rgba(247,250,253,1) 0%, rgba(184,229,255,1) 100%); /* FF3.6+ */
	background:url(images/back.jpg) top center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,250,253,1)), color-stop(100%,rgba(184,229,255,1))); /* Chrome,Safari4+ */
	background:url(images/back.jpg) top center no-repeat, -webkit-linear-gradient(top,  rgba(247,250,253,1) 0%,rgba(184,229,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background:url(images/back.jpg) top center no-repeat, -o-linear-gradient(top,  rgba(247,250,253,1) 0%,rgba(184,229,255,1) 100%); /* Opera 11.10+ */
	background:url(images/back.jpg) top center no-repeat, -ms-linear-gradient(top,  rgba(247,250,253,1) 0%,rgba(184,229,255,1) 100%); /* IE10+ */
	background:url(images/back.jpg) top center no-repeat, linear-gradient(to bottom,  rgba(247,250,253,1) 0%,rgba(184,229,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fafd', endColorstr='#b8e5ff',GradientType=0 ); /* IE6-9 */
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#6dcff6;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.submit, .button, input[type="submit"] {
	padding:10px 25px;
	line-height:27px;
	background:url(images/back-readmore.png) no-repeat center;
	width:126px;
	height:38px !important;
	line-height:38px !important;
	color: #fff;
	font-size: 24px;
	font-family: 'a750-sans-cd-mediumregular';
	text-transform:uppercase;
	padding:0;
	padding-right:12px;
	border:none !important;
	float: right;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	text-decoration:none;
    background:url(images/back-readmore-hover.png) no-repeat center;
	color:#000;
}
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select {
	border-color:#e0e0e0;
	color: #151316;
}
input[type="text"]:focus, 
textarea:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
select:focus { 
	border-color:#c0c0c0;
}
select option { background:#000; } 
.accent {
	color: #4db3ed;
}
#comments .accent {}
.descent {
	color:#bcbcbc;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	color:#000;
	text-decoration:none;
	background: rgb(236,236,236); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(236,236,236,1) 0%, rgba(206,206,206,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,236,236,1)), color-stop(100%,rgba(206,206,206,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(206,206,206,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(206,206,206,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(206,206,206,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(236,236,236,1) 0%,rgba(206,206,206,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */

}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	color:#fff;
	background: rgb(110,200,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(110,200,255,1) 0%, rgba(40,156,217,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(110,200,255,1)), color-stop(100%,rgba(40,156,217,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(110,200,255,1) 0%,rgba(40,156,217,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(110,200,255,1) 0%,rgba(40,156,217,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(110,200,255,1) 0%,rgba(40,156,217,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(110,200,255,1) 0%,rgba(40,156,217,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ec8ff', endColorstr='#289cd9',GradientType=0 ); /* IE6-9 */
}

/* ========================================= Theme Header. ========================================= */
.site-header {
   /* background: url(images/back.jpg) top center no-repeat;
*/}
#topper .boxed-container {
	background:url(images/menu.png) left top repeat-x;
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:80px;
	position: absolute;
	z-index: 9;
	top: 0;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.headersearch {
	float:right;
	display:flex;
	align-items:center;
	height:63px;
	position: relative;
	z-index: 9;
	margin-right: 25px;
}
@media screen and (max-width:1024px) {
	.headersearch {
		
margin-right: 45px;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 30px;
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	color: #a7a7a7;
	height:30px;
	line-height:30px;
	background:#fff;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 30px;
	height: 30px !important;
	top: 0;
	border:none;
	text-indent: -99999px;
	outline: none !important;
	font-family:'FontAwesome';
	background:url(images/search.png) 50% no-repeat;
}
.headersearch .search-box {
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#a7a7a7; }
.search-box input[type="search"]:-moz-placeholder { color:#a7a7a7; }
.search-box input[type="search"]::-moz-placeholder { color:#a7a7a7; }
.search-box input[type="search"]:-ms-input-placeholder { color:#a7a7a7;}


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:right;
		display:flex;
		align-items:center;
		height:63px;
		position: relative;
		z-index: 9;
		margin-right:15px;
	}
	#extra-menu ul.nav-menu > li > a {
		font-family: 'arial';
		text-decoration:none;
		padding: 20px 12px;
		display:block;
		color:#fff;
		font-size:14px;
		border-right:1px solid #363636;
	}
	#extra-menu ul.nav-menu > li:last-child > a {
	    border:none;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#6dcff6;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float:left;
		display:flex;
		width:1000px;
		align-items:center;
		height:63px;
		background:url(images/back-mainmenu.png) center top repeat-x;
	}
	#main-menu ul.nav-menu > li > a {
		font-family: 'a750-sans-cd-mediumregular';
		display:block;
		text-decoration:none;
		padding: 17px 20px;
		color:#000;
		font-size:25px;
		text-transform:uppercase;
		background:url(images/back-menu-separator.png) repeat-y right;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#00aeef;
	}
	.site-header ul.nav-menu  > li ul {
		background: #e7e7e7; /* Old browsers */
		background: -moz-linear-gradient(top,  #e7e7e7 0%, #cdcdcd 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#cdcdcd)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #e7e7e7 0%,#cdcdcd 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #e7e7e7 0%,#cdcdcd 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #e7e7e7 0%,#cdcdcd 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #e7e7e7 0%,#cdcdcd 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */
		padding:0;
		margin:0;
	}
	.site-header ul.nav-menu  > li ul li a {
		color:#000;
		font-family:'arial';
	}
	.site-header ul.nav-menu  > li ul li:hover > a {
		color:#6dcff6;
		text-decoration:none;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
    margin: 19px 0;
    color: #fff;
}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
    clear: both;
}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
}
.fp-slides {
	z-index:1;
	position:relative;
	width: 100%;
}
.fp-thumbnail img {
	width:100%;
	height:auto !important;
}
.fp-content-wrap {
	width:1000px;
}
.fp-content {
	background: #44444475;
    border: 1px solid #aaa;
	padding:20px;
}
.fp-title {
	color:#fff;
	font-weight:normal;
	margin: 0 !important;
}
.fp-description {
	color:#fff;
	font-size:13px;
	margin: 0;
}
.fp-more {
	float:none;
	padding: 0;
	background: none;
	width: auto;
}
.fp-more:hover {
	
}
.fp-prev-next-wrap {
	width:100%;
}
.fp-nav {
	left: auto;
	background:url(images/slide-left.png) left top no-repeat;
	right: 20px;
	bottom: 20px;
}
.fp-pager a {
	background: url(images/slider-page.png);
}
.fp-pager a.activeSlide, .fp-pager a:hover {
	background: url(images/slider-page-active.png);
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	width: 1000px;
	max-width: 100%;
	padding: 40px 20px;
	margin:0 auto;
	box-sizing: border-box;	
	box-shadow:0 0 5px #accfe5;
}
.site-content {
	margin:0 auto;
	box-sizing: border-box;	
	box-shadow:0 0 5px #accfe5;
	background: url(images/content/main-n.png)  top left repeat-y;
}
.site-content.sidebar-left {
	background: url(images/content/main-l.png)  top left repeat-y;
}
.site-content.sidebar-right {
	background: url(images/content/main-r.png)  top right repeat-y;
}
@media screen and (max-width:1024px) {
	.site-content {
		background: #0f1214 !important;
		margin:0 !important;
	}
}	
.page-title {
	color: #fff;
    font-family: 'a750-sans-cd-mediumregular';
    font-size: 32px;
    line-height: 25px;
	text-transform:uppercase;	
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-weight:normal;
	color: #fff;
    font-family: 'a750-sans-cd-mediumregular';
    font-size: 32px;
    line-height: 25px;
	text-transform:uppercase;
}
.entry-title a {
	color:#fff;
}
.entry-title a:hover { color:#697980;text-decoration:none;}
article {
	background:url(images/back-one-post.png) bottom repeat-x;
	border:none;
}
article .featured_image {
    margin:0 15px 10px 0;
	background:#fff;
    border:none;
	padding:0;
	float:left;
	vertical-align:bottom;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
    padding:10px 0 0;
    color:#a3a3a3;
    font-size:13px;
    margin: 0 0 15px;
}
.entry-meta a {
	color:#6dcff6;
	text-decoration:underline;
}
.entry-meta a:hover {
	text-decoration:underline;
}
.entry-meta > span {
	margin: 0 10px 0 0;
}
.entry-meta .post-date {
    color: #6dcff6;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
}
.widget a {
	
}
.widget a:hover {
	
}
.sidebar-right .sidebar {
    padding: 0 0 0 25px;
    box-sizing: border-box;
}
.sidebar-left .sidebar {
    padding: 0 25px 0 0;
    box-sizing: border-box;
}
.sidebar .caption h4 {
	text-align:left;
	font-size:32px;
	line-height: 26px;
	font-weight: normal;
	color:#fff;
	font-family: 'a750-sans-cd-mediumregular';
	text-transform:uppercase;
	margin-bottom: 10px;
}
.widget ul {
	padding:0;
}
.widget ul li {
	list-style-type: none;
}
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_categories ul li a {
	padding: 15px 0;
	display:inline-block;
}
.widget_recent_entries a:hover,
.widget_archive ul li a:hover,
.widget_meta ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_pages ul li a:hover,
.widget_categories ul li a:hover {
	text-decoration:none;
}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
	float:left;
	margin:0 10px 10px 0;
}
.widget_smt_comments .comment_author {
	font-size:14px;
}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts .post-date .day {display: block;font-size: 21px;}
.widget_smt_posts .post-date {float: left;text-align: center;margin: 0 8px 10px 0;font-size: 12px;padding: 8px 0;}

.widget_smt_posts .title {
	display: block;
	font-size:14px;
}
.widget_smt_posts p {
	font-size:13px;
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	color:#fff;
}
footer > .boxed-container {
	padding: 0 20px;
	box-sizing: border-box;
	background: rgb(42,42,42); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(42,42,42,1) 0%, rgba(16,16,16,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,42,42,1)), color-stop(100%,rgba(16,16,16,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(42,42,42,1) 0%,rgba(16,16,16,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(42,42,42,1) 0%,rgba(16,16,16,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(42,42,42,1) 0%,rgba(16,16,16,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(42,42,42,1) 0%,rgba(16,16,16,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#101010',GradientType=0 ); /* IE6-9 */
}
footer .widget {
	padding-top:35px;
}
footer .widget a, footer a {	
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}
footer .widget a:hover, footer a:hover {	
	color:#6dcff6;
}
footer .footer_txt .boxed-container {
	padding: 10px 0;
	line-height: 22px;
	box-sizing: border-box;
	text-align:center;
	background: rgb(236,236,236); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(236,236,236,1) 0%, rgba(205,205,205,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,236,236,1)), color-stop(100%,rgba(205,205,205,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(205,205,205,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(205,205,205,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(205,205,205,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(236,236,236,1) 0%,rgba(205,205,205,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */
	color:#000;
}
footer .footer_txt a {
	color:#00aeef;
	text-decoration:none;
}
footer .footer_txt a:hover {
	text-decoration:underline;
}
footer .widget .caption  h4 {
	color: #6dcff6;
	font-size: 32px;
	text-transform:uppercase;
	font-family: 'a750-sans-cd-mediumregular';
	font-weight: normal;
}