/* 
Theme Name: Ocean Magazine Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description:  Ocean Magazine Elementor Child is a child theme of Hello Elementor 
Author: DRYVE
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */





.owl-carousel .owl-prev , .owl-carousel .owl-next{position: absolute; display: inline-block; line-height: normal; font-size: 60px;  color: #0e7798;}
.owl-carousel .owl-prev:hover ,.owl-carousel .owl-prev:focus  , .owl-carousel .owl-next:hover , .owl-carousel .owl-next:focus{color: #101528;}
.owl-carousel .owl-prev{    left: 25.3%;}
.owl-carousel .owl-prev:before{    content: "\f104"; font-family: FontAwesome;}
.owl-carousel .owl-next{right: 25.3%;}
.owl-carousel .owl-next:before{ content: "\f105"; font-family: FontAwesome;}
.owl-carousel .owl-controls{position: absolute; bottom: -18px; left: 0; right: 0;}


.gallery-slider button.owl-thumbs {    padding: 10px 0 0 0;}
.gallery-slider button.owl-thumb-item{ height: 60px;  /*-- width: 9.083%; --*/ margin-bottom: 10px; margin-right: 22px; background: transparent;    padding: 0; position: relative; border: 0; border-radius: 0;}
.gallery-slider button.owl-thumb-item:before{position: absolute; content: ""; left: 0; right: 0; top: 0; bottom: 0; height: 100%; width: 100%; background: rgba(14,119,152,0.83); z-index: 1; display: block;     transition: all 0.6s ease-in-out;    -webkit-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;    -moz-transition: all 0.6s ease-in-out;    -o-transition: all 0.6s ease-in-out;
    opacity: 0;    transform: rotateY(180deg) scale(.5, .5);    -webkit-transform: rotateY(180deg) scale(.5, .5);    -moz-transform: rotateY(180deg) scale(.5, .5);    -o-transform: rotateY(180deg) scale(.5, .5);}
.gallery-slider button.owl-thumb-item:hover:before , .gallery-slider .owl-thumb-item.active:before{    opacity: 1;    transform: scale(1, 1);    -webkit-transform: scale(1, 1);    -moz-transform: scale(1, 1);    -o-transform: scale(1, 1);}


.gallery-slider button.owl-thumb-item:after{ opacity: 0;   transform: rotateY(180deg) scale(.5, .5);    -webkit-transform: rotateY(180deg) scale(.5, .5);    -moz-transform:  rotateY(180deg) scale(.5, .5);    -o-transform: rotateY(180deg) scale(.5, .5);    position: absolute; content: "";    left: 0;    right: 0;    top: 0; bottom: 0;    background-image: url('images/plus-icn.png'); background-size: 21px; background-position: center center; background-repeat: no-repeat; height: 100%; width: 100%; z-index: 2;    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;    -ms-transition: all 0.6s ease-in-out;    -moz-transition: all 0.6s ease-in-out;    -o-transition: all 0.6s ease-in-out;}
.gallery-slider button.owl-thumb-item:hover:after , .gallery-slider .owl-thumb-item.active:after{    opacity: 1;    transform: scale(1, 1);    -webkit-transform:  scale(1,1);    -moz-transform: scale(1, 1);    -o-transform:  scale(1, 1);}

.gallery-slider .owl-thumb-item img {
  height: 100%;
  width: auto !important;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.gallery-slider .owl-carousel .owl-item .item {
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.gallery-img img {
  display: block;
}
img, video {
  height: auto;
  max-width: 100% !important;
}
.gallery-img {
  width: 100%;
  display: block;
  height: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.gallery-slider .gallery-img img {
  width: auto !important;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  max-height: 100%;
}

.gallery-slider-sec figcaption {
  font-style: italic;
  color: #1c252b;
  font-size: 14px;
  float: none;
  font-weight: 400;
  margin: 0;
  display: block;
  padding: 10px 0 0;
  display: block;
  width: 100%;
  text-align: center;
}


.gallery-slider .owl-thumbs {
  padding: 10px 0 0;
}

/*-- owl carousel effect --*/

.inner-banner-sec  .owl-carousel .owl-item , .home-banner-sec  .owl-carousel .owl-item{    visibility: hidden;    -webkit-transform: translateY(60%) scale(0);    transform: translateY(60%) scale(0);
    -webkit-transition: -webkit-transform 0.7s, visibility 0s 0.7s;    transition: transform 0.7s, visibility 0s 0.7s;}

.inner-banner-sec  .owl-carousel .owl-item.active , .home-banner-sec  .owl-carousel .owl-item.active{    visibility: visible;    -webkit-transform: translateY(0%) scale(1);    transform: translateY(0%) scale(1); -ms-transform: translateY(0%) scale(1); -moz-transform: translateY(0%) scale(1); -o-transform: translateY(0%) scale(1);
    -webkit-transition: -webkit-transform 0.7s; -moz-transition: -moz-transform 0.7s; -ms-transition: -ms-transform 0.7s;    transition: transform 0.7s; -moz-transition: transform 0.7s; -ms-transition: transform 0.7s; -o-transition: transform 0.7s;}

    body > div.elementor.elementor-113264.elementor-location-single.post-113078.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-new-builds.tag-dickey-boats.tag-dickey-pacific-62.tag-new-zealand > div.has_ae_slider.elementor-element.elementor-element-99424ca.e-flex.e-con-boxed.ae-bg-gallery-type-default.e-con.e-parent.e-lazyloaded > div > div.elementor-element.elementor-element-06a9dd9.ae-grid-default.elementor-widget.elementor-widget-ae-acf-flexible-content > div > div > div > article:nth-child(5) > div > div > div > div > div > div.has_ae_slider.elementor-element.elementor-element-a85cf15.e-con-full.e-flex.ae-bg-gallery-type-default.e-con.e-child > div.elementor-element.elementor-element-27ef8e9.elementor-widget.elementor-widget-shortcode > div > section > div > div > div > div > div.owl-thumbs > button:nth-child(2)


    /* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .owl-carousel .owl-animated-in {
    z-index: 0;
  }
  .owl-carousel .owl-animated-out {
    z-index: 1;
  }
  .owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
  }
  
  @-webkit-keyframes fadeOut {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
    }
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
    }
  }
  
  
  .owl-carousel .fadeIn {
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
  }
  
  @-webkit-keyframes fadeIn {
      0% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
  
  @keyframes fadeIn {
      0% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
  
  
  /* 
   * 	Owl Carousel - Auto Height Plugin
   */
  .owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
  }
  
  /* 
   *  Core Owl Carousel CSS File
   */
  .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
  }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
  }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  .owl-carousel .owl-controls .owl-nav .owl-prev,
  .owl-carousel .owl-controls .owl-nav .owl-next,
  .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .owl-carousel.owl-loaded {
    display: block;
  }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block;
  }
  .owl-carousel.owl-hidden {
    opacity: 0;
  }
  .owl-carousel .owl-refresh .owl-item {
    display: none;
  }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
  }
  .owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
  }
  .owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
  }
  .owl-carousel.owl-rtl {
    direction: rtl;
  }
  .owl-carousel.owl-rtl .owl-item {
    float: right;
  }
  
  /* No Js */
  .no-js .owl-carousel {
    display: block;
  }
  
  /* 
   * 	Owl Carousel - Lazy Load Plugin
   */
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
  }
  .owl-carousel .owl-item img {
    transform-style: preserve-3d;
  }
  
  /* 
   * 	Owl Carousel - Video Plugin
   */
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
  }
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
  }
  .owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
  }
  .owl-carousel .owl-video-playing .owl-video-tn,
  .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
  }
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
  }
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
  }









strong a {
    font-weight: bold  !important;
}


.single-quote-sec .ae-acf-wrapper blockquote {
    margin: 15px 0;
}

.ae-acf-wrapper blockquote {
    font-size: 21px;
    display: block;
    color: #017697;
    line-height: 33px;
    position: relative;
    font-style: normal;
    border-top: 2px solid #017697;
    border-bottom: 2px solid #017697;
    padding: 19px 0;
	margin: 10px 0px !important;
}
.ae-acf-wrapper blockquote:before {
    position: relative;
    content: "";
    margin-right: 16px;
    display: inline-block;
    background-image: url(images/left-quote-img.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 32px;
    height: 29px;
    top: -2px;
}

.ae-acf-wrapper blockquote p {
    display: inline;
    margin: 0;
}

.scrollheader {
	display: none;
}