/*
Theme Name: Ryan eMinimal
Text Domain: ryan-eminimal
Template: ryan
Version: 1.0.1
Requires at least: 5.0
Tested up to: 6.8
Requires PHP: 7.0
Description: Ryan eMinimal 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
*/

/* Pre-header Style */
#pre-header {
  background-color: #f2f2f2;
  border-bottom: none;
}
#pre-header .header-links li a,
#pre-header-social li {
  color: #7a7a7a;
  border-bottom: 3px solid transparent;
}
#pre-header-social li a {
  border-radius: 3px;
  background-color: transparent;
  color: #7a7a7a;
}
#pre-header .header-links > ul > li:after {
  display: none;
}
#pre-header .header-links .menu-hover > a,
#pre-header .header-links > ul > li > a:hover {
  color: #ffa700;
}
#pre-header .header-links .sub-menu a {
  color: #4a4a4a;
  background-color: #fff;
}
#pre-header .header-links .sub-menu li {
  border-bottom: none;
}
#pre-header .header-links .sub-menu li:last-child {
  border-bottom: none;
}
#pre-header .header-links .sub-menu {
  border-radius: 16px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07) !important;
}
#pre-header-social li a:hover {
  background-color: #f7f7f7 !important;
  color: #ffa700;
}

/* Header Style */
#header-search .fa-search {
  background-color: #fff;
  color: #121212;
  border: 1px solid #eee;
}
#header-search .search {
  border: 1px solid #eee;
}
#header .header-links li a,
#header-sticky .header-links li a {
  color: #7a7a7a;
}
#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: #ffa700;
}
#header .sub-menu li,
#header-sticky .sub-menu li {
  border-bottom: none;
}
#header .header-links .sub-menu,
#header-sticky .header-links .sub-menu {
  border: none;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.07);
}
#header .header-links .sub-menu a,
#header-sticky .header-links .sub-menu a {
  color: #4a4a4a;
}
#header .sub-menu li,
#header-sticky .sub-menu li {
  border-bottom: none;
}
#header .sub-menu li:last-child,
#header-sticky .sub-menu li:last-child {
  border-bottom: none;
}
#header .header-links .sub-menu .sub-menu,
#header-sticky .header-links .sub-menu .sub-menu {
  margin-top: -1px;
  border-left: 1px solid #eee;
}

/* Intro Style */
#introaction {
  background-color: #f2f2f2;
}
.action-text h3 {
  color: #121212;
  font-weight: 400;
  text-transform: capitalize;
}
.action-teaser p {
  color: #7a7a7a;
}
.action-link a {
  background-color: #00a93a;
  color: #fff;
  border-radius: 50px;
  padding: 12px 25px;
  font-weight: 700;
  text-transform: capitalize;
}
/* Общие кнопки: themebutton, button, input[type="submit"] и подобные */
.themebutton,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-family: inherit;              /* наследует шрифт сайта — выглядит гармоничнее */
  font-weight: 600;                  /* чуть жирнее для читаемости */
  font-size: 16px;                   /* 24px было слишком крупно — уменьшил до современного */
  line-height: 1.5;
  color: #ffffff;
  background-color: #121212;         /* оставил ваш тёмный фон */
  padding: 12px 28px;                /* больше воздуха — выглядит премиальнее */
  border: none;
  border-radius: 12px;               /* мягкие скруглённые углы */
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); /* приятная плавная анимация */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12); /* лёгкая тень по умолчанию */
}

/* Hover-эффект */
.themebutton:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #343434;         /* ваш hover-цвет */
  color: #ffffff;
  transform: translateY(-2px);       /* небольшой подъём — добавляет "живости" */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18); /* усиливаем тень */
}

/* Active / нажатие */
.themebutton:active,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* Фокус (для доступности — клавиатура/тач) */
.themebutton:focus,
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(52, 52, 52, 0.3); /* серая обводка при фокусе */
}

