/**
 * 4.0 - Forms
 */

input {
    line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
.button,
.entry-summary button,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus,
#stats-section .view-more .more-link,
#app-section .entry-summary .more-link,
.posts-navigation a,
#content #infinite-handle span button {
    font-size: 15px;
    font-size: 0.9375rem;
    background-color: transparent;
    border: none;
    @include border(35px);
    display: inline-block;
    font-weight: 600;
    padding: 13px 28px;
    text-align: center;
    text-transform: uppercase;
}

.button,
.entry-summary button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#stats-section .view-more .more-link,
#app-section .entry-summary .more-link
.posts-navigation a,
#content #infinite-handle span button {

    &:hover,
    &:focus {
        -webkit-box-shadow: 0px 15px 30px -17px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 15px 30px -17px rgba(0,0,0,0.75);
        box-shadow: 0px 15px 30px -17px rgba(0,0,0,0.75);
        transform: translateY(-5px);
        -o-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }
 }

.entry-content .button,
.entry-summary .button {
    box-shadow: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
    border: 1px solid;
    margin-top: 7px;
    max-width: -moz-available;
    max-width: -webkit-fill-available;
    border-radius: 7px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]:-webkit-search-cancel-button,
input[type="search"]:-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 0.5em;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    outline: 0;
}

.post-password-form {
    margin-bottom: 1.75em;
}

.post-password-form label {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 1.75em;
    text-transform: uppercase;
}

.post-password-form input[type="password"] {
    margin-top: 0.4375em;
}

.post-password-form > :last-child {
    margin-bottom: 0;
}

.search-form,
.woocommerce-product-search {
    clear: both;
    position: relative;
}

input[type="search"].search-field {
    border-radius: 0;
    -webkit-appearance: none;
    margin: 0;
    padding: 12px 63px 12px 14px;
    width: 100%;
}

.search-submit {
    background-image: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 49px;
}

.search-submit:hover,
.search-submit:focus {
    background-image: none;
    background-color: transparent;
}

select {
    border: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 7px 10px;
}

.more-link,
#testimonial-content-section .owl-prev,
#testimonial-content-section .owl-next,
#team-content-section .button {
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    background-color: transparent;
    border: none;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
}

.more-link,
#team-content-section .button {

    &:hover,
    &:focus {
        background-color: transparent;
        border: none;
        text-transform: capitalize;
        padding: 0;
        color: #fa7268;
        box-shadow: none;
        transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
    }
 }

#testimonial-content-section .owl-prev,
#testimonial-content-section .owl-next{

    &:hover,
    &:focus {
        background-color: transparent;
        border: none;
        text-transform: capitalize;
        color: #fa7268;
        box-shadow: none;
        transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
    }
 }

.more-link i {
    margin-left: 10px;
}

.header-media .more-link,
.header-media .more-link:hover,
.header-media .more-link:focus {
    padding: 14px 28px;
}

.entry-content .more-link:after,
.entry-summary .more-link:after,
#team-content-section .view-more .button:after,
#portfolio-content-section .view-more .button:after {
    content: "\2192";
    font-size: 23px;
    font-size: 1.4375rem;
    height: 0;
    line-height: 1;
    padding-left: 7px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    transition: 0.5s ease;
}

.button {
    line-height: 1.56;
}

#content #infinite-handle span.ctis-load-more button {
    width: auto;
}

.team-view-more-arrow-right:before,
#feature-slider-section .more-link:after,
#promotion-section .entry-content .more-link:after {
    display: none;
}


#contact-section {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="week"],
    input[type="month"],
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="number"],
    textarea {
        margin-bottom: 21px;
    }
}

input::placeholder,
input::-moz-placeholder,
textarea::placeholder,
textarea::-moz-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}
