/*
	Theme Name: ELIXIR Jellythemes
	Theme URI: http://www.jellythemes.com/themes/elixirwp
	Author: Jellythemes
	Author URI: http://www.jellythemes.com.com
	Description: ELIXIR wordpress theme for restaurants;
	Text Domain: jellythemes
    Version: 2.1
    License: GNU General Public License v2.0
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: one-column, flexible-width, light, theme-options
*/
/*------------------------------------------------------------------
[Secondary Stylesheet]

Project:    ELIXIR, WordPress Theme
Version:    2.1
Last change:    01/09/2017
Primary use:    WordPress Theme for Restaurants
-------------------------------------------------------------------*/
/*------------------------------------------------------t------------
[Table of contents]

1. Fixes
2. Differents Header
3. Posts elements
4. Blog
5. Sidebars
6. Comments
7. Submenus
8. Theme overwrite
9. Responsive

-------------------------------------------------------------------*/
/* FIXES */
*,
html {
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */
/* END FIXES */

a img,
:link img,
:visited img {
    border: 0;
}

/* =WordPress Core
-------------------------------------------------------------- */
#mbYTP_home-slider {
    margin-top: 0px !important;
}

.admin-bar #header.overflow.fixed {
    top: 32px;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.bypostauthor {}

.gallery-caption {}

.sticky {}

.clients-list img {
    height: auto;
}

.team-wrapper {
    margin-top: 0px !important;
}

.floated-content,
.section .full-width .jt_col.floated-content {
    padding-left: 280px;
    text-align: right;
    width: auto;
}

.overlay-photo {
    margin-bottom: -210px;
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

.pag-more {
    background-position: center top;
}

.pag-more.disable {
    background-position: center bottom;
    cursor: default;
}

.project-info {
    z-index: 999;
}

#clients .separator {
    margin-top: 0px;
}

#process .carousel-wrapper.with_buttons .owl-controls .owl-buttons div {
    margin-top: -350px;
}

.clients-list img:hover {
    opacity: 0.5
}

img.separator {
    text-align: center;
    max-width: 100%;
    height: auto;
    margin: 50px auto 0px auto;
    display: block;
}

/* BLOG */
.container.blog {
    padding-top: 130px;
}

.post .tags {
    clear: both;
}

.title.grid-full {
    margin-bottom: 50px;
}

.post .tags a {
    -webkit-border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    padding: 3px 6px;
    margin: 0 3px 3px 0;
    line-height: 36px;
    white-space: nowrap;
    font-size: 12px;
}

.pagination {
    text-transform: uppercase;
    font-size: 13px;
    margin: 20px auto;
}

.post .tags a:hover {
    border-color: #999;
    color: #999;
}

.widget_recent_entries li {
    padding-bottom: 8px;
}

.widget_recent_entries span {
    display: block;
    font-size: 12px;
}

.sidebar {
    color: #777;
    font-size: 13px;
}

.sidebar ul,
.sidebar ol {
    padding-left: 0px;
    list-style: none;
}

.post {
    position: relative;
    text-align: left;
    margin-top: 30px;
    padding: 0px 0px 30px 70px;
    border-bottom: 1px solid #e9e9e9;
}

.post.sticky {
    background: #fafafa;
    padding: 20px;
}

.post-media {
    position: relative;
}

.post-media img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.post .date {
    position: absolute;
    text-align: center;
    width: 40px;
    padding-bottom: 10px;
    top: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 1.6em;
    letter-spacing: 0.2em;
    line-height: 0.8em;
    border-bottom: 1px solid #666666;
    color: #666666;
    font-style: italic;
}

.post .date small {
    font-size: 0.5833333333333333em;
}

.post.sticky .date {
    position: relative;
    border: 0px;
    margin-bottom: 10px;
    display: block;
    float: right;
}

.post-title h2 {
    text-transform: none;
    letter-spacing: normal;
    font-size: 30px;
    margin-top: 0px;
    line-height: 55px;
    font-family: "Merriweather";
    font-weight: 400;
    color: #444444;
}

