@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
}

/* ======= */
/* GENERAL */
/* ======= */

.bg-blue {
  background-color: #01abec;
}

.bg-white {
  background-color: white;
}

img {
  object-fit: cover;
  height: 450px;
}

body,
html {
  background-color: gray;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Dancing Script", "cursive";
}

.dark-text-shadow {
  text-shadow: 3px 2px black;
}
.light-text-shadow {
  text-shadow: 2px 2px white;
}
.dark-transparent-bg {
  background-color: rgba(0, 0, 0, 0.5);
}
.light-transparent-bg {
  background-color: rgba(255, 255, 255, 0.5);
}

/* ========== */
/* HEADER BAR */
/* ========== */

.header-bar {
  padding: 15px 0px;
}

/* left */

.header-bar .logo {
  padding-left: 0px;
}

.header-bar .logo img {
  height: 80px;
}

/* middle */

.header-bar .search-box {
  padding: 0px 20px;
  height: 50px;
  border-radius: 30px;
  background-color: white;
  color: #9c9999;
}

/* input */

.header-bar .search-box input:focus,
.header-bar .search-box input {
  line-height: 28px;
  margin: 10px 10px;
  border: none;
  color: inherit;
  outline: none;
  width: 100%;
}

.header-bar .search-box input::placeholder {
  color: inherit;
}

/* select */

.header-bar .search-box select,
.header-bar .search-box select:focus {
  height: 100%;
  width: 100%;
  border-top: 0px;
  box-shadow: none;
  border-bottom: 0px;
  border-radius: 0px;
  border-color: #c0c0c0;
  text-indent: 16px;
  color: inherit;
}

/* button */

.header-bar .search-box button {
  border: none;
  color: inherit;
  background-color: inherit;
  margin: 8px 0px;
  font-size: 20px;
}

.header-bar .search-menu {
  color: white;
}

/* right */

.header-bar .icon-menu {
  height: 80px;
  padding: 15px 0px;
}

.header-bar .icon-menu .item img {
  height: 50px;
}

.header-bar .icon-menu .item {
  display: inline-block;
  padding-left: 10px;
  margin: 0px;
  vertical-align: middle;
  color: white;
}

.header-bar .icon-menu .item .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
}

.header-bar .icon-menu .item .icon {
  font-size: 35px;
}

/* =========== */
/* HEADER MENU */
/* =========== */

.header-menu {
  padding: 0px 5px;
  /* background-image: linear-gradient(to right, black, white); */
  /* background-color: black; */
}

.header-menu .left-menu {
  background-color: black;
  color: white;
}

.header-menu .middle-menu {
  background-color: white;
}

.header-menu .left-menu .navbar-dark .navbar-nav .nav-link {
  color: white;
}

.header-menu .left-menu .title {
  /* display: inline-block;
    vertical-align: middle; */
}

.header-menu .right-menu {
  background-color: white;
}

/* ============ */
/* HEADER SLIDE */
/* ============ */

.header-slide {
  background-color: white;
  padding: 5px !important;
}

.header-slide .main-slide {
  /* padding: 0px 0px 0px 5px; */
}

