﻿.c-form select, .inputtext {
    width: 100%;
    height: 35px;
    background-color: #fff;
    -webkit-box-shadow: inset 3px 4px 5px rgba(0,0,0,.03);
    -moz-box-shadow: inset 3px 4px 5px rgba(0,0,0,.03);
    box-shadow: inset 3px 4px 5px rgba(0,0,0,.03);
    border: solid 1px #ddd;
    margin-bottom: 4px;
    padding: 5px 15px;
}


.right-nav li a.active {
    background: #ca4546;
    color: #fff;
}

.right-contact .c-form {
    padding: 0;
}

.c-form input[type=checkbox] {
    height: 15px;
    width: 15px;
}


.validation-summary-errors {
    font-weight: bold !important;
    color: #ca4546 !important;
    border: 1px solid #ca4546 !important;
    background-color: #ffeeee !important;
    padding: 5px;
    margin-bottom: 20px;
}

.validation-summary-valid {
    display: none;
}

.c-form textarea {
    width: 100%;
}

.c-form input {
    width: 100%;
}

.blog-single p {
    color: unset;
}



.c-form input, .inputtext, .c-form input.intlTelInput {
    background-color: #fff;
    -webkit-box-shadow: inset 3px 4px 5px rgba(0,0,0,.03);
    -moz-box-shadow: inset 3px 4px 5px rgba(0,0,0,.03);
    box-shadow: inset 3px 4px 5px rgba(0,0,0,.03);
    border: solid 1px #ddd;
    margin-bottom: 4px !important;
    padding: 5px 15px;
}

.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
}

.success-message {
    font-weight: bold !important;
    color: #4cae4c !important;
    border: 1px solid #4cae4c !important;
    background-color: #deffde !important;
    padding: 5px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
