/*
 Theme Name:     Despina Child
 Theme URI:      https://themeforest.net/user/sk-themes/
 Description:    Despina Child Theme
 Author:         SK Web Solutions
 Author URI:     https://sk-web-solutions.com/
 Template:       despina
 Version:        1.0
*/


/* Theme customization starts here
-------------------------------------------------------------- */
.logo {
    max-width: 240px!important;
}
.wpcf7 .cf7-cafevelo-form {
  background: #6a4528 !important;
  color: #fff !important;
  padding: 32px;
  border-radius: 18px;
  max-width: 980px;
  margin: 0 0 25px 0!important;
  box-shadow: none !important;
  text-align: left !important;
}

.wpcf7 .cf7-cafevelo-form h3,
.wpcf7 .cf7-cafevelo-form h4,
.wpcf7 .cf7-cafevelo-form p,
.wpcf7 .cf7-cafevelo-form label,
.wpcf7 .cf7-cafevelo-form span,
.wpcf7 .cf7-cafevelo-form a {
  color: #fff !important;
  text-align: left !important;
}

.wpcf7 .cf7-cafevelo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.wpcf7 .cf7-cafevelo-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 18px;
}

.wpcf7 .cf7-cafevelo-form input:not([type="checkbox"]):not([type="radio"]),
.wpcf7 .cf7-cafevelo-form select,
.wpcf7 .cf7-cafevelo-form textarea {
  width: 100% !important;
  box-sizing: border-box;
  margin-top: 8px;
  padding: 13px 14px;
  border: 0 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #1f1b14 !important;
  font-size: 16px;
}

.wpcf7 .cf7-cafevelo-form textarea {
  min-height: 130px;
  resize: vertical;
}

.wpcf7 .cf7-cafevelo-section {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 24px 0 !important;
}

.wpcf7 .cf7-cafevelo-form .wpcf7-list-item {
  display: block;
  margin: 8px 0 !important;
  color: #fff !important;
}

.wpcf7 .cf7-cafevelo-form input[type="checkbox"],
.wpcf7 .cf7-cafevelo-form input[type="radio"] {
  width: auto !important;
  margin: 0 8px 0 0 !important;
  accent-color: #1f1b14;
}

.wpcf7 .cf7-cafevelo-consent {
  color: #fff !important;
  margin: 20px 0;
}

.wpcf7 .cf7-cafevelo-submit,
.wpcf7 input.cf7-cafevelo-submit[type="submit"] {
  background: #1f1b14 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 10px !important;
  padding: 15px 28px !important;
  font-weight: 700;
  cursor: pointer;
}

.wpcf7 .cf7-cafevelo-submit:hover,
.wpcf7 input.cf7-cafevelo-submit[type="submit"]:hover {
  background: #222 !important;
  color: white!important;
}

@media (max-width: 720px) {
  .wpcf7 .cf7-cafevelo-form {
    padding: 24px 18px;
    border-radius: 14px;
  }

  .wpcf7 .cf7-cafevelo-grid {
    grid-template-columns: 1fr;
  }
}
.jq-radio.checked .jq-radio__div{
    color: white!important;
}
.jq-checkbox.checked .jq-checkbox__div{
    color: white!important;
}
.logo {
    background: #fff;
    display: inline-block;
    padding: 12px;
    background: #fff;
    position: relative;
    top: -15px;
    box-shadow: 0 3px 15px -7px rgba(0,0,0,.2);
    margin-bottom: -80px;
    z-index: 20;
    width: auto;
    margin-right: 10px;
    border-radius: 0 0 20px 20px;
}
.header-nav {
    border-bottom: 0;
}
.header-category {
    margin-top: 40px;
}
span.menu-image-title-after.menu-image-title {
    text-transform: capitalize;
}
.wpb_column.vc_column_container.vc_col-sm-3 img {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  transform-origin: center center;
}

.wpb_column.vc_column_container.vc_col-sm-3 img:hover {
  transform: scale(1.08) rotate(-3deg) translateY(-4px);
}
.blog-right-listing .feature-img img {
    max-height: 350px;
    object-fit: cover;
}
.blog-list > img {
    border-radius: 10px;
}
.item-left img {
    border-radius: 10px;
}
ul#menu-footer-menu {
    list-style: none!important;
}
div#side-banner img {
    border-radius: 10px!important;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

div#side-banner:hover img {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
}

@media (max-width: 767px) {
    .header-category-full-mobile {
        background: #c19942;
        bottom: 0;
        left: 0;
        margin-top: 0 !important;
        position: absolute;
        right: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
        z-index: 1000;
    }

    .header-category-full-mobile .container {
        width: 100%;
    }

    .category-icon-full-mobile {
        text-align: left !important;
        width: 100%;
    }

    .category-icon-full-mobile > ul {
        background: transparent !important;
        display: flex !important;
        left: auto !important;
        margin: 0 !important;
        overflow-x: auto;
        padding: 0 !important;
        position: static !important;
        top: auto !important;
        -webkit-overflow-scrolling: touch;
        width: 100% !important;
        z-index: auto !important;
    }

    .category-icon-full-mobile li {
        display: block;
        flex: 0 0 auto;
        float: none !important;
        padding: 0 !important;
        width: auto !important;
    }

    .category-icon-full-mobile li a,
    .category-icon-full-mobile li:first-child a,
    .category-icon-full-mobile li:last-child a {
        align-items: center;
        display: flex !important;
        height: auto;
        margin: 0 !important;
        padding: 12px 15px !important;
        width: auto;
    }

    .category-icon-full-mobile a strong {
        padding-left: 12px;
    }
}

.footer-part .widget {
    margin: 0 0 25px 0;
}
.menu-nav-main.open {
    z-index: 9999;
}
a.button-default.button-default-white {
    color: white;
}
.bg-skin {
    background: #6a4528;
}
.parallax-heading {
    color: white;
}
.copyright {
    color: white;
}