/*
Theme Name: Melos Creative
Template: melos
Text Domain: melos-creative
Version: 1.0.11
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.0
Description: Melos Creative is the free version of the multi-purpose professional theme (Melos Pro) ideal for a business or blog website. The theme has a responsive layout, HD retina ready and comes with a powerful theme options panel with can be used to make awesome changes without touching any code. The theme also comes with a full width easy to use slider. Easily add a logo to your site and create a beautiful homepage using the built-in homepage layout.
Tags: black, dark, orange, red, blue, one-column, two-columns, three-columns, right-sidebar, left-sidebar, fixed-layout, responsive-layout, fluid-layout, custom-header, custom-menu, full-width-template, theme-options, threaded-comments, featured-images, post-formats, sticky-post, translation-ready, flexible-header, gray, light, white, custom-background, grid-layout, footer-widgets, blog, e-commerce, education, entertainment, news, photography, portfolio
Author: Think Up Themes
Author URI: https://www.thinkupthemes.com
Theme URI: https://www.thinkupthemes.com/free/melos/
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Basic Style */
#body-core {
	background-color: #fff;
}

/*Pre Header Style */
#pre-header {
	background-color: #ffffff;
	border-bottom: 1px solid #eee;
}
#pre-header .header-links li a {
	background-color: #fff;
}
#pre-header .header-links > ul > li > a {
	border-left: 1px solid #eeeeee;
	color: #aaa!important;
}
#pre-header .header-links > ul > li:last-child > a {
	border-right: 1px solid #eeeeee;
}
#pre-header .header-links > ul > li > a:hover {
	color: #1eaaf1;
}
#pre-header .header-links .sub-menu {
	border-top: 1px solid #1eaaf1;
}
#pre-header .header-links .sub-menu li a {
	background-color: #f7f7f7;
}
#pre-header .header-links .sub-menu li a:hover {
	color: #1eaaf1;
}

/* Header Style */
#header .header-links > ul > li a,
#header-sticky .header-links > ul > li a {
	margin: 17px 10px;
	padding: 6px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#header-search .search {
	height: 74px;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-top: none;
	border-bottom: none;
	width: 234px;
	outline: none;
}
#header-search .fa-search {
	line-height: 74px;
	color: #1eaaf1;
}

/* Intro Style */
.action-text h3 {
	border-bottom: none;
	text-align: center;
	position: relative;
	font-weight: normal;
}
.action-text h3::after {
	width: 60px;
	height: 3px;
	background-color: #1eaaf1;
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	top: 45px;
	transform: translateX(-50%);
}
.themebutton,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#introaction-core,
#outroaction-core {
	background-color: #f7f7f7;
	border-bottom: 3px solid #e6e6e6;
}

/* Featured Style */
.services-builder.style1 {
	background-color: #f7f7f7;
	border-bottom: 3px solid #e6e6e6;
	padding: 0px;
	border-top: 1px solid #1eaaf1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.services-builder.style1 .iconmain {
	padding: 10px 20px;
	text-align: center;
}
.services-builder.style1 h3 {
	text-transform: uppercase;
	font-weight: normal;
	position: relative;
	margin-bottom: 30px;
}
.services-builder.style1 h3::after {
	width: 45px;
	height: 3px;
	background-color: #1eaaf1;
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	top: 30px;
	transform: translateX(-50%);
}
.services-builder.style1 .iconmain .iconurl {
	margin-top: 20px;
}

/* Sidebar Style */
#sidebar .widget {
	background-color: #f7f7f7;
}
#sidebar input[type=text],
#sidebar input[type=email],
#sidebar input[type=password],
#sidebar input[type=search],
#sidebar select,
#sidebar textarea {
	background-color: #fff;
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
#sidebar h3.widget-title {
	background-color: #eee;
	margin: -20px -20px 20px -20px;
	padding: 20px;
	border-bottom: none;
	font-weight: normal;
	text-transform: uppercase;
}

