/*
Theme Name: Top-Bit RhinoTech
Theme URI: http://top-bit.ru/
Author: Top-Bit
Author URI: http://top-bit.ru/
Description: 
Version: 3.0
License: Creative Commons 3.0
Theme date: 03/11/2016
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 {
	font-family: 'robotoregular';
	font-size:14px;
	background:#ececec;
	color:#565656;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#cb3155;
}
.submit, .button, input[type="submit"] {
	padding: 5px 30px;
	background: none;
	color:#cb3155;
	border-radius:50px;
	line-height: 24px;
	border:1px solid #cb3155;
	float:right;
}
.readmore.button {
	margin-top:20px;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#cb3155;
	border:1px solid #cb3155;
	color:#fff;
}
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:#cccccc;
	color:#888;
	background:#fff;
	border-radius: 50px;
	font-size:13px;
}
textarea {
	border-radius: 0;
}
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 { 
}
.accent {
	color:#000;
	font-size:26px;
	font-weight:normal;
}
.descent {
	color:#787878;
}



/* ========================================= Theme Header. ========================================= */
.site-header {
	background:#000;
}
#logo {
	float:left;
	padding: 17px 0;
	box-sizing: border-box;
}
.headersearch {
	float:right;
	position:relative;
	z-index:4;
}
@media screen and (min-width:1024px) {
	.headersearch {
		margin: 24px 0;
		line-height: 33px;
		text-align: center;
		display: flex;
		width: 40px;
		border-left: 1px solid #434343;
		align-items: center;
	}
}
@media screen and (max-width:1024px) {
	.headersearch {
		margin: 22px 0 0;
		right: 35px;
	}
}


/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
	border-radius:50px;
	border:1px solid #888;
	background:#fff;
	overflow: hidden;
	position: relative;
}
form .search-box input[type="search"] {
	width: 200px;
	height: 40px;
	line-height: 40px;
	color: #888;
	background:none;
	border:none;
	font-size:14px;
}
form .search-box {
	position: relative;
	border:1px solid #b6b0b0;
	border-radius:50px;
	overflow: hidden;
	background: #fff;
}
form .search-box input[type="submit"], .search-trigger.active {
	padding:0;
	width:36px;
	height: 35px;
	position:absolute;
	right:2px;
	top: 3px;
	border-radius:50px;
	color: #000;
	cursor:pointer;
	border: none;
	margin: 0;
}
.headersearch .search-box {
	display:none;
	position:absolute;
	right:0;
	background: #fff;
}
.headersearch .search-box input[type="search"] {	
}
.headersearch .search-box input[type="submit"] {
	display: none;
}
.search-trigger {
	width:40px;
	height: 34px;
	cursor: pointer;
	background: none;
	z-index: 3;
	position: relative;
	color: #fff;
	text-align: center;
	line-height: 34px;
}
.search-trigger:hover {
	color:#f3ff72;
}
.search-trigger.active {
	color:#000;
	line-height:35px;
}


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:right;
		margin: 24px 0 20px;
		position:relative;
		z-index:3;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#8a8a8a;
		padding: 10px 20px 10px 0;
		line-height: 13px;
		font-size:13px;
		text-transform:uppercase;
		font-family:'robotoregular';
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#fff;
	}
	#extra-menu ul.nav-menu  > li > ul {
		top:100% !important;
	}
	#extra-menu ul.nav-menu  > li ul {
		background:#151515;
		padding:5px 0;
		text-align:left;
		top:-5px;
		box-shadow:2px 2px 5px rgba(0,0,0,0.3);
	}
	#extra-menu ul.nav-menu  > li ul li a {
		color:#888;
	}
	#extra-menu ul.nav-menu  > li ul li:hover > a {
		color:#fff;
	}
	
}
@media only screen and (min-width:1024px) {
	.mainmenu-container {
		z-index:2;
	}
	#main-menu > div {
		text-align:center;
	}
	#main-menu > div > ul {
		display:inline-block;
		vertical-align:bottom;
		height: 67px;
		text-align:left;
	}
	#main-menu ul.nav-menu > li > a {
		color:#fff;
		text-transform:uppercase;
		font-family:'robotoblack';
		padding:29px 40px 8px 0;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#f3ff72;
	}
	#main-menu ul.nav-menu  > li > ul { 
		top:100% !important;
	}
	#main-menu ul.nav-menu  > li ul {
		background:#fff;
		padding:5px 0;
		box-shadow:2px 2px 5px rgba(0,0,0,0.3);
	}
	#main-menu ul.nav-menu  > li ul li a {
		color:#888;
	}
	#main-menu ul.nav-menu  > li ul li:hover > a {
		color:#000;
	}
}



