/*
Theme Name: HSKIKI
Author: Pajdo development
Author URI: https://twitter.com/LovroBunicic
Version: 1.0
Description: Custom theme for HSKIKI 26 conference
Tags: conference, first-theme, simple
Text Domain: hskiki
*/

/*
Colors:
  - dark green:     00716B
  - cool blue:      F6F8FA
  - almost black:   242121
  - dark footer:    505050
*/

body {
  padding-top: 75px;
  font-family: "Now", -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.text-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.bold {
  font-weight: bold !important;
}

.dark-green {
  color: #233665 !important;
}

.dark-red-bg {
  background-color: #fe0100 !important;
}

.dark-red-text {
  color: #fe0100 !important;
}

.default-text-color {
  color: #212529 !important;
}

.full-width {
  width: 100% !important;
}

.clear {
  clear: both !important;
}

.navbar .navbar-container {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #505050;
  padding-right: 20px;
  padding-left: 36px;
}

.fixed-top {
  background: #505050;
}
.nav-wrapper {
  max-width: 1400px !important;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.navbar .brand {
  height: 40px;
  float: left;
  margin: 26px 0;
}

.navbar .nav-collapse,
.navbar .collapse {
  padding-top: 25px;
  padding-bottom: 25px;
}

.navbar .nav-item {
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
}

.navbar .nav-link,
.navbar .nav-link::after {
  color: white !important;
}

.navbar .nav-item:not(:first-child)::before {
  margin-top: -40px;
  margin-left: -7px;
  content: "";
  width: 1px;
  display: block;
  height: 70px;
  background: white;
  position: absolute;
}

.cool-link {
  display: inline-block;
  text-decoration: none;
}

.cool-link::after {
  content: "";
  width: 0;
  display: block;
  height: 1px;
  background: #233665;
  transition: width 0.3s;
}

.cool-link:hover {
  text-decoration: none !important;
}

.cool-link:hover::after {
  width: 100% !important;
  transition: width 0.3s !important;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus,
.navbar-nav > .active > .nav-dropdown-wrapper > a,
.navbar-nav > .active > .nav-dropdown-wrapper > a:hover,
.navbar-nav > .active > .nav-dropdown-wrapper > a:focus {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fe0100 !important;
}

.nav-dropdown-wrapper {
  display: flex;
  justify-content: space-between;
}

/* .navbar-nav > .active > .cool-link::after {
  content: "";
  display: block;
  height: 1px;
  background: #233665 !important;
  transition: width 0.3s;
  width: 100%;
} */

.navbar-nav > li > a {
  color: rgba(0, 0, 0, 0.5);
}

.collapse {
  float: right;
}

.navbar-toggler {
  float: right;
}

.dropdown-toggle::after {
  color: #233665 !important;
}

.dropdown-item:hover {
  background: none;
}

.dropdown-item.active {
  color: #fe010062 !important;
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
a.dropdown-item.active:hover,
a.dropdown-item.active:focus,
a.dropdown-item.active:active {
  color: #fe0100 !important;
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

a.dropdown-item.active::after {
  content: "" !important;
  display: block !important;
  height: 1px !important;
  background: #233665 !important;
  transition: width 0.3s !important;
  width: 100% !important;
}

@media only screen and (min-device-width: 769px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

.dropdown-menu {
  margin-top: -5px !important;
  background-color: #f8f9fa !important;
}
main {
  margin-top: 34px;
}

main a {
  display: inline-block;
  text-decoration: none;
  color: #233665;
}

main a::after {
  content: "";
  margin-top: 0px;
  width: 0;
  display: block;
  height: 2px;
  background: #233665; /* red #fe0100*/
  transition: width 0.3s;
}

main a:hover {
  color: #233665;
  text-decoration: none;
}

main a:hover::after {
  width: 100%;
  transition: width 0.3s;
}

.no-decoration::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .nav-wrapper {
    display: block;
  }
  .navbar-collapse {
    float: left;
    clear: both;
    width: 100%;
  }
  .navbar-toggler {
    margin-top: 22px;
  }
}

/*************************
 FIRST PART - Header
**************************/

.header-image {
  height: 658px;
  background: url("./assets/img/sibenik-wide-opt.jpg");
  background-size: cover;
  background-position: center;
}

.main-title-hr {
  min-height: 200px;
  background: url("./assets/img/Natpis_web_26_HSKIKI_HR.png") no-repeat;
  background-position: center;
  background-size: contain;
}

.main-title-eng {
  min-height: 200px;
  background: url("./assets/img/Natpis_web_26_HSKIKI_ENG.png") no-repeat;
  background-position: center;
  background-size: contain;
}

.main-subtitle {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 3px;
  color: #f8f9fa !important;
}

@media only screen and (max-device-width: 768px) {
  .main-title-hr {
    min-height: 200px;
    background: url("./assets/img/Natpis_web_26_HSKIKI_HR_v2.png") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .main-title-eng {
    min-height: 200px;
    background: url("./assets/img/Natpis_web_26_HSKIKI_ENG_v2.png") no-repeat;
    background-position: center;
    background-size: contain;
  }
}

/***********************
POKROVITELJI SECTION
***********************/

.pokrovitelji-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f6f8fa;
}

.auspices img {
  max-width: 150px;
}

@media only screen and (max-device-width: 768px) {
  .auspices img {
    max-width: 125px !important;
  }
}

.pokrovitelji-section-other {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*************************
SECOND PART - Hello section
**************************/

.hello-section {
  padding-top: 135px;
  padding-bottom: 135px;
  text-align: justify;
  background: url("./assets/img/split2_pozadina_25.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.welcome-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f6f8fa;
}

.default-title {
  font-size: 42px;
  line-height: 49px;
  text-transform: uppercase;
}

.red-border {
  border: 4px solid #fe0100;
}

.default-title::after {
  margin-top: 8px;
  content: "";
  width: 60px;
  display: block;
  height: 4px;
  background: #233665;
}

.secondary-title {
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
}

.secondary-title::after {
  margin-top: 8px;
  content: "";
  width: 50px;
  display: block;
  height: 4px;
  background: #233665;
}

/*************************
 SECOND PART - Organized by section
**************************/

.organized-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f6f8fa;
}

/******************************
 THIRD PART - Carousel section
*******************************/

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.heroLogo {
  background: #ffffff77;
  background-size: 100%;
  top: 185px;
  width: 100%;
  height: 180px;
  position: absolute;
  z-index: 99;
}

.conferenceLogo {
  background: url("./assets/img/HSKIKI_logo.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
}

/* .carousel {
  margin-bottom: 4rem;
} */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 440px;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}

.hero-item {
  height: 660px;
  background-color: #777;
}
.hero-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}

.carousel-item-one {
  background: url("./assets/img/split/Split1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.carousel-item-two {
  background: url("./assets/img/split/Split2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.carousel-item-three {
  background: url("./assets/img/split/Split3.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.carousel-item-four {
  background: url("./assets/img/split/Split4.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.carousel-item-five {
  background: url("./assets/img/split/Split5.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.05rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/******************************
 THIRD PART - Carousel section
*******************************/

.date-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.important-update-section {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f6f8fa;
}

.date-wrapper {
  margin-top: 116px;
}

.new-dates {
  color: #c93232;
  font-size: 16px;
  margin-left: 10px;
}

.date-item-wrapper {
  background: #f6f8fa;
}

.date-item-wrapper > .date-container-header {
  width: 100%;
  font-size: 16px;
  background: #233665;
  color: #fff;
}

.date-item-wrapper > .date-title {
  width: 100%;
  line-height: 70px;
  font-size: 42px;
  color: #233665;
}

.date-item-wrapper > .date-subtitle {
  width: 100%;
  line-height: 20px;
  font-size: 16px;
  color: #242121;
}

a.carousel-control-next::after {
  content: none !important;
}

a.carousel-control-prev::after {
  content: none !important;
}

/******************************
 FOURTH PART - Location section
*******************************/

.location-section-wrapper {
  background: #f6f8fa;
  background: url("./assets/img/split/Split7.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.location-section {
  /* background: url('./assets/img/sibenik_coast.png'); */
}

.location-white-overlay {
  padding: 100px 60px !important;
  background: #f6f8fa;
  text-align: justify;
}

/******************************
 FOURTH PART - Location section
*******************************/

.mobile-section,
.sponsors-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.download-app-icons {
  padding-top: 12%;
}

.mobile-section-wrapper {
  margin-top: 116px;
}

.sponsors-section-wrapper {
  margin-top: 116px;
}

.sponsors-section img {
  max-height: 110px;
}

/***************
MAP
******************/
.mapouter {
  position: relative;
  text-align: right;
  height: 500px;
  width: 100%;
}
.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
}

/*******
 FOOTER
********/

footer {
  padding-top: 138px;
  background: #505050;
}

.footer-link {
  font-size: 12px;
  line-height: 15px;
  color: #ddd;
  font-weight: 100;
}

.footer-description {
  font-size: 12px;
  line-height: 25px;
  color: #f3f3f3 !important;
  font-weight: 100;
}

.footer-description a {
  color: #f3f3f3 !important;
  font-weight: 700;
}

.scroll-up-image {
  cursor: pointer;
}

/**********************
 SINGLE PAGE TEMPLATE
***********************/

.post-title {
  font-size: 50px;
  line-height: 52px;
}

.post-title::after {
  height: 5px;
}

.post-container {
  padding-bottom: 150px;
}

.post-content {
  padding-bottom: 50px;
}

.post-content > hr {
  border-top: 2px solid #233665;
  width: 100px;
  margin: 45px auto;
}

.post-content > p {
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  text-justify: inter-word;
}

.post-content > img {
  max-width: 100%;
  margin: 0 auto;
}

.post-content > h3 {
  text-align: left;
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
  color: #233665;
  padding-top: 30px;
  padding-bottom: 10px;
}

.post-content > ul {
  text-align: left;
}

.post-content > h2 {
  margin-bottom: 25px;
  text-align: left;
  font-size: 27px;
  line-height: 35px;
}

.post-content > h2:not(.no-after)::after {
  margin-top: 0px;
  content: "";
  width: 60px;
  display: block;
  height: 2px;
  background: #233665;
}

.red-bullet {
  padding-left: 30px;
}
.red-bullet::before {
  content: "\2022";
  color: #fe0100;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.box-shadow {
  box-shadow: 5px 5px 5px #7c7c7c;
  -moz-box-shadow: 5px 5px 5px #7c7c7c;
  -webkit-box-shadow: 5px 5px 5px #7c7c7c;
  -khtml-box-shadow: 10px 10px 5px #ccc;
}

.organizers-logo img {
  max-height: 75px !important;
}
/*********************
SIDEBAR STYLE
*********************/

.default-sidebar-title {
  font-size: 21px;
  line-height: 30px;
  padding-bottom: 20px;
  width: 100%;
}

.default-sidebar-title::after {
  content: "";
  width: 50px;
  display: block;
  height: 2px;
  background: #233665;
}

.default-sidebar-menu-title {
  margin-left: -15px !important;
}

.sidebar > .row {
  margin-bottom: 20px;
}

.float-left {
  float: left;
}

.accent-color {
  color: #233665;
}

.date-value {
  min-width: 40px;
}

.wider-row {
  min-width: 1200px;
}

#menu-side-menu,
#menu-side-menu-eng {
  padding: 0;
}

.hidden {
  display: none;
}

.wp-block-table td,
.wp-block-table th {
  padding: 10px;
}

.wp-block-table.is-style-stripes.venue-table tbody tr:nth-child(1) {
  background-color: lightblue;
}
