/*
Theme Name: Ryan Dark
Template: ryan
Text Domain: ryan-dark
Version: 1.0.6
Requires at least: 4.7
Tested up to: 5.4.2
Requires PHP: 5.6.0
Description: Ryan Dark is the free version of the multi-purpose professional theme (Ryan 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/ryan/
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* General */
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
select,
textarea {
	background: #eee;
	border: none;
}

/* Theme button - Style 1 */
.themebutton,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-weight: 400;
	border: 1px solid #121212;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
a.themebutton {
}
.themebutton:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background: #121212;
	border-color: #121212;
}

/* Theme button - Style 3 */
.themebutton3 {
	color: #121212;
	font-weight: 400;
	border: 1px solid #121212;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.themebutton3:after {
	display: none !important;
    content: "" !important;
    padding: 0 !important;
}
a.themebutton3 {
	color: #121212;
}
.themebutton3:hover {
	color: #fff;
	background: #121212;
	border-color: #121212;
}

/* Pre Header */
#pre-header {
	background: #232323;
	border-bottom: none;
}
#pre-header .header-links > ul > li:after {
	display: none;
	content: "";
}
#pre-header .header-links li a,
#pre-header-social li,
#pre-header-social li a {
	color: #fff;
}
#pre-header .header-links li a {
	padding-left: 15px;
	padding-right: 15px;
}
#pre-header .header-links .menu-hover > a,
#pre-header .header-links > ul > li > a:hover {
    background: #454545;
}

#pre-header .header-links .sub-menu {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
#pre-header .header-links .sub-menu a:hover {
	color: #fff;
	background: #454545;
	-webkit-box-shadow: 0 -1px 0 0 #454545, 0 1px 0 0 #454545;
	-moz-box-shadow: 0 -1px 0 0 #454545, 0 1px 0 0 #454545;
	-ms-box-shadow: 0 -1px 0 0 #454545, 0 1px 0 0 #454545;
	-o-box-shadow: 0 -1px 0 0 #454545, 0 1px 0 0 #454545;
	box-shadow: 0 -1px 0 0 #454545, 0 1px 0 0 #454545;
}
#pre-header .sub-menu .menu-parent > a:before {
	-webkit-transition: left 0.3s ease;
	-moz-transition: left 0.3s ease;
	-ms-transition: left 0.3s ease;
	-o-transition: left 0.3s ease;
	transition: left 0.3s ease;
}

#pre-header-social li a {
	background: #121212;
}

.pre-header-style2 #pre-header {
	border-bottom: none;
}
#pre-header-search .search {
	color: #fff;
	background: #121212;
}

.pre-header-style2 #pre-header .header-links li a,
.pre-header-style2 #pre-header .header-links > ul > li:after {
    color: #121212;
}
.pre-header-style2 #pre-header .header-links .menu-hover > a,
.pre-header-style2 #pre-header .header-links > ul > li > a:hover {
    background: #eee;
}
.pre-header-style2 #pre-header .header-links .sub-menu a:hover {
    color: #121212;
	background: #eee;
	-webkit-box-shadow: 0 -1px 0 0 #eee, 0 1px 0 0 #eee;
	-moz-box-shadow: 0 -1px 0 0 #eee, 0 1px 0 0 #eee;
	-ms-box-shadow: 0 -1px 0 0 #eee, 0 1px 0 0 #eee;
	-o-box-shadow: 0 -1px 0 0 #eee, 0 1px 0 0 #eee;
	box-shadow: 0 -1px 0 0 #eee, 0 1px 0 0 #eee;
}

/* Main Header */
#logo,
#logo-sticky {
	margin-top: 10px;
}
#logo img,
#logo-sticky img {
	max-height: 50px;
}
#logo h1,
#logo-sticky h1 {
	color: #fff;
}
#logo h2,
#logo-sticky h2 {
	display: none;
}

