/* 
Theme Name: Erkend
Theme URI: NA
Description: A child theme of Hello Elementor theme for Erkend website
Author: Foridul
Author URI: N/A
Template: hello-elementor
Version: 1.0.1
Text Domain: erkend
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
*/
@import url('assets/css/main.css');

body.single-post #content .page-header,
#comments.comments-area{
    display: none!important;
}


.header-sticky.fixed-hdr{
	top: 0;
	opacity: 1;
	visibility: visible;
	transition: all 0.51s ease-out;
	-ms-transition: all 0.51s ease-out;
	-webkit-transition: all 0.51s ease-out;
	-o-transition: all 0.51s ease-out;
}
.header-sticky {
    position: fixed;
    visibility: hidden;
    left: 0;
    right: 0;
    top: -76px;
    transition: all 0.2s;
    -ms-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    z-index: 99999;
    opacity: 0;
    background:#fff;
}

.custom-filter input {
    height: 56px;
    margin: 10px 0 18px;
    padding: 13px 20px 13px 45px;
    border-radius: 4px;
    background: #f7f7f7;
    font-size: 16px;
    color: #505559;
}
.custom-filter button{
    font-family: "Nunito Sans", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 2.1em;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    padding: 3.5px 25px 3.5px 25px;
    background: #dd6014;
    transition: all 0.4s;
    outline: 0;
}
.custom-filter button:hover{
    background: #cd5003;
}
.dataTables_wrapper .dataTables_filter{
    display: none!important;
}
.hideResult .dataTables_wrapper table.dataTable,
.hideResult .dataTables_wrapper .dataTables_info,
.hideResult .dataTables_wrapper .dataTables_paginate{
    display: none!important;
}

.showResult .dataTables_wrapper table.dataTable,
.showResult .dataTables_wrapper .dataTables_info,
.showResult .dataTables_wrapper .dataTables_paginate{
    display: initial;
}

.custom-filter:before {
    background: url('assets/images/location-icon.png') no-repeat;
    color: #9fa5a9;
    content: '';
    height: 22px;
    width: 22px;
    position: absolute;
    top: 27px;
    left: 15px;
    z-index: 9;
}

.wpgmza-infowindow{
    width: 300px;
    padding: 15px 15px 10px 10px;
}
.wpgmza-infowindow .wpgmza_infowindow_title {
    font-family: "Nunito Sans", Sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #006495;
    margin-bottom: 10px;
}
.wpgmza-infowindow .wpgmza_infowindow_address,
.wpgmza-infowindow .wpgmza_infowindow_description,
.wpgmza-infowindow .wpgmza_infowindow_description p,
.wpgmza-infowindow .wpgmza_infowindow_link{
    font-size: 15px;
    font-family: "Nunito Sans", Sans-serif;
    margin-bottom: 10px;
}
.wpgmza_infowindow_description *,
.wpgmza_table_description *,
.wpgmza_table_category,
.wpgmza_table_address{
    font-family: "Nunito Sans", Sans-serif!important;
    font-size: 15px!important;
    color: #505559!important;
    font-weight: normal!important;
}
.wpgmza_infowindow_description a{
    color: #dd6012!important;
}
.wpgmza_infowindow_description a:hover{
    text-decoration: underline;
}
.wpgmza_infowindow_description h4 {
    margin-top: 0;
}
.wpgmza_table_description h4 {
    margin-bottom: 0!important;
    margin-top: 0;
    padding-top: 5px;
}
.wpgmza_table_description h5,
.wpgmza_table_description h4 ~ *{
    display: none!important;
}
.wpgmza-infowindow .wpgmza_infowindow_address{
    font-family: "Nunito Sans", Sans-serif!important;
    font-size: 15px!important;
    color: #505559!important;
    font-weight: normal!important; 
    display: none;
}
.wpgmza-infowindow .wpgmza_infowindow_categories{
    //display: none;
}
button.gm-ui-hover-effect{
    top: 0!important;
    right: 0!important;
}

@media(max-width: 575px){
    .gm-style-iw.gm-style-iw-c{
        max-width: 300px!important;
    }
    .wpgmza-infowindow {
        width: 265px;
        padding: 15px 10px 10px 5px;
    }
}