.post-body {
    margin-bottom: 30px;
    font-size: 16px;
    color: #444444;
    line-height: 30px;
    font-weight: 300;
}

.post-body img {
    max-width: 100%;
    height: auto;
}

.post-body ul,
.post-body ol {
    margin-left: 10px;
}

.post-meta {
    margin-bottom: 30px;
}

.post.quote .post-title h2,
.post.link .post-title h2 {
    font-size: 1em !important;
    text-transform: uppercase;
    letter-spacing: 0.20em;
    padding: 0;
}

.post-title a {
    text-decoration: none;
    color: #060606 !important;
}

.post-meta h6,
.post-meta a {
    text-decoration: none;
    font-size: 13px;
    text-transform: lowercase;
}

.post-meta h6 {
    color: #777;
}

.post-meta a:hover {
    text-decoration: none;
}

.post-meta a.more {
    float: right;
    text-transform: uppercase;
}

/* Sidebar styles */
.sidebar a {
    text-decoration: none;
}

.sidebar a:hover {
    text-decoration: none;
}

.widget {
    text-align: left;
    margin-top: 30px;
}

.widget h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: "Cabin";
    font-weight: bold;
    color: #444444;
}

.screen-reader-text {
    display: none;
}

#searchform #s {
    border: none;
    float: left;
    outline: none;
    padding: 0px 0px 0px 10px;
    width: 100%;
    height: 40px;
    background: #fff;
    color: #aaaaaa;
    border: 2px solid #e9e9e9;
    border-radius: 3px;
}

#searchform #searchsubmit {
    display: none;
}


.textwidget {
    line-height: 1.6em;
}

.sidebar .menu {
    float: none;
    margin-right: 0px;
}

.sidebar ul li {
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #e9e9e9;
    /*background: url('images/list.png') no-repeat left 6px;*/
    padding-left: 10px;
}

.sidebar img {
    max-width: 100%;
    height: auto;
}

#calendar_wrap table {
    width: 100%;
}

#calendar_wrap caption {
    background: #e9e9e9;
    padding: 5px 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sidebar select {
    width: 100%;
}

.sidebar ul li a,
.cat-item a,
.recentcomments a {
    font-weight: 400;
}

.tagcloud a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 0.8em;
    text-transform: uppercase;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.widget-archive a,
.widget-recent-entries a {
    color: #060606 !important;
    font-weight: 400;
    font-size: 0.8666666666667em;
    display: block;
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}

/* Comments */

#comments {
    text-align: left;
    padding-top: 50px;
}

#comments-title {
    font-size: 0.77em;
    margin: 2.33em 0;
    text-transform: uppercase;
}

.says {
    display: none;
}

.commentlist .comment {
    list-style: none;
    padding-bottom: 50px;
}

.comment-body {
    position: relative;
    margin-left: 70px;
    border-top: 1px solid #e9e9e9;
    padding-top: 30px;
}

.comment-author {
    position: absolute;
    top: 30px;
    left: -70px;
}

.comment-author img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: none;
    height: auto;
    width: auto;
    margin: 0px;
}

.comment .reply {
    text-align: right
}

.comment-reply-link {
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    display: inline-block;
    color: #fff !important;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
    padding: 3px 30px;
    border-radius: 3px;
    background: #f4405b;
    border: none;
    float: right;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.comment-reply-link:hover {
    color: #4cddf3;
    background: #777 !important;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.comment .children {
    margin-left: 70px;
    margin-top: 100px;
}

.fn {
    display: block;
    margin-bottom: 10px;
}

.comment-meta,
.comment-meta a {
    color: #a4a4a3 !important;
    margin-bottom: 15px;
}

#respond {
    margin-left: 70px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#respond {}

#reply-title {
    border-bottom: 2px solid #e9e9e9;
    padding-bottom: 30px;
    margin-bottom: 5px;
}

