/* Enter Your Custom CSS Here */

.myshadow1 {
  text-shadow: 1px 1px 2px #000000;
}

.one-half,
.one-third {
    position: relative;
    margin-right: 4%;
    float: left;
        margin-bottom: 20px;
 
}
 
.one-half { width: 48%; }
.one-third { width: 30.66%; }
 
.last {
    margin-right: 0 !important;
    clear: right;
}
 
@media only screen and (max-width: 767px) {
    .one-half, .one-third {
        width: 100%;
        margin-right: 0;
    }
}

.cf7-submit-btn{
    color: #fff;
    background-color: #08c;
}
.wpcf7-submit:focus {
    color: #000;
    background: transparent;
    padding: 15px;
    padding-right: 50px;
    transition: none;
}

.cf7-submit-btn:hover, .cf7-submit-btn:focus {
    color: #000;
    background: #08c;
    border-color: #08c;
}

.mylist ul {
    list-style: none;
    margin: 0 0 15px 30px;
  font-size: 24px;
}
.vc_custom_heading a:hover {
    /* opacity: .85; */
    color: #007cc3;
}
.ls-v6 .ls-ct-half, .ls-v6 .ls-ct-center {
    display: none;
}