/*
*  STYLE FOR CONTACT
*
*
*  [Table of contents]
*
*  [&. Content / #key]
*  [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
*
*  Summary:
*
*
*  1. Contact 01
*
*
*/


/*----------  1. Contact 01  ----------*/
    .slz-contact-01 {
        text-align: center;
        padding: 0;
    }
    
    .slz-contact-01 .contact-title {
        font-size: 16px;
        font-weight: 700;
    }
    
    .slz-contact-01 .contact-title .slz-icon + .text{
        padding-left: 10px;
    }
    
    .slz-contact-01 .contact-title .text {
        display: inline-block;
        font-family: 'Libre Baskerville', serif;
        font-size: 24px;
        font-style: italic;
        font-weight: 400;
        color: #323337;
    }
    
    .slz-contact-01 .contact-content {
        padding-top: 15px;
        font-weight: 400;
    }
    
    .slz-contact-01 .contact-content .slz-icon {
        padding-right: 5px;
        font-weight: 400;
        color: #323337;
    }
    
    .slz-contact-01 .contact-content .text {
        display: inline-block;
        color: #9da0a3;
    }
    
    .slz-contact-01 .contact-content .blur {
        margin-top: 10px;
        font-size: 14px;
        font-weight: 400;
        opacity: 0.7;
    }

    .slz-contact-01 .slz-btn {
        border: none;
        display: inline-block;
        margin-top: 25px;
        font-size: 12px;
        font-weight: 500;
        padding: 0;
    }

    .slz-contact-01 .slz-btn:after {
        content: "\f3d6";
        font-family: "Ionicons";
        display: inline-block;
        font-size: 30px;
        margin-left: 10px;
        vertical-align: middle;
    }

    .slz-contact-01 .slz-btn:hover {
        color: #333;
        background-color: transparent;
    }

    .slz-contact-01 .slz-btn span {
        position: relative;
    }

    .slz-contact-01 .slz-btn span:after {
        content: "";
        position: absolute;
        left: -1px;
        bottom: 4px;
        z-index: -1;
        height: 0;
        width: 100%;
        background-color: #c6dfdf;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .slz-contact-01 .slz-btn span:hover:after {
        height: 5px;
    }

    .slz-contact-01 .contact-content .slz-icon {
        display: inline-block;
        vertical-align: top;
    }

    .slz-contact-01 .contact-content .slz-icon + .text {
        padding-left: 5px;
    }

