/*
Theme Name: RelaxPress
Theme URI: http://smthemes.com/relaxpress/
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/07/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:#fff;
	font-size: 14px;
	position:relative;
	font-family:'Arial';
	color:#fff;
}
h2 {
	color:#fff;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#82a249;
}
a:hover {
	color:#ffce62;
	text-decoration:none;
}
a:visited{
	color:#bc6200;
}
.submit, .button, input[type="submit"] {
	color:#fff;
	font-family:Arial;
	font-weight:bold;
	float:left;
	padding: 5px 20px;
	margin-bottom:10px;
	background: rgb(165,188,93); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(165,188,93,1) 0%, rgba(97,137,54,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(165,188,93,1)), color-stop(100%,rgba(97,137,54,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(165,188,93,1) 0%,rgba(97,137,54,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(165,188,93,1) 0%,rgba(97,137,54,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(165,188,93,1) 0%,rgba(97,137,54,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(165,188,93,1) 0%,rgba(97,137,54,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5bc5d', endColorstr='#618936',GradientType=0 ); /* IE6-9 */
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border:none;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background: rgb(220,171,35); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(220,171,35,1) 0%, rgba(193,108,20,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220,171,35,1)), color-stop(100%,rgba(193,108,20,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(220,171,35,1) 0%,rgba(193,108,20,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(220,171,35,1) 0%,rgba(193,108,20,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(220,171,35,1) 0%,rgba(193,108,20,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(220,171,35,1) 0%,rgba(193,108,20,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcab23', endColorstr='#c16c14',GradientType=0 ); /* IE6-9 */
	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:#ffce62;
	color:#000;
}
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:#ffce62;
}
.accent {
	color: #ffce62;
}
#comments .accent {}
.descent {
	color:#bcbcbc;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	color:#fff;
	font-family:Arial;
	font-weight:bold;
	margin-bottom:10px;
	background: rgb(165,188,93); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(165,188,93,1) 0%, rgba(97,137,54,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(165,188,93,1)), color-stop(100%,rgba(97,137,54,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(165,188,93,1) 0%,rgba(97,137,54,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(165,188,93,1) 0%,rgba(97,137,54,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(165,188,93,1) 0%,rgba(97,137,54,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(165,188,93,1) 0%,rgba(97,137,54,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5bc5d', endColorstr='#618936',GradientType=0 ); /* IE6-9 */
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border: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: rgb(220,171,35); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(220,171,35,1) 0%, rgba(193,108,20,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220,171,35,1)), color-stop(100%,rgba(193,108,20,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(220,171,35,1) 0%,rgba(193,108,20,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(220,171,35,1) 0%,rgba(193,108,20,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(220,171,35,1) 0%,rgba(193,108,20,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(220,171,35,1) 0%,rgba(193,108,20,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcab23', endColorstr='#c16c14',GradientType=0 ); /* IE6-9 */
	color:#fff;
	text-decoration:none;
}

/* ========================================= Theme Header. ========================================= */
.site-header {
	background:url(images/pattern_top_container.png) repeat;
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:192px;
}
#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: 54px;
}
@media screen and (min-width:1024px) {
	.headersearch {
		
clear: right;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	background:#2e1700;
	border:none;
	height:29px;
	line-height:25px;
	color:#fff;
	font-family:Arial;
	font-size:12px;
	text-transform:lowercase;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;	
	border:none;
	font-family:'FontAwesome';
	height:29px;
	width:35px;
	text-indent: -9999px;
	background:url(images/search.png) no-repeat;
}
.headersearch .search-box {}
.headersearch .search-box input[type="search"] {	
}
.headersearch .search-box input[type="submit"] {
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#fff; }
.search-box input[type="search"]:-moz-placeholder { color::#fff; }
.search-box input[type="search"]::-moz-placeholder { color::#fff; }
.search-box input[type="search"]:-ms-input-placeholder { color::#fff;}


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:right;
		display:flex;
		align-items: flex-end;
		height: 99px;
	}
	#extra-menu ul.nav-menu > li > a {
		padding: 5px 15px;
		color:#fff;
		font-family:Arial;
		font-size:15px;
		background:url(images/topmenu.png) repeat-x;
		margin:0 2px;
		border-radius:10px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		background:url(images/topmenu_hover.png) repeat-x;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		background:#b0955a;
	}
	#main-menu > * {
		width:1000px;
		margin:0 auto;
		display:flex;
		align-items:center;
		height:65px;
		justify-content: flex-start;		
	}
	#main-menu ul.nav-menu > li > a {
		padding:22px 40px 22px 40px;
		font-family:SansitaOne-Regular;
		font-size:18px;
		color:#fff;
		background:url(images/separator_mainmenu.png) no-repeat left;
	}
	#main-menu ul.nav-menu > li:first-child a{
		background:none;
	}
	#main-menu ul.nav-menu > li:hover > a {
		background-color:#e1d792;
	}
	.site-header ul.nav-menu  > li ul {
		background:#d08f1c;
		text-align:center;
		min-width: 150px;
	}
	.site-header ul.nav-menu  > li ul li {
		background: url(images/border_dropmenu.png) no-repeat center bottom;
		padding: 0;
		text-align: center;
		min-width: 100px;
	}
	.site-header ul.nav-menu  > li ul li:last-child {
		background:none;
	}
	.site-header ul.nav-menu  > li ul li:hover {
	}
	.site-header ul.nav-menu  > li ul li a {
		color:#fff;
		font-family:Arial;
		font-size:15px;
		padding:0;
		padding: 15px 20px 25px;
	}
	.site-header ul.nav-menu  > li ul li:last-child a {
		background:none;
		padding: 11px 20px 15px;
	}
	.site-header ul.nav-menu  > li ul li:hover > a {
		color:#3b3b3b;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
    margin: 47px 0;
    color: #fff;
}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {}
.slider-bgr {
	position:absolute;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.2);
}
.fp-slides {
	z-index:1;
}
.fp-content-wrap {
	width:900px;
	display:flex;
	align-items: center;
	justify-content: center;
}
.fp-content {
	text-align: center;
	position: relative;
	padding: 13px;
}
.fp-title {
	color:#ffdc8f;
	text-decoration:none;
	font-family:SansitaOne-Regular;
	font-size:4.5em;
	font-weight:normal;
}
.fp-description {
	color:#fff;
	font-family:SansitaOne-Regular;
	font-size: 2.2em;
	margin: 15px 0;
	line-height: 1.2em;
}
@media only screen and (max-width:1023px) {
	.fp-content {
		padding: 13px 55px;
	}
	.fp-title {
		font-size:2.5em;
	}
	.fp-description {
		font-size: 1.2em;
		line-height: 1em;
	}
}
.fp-more {
	float:none;
	font-size: 1.5em;
	color: #ffdc8f !important;
	padding:5px 15px;
	font-family:SansitaOne-Regular;
	text-decoration:none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a5bc5d+0,618936+100 */
	font-weight: normal;
	background: rgb(165,188,93); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(165,188,93,1) 0%, rgba(97,137,54,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(165,188,93,1)), color-stop(100%,rgba(97,137,54,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(165,188,93,1) 0%,rgba(97,137,54,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(165,188,93,1) 0%,rgba(97,137,54,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(165,188,93,1) 0%,rgba(97,137,54,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(165,188,93,1) 0%,rgba(97,137,54,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5bc5d', endColorstr='#618936',GradientType=0 ); /* IE6-9 */
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
}
.fp-more:hover {
	background: rgb(220,171,35); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(220,171,35,1) 0%, rgba(193,108,20,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220,171,35,1)), color-stop(100%,rgba(193,108,20,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(220,171,35,1) 0%,rgba(193,108,20,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(220,171,35,1) 0%,rgba(193,108,20,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(220,171,35,1) 0%,rgba(193,108,20,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(220,171,35,1) 0%,rgba(193,108,20,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcab23', endColorstr='#c16c14',GradientType=0 ); /* IE6-9 */
}
.fp-prev-next-wrap{
	position:absolute;
	width:1000px;
	max-width:100%;
	margin:0 auto;
	left:0;
	right:0;
	bottom:auto;
	top: 50%;
}
.fp-next, .fp-prev {
	width:51px;
	height:138px;
	top: -66px;
}
.fp-next {
	right:10px;
	background-position:left 50%;
	width:51px;
	background:url(images/slide_next.png) no-repeat;
}
.fp-next:hover{
	background:url(images/slide_next_hover.png) no-repeat;
}
.fp-prev {
	background-position:right 50%;
	width:51px;
	left:10px;
	background:url(images/slide_prev.png) no-repeat;
}
.fp-prev:hover{
	background:url(images/slide_prev_hover.png) no-repeat;
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	padding: 40px 0;
	background:url(images/pattern_content.png) repeat;
	padding-bottom:25px;
	line-height:24px;
}
.page-title {
	
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:36px;
	text-decoration:none;	
	font-family:SansitaOne-Regular;
	color:#ffce62;
	font-weight:normal;
	text-transform:none;
}
.entry-title a {
	color:#ffce62;
	font-family:SansitaOne-Regular;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;	
}
.entry-title a:hover { color:#f1c696;}
article {
	background:url(images/post.png) repeat-x bottom;
	padding-bottom:30px;
	border: none;
}
article .featured_image {
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	float:left;
	margin:0 15px 15px 0;
	vertical-align:bottom;
}
@media only screen and (max-width:1023px) {
	.entry-title {
		font-size:20px;	
	}
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
    clear: left;
}
.entry-meta a {}
.entry-meta a:hover {}
.entry-meta > span {
	padding-left:5px;
	margin: 0 10px 0 0;
}
.entry-meta .post-date {}
.entry-meta .post-categories {}
.entry-meta .post-comments {}
.entry-meta .post-author {}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
}
.widget a {	
	color:#fff;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
}
.widget a:hover {
	color:#ffce62;
}
.sidebar {}
.sidebar .caption h4 {
	padding: 0 5px 15px;
	color:#ffce62;
	font-size: 27px;
	font-family:SansitaOne-Regular;
	font-style:italic;
	font-weight: normal;
	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 {
	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 {}
.widget_smt_posts .title {
	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:url(images/pattern_footer.png) repeat;
}
footer .widget {
	padding:25px 0 0;
}
footer .widget a, footer a {
	color:#ffce62;	
}
footer .widget a:hover, footer a:hover {
	text-decoration:none;	
}
footer .footer_txt {
	padding:15px 0;	
	background:url(images/pattern_footer_txt.png) repeat;
}
footer .footer_txt a {
	text-decoration:none;
}
footer .widget .caption  h4 {
	color:#ffce62;
	font-family:SansitaOne-Regular;
	font-size:22px;
	font-style:italic;
	font-weight:bold;
}