/*
Theme Name: Pylon child
Tags:  custom-menu, editor-style, featured-images
Template: pylon
Text Domain: pylon
Version: 1.0.0
*/


@import '../pylon/style.css';



/*---------------------------------
      write your css from here
------------------------------------*/
span.blog_comment>span {
	display:hidden !important;
}
.blog-card-bottom span  {
	display:hidden !important;
}

/************ Location page design css*****************/
body #locatoraid-search-form-search .hc-field,
body #locatoraid-search-radius-select-container select{min-height:55px; height:55px}
body #locatoraid-map-list-container .hc-col .hclc_list_class .lpr-location{
    background-color: #F4F4F4;
    padding: 10px 15px 10px 15px;
    border-style: none;
    border-radius: 8px 8px 8px 8px;
	border-width:0
}
body #locatoraid-map-list-container .hc-col .hclc_list_class .hc-outlined{    outline-style: none;}
body #locatoraid-map-list-container .hc-col .hclc_list_class .hc-outlined .lpr-location{
	background-color: var(--e-global-color-primary);
}

body #locatoraid-map-list-container .hc-col .hclc_list_class .lpr-location .lpr-location-name{
	color: #555C63;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
}
body #locatoraid-map-list-container .hc-col .hclc_list_class .lpr-location  .lpr-location-address{
	    color: #8A2432;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
font-size:12px;
	font-style: normal;
}
body #locatoraid-map-list-container .hc-col .hclc_list_class .hc-outlined .lpr-location .lpr-location-name,
body #locatoraid-map-list-container .hc-col .hclc_list_class .hc-outlined .lpr-location .lpr-location-address{color:#fff}

body #locatoraid-map-list-container .hc-col .hclc_list_class .lpr-location  .lpr-location-address br,
body #locatoraid-map-list-container .hc-col .hclc_list_class .lpr-location .lpr-location-website{
	display:none;
}

body #locatoraid-map-list-container .hclc_map_class .gm-style .gm-style-iw-c{width:240px;}
body #locatoraid-map-list-container .hclc_map_class .gm-style-iw-d .lpr-location-inmap{background-color:#fff;    padding: 0;}
body #locatoraid-map-list-container .hclc_map_class .gm-style-iw-d .lpr-location-inmap .lpr-location-name{font-family: "Oswald", Sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: var(--e-global-color-primary);
    margin-top: 0;}
body #locatoraid-map-list-container .hclc_map_class .gm-style-iw-d .lpr-location-inmap  .lpr-location-address{
	    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    color: #54595F;
font-size:13px;
	font-style: normal;
	margin-top: 10px;
}
body #locatoraid-map-list-container .hclc_map_class .gm-style-iw-d .lpr-location-inmap .lpr-location-website{
	margin-top: 25px;
	    margin-bottom: 25px;
}
body #locatoraid-map-list-container .hclc_map_class .gm-style-iw-d .lpr-location-inmap .lpr-location-website a{
	
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    text-decoration: underline;
    text-align: left;
    color: var(--e-global-color-primary);
    padding: 0px 0px 0px 0px;
    border-style: none;
	outline:none;
}
body #locatoraid-map-list-container .hclc_map_class .gm-style-iw-d .lpr-location-inmap .lpr-location-website a:hover,
body #locatoraid-map-list-container .hclc_map_class .gm-style-iw-d .lpr-location-inmap .lpr-location-website a:focus{outline:none}
@media (min-width: 48em) {
body .hc-lg-flex-auto-grid {align-items:flex-start}
}