/* Theme Name:   Hello Elementor Child Theme
Theme URI:    
Description:  A hello-elementor child theme 
Author:       Karol Rusek
Author URI:   
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-elementor-child */

.homepage-portfolio .pwgd-post-grid-item-content {
    display: none;
}

.blog .post {
    /* float: left; */
}
@media all and (min-width: 1024px) {
    .blog .post {
        margin-bottom: 10px;
        width: calc(33.3% - 10px);
        margin-right: 10px;

   }
    .blog .post:nth-child(3n) {
        margin-right: 0;
        /* transform: translateY(-150px); */
   }
   .blog .post:nth-child(3n + 2) {
        /* transform: translateY(-50px); */
   }
   .logo-black-menu {
        display: none !important;
   }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
    .blog .post {
        margin-bottom: 25px;
        width: calc(50% - 12.5px);
        margin-right: 25px;
   }
    .blog .post:nth-child(2n + 2) {
        margin-right: 0;
        /* transform: translateY(-50px); */
   }
}
@media all and (max-width: 767px) {
    .blog .post {
        margin-bottom: 15px;
   }
}
.blog .post .entry-title {
    display: none;
}

.blog .post .entry-title a {
    margin-bottom: 16px;
    font-size: 18px;
    color: #000000;
}
.blog .post a {
    overflow: hidden;
    cursor: pointer;
    display: block;
	
}
.blog .post p {
    display: none;
}
.blog .post a img {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
.blog .post a:hover img {
    opacity: 0.8;
}

.blog .site-main {
    max-width: none !important;
    /* margin: 0 auto; */
    padding: 82px 36px 0!important;
    /* width: 100%; */
}

.single-post .site-main {
    max-width: 1648px !important;
    margin: 0 auto;
    padding: 82px 25px 0 !important;
    width: 100%;
}

@media all and (max-width: 1671px) {
    .single-post .site-main {
        padding: 82px 36px 0 !important;
    }
}

.single-post .page-header {
    display: none;
}

.page-header .entry-title {
    font-size: 80px;
    font-family: "ogar", Sans-serif;
    padding: 25px 0 0 0;
    text-transform: lowercase;
    max-width: 1600px;
}

@media all and (max-width: 767px) {
    .page-header .entry-title {
        font-size: 36px;
    }
}

.blog .page-content {
    max-width: 1600px !important;
    margin: 0 auto !important;
    width: 100% !important;
    display: block !important;
    display: flex !important;
    flex-wrap: wrap !important;
    padding-top: 50px;
}

@media all and (max-width: 767px) {
    .blog .page-content {
        padding-top: 0;
    }
}

.article-single-wrap {
    padding-top: 50px;
}
@media all and (max-width: 767px) {
    .article-single-wrap {
        padding-top: 10px;
   }
}
.article-single-wrap .article-banner .title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 150px;
}
@media all and (max-width: 1024px) {
    .article-single-wrap .article-banner .title-wrap {
        flex-direction: column;
   }
}
@media all and (max-width: 767px) {
    .article-single-wrap .article-banner .title-wrap {
        margin-bottom: 30px;
   }
}
.article-single-wrap .article-banner .title-wrap h1 {
    font-size: 72px;
    width: 48%;
    margin-top: -5px;
}
@media all and (max-width: 1024px) {
    .article-single-wrap .article-banner .title-wrap h1 {
        width: 100%;
        font-size: 56px;
        margin-bottom: 20px;
   }
}
@media all and (max-width: 767px) {
    .article-single-wrap .article-banner .title-wrap h1 {
        font-size: 32px;
   }
}
.article-single-wrap .article-banner .title-wrap .excerpt {
    font-size: 32px;
    width: 48%;
}
@media all and (max-width: 1024px) {
    .article-single-wrap .article-banner .title-wrap .excerpt {
        width: 100%;
   }
}
@media all and (max-width: 767px) {
    .article-single-wrap .article-banner .title-wrap .excerpt {
        font-size: 22px;
   }
}
.article-single-wrap .article-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media all and (max-width: 1024px) {
    .article-single-wrap .article-content {
        flex-direction: column;
   }
}
.article-single-wrap .article-content .square-image {
    width: 48%;
}
.article-single-wrap .article-content .square-image img {
    width: 100%;
}
@media all and (max-width: 1024px) {
    .article-single-wrap .article-content .square-image {
        width: 100%;
        margin-bottom: 20px;
   }
}
.article-single-wrap .article-content .content {
    width: 48%;
}
@media all and (max-width: 1024px) {
    .article-single-wrap .article-content .content {
        width: 100%;
   }
}
.article-single-wrap .article-content .content p {
    font-size: 42px;
    line-height: 49px;
    margin-bottom: 80px;
}
@media all and (max-width: 1024px) {
    .article-single-wrap .article-content .content p {
        font-size: 36px;
        line-height: 39px;
        margin-bottom: 40px;
   }
}
@media all and (max-width: 767px) {
    .article-single-wrap .article-content .content p {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 30px;
   }
}
.article-single-wrap .article-content .content .img-grid-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.article-single-wrap .article-content .content .img-grid-wrap img {
    width: calc(50% - 50px);
}
@media all and (max-width: 1024px) {
    .article-single-wrap .article-content .content .img-grid-wrap img {
        width: calc(50% - 15px);
   }
}
.article-single-wrap .article-content .content .img-grid-wrap img:first-child {
    margin-right: 100px;
}
@media all and (max-width: 1024px) {
    .article-single-wrap .article-content .content .img-grid-wrap img:first-child {
        margin-right: 30px;
   }
}
.article-single-wrap .article-extra-images {
    margin-top: 100px;
}

