/**
Theme Name: Child Theme
Author: Webpanda
Author URI: https://webpanda.pl/
Description: This is a child theme. Do not delete.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theme-child
Template: hello-elementor
*/

html {
scroll-behavior: smooth;
}

body, body h1, body h2, body h3, body h4, body h5, body h6, body p, body blockquote p, body div, body span {
  font-family: "Roboto", sans-serif;
}

@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto.eot");
    src: url("fonts/Roboto.eot#iefix") format("embedded-opentype"),
		 url("fonts/Roboto.woff2") format("woff2"),
		 url("fonts/Roboto.woff") format("woff"),
		 url("fonts/Roboto.ttf") format("truetype"),
		 url("fonts/Roboto.svg") format("svg");
		 font-weight: normal;
         font-style: normal;
		 font-display: swap;
}

/* GLOBAL STYLE */
ul, ol, .elementor-widget-text-editor ul, .elementor-widget-text-editor ol{
margin-bottom: 20px;
padding-left: 30px;
}


.elementor .single-post-cont h1,
.elementor .single-post-cont h2,
.elementor .single-post-cont h3,
.elementor .single-post-cont h4,
.elementor .single-post-cont h5,
.elementor .single-post-cont h6 {
margin-top: 30px;
margin-bottom: 20px;
}

.elementor .single-post-cont ul, 
.elementor .single-post-cont ol, 
.elementor .single-post-cont .elementor-widget-text-editor ul, 
.elementor .single-post-cont .elementor-widget-text-editor ol{
margin-bottom: 20px;
padding-left: 30px;
}

.elementor-widget-text-editor p:last-child, .textwidget p:last-child, p.elementor-heading-title {margin-bottom:0px;}

body {
    text-underline-position:under;
    text-underline-offset:0px;
    text-decoration-color: #000;
     -webkit-text-decoration-color: #000;
}

body a, body.single.single-post .single-post-cont a {
    text-decoration: underline;
}
.elementor p a {
 text-decoration: underline;
 font-weight: 700;
}
/*
body a, body span {
    text-decoration-color: #B8A866 !important;
     -webkit-text-decoration-color: #B8A866 !important;
}
*/




/* END GLOBAL STYLE */

/* --- TABLE --- */
table,
table p strong, 
table p, 
table span, 
table strong, 
table h1, 
table h2, 
table h3, 
table h4, 
table h5, 
table h6 {
word-wrap: normal;
word-break: normal;
}

body table, 
body .table.primary {
background-color: #fff;
overflow: auto;
overflow-x: auto;
overflow-y: hidden;
width: 100%;
max-width: 100%;
min-width: auto;
border: 1px solid #ccc;
border-spacing: 0px;
background: #ffffff;
border-collapse: collapse;
}

body table tbody, body table td, body table tr, body table th {
width: auto; 
max-width: auto; 
min-width: auto;
}

body table tr, body table tbody, body table td, body table th {
border: 1px solid #ccc !important; 
}


body table tr th {
background-color: #E8E8E8;
}
body table tr:hover th {
background-color: #E8E8E8;
}

body table tbody tr>td, 
body table tbody tr>th {
background-color: #fff;
}
body table tbody tr:hover>td, 
body table tbody tr:hover>th {
background-color: #fff;
}

body table tbody>tr:nth-child(odd)>td, 
body table tbody > tr:nth-child(odd) > td,
body table tbody>tr:nth-child(odd)>th,
body table tbody > tr:nth-child(odd) > th{
background-color: #fff;
}
 
body table tbody>tr:nth-child(even)>td, 
body table tbody > tr:nth-child(even) > td,
body table tbody>tr:nth-child(even)>th,
body table tbody > tr:nth-child(even) > th{
background-color: #f2f2f2;
}


body table tbody>tr:nth-child(odd):hover>td, 
body table tbody > tr:nth-child(odd):hover > td,
body table tbody>tr:nth-child(odd):hover>th,
body table tbody > tr:nth-child(odd):hover > th,
  
body table tbody>tr:nth-child(even):hover > td, 
body table tbody > tr:nth-child(even):hover > td,
body table tbody>tr:nth-child(even):hover > th,
body table tbody > tr:nth-child(even):hover > th{
background-color: #e2e2e2;
}


