/*
Theme Name: WPP base child theme
Description: The basis for all new WPP oceanwp child themes
Author: WPP
Author URI: https://wpp.example.com
Template: oceanwp
Version: 1.1.44
Text Domain:  oceanwp
Details URI: https://wpp.example.com
*/

@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@800&display=swap');

#footer h1,
#footer h2,
#footer h3,
#footer h4 {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

#footer p,
#footer a {
  font-family: "Barlow", sans-serif;
}

#footer-bottom {
  display: none !important;
}

.menu-item {
  white-space: nowrap !important;
}

.menu-item a:focus {
  outline: none !important;
}

#site-header .g-translate-mobile select, #site-header .menu-item-gtranslate select{
  color:#fff;
  background:transparent;
  border:none;
  font-size: 16px;
  font-family: "Barlow", sans-serif !important;
  font-weight: 100 !important;
  white-space: nowrap;
  margin: 0px;
  width:auto;
  height: auto;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#site-header .g-translate-mobile p,
#site-header .menu-item-gtranslate p {
  font-size: 16px;
  font-family: "Barlow", sans-serif !important;
  font-weight: 100 !important;
  white-space: nowrap;
  margin: 0px;

}

#site-header .g-translate-mobile p::after,
#site-header .menu-item-gtranslate p::after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important;
  margin-left: 5px;
}

#site-header .menu-item-gtranslate {
  display: inline-table;
}

#site-header .menu-item-gtranslate li {
  float: none;
}

#site-header .g-translate-mobile,
#site-header .menu-item-gtranslate {
  border: none;
  width: 124px;
  text-align: center;
  padding-left: 4px;
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  padding-left: 6px;
  padding-right: 6px;
  line-height: 74px;
  margin-left: 5px;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#site-header .g-translate-mobile ul,
.menu-item-gtranslate ul {
  position: absolute;
  visibility: hidden;
  top: 100%;
  margin: 0px;
  left: 0;
  z-index: 9999;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  text-transform: capitalize;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-top: none !important;
  text-align: left;
  -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
}

#site-header .g-translate-mobile li,
#site-header .menu-item-gtranslate li {
  display: block;
  position: relative;
  float: none;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: .6px;
  padding: 12px 15px;
  text-transform: capitalize;
  border-bottom: 1px solid #f1f1f1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#site-header .g-translate-mobile:hover ul,
#site-header .menu-item-gtranslate:hover ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#site-header .g-translate-mobile li:hover,
#site-header .menu-item-gtranslate li:hover {
  background-color: #f8f8f8;
  color: #555;
}

#site-header-inner {
  padding-left: 3%;
}

#site-navigation-wrap .dropdown-menu>li>a {
  padding: 0 8px;
}

#top-bar-wrap {
  display: none;
}

@media only screen and (min-width: 960px) {
  #site-header .g-translate-mobile {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  #wpadminbar {
    top: -46px;
  }

  #site-header .g-translate-mobile p,
  #site-header .menu-item-gtranslate p {
    font-size: 12px;
  }

}

@media only screen and (max-width: 959px) {
  #site-header .menu-item-gtranslate {
    display: none;
  }

  #site-header select {
    min-width: 140px;
    height: 100%;
    font-size: 12px;
  }

  #site-header .g-translate-mobile {
    font-size: inherit !important;
    position: absolute !important;
    right: 75px !important;
    height: 100%;
    display: inline-table !important;
  }

  .custom-search-form {
    display: none;
  }

  .custom-search-input {
    display: none;
  }

  .custom-search-button {
    display: none;
  }

  .custom-search-icon {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  #site-header .g-translate-mobile {
    display: none;
  }

  #footer .col-1 {
    width: 50% !important;
  }

  #footer .col-2 {
    width: 30% !important;
  }

  #footer .col-3 {
    width: 20% !important;
  }
}

@media only screen and (max-width: 1200px) {

  #footer .col-1,
  #footer .col-2 {
    width: 50% !important;
  }

  #footer .col-3 {
    width: 40% !important;
  }
}

