/* 
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
*/

.post li{
    margin-bottom:5px;
}

.elementor-location-single .elementor a{
	text-decoration:underline !important;
} 

.addmargin1{
    margin-bottom:58px;
}
.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading h3.elementor-heading-title,
.elementor-widget-heading h4.elementor-heading-title,
.elementor-widget-heading h5.elementor-heading-title,
.elementor-widget-heading h6.elementor-heading-title,
.page-content p,
.page-content .elementor-widget-text-editor{
    font-family: "Playfair Display", sans-serif;
}

.customBreadcrumb a:after{
    content:'\f054';
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    top:0;
    right:-12px;
    background-color:#fff;
    font-size:.7rem;
}

.style-tile h3{
	padding:0 10px;
}

.style-tile h3 a{
    text-align: center;
    font-weight:1.3rem;
	color:#000 !important;
}
.style-tile.heading-above h3 a{
	color:#fff !important;
	text-shadow: 1px 1px 1px #00000040;
}
.style-tile article{
    position: relative;
}
.style-tile.heading-above .elementor-post__text{
    position: absolute;
    bottom:20px;
    left:0px;
}
.style-tile .elementor-post__thumbnail:after{
    content:"";
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    display:inline-block;
    background: linear-gradient(180deg, rgba(0,0,0,0) 31%, rgba(0,0,0,0.5) 100%) !important;
}

.sideAds{
    display:none;
}
@media (min-width:1571px){
    .sideAds{
        display:block;
    }
}
.sideAds #skin_left{
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 100;
    max-width: calc(50vw - 640px);
}
.sideAds #skin_right{
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 100;
    max-width: calc(50vw - 640px);
}
.sideAds #skin_left img,
.sideAds #skin_right img{
    max-height: 1500px;
}

.categoryLink{
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: rgb(51, 51, 51);
    display: block;
    text-align:  center;
}