/* Специально для кнопки поиска на странице результатов (чёрная большая) */
#searchform input[type="submit"],
.searchform input[type="submit"],
form input[type="submit"] {          /* если кнопка имеет класс или id — подставьте */
  font-size: 16px;                   /* уменьшаем, чтобы не кричала */
  padding: 12px 32px;
  border-radius: 30px;
  background-color: #121212;
  color: #fff;
  font-weight: 600;
  transition: all 0.25s ease;
}

#searchform input[type="submit"]:hover,
.searchform input[type="submit"]:hover {
  background-color: #343434;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
#introaction-core,
#outroaction-core {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
  border: 1px solid #ddd;
  box-shadow: none;
}

/* Featured Style */
#section-home {
  background-color: #ffa700;
  padding: 80px 10px;
}
.iconfull.style1 {
  box-shadow: none;
  border-radius: 16px;
  background-color: #fff;
  padding: 40px 30px;
  text-align: left;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1); 
}
.iconfull.style1:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.10);
  transform: translateY(-5px);
}
p.iconurl {
  margin-bottom: 0px;
}
.icontext .iconimage,
.iconfull.style1 .iconimage {
  float: none !important;
  text-align: left !important;
}
.iconfull.style1 .iconimage i {
  width: 100%;
  height: auto;
  color: #1e1e1e;
  background-color: #f2f2f2;
  border-radius: 16px;
  line-height: 100px;
  font-size: 66px;
}
.iconfull.style1 .iconimage a:hover i {
  color: #121212;
}
.iconfull.style1 .iconmain h3 {
  position: relative;
  padding-bottom: 20px;
}
.iconfull.style1 .iconmain h3:after {
  width: 45px;
  height: 3px;
  background-color: #ddd;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.iconmain .iconurl a:after {
  display: none;
}
.iconfull.style1 .iconurl > a,
.iconfull.style2 .iconurl > a {
  margin-top: 20px;
  font-weight: 700;
  color: white;
  text-decoration: none !important;
  text-transform: capitalize;
  border-radius: 50px;
  background-color: #ffa700;
  padding: 12px 28px;                 
  display: inline-block;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1); 
}

.iconfull.style1 .iconurl > a:hover,
.iconfull.style2 .iconurl > a:hover {
  background-color: #343434;
  transform: translateY(-3px);       
}

H1.centered-white {
  text-align: center;
  color: #ffffff;
  font-size: 38px; 
  font-weight: 500;
  line-height: 1.15;
  margin: 0 auto 2rem;
  max-width: 90%;
  letter-spacing: -0.02em;
}

H1.centered-white::after {
  content: '';
  display: block;
  width: 100px;
  height: 5px;
  background: #ffffff;
  margin: 1.2rem auto 0;
  border-radius: 4px;
}
/* Footer Style */
#footer {
  border-top: 1px solid #eee;
  background-color: #fff;
}
#footer-core .wp-block-heading {
  color: #121212;
  position: relative;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}
#footer-core .wp-block-heading::after {
  width: 45px;
  height: 3px;
  background-color: #ddd;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