.comment-reply-form {
    border-top: 1px solid #e9e9e9;
}

.comment-notes {
    margin-top: 10px;
    color: #a4a4a3;
}

#respond label,
.control-group .controls {
    display: inline-block;
}

#respond label,
.form-allowed-tags {
    display: block;
    font-size: 13px;
    color: #a8a8a8;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
}

.form-allowed-tags {
    font-size: 11px;
}

#respond input[type=text] {
    width: 97% !important;
    border: 2px solid #e9e9e9;
    outline: none;
    padding: 11px;
    font-weight: 300;
    font-size: 13px;
    color: #a8a8a8;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
    background: #fff;

}

#respond textarea {
    width: 97% !important;
    border: 2px solid #e9e9e9;
    outline: none;
    padding: 11px;
    font-weight: 300;
    font-size: 13px;
    color: #a8a8a8;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
    background: #fff;
    height: 120px;
}

.form-submit {
    text-align: right;
    margin: 1em 0px;
}

.blog p {
    margin: 1em 0;
}

#respond input[type=submit] {
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
    padding: 3px 30px;
    border-radius: 3px;
    border: none;
    background: #f4405b;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#respond input[type=submit]:hover {
    color: #4cddf3;
    background: #777 !important;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

/* THEME Overwrites*/
input.text {
    max-height: 40px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    line-height: auto;
    height: 40px;
}

#home-slider {
    position: relative;
    overflow: hidden;
    min-height: 600px !important;
}

#owl-main .owl-item {
    overflow: visible;
    min-height: 600px !important;
}

#home-slider #owl-main .item,
#home-slider #owl-main img {
    min-height: 600px !important;
    left: 0px !important;
    top: 0px !important;
}

#header .navbar-toggle {
    color: #fff;
}

.page-template-multipage {
    padding-top: 90px;
}

#mask {
    top: 0px;
    left: 0px;
}

section.menu .title.first {
    margin-top: 40px;
}

img {
    height: auto;
}

.logointro {
    width: auto;
    height: auto;
    text-align: center;
    background: none;
}

section.menu {
    background-repeat: repeat-y;
    min-height: auto;
}

section.menu .container {
    background-color: #fff;
    padding-bottom: 50px;
}

section.menu .container .row:first-child {
    padding-bottom: 0;
}

section.menu .container .row:nth-child(2) {
    margin-top: 0;
}

section.menu .container .row:nth-child(3) {
    clear: both;
    margin-top: 40px;
}

section.menu .container .row:nth-child(4) {
    padding-bottom: 40px;
}

section.menu ul li {
    position: relative;
}

section.menu span {
    float: none;
    position: absolute;
    top: -5px;
    right: 0;
}

.single-section section.menu {
    background: none;
}

.menu-logo {
    margin-top: 0px;
}

a.button.menu,
.button.menu {
    margin-bottom: 53px;
}

section.reservations h4 {
    max-width: 570px;
    margin: 0px auto;
    height: 20px;
    line-height: 15px !important;
}

