/*
Theme Name: Bellissimo
Theme URI: http://smthemes.com/bellissimo/
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/27/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 {
	font-family:Arial;
	font-size:14px;
	background:#fff;
	position:relative;
    font-family: 'ralewayregular';
	line-height:22px;
	color:#4b4747;
}
h2 {
	color:#4b4747;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#888888;
}
a:hover {
	color:#8d45d8;
	text-decoration:none;
}
.submit, .button, input[type="submit"] { 
	padding:10px 25px;
	line-height:27px;
	background: none;
	cursor:pointer;
	text-transform:uppercase;
	border-radius:50px;
	color:#8d45d8;
	border:2px solid #8d45d8;
	font-family: 'ralewayextrabold';
	float:left;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background-color:#8d45d8;
	color:#fff;
	text-decoration:none;
}
.entry-summary a.button {
	text-indent:20px;
	background:url(images/more.png) left 30px center no-repeat;
	padding: 15px 30px 13px;
	vertical-align: bottom;
	line-height: 14px;
}
.entry-summary a.button:hover {
	background:url(images/more-hover.png) left 30px center no-repeat;
	background-color:#8d45d8;
}
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 {
	text-transform:uppercase;
	border-radius:50px;
	color:#8d45d8;
	border:2px solid #8d45d8;
	font-family: 'ralewayextrabold';
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background-color:#8d45d8;
	color:#fff;
}

/* ========================================= Theme Header. ========================================= */
#topper {

border: 1px solid #dedede;

border-width: 1px 0 0;
}
#logo {
	display:flex;
	align-items:center;
	height:160px;
	justify-content: center;
	padding-left: 240px;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	text-align: center;
	margin:0;
	padding:0;
	line-height:160px;
	color: #8d45d8;
    text-transform: none;
}
.headersearch {
	float:right;
	display:flex;
	align-items:center;
	height:160px;
}
@media screen and (max-width:1024px) {
	.headersearch {	
		margin-right:45px;
	}
	#logo {
		float:left;
		padding: 0;
	}
}
@media screen and (max-width:640px) {
	.headersearch {
		margin-right:0;
		width:100%;
		clear:both;
		height: 60px;
	}
	#logo {
		float:none;
		width:100%;
		height: 100px;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-left: 45px;
	position: relative;
	background: #f2f2f2;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #c4c4c4;
	background: none;
	border:none;
}
form .search-box input[type="submit"] {
	position: absolute;
	left: 0;
	padding: 0;
	width: 45px;
	height: 45px;
	top: 0;
	border:none;
	font-family:'FontAwesome';
	border-radius: 0;
	text-indent: -99999px;
	background: url(images/search.png) 50% 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:#c4c4c4; }
.search-box input[type="search"]:-moz-placeholder { color:#c4c4c4; }
.search-box input[type="search"]::-moz-placeholder { color:#c4c4c4; }
.search-box input[type="search"]:-ms-input-placeholder { color:#c4c4c4;}


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float: left;
		display:flex;
		align-items:center;
		height: 50px;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#949494;
		padding: 15px 20px;
		font-size:13px;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#8d45d8;
	}
	.site-header ul.nav-menu  > li ul {
		background:#fff;
	}
	.site-header ul.nav-menu  > li ul li a {
		color:#949494;
	}
	.site-header ul.nav-menu  > li ul li:hover > a {
		color:#8d45d8;
	}
	
}
@media only screen and (min-width:1024px) {
	#menu-trigger {
		position: relative;
		z-index:3;
		width: 210px;
		height: 50px;
		cursor:pointer;
		background:url(images/menu.png) 50% no-repeat;
		top: 0;
	}
	#menu-trigger:hover {
	}
	#menu-trigger.active {	
		background:url(images/menu.png) 50% no-repeat;
	}
	#main-menu {
		float: left;
		height: 50px;
		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);
	}
	#main-menu ul.nav-menu {
		height:65px;
		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: 17px 20px;
		color:#949494;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#8d45d8;
	}
	#main-menu ul.nav-menu  > li ul {
		background:#fff;
		box-shadow:5px 0 10px rgba(0,0,0,0.1);
		top:0;
		left: 100%;
	}
	#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: 65px 0;
}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background: rgba(141, 69, 216, 0.49);
}
.fp-slides {
	z-index:1;
}
.fp-content-wrap {
	width:1000px;
}
.fp-content {
	text-align:center;
	width: 50%;
	right: 0 !important;
	left: auto !important;
	height: auto !important;
	bottom: 20%;
	text-decoration:none;
}
.fp-title {
	color:#fff;
	font-size:54px;
	line-height: 54px;
	padding-bottom: 10px;
	text-shadow:4px 0 2px rgba(0,0,0,0.2);
	font-family: 'ralewayextrabold';
	font-weight:normal;
}
.fp-description {
	color:#fff;
	text-shadow:4px 0 2px rgba(0,0,0,0.2);
}
.fp-more {
	float:none;
	background:none;
	color:#ffff00;
	text-transform:uppercase;
	font-family:'ralewayextrabold';
	border:2px solid #ffff00;
	padding: 9px 62px;
	display: inline-block;
	border-radius: 2px;
	margin-top: 10px;
}
.fp-more:hover {	
	background:#ffff00;
	color:#8d45d8;
}
.fp-next, .fp-prev {
	width:43px;
	height:85px;
	top:146px
}
.fp-next {
	right:-43px;
}
.fp-prev {
	left:-43px;
}
@media screen and (max-width:1024px) {
	.fp-content {
		width:100%;
	}		
}
@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 0 20px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-weight:normal;
	text-transform:none;
	color:#8d45d8;
	font-size:31px;
	text-align:center;
	font-family: 'Oswald',sans-serif;
	padding-bottom: 0;
}
.entry-title a {
	color:#8d45d8;
	text-decoration: none;
}
.entry-title a:hover { color:#b082e1;}
article {
    border: none;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
article .featured_image {
	vertical-align:bottom;
	width:100%;
	margin-bottom: 9px;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#4b4747;
	font-size:13px;
	text-align:center;
	width:100%;
	padding:10px 0;
	background:url(images/title.png) top center no-repeat,
				url(images/title.png) bottom center no-repeat
}
.entry-meta a {
	color:#888888;
	text-decoration:none;
}
.entry-meta a:hover {
	color:#8d45d8;
}
.entry-meta > span:not(:last-child)::after {
	content:'/';
	padding: 0 10px;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
}
.widget a {	
	text-decoration: none;
}
.widget a:hover {}
.sidebar {}
.widget .caption h4 {
	color:#000;	
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'ralewayextralight';
	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 {
	font-size:18px;
	text-decoration:none;
	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 {}
.widget_smt_posts .post-date {}
.widget_smt_posts .title {
	display: block;
	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 {
	background:#3b3146;
	color:#988ea3;
}
footer .widget {
	padding-top:30px;
}
footer .widget a, footer a {
	color:#fff;
	text-decoration:none;	
}
footer .widget a:hover, footer a:hover {
	color:#8d45d8;	
}
footer .footer_txt {
	padding:15px 0;
	text-align: center;
}
footer .footer_txt a {
	text-decoration:none;
}
footer .widget .caption  h4 {
	color: #ffffff;
}