/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

.portfolio-strony-linki a{
	color: #337AB7;
}


.portfolio-strony-linki a:hover{
	color: #FF497C;
}

.portfolio-strony-img:before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c4c3c3;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;

}

.portfolio-strony-img:hover::before{
	opacity: 0.1;

}


.language-switcher-container .elementskit-dropdown{
	background-color: #00000080;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1), 0px 15px 30px rgba(0, 0, 0, 0.1), 0px 20px 40px rgba(0, 0, 0, 0.15);
}


.language-switcher-container .dropdown-item{
	background-color: #00000080;
	
}

/* /////////SCALE-UP-HOVER////////// */

.card-scale-up {
    transition: transform 0.3s ease;
}

.card-scale-up:hover {
    transform: scale(1.05);
}
 
/* ////////////DIVIDER/////////////// */

.div-style {
  border-top: 1px solid transparent;
  border-image: radial-gradient(circle at top, #FFFFFF33 0%, #FFFFFF00 100%);
  border-image-slice: 1;
}

/* ///OKRUSZKI/// */

.text-underline-deco {
	text-decoration: underline;
	text-decoration-color: #FFFFFF;
}