@media screen and (max-width: 768px){
body table {
display: block;
border: none;
width: 100%;
max-width: 100%;
min-width: auto;
overflow: auto;
overflow-x: auto;
overflow-y: hidden;
table-layout: fixed;
border-collapse: collapse; 
}    


body table th, body table td, body table tr {
padding: 6px;
font-size: 16px;
line-height: 1.4em;
vertical-align: middle;
width: 100%;
max-width: auto;
min-width: auto;
}} 
/* --- END TABLE --- */

/* BLOG POST */
img {
height: auto;
max-width: 100%;
}
b,
strong {
font-weight: bold;
}
blockquote {
border-left: 4px solid rgba(0, 0, 0, 0.06);
padding: 10px 20px;
font-size: 1.1em;
font-style: italic;
margin: 10px 0px;
position: relative;
}
blockquote p:last-child {
margin: 0;
}
pre {
background: rgba(0, 0, 0, 0.06);
font-family: inherit;
font-size: inherit;
line-height: inherit;
margin: 10px 0px;
padding: 10px 20px;
overflow: auto;
max-width: 100%;
}
hr, .elementor hr {
background-color: rgba(0,0,0,1);
border: 0;
height: 1px;
margin-bottom: 10px;
margin-top: 10px;
}
fieldset {
padding: 0;
border: 0;
min-width: inherit;
}
fieldset legend {
padding: 0;
margin-bottom: 0;
}
/* Galleries */
.wp-block-gallery,
ul.blocks-gallery-grid {
margin-left: 0;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
background: rgba(255, 255, 255, 0.4);
color: #000;
padding: 0;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
}
.gallery {
margin-left: -6px;
margin-right: -6px;
margin-top: 20px;
margin-bottom: 20px;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
padding: 6px;
}
.gallery-icon {
padding: 0;
}
.gallery .gallery-item img{
border-radius: 0px;
vertical-align: top;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
padding: 5px;
background: rgba(0,0,0,0.04);
background-color: rgba(0,0,0,0.04);
color: #000;
font-size: 12px;
line-height: 1em;
}

embed, 
iframe,
object, 
video {
max-width: 100%;
width: 100%;
margin: 0;
line-height: 1;
border: none;
min-height: 700px;
}
.elementor-widget-google_maps .elementor-widget-container iframe {
min-height: inherit;	
max-height: inherit;
}


@media screen and (max-width:767px){
embed, 
iframe, 
object, 
video {
max-width: 100%;
width: 100%;
min-height: 300px;
max-height: 300px;
}
}

figure {
margin: 0;
}
@media screen and (max-width: 767px){
.gallery.gallery-columns-2 .gallery-item, 
.gallery.gallery-columns-3 .gallery-item,
.gallery.gallery-columns-4 .gallery-item,
.gallery.gallery-columns-5 .gallery-item,
.gallery.gallery-columns-6 .gallery-item,
.gallery.gallery-columns-7 .gallery-item,
.gallery.gallery-columns-8 .gallery-item,
.gallery.gallery-columns-9 .gallery-item {
max-width: 100%;
}}
/* End Galleries */
/* Single Post Image*/
.single-post p img {
margin-top: 20px;
margin-bottom: 20px;
border-radius: 0px;
}
figure.wp-caption{
margin-top: 20px;
margin-bottom: 20px;
}
figcaption.wp-caption-text{
display: block;
padding: 10px;
background: rgba(0,0,0,0.04);
background-color: rgba(0,0,0,0.04);
color: #000;
font-size: 12px;
line-height: 1em;
font-style: normal;
border-radius: 0px !important;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto 0;
max-width: 100%;
}
.wp-caption img {
position: relative;
vertical-align: bottom;
border-radius: 0px;
}
.wp-caption.alignleft {
margin: 5px 20px 10px 0;
}
.wp-caption.alignright {
margin: 5px 0px 10px 20px;
}
.wp-caption.aligncenter{
margin: 20px auto;
}
@media screen and (max-width:768px){
.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
margin: 20px auto;
display: block;
width: 100% !important;
float: none;
}
.wp-caption.alignleft img, .wp-caption.alignright img, .wp-caption.aligncenter img{
width: 100%;	
}}
/* End Single Post Image*/

/* Comments */
.comments-area .comment-form-cookies-consent input, 
.comments-area .comment-form-cookies-consent label{
vertical-align: middle;
display: inline;	
}

.comments-area .comment-form-cookies-consent input{
width: 14px;
display: inline-block;
}
.comments-area .comment-form-cookies-consent label{
width: 90%;	
display: inline-block;
}

