/*
 Theme Name:     Lobo Child
 Description:    A basic child theme for the Lobo Agency theme.
 Template:       lobo
 Version:        1.0
*/

@import url("../lobo/style.css");

/* --------------------------------------
-----   Theme customization starts here   -----
------------------------------------------*/
.list-module ul li img {
    width: 180%;
    max-width: 200%;
    height: 200%;
}
.contact-form form input, .contact-form form select, .contact-form form textarea {
    display: block;
    font-family: inherit;
    font-size: 15px;
    /* line-height: 37px; */
    padding: 19px 13px 5px;
    color: #333;
    background: transparent;
    outline: none;
    /* border-top: 0px; */
    border: 0px;
    border-bottom: 1px solid grey;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
span.customSelect {
    font-size: 21px;
    color: #d4d4d4;
    font-weight: 700 !important;
    background: transparent url(img/select-icon.png) right center no-repeat;
    height: 40px;
    line-height: 21px;
    padding: 20px 0px;
    width: 145px;
}
.separator h3 {
    font-weight: 100;
    padding: 40px 20px 0;
    text-transform: none;
    vertical-align: middle;
    display: inline-block;
    /* text-decoration: underline; */
    font-style: italic;
}
.separator h3:after {
    content: "";
    position: relative;
    margin-top: -5px;
    height: 2px;
    pointer-events: none;
    opacity: 0;
    width: auto;
    display: block;
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    transition: -webkit-transform .1s cubic-bezier(0.55,.085,.68,.53),opacity .1s cubic-bezier(0.55,.085,.68,.53);
    transition: transform .1s cubic-bezier(0.55,.085,.68,.53),opacity .1s cubic-bezier(0.55,.085,.68,.53);
}