/* Blog Post Style */
.blog-article {
	background-color: #f7f7f7;
}
.blog-article .blog-thumb,
.blog-thumb img {
    width: 100%;
}
.blog-article .blog-title a {
	font-size: 24px;
	text-transform: capitalize;
	color: #232323;
	line-height: 60px;
}
.blog-style1 .blog-article .blog-title {
	background-color: rgba(250,250,250,0.85);
}
.blog-style1-layout2 .blog-article.format-nomedia .blog-title {
	top: 0px!important;
}
.blog-style1 .blog-article .blog-title,
.blog-style2 .blog-article .blog-title {
	background-color: #eee;
	-webkit-box-shadow: -400px 0 0 0 #eee;
    -moz-box-shadow: -400px 0 0 0 #eee;
    -ms-box-shadow: -400px 0 0 0 #eee;
    -o-box-shadow: -400px 0 0 0 #eee;
    box-shadow: -400px 0 0 0 #eee;
}
.blog-style1-layout2 .blog-article.format-gallery .blog-title {
	top: -60px;
}
.blog-style1-layout2 .blog-article .blog-title,
.blog-style1-layout2 .blog-article .entry-meta > span.comment {
	height: 60px;
}
.blog-article .entry-meta > span.date:before {
	color: #1eaaf1;
}
.blog-article .entry-meta > span.author:before {
	color: #1eaaf1;
}
.blog-article .entry-meta > span.category:before {
	color: #1eaaf1;
}
.blog-style1-layout1 .blog-article .entry-meta > span.comment,
.blog-style1-layout2 .blog-article .entry-meta > span.comment {
	color: #1eaaf1;
}
.blog-style1-layout2 .blog-article .blog-title,
.blog-style1-layout2 .blog-article .entry-meta > span.comment {
	top: -60px;
}
.blog-article .more-link a {
	font-size: 12px;
}

/* Footer Style */
#footer-core h3 {
	font-weight: normal;
}
.themebutton,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 12px;
}
#footer .widget li {
	border-bottom: 1px solid rgba(250,250,250,0.1);
	margin-bottom: 15px;
	padding-bottom: 10px;
}
#footer .widget li:last-child {
	border-bottom: none;
}
#footer .widget li a::before {
	content: '\f105';
	font-family: 'FontAwesome';
	margin-right: 8px;
	line-height: 4px;
}

/* Heading Page Style */
#intro {
	background-color: #fff;
	border-top: 1px solid #eee;
	padding: 60px 10px;
	border-bottom: 1px solid #eee;
}
#intro #breadcrumbs {
	color: #232323;
}
#intro .page-title {
	font-size: 64px;
	color: #232323;
	font-weight: bold;
	display: block;
	margin-top: 10px;
	position: relative;
}

/*Single Post Style */
.single .post-title {
	font-size: 24px;
	text-transform: capitalize;
	color: #232323;
	line-height: 60px;
}
#body-core #main-core > article {
	background-color: #f7f7f7;
	border-bottom: 3px solid #e6e6e6;
}
.single .entry-meta > span.date:before {
	color: #1eaaf1;
}
.single .entry-meta > span.author:before {
	color: #1eaaf1;
}
.single .entry-meta > span.comment:before {
	color: #1eaaf1;
}
.single .entry-meta > span.category:before {
	color: #1eaaf1;
}

/* Page Navigation Style */
#nav-above,
#nav-below {
	border-top: none;
	border-bottom: none;
}
.nav-previous a,
.nav-next a {
	background-color: #eee;
	color: #232323;
	text-transform: uppercase;
	border-bottom: none;
	border-right: none;
	border-left: none;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.nav-previous a .meta-icon {
	float: left;
	background-color: #1eaaf1;
	top: 0px;
	width: 35px;
	color: #fff;
	font-size: 16px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
 .nav-next a .meta-icon {
 	float: right;
	background-color: #1eaaf1;
	top: 0px;
	width: 35px;
	color: #fff;
	font-size: 16px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
 }

 /* Comment Section Style */
 #comments {
 	background-color: #f7f7f7;
 }
 #comments-title {
 	background-color: #eee;
 }
 #comments-title h3 {
 	font-weight: normal;
 }
 .comment-author h4 {
 	font-weight: normal;
 	text-transform: uppercase;
 }
 .commentlist {
 	background-color: transparent;
 	border-bottom: none;
 }
 .commentlist, .comment-respond {
 	border-bottom: 1px solid #e6e6e6;
 	margin: 0px 0px 30px 0px;
 }
 #reply-title {
 	font-weight: normal;
 }
 .comment-respond {
 	background: transparent;
 }