/* ==============================================================================
Theme Name: Phlox Pro Child
Theme URI: http://phlox.pro/go/
Author: averta
Author URI: http://www.phlox.pro
Description: Phlox Pro Child Theme
Template: phlox-pro
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column,two-columns, three-columns, left-sidebar, right-sidebar
Text Domain: phlox-pro-child
================================================================================= */

/* Default styling for YouTube-IFrames */
iframe[src*="youtube"] {
  width: 100% !important;
  height: unset !important;
  aspect-ratio: 16/9 !important;
}

/* Change color of share icon on single post hover */
.single-post .auxicon-share:hover:before,
.single-post .auxicon-share:hover:after {
  color: var(--e-global-color-primary) !important;
}

/* 404 */
.aux-404-search {
  display: none;
}

.error404 .not-found .aux-back-to-home:hover {
  color: var(--e-global-color-primary);
}

/* Hide tags on single post */
.single-post .content .aux-simple-context .entry-meta {
  flex-direction: row !important;
}

.single-post .entry-tax {
  display: none !important;
}

.single-post .auxicon-share:after {
  content: "TEILEN" !important;
}
