/*
Theme Name: RushMore
Theme URI: http://smthemes.com/rushmore/
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: 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: 'hind_regularregular';
	font-size:14px;
	background:#fff;
	color:#a3a3a3;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#2a2929;
	text-decoration:none;
}
a:hover {
	color:#10d194;
}
.submit, .button, input[type="submit"] {
	padding:10px 25px;
	line-height:27px;
	background:#10d194;
	font-family:'poppinsmedium';
	font-size:16px;
	color:#fff;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#7410d1;
	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 { 
	background:#f4f4f4;
	border:2px solid #f4f4f4;
	color:#b7b6b6;
	font-family:'poppinssemibold';
	font-size:13px;
}
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 { 
	color:#515151;
	border-color:#dadada;
}
.accent {
	color:#2a2929;
	font-size:22px;
	font-family:'poppinssemibold';
}
#comments .accent { font-size:16px; }
.descent {
	font-family:'poppinssemibold';
	color:#b7b6b6;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:#7410d1;
	font-family:'poppinsmedium';
	font-size:16px;
	color:#fff;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	background:#10d194;
	color:#fff;
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#10d194;
	color:#fff;
}

/* ========================================= Theme Header. ========================================= */
#absolute-top-background {
	height:100px;
	background:url(images/slides/1.jpg) top center no-repeat;
	position: absolute;
	width: 100%;
	top:0;
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:70px;
	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:70px;
	width:70px;
}
@media screen and (min-width:1280px) {
	body {
		margin: 45px 40px;
	}
}
@media screen and (min-width:1024px) {
	.site-header { position:relative; 	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #b7b6b6;
	background:#f4f4f4;
	border:none;
}
form .search-box input[type="submit"] {
	display:none;
}
.headersearch .search-box {
	display: none;
	background:#f1f1f1;
	position:absolute;
	z-index:3;
	right:70px;
	left:70px;
	top: 0;
}
.headersearch .search-box input[type="search"] {
	color:#c5c5c5;
	text-transform:uppercase;
	font-family:'poppinsregular';
	font-weight:bold;
	height:70px;
	line-height:70px;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#b7b6b6; }
.search-box input[type="search"]:-moz-placeholder { color:#b7b6b6; }
.search-box input[type="search"]::-moz-placeholder { color:#b7b6b6; }
.search-box input[type="search"]:-ms-input-placeholder { color:#b7b6b6;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#c5c5c5; }
.headersearch input[type="search"]:-moz-placeholder { color:#c5c5c5; }
.headersearch input[type="search"]::-moz-placeholder { color:#c5c5c5; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#c5c5c5; }
#search-trigger {
	color:#fff;
	position:absolute;
	right:0;
	top:0;
	width:70px;
	height:70px;
	z-index: 3;
	text-align: center;
	cursor: pointer;
	background: url(images/search.png) 50% no-repeat;
}
#search-trigger:hover {
	backgound:url(images/search-hover.png) 50% no-repeat;
}
#search-trigger.active {
	backgound:url(images/search-hover.png) 50% no-repeat;
}
@media screen and (max-width:1024px) and (min-width:801px) {
	.admin-bar #search-trigger, .admin-bar .headersearch .search-box {
		top:32px;
	}
}
@media screen and (max-width:801px) {
	.admin-bar #search-trigger, .admin-bar .headersearch .search-box {
		top: 46px;
	}
}
@media screen and (max-width:640px) {
	.admin-bar #search-trigger, .admin-bar .headersearch .search-box {
		top:0;
	}
	.site-header {
		position:relative;
	}
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		position:absolute;
		left:0;
		right:0;
		margin:0 auto;
		z-index: 2;
	}
	#extra-menu > * {		
		display:flex;
		align-items:center;
		height:100px;
		justify-content:center;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#fff;
		text-transform:uppercase;
		padding:29px 20px;
		font-size:14px;
		font-family:'poppinsregular';
		font-weight:bold;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#10d194;
	}
	header ul.nav-menu  > li ul {
		background:rgba(0,0,0,0.6);
	}
	header ul.nav-menu  > li ul li a {
		color:#fff;
		font-size:13px;
		text-transform: uppercase;
		font-family:'poppinsmedium';
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#7410d1;
	}
	
}
@media only screen and (min-width:1024px) {
	#menu-trigger {
		display: block;
		margin: 0 auto;
		width:70px;
		height:70px;
		background: url(images/menu.png) 50% no-repeat;
		position: relative;
		z-index: 2;
		vertical-align: bottom;
		cursor: pointer;
		clear: both;
	}
	#menu-trigger:hover {
		background: url(images/menu-hover.png) 50% no-repeat;		
	}
	#menu-trigger.active {
		position:absolute;
		bottom:35px;
		background: url(images/menu-active.png) 50% no-repeat;		
	}
	#main-menu {
		display:flex;
		align-items:center;
		height: 70px;
		justify-content:center;
	}
	.has-slider #main-menu {
		position:absolute;
		left:0;
		right:0;
		margin:0 auto;
		z-index:2;
		bottom: 105px;
		height: 0;
	}
	#main-menu > *:not(#menu-trigger)  {
		background:rgba(0,0,0,0.6);
		height:70px;
		text-align:center;
		color:#fff;
		text-transform:uppercase;
		padding: 0;
		font-size:14px;
		font-family:'poppinsregular';
		font-weight:bold;
		display: none;
		width: 100%;
		position: relative;
		z-index: 2;
		clear: both;
	}
	#main-menu ul.nav-menu > li {
		float:none;
		display:inline-block;
	}
	#main-menu ul.nav-menu > li > a {
		color:#fff;
		text-transform:uppercase;
		padding: 24px 20px;
		font-size:14px;
		line-height: 22px;
		font-family:'poppinsregular';
		font-weight:bold;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#10d194;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a { color:#fff; margin:22px 0; }
	#mobile-menu-trigger { margin-right:60px; }
}
@media only screen and (max-width:640px) {
	.admin-bar #mobile-menu-trigger {
		top:70px;
		right:-10%;
	}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	position:relative;
	margin-bottom: -70px;
	top: -70px;
	background:#fff;
}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.07) 55%, rgba(0,0,0,0) 62%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.07) 55%,rgba(0,0,0,0) 62%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.07) 55%,rgba(0,0,0,0) 62%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.fp-slides {
	z-index:1;
}
.fp-thumbnail img {
	width:100%;
}
.fp-content-wrap {
	width:100%;
	display:flex;
	align-items:center;
}
.fp-content {
	box-sizing:border-box;
	text-align:center;
	width:100%;
	position:relative;
	padding:70px 10px;
	background:rgba(0,0,0,0.55);
}
.fp-title {
	color:#10d194;
	font-size:38px;
	text-transform:uppercase;
	font-family:'poppinslight';
	font-weight:normal;
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}
.fp-description {
	color:#d9d9d9;
	font-size:14px;
    font-family: 'poppinsregular';
	width: 1000px;
	max-width: 100%;
	margin: 20px auto;
}
.fp-more {
	float:none;
	background:#7410d1;
	color:#fff;
	text-transform:uppercase;
	font-family:'poppinssemibold';
	font-size:12px;
	display:inline-block;
	padding: 9px 66px;
	vertical-align: bottom;
}
.fp-more:hover {
	background:#6409b9;
	color:#fff;
}
.fp-prev-next-wrap {
	width:400px;
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
	bottom: 70px;
	top: auto;
	height: 0;
}
.fp-prev-next-wrap a {
	bottom: 0;
	height:45px;
	width:40px;
	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:-40px top;
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
.page-title {
	color: #0dbe86;
	text-transform:none;
	font-family:'poppinslight';
	font-weight: normal;
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:22px;
	font-family:'poppinssemibold';
	color:#2a2929;
	font-weight:normal;
	text-transform:none;
}
.entry-title a {
	color:#2a2929;
}
.entry-title a:hover { color:#10d194;}
article {
	border:none;
}
article .featured_image {
	vertical-align:bottom;
	width:100%;
}
.entry-content, .entry-summary {
	border:4px solid #ececec;
	padding:20px;
}
.entry-summary {
	overflow: hidden;
	padding: 20px 180px 20px 20px;
	position: relative;
}
.entry-summary * {
	max-width:clac(100% - 200px);
	box-sizing:border-box;
}
.entry-summary .entry-meta {
	border-left:4px solid #ececec;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	margin:0 !important;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#2b2b2b;
	font-size:13px;
	width: 160px;
	float:right;
	font-family:'poppinssemibold';
	display:flex;
	align-items:center;
	justify-content: center;
	margin: 10px 0 10px 10px !important;
}
.entry-meta a {
	color:#2b2b2b;
}
.entry-meta a:hover {
	color:#7410d1;
}
.entry-meta div > span {
	display: inline-block;
	padding-left: 20px;
	margin: 0 0 25px;
}
.entry-meta .post-date {
	background: url(images/date.png) left center no-repeat;
}
.entry-meta .post-comments {
	background: url(images/comments.png) left center no-repeat;
}
.entry-meta .post-author {
	background: url(images/author.png) left center no-repeat;
}
article .post-categories {
	font-size:12px;
	display:block;
	margin:5px 0;
	font-family:'poppinsmedium';
	color:#2b2b2b;
}
.post-categories a {
	color:#2b2b2b;
}
.post-categories a:hover {
	color:#10d194;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
}
.widget a {
	font-size:20px;
	font-family:'poppinssemibold';
}
.widget .caption h4 {
	color:#2a2929;
	font-size:18px;
	font-family:'poppinssemibold';
	font-weight:normal;
	display:inline-block;
	position:relative;
	margin:0 0 15px;
	padding:0;
}
.widget .caption {
	overflow:hidden;
	text-align:center;
}
.widget .caption h4::before, .widget .caption h4::after {
	content:'';
	position:absolute;
	bottom:0;
	width:200px;
	left:100%;
	height:2px;
	background:#10d194;
}
.widget .caption h4::before {
	background:#7410d1;
	left:auto;
	right:100%;
}
.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-size:14px;
	padding: 15px 0;
	display:inline-block;
}
.widget_smt_comments .comment_avatar img {
	float:left;
	margin:0 10px 10px 0;
}
.widget_smt_comments .comment_author {
	font-size:15px;
	color:#a25ae4;
	font-family:'poppinssemibold';
	background:#7410d1;
	padding: 5px 10px 4px;
	float:left;
	margin-right: 10px;
}
.widget_smt_comments a {}
.widget_smt_posts img {
	width:100%;
	margin: -60px 0 10px;
	vertical-align:bottom;
}
.widget_smt_posts .post-date {
	color:#fff;
	font-family:'poppinssemibold';
	display:inline-block;
	float:left;
	background:#7410d1;
	width:50px;
	height:50px;
	text-align:center;
	font-size:20px;
	position: relative;
	z-index: 1;
	padding:5px 0;
	box-sizing:border-box;
	line-height:20px;
	margin: 0 10px 10px 0;
}
.widget_smt_posts .post-date .month {
	color:#a25ae4;
	font-size:15px;
}
.widget_smt_posts .title {}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	color:#a3a3a3;
	background-color:#312d35;
}
footer .widget {
	padding-top:40px;
}
footer .widget a, footer a {
	color:#fff;
}
footer .widget a:hover, footer a:hover {
	color:#10d194;
}
footer .footer_txt {
	padding:15px 0;
	border-top:1px solid #5a575d;
	text-align: center;
}
footer .widget .caption  h4 {
	color:#fff;
}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
	border:none;
}