/* 
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 */
.za_btn .elementor-button-icon svg {
    width: auto;
    padding-top: 5px;
    transition: .3s;
}
.za_btn .elementor-button:hover .elementor-button-icon svg{
    filter: brightness(0) invert(1);
}
.za_big_btn .elementor-button-icon svg {
    width: auto;
}
.za_big_btn .elementor-button:hover .elementor-button-icon svg{
    fill: #fff !important;
}
.za_big_btn .elementor-button:hover .elementor-button-icon svg path{
    stroke: #0794E2;
    fill: #fff;
}
.post-type-archive-portfolio .page-header .entry-title {
    font-size: 50px;
    text-align: center;
    line-height: 50px;
    margin: 0;
}

.post-type-archive-portfolio h2.entry-title {
    font-size: 40px;
	line-height: 40px;
}

.post-type-archive-portfolio .page-content {
    padding-top: 50px;
    padding-bottom: 100px;
}

.post-type-archive-portfolio .page-header {
    padding-top: 155px;
}
.post-type-archive-portfolio .page-content article.post img {
    border-radius: 10px;
}

.post-type-archive-portfolio .page-content p {
    margin-top: 15px;
}


@media (max-width: 767px) {
	.post-type-archive-portfolio .page-header .entry-title {
    font-size: 40px;
    line-height: 40px;
}
.post-type-archive-portfolio .page-header {
    padding-top: 140px;
}
.post-type-archive-portfolio .page-content {
    padding-top: 50px;
    padding-bottom: 55px;
}	
}