@media only screen and (max-width: 370px) {
  #site-header .g-translate-mobile {
    width: 100px;
    font-size: 11px;
  }
}

@media only screen and (max-width: 767px) {
  #footer .col h2 {
    font-size: 2.5em;
    text-align: center;
  }

  #footer .col {
    justify-content: center !important;
  }

  #footer .col-1,
  #footer .col-2,
  #footer .col-3,
  #footer .col-4 {
    width: 100% !important;
  }

  #footer .wp-social-link>a {
    font-size: 2.5em;
    padding-left: 0.25em !important;
  }

  #footer .wp-block-social-links {
    text-align: center !important;
    width: 100%;
  }

  #footer .menu-item {
    font-size: 1.5em;
  }

  #footer .contact-number-with-icon {
    font-size: 2.3em !important;
    text-align: center;
  }
}

/* Custom logo */
#site-logo #site-logo-inner {
  display: none !important;
}

#custom-logo-wrapper {
  display: flex;
  align-items: center;
  line-height: 74px;
}

@media screen and (max-width: 575px) {
  #custom-logo-wrapper {
    width: 45%;
  }

  .custom-logo {
    max-width: 120px !important;
    max-height: 60px !important;
    padding: 5px;
    height: auto;
  }

}

@media screen and (max-width: 320px) {
  #site-header .g-translate-mobile {
    display: none !important;
  }

  .center-menu .g-translate-mobile {
    display: none !important;
  }

}

.custom-logo {
  max-width: 250px;
  max-height: 70px;
  padding: 5px;
  height: auto;
}

/* custom search nav bar */
#site-header .custom-search-form {
  background-color: #fff;
  border: none;
  width: 35vw !important;
  min-width: 350px;
  margin-left: auto;
  margin-right: 0px;
  padding-left: 8px;

}

#site-header .custom-search-input {
  width: 80% !important;
  float: left;
  height: 100% !important;
  border: none !important;
}

#site-header .custom-search-button {
  height: 100% !important;
  width: 35px !important;
  background-color: #fff !important;
  border: none !important;
  padding: 0px !important;
  position: absolute;
  right: 0px;
}

#site-header .custom-search-icon {
  color: #000;
  font-size: 20px;
}

#site-header .search-toggle-li {
  display: none;
}



/* modify menu css */
@media screen and (min-width: 960px) {
  #site-header-inner {
    display: flex;
    width: 100%;
  }
}

#site-navigation-wrap {
  width: 100% !important;
  right: 0px !important;
}

#site-navigation {
  float: right;
}

.center-menu #site-navigation-wrap {
  position: unset;
  transform: none;
  width: 45vw;
  padding: 0 8px;
  justify-content: center;
  order: 2;

}

.center-menu #site-navigation {
  float: none;
}

.center-menu .custom-search-form {
  order: 4
}

.center-menu .main-menu {

  justify-content: center;

}

.center-menu .menu-item-gtranslate {
  display: none !important;
}



.center-menu .g-translate-mobile {
  position: relative;
  order: 3;
  font-size: 11px;
}

.center-menu .g-translate-mobile {
  display: inline-table !important;
}

.center-menu .g-translate-mobile ul {
  white-space: nowrap;
}


.left-menu #site-navigation {
  float: none;
}

.left-menu #site-navigation-wrap {
  position: relative;
}

.left-menu #site-navigation-wrap .dropdown-menu {
  justify-content: left;
}

.left-menu .menu-item-gtranslate {
  margin-left: auto !important;
  margin-right: 0px !important;
}

.dropdown-menu * {
  font-size: 16px;
  font-family: "Barlow", sans-serif !important;
  font-weight: 100 !important;
}

.dropdown-menu:focus {
  outline: none;
}

.after-header-content {
  display: flex;
  float: none;
  order: 1;
  min-width: 200px;
}

.main-menu {
  width: 100%;
  display: flex;
  justify-content: center;
}

#menu-main-menu>li:first-child,
#menu-main-menu .menu-item-gtranslate {
  flex-grow: 1;
  text-align: end;
}

#site-navigation-wrap .dropdown-menu>li:first-child a {
  padding-left: 15px;
}

