/**
* Theme Name: Enginir Child
* Description: This is a child theme of Enginir, generated by Merlin WP.
* Author: <a href="https://creativesplanet.com/">Creative's Planet</a>
* Template: enginir
* Version: 1.0
*/
 .txt-contact-footer a:hover{
	color: #0fb0ee !important;
}
.cspt-main-form.cspt-style-4 .input-group textarea{
	height: 150px !important;
}
#masthead .cspt-header-menu-area-wrapper .cspt-header-menu-area-inner{
	justify-content: center !important;
}
.contact-map .wpb_gmaps_widget.wpb_content_element{
    margin-bottom: 0px;
}
.contact-footer .icon-contact{
	position: relative;
	font-style: inherit;
}
.txt-contact-footer{
	    position: relative;
    padding: 0 0 0 32px!important;
    margin-bottom: 15px;
    font-size: 16px;
    display: block;
}
.contact-footer .icon-contact:before {
    display: inline-block;
    font-family: "creativesplanet-base-icons";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    left: 5px;
    color: #0fb0ee;
    font-size: 18px;
    top: 0;
}
.contact-footer .map-footer:before{
    content: "\e821";
    font-size: 22px;
}


.contact-footer .email-footer:before{
	content: "\e822";
}

.contact-footer .phone-footer:before{
    content: "\e82a";
}
#service-post-page .cspt-service-title a{
    pointer-events: none;
}
#service-post-page .cspt-service-btn{
    display: none;
}
.social-fixed{
    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 99;
}
.social-fixed ul li {
    display: block;
    width: 50px !important;
    height: 50px;
    background-size: 100% !important;
    margin: 5px 0;
    background: url('images/icon-whatsapp.png') no-repeat;
}

.social-fixed ul li a {
    text-indent: -9999px;
    display: block;
    height: 50px;
}

