/*
Theme Name: Dakota
Theme URI: http://smthemes.com/dakota/
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: 01/08/2019
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:'latomedium';
	font-size:13px;
	background:url(images/top.jpg) top center no-repeat, #fff;
	color:#ababab;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#727272;
	text-decoration:none;
}
a:hover {
	color:#d70cae;
}
.submit, .button, input[type="submit"] {
	padding: 6px 35px;
	line-height:27px;
	background:#d70cae;
	float:right;
	color:#f96cdd;
	font-size:13px;
	border-radius:40px;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#bf0a9a;
	color:#fe8ce7;
}
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select {
	border:2px solid #ededed;
	color:#4b4b4b;
	border-radius: 20px;
}
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:#d70cae;
}
.accent {
	color:#4b4b4b;
	font-size:23px;
	font-weight:normal;
}
#comments .accent { font-size:16px;}
.descent {
	color:#ababab;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:#980079;
	color:#cf2bae;
	border-radius:50px;
	min-width:50px;
	box-sizing:border-box;
	text-align:center;
	margin-right:3px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#d70cae;
	color:#f96cdd;
} 

/* ========================================= Theme Header. ========================================= */
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:90px;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
	line-height:90px;
    text-transform: none;
}
.headersearch {
	float:right;
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-right: 40px;
	color: #4b4b4b;
	background:none;
	font-size:14px;
	font-family:'latoregular';
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;	
	background:url(images/search.png) 50% no-repeat;
	border:none;
	text-indent:-99999px;
}
form .search-box input[type="submit"]:hover {
	background:url(images/search-hover.png) 50% no-repeat;
}
.headersearch .search-box {
	display: none;
	right:40px;
	left:1px;
	position: absolute;
	top:1px;
	z-index: 2;
}
.headersearch .search-box input[type="search"] {
	color:#fff;
	border-radius:0;
	border-color:#6a0054;
	background: rgb(87,26,74); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(87,26,74,1) 0%, rgba(119,26,101,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(87,26,74,1) 0%,rgba(119,26,101,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(87,26,74,1) 0%,rgba(119,26,101,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#571a4a', endColorstr='#771a65',GradientType=0 ); /* IE6-9 */
}
.headersearch .search-box input[type="submit"] {
	display:none;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#4b4b4b; }
.search-box input[type="search"]:-moz-placeholder { color:#4b4b4b; }
.search-box input[type="search"]::-moz-placeholder { color:#4b4b4b; }
.search-box input[type="search"]:-ms-input-placeholder { color:#4b4b4b;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#fff; }
.headersearch input[type="search"]:-moz-placeholder { color:#fff; }
.headersearch input[type="search"]::-moz-placeholder { color:#fff; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#fff; }
#search-trigger {
	background: none;
	position:absolute;
	right:0;
	top:0;
	width:40px;
	height:40px;
	line-height: 40px;
	color: #d274bf;
	z-index:1;
	text-align: center;
	cursor: pointer;
	font-family:'FontAwesome';
}
#search-trigger:hover {
	color:#db85ca;
}
#search-trigger.active {
	color:#db85ca;
}
@media screen and (min-width:1024px) {
	#menu-with-search {
		background:#000;
		border:1px solid #1a181a;
		float:right;
		height:40px;
		margin:24px 0;
		position:relative;
	}
}
@media screen and (max-width:1024px) {
	.headersearch {
		margin-right:50px;
		height: 90px;
		display: flex;
		align-items: center;
		width: 250px;
		position: relative;
		justify-content:flex-end;
	}
	#search-trigger {
		position:relative;
	}
	.headersearch .search-box {
		top:24px;
	}
}
@media screen and (max-width:640px) { 
	.headersearch {
		margin-right:0;
	}
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		display:flex;
		align-items:center;
		height:30px;
		justify-content:center;
		background:rgba(0,0,0,0.4);
	}
	#extra-menu ul.nav-menu > li:not(:last-child) > a::after {
		content:'|';
		padding-left:15px;
		color:#150011;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#828282;
		padding: 4px 0 4px 15px;
		font-size:12px;
		text-transform:uppercase;
		font-family:'latoregular';
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#fff;
	}
	header ul.nav-menu  > li ul {
		background:#1a0014;
	}
	header ul.nav-menu  > li ul li a {
		color:#ad7cad;
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#411336;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float:right;
		display:flex;
		align-items:center;
		height: 40px;
		margin-right: 40px;
	}
	#main-menu ul.nav-menu > li:not(:last-child) > a {
		border-right:1px solid #300026;
	}
	#main-menu ul.nav-menu > li > a {
		color:#d274bf;
		text-transform:uppercase;
		line-height:14px;
		padding: 13px 20px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#fff;
		background: rgb(119,26,101); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(119,26,101,1) 1%, rgba(87,26,74,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(119,26,101,1) 1%,rgba(87,26,74,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(119,26,101,1) 1%,rgba(87,26,74,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#771a65', endColorstr='#571a4a',GradientType=0 ); /* IE6-9 */
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a { color:#fff; }
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	position:relative;
	padding-bottom: 58px;
	background:url(images/slider.png) bottom center no-repeat;
}
.slider {	
	border:5px solid #fff;
}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(1,19,31,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(1,19,31,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(1,19,31,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a601131f',GradientType=1 ); /* IE6-9 */
}
.fp-slides {
	z-index:1;
}
.fp-content-wrap {
	width:100%;
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.fp-content {
	width:50%;
	box-sizing:border-box;
	position:relative;
	padding:20px;
}
.fp-title {
	color:#fff;
	font-size:28px;
}
.fp-description {
	color:#497189;
	font-family:'latoregular';
}
.fp-more {
	float:none;
	background:#04263a;
	color:#225776;
	padding: 5px 34px;
	box-shadow:0 5px 15px rgba(0,0,0,0.25);
}
.fp-more:hover {
	color:#3a7090;
	background:#072f47;
}
.fp-prev-next-wrap {
	top: auto;
	bottom: 15px;
	left: 25px;
	right: 25px;
}
.fp-prev-next-wrap a {
	bottom: 10px;
	height:40px;
	width:40px;
	transition:none;
}
.fp-prev {
	left:0;
	background:url(images/slide-left.png) right top no-repeat;
}
.fp-next {
	right:0;
	background:url(images/slide-right.png) left top no-repeat;
}
.fp-prev-next-wrap a.fp-next:hover {
	background-position:-40px top;
}
.fp-prev-next-wrap a.fp-prev:hover {
	background-position:0 top;
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin: 0 0 40px 0;
	background:#fff;
	padding-top:20px;
}
.page-title {
	
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:23px;	
	color:#4b4b4b;
	font-weight:normal;
	text-transform:none;
}
.entry-title a {
	color:#4b4b4b;
}
.entry-title a:hover { color:#d70cae;}
article {
	border:none;
}
.entry-content, .entry-summary {
	border-bottom:1px solid #e3e3e3;
	margin-bottom: 10px;
}
article .featured_image {
	vertical-align:bottom;
	border-radius:5px;
	padding:5px;
	border:1px solid #e3e3e3;
	float: left;
	margin: 0 15px 10px 0;
}
@media screen and (max-width:640px) {
	.featured_image {
		width:100%;
		box-sizing:border-box;
	}
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#b1b1b1;
	font-size:12px;
	text-transform:uppercase;
	margin:15px 0;
}
.entry-meta a {
	color:#b1b1b1;
}
.entry-meta a:hover {
	color:#d70cae;
}
.entry-meta > span {
	margin: 0 20px 0 0;
}
.entry-meta > span .icon {
	color:#b1b1b1;
	font-weight:normal;
	padding-right: 5px;
}
.entry-meta .post-date {}
.entry-meta .post-comments {}
.entry-meta .post-author {}

.post-categories {
		color:#011522;
}
.post-categories a {
	color:#011522;
}
.post-categories a:hover {
	color:#d70cae;
}
/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
}
.widget a {
	font-family:'latoregular';
	font-size:14px;
	color:#4b4b4b;
}
.widget a:hover {
	color:#d70cae;
}
.widget .caption h4 {
	color:#4b4b4b;
	font-size:16px;
	margin:0 0 15px;
	font-family:'latosemibold';
	text-transform:uppercase;
	font-weight:normal;
	background:#eee;
	text-align:center;
	border-radius:40px;
	padding: 6px 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 {
	background:url(images/list.png) left center no-repeat;
	padding: 15px 10px;
	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 {
	text-decoration:none;
	background:url(images/list-hover.png) left center no-repeat;
}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
	float:left;
	margin:0 15px 10px 0;
	border-radius:60px;
}
.widget_smt_comments .comment_author {}
.widget_smt_comments a {}
.widget_smt_posts .post-date {
	color:#b1b1b1;
	font-size:12px;
	display:inline-block;
	border-radius:60px;
	background:#eee;
	margin:0 0 10px;
	text-transform: uppercase;
	padding: 5px 10px;
}
.widget_smt_posts .post-date .icon {
	padding-right:5px;
}
.widget_smt_posts .title {
	display:block;
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	padding:30px 0;
	color:#ababab;
	text-align: center;
	line-height:24px;
	background: rgb(101,0,81); /* Old browsers */
	background: -moz-linear-gradient(bottom,  rgba(101,0,81,1) 0%, rgba(101,0,81,1) 62%, rgba(42,0,34,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(bottom,  rgba(101,0,81,1) 0%,rgba(101,0,81,1) 62%,rgba(42,0,34,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top,  rgba(101,0,81,1) 0%,rgba(101,0,81,1) 62%,rgba(42,0,34,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#650051', endColorstr='#2a0022',GradientType=1 ); /* IE6-9 */
}
footer .widget {
	text-align:left;
}
footer .widget a, footer a {
	color:#fff;
}
footer .widget a:hover, footer a:hover {
	color:#d70cae;
}
footer .footer_txt {
	padding: 15px 25px;
	color:#fff;
	font-size:12px;
	font-family:'latosemibold';
	text-transform:uppercase;
	background:rgba(255,255,255,0.2);
	border-radius:60px;
	display:inline-block;
}
footer .footer_txt a {
	color:#320028;
}
footer .widget .caption  h4 {
	color:#fff;
	background:rgba(255,255,255,0.2);
}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
	border:none;
} 
footer .widget_archive ul li a,
footer .widget_meta ul li a,
footer .widget_nav_menu ul li a,
footer .widget_pages ul li a,
footer .widget_categories ul li a {
	background:url(images/flist.png) left center no-repeat;
}
footer .widget_archive ul li a:hover,
footer .widget_meta ul li a:hover,
footer .widget_nav_menu ul li a:hover,
footer .widget_pages ul li a:hover,
footer .widget_categories ul li a:hover {
	background:url(images/list-hover.png) left center no-repeat;
}
footer .widget_smt_posts .post-date {
	color:#b1b1b1;
	background: rgba(255,255,255,0.2);
}