#header,
#header-sticky {
	background: #121212;
	border-bottom: none;
}
 #header .header-links > ul > li a {
	padding: 22px 20px;
}
#header .header-links li a,
#header-sticky .header-links li a {
    color: #fff;
    padding: 8px 14px;
}
#header .menu > li.menu-hover > a,
#header .menu > li.current_page_item > a,
#header .menu > li.current-menu-ancestor > a,
#header .menu > li > a:hover,
#header-sticky .menu > li.menu-hover > a,
#header-sticky .menu > li.current_page_item > a,
#header-sticky .menu > li.current-menu-ancestor > a,
#header-sticky .menu > li > a:hover {
	color: #121212;
	background: #fff;
}

#header .sub-menu li,
#header-sticky .sub-menu li {
	padding: 0;
}
#header .header-links .sub-menu,
#header-sticky .header-links .sub-menu {
	border: 1px solid #ddd;
	border-bottom: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;	
}
#header .header-links .sub-menu a,
#header-sticky .header-links .sub-menu a {
    padding: 6px 20px;
}
#header .header-links .sub-menu a:hover,
#header .header-links .sub-menu .current-menu-item a,
#header-sticky .header-links .sub-menu a:hover,
#header-sticky .header-links .sub-menu .current-menu-item a {
	color: #fff;
	background: #121212;
	-webkit-box-shadow: 0 0 0 1px #454545;
	-moz-box-shadow: 0 0 0 1px #454545;
	-ms-box-shadow: 0 0 0 1px #454545;
	-o-box-shadow: 0 0 0 1px #454545;
	box-shadow: 0 0 0 1px #454545;
}
#header .sub-menu .menu-parent > a:before,
#header-sticky .sub-menu .menu-parent > a:before {
	-webkit-transition: left 0.3s ease;
	-moz-transition: left 0.3s ease;
	-ms-transition: left 0.3s ease;
	-o-transition: left 0.3s ease;
	transition: left 0.3s ease;
}
#header .main-navigation .sub-menu .sub-menu,
#header-sticky .main-navigation .sub-menu .sub-menu {
	top: -1px;
}

#header-search .fa-search {
	color: #121212;
	background: #fff;
	border: 1px solid #fff;
}
#header-search .fa-search:hover {
	opacity: 0.9;
	color: #121212;
}	
#header-search .search {
	color: #fff;
}
	
/* Call To Action */
#introaction,
#outroaction {
	padding: 55px 10px;
}
#introaction {
	border-bottom: 1px solid #eee;
}
#outroaction {
	border-top: 1px solid #eee;
}
#introaction-core,
#outroaction-core {
	background: #f7f7f7;
	padding: 25px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#introaction .action-text h3,
#outroaction .action-text h3 {
	font-size: 55px;
	font-weight: 400;
	margin-bottom: 20px;
}
#introaction .action-teaser,
#outroaction .action-teaser {
	line-height: 1.7;
    margin-bottom: 8px;
}
#introaction .action-link a,
#outroaction .action-link a {
	margin-top: 25px;
	margin-bottom: 15px;
}