.header-slide .nav {
  margin: 0px 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.header-slide .nav .nav-item {
  border-bottom: 1px solid rgb(199, 199, 199);
  margin: 0px;
  padding: 0px;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.header-slide .nav .nav-item a {
  color: black;
}

.header-slide .nav .nav-item a:hover {
  color: #01abec;
}

.header-slide .nav .nav-item:last-child {
  border-bottom: none;
  margin: 0px;
  padding: 0px;
}

/* ======== */
/* CAROUSEL */
/* ======== */
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .item {
  height: 100% !important;
}

/* HEADER MAIN CAROUSEL */
.header-main-carousel .body {
  text-shadow: 2px 2px black;
  color: white;
  background-color: rgba(12, 12, 12, 0.2);
}
.header-main-carousel h5 {
  font-size: 48px;
  color: white;
}
.header-main-carousel p {
  font-size: 24px;
  color: white;
}

/* HEADER SIDE CAROUSEL */
.header-side-carousel {
  color: black;
}
.header-side-carousel .body {
  position: relative;
}
.header-side-carousel .body .content {
  background-color: RGBA(255, 255, 255, 0.5);
  position: absolute;
  bottom: 5px;
}
.header-side-carousel .content h5 {
  font-size: 24px;
}
.header-side-carousel .content p {
  font-size: 12px;
}

/* CALLOUT */
div.callout {
  /* background-image: -moz-linear-gradient(top, #444, #444); */
  border-radius: 3px;
  background: white;
  box-shadow: none;
  /* text-shadow: 0 0 1px #000; */
  border: 1px solid rgb(199, 199, 199);
  height: 100%;
  margin-top: 10px;
  position: relative;
  top: -10px;
}

.callout.bottom-left:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 20px;
  border-bottom: 24px solid rgb(199, 199, 199);
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
}

.callout .bottom-left:before {
  border-bottom-color: white;
  left: 21px;
  border-bottom-width: 12px;
  border-left-width: 11px;
  border-right-width: 11px;
}

.header-search {
  height: 40px;
  background-color: white;
  border-radius: 40px;
}

/* ============= */
/* DROPDOWN MENU */
/* ============= */
.two47drowpdownmenu a {
  color: grey;
}
.two47drowpdownmenu a:hover {
  color: blue;
}

.two47drowpdownmenu ul {
  list-style: none;
  text-decoration: none;
  margin: 0px;
}

.two47drowpdownmenu ul li:first-child {
  margin-left: 0px;
}

.two47drowpdownmenu ul li {
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-left: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.two47drowpdownmenu ul li a {
  /* color: grey; */
  text-decoration: inherit;
  height: 100%;
}

.two47drowpdownmenu ul li ul {
  list-style: none;
  /* display: none; */
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: visibility 0s, opacity 0.5s linear;
  opacity: 0;
  margin: 0px;
  padding: 0px;
  right: 0px;
}

.two47drowpdownmenu ul li:hover ul {
  display: block;
  opacity: 1;
  overflow: visible;
}

.two47drowpdownmenu ul li ul li {
  /* padding: 10px; */
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.two47drowpdownmenu ul li ul li a {
  display: block;
  padding: 10px;
  background-color: white;
}

.two47drowpdownmenu ul li ul li a:hover {
  display: block;
  background-color: white;
}

.two47drowpdownmenu ul li ul li ul {
  list-style: none;
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
  z-index: 1000;
  transition: visibility 0s, opacity 0.5s linear;
  opacity: 0;
  margin: 0px;
  padding: 0px;
  right: 0px;
}

/* ====
FOOTER
=== */
.footer li {
  list-style: none;
}
.footer a {
  color: grey;
  text-decoration: none;
}

/* ============= */
/* PAGE SECTIONS */
/* ============= */
/* card */
.card-img-overlay .content {
  background-color: RGBA(255, 255, 255, 0.5);
  padding: 10px 5px;
  font-weight: bold;
  text-shadow: white;
}

/* featured post */
.feature-post-carousel {
  height: 100%;
}
.feature-post-carousel img {
  object-fit: cover;
  height: 200px;
}

/* TWIN BANNER */
.twin-banner {
}
.twin-banner img {
  height: 100px;
}

/* post grid */
.post-grid .card:first-child img {
  height: 300px;
}
.post-grid .card img {
  height: 100px;
}
/* list thumbnail */
.list-thumbnail img {
  height: 150px;
}

/* 2medium 1large 6small */
.right-medium-thumbnail img {
  height: 250px;
}

/* title line */
.title_lines {
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: "Dancing Script", "cursive";
}
.title_lines:before,
.title_lines:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 48%;
  height: 1px;
  content: "\a0";
  background-color: #cccccc;
  margin-left: 2%;
}
.title_lines:before {
  margin-left: -50%;
  text-align: right;
}

/* PARALLAX */
.parallax {
  /* The image used */
  background-image: url("https://source.unsplash.com/iOjSzJUsqfs/1600x900");

  /* Set a specific height */
  /* min-height: 900px;  */
  /* height: 100%; */

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  -moz-box-shadow: inset 0 0 100px #000000;
  -webkit-box-shadow: inset 0 0 100px #000000;
  box-shadow: inset 0 0 100px #000000;
}