.comments-area .form-submit input[type="submit"], .comments-area .form-submit .elementor-button{
font-size: 16px;
line-height: 1em;
font-weight: 400;
padding: 10px 20px;
color: #000;
border: 1px solid #000;
background: #fff;
}

.comments-area .form-submit input[type="submit"]:hover, .comments-area .form-submit .elementor-button:hover{
color: #fff;
border: 1px solid #000;
background: #000;
}

.comments-area .comment-form-cookies-consent #wp-comment-cookies-consent{
display: inline-block;
position: relative;
top: 2px !important;
margin: 0px 4px 4px 0px;
}

.comments-area .comment-form-cookies-consent{
margin: 20px 0px;	
}

.comments-area .comment-metadata, .comments-area .comment-metadata a {
color: #000;	
}

#comments.comments-area .comment-list{
margin-bottom: 20px;	
}
#comments.comments-area .comment-respond {
margin-top: 20px;	
}
#comments.comments-area .comment-respond small{
display:block;
margin: 10px 0;
width: 100%;
}
#comments.comments-area .comment-reply-title {
display: block;
width: 100%;
}
#comments.comments-area a#cancel-comment-reply-link {
font-size: 14px;
line-height: 1em;
color: rgba(0,0,0,0.4);
border: 1px solid rgba(0,0,0,0.4);
padding: 5px 10px;
}
#comments.comments-area a#cancel-comment-reply-link:hover{
color: rgba(0,0,0,1);
border: 1px solid rgba(0,0,0,1);
}
/* End Comments */


/* Accessibility -----------------------*/
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
outline: 0;
}
/* End Accessibility */
/* Clearings */
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.paging-navigation:after,
.site-footer:after,
.site-info:after,
.page-header-content-container:after,
.inside-navigation:not(.grid-container):after,
.inside-header:not(.grid-container):after,
.inside-top-bar:not(.grid-container):after,
.inside-footer-widgets:not(.grid-container):after {
content: "";
display: table;
clear: both;
}
/* End Clearings */
/* END BLOG POST & GLOBAL */




/* --- ELEMENTOR --- */
/* Header */
.elementor .search-custom .elementor-search-form__input{
border: 1px solid #999;
border-right: none;
padding-left: 15px;
border-radius: 30px 0px 0px 30px;
}

.elementor .search-custom .elementor-search-form__submit, .elementor .search-custom .elementor-search-form__submit:hover{
border-radius: 0px 30px 30px 0px;	
}

.elementor .elementor-nav-menu ul ul a, .elementor .elementor-nav-menu ul ul a:active, .elementor .elementor-nav-menu ul ul a:focus, .elementor .elementor-nav-menu ul ul a:hover {
border-left: 8px solid transparent;
}

/* Header Menu */
.elementor ul.elementor-nav-menu--dropdown a, .elementor ul.elementor-nav-menu--dropdown a:focus, .elementor ul.elementor-nav-menu--dropdown a:hover {
    text-shadow: none;
    border-left: 0px;
}
/* End Header Menu */
/* End Header */


/* Fix Elementor icons widget custom */
.icon-list-fix.elementor-widget .elementor-icon-list-item, .icon-list-fix.elementor-widget .elementor-icon-list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    font-size: inherit;
}

.icon-list-fix.elementor-widget .elementor-icon-list-item .elementor-icon-list-icon {
  margin-top: 3px
}
/* End fix Elementor icons widget custom */


/* Lightbox */
.elementor-element .swiper .elementor-swiper-button svg, .elementor-element .swiper~.elementor-swiper-button svg, .elementor-lightbox .swiper .elementor-swiper-button svg, .elementor-lightbox .swiper~.elementor-swiper-button svg {
    fill: #000 !important;
    height: 26px !important;
    width: 26px !important;
}

.elementor-lightbox .dialog-lightbox-close-button svg, .elementor-lightbox .elementor-swiper-button svg {
    fill: #000 !important;
}

.elementor-lightbox .dialog-lightbox-close-button svg {
    height: 26px !important;
    width: 26px !important;
}
/* end Lightbox */







/* single post */
.single-post .single-post-cont a {
    font-weight: 700;
    text-decoration: underline;
}
/* end single post */



