/*
Theme Name: Law Firm Child
Description: Child theme for Law Firm. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Read More</a>
Author: Themeheap
Author URI: http://themeforest.net/user/themeheap
Template: law-firm
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
.contact-detail .icon{
    line-height: 59px !important;
    height: 131px !important;
}
.contact-detail .contact-dscrp {
    background: #fff;
    padding: 49px 20px 22px !important;
    overflow: hidden;
}

.contact-detail .col-xs-12.col-sm-4.infoboxe-data:nth-child(3) .contact-dscrp {
    padding: 27px 20px 22px !important;
}


.services-col.approch i {
     -webkit-transition: none !important;
     transition: none !important;
}


.story-sec .txt-holder .title, .about-sec .txt-holder .title, .recipe-sec .txt-holder .title {
    font-family: '"Open Sans", "Arial", "Helvetica", sans-serif ' !important;

}


.story-sec .txt-holder p {
    margin: 12px 0 25px !important;
}

section#servicee .row:nth-child(2) {
    border-bottom: 2px solid;
    margin-bottom: 2%;
}

.logo {
    float: left;
    width: 274px !important;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
}

.logo img {
    margin-top: 3%;
    width: 117%;
    height: 53px;
}
@media screen and (min-width: 768px){

    .shero_f {
        float: right;
    }
}

@media screen and (max-width: 767px){

    #footer .copyrights p {

        display: block;
        margin-left: 35%;
    }
    p.shero_f {
        display: block;
        margin-left: 42%;
    }
}

td#today {
    color: #870002;
}

.trust-col .gallery-quotes {
    margin-top: 16%;
}

input.wpcf7-form-control.wpcf7-submit {
    margin-top: 15px;
    background: #424040;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: #0c0c0c
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"]
{    
    border: 1px solid #DADADA;
    color: #2d2d2d;
    height: 30px;
    margin-bottom: 6px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    width: 500px;
    max-width: 100%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}

.wpcf7 textarea {
    border: 1px solid #DADADA;
    color: #2d2d2d;
    height: 100px;
    margin-bottom: 6px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    width: 500px;
    max-width: 100%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}


@media screen and (max-width: 480px){
    #footer .copyrights p {
        display: block;
        margin-left: 17% !important;
    }
    p.shero_f {
        display: block;
        margin-left: 34%;
    }

}