/*
Theme Name: FitWell
Theme URI: http://smthemes.com/fitwell/
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(https://greaterclevelandurbanfilmfestival.org/wp-content/themes/fitwell/styles/font.css);
/* ========================================= GENERAL. ========================================= */
body {
	background:#f4f4f4;
	font-family:'opensansregular';
	font-size:14px;
	color:#6d6d6d;
}
h2 {
	color:#6d6d6d;
}
/* .......................................................................... UI .......................................................................... */
a {
	color:#ff8833;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color:#373333;
}
.submit, .button, input[type="submit"] {
	padding:10px 25px;
	line-height:27px;
	background: #373333;
	color:#efefef;
	padding: 15px 20px;
	float: right;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#423f3f;
	color:#efefef;
	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:#6d6d6d;
}
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: #373333;
	color:#efefef;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover ,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#423f3f;
	color:#efefef;
	text-decoration:none;
}

/* ========================================= Theme Header. ========================================= */
.site-header {	
	background:url(https://greaterclevelandurbanfilmfestival.org/wp-content/themes/fitwell/images/background.jpg) center top no-repeat;
	background-size:100%;
}
#whitetop .boxed-container{
	background: #ffffff;
	border-top: 5px solid #ff8833;
}
#topper{background: #31434b;}
#logo {
	justify-content: center;
	display:flex;
	align-items:center;
	clear:both;
}
#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:150px;
	margin-right: 35px;
}
@media screen and (max-width:1024px) {
	.headersearch {
		
margin: 0 auto;
		
float: none;
		
justify-content: center;
		
height: 75px;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	/* padding-right: 40px; */
	position: relative;
	height:55px;
	background:#fff;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
}
form .search-box input[type="search"] {
	width: 100%;
	height:55px;
	line-height:25px;
	color:#a3a3a3;
	border: none;
	padding:0 15px;
	background: url(https://greaterclevelandurbanfilmfestival.org/wp-content/themes/fitwell/images/search.png) right center no-repeat;
	padding-right: 50px;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	text-indent:-9999px;
	top: 0;
	border:none;
	font-family:'FontAwesome';
	height:55px;
	width:56px;
	background: none;
}
.headersearch .search-box {
	background:#ebebeb;
}
.headersearch .search-box input[type="search"] {	
}
.headersearch .search-box input[type="submit"] {
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#a3a3a3; }
.search-box input[type="search"]:-moz-placeholder { color:#a3a3a3; }
.search-box input[type="search"]::-moz-placeholder { color:#a3a3a3; }
.search-box input[type="search"]:-ms-input-placeholder { color:#a3a3a3;}


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		display:flex;
		align-items:center;
		height:40px;
		float:left;
		font-size:13px;
	}
	#extra-menu ul.nav-menu > li > a {
		padding:29px 20px;
		color:#a6b2b7;
		padding: 9px 19px;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#fff;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float: left;
		display:flex;
		align-items:center;
		height:150px;
	}
	#main-menu ul.nav-menu > li > a {
		color:#a6a6a6;
		padding:64px 20px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#3c3c3c;
	}
	.site-header ul.nav-menu  > li ul {
		background:#f5f5f5;
		border:2px solid #ff8833;
	}
	.site-header ul.nav-menu  > li ul li a {
		color:#a6a6a6;
	}
	.site-header ul.nav-menu  > li ul li:hover > a {
		color:#3c3c3c;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
    color: #fff;
}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	border-bottom:5px solid #ff8833;
}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background:url(https://greaterclevelandurbanfilmfestival.org/wp-content/themes/fitwell/images/slider-bgr.png);
}
.fp-slides {
	z-index:1;
}
.fp-content-wrap {
	width:1000px;
    width: 100%;
    max-width: 100%;
    height: auto;
    top: auto;
	bottom:0;
	background:url(https://greaterclevelandurbanfilmfestival.org/wp-content/themes/fitwell/images/slide-background.png);
	padding:25px 0;
}
.fp-content {
	padding:0 115px;
	position:static;
}
.fp-title {
	color:#ffffff;
	font-size:32px;
	text-transform:uppercase;
	margin-bottom:22px;
	line-height:24px;
	font-weight:bold;
}
.fp-description {
	color:#ffffff;
	margin-bottom:22px;
}
.fp-more {
	float:none;
	background:url(https://greaterclevelandurbanfilmfestival.org/wp-content/themes/fitwell/images/slide-readmore.png);
	color:#454545;
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	display:inline-block;
	padding: 11px 40px;
	text-decoration:none;
}
.fp-more:hover {
	background:#f1c696;
	color:#fff;	
}
.fp-prev-next-wrap {
	width:100%;
}
.fp-next, .fp-prev {
	width:36px;
	height:36px;
	top: 50%;
	margin-top: -20px;
}
.fp-next {
	right:10px;
	background: url(https://greaterclevelandurbanfilmfestival.org/wp-content/themes/fitwell/images/slide-right.png);
}
.fp-prev {
	left:10px;
	background: url(https://greaterclevelandurbanfilmfestival.org/wp-content/themes/fitwell/images/slide-left.png);
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
.page-title {
	
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-weight:normal;
	text-transform:none;
	background:#ff8833;
	padding:10px;
	margin-bottom:12px;
	color:#fff;
	font-size:23px;
}
.entry-title a {
	color: #fff;
	text-decoration: none;
}
.entry-title a:hover { color:#fff;}
article {}
article .featured_image {
	vertical-align:bottom;
	float: left;
	margin: 0 15px 10px 0;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#7a7a7a;
	font-size:13px;
	margin: 0 0 5px;
}
.entry-meta a {
	color:#373333;
}
.entry-meta a:hover {
}
.entry-meta > span:not(:last-child)::after {
	content:'/';
	padding: 0 5px;
}
.entry-meta .post-date {
	background: url(https://greaterclevelandurbanfilmfestival.org/wp-content/themes/fitwell/images/date.png) left center no-repeat;
}
.entry-meta .post-categories {
	background: url(https://greaterclevelandurbanfilmfestival.org/wp-content/themes/fitwell/images/categories.png) left center no-repeat;
}
.entry-meta .post-comments {
	background: url(https://greaterclevelandurbanfilmfestival.org/wp-content/themes/fitwell/images/comments.png) left center no-repeat;
}
.entry-meta .post-author {
	background: url(https://greaterclevelandurbanfilmfestival.org/wp-content/themes/fitwell/images/author.png) left center no-repeat;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
}
.widget a {}
.widget a:hover {}
.sidebar .caption h4 {
	background:#ff8833;
	padding:15px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-size: 14px;
	font-weight: normal;
}
.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 {
	text-decoration:underline;
	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;
}
.widget_smt_comments .comment_author {
	font-size:14px;
}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts .post-date {
	float: left;
	display: block;
	padding: 5px;
	margin-right: 10px;
	background: none;
	text-align: center;
	min-width: 33px;
	color: #747b8c;
}
.widget_smt_posts .post-date .month {
	display:block;
	font-size: 20px;
}
.widget_smt_posts .title {
	font-size:14px;
}
.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 > .boxed-container {
	color:#fff;
	background:#31434b;
	box-sizing: border-box;
	padding: 0 20px;
}
footer .widget a, footer a {
	color:#ff8833;
}
footer .widget a:hover, footer a:hover {}
footer .footer_txt > .boxed-container {
	background:#23363f;
	padding: 15px 20px;
	box-sizing: border-box;
	color: #fff;
}
footer .footer_txt {}
footer .footer_txt a {color: #ff8833;}
footer .widget .caption  h4 {
	background:#ff8833;
	color:#fff;
	text-align:center;
	padding:10px;
	text-transform:uppercase;
	font-size: 14px;
	font-weight: normal;
	margin-top: 27px;
}