#footer-core {
  border-top: none;
}
#footer .widget {
  border-bottom: none;
  padding-bottom: 0px;
}
#footer .widget_recent_entries li,
#footer .widget_recent_comments li {
  margin-bottom: 20px;
}
#footer .widget_recent_entries li:last-child,
#footer .widget_recent_comments li:last-child {
  margin-bottom: 0px;
}
#footer .widget_recent_entries li span,
#footer .widget_recent_comments li span {
  color: #121212;
  display: block;
  text-transform: uppercase;
}
#footer .widget li a {
  color: #343434;
  font-size: 16px;
  font-weight: 400;
}
#footer .widget li a:hover {
  color: #7a7a7a;
}
#footer .widget li {
  color: #343434;
}
#footer .widget li span a {
  text-transform: none;
}
#footer .widget li a:hover {
  color: #7a7a7a;
}
#footer-core p {
  color: #7a7a7a;
}
#footer .widget_tag_cloud a {
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid #ddd;
  color: #7a7a7a;
}
#footer .widget_tag_cloud a:hover {
  color: #fff;
  background-color: #121212;
  border-color: #121212;
}
#footer input {
  background-color: #fafafa;
  border: none;
  border-radius: 50px;
  color: #121212;
}
#footer .wp-element-button {
  background-color: #121212;
  border-radius: 50px;
  text-transform: capitalize;
  color: #fff;
}
#sub-footer-core {
  border-top: none;
}
#sub-footer {
  background-color: #fff;
  border-top: 1px solid #eee;
}
#sub-footer a {
  color: #7a7a7a;
}
#sub-footer a:hover {
  color: #121212;
}
#footer-menu li:after {
  display: none;
}

/* Blog Posts Style */
.blog-style2 .blog-article {
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 20px;
}
.blog-style2 .blog-article .entry-content {
  padding: 0px;
}
.blog-article {
  background-color: #fff;
}
.blog-article.sticky .entry-content,
.blog-article.sticky {
  background-color: transparent;
  padding: 20px;
}
.blog-article .entry-header {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.blog-style1-layout2 .blog-thumb {
  margin-bottom: 0px;
}
.blog-article .entry-content {
  padding: 30px 0px 0px 0px;
}
.blog-article .entry-meta {
  padding-top: 50px;
  border-bottom: none;
  padding-bottom: 10px;
  margin-bottom: 0px;
  position: relative;
}
.blog-article .entry-meta > span.date:before,
.blog-article .entry-meta > span.author:before {
  display: none;
}
.blog-article .entry-meta span.date {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #ddd;
  padding: 8px 15px;
  font-size: 13px;
  color: #7a7a7a;
  text-transform: capitalize;
  border-radius: 20px;
}
.blog-style2 .blog-article.format-nomedia .entry-content {
  padding-top: 0px;
}
.blog-thumb img {
  border-radius: 16px;
}
.blog-article .entry-meta i {
  margin-right: 5px;
}
.blog-style2 .blog-grid.column-2 .blog-article .blog-title {
  font-size: 24px;
  font-weight: 700;
}
.blog-article .more-link a {
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  background-color: #121212;
  border-radius: 50px;
  padding: 12px 25px;
  text-decoration: none !important;
}
.blog-article .more-link a:hover {
  background-color: #343434;
  opacity: 1;
}
.blog-article .blog-title {
  font-size: 24px;
  text-transform: capitalize;
}
.blog-style2 .blog-article .more-link {
  text-align: left;
}
p.more-link {
  margin-bottom: 0px;
}

/* Blog Pagination Style */
.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span {
  background-color: transparent;
  border: 1px solid #ddd;
  color: #121212;
  font-weight: 700;
  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 {
  background-color: #121212;
  color: #fff;
  border: 1px solid #121212;
}

/* Sidebar Style */
#sidebar .widget_search .wp-block-search__label {
  display: none;
}
#sidebar .widget_search {
  border: none !important;
}
#sidebar .widget_search .search {
  background-color: #f2f2f2;
  color: #121212;
  border: none;
  border-radius: 50px;
}
#sidebar .widget_search input[type="search"] {
  border-radius: 50px;
  border: 1px solid #eee;
}
#sidebar .widget_search input[type="search"]:focus {
  background-color: #eee;
}
#sidebar .wp-element-button,
#sidebar input {
  border-radius: 50px;
  text-transform: capitalize;
}
#sidebar .widget_search {
  padding: 0px !important;
  box-shadow: none !important;
}
#sidebar .widget {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 16px;
  margin-bottom: 50px;
  padding: 30px;
  box-shadow: none;
}
#sidebar .wp-block-heading {
  font-size: 17px;
  padding-left: 0px;
  font-weight: 700;
  color: #1e1e1e;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
