/* Theme Name: Retirio Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of retirio
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: retirio
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  retirio-child
*/

/* Woocomerce */
#wpforo-title {
	display: none;
}
.wpf-please-login{
display:NONE;
}
#wpforo #wpforo-wrap .wpforo-profile .wpf-field input[type="text"], #wpforo #wpforo-wrap .wpforo-profile .wpf-field input[type="password"], #wpforo #wpforo-wrap .wpforo-profile .wpf-field input[type="email"], #wpforo #wpforo-wrap .wpforo-profile .wpf-field input[type="date"], #wpforo #wpforo-wrap .wpforo-profile .wpf-field input[type="number"], #wpforo #wpforo-wrap .wpforo-profile .wpf-field input[type="url"], #wpforo #wpforo-wrap .wpforo-profile .wpf-field input[type="tel"], #wpforo #wpforo-wrap .wpforo-profile .wpf-field textarea, #wpforo #wpforo-wrap .wpforo-profile .wpf-field select {
	background-color: #ffffff !important;
}


li.product {
  text-align: left !important;
}
li.product a.woocommerce-loop-product__link span.cat_product {
  display: none;
}
li.product h2.woocommerce-loop-product__title {
  padding: 0 !important;
  font-size: 17px !important;
}
li.product div.woocommerce-loop-product__buttons a.button.wp-element-button.product_type_simple {
  display: none;
}
li.product > a.button.product_type_simple {
  display: none;
}

ul.product-categories li.cat-item ul.children {
  margin-left: 15px;
}

div.custom_product_links_tab > a, div.custom_product_downloads_tab > a {
  color: var(--e-global-color-secondary);
  font-weight: 500;
}

main > .product {
  margin-top: 72px;
}
@media only screen and (max-width: 1200px) {
  #scrollUp {
	border-radius: 0px !important;
	padding: 15px !important;
}
#scrollUp i {
    padding: 10px !important;
}
#scrollUp i:before {
    font-size: 1.252rem !important;
    font-weight: bold !important;
}}

.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image:not(:first-child) {
  aspect-ratio: 1 / 1;
  width: calc(25% - 10px) !important;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0;
}
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image:not(:first-child) img {
  height: 100%;
  object-fit: cover;
}

canvas {
    opacity: 0.65 !important;
}
.page-header {
	display: none;
}
/* BEFORE POST */ 
.ova-next-pre-post .pre span:before {
    font-size: 12px;
    content: "vorherige";
    display: flex;
}
.ova-next-pre-post .next span:before {
    font-size: 12px;
    content: "nächste";
    display: flex;
    justify-content: flex-end;
}
peerboard-attribution {
	display:none !important;
}
#search-1,
#categories-1,
#tag_cloud-1,
#recent-posts-widget-with-thumbnails-1 {
	display: none !important;
}
article.post-wrap a.readmore{
	font-size: 0px !important;
}
article.post-wrap a.readmore:after{
	content: 'Mehr lesen';
	font-size: 16px !important;
	border-radius: 0;
    padding: 12px 25px;
    line-height: 1.5em;
}

/* forum styles */
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left {
    width: 280px !important;
}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-right {
    margin-left: 304px !important;
}

/* Login fix of the first form fading away and not letting the users be able to understand what they need to write as username */

.wpf-login-text::-webkit-input-placeholder {
    color: grey !important; 
    opacity: 1 !important;  /* Makes placeholder fully visible and cancels the animation caused by WPForo */
}
.wpf-login-text:-ms-input-placeholder {
    color: grey !important;
    opacity: 1 !important;
}
.wpf-login-text::placeholder {
    color: grey !important;
    opacity: 1 !important;
}
