/*
Theme Name: Feel
Theme URI: http://smthemes.com/feel/
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: 12/22/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 {
	background:#fff;
	position:relative;
	font-family: 'montserratregular';
	font-size:14px;
	color:#6b6b6b;
}
h2 {
	color:#6b6b6b;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#1f1f1f;
	text-decoration:none;
}
a:hover {
	color:#e43c5c;
}
.submit, .button, input[type="submit"] { 
	line-height:27px;	
	background: #e43c5c;
	color:#fff;
	text-transform:uppercase;
	border-radius:50px;
	padding:10px 25px;
	float:left;
	margin:10px 0 20px;
	font-family: 'montserratsemi_bold';
	border: none;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#c92947;
	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: #e43c5c;
	color:#fff;
	text-transform:uppercase;
	border-radius:50px;
	padding: 10px 19px;
	font-family: 'montserratsemi_bold';
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover ,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#c92947;
	color:#fff;
}

/* ========================================= Theme Header. ========================================= */
#topper {
background: rgb(255,76,198); /* Old browsers */
		background: -moz-linear-gradient(left,  rgba(255,76,198,1) 0%, rgba(255,186,77,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(255,76,198,1) 0%,rgba(255,186,77,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(255,76,198,1) 0%,rgba(255,186,77,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4cc6', endColorstr='#ffba4d',GradientType=1 ); /* IE6-9 */
	
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height: 120px;
	position: relative;
	z-index: 2;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.headersearch {
	background:#ededed;
	/* display:flex; */
	/* align-items:center; */
	height: 90px;
	position: relative;
}
@media screen and (max-width:1024px) {
	.headersearch {	
		
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 45px;
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background:none;
	border:none;
	
	background:none;
	border:none;
	float:left;
	height:45px;
	line-height:45px;
	color:#b1b1b1;
	font-weight:bold;
	font-size:16px;
	width:100%;
	box-sizing:border-box;
	padding-right:35px;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 45px;
	height: 45px;
	top: 0;
	border:none;
	font-family:'FontAwesome';
	margin: 0;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#b1b1b1; }
.search-box input[type="search"]:-moz-placeholder { color:#b1b1b1; }
.search-box input[type="search"]::-moz-placeholder { color:#b1b1b1; }
.search-box input[type="search"]:-ms-input-placeholder { color:#b1b1b1;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#4d4d4d; }
.headersearch input[type="search"]:-moz-placeholder { color:#4d4d4d; }
.headersearch input[type="search"]::-moz-placeholder { color:#4d4d4d; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#4d4d4d; }
.headersearch .search-form {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    height: 90px;
    display: block;
    position: relative;
}
.headersearch .search-box {
	display:none;
	position:absolute;
	right: 60px;
	top: 0;
	z-index: 6;
	width: calc(100% - 60px);
	padding-right: 0;
	height: 90px;
}
.headersearch .search-box input[type="search"] {
	border: none;
	text-align:left;
	/* box-shadow: 2px 0 10px rgba(0,0,0,0.2); */
	font-size:28px;
	color:#4d4d4d;
	font-family:'robotothin';
	height: 90px;
	line-height: 90px;
}
.headersearch .search-box input[type="submit"] {
	display: none;
}
#search-trigger {
	color:#161617;
	position: absolute;
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	top: 0;
	right: 0;
	left: 0;
	height: 100%;
	z-index:1;
	cursor: pointer;
	text-indent:-99999px;
	background:url(images/search-trigger.png) center no-repeat;
}
#search-trigger:hover {}
#search-trigger.active {
	background: url(images/search.png) right center no-repeat;
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		display:flex;
		align-items: center;
		height: 45px;
		width: 1000px;
		max-width: 100%;
		margin: 0 auto;
		justify-content: flex-end;
	}
	#extra-menu ul.nav-menu > li > a {
		padding: 12px 15px 11px;
		color:#fff;
		font-weight:bold;
		font-size:11px;
		text-transform:uppercase;
	}
	#extra-menu ul.nav-menu > li > a .sf-sub-indicator {
		background: url(images/cross.png) 50% no-repeat;
		text-indent:-999px;
		display:inline-block;
		width:15px;
		height: 16px;
		vertical-align: bottom;
		overflow:hidden;
		padding-top: 4px;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#1f1f1f;
	}
	#extra-menu ul.nav-menu > li:hover > a .sf-sub-indicator {
		background:url(images/cross-hover.png) 50% no-repeat;
	}
	.site-header ul.nav-menu  > li ul {
		background:#fff;
		min-width:200px;
		text-align:left;
		box-shadow:0 0 10px rgba(0,0,0,0.15);
	}
	.site-header ul.nav-menu  > li ul li {
		
padding: 0;
	}
	.site-header ul.nav-menu  > li ul li a {
		color:#1f1f1f;
		padding:10px 15px;
		margin:3px;
	}
	.site-header ul.nav-menu  > li ul li:hover > a {
		color:#3b3b3b;
		background: rgb(255,183,232); /* Old browsers */
		background: -moz-linear-gradient(left,  rgba(255,183,232,1) 0%, rgba(255,227,184,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(255,183,232,1) 0%,rgba(255,227,184,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(255,183,232,1) 0%,rgba(255,227,184,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb7e8', endColorstr='#ffe3b8',GradientType=1 ); /* IE6-9 */
	}
	
}
@media only screen and (min-width:1024px) {
	#menu-trigger {
		position: relative;
		z-index: 4;
		width:50px;
		height: 120px;
		cursor:pointer;
		background:url(images/menu.png) 50% no-repeat;
		top: 0;
		float: right;
	}
	#menu-trigger:hover {
		background:url(images/menu-hover.png) 50% no-repeat;
	}
	#menu-trigger.active {	
		background:url(images/menu-pressed.png) 50% no-repeat;
	}
	#main-menu {
		height: 120px;
		position: relative;
		z-index: 3;
	}
	#main-menu > div:first-child {
		display:none;
		position: absolute;
		left: auto;
		top: 36px;
		z-index: 4;
		align-items: center;
		background:#1f1f1f;
		width: 800px;
		right: 0;
	}
	#main-menu ul.nav-menu {
		height: 49px;
		left: auto;
		left: 100%;
		top:0;
		min-width:200px;
	}
	#main-menu ul.nav-menu > li {
		/* width: 100%; */
		float: left;
	}
	#main-menu ul.nav-menu > li > a {
		padding: 13px 15px 14px;
		color:#fff;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#939393;
	}
	#main-menu ul.nav-menu  > li ul {
	}
	#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 {
    margin: 12px 0;
}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
    position: relative;
    top: -120px;
    margin-bottom: -120px;
}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.fp-slides {
	z-index:1;
}
.fp-content-wrap {
	width:1000px;
}
.fp-content {
	padding:20px;
	width:90%;
	text-align:right;
	bottom: 20%;
	padding-right: 0 !important;
	right: 0;
	left: auto;
	height:auto !important;
}
.fp-title {
	color: #1f1f1f;
	font-size: 80px;
	font-weight: bold;
	font-weight:normal;
}
.fp-description {
	color:#1f1f1f;
	font-size: 25px;
	font-weight: bold;
	line-height: 41px;
}
.fp-more {
	padding:10px 25px;
	background:url(images/fp-more.png) left 2px center no-repeat, #e43c5c !important;
	border-radius: 100px;
	width: 65px;
	height: 65px;
	display: block;
	float: right;
	box-sizing: border-box;
	text-indent: -99999px;
}
.fp-more:hover {	
	background-color:#c92947 !important;
}
.fp-nav {
	width:1000px;
	max-width:100%;
	margin:0 auto;
	bottom:12%;
	text-align:right;
}
.fp-nav a {
	width:21px;
	height:21px;
	text-indent:-2000px;
	color:transparent;
	background:url(images/slider-page.png) 50% no-repeat;
}
.fp-nav a:hover, .fp-nav a.activeSlide {
	width:21px;
	height:21px;
	text-indent:-2000px;
	color:transparent;
	background:url(images/slider-page-active.png) 50% no-repeat;
}
@media screen and (max-width:1024px) {
	.fp-title {
		font-size:40px;
	}
	.fp-content {
		font-size:18px;
		line-height:22px;
	}
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-nav {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
.page-title {
	
}
.entry-title {
	margin:0;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-weight:normal;
	text-transform:none;
	color:#1f1f1f;
	font-size:33px;
	text-align:center;
	font-family:'montserratsemi_bold';
	padding-bottom: 10px;
	margin-bottom: 15px;
	background:url(images/caption.png) bottom center no-repeat;
}
.entry-title a {
	color:#1f1f1f;
}
.entry-title a:hover { color:#777777;}
article {
	font-family: 'montserratlight';
	border-bottom:1px solid #d9d9d9;
	margin-bottom:50px;
	padding-bottom: 15px;
}
article .featured_image {
	vertical-align:bottom;
	float:left;
	margin:0 20px 10px 0;
	margin-top:15px;
	border-radius:50%;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	font-family: 'montserratsemi_bold';
	text-align:center;
	margin-bottom: 10px;
}
.entry-meta > span {
	margin-right: 10px;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
	box-sizing: border-box;
}
.widget a {}
.widget a:hover {}
.sidebar {}
.widget .caption h4 {
	padding:0 5px;
	font-size:24px;
	color:#1f1f1f;
	text-align:center;
	padding-bottom:5px;
	text-shadow: 0 0 3px #fff;
	background:url(images/caption.png) bottom center no-repeat;
}
.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 {
	text-decoration:none;
}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
	float:left;
	margin:0 10px 10px 0;
	border-radius: 100px;
}
.widget_smt_comments .comment_author {}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts .post-date {
	display:block;
	text-align: left;
	padding: 5px 0;
}
.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;
	background: url(images/footer.jpg) top center no-repeat;
	padding-top: 130px;
}
footer .widget a, footer a {
    color: #fff;	
}
footer .widget a:hover, footer a:hover {
	color:#e43c5c;	
}
footer .footer_txt {
	padding:15px 0;	
	background:#000;
	text-align:center;
}
footer .footer_txt a {
	text-decoration:none;
}
footer .widget .caption  h4 {}