/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* HIDE THE REVIEWS SECTION ON EACH PROJECT */

.aiosrs-rating-wrap{
	display: none !important;
}


/* Change Woocommerce Single Product Photos Lightbox background to white 

.pswp__bg {
    background-color: white !important;
	
}

button.pswp__button, button.pswp__button--arrow--left::before, button.pswp__button--arrow--right::before, button.pswp__button:hover{
 background-color: #6C0F0847 !important;
 padding: 1px !important;
}

.pswp__button .pswp__button--arrow--right{
	width: 0.1px !important;
}

.pswp__button .pswp__button--arrow--left{
	width: 0.1px !important;
}
}*/


.pswp__bg {
  background: rgba(0, 0, 0, 0.95) !important;
}

/* Close button color */
.pswp__button--close:before {
  color: #ffffff !important;
}

/* Navigation arrows */
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  color: #6C0F08 !important; /* red arrows */
}
/* Constrain width of all Youtube Embeds to 800px width */

.ytp-cued-thumbnail-overlay-image{
	max-width: 800px !important;
}