/*
Theme Name: Asso Fjord
Description: Un Child Theme pour le site Asso Fjord.
Version: 1.0
Author: Equi.Expert
Author URI: http://www.equi.expert
Template: enfold
*/

/*@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Outfit:wght@100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Outfit:wght@100..900&display=swap');

:root {
  --color-primary: #402720;
  --color-secondary: #F7F0D6;
  --color-third: #E4DFCA;
  --color-dark: #D9B282;
  --color-light: #F3F0E2;
  --color-white: #FFF;
  --color-black: #402720;

  --font-main: "Outfit", sans-serif;
  --font-title: "Outfit", sans-serif;
  --font-size-base: 17px;
  --font-size-small: 13px;
  --font-line-height: 28px;
}

body {
    font-family: var(--font-main);
    font-size: var(--font-size-base) !important;
    line-height: var(--font-line-height) !important;
}

.logo {
  padding: 8px 0;
}

.avia-menu-text {
    font-size: var(--font-size-base);
    color: var(--color-secondary);
}

.header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a {
  background: var(--color-primary);
  color: var(--color-black);
}

.sub-menu {
  width: 250px !important;
}

.main_color .primary-background, .main_color .primary-background a, div .main_color .button, .main_color #submit, .main_color input[type="submit"], .main_color .small-preview:hover, .main_color .avia-menu-fx, .main_color .avia-menu-fx .avia-arrow, .main_color.iconbox_top .iconbox_icon, .main_color .iconbox_top a.iconbox_icon:hover, .main_color .avia-data-table th.avia-highlight-col, .main_color .avia-color-theme-color, .main_color .avia-color-theme-color:hover, .main_color .image-overlay .image-overlay-inside::before, .main_color .comment-count, .main_color .av_dropcap2, .main_color .av-colored-style .av-countdown-cell-inner, .responsive #top .main_color .av-open-submenu.av-subnav-menu > li > a:hover, #top .main_color .av-open-submenu.av-subnav-menu li > ul a:hover {
  background: var(--color-primary);
  color: #FFF;
  border-color: transparent;
  border-radius: 50px;
}

.header_color .header_bg{
    background: var(--color-primary) !important;
}

.responsive #top #wrap_all .av-logo {
  padding: 10px 0;
}

#hero {
    margin-top: -130px;
}

#hero .wrapper {
    position: relative;
}

#hero .wrapper:after {
    content: "";
    background: var(--color-white);
    width: 130%;
    height: 320px;
    position: absolute;
    bottom: -142px;
    left: -20px;
    right: 0;
    transform: rotate(-2deg);
}

.avia-chrome .home #hero {
    margin-top: -155px;
}

.hero-title {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  width: 560px;
}

.hero-title h1 {
  color: #FFF;
}

.title_container {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  min-height: 90vh;
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: center !important;
  margin-top: 0;
}

.page-id-307 .title_container {
  -webkit-box-align: end;
  align-items: end;
}

.title_container .main-title {
  min-height: auto;
  line-height: 60px;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 30px;
  width: 600px;
  text-shadow: 0 0 20px rgba(0,0,0,.4);
}

.page-id-679 .title_container .main-title {
  font-size: 26px !important;
}

.title_container .main-title span {
  display: flex;
  text-align: center;
  margin: 0 auto;
  display: block;
  text-shadow: 0;
  color: #FFF !important;
}

.title_container .breadcrumb {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  bottom: -70px;
  top: auto;
  color: #000;
}

.title_container .breadcrumb a {
  color: #000;
}

#poney {
    margin-top: -190px;
}

#poneys {
    background: var(--color-light);
}

h1, h2, h3 {
  font-family: var(--font-title) !important;
  font-weight: bold !important;
  text-transform: inherit !important;
  letter-spacing: 3px;
}

.bg-grey {
  background: var(--color-light);
}

.main_color:nth-child(2n+1) {
  background: var(--color-light);
}

.stretch_full {
  position: relative;
}

.stretch_full::after {
  content: '';
  background: rgba(0,0,0,.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-children-cta_container {
  margin-top: -70px;
  z-index: 99;
  position: relative;
  text-align: center;
}

.page-children-cta li {
  display: inline-block;
  margin: 0 10px;
}

.page-children-cta li a, .cta-slider {
  position: relative;
  background-color: transparent;
  border: 1px solid #FFF;
  border-radius: 30px;
  font-weight: 600;
  font-size: 13px;
  line-height: 30px;
  color: #FFF;
  padding: 5px 15px;
  display: inline-block;
  transition: all .2s ease-in;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.page-children-cta li a:before, .cta-slider:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid var(--color-secondary);
  transform: translateX(-100%);
  transition: 0.5s ease-in-out;
  z-index: -1;
}

.page-children-cta li a:hover::before, .cta-slider:hover:before {
  transform: translateX(0);
  transition: 0.5s ease-in-out;
}

.page-children-cta li a:hover, .cta-slider:hover {
  color: #000 !important;
  text-decoration: none;
}

.cta-slider {
  font-size: 15px;
}

.laptop-video {
  display: block;
}

.mob-video {
  display: none;
}

.special-heading-border {
  display: none;
}

.avia-section img {
  border-radius: 20px;
}

.av-special-heading-tag {
  margin-bottom: 30px !important;
  font-size: 2.3em !important;
  color: var(--color-primary) !important;
}

.title_mobile {
  display: none;
  font-size: 40px;
  letter-spacing: 2px;
  text-shadow: 0 0 20px rgba(0,0,0,.5);
  margin-top: 0;
  color: #FFF;
  text-align: center;
  padding: 30px 0;
  background: var(--color-primary);
}

#top #wrap_all .all_colors h1 {
  font-size: 40px;
  letter-spacing: 2px;
  text-shadow: 0 0 20px rgba(0,0,0,.5);
  margin-top: 0;
  color: #FFF;
}

.single-qualification-fjord h1,
.single-annonces h1,
.single-etalons h1 {
  color: #000 !important;
  text-shadow: none !important;
}

.flex_column:first-child, .flex_column:nth-child(3n+1) {
  margin-left: 0;
}

.av-special-heading, h3 {
  float: none;
}

.card {
  margin-top: 0 !important;
  margin-bottom: 60px;
  position: relative;
  min-height: 200px;
  border-radius: 10px;
  overflow: hidden;
}

.card-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  height: 200px;
  background-position: center;
  transition: all .5s ease-in-out;
}

.card:before {
  position: absolute;
  content: "";
  background: rgba(0,0,0,.3);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all .5s ease-in-out;
}

.card:hover:before {
  background: rgba(0,0,0,.5);
  transition: all .5s ease-in-out;
}

.card:hover .card-bg {
  transform: scale(1.05);
  transition: all .5s ease-in-out;
}

.card-info {
  padding: 20px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-shadow: 0 0 20px rgba(0,0,0,.3);
  z-index: 9;
  text-align: left;
}

.card h2 {
  color: #FFF !important;
}

.avia-button {
  flex: 1 1 auto;
  margin: 10px !important;
  padding: 20px !important;
  background: var(--color-primary);
  border: 0;
  color: #FFF;
  text-align: center !important;
  text-transform: uppercase;
  position: relative !important;
  overflow: hidden;
  transition: 0.3s;
  border-radius: 50px !important;
}

.avia-button:after {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: var(--color-third);
  border-radius: 50px;
}

.avia-button:hover {
  color: #000 !important;
}

.avia-button:hover:after {
  left: -10%;
  width: 120%;
  height: 120%;
  transform: skewX(15deg);
  z-index: -1;
}

.listing-wrap {
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  clear: both;
  float: left;
  margin: 0 0 22px;
  width: 100%;
  background-color: #FFF;
  border-radius: 10px;
}

.listing-widget-thumb {
    background: var(--color-primary);
    position: relative;
    overflow: hidden;
    line-height: 0px;
    float: left;
    width: 320px;
    border-radius: 10px 0 0 10px;
    height: 235px;
}

.listing-widget-thumb img {
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 0;
  top: 50%;
}

.listing-thumb-badge {
  position: absolute;
  top: 10px;
  left: 10px;
}

.listing-thumb-badge .badge {
  background: #FFF;
  padding: 11px 14px;
  font-size: 12px;
  color: #000;
  border-radius: 50px;
}

.badge-selection { background: var(--color-primary) !important; color: #FFF !important; }
.badge-recommande { background: var(--color-secondary) !important; color: #000 !important; }
.badge-elite { background: var(--color-third) !important; color: #000 !important; }

.note-badge {
  display: inline-block;
  float: right;
}

.note-badge .badge {
  padding: 11px 14px;
  color: #000;
  border-radius: 50px;
}

.listing-widget-details {
    float: left;
    width: 48%;
    color: #000;
    line-height: 18px;
    padding: 2px 10px 0 20px;
    font-size: 1.1em;
    display: flex;
    flex-direction: column;
    height: 235px;
    justify-content: center;
}

.listing-widget-details h3.listing-title {
    float: left;
    padding: 12px 0 20px;
    margin: 0;
    line-height: 1;
    text-decoration: none;
    border-bottom: none;
    color: var(--color-primary);
    text-transform: uppercase;
    font-size: 30px !important;
}

.listing-medias {
    position: absolute;
    bottom: 10px;
    left: 0;
    margin: 3px 0 0 15px;
}

span.media-nb {
    background: var(--color-primary);
    border-radius: 15px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    left: 27px;
    padding: 10px 8px;
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
}

.listing-widget-details p {
    padding: 0 0 18px;
    margin: 0;
    display: block;
    clear: both;
}

.listing-widget-details p.listing-address {
    padding: 0 0 18px;
    margin: 0;
    display: block;
}

.listing-date {
    font-size: 0.8em;
}

#anchor-video {
  padding: 40px 0;
  text-align: center;
}

.breeder-details {
    display: flex;
    flex-direction: column;
    height: 235px;
    justify-content: center;
    text-align: center;
    width: 20%;
    padding: 10px;
}

.image-overlay.overlay-type-extern {
  display: none !important;
}

.entry-header {
  text-align: center;
  padding: 40px;
}

.classified_desc h3 {
  font-size: 2em;
  margin-top: 20px;
  letter-spacing: 3px;
}

.pedigree {
  margin-bottom: 60px;
}

td {
  font-size: var(--font-size-base) !important;
  vertical-align: middle;
}

.post_description, .post-notes {
  padding: 30px 0;
}

#listing-details {
  width: 48%;
  margin-right: 2%;
  float: left;
  padding-top: 40px;
  padding-bottom: 40px;
}

#listing-details2 {
  width: 48%;
  float: right;
  padding-top: 40px;
  padding-bottom: 40px;
}

#listing-details h3,
#listing-details2 h3 {
  font-size: 2em;
}

input[type="text"], input[type="tel"], input[type="email"], select, textarea {
  border: 1px solid var(--color-primary) !important;
  color: #000 !important;
}

.avia-timeline-boxshadow .av-milestone-contentbox {
  border-radius: 20px;
}

.full-size {
  overflow-y: auto;
}

#socket {
    font-size: var(--font-size-base);
    color: var(--color-black);
}

#socket a {
  color: var(--color-black);
}

.marker-cluster-small {
  background-color: rgba(181, 226, 140, 0.6);
}
.marker-cluster-small div {
  background-color: rgba(110, 204, 57, 0.6);
}

.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6);
}
.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6);
}

.marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6);
}
.marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6);
}

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
  background-color: rgb(181, 226, 140);
}
.leaflet-oldie .marker-cluster-small div {
  background-color: rgb(110, 204, 57);
}

.leaflet-oldie .marker-cluster-medium {
  background-color: rgb(241, 211, 87);
}
.leaflet-oldie .marker-cluster-medium div {
  background-color: rgb(240, 194, 12);
}

.leaflet-oldie .marker-cluster-large {
  background-color: rgb(253, 156, 115);
}
.leaflet-oldie .marker-cluster-large div {
  background-color: rgb(241, 128, 23);
}

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}
.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;

  text-align: center;
  border-radius: var(--font-size-base);
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster span {
  line-height: 30px;
}

.main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even), #top .main_color .avia-data-table.avia_pricing_minimal td {
  color: #000 !important;
}

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

}

@media screen and (max-width: 760px){
  .laptop-video {
    display: none;
  }

  .mob-video {
    display: block;
  }

  #hero {
    margin-top: 0;
  }

  #hero .wrapper::after {
    bottom: -310px;
    background: var(--color-secondary);
  }

  .hero-title {
    width: 300px;
  }

  .hero-title h1 {
    font-size: 30px;
  }

  .title_container {
    min-height: 370px !important;
    background-size: 100% !important;
    margin-top: 0px !important;
  }

  .page-children-cta_container {
    margin-top: 0px;
    margin-bottom: 20px;
    background: #e6c7a1;
    padding-top: 20px;
  }

  .page-children-cta li a, .cta-slider {
    color: #FFF;
    border: 1px solid #FFF;
  }

  #poney {
    margin-top: -70px;
    padding-top: 50px;
  }

  #poney img {
    height: 230px;
    width: auto;
  }

  .title_mobile {
    display: block;
  }

  #top #wrap_all .all_colors h1 {
    /*font-size: 40px;
    width: 100%;
    padding: 0;*/
    display: none;
  }

  .listing-widget-details {
    float: none;
    width: 100%;
  }

  .breeder-details {
    height: auto;
    width: 100%;
  }

  #listing-details {
    width: 100%;
    margin-right: 0;
    float: none;
  }

  #listing-details2 {
    width: 100%;
    float: none;
  }

  .listing-widget-thumb {
    width: 100%;
    height: 200px;
    border-radius: 10px 10px 0 0;
  }

  .listing-widget-thumb img {
    width: auto;
  }

  .html_av-submenu-hidden .av-submenu-indicator {
    opacity: 1;
  }
}