.section .jt_row.nomargins {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.carousel-wrap .owl-theme .owl-controls .owl-buttons .owl-prev {
    width: 79px;
    height: 79px;
    background: url(images/arrow-left.png) no-repeat center center;
    font-size: 0;
    float: left;
    margin-left: 15px;
    position: relative;
    opacity: 0.3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9999;
    background-color: rgba(255, 255, 255, .01);
}

.carousel-wrap .owl-theme .owl-controls .owl-buttons .owl-next {
    width: 79px;
    height: 79px;
    background: url(images/arrow-right.png) no-repeat center center;
    font-size: 0;
    float: right;
    margin-right: 18px;
    position: relative;
    opacity: 0.3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9999;
    background-color: rgba(255, 255, 255, .01);
}

.carousel-wrap .owl-pagination {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0px;
    z-index: 9999;
}

.carousel-wrap .owl-controls .owl-page span {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: transparent;
    margin: 31px 6px;
    border: 2px solid #C8C7C6;
}

.carousel-wrap .owl-controls .owl-page.active span,
.carousel-wrap .owl-controls.clickable .owl-page:hover span {
    background: #C8C7C6;
    border-color: #C8C7C6;
}

.carousel-wrap .owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.carousel-wrap .owl-theme .owl-controls .owl-buttons .owl-next:hover {
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.carousel-wrap .owl-buttons {
    height: 43px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 130px;
    margin: auto;
    z-index: 9999;
}

.testimonials_img,
.reservations_logo {
    content: none;
    background: none;
}

.section.location {
    padding-top: 0px;
}

.section.location .wpb_content_element.wpb_raw_html {
    margin-bottom: -5px;
}

.section.location iframe {
    width: 100%;
}

section.testimonials h2 {
    position: relative;
}

section.testimonials h2:after {
    left: 0px;
}

.single-section #header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1001;
    width: 100%;
    height: 90px;
    background-color: #fff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    padding-top: 20px;
}

.single-section #header .menu-item a {
    color: #818181;
}

.single-section #header.overflow {
    top: -100px;
    left: 0px;
    background-color: #fff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-font-smoothing: antialiased;
}

.admin-bar.single-section #header.fixed {
    top: 32px;
}

.single-section section.menu {
    padding-top: 0px;
}

section.timetable .opening-hours {
    position: relative;
}

.gallery-section nav.primary {
    display: none;
}

section.contact {
    padding-top: 20px;
}

section.contact .section-subtitle {
    margin-bottom: 20px;
}

/*SUBMENU*/
.navbar-nav>li {
    position: relative;
}

.navbar-nav>li>.sub-menu {
    background: #000;
    background: rgba(0, 0, 0, 0.2);
    display: none;
    position: absolute;
    left: 0px;
    top: 100%;
    list-style: none;
    width: 150%;
    padding: 10px;
}

#header.overflow .navbar-nav>li>.sub-menu {
    background: #fff;
}

.darker #header.overflow .navbar-nav>li>.sub-menu {
    background: #343434 !important;
}

.navbar-nav>li>.sub-menu .sub-menu {
    padding-left: 10px;
    list-style: none;
}

.navbar-nav>li>.sub-menu li {
    margin: 5px 0px;
}

.navbar-nav>li:hover>.sub-menu {
    display: block;
}

.owl-carousel {
    z-index: initial !important;
}

/*Responsive*/
@media only screen and (max-width: 1900px) {
    .floated-content {
        padding-left: 0px;
        width: 50%;
        text-align: center;
    }

    .floated-content .voffset200 {
        margin-top: 140px;
    }

    .floated-content .voffset100 {
        margin-top: 50px;
    }

}

@media only screen and (max-width : 1280px) {
    .section.menu {
        background-image: none !important;
    }
}

@media only screen and (max-width : 1024px) {
    section.timetable .opening-hours:after {
        display: none;
    }

    .floated-content {
        width: 50%;
        margin: 0px auto;
    }

    .section .full-width.container .container .jt_col {
        text-align: left !important;
        padding-left: 34px !important;
        padding-right: 34px !important;
    }

    .clients-list li {
        min-height: 215px;
    }

    .logointro img {
        width: 322px;
        height: auto;
    }

}

@media only screen and (max-width : 767px) {

    #header .menu-item a,
    #header.overflow .menu-item a {
        display: block;
        padding: 15px 6px 15px 5px;
        text-align: center;
    }

    .navbar-nav>li {
        padding: 0px;
    }

    .logointro {
        margin-top: 70px;
        margin-bottom: -40px;
    }

    #contact .jt_col {
        margin-bottom: 30px;
    }

    .section input.text,
    .section textarea.text {
        margin-top: 0px;
    }

    .opening-hours {
        font-size: 24px;
    }

    .timetable-decorator,
    .timetable-decorator2 {
        width: 80px;
        background-position: center center;
        display: none;
    }

    nav.primary {
        margin-top: -180px;
    }

    img.reservations_logo {
        margin-bottom: -180px;
    }

    .navbar-nav>li>.sub-menu {
        position: relative;
        margin: 10px 5px;
    }

    .navbar-nav>li>.sub-menu li {
        margin: 5px 0px;
        padding: 5px 10px;
    }
}

