/*
Theme Name: Ozeum Child Theme
Theme URI: https://ozeum.themerex.net/
Description: Ozeum is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: ThemeREX
Author URI: https://themerex.net/
Version: 2.4.0
Tested up to: 6.9
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: ozeum
Template: ozeum
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
.sc_button.sc_button_simple {
	padding: inherit;
}
.author_bio .author_link,
  .post_item .more-link,
  .sc_button.sc_button_simple {
    font-size: 12px;
    line-height: 18px !important;
    padding: 11px 74px 9px 0;
  }
  .author_bio .author_link,
  .post_item .more-link,
  .sc_button.sc_button_simple {
    font-size: 11px;
    line-height: 16px !important;
    padding: 10px 65px 8px 0;
  }
  .author_bio .author_link:after,
  .post_item .more-link:after,
  .sc_button.sc_button_simple:after {
    font-size: 12px;
  }
  .author_bio .author_link:before,
  .post_item .more-link:before,
  .sc_button.sc_button_simple:before {
    width: 40px;
  }

  .sc_button.sc_button_simple {
    position: relative;
    -webkit-appearance: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 21px !important;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0.66em 6.2em 0.66em 0;
    letter-spacing: 0.8px;
    height: auto;
    border-width: 0 !important;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    border-radius: 0;
  }

  .sc_button.sc_button_simple:after {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\e911";
    font-family:"trx_addons_icons";
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    width: 2.6em;
    height: 2.6em;
    line-height: 2.45em;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 50%;
    letter-spacing: -1px;
    -webkit-transition: border-width 0.3s ease-out, border-color 0.3s ease;
    transition: border-width 0.3s ease-out, border-color 0.3s ease;
    opacity: 1;
  }

  .sc_button.sc_button_simple:before {
    font-family: inherit;
    content: "";
    position: absolute;
    right: 1.2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    display: block;
    width: 45px;
    height: 2px;
    background-color: var(--theme-color-link);
    will-change: width;
    -webkit-transition: width 0.3s ease-out, background-color 0.3s ease;
    transition: width 0.3s ease-out, background-color 0.3s ease;
    border-radius: 0 2px 2px 0;
    opacity: 1;
  }

  .sc_button.sc_button_simple:hover:before {
    width: 0;
    right: 1.2em;
  }

  .sc_button.sc_button_simple:hover:after {
    opacity: 1;
    right: 0;
  }

  .sc_layouts_row .sc_button_simple {
    background-color: transparent;
  }
  .sc_button_bordered {
      background: none;
      border: 1px solid #ffffff;
      color: #ffffff;
      border-radius: 40px;
  }

  .sc_button_bordered:hover {
      background-color: #ffffff;
      color: #000000;
      border-color: #ffffff;

  }
  .sc_layouts_menu_nav > li > a {
    color: #ffffff;
  }

  .sc_layouts_menu_nav > li > a:hover,
  .sc_layouts_menu_nav > li.sfHover > a {
    color: #cc9034 !important;
  }
  .sc_layouts_menu_nav > li ul:not(.sc_item_filters_tabs) {
  	color: #cc9034 !important;
  }