#sidebar .wp-block-heading::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 3px;
  background-color: #ddd;
  left: 0;
  bottom: 0;
}
#sidebar .widget li a {
  color: #121212;
}
#sidebar .widget li a:hover {
  color: #ffa700;
}
#sidebar .widget_recent_entries li,
#sidebar .widget_recent_comments li {
  margin-bottom: 10px;
}
#sidebar .widget_recent_entries li:last-child,
#sidebar .widget_recent_comments li:last-child {
  margin-bottom: 0px;
}
#sidebar .widget_recent_entries li span,
#sidebar .widget_recent_comments li span {
  color: #aaa;
  font-size: 12px;
  display: block;
  text-transform: capitalize;
}
#sidebar .widget_tag_cloud a {
  color: #7a7a7a;
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid #ddd;
}
#sidebar .widget_tag_cloud a:hover {
  background-color: #1e1e1e;
  border-color: #ffa700;
  color: #fff;
}

/* Page-heading Style */
#intro {
  background-color: #ffa700;
  text-align: left;
  padding: 50px 0px;
}
#intro.option2 .page-title,
#intro.option2 #breadcrumbs {
  text-align: center !important;
}
#intro .page-title {
  color: #ffffff;
  background-color: transparent;
  border-radius: 0px;
  margin: 30px;
  text-align: left;
  box-shadow: none;
  display: inline-block;
  padding: 0px;
  font-size: 36px;
  text-transform: capitalize;
  font-weight: 700;
}

#intro.option2 .page-title {
  text-align: center;
}
#intro.option2 .page-title,
#intro.option2 #breadcrumbs {
  width: 100%;
  display: inline-block;
}
#intro #breadcrumbs a,
#intro #breadcrumbs .delimiter {
  color: #121212;
}
#intro.option2 #breadcrumbs {
  margin-top: 5px;
  text-align: center;
  color: #121212;
}

/* Single Post Style */
.single .entry-meta {
  border: none;
}
.single article.post {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 16px;
}
#nav-above,
#nav-below {
  padding: 25px 30px;
  border-radius: 15px;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
}
.nav-previous a,
.nav-next a {
  font-size: 14px;
  font-weight: 400;
  color: #121212;
  text-transform: capitalize;
  text-decoration: none !important;
}
.nav-previous a:hover,
.nav-next a:hover {
  color: #ffa700;
}

/* Comments & Leave Comment Style */
#comments-core {
  background-color: #f2f2f2;
  padding: 0px 30px;
  border-radius: 16px;
}
.commentlist {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  box-shadow: none;
  padding: 80px 30px 0px 30px;
  border-bottom: none;
  margin-bottom: 0px !important;
}
.comment .reply a {
  background-color: #eee;
  border-radius: 5px;
  border: none;
}
.comment .reply a:hover {
  background-color: #121212;
  color: #fff;
}
#comments-core {
  position: relative;
  overflow: hidden;
}
#comments-title h3,
#reply-title {
  z-index: 99;
  background-color: transparent;
  color: #1e1e1e;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
  box-shadow: none;
  width: 100%;
  padding-left: 0px;
  padding-bottom: 10px;
}
#comments-title h3:before,
#reply-title:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 3px;
  background-color: #ddd;
  left: 0;
  bottom: 0;
}
#reply-title {
  margin-bottom: 30px;
}
.comment-respond {
  border-top: 1px solid #ddd;
  box-shadow: none;
  position: relative;
  padding-top: 40px;
}
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="password"],
.comment-respond input[type="search"],
.comment-respond input[type="tel"],
.comment-respond select,
.comment-respond textarea {
  border: none;
  border-radius: 16px;
}
.comment-respond #commentform input[type="submit"] {
  font-weight: 700;
  border-radius: 50px;
  text-transform: capitalize;
}

