/*
Theme Name: ControlPC
Theme URI: https://smthemes.com/controlpc/
Author: The Smart Magazine Themes
Author URI: https://smthemes.com/
Description: Template by SMThemes.com
Version: 3.0
License: Creative Commons 3.0
Theme date: 02/09/2020
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: 'robotolight';
	font-size:13px;
	background:#1a1b1d;
	color:#727577;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#0098e7;
}
.submit, .button, input[type="submit"] {
	padding: 3px 29px;
	line-height:27px;
	background:#e6630c;
	color:#fff;
	font-family: 'robotobold';
	border-radius:3px;
	text-transform:uppercase;
	font-size:11px;
	float: right;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#e6630c;
	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:#262729;
	border-width:0 0 1px;
	color:#6b6e71;
	font-size:11px;
	font-family:'robotobold';
	text-transform:uppercase;
	background: none;
}
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:#0098e7;
	color:#fff;
}
.accent {
	color:#fff;
	font-size:26px;
}
#comments .accent {}
.descent {
	color:#6b6e71;
	text-transform:uppercase;
	font-size:11px;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:#101112;
	color:#6b6e71;
	border-radius:3px;
	font-family:'robotobold';
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#ff6600; 
	color:#fff;
}

/* ========================================= Theme Header. ========================================= */
#topper {
	background:#141414;
	position:relative;
	z-index:2;
}
#topper::after {
	content:'';
	position:absolute;
	left:0;
	right:0;
	background:url(images/top.png) top no-repeat;
	height:120px;
	top:100%;
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:80px;
	position:relative;
	z-index:3;
}
#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:80px;
	width:40px;
	position:relative;
	z-index: 4;
}
@media screen and (max-width:1024px) {
	.headersearch {	
		margin-right:40px;	
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
	border:2px solid #292b2d;
	border-radius:1px;
	box-sizing:border-box;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #2e2e2e;
	background:none;
	border:none;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;	
	border:none;
	font-family:'FontAwesome';
	background:url(images/search.png) 50% no-repeat;
}
.headersearch .search-box {
	display: none;
	position:absolute;
	right: 100%;
	background:#292929;
	top: 21px;
	border-radius:0;
	border:none;
	min-width: 200px;
	z-index:  4;
}
.headersearch .search-box input[type="search"] {
    text-transform:  none;
    font-size:  13px;
    padding:  0 15px;
	color:#898989;
}
.headersearch .search-box input[type="submit"] {
	display:none;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#6b6e71; }
.search-box input[type="search"]:-moz-placeholder { color:#6b6e71; }
.search-box input[type="search"]::-moz-placeholder { color:#6b6e71; }
.search-box input[type="search"]:-ms-input-placeholder { color:#6b6e71;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#898989; }
.headersearch input[type="search"]:-moz-placeholder { color:#898989; }
.headersearch input[type="search"]::-moz-placeholder { color:#898989; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#898989; }
#search-trigger {
	color:#fff;
	position:absolute;
	right:0;
	top:0;
	width:40px;
	height: 80px;
	line-height: 40px;
	color:transparent;
	background:url(images/search.png) 50% no-repeat;
	z-index:1;
	text-align: center;
	cursor: pointer;
}
#search-trigger:hover {
	background:url(images/search.png) 50% no-repeat;
}
#search-trigger.active {
	background:url(images/search.png) 50% no-repeat;
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		position:absolute;
		left:0;
		right:0;
		margin:0 auto;
		float:right;
		display:flex;
		align-items:center;
		height:80px;
		justify-content:center;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#3f6685;
		padding:29px 20px;
		font-size:13px;
		text-transform:uppercase;
		font-family:'robotoregular';
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#fff;
	}
	header ul.nav-menu  > li ul {
		box-shadow:0 0 9px rgba(0,144,255,0.35);
		background:#141414;
	}
	header ul.nav-menu  > li ul li a {
		color:#3f6685;
		font-size:13px;
		text-transform:uppercase;
		font-family:'robotoregular';
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#fff;
	}
	
}
@media only screen and (min-width:1024px) {
	#menu-trigger {
		position:relative;
		z-index:3;
		width:50px;
		height:80px;
		cursor:pointer;
		background:url(images/menu.png) 50% no-repeat;
	}
	#menu-trigger:hover {
		background:url(images/menu-hover.png) 50% no-repeat;
	}
	#menu-trigger.active {		
		background:url(images/menu-active.png) 50% no-repeat;
	}
	#main-menu {
		float:right;
		display:flex;
		align-items:center;
		height:80px;
		z-index:3;
		position: relative;
	}
	#main-menu ul.nav-menu {
		display:none;
		box-shadow:0 0 9px rgba(0,144,255,0.35);
		background:#141414;
		position: absolute;
		right: 0;
		left:auto;
		top: 100%;
		min-width: 200px;
		z-index: 2;
	}
	#main-menu ul.nav-menu > li {
		width:100%;
	}
	#main-menu ul.nav-menu > li ul {
		right:100%;
		top:0;
		left:auto;
	}
	#main-menu ul.nav-menu > li > a {
		color:#3f6685;
		font-size:13px;
		text-transform:uppercase;
		font-family:'robotoregular';
		padding: 17px 20px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#fff;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {}