#site-navigation-wrap .dropdown-menu>li:last-child a {
  padding-right: 15px;
}

#menu-main-menu>li>a>span {
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 0;
  position: relative;
}

#menu-main-menu ul li.menu-item {
  border: none;
}

#menu-main-menu>li>a>span:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #13aff0;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

#menu-main-menu>li>a>span:hover:after,
#menu-main-menu>li.sfHover>a>span:after {
  width: 100%;
  left: 0;
}

#menu-main-menu .sub-menu {
  border: none;
}

#menu-main-menu .search-toggle-li {
  display: none;
}

#site-navigation-wrap .dropdown-menu>li>a .nav-arrow {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important;
}

#mobile-dropdown ul li a .dropdown-toggle {
  background: transparent !important;
}

@media screen and (max-width: 1300px) and (min-width: 959px),
screen and (max-width: 576px) {
  #site-logo {
    width: 15%;
  }

  .custom-logo {
    max-width: 210px;
    height: auto;
    max-height: 60px;
  }

  #site-navigation-wrap .dropdown-menu>li>a.menu-link {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

}

#custom-logo-wrapper a:focus {
  outline: none !important;
}

/* style for mobile menu */
#mobile-dropdown ul li a {
  padding: 12px 20px;
}

.oceanwp-mobile-menu-icon a:focus {
  outline: none !important;
}

#mobile-dropdown ul li a .dropdown-toggle:focus {
  outline: none;
}

#mobile-dropdown ul li a .dropdown-toggle {
  padding: 0;
  background: #424851;
}

#mobile-dropdown .sub-menu li {
  margin-left: 25px;
}

#mobile-dropdown .sub-menu li a {
  padding: 12px 10px;
}

#mobile-dropdown ul li ul {
  border: none;
}

#mobile-dropdown ul li:last-child {
  border-bottom: none;
}

.oceanwp-mobile-menu-icon a:focus {
  outline: none;
}

#mobile-dropdown .hidden {
  display: none;
}

.oceanwp-mobile-menu-icon {
  margin-right: 7px !important;
}

/* footer */

#footer .col-4 {
  display: none !important;
}

#footer .footer-box td,
#footer .footer-box th {
  border: none !important;
}

.wp-block-table {
  font-size: 11px;
  white-space: break-spaces;
}

.site-footer .widget_nav_menu li {
  border-bottom: none !important;
  font-size: 12px;
  white-space: break-spaces;
}

.widget_nav_menu li:first-child {
  border-top: none !important;
}

.wp-block-button {
  font-weight: bold;
}

#footer .wp-social-link {
  background-color: transparent !important;
  color: #000000 !important;
  display: inline-block !important;
  vertical-align: top;
  padding-top: 2px;
}

#footer .wp-block-social-links {
  display: inline-block !important;
}

#footer .wp-social-link>a {
  color: #000000 !important;
  padding: 0px;
}

#footer .contact-number-with-icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000000;
  content: "\f10b";
  margin-right: 10px;
  font-size: 1em;
}

#footer .contact-number-with-icon {
  font-size: 1.8em;
  font-weight: bold;
}

/* Homepage template content */

.wp-block-columns {
  margin-bottom: 0px !important;
}

.metaslider .flexslider {
  margin: 0px !important;
}

.homepage-custom-vehicles a {
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 800;
  font-style: normal;
  text-decoration: none !important;
  color: var(--wp--preset--color--) !important;
}

.homepage-custom-columns .wp-block-cover {
  aspect-ratio: 37 / 84;
  min-height: 85vh;
}

.homepage-custom-vehicles {
  padding-left: 10%;
  padding-right: 10%;
  gap: 0em !important;
  margin-bottom: 0px !important;
  text-align: center !important;
}

.homepage-custom-vehicles .wp-block-column:hover {
  background-color: var(--wp--preset--color--primary) !important;
  color: #000 !important;
}

.homepage-custom-vehicles .wp-block-column:hover figcaption a,
.homepage-custom-vehicles .wp-block-column:hover mark {
  color: #000 !important;
}

