/*

Theme Name: Renden Dark

Text Domain: renden-dark

Template: renden

Version: 1.0.6

Requires at least: 5.0

Tested up to: 5.9

Requires PHP: 5.6

Description: Renden Dark is the free version of the multi-purpose professional theme (Renden 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.

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

Author: Think Up Themes

Author URI: https://www.thinkupthemes.com

Theme URI: https://www.thinkupthemes.com/free/renden/

License: GNU General Public License v2 or later

License URI: https://www.gnu.org/licenses/gpl-2.0.html

*/



/* Pre Header Style */

#pre-header {

	background-color: #1e1e1e;

}

#pre-header .header-links > ul > li:before {

	display: none;

}

#pre-header .header-links > ul > li {

	border-right: 1px solid #454545;

}

#pre-header .header-links > ul > li:first-child {

	border-left: 1px solid #454545;

}

#pre-header .header-links li a,

#pre-header-social li,

#pre-header-social li a {

	color: #fff;

}

#pre-header .header-links .menu-hover > a,

#pre-header .header-links > ul > li > a:hover {

	color: #e0484c!important;

}

#pre-header .header-links .sub-menu {

	border-top: none;

	background-color: #2e2e2e;

}

#pre-header .header-links .sub-menu a {

	color: #fff;

	border-bottom: 1px solid #454545;

	padding: 5px 15px;

	margin: 0px 15px;

}

#pre-header .header-links .sub-menu li:last-child a {

	border-bottom: none;

}

.main-navigation .sub-menu .sub-menu {

	top: 0px;

	border-left: 1px solid #454545;

}

#pre-header-social li {

	border-left: 1px solid #454545;

}

#pre-header-social li:last-child {

	border-right: 1px solid #454545;

}

#pre-header-social li a:hover {

	color: #e0484c;

	background-color: transparent!important;

}



/* Header Style */

#header .header-links > ul > li a,

#header-sticky .header-links > ul > li a{

	text-transform: uppercase;

	font-weight: 700;

}

#header .header-links .sub-menu,

#header-sticky .header-links .sub-menu {

	border-top: none;

	border-bottom: none;

	background-color: #1e1e1e;

}

#header .header-links .sub-menu .sub-menu,

#header-sticky .header-links .sub-menu .sub-menu {

	border-left: 1px solid #454545;

	border-bottom: none!important;

}

#header .sub-menu li,

#header-sticky .sub-menu li {

	border-right: none;

	border-left: none;

}

#header .header-links .sub-menu a,

#header-sticky .header-links .sub-menu a {

	color: #fff;

	border-bottom: 1px solid #454545;

	text-transform: capitalize;

}

#header .header-links .sub-menu li:last-child a,

#header-sticky .header-links .sub-menu li:last-child a {

	border-bottom: none;

}

#header-search .fa-search {

	background-color: #e0484c;

	color: #fff;

	-webkit-transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

	-ms-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;

	transition: all 0.3s ease;

}

#header-search .fa-search:hover {

	opacity: 0.75;

}



/* Cta Style */

#introaction,

#outroaction {

	padding: 60px 0px;

	background-color: #1e1e1e;

}

#introaction-core,

#outroaction-core {

	box-shadow: 0px 0px 20px rgba(0,0,0,0.15);

	background-color: #fff;

	padding: 45px;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	-ms-border-radius: 5px;

	-o-border-radius: 5px;

	border-radius: 5px;

}

#introaction-core .two_third,

#outroaction-core .two_third,

#introaction-core .one_third,

#outroaction-core .one_third {

	margin: 0;

	float: none;

	text-align: center;

	width: 100%;

}

.action-link a {

	margin-top: 20px;

	background-color: #e0484c;

	color: #fff;

	font-weight: 700;

	padding: 8px 20px;

	-webkit-border-radius: 20px;

	-moz-border-radius: 20px;

	-ms-border-radius: 20px;

	-o-border-radius: 20px;

	border-radius: 20px;

}

.action-link a:hover {

	opacity: 0.75;

}

.action-text h3 {

	text-transform: uppercase;

	margin-bottom: 20px;

}

.action-teaser p {

	line-height: 24px;

}



/* Featured Style */

#section-home .section {

	border: none;

	background-color: #1e1e1e;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	-ms-border-radius: 5px;

	-o-border-radius: 5px;

	border-radius: 5px;

}

#section-home .entry-content {

	padding: 20px 20px 10px 20px;

	color: #fff;

}

#section-home h3 {

	margin-bottom: 15px;

	color: #fff;

}

#section-home .more-link {

	margin-top: 0px;

	display: inline-block;

	background-color: #e0484c;

	color: #fff;

	font-weight: 700;

	padding: 8px 20px;

	text-transform: uppercase;

	-webkit-border-radius: 20px;

	-moz-border-radius: 20px;

	-ms-border-radius: 20px;

	-o-border-radius: 20px;

	border-radius: 20px;

}

#section-home .more-link:hover {

	opacity: 0.9;

}