@media all and (max-width: 767px) {
    .article-single-wrap .article-extra-images {
        margin-top: 30px;
   }
}
.article-single-wrap .article-extra-images img {
    margin-bottom: 100px;
}

.article-single-wrap .article-extra-images img:last-child{
    margin-bottom: 30px;
}

@media all and (max-width: 767px) {
    .article-single-wrap .article-extra-images img {
        margin-bottom: 30px;
   }
}

.aioseo-breadcrumbs .aioseo-breadcrumb a {
    color: #000000;
}
@media all and (max-width: 1024px) {
    .elementor-177 .elementor-element.elementor-element-2da7bc2 .menu-item a.hfe-menu-item, .elementor-177 .elementor-element.elementor-element-2da7bc2 .sub-menu a.hfe-sub-menu-item {
        color: #ffffff !important;
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal, .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
        right: 0px !important; 
        width: auto;
        left: auto !important;
        z-index: 0;
    }

    .elementor-12 .elementor-element.elementor-element-5fec086 .menu-item a.hfe-menu-item:hover, .elementor-12 .elementor-element.elementor-element-5fec086 .sub-menu a.hfe-sub-menu-item:hover, .elementor-12 .elementor-element.elementor-element-5fec086 .menu-item.current-menu-item a.hfe-menu-item, .elementor-12 .elementor-element.elementor-element-5fec086 .menu-item a.hfe-menu-item.highlighted, .elementor-12 .elementor-element.elementor-element-5fec086 .menu-item a.hfe-menu-item:focus {
        color: #ffffff !important;
    }
}

.pwgd-post-grid-item a {
    overflow: hidden;
    background: none !important;
}

.pwgd-post-grid-item a img {
    transition: opacity 0.3s ease-in-out;
    opacity: 1
	border-radius: 20px;
}

.pwgd-post-grid-item a:hover img {
    opacity: 0.8;
}

.elementor a {
    color: #000000;
}

.elementor-button-icon svg {
    width: 1.5em;
}

.elementor-page-45 .elementor a {
    color: #ffffff;
}

.elementor-7 .elementor-element.elementor-element-377cd3b .elementor-button .elementor-align-icon-left {
    max-height: 34px;
}

.elementor-button span {
    align-items: center;
}

.elementor-7 .elementor-element.elementor-element-955ee69 .elementor-button .elementor-align-icon-left,
.elementor-45 .elementor-element.elementor-element-fa7dd1d .elementor-button .elementor-align-icon-left {
    position: relative;
    top: 3px;
}

.leftArrow,
.rightArrow {
    font-size: 30px;
    color: #000 ;
    font-family: 'ogar';
    line-height: 34px;
}

.rightArrow {
    margin-right: 0;
    margin-left: auto;
}

.leftArrow svg,
.rightArrow svg {
    width: 220px;
}

.leftArrow svg:hover path,
.rightArrow svg:hover path {
    color: #ED6E46
}

.arrowsWrap {
    display: flex;
    align-items: center ;
    justify-content: space-between;
    margin-bottom: 100px;
}

.elementor-element-82f2b73 {
    transition: top 0.2s ease-in-out;
}