.slider-bgr {}
.fp-slides {
	z-index:1;
}
.fp-thumbnail img {
	width:100%;
}
.fp-content-wrap {
	width:1000px;
	background:#1d2021;
	bottom:-50px;
	top:auto;
	height:200px;
	display:flex;
	align-items:center;
	box-sizing:border-box;
	padding-right:100px;
}
.fp-content-wrap::after {
	content:'';
	position:absolute;
	left:0;
	right:0;
	height: 49px;
	background:url(images/slider.png) top no-repeat;
	top:100%;
}
.fp-content {
	position:relative;
	padding:20px;
	width:  100%;
	overflow:  visible;
}
.fp-title {
	color: #0098e7;
	font-weight:normal;
}
.fp-description {
	color:#fff;
}
.fp-more {
	float:none;
}
.fp-more:hover {
	
}
.fp-prev-next-wrap {
	width: 70px;
	background:url(images/fp-nav.png) 50% no-repeat;
	right: -70px;
	height:  10px;
	margin-top: -5px;
}
.fp-prev-next-wrap a {
	top: -3px;
	height:40px;
	width:10px;
	transition:none;
}
.fp-prev {
	left:0;
	background:url(images/slide-left.png) left top no-repeat;
}
.fp-next {
	right:0;
	background:url(images/slide-right.png) right top no-repeat;
}
.fp-prev-next-wrap a.fp-next:hover {
	background-position:0 top;
}
.fp-prev-next-wrap a.fp-prev:hover {
	background-position:-10px top;
}
@media screen and (max-width:640px) {
	.fp-content-wrap {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	padding: 110px 0 0;
	background:url(images/back.png) top center no-repeat;
}
.page-title {
	
}
.entry-title {
	margin: 15px 0 0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:26px;
	color:#ffffff;
	font-weight:normal;
	text-transform:none;
}
.entry-title a {
	color:#ffffff;
}
.entry-title a:hover { color:#ffffff;}
article {
	background:#101112;
	border:none;
	margin-bottom:30px;
	padding:15px;
}
article .featured-box {
	margin: 0 -15px 15px;
	position:relative;
}
article .featured_image {
	vertical-align:bottom;
	width:100%;
	opacity:0.5;
}
article .featured-box .entry-title {
	margin: 0 15px;
	position:absolute;
	bottom:10px;
}
@media screen and (max-width:640px) {
	article .entry-title {
		font-size:18px;
	}
	.site-content {
		padding-top:40px;
	}
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#106c9c;
	background: #0098e7;
	font-size:11px;
	margin: -15px -15px 0;
	font-family:'robotoregular';
	padding:  5px 15px;
}
.entry-meta a {}
.entry-meta a:hover {}
.entry-meta .post-date {
	background: url(https://abcmusicnotes.com/wp-content/themes/controlpc/images/date.png) left center no-repeat;
}
article .post-categories {
	color:#0098e7;
	border-top:1px solid #262729;
	padding:  15px 0;
	margin: 0 0 -15px;
}
article .post-categories a {
	color:#0098e7;
}
article .post-categories a:hover {
	color:#0069a0;
}
.entry-meta .post-comments {
}
.entry-meta .post-comments a {
	float:right;
	width: 16px;
	padding-left: 9px;
	height:  24px;
	color:#0098e7;
	background:url(images/comments.png) 50% no-repeat;
	font-size:13px;
	font-family:'robotobold';
	opacity: 0.4;
	margin-top: 10px;
}
.entry-meta .post-comments a:hover {
	background: url(images/comments.png) left center no-repeat;
	opacity:1;
}
.entry-meta .post-author a {
	color:#fff;
	font-size:14px;
	font-family:'robotolight';
}
article .entry-summary .button {
	margin:15px 0 -10px;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
	background:#101112;
	padding:15px;
	box-sizing:border-box;
}
.widget a {
	font-size:14px;
	font-family:'robotoregular';
}
.widget a:hover {
	
}
.sidebar {}
.widget .caption {
	margin:-15px -15px 15px;
	background:#0a0b0b;
}
.widget .caption h4 {
	color:#6e7072;
	font-size:16px;
	padding:  10px 15px;
	font-family:'robotoregular';
	font-weight:  normal;
}
.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 {
	border-right:4px solid transparent;
	padding: 15px 0;
	display: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 {
	border-color:#ff6600;
}
.widget_smt_comments .comment_avatar 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 .alignleft {
	margin: 0 0 10px 0;
	float:left;
	position:relative;
}
.widget_smt_posts img {
	margin:0;
	width:  100%;
}
.widget_smt_posts img + .post-date {
	position:absolute;
	z-index:2;
	left:0;
	top:0;
}
.widget_smt_posts .post-date {
	float:left;
	background:#0098e7;
	padding:3px 5px;
	color:#0d608b;
	font-size:11px;
	margin-right:10px;
}
.widget_smt_posts .title {}
.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 {
	position:relative;
	margin-top:40px;
}
footer::after {
	content:'';
	position:absolute;
	left:0;
	right:0;
	height:100%;
	background:url(images/back.png) top center no-repeat;
	top:0;
	background-size:cover;
	opacity:0.5;	
	z-index:-1;
}
footer .widget  {
	margin-top:30px;
}
footer .widget a, footer a {}
footer .widget a:hover, footer a:hover {}
footer .footer_txt {
	padding:15px 0;
		color:#727577;
		position:relative;
		margin-top:40px;
}
footer::before,
footer .footer_txt::before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	height: 45px;
	background: url(images/shadow.png) bottom -14px center no-repeat;
	bottom:100%;
	background-size:100%;
}
footer .footer_txt a {
	text-decoration:none;
}
footer .widget .caption  h4 {
	
}