/* Featured Content */
.iconfull.style1 {
	margin-top: 80px;
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.iconfull.style1 .iconmain {
	padding: 26px 20px 10px;
}
.iconfull.style1 .iconmain h3 {
	font-weight: 400;
	padding-bottom: 17px;
	margin-bottom: 12px;
}
.iconfull.style1 .iconmain h3:after {
	content: "";
	display: block;
	position: relative;
	top: 17px;
	width: 45px;
	height: 3px;
	background: #121212;
	margin: 0 auto;
}
.iconfull.style1 .iconimage {
	width: 160px;
	height: 160px;
	line-height: 160px;
	background: #fff;
	border: 1px solid #e5e5e5;
	margin: -80px auto 0;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.iconfull.style1 .iconimage a {
	display: inline-block;
	width: 100%;
}
.iconfull.style1 .iconimage i {
	font-size: 80px;
	height: 160px;
	line-height: 160px;
}
.iconfull.style1 .iconurl > a {
	color: #121212;
	font-weight: 400;
	border: 1px solid #121212;
	padding: 6px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.iconfull.style1 .iconurl > a:hover {
	color: #fff;
	background: #121212;
	border-color: #121212;
}
.iconfull.style1 .iconurl a:after {
	display: none  !important;
	content: "" !important;
	padding: 0 !important;
}

/* Page Intro */
#intro {
	padding: 20px 10px;
}
#intro .page-title {
	font-size: 35px;
	font-weight: 400;
}

/* Blog Archive */
.blog-style1-layout2 .blog-article {
	border-bottom: 0px solid #fff;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.blog-style1-layout2 .blog-grid:last-child .blog-article {
	margin-bottom: 0px;
}
.blog-style1-layout2 .blog-article .blog-title {
	font-size: 0px;
	font-weight: 0;
}
.blog-style1-layout2 .blog-article .more-link {
	text-align: left;
}
.blog-style1-layout2 .blog-article .more-link a {
	padding: 0px 0px;
}

/* Blog Archive - Pagination */
.navigation.pagination {
	text-align: center;
	border-bottom: 0px solid #fff;
	padding-top: 0;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span {
    color: #fff;
    border: 0px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;	
}
.navigation.pagination .nav-links a:hover,
.navigation.pagination .nav-links a.current,
.navigation.pagination .nav-links span:hover,
.navigation.pagination .nav-links span.current {
	color: #fff;
	background: #fff;
	border: 0px solid #fff;
}

/* Blog Posts */
.single .entry-meta {
	border: none;
	padding-left: 0px;
	padding-right: 0px;
	background: #fff;
}

.commentlist {
	overflow: hidden;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0px;
}
.commentlist article {
	position: relative;
	border-bottom: 0px solid #fff;
	padding-bottom: 0px;
}
.commentlist article:before {
	content: "";
	position: absolute;
	display: block;
	bottom: -1px;
	left: -1000px;
	width: 1000px;
	height: 1px;
	background: #fff;
}
.commentlist .comment,
.commentlist .pingback {
}
.comment .reply a {
	color: #fff;
	background: #fff;
	border-color: #fff;
}
.comment .reply a:hover {
	color: #fff;
	background: #fff;
	border-color: #fff;
}

/* Blog Posts - Pagination */
#nav-above, #nav-below {
	padding: 0px 0;
}
.nav-previous,
.nav-next {
	font-size: 90%;
	max-width: 0px;
}
.nav-previous a,
.nav-next a {
	text-align: center;
	color: #fff;
	font-weight: 0;
	border: 0px solid #121212;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.nav-previous a:hover,
.nav-next a:hover {
	color: #fff;
	background: #fff;
	border: 1px solid #fff;
}
.nav-previous a:before,
.nav-previous a:after,
.nav-next a:before,
.nav-next a:after {
	display: none !important;
	content: "" !important;
	padding: 0 !important;
}
.nav-previous a .meta-nav,
.nav-next a .meta-nav {
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
}

/* Comments & Leave Comment Style */

/* Footer */
#body-core > footer {
	background: #fff;
/*	background: url( "./images/backgrounds/bg-footer.jpg" ) center; */
}
#footer {
	background: #fff;
}
#footer input[type=text],
#footer input[type=email],
#footer input[type=password],
#footer input[type=search],
#footer input[type=tel],
#footer select,
#footer textarea {
	color: #fff;
	background: #fff;
}
#footer-core {
	border-top: none;
	padding-top: 73px;
	padding-bottom: 52px;
}
#footer-core h3 {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	border-bottom: 1px solid #707070;
	padding-bottom: 9px;
	margin-bottom: 25px;
}
#footer-core,
#footer-core p {
	color: #fff;
}
#footer-core p {
	padding: 10px 15px;
	background: #121212;
	background: rgba( 247, 247, 247, 0.05 );
}
#footer-core a,
#footer-core .widget li > a:before {
	color: #bbb;
}
#footer-core a:hover,
#footer-core .widget li > a:hover:before {
	color: #fff;
}
#footer .widget {
	border-bottom: none;
}
#footer table,
#footer th,
#footer td {
	border-color: #707070;
}