.nav-up {
    top: -82px !important;
}
@media all and (max-width: 767px) {
    .arrowsWrap {
        flex-direction: column;
        align-items: flex-start;
    }
    .blog .site-main,
    .single-post .site-main {
        padding: 82px 20px 0!important;
    }
    .elementor-7 .elementor-element.elementor-element-377cd3b .elementor-button,
    .elementor-45 .elementor-element.elementor-element-fa7dd1d .elementor-button,
    .elementor-7 .elementor-element.elementor-element-955ee69 .elementor-button {
        padding: 5px 10px 5px 10px !important;
        width: 100% !important;
        text-align: right !important;
    }
    .elementor-7 .elementor-element.elementor-element-377cd3b .elementor-button .elementor-button-icon svg {
        top: 4px;
        position: relative;
    }

    .elementor-7 .elementor-element.elementor-element-955ee69 .elementor-button {
        width: calc(100% - 36px) !important;
        margin-left: 18px;
    }

    .blog .entry-title {
        display: none;
    }

    /* .blog .post .entry-title {
        display: block !important;
    } */

    .blog .post {
        width: 100%;
    }
}
@media all and (max-width: 1024px) {
    
    .elementor-12 .elementor-element.elementor-element-5fec086 nav.hfe-dropdown,
    .elementor-177 .elementor-element.elementor-element-2da7bc2 nav.hfe-dropdown {
        position: absolute;
        left: 0 !important;
        top: 0;
        background: rgba(0, 0, 0, 0.9);
        width: 100%;
        height: 100vh;
        flex-direction: column;
        padding: 150px 25px 10px;
    }

    .elementor-12 .elementor-element.elementor-element-e2c6ee9,
    .elementor-12 .elementor-element.elementor-element-5fec086.elementor-element,
    .elementor-177 .elementor-element.elementor-element-2da7bc2.elementor-element,
    .elementor-177 .elementor-element.elementor-element-a8e3f5b {
        position: static;
    }

    .elementor-12 .elementor-element.elementor-element-5fec086 .hfe-nav-menu__toggle,
    .elementor-177 .elementor-element.elementor-element-2da7bc2 .hfe-nav-menu__toggle {
        z-index: 99;
    }
    .elementor-12 .elementor-element.elementor-element-5fec086 nav.hfe-dropdown li a.hfe-menu-item,
    .elementor-177 .elementor-element.elementor-element-2da7bc2 nav.hfe-dropdown li a.hfe-menu-item {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 5px !important;
    }
}

.mobile-footer-menu {
    flex-direction: column;
    display: none;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: auto;
}
.mobile-footer-menu a, .mobile-footer-menu .copyrights {
    color: #a0a0a0 !important;
    font-family: 'ogar';
    font-size: 30px;
}
.mobile-footer-menu .copyrights {
    margin-top: 115px;
}
@media all and (max-width: 1024px) {
    .mobile-footer-menu {
        display: flex;
   }
}

.logo-black-menu {
    position: absolute;
    top: 15px;
    left: 20px;
}
@media all and (max-width: 1024px) and (max-height: 468px) {
    .elementor-7 .elementor-element.elementor-element-5ffdf86:not(.elementor-motion-effects-element-type-background) {
        background-position: 105% 77% !important;
    }
    .elementor-12 .elementor-element.elementor-element-5fec086 nav.hfe-dropdown, .elementor-177 .elementor-element.elementor-element-2da7bc2 nav.hfe-dropdown {
        padding: 90px 25px 10px !important;
    }
}

/* Inne style dla wpisow */

.article-single-wrap .article-banner .title-wrap.align-top {
    align-items: flex-start;
}

.article-single-wrap .article-banner .title-wrap.align-center h1 {
    padding: 0 10%;
}

@media all and (max-width: 1024px) {
    .article-single-wrap .article-banner .title-wrap.align-center h1 {
        padding: 0;
    }
}

.article-single-wrap .article-banner .title-wrap.align-bottom {
    align-items: flex-end;
}

.article-single-wrap .img-full-width {
    width: calc(100% + 50px);
    position: relative;
    max-width: calc(100% + 50px);
    left: -25px;
}

@media all and (max-width: 767px) {
    .article-single-wrap .img-full-width {
        width: calc(100% + 40px);
        position: relative;
        max-width: calc(100% + 40px);
        left: -20px;
    }
}

img {
    display: block;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
  }
  
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }