/*
Theme Name: Melos eMagazine
Theme URI: http://www.thinkupthemes.com/free/melos/
Author: Think Up Themes
Author URI: http://www.thinkupthemes.com
Description: Melos eMagazine 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. Compatible with WooCommerce, WPML, Polylang, Flat Parallax Slider, Photo Gallery and Travel Map, Elementor, Page Builder, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. It's a perfect theme for small businesses (restaurants, wedding planners, sport/medical shops), startups, corporate businesses, online agencies and firms, portfolios, ecommerce (WooCommerce), and freelancers.
Template: melos
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-header, custom-menu, full-width-template, theme-options, threaded-comments, editor-style, featured-images, featured-image-header, post-formats, sticky-post, translation-ready, flexible-header, custom-background, grid-layout, footer-widgets, blog, e-commerce, portfolio, rtl-language-support
Text Domain: melos-emagazine
*/

/* General */
#body-core {
	background: #fff;
}
.themebutton,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #1eaaf1;
	text-transform: uppercase;
	background: transparent;
	border-bottom: 3px solid #1eaaf1;
	padding: 4px 0px;
	font-weight: 700;
}
.themebutton:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #232323;
	border-color: #232323;
	background: transparent;
}

/* Pre-Header Style */
#pre-header {
	background-color: #232323;
}
#pre-header .header-links li a {
	background: #232323;
}
#pre-header .header-links > ul > li > a {
	border-left: none;
}
#pre-header .header-links > ul > li:last-child > a {
    border-right: none;
}
#pre-header-social li a {
	border-left: none;
}
#pre-header-social li:last-child a {
	border-right: none;
}

/* Header Style */
#header .header-links .sub-menu,
#header-sticky .header-links .sub-menu {
	background-color: #343434;
	border-color: #343434;
}
#header .sub-menu li,
#header-sticky .sub-menu li {
	border: none;
}
#header .header-links .sub-menu a,
#header-sticky .header-links .sub-menu a {
	color: #fff;
}

/* Intro Style */
#introaction {
	background-color: #232323;
}
#introaction-core,
#outroaction-core {
	border-top: none;
	border-bottom: none;
	background-color: #232323;
}
.action-text h3 {
	color:	#fff;
	border-bottom: none;
	position: relative;
}
.action-text h3::after {
	width: 60px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.action-teaser {
	color: #fff;
}
.action-link a {
	background-color: transparent;
	border: 2px solid #fff;
	text-transform: uppercase;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
}
.action-link a:hover {
	background-color: #1eaaf1;
	border-color: #1eaaf1;
}

/* Featured Style */
.services-builder.style1 {
	background-color: #f7f7f7;
	padding: 20px;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.services-builder.style1 .iconimage {
	padding: 0;
}
.services-builder.style1 .iconmain {
	background-color: #fff;
	margin-top: -10px;
	padding: 30px 30px 0px 30px;
	text-align: center;
}
.iconmain .iconurl a.themebutton,
.iconmain .iconurl a.themebutton2 {
	background-color: transparent;
	border: 2px solid #1eaaf1;
	color: #1eaaf1;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	padding: 1px 18px 4px 18px;
}
.iconmain p {
	margin-bottom: 30px;
}
.iconmain .iconurl a.themebutton:hover,
.iconmain .iconurl a.themebutton2:hover {
	background-color: #1eaaf1;
	color: #fff;
}

/* Intro Page Style */ 
#intro {
	padding: 20px 10px 35px;
	background-image: url(./images/backgrounds/intro-bg.png);
	width: 100%;
	overflow: hidden;
	background-size: cover;
}
#intro .page-title {
	font-size: 45px;
	padding-bottom: 0;
}
#intro #breadcrumbs {
	padding-top: 9px;
	padding-bottom: 0;
}