/* Sub Footer */
#sub-footer {
	border-top: 0px solid #6f6f6f;
}
#sub-footer-core {
	border-top: none;
}
#sub-footer-core .copyright,
#post-footer-social,
#sub-footer-core #footer-menu {
	display: hide;
	text-align: center;
}
#sub-footer-core .copyright {
	text-transform: uppercase;
}

#sub-footer,
#sub-footer a:hover {
    color: #fff;
}
#sub-footer a {
    color: #fff;
}

#post-footer-social ul {
	float: none;
	margin: 20px auto 7px;
}

/* Sidebar */
#sidebar .widget {
	overflow: hidden;
	border: 0px solid #eee;
    padding: 0 20px 8px;
}
#sidebar .widget li {
	border-bottom: 0px solid #eee;
}
#sidebar .widget li:last-child {
	border-bottom: none;
}
#sidebar .widget li {
	position: relative;
}
#sidebar .widget li:before,
#sidebar .widget li:after {
	position: absolute;
	content: "";
	bottom: -1px;
	width: 40px;
	height: 1px;
	background: #fff;
}
#sidebar .widget li:before {
	left: -40px;
}
#sidebar .widget li:after {
	right: -40px;
}
.widget li a {
	padding: 12px 0;
	vertical-align: inherit;
}
#sidebar .widget li > a:before {
	display: none;
}
#sidebar h3.widget-title {
	display: hide;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	background: #fff;
	padding: 15px 0;
	margin-bottom: 9px;
	-webkit-box-shadow: 0 0 0 1px #121212, -45px 0 0 1px #121212, 0 0 0 1px #121212, 45px 0 0 1px #121212;
	-moz-box-shadow: 0 0 0 1px #121212, -45px 0 0 1px #121212, 0 0 0 1px #121212, 45px 0 0 1px #121212;
	-ms-box-shadow: 0 0 0 1px #121212, -45px 0 0 1px #121212, 0 0 0 1px #121212, 45px 0 0 1px #121212;
	-o-box-shadow: 0 0 0 1px #121212, -45px 0 0 1px #121212, 0 0 0 1px #121212, 45px 0 0 1px #121212;
	box-shadow: 0 0 0 1px #121212, -45px 0 0 1px #121212, 0 0 0 1px #121212, 45px 0 0 1px #121212;
}
#sidebar h3.widget-title:before {
	display: none;
}

/* Widgets - Correct padding issues */
#sidebar .widget.widget_archive,
#sidebar .widget.widget_calendar {
	padding-bottom: 2px;
}
#sidebar .widget.widget_categories form {
	padding-bottom: 1px;
}
#sidebar .widget.widget_recent_comments li {
	padding: 2px 0;
}

/* Widgets - Search */
.widget_search .search {
	border: none;
}

/* Widgets - Tags Cloud */
#sidebar .widget_tag_cloud a {
	color: #121212;
	background: #eee;
	border: none;
	padding: 4px 16px;
}
#sidebar .widget_tag_cloud a:hover {
	color: #eee;
	background: #121212;
}

#footer .widget_tag_cloud a {
	color: #fff;
	background: #121212;
	border: none;
	padding: 4px 16px;
}
#footer .widget_tag_cloud a:hover {
	color: #121212;
	background: #fff;
}

/* Responsive */
@media only screen and (max-width: 768px) {
	.btn-navbar .icon-bar {
		background-color: #fff !important;
	}
}

