/* WYSIWYG Editor */
.entry-content img {
  margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
/* adminbar */
#wpadminbar {
  display: none !important;
}
/* responsive iframe */
iframe,
object,
embed {
  max-width: 100%;
}
.tag {
  color: #676767;
  font-size: 13px;
  background-color: #E8E8E8;
  padding: 5px 15px;
  border-radius: 50px;
}
.card-custom {
  border-radius: 30px;
  padding: 35px 25px 25px 25px;
  min-height: 180px;
  flex-direction: column;
  display: flex;
}
.card-custom.white {
  background-color: #fff;
}
.card-custom.line {
  min-height: 300px;
  border: 3px solid #284762;
  background-color: #fff;
}
.sp {
  padding-bottom: 100px;
}
.sup {
  position: relative;
  margin-top: -90px;
  z-index: 2;
}
.blog-tile .card-custom a {
  color: #000 !important;
}
.blue {
  background-color: #284762;
  color: #fff;
  border-radius: 36px;
  border-bottom: 12px solid #A98D32;
}
.blue ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.blue a {
  color: #fff !important;
  font-weight: 100;
  font-style: 12px;
}
.blue a:hover {
  color: #A98D32 !important;
}
.blue .social a {
  margin: 0px 5px;
}
/* video */
.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.border {
  border-radius: 40px;
}
/* owl dots custom */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #284762;
}
.owl-theme .owl-dots .owl-dot span {
  background: #EAEAEA;
  height: 5px;
  margin: 5px 2px;
}
.owl-theme .owl-dots .owl-dot.active span {
  width: 20px;
  height: 5px;
  margin: 5px 5px;
}
.card-white {
  background-color: #fff;
}
.list a {
  color: #284762 !important;
  text-decoration: none;
}
.floating {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1;
}
.floating img {
  width: 45px;
  height: 45px;
}
.animated {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
  }
}
@keyframes bounce {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
.select-custom {
  padding: 10px 20px;
  border: 2px solid #fff;
  max-width: 100%;
  border-radius: 8px;
  margin: auto;
  background-color: #fff;
}
.select-custom select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent url(../img/ic-down.png) no-repeat 98% 10px;
  color: #3a3b3b;
  text-align-last: left;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  font-size: 0.85rem;
}
/* pagination */
.pagination ul {
  list-style: none;
  display: flex;
}
.pagination .page-numbers {
  border: 1px solid transparent;
  color: #284762;
  background: white;
  margin: 0px 5px;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 14px !important;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.pagination .page-numbers.current {
  border: 1px solid #284762;
  color: white;
  background: #284762;
}
/* media queries */
/* X-Small devices (portrait phones, less than 576px) */
/* Small devices (landscape phones, less than 768px) */
/* Medium devices (tablets, less than 992px) */
/* Large devices (desktops, less than 1200px) */
/* X-Large devices (large desktops, less than 1400px) */
.carousel-wrap {
  width: 1000px;
  margin: auto;
  position: relative;
}
.owl-carousel .owl-nav{
  overflow: hidden;
  height: 0px;
}
.owl-carousel .nav-btn{
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  top: 35% !important;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 1;
}
.owl-carousel .prev-slide{
  background: url("../img/arrow-right.svg") no-repeat scroll 0 0;
  left: -15px;
}
.owl-carousel .next-slide{
  background: url("../img/arrow-left.svg") no-repeat scroll 0 0;
  right: -15px;
}
