
.logo-wrap {
background: #ab0001;
padding: 0;
}
.header-image {
width: 100%;
}
.header-wrap {
border-top: none;
}
.main-nav {
background: rgb(59, 59, 59);
}
.main-nav li a {
color: #fff;
}
.main-nav li a:hover {
color: #AB0001;
}
.main-nav ul li a {
border-bottom: none;
}
.main-nav ul .current-menu-item>a {
color: #fff;
}
.menu-main-menu-container {
margin-left: 10px;
}
.slide-caption {
position: absolute;
max-width: 95%;
top: auto;
bottom: 0px;
left: 2.5%;
}
.content .slide-title {
font-size: 1.5rem;
}
.slide-title {
font-size: 1rem;
}
.cp-large .meta {
border-bottom: 2px solid red;
}
.cp-small-title {
font-size: 1rem;
}
/*.cp-list-item {
border-left: 10px solid rgb(171, 0, 1);
} */
/* Contact form */
.your_name {
width: 48%;
float: left;
}
.your_name input {
width: 100%;
}
.your_email {
width: 48%;
float: left;
margin-left: 4%;
}
.your_email input {
width: 100%;
}
center.ss-title input {
    width: 100%;
}
.btn_send input {
width: 100%;
background: dimgrey;
color: white;
border-left: none!important;
}
textarea, input, input:focus, textarea:focus {
    border: none;
    border-left: 10px solid silver;
    border-bottom: 1px solid silver;
    outline: none;
}
input:focus {
	border-left: 10px solid #E71718;
}
textarea:focus {
	border-left: 10px solid #E71718;
}
input[type="file"],  input[type="file"]:focus {
background: white;
color: #8F8F8F;
border: 1px solid #E71718;
margin: 1px;
}
div.wpcf7 img.ajax-loader {
width: 22px;
}
input[type="text"]:hover,input[type="email"]:hover,textarea:hover {
    border: none
}

.cform input.backbutton, .cform input.resetbutton, .cform input.sendbutton {
color: red;
}

/* Mobile devices */
@media screen and (max-width: 767px) {
.cp-list-item {
border-left: none;
}
}

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

    .cform {
        width:100%;
    }
    .cform label {
            color: #555;
            display: block;
            margin: 0;
            text-align: center;
            vertical-align: top;
            width: 100%;
    }
    .cform input, .cform input[type="text"] {
            width:90%;
            text-align: center;
    }
    .cform textarea {
            width:90%;
    }
    #cforms_captcha6, #cforms_captcha5, #cforms_captcha4, #cforms_captcha3, #cforms_captcha2, #cforms_captcha {
            height: 2em;
            width: 40%;
            padding: 0;
            margin: 0 auto;
            text-align: center;
            display: inline-block
    }
    img.captcha {
            vertical-align: text-bottom;
            margin: .5em !important;
            display: inline-block;
    }
    .captcha-reset {
            vertical-align: top;
            color: #777;
            margin: auto;
            display: inline-block;
            width: 21px;
            height: 21px;
            border: none;
    }
    .cform input.backbutton, .cform input.resetbutton, .cform input.sendbutton {
            padding: 10px 20%;
            margin: 0 auto;
            display: block;
            font-size: 2em;
            cursor: pointer;
            width: auto;
    }
    .cform input.cf_upload {
            width: 90%;
            background: #f9f9f9;
            border: 2px solid #888;
    }
  }
