/*
Theme Name: Blacks Child Theme
Template: blacks
Theme URI: https://blacks.themerex.net/
Description: Blacks Child Theme
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.0
Tested up to: 6.7
Requires at least: 5.0
Requires PHP: 7.0
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: blacks
*/

/* =Child-Theme customization starts here
------------------------------------------------------------ */
@media screen and (min-width:1200px){
img.logo_image {
    width: 200px;
    max-width: 200px;
}
}
@media (max-width: 767px) {
	.sc_layouts_row.sc_layouts_row_fixed_on.sc_layouts_row_fixed_always .sc_layouts_logo img {
        max-height: 40px;
    }
}

@media (max-width: 500px) {
	.tparrows, .tp-bullets { 
		top:104% !important;
	}
}
.elementor-3825 .elementor-element.elementor-element-8bd21c9 {
    transition: background 1s, border 0.3s, border-radius 0.3s, box-shadow 0.3s !important;
	animation-duration: 2000ms !important;
}

.zoom-animate {
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.5s ease-in-out;
}

.zoom-animate.animate-zoom {
  animation: slowZoom 7s ease-in-out forwards;
  opacity: 1;
}

@keyframes slowZoom {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