#section-home img {

	border-top-right-radius: 5px;

	border-top-left-radius: 5px;

}



/* Footer Style */

#footer {

	background-color: #1e1e1e;

	padding: 60px 0px;

}

#footer-core h3 {

	font-size: 13px;

	text-transform: uppercase;

	font-weight: 700;

	color: #fff;

	position: relative;

	margin-bottom: 30px;

	padding-bottom: 15px;

}

#footer-core h3:after {

	width: 60px;

	height: 1px;

	background-color: #e0484c;

	content: '';

	position: absolute;

	left: 0;

	bottom: 0;

}

#footer .widget li a {

	color: #fff;

	font-size: 13px;

}

#footer .widget li a:hover {

	color: #e0484c;

}

#footer .widget li a:before {

	display: none;

}

#footer .widget li span {

	display: block;

	font-size: 12px;	

	color: #aaa;

}

#footer .widget_recent_entries li,

#footer .widget_recent_comments li {

	margin-bottom: 10px;

}

#footer .widget li:last-child {

	margin-bottom: 0px;

}

#footer .widget_search .search {

	background-color: #f7f7f7;

	outline: none;

	-webkit-border-radius: 20px;

	-moz-border-radius: 20px;

	-ms-border-radius: 20px;

	-o-border-radius: 20px;

	border-radius: 20px;

}

#footer .widget_tag_cloud a {

	background-color: #454545;

	color: #fff;

	font-weight: 600;

	font-size: 13px;

	-webkit-border-radius: 20px;

	-moz-border-radius: 20px;

	-ms-border-radius: 20px;

	-o-border-radius: 20px;

	border-radius: 20px;

}

#footer .widget_tag_cloud a:hover {

	background-color: #e0484c;

	color: #fff;

}



/* Sub Footer Style */

#sub-footer {

	border-top: 1px solid #454545;

	background-color: #1e1e1e;

	color: #fff;

}

#sub-footer a {

	color: #fff;

}

#sub-footer a:hover {

	color: #e0484c;

}

#footer-menu li:after {

	display: none;

}



/* Page Heading Style */

#intro {

	background-color: #343434;

	border-bottom: 1px solid #454545;

}

#intro .page-title {

	font-size: 24px;

	font-weight: 900;

	color: #fff;

}

#intro.option2 .page-title {

	width: 100%;

	float: left;

}

#intro.option2 #breadcrumbs {

	float: left;

	display: block;

	width: 100%;

}

#intro #breadcrumbs-core {

	text-align: left;

	color: #fff;

}



/* Blog Posts Style */

.blog-article.sticky {

	background: #1e1e1e;

	padding: 30px;

	border-bottom: none;

}

.blog-article.sticky .entry-content {

	background-color: transparent;

	color: #fff;

	padding: 0px;

}

.blog-article .blog-title a,

.blog-style1.blog-style1-layout1 .blog-article .entry-content {

	color: #fff;

}

.blog-article {

	background: #1e1e1e;

	padding: 30px;

	border-bottom: none;

	margin-bottom: 50px;

	position: relative;

}

.blog-article .entry-meta a,

.blog-style1 .entry-content.comment-icon .comment a {

	font-weight: 700;

	color: #e0484c;

}

.blog-article .entry-meta i,

.blog-style1 .entry-content.comment-icon .fa-comments {

	color: #e0484c!important;

}

.blog-article .entry-meta a:hover {

	opacity: 0.75;

}

.blog-style1 .entry-content.comment-icon .comment {

	position: relative;

}

.blog-style1 .entry-content.comment-icon .comment .comment-text {

	display: inline-block;

}

.blog-style1 .entry-content.comment-icon .fa-comments {

	display: inline;

	color: #232323;

	border: none;

	padding-right: 5px;

}

.blog-style1 .entry-content.comment-icon .comment:before {

    color: #999;

    content: "/";

    margin-right: 10px;

}

.blog-style1 .entry-content.comment-icon .fa-comments:hover {

	border: none;

}

.blog-article .more-link a {

	margin-top: 0px;

	display: inline-block;

	background-color: #e0484c;

	border: none;

	color: #fff;

	font-weight: 700;

	padding: 8px 20px;

	text-transform: uppercase;

	-webkit-border-radius: 20px;

	-moz-border-radius: 20px;

	-ms-border-radius: 20px;

	-o-border-radius: 20px;

	border-radius: 20px;

}

.blog-article .more-link a:hover {

	opacity: 0.9;

}

.blog-article .more-link {

	padding-top: 0px;

}

.blog-article p.more-link {

	margin-bottom: 0px;

}



/* Blog Page Navigation Style */

.pag li a,

.pag li span {

	border: none;

	font-weight: 700;

	color: #fff;

	background-color: #1e1e1e;

	-webkit-border-radius: 500px;

	-moz-border-radius: 500px;

	-ms-border-radius: 500px;

	-o-border-radius: 500px;

	border-radius: 500px;

}

.pag li a:hover,