@media only screen and (max-width : 568px) {
    .navbar-brand.normal img {
        width: 110px;
        height: auto;
        max-width: 100%;
        margin-top: 0px;
    }

    .logointro {
        width: 160px;
        height: 137px;
        background-size: cover;
        margin-top: 160px;
        margin-bottom: 10px;

    }

    section.reservations h3 {
        font-size: 26px;
    }

    form#reservationform,
    form#contactform {
        margin-left: -34px;
        margin-right: -34px;
    }

    img.reservations_logo {
        margin-bottom: -80px;
    }

    .section {
        margin-bottom: -80px;
        padding-top: 50px;
    }

    nav.primary {
        margin: -50px auto 60px auto;
    }

    nav.primary ul li a {
        font-size: 20px;
    }

    h2.section-title {
        margin-bottom: 10px;
    }

    section.timetable h2.section-title {
        margin-bottom: 40px;
    }
}

@media only screen and (max-height : 750px) {
    .slide-content .voffset100 {
        margin-top: 0px;
    }

    .logointro img {
        max-height: 150px;
        width: auto;
    }
}

@media only screen and (max-height : 550px) {
    #owl-main-text h2 {
        font-size: 45px;
    }
}

@media only screen and (max-width : 700px) {

    input[type="date"]:before,
    input[type="time"]:before {
        color: lightgray;
        content: attr(placeholder);
    }

    input[type="date"].full:before,
    input[type="time"].full:before {
        color: black;
        content: "" !important;
    }
}

/* Menu Update */
section.menu ul li {
    text-transform: uppercase;
    font-family: "Cabin", sans-serif;
    font-weight: 700;
    font-size: 15px !important;
    color: #0c0901;
    margin-bottom: 20px;
}

.jt_row {
    opacity: 1 !important;
}

.error-stuff {
    padding: 50px;
    border-right: 5px solid #b8ab8b;
    font-size: 82px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.error-stuff2 {
    width: 28%;
    padding-left: 50px;
    font-size: 29px;
    margin-right: 19%;
}

@media only screen and (max-width: 768px) {
    .error-stuff {
        border-right: 0px;
    }

    .error-stuff2 {
        width: 100%;
        margin-right: 0;
        padding: 50px;
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    .error-stuff {
        line-height: 0.8;
    }
}
/*Homepage Contact form CSS start*/
.custom-contact-form {
    background: #000;
    color: #fff !important;
    padding: 20px;
    border-radius: 8px;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.2)
}

.custom-contact-form label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
    margin-top: 30px !important
}

.custom-contact-form input[type=text],
.custom-contact-form input[type=email],
.custom-contact-form input[type=tel] {
    background: #fff !important;
    height: 36px !important;
    margin-bottom: 5px !important
}

.custom-contact-form textarea {
    background: #fff !important;
    height: 40px !important;
    min-height: 100px !important;
    margin-bottom: 5px !important
}

.custom-contact-form .form-input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #444;
    border-radius: 5px;
    background: #222;
    font-size: 16px
}

.custom-contact-form .form-input::placeholder {
    color: #bbb
}

.custom-contact-form .form-submit {
    width: 100%;
    padding: 12px;
    background: #B8AB69 !important;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s
}

.custom-contact-form .form-submit:hover {
    background: #ff5722
}

.custom-contact-form input[type=submit] {
    padding-left: 0px !important;
    background: #B8AB69 !important;
    color: #fff !important;
    width: 35%;
    border-radius: 15px;
    text-align: center;
    margin: 50px 0px 10px auto;
}

.custom-contact-form input[type=submit]:hover {
    color: #000 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
    color: #fff !important;
}
/*Homepage Contact form CSS end*/
