/*
Theme Name: SeaFood
Theme URI: http://smthemes.com/seafood/
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 {
	background:#e6e6e6;
	font-family:'opensansregular';
	color:#29272b;
	position:relative;
}
h2 {
	color:#29272b;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#fff;
}
a:hover {
	color:#6a538d;
}
.submit, .button, input[type="submit"] {
	padding:10px 25px;
	line-height: 15px;
	background:#6a538d;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
	padding:25px 60px;
	color:#fff;
	text-decoration:none;
	float:none;
	display:inline-block;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#7a639d;
	color:#fff;
	text-decoration:none;
}
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:#4a4a4a;
}
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;
}
.accent {
	/* color:#28262b; */
}
#comments .accent {}
.descent {
	color:#bcbcbc;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:#6a538d;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
	color:#fff;
	text-decoration:none;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#7a639d;
	color:#fff;
	text-decoration:none;
}

/* ========================================= Theme Header. ========================================= */
#topper {	
	background:#6a538d;
}
.has-slider #logo {
	margin-bottom: -110px;
}
#logo {
	justify-content: center;
	display:flex;
	align-items:center;
	height:110px;
	position:relative;
	z-index:99;
	margin-bottom: -40px;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	margin:0;
	padding:0;
	line-height:110px;
	color: #fff;
    text-transform: none;
	position:relative;
	z-index:99;
}
.headersearch {
	float:right;
	display:flex;
	align-items:center;
	height:110px;
}
@media screen and (max-width:1024px) {
	.headersearch {
		
margin-right: 45px;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background:#ffffff;
	border:none;
	color:#8f8f8f;
	font-size:14px;
	text-transform:lowercase;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;	
	border:none;
	font-family:'FontAwesome';
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#8f8f8f; }
.search-box input[type="search"]:-moz-placeholder { color:#8f8f8f; }
.search-box input[type="search"]::-moz-placeholder { color:#8f8f8f; }
.search-box input[type="search"]:-ms-input-placeholder { color:#8f8f8f;}
.headersearch .search-box {
	display:none;
	position:absolute;
	right:50px;
	top: 35px;
	z-index:6;
	min-width:200px;
	padding-right: 0;
}
.headersearch .search-box input[type="search"] {
	background:#fff;
	color:#adadad;
	font-size: 13px;
	border: none;
	text-align:left;
	box-shadow: 2px 0 10px rgba(0,0,0,0.2);
}
.headersearch .search-box input[type="submit"] {
	display: none;
}
#search-trigger {
	color:#161617;
	position: relative;
	width:50px;
	height:50px;
	line-height: 50px;
	background:none;
	z-index:1;
	background:none;
	border-radius: 60px;
	font-size:18px;
	text-align: center;
	cursor: pointer;
	background:url(images/search.png) center no-repeat;
	text-indent:-99999px;
}
#search-trigger:hover {
	color:#e1be64;
}
#search-trigger.active {
	color:#e1be64;
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		justify-content: center;
		display:flex;
		align-items:center;
		height:110px;
		position:absolute;
		left: 0;
		right: 0;
	}
	#extra-menu ul.nav-menu > li > a {
		padding:29px 20px;
		padding:10px 15px;
		color:#e2d7f1;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#fff;
		padding-bottom:8px;
		border-bottom:2px solid #fff;
	}
	.site-header ul.nav-menu  > li ul {
		background:#3e3747;
		border:1px solid #5a5264;
		padding:5px;
	}
	.site-header ul.nav-menu  > li ul li {
		margin-bottom:2px;
		padding:0;
	}
	.site-header ul.nav-menu  > li ul li:hover {}
	.site-header ul.nav-menu  > li ul li a {
		padding:20px 15px;
		background:#5a5264;
		color:#c7c1ce;
	}
	.site-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: 110px;
		cursor:pointer;
		background:url(images/menu.png) 50% no-repeat;
		top: 0;
	}
	#menu-trigger:hover {
		background:url(images/menu-hover.png) 50% no-repeat;
	}
	#menu-trigger.active {	
		background:url(images/menu-hover.png) 50% no-repeat;
	}
	#main-menu {
		float: left;
		height: 110px;
		position: relative;
		z-index: 3;
		display: flex;
		align-items: center;
	}
	#main-menu > div:first-child {
		display:none;
		background:#fff;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 4;
		box-shadow:5px 0 10px rgba(0,0,0,0.1);
		border: 1px solid #5a5264;
		padding:5px;
		float: left;
	}
	#main-menu ul.nav-menu {
		/* height:65px; */
		left: auto;
		left: 100%;
		top:0;
		min-width:200px;
		float: left;
	}
	#main-menu ul.nav-menu > li {
		width: 100%;
		float: left;
	}
	#main-menu ul.nav-menu > li > a {
		padding:20px 15px;
		background:#5a5264;
		color:#c7c1ce;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#fff;
	}
	#main-menu ul.nav-menu  > li ul {
		background:#fff;
		left: 100%!important;
		box-shadow:5px 0 10px rgba(0,0,0,0.1);
		top:0;
		left:auto;
	}
	#main-menu ul.nav-menu  > li ul li a {}
	#main-menu ul.nav-menu  > li ul li:hover > a {}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
    color: #e4d6f0;
    margin: 11px 0;
}
	#mobile-menu-trigger a:hover {
    color: #e7c793;
}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background:url(images/slider-bgr.png);
}
.fp-slides {
	z-index:1;
}
.fp-thumbnail img {
	
width: 100%;
	
height: auto !important;
}
.fp-content-wrap {
	width:1000px;
	display:flex;
	align-items: center;
	justify-content: center;
}
.fp-content {
	padding:20px;
	text-align: center;
	bottom: auto;
	overflow: visible;
}
.fp-title {
	color: #fff;
	font-size:52px;
	font-weight:600;
	line-height:52px;
	margin-bottom:40px;
	text-decoration: none;
	font-weight:normal;
}
.fp-description {
	color:#fff;
	font-size:20px;
	line-height:35px;
	margin-bottom: 44px;
}
.fp-more {
	float:none;
	background:#6a538d;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
	padding:25px 60px;
	color:#fff;
	text-decoration:none;
}
.fp-more:hover {	
	background:#7a639d;
	color:#fff;
}
.fp-prev-next-wrap {
	width:1000px;
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
	top: 50%;
}
.fp-next, .fp-prev {
	width:62px;
	height:62px;
	top: -31px;
}
.fp-next {
	right:-43px;
	background: url(images/slide-right.png) 50% no-repeat;
}
.fp-prev {
	left:-43px;
	background: url(images/slide-left.png) 50% no-repeat;
}
.fp-next:hover, .fp-prev:hover {
	opacity:0.5;
}
@media screen and (max-width:1124px) {	
	.fp-prev-next-wrap {
		display:none;
	} 	
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
.page-title {
	
}
.entry-title {
	margin: 15px 0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	color:#6a538d;
	font-size:38px;
	font-weight:normal;
	text-transform:none;
	font-family: 'Oswald';
	line-height: 38px;
}
.entry-title a {
	color:#6a538d;
	text-decoration:none;
}
.entry-title a:hover { color:#fff;}
article {
    border: none;
    background: #1d1d1d;
    padding-bottom: 1px;
    padding-top: 1px;
}
.blacked {
	margin-bottom:50px;
	/* background:#1d1d1d; */
	padding:13px;
	text-align:center;
	color:#c0c1c1;
	padding:13px;
	border:1px solid #737373;
	margin: 10px;
}
.contactform select {
	background:#1d1d1d;
}
.contactform input, .contactform select, .contactform textarea {
	color:#c0c1c1;
}
article .featured_image {
	vertical-align:bottom;
	width:100%;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	
}
.entry-meta > span {
	color:#adadad;
}
.entry-meta > a {
	color:#adadad;
}

/* ....................... Sidebar .................... */
.sidebar .widget {
	background:#fff;
	padding:15px;
	color:#6f6f6f;
	margin-bottom:50px;
}
.sidebar .widget a {
	color:#1d1d1d;	
}
.sidebar  .widget a:hover {	
	color:#6a538d;
}
.sidebar { 
	
}
.sidebar .caption {
	background: #6a538d;
	margin: -15px -15px 15px;
	padding: 5px;
}
.sidebar .caption h4 {
	padding:20px;
	text-align:center;
	border: 1px solid #9e91b2;
	color:#ffffff;
	font-size:18px;
	text-transform:uppercase;
	margin: 0;
}
.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 {
	color:#171717;
	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 {}
.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 {
	color:#000;
	font-size:12px;
}
.widget_smt_posts .title {
	font-size:14px;
	display: block;
}
.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 {
	background:#29272b;
	color:#6f6f6f;
}
footer .widget {
	
padding-top: 35px;
}
footer .widget a, footer a {
	color:#fff;
}
footer .widget a:hover, footer a:hover {
	
}
footer .footer_txt {
	box-sizing:content-box;
	background:#333235;
	text-align:center;
	padding:25px;
	width:950px;
	color:#fff;
}
footer .footer_txt a {
}
footer .widget .caption  h4 {
	color:#fff; 
	font-size:27px; 
	font-weight:bold;
	text-transform:uppercase;
}
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 {
    color: #fff;
}
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 {}
footer .widget_smt_posts .post-date {
    color: #6a538d;
}