/* Elementor Footer */
/* Fix Elementor icon footer */
.fix-icon-list-custom.elementor-widget.elementor-align-left .elementor-icon-list-item, .fix-icon-list-custom.elementor-widget.elementor-align-left .elementor-icon-list-item a {
-webkit-box-pack: inherit;
-ms-flex-pack: inherit;
justify-content: inherit;
text-align: inherit;
}
.fix-icon-list-custom .elementor-icon-list-item a .elementor-icon-list-text,
.fix-icon-list-custom .elementor-icon-list-item .elementor-icon-list-text{
display: inline !important;
}  
.fix-icon-list-custom .elementor-icon-list-item a .elementor-icon-list-icon,
.fix-icon-list-custom .elementor-icon-list-item .elementor-icon-list-icon{
display:inline-block;
bottom: -2px;
position:relative;
}
.fix-icon-list-custom .elementor-icon-list-item a, 
.fix-icon-list-custom .elementor-icon-list-item {
display: block !important;
} 
/* End fix Elementor icon footer */

.elementor .footer-copyright-block p a {
color:#999999;
text-decoration: none;
font-weight: 400;
}

.elementor .footer-copyright-block p a:hover {
color:#FFF;
}
/* End Elementor Footer */
/*--- END ELEMENTOR ---*/

/* Cookies */
.seopress-user-consent #seopress-user-consent-accept {
    border-color: #B8A866;
    font-weight:400;
    text-transform: uppercase;
    border-radius: 90px;
}

.seopress-user-consent #seopress-user-consent-accept:hover {
    color: #000;
    background: #E3DEA3;
    border-color: #E3DEA3;
}

.seopress-user-consent #seopress-user-consent-close{
    background: rgba(0,0,0,0);
    border-color: #000;
    font-weight:400;
    text-transform: uppercase;    
    border-radius: 90px;
}

.seopress-user-consent #seopress-user-consent-close:hover{
    color: #000;
    background: #E3DEA3;
    border-color: #E3DEA3;
}
/* End Cookies */

/* --- BACK-TO-TOP --- */
.backtotopout {
width: 40px;
height: 40px;
position:fixed;
right: 10px;
left: auto;
top: auto;
bottom: 10px;
z-index: 999;
display: none;
}
.backtopin {
width: 40px;
height: 40px;
background-color: rgba(0,0,0,.4);
margin: 0 auto;  
text-align: center;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
display: block;
padding-top: 6px;
border-radius: 0px;
-webkit-box-shadow: 0px 6px 20px -6px rgba(0,0,0,0.3);
        box-shadow: 0px 6px 20px -6px rgba(0,0,0,0.3);
} 
.backtopin:hover {
background-color: rgba(0,0,0,.9);	
}
.b-arrow-one {
height: 15px;
width: 15px;
border-left: 2px solid #ccc;
border-top: 2px solid #ccc;
margin-left: auto; 
margin-right: auto; 
margin-top: 10px;
-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
.backtopin:hover .b-arrow-one {
border-left: 2px solid #fff;
border-top: 2px solid #fff;
}
@media screen and (max-width:767px){
.backtopin {display:none;}
}
/* --- END BACK-TO-TOP --- */

/* --- SELECTION --- */
::-moz-selection {
background-color: #000;
color: #fff;
}
::selection {
background-color: #000;
color: #fff;
}
/* --- END SELECTION --- */

/* --- FOCUS --- */
input[type=search]:focus {
outline: none;
}
:focus {
outline: none;
}
a:focus {
outline: none;
}
[type=button]:focus, [type=submit]:focus, button:focus,
body [type=button]:focus, body [type=submit]:focus, body button:focus{
outline: none !important;
outline: 0px auto -webkit-focus-ring-color !important;
}
/* --- END FOCUS --- */

/* --- SCROLL BAR --- */
::-webkit-scrollbar{width:6px;height:12px}
::-webkit-scrollbar-button{width:0;height:0}
::-webkit-scrollbar-thumb{background:#003049;border:0 none #003049;border-radius:0}
::-webkit-scrollbar-thumb:hover{background:#003049}
::-webkit-scrollbar-thumb:active{background:#003049}
::-webkit-scrollbar-track{background:#EDEEFF;border:0 none #EDEEFF;border-radius:0}
::-webkit-scrollbar-track:hover{background:#EDEEFF}
::-webkit-scrollbar-track:active{background:#EDEEFF}
::-webkit-scrollbar-corner{background:transparent}
/* --- END SCROLL BAR --- */