/* Blog Posts Style */
.blog-style1 .blog-article .blog-title {
	background: none;
	box-shadow: none;
	color: #232323;
}
.blog-style1-layout1 .blog-article .entry-content {
	padding: 0px;
}
.blog-style1-layout1 .blog-article.format-nomedia .entry-content {
	padding-left: 0px;
}
.blog-style1-layout1 .blog-article.format-nomedia .blog-title,
.blog-style1 .blog-article .blog-title {
	left: 0px;
	position: relative;
	padding-top: 30px;
	margin-bottom: 25px;
}
.blog-style1 .blog-article .entry-meta > span.comment  {
	height: auto;
	line-height: 20px;
}
.blog-article {
	border-bottom: none;
	margin-bottom: 50px;
}
.blog-article.sticky {
	background: #fff;
}
.blog-article .entry-meta a {
	font-weight: 700;
	color: #bbb;
}
.blog-article .entry-meta > span:before {
	color: #aaa;
}
.blog-article .entry-meta > span.category {
	margin-right: 0px;
	position: absolute;
	left: 0;
	top: 0px;
	background: #1eaaf1;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
}
.blog-article .entry-meta > span.category a {
	color: #fff;
	padding: 2px 15px;
	display: inline-block;
}
.blog-article .entry-meta > span.category::before,
.blog-article .entry-meta > span.category::after {
	display: none;
}
.blog-style1 .blog-article .blog-title,
.blog-style1 .blog-article .entry-meta > span.comment {
	position: relative;
}
.blog-style1 .blog-article .entry-meta > span.comment {
	right: 0;
}
.blog-article .more-link a {
	color: #1eaaf1;
	text-transform: uppercase;
	background: transparent;
	border-bottom: 3px solid #1eaaf1;
	padding: 4px 0px;
	font-weight: 700;
}
.blog-article .more-link a::after {
	content: '>';
	font-size: 16px;
	margin-left: 5px;
	font-weight: 700;
}
.blog-article .more-link a:hover {
	border-color: #232323;
	color: #232323;
}

/* Sidebar Style */
#sidebar .widget {
	background: transparent;
	border-top: none;
	padding: 0px;
}
#sidebar input[type=text],
#sidebar input[type=email],
#sidebar input[type=password],
#sidebar input[type=search],
#sidebar select,
#sidebar textarea {
	background-color: #f7f7f7;
	border: none;
	outline: none;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
}
#sidebar h3.widget-title {
	font-size: 14px;
	font-weight: 900;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
#sidebar .widget li a {
	color: #999;
}
#sidebar .widget li a:hover {
	color: #1eaaf1;
}
.widget li {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.widget li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

/* Footer Style */
#footer-core h3 {
	border-bottom: 1px solid #232323;
}
#footer-menu a {
	color: #fff;
}
#footer {
	background: #121212;
	border-bottom: 1px solid #232323;
}
#sub-footer-core .copyright,
#post-footer-social,
#sub-footer-core #footer-menu {
	color: #ffffff;
}
#sub-footer {
	background: #121212;
}
#footer .widget li a {
	color: #fff;
}
#footer .widget li a:hover {
	color: #1eaaf1;
}
#footer .widget li span {
	color: #7a7a7a;
	display: block;
	font-weight: 700;
}


/*Single Post Style */
.single .post-title {
	background: #121212;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
}
.single .entry-meta a {
	font-weight: 700;
	color: #bbb;
}
.single .entry-meta > span:before {
	color: #aaa;
}
.single .entry-header,
.single .entry-content {
	margin: 0px;
}
#body-core #main-core > article {
	border-bottom: none;
}
#nav-above,
#nav-below {
	padding-top: 20px;
	padding-bottom: 20px;
}
.nav-previous a,
.nav-next a {
	border: 2px solid #1eaaf1;
	background: transparent;
	color: #1eaaf1;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
}
.nav-previous a:hover,
.nav-next a:hover {
	color: #fff;
	background: #1eaaf1;
}

/* Comments & Leave Comment Style */
#comments-title {
	padding: 0px;
}
.commentlist {
	border-bottom: none;
	padding: 20px 0px 0px 0px;
}
.comment-meta time:before {
	color: #bbb;
}
.comment-meta a {
	color: #bbb;
	font-weight: 700;
}
.comment-author h4 {
	font-size: 16px;
	font-weight: 900;
}
.comment-respond {
	margin-top: 60px;
	padding: 0px;
	border-bottom: 0;
}
#reply-title {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#commentform input[type=text],
#commentform input[type=email],
#commentform input[type=password],
#commentform input[type=search],
#commentform textarea {
	border: none;
	background: #f4f4f4;
	outline: none;
}

/* Widgets - Tags Cloud */
#sidebar .widget_tag_cloud a {
	color: #bbb;
	background: #fff;
	border: 1px solid #eee;
	padding: 1px 15px;
	margin: 0 7px 10px 0;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
#sidebar .widget_tag_cloud a:hover {
	color: #fff;
	background: #1EAAF1;
	border: 1px solid #1EAAF1;
}
#footer .widget_tag_cloud a {
	color: #fff;
	background: none;
	border: 1px solid #fff;
	padding: 1px 15px;
	margin: 0 7px 10px 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
#footer .widget_tag_cloud a:hover {
	color: #fff;
	background: #1EAAF1;
	border: 1px solid #1EAAF1;
}