/* .......................................................................... Slider .......................................................................... */
.slider-container {
	position:relative;
	z-index:1;
}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background:url(images/fp-back.png); 
}
.fp-thumbnail img {
	width:100%;
}
.fp-content-wrap {
	width:1000px;
	display: flex;
	align-items: center;
}
.fp-content {
	padding:20px;
	position: relative;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	z-index: 7;
}
.fp-title {
	font-family: 'robotothin';
	color:#fff;
	font-size:55px;
	line-height:50px;
	font-weight: normal;
}
.fp-description {
	color:#fff;
	font-size:16px;
}
.fp-more {
	float:none;
	padding: 16px 55px;
	font-family:Arial;
	font-weight:bold;
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
	color: #fff;
	background:#db133b;
	border-radius:3px;
	border-bottom:3px solid #af0f2f;
	transition:none;
	margin-top:25px;
}
.fp-more:hover {
	backgrorund:#f82c55;
	border-bottom:3px solid #c62344;
}
.fp-more:active {
	border-color:#f82c55;
	background:#f82c55;
	padding: 18px 55px 14px;
}
.fp-nav {width: 1000px;max-width: 100%;margin: 0 auto;z-index: 5;height: 100%;display: flex;align-items: center;}
.fp-nav div {
	position: absolute;
	right: 0;
	top: 0;
	width: 11px;
	top: 50%;
}
.fp-pager {
	transform: translate(0,-50%);
	position: absolute;
}
.fp-pager a {
	width:11px;
	height:11px;
	margin-bottom: 10px;
	position: relative;
	background-image: url(images/pager.png);
}
.fp-pager a:hover, .fp-pager a.activeSlide {
	background-image: url(images/pager-active.png);
}
@media screen and (min-width:1024px) {
	.slider-container {
		margin-top: -67px;
	}
}
@media screen and (max-width:1024px) {
	.fp-nav {
		display:none;
	}
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	padding: 40px 0;
	background: #ececec;
}
#wrapper {
	width:1000px;
	max-width:100%;
	background:#fff;
	padding:35px 25px;
	margin: 30px auto;
	box-sizing: border-box;
}
.site-content .boxed-container {
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	text-transform: none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:20px;
	color:#000;
	font-size:26px;
	font-weight:normal;
}
.entry-title a {
	color:#000;
}
.entry-title a:hover { color:#cb3155;}
article {}
article .featured_image {
	vertical-align:bottom;
	float: left;
	margin: 10px 22px 10px 0;
	border-radius: 50%;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color: #000;
}
.entry-meta a {
	color:#000;
}
.entry-meta a:hover {
	color:#cb3155;
}
.entry-meta > span:not(:first-child) {
	padding-left: 15px;
}
article .post-categories {
	font-size: 11px;
	color:#000;
	font-family: 'robotoblack';
	text-transform:uppercase;
	display:block;
	margin: 10px 0;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:none;
	color:#cb3155;
	border:1px solid #cb3155;
	border-radius: 50%;
}
nav.pagination.dynamic a {
	border-radius:0;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	background:#cb3155;
	color:#fff;
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#cb3155; color:#fff;
}


/* ....................... Sidebar .................... */
.sidebar {
	color: #787878;
}
.sidebar .caption h4 {
	color: #252525;
	text-align: center;
	font-size: 14px;
	font-family: 'robotoblack';
	background: #ececec;
	text-transform: uppercase;
	padding: 15px 0;
}
.sidebar .widget ul.children li:last-child,
.sidebar .widget ul.sub-menu li:last-child {
	border:none;
} 
.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 {
	font-weight:bold;
	padding: 15px 0;
	display:inline-block;
}
.widget_smt_comments, .widget_smt_posts {
	text-align:center;
	line-height:22px;
}
.widget_smt_comments .comment_avatar {
	float:none;
	margin: 0 0 5px 0;
}
.widget_smt_comments img {
	border-radius:50px;
	overflow:hidden;	
}
.widget_smt_comments .comment_author {
	font-size:14px;
}
.widget_smt_comments a, .widget_smt_posts .title {
	font-weight:bold;
}
.widget_smt_post {
	text-align:center;
}
.widget_smt_posts .post-date {
	font-style:italic;
}
.widget_smt_posts img {
	border-radius:50%;
	margin-bottom: 10px !important;
}
.widget_smt_posts .title, .widget_smt_posts .post-date, .widget_smt_posts img {
	display:block;
	margin:0 auto;
	text-align:center;
	line-height: 27px;
}
.widget_smt_posts li {
	padding-bottom:0;
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	padding:35px 0 0;
	color:#787878;
	background-color:#15171a;
}
footer a { color:#fff; }
footer a:hover { color:#cb3155; }
footer .footer_txt {
	text-align:center;
	padding:0 0 35px;
}
footer .footer_txt a {

	text-decoration:none;
}
footer .widget .caption  h4 {
	color: #fff;
	text-transform:uppercase;
	text-align: center;
	font-size: 14px;
	font-family: 'robotoblack';
	background: #202326;
	padding: 20px 0;
}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
	border:none;
} 
footer .widget {
	margin-bottom:30px;
}