.pag li.current span {

	background-color: #e0484c;

}



/* Sidebar Style */

#sidebar .widget_search .search {

	background-color: #f7f7f7;

	outline: none;

	border: none;

	-webkit-border-radius: 20px;

	-moz-border-radius: 20px;

	-ms-border-radius: 20px;

	-o-border-radius: 20px;

	border-radius: 20px;

}

#sidebar h3.widget-title {

	font-size: 18px;

	text-transform: capitalize;

	color: #1e1e1e;

}

#sidebar .widget {

	margin-bottom: 50px;

}

#sidebar .widget_recent_entries li a:before {

	display: none;

}

#sidebar .widget li span {

	display: block;

	font-weight: 600;

	color: #aaa;

}

#sidebar .widget_recent_entries li,

#sidebar .widget_recent_comments li {

	margin-bottom: 10px;

}

#sidebar .widget li:last-child {

	margin-bottom: 0px;

}

#sidebar .widget li a {

	font-size: 14px;

	font-weight: 700;

	color: #232323

}

#sidebar .widget li a:hover {

	color: #e0484c;

}

#sidebar .widget_tag_cloud a {

	background-color: #1e1e1e;

	color: #fff;

	font-weight: 600;

	font-size: 13px;

	-webkit-border-radius: 20px;

	-moz-border-radius: 20px;

	-ms-border-radius: 20px;

	-o-border-radius: 20px;

	border-radius: 20px;

}

#sidebar .widget_tag_cloud a:hover {

	background-color: #e0484c;

	color: #fff;

}



/* Single Post Style */

.single .entry-header.comment-icon {

	background-color: #1e1e1e;

	padding: 30px;

	margin-bottom: 0px;

}

.single .entry-content {

	padding: 0px 30px 30px 30px;

	background-color: #1e1e1e;

	color: #fff;

}

.single .post-title {

	color: #fff;

}

.single .entry-meta,

.single .entry-meta a,

.single .entry-header.comment-icon .comment a {

	font-weight: 700;

	color: #e0484c;

}

.single .entry-meta i,

.single .entry-header.comment-icon .fa-comments {

	color: #e0484c!important;

}

.single .entry-meta a:hover {

	opacity: 0.75;

}

.single .entry-header.comment-icon .comment {

	position: relative;

}

.single .entry-header.comment-icon .comment .comment-text {

	display: inline-block;

}

.single .entry-header.comment-icon .fa-comments {

	display: inline;

	color: #232323;

	border: none;

	padding-right: 5px;

}

.single .entry-header.comment-icon .comment:before {

    color: #999;

    content: "/";

    margin-right: 10px;

}

.single .entry-header.comment-icon .fa-comments:hover {

	border: none;

}

.single .entry-header {

	border-bottom: none;

}

#nav-above,

#nav-below {

	padding: 30px;

	background-color: #1e1e1e;

}

.nav-previous a,

.nav-next a {

	background-color: #e0484c;

	border: none;

	color: #fff;

	font-weight: 700;

	text-transform: uppercase;

	-webkit-border-radius: 20px;

	-moz-border-radius: 20px;

	-ms-border-radius: 20px;

	-o-border-radius: 20px;

	border-radius: 20px;

}

.nav-previous a:hover,

.nav-next a:hover {

	opacity: 0.9;

	background-color: #e0484c;

}



/* Comments & Leave Comment Style */

#comments-title h3,

#reply-title {

	color: #1e1e1e;

}

.commentlist article {

	background-color: #1e1e1e;

	border: none;

	color: #fff;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	-ms-border-radius: 3px;

	-o-border-radius: 3px;

	border-radius: 3px;

}

.comment-author a,

.comment-meta a,

.comment-author h4 {

	color: #fff;

	font-weight: 700;

}

.comment .reply a {

	color: #e0484c;

}

.comment-content h1,

.comment-content h2,

.comment-content h3,

.comment-content h4,

.comment-content h5,

.comment-content h6 {

	color: #fff;

}

code, pre, pre h2 {

	color: #7a7a7a!important;

}

#commentform #comment {

	outline: none;

	background-color: #f7f7f7;

	border: none;

	-webkit-border-radius: 15px;

	-moz-border-radius: 15px;

	-ms-border-radius: 15px;

	-o-border-radius: 15px;

	border-radius: 15px;

}

.logged-in-as a {

	font-weight: 700;

}

.themebutton,

button,

html input[type="button"],

input[type="reset"],

input[type="submit"] {

	background-color: #e0484c;

	color: #fff;

	font-weight: 700!important;

	padding: 8px 20px;

	text-transform: uppercase;

	-webkit-border-radius: 20px;

	-moz-border-radius: 20px;

	-ms-border-radius: 20px;

	-o-border-radius: 20px;

	border-radius: 20px;

}

.themebutton:hover,

button:hover,

html input[type="button"]:hover,

input[type="reset"]:hover,

input[type="submit"]:hover {

	opacity: 0.75;

	background-color: #e0484c;

}