.homepage-custom-vehicles figcaption {
  font-size: 2.5em;
  text-align: center;
  margin-top: 0px !important;
  line-height: 1em;
  margin-bottom: 0.3em !important;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 800;
  font-style: normal;
  text-decoration: none !important;
  color: var(--wp--preset--color--) !important;
}


@media screen and (max-width: 1150px) {
  .homepage-custom-vehicles figcaption {
    font-size: 1.6em !important;
  }
}

@media screen and (max-width: 781px) {

  .homepage-custom-vehicles figcaption {
    font-size: 1.6em !important;
  }

  .custom-brand-header {
    text-align: center !important;
    font-size: 2.5em !important;
  }
}

@media screen and (max-width: 599px) {

  .homepage-custom-vehicles figcaption {
    font-size: 2em !important;
  }
}

.homepage-custom-vehicles .wp-block-image strong {
  font-size: .5em !important;
}

.homepage-custom-vehicles .wp-block-cover-image,
.wp-block-image {
  margin-bottom: 0px !important;
}

.custom-brand-header {
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 800;
  font-style: normal;
  text-decoration: none !important;
  width: 100% !important;
  margin-bottom: 0px !important;
}

.custom-homepage-template-categories {
  border-top: #fff solid 2px;
  border-bottom: #fff solid 2px;
  font-family: 'Barlow', sans-serif;
  line-height: 35pt !important;
  margin-bottom: 0px;
  gap: 4px !important;
}

.custom-homepage-template-categories .wp-block-columns {
  gap: 4px !important;
  margin: 0px !important;
}

.custom-homepage-template-categories .wp-block-column {
  margin: 0px !important;
}

.custom-homepage-template-categories .wp-block-image figcaption {
  position: absolute;
  top: 45%;
  width: 100%;
  font-family: 'Barlow', sans-serif;
  line-height: 35pt;
  transform: translateY(-50%);
}

.custom-homepage-template-categories figure {
  position: relative;
  background-color: #000000 !important;
}

.custom-homepage-template-categories figcaption {
  text-decoration: none !important;
  font-family: "Barlow", sans-serif;
  color: #ffffff !important;
  font-size: 2.7em !important;
}

.custom-homepage-template-categories p,
.custom-homepage-template-categories a,
.custom-homepage-template-categories strong {
  color: #ffffff !important;
  text-decoration: none !important;
}

.custom-homepage-template-categories .wp-block-column:hover a,
.custom-homepage-template-categories .wp-block-column:hover p,
.custom-homepage-template-categories .wp-block-column:hover figcaption,
.custom-homepage-template-categories .wp-block-column:hover strong {
  color: var(--wp--preset--color--primary) !important;
}

.custom-homepage-template-categories .wp-block-column img {
  opacity: 0.5 !important;
}

.custom-homepage-template-categories .wp-block-column:hover img {
  opacity: 1 !important;
  transition: opacity;
  transition-timing-function: ease-out;
  transition-duration: 120ms;
  -ms-transition: opacity;
  -ms-transition-timing-function: ease-out;
  -ms-transition-duration: 120ms;
  -moz-transition: opacity;
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 120ms;
  -webkit-transition: opacity;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 120ms;
}

/* Overriding OceanWP 3.4.2 CSS rule for resizing all number inputs
 * On: wp-content/themes/oceanwp/assets/css/style.css:1975
 */
.wpcf7-form-control.wpcf7-number {
  max-width: max-content;
}


@media (min-width: 350px) and (max-width:781px) {
  .custom-homepage-template-categories .wp-block-columns {
    width: 100% !important;
    display: block;
  }

  .custom-homepage-template-categories img {
    width: 100% !important;
  }

  .custom-homepage-template-categories .wp-block-column {
    min-width: 100% !important;

  }
}


@media (max-width:1125px) {
  .custom-homepage-template-categories figcaption {
    font-size: 1.8em !important;
    line-height: 20pt !important;
  }
}

@media (max-width:781px) {
  .custom-homepage-template-categories figcaption {
    font-size: 2.3em !important;
    line-height: 20pt !important;
  }
}