/*
 Theme Name:   DODO Theme Child
 Theme URI:    https://dodo.nl/
 Description:  DODO Theme child theme
 Author:       DODO Internet
 Author URI:   https://dodo.nl/
 Template:     dodo_theme
 Version:      1.0.0
 Tags:         dodo, theme, boekenmakers, proefschriftmaken
 Text Domain:  dodo_theme-child
*/

h1 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 25px;
}

h2 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 25px;
}

h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

h5, h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

p {
  line-height: 28px;
  margin-bottom: 15px;
}

.row-text li::before {
  content: url('img/icons/check-small.svg');
  transform: none;
  top: 10px;
}

.butn::after {
  content: url('img/icons/arrow-right-small-white.svg');
  content: none !important;
}

.bg-black .butn::after, .bg-color_1 .butn::after, .bg-color_2 .butn::after {
  content: url('img/icons/arrow-right-small.svg');
}

.smediabutn {
  position: relative;
  display: flex;
  gap: 10px;
  width: 45px;
  height: 45px;
  align-items: center;
  border: 1.5px solid var(--global-color-1);
  border-radius: 50%;
  background-color: transparent;
  color: var(--global-color-1);
  padding: 0;
  margin: 0 10px 10px;
}

.bg-black .smediabutn {
  border-color: var(--global-white);
  background-color: transparent;
  color: var(--global-white);
}

.smediabutn:hover {
  border-color: var(--global-color-2);
  background-color: var(--global-color-2);
  color: var(--global-white);
}

.smediabutn:active {
  border-color: var(--global-black);
  background-color: var(--global-black);
  color: var(--global-white);
}

.smediabutn i,
.smediabutn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.smediabutn i {
  font-size: 20px;
}

.smediabutn svg {
  height: 20px;
}

.smediabutn svg path {
  fill: var(--global-color-1);
}

.smediabutn:hover svg path {
  fill: var(--global-white);
}

.smediabutn:active svg path {
  fill: var(--global-white);
}

#masthead .header-socials .smediabutn {
  width: auto;
  height: auto;
  padding: 5px;
}

#masthead .header-socials .smediabutn i,
#masthead .header-socials .smediabutn svg {
  position: relative;
  top: initial;
  left: initial;
  transform: initial;
}

#masthead .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

#masthead .nav-item.active .nav-link {
  color: var(--global-color-1);
}

.image_text-row .main-image .image-text {
  width: 60%;
}

.post-row .post-tax-filter ul li.active a::after {
  content: url('img/icons/check-small.svg');
}

/* .post-row.post-type-medewerkers .post-item .post-image,  */
.post-row.post-type-us_portfolio .post-item .post-image {
  padding-top: 150%;
}

.post-row .post-item .post-inner {
  text-align: center;
}

.post-row .post-item .post-link {
  justify-content: center;
}

.post-row .post-item .post-link::after {
  content: url('img/icons/arrow-right-small.svg');
}

.post-row.post-type-us_testimonial .review-quotes path {
  fill: var(--global-color-1);
}

.steps-row.layout-slider .step-item .step-icon::before,
.steps-row.layout-images .step-item .step-icon::before,
.blocks-row .block-icon::before {
  background: #fff0 linear-gradient(180deg,#2ed03c 0%,#FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.carousel-controls .carousel-control-prev,
.carousel-controls .carousel-control-next {
    box-shadow: none;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  #masthead .navbar-nav {
    border-radius: 10px;
    background-color: #333333;
    padding: 20px 0;
    margin: 0;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 25px;
  }

  h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
  }

  h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  h5, h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  p {
    line-height: 28px;
    margin-bottom: 15px;
  }

  .image_text-row .main-image .image-text {
    width: 100%;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 576px) {}

@media only screen and (max-width: 480px) {}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {}
