/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

#cookie-notice {
    font-family: inherit;
}

.flip-box-wrap .flip-box .ifb-front .flipbox_heading {
    font-size: 1.5rem !important;
}

#events .carousel-shortcode .owl-stage {
    display: flex;
}

#events .carousel-shortcode .dt-owl-item .uvc-heading {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#events .carousel-shortcode .dt-owl-item .uvc-heading .uvc-main-heading {
    flex-grow: 0;
}

#events .carousel-shortcode .dt-owl-item .uvc-heading .uvc-sub-heading {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.vc_toggle_title > h4 {
    font-size: inherit;
}

#partners .owl-stage {
    display: flex;
}

#partners .dt-owl-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#news .vc_toggle_title > h4 {
    font-weight: normal;
    color: #787d85;
}

#create-start-up .ifb-flip-box-section {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#create-start-up .ifb-flip-box-section .ifb-flip-box-section-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#events .dt-owl-item .uvc-heading .uvc-sub-heading img {
    height: 200px;
}

.accent-border-color .uvc-headings-line {
   border-color: #f1592b !important;
}

/* 2020-09-25: row dividers are broken, just hide them. */
.ult-vc-seperator {
  /* z-index: 2 !important; */
  display: none;
}

/* body:not(.home) .branding > a:not(.sticky-logo) > img:not(.mobile-logo) {
    visibility: hidden !important;
}

body:not(.home) .branding > a.sticky-logo {
    visibility: visible !important;
    left: -100%;
    position: static;
    opacity: 1 !important;
} */

#events .uvc-heading .no_spacer.uvc-heading-spacer {
    display: none;
}

#events .carousel-shortcode .dt-owl-item .uvc-heading .uvc-main-heading {
    min-height: calc(74px + 10px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#events .carousel-shortcode .dt-owl-item .uvc-heading .uvc-sub-heading > * {
    flex-grow: 0;
}

#events .carousel-shortcode .dt-owl-item .uvc-heading .uvc-sub-heading > p:nth-last-child(2) {
    flex-grow: 1;
}

/*
 * Disable clicks on portfolio items with no URLs.
 */
.portfolio-shortcode .post-thumbnail > a[href="#"] {
    pointer-events: none;
}

/*
 * Show excerpt on portfolio item hover.
 */
.portfolio-shortcode .entry-excerpt {
    position: absolute;
    top: calc(50% - 90px);
    left: 0;
    pointer-events: none;
    margin-bottom: 0 !important;
    padding: 0 0.2rem;
    color:  white;
    opacity: 0;
    transition: opacity 0.35s linear;
}

.portfolio-shortcode .post-entry-content {
    position: static;
}

.portfolio-shortcode article:hover .entry-excerpt {
    opacity: 1;
}

@media screen and (max-width: 1150px) {
    .portfolio-shortcode .dt-css-grid {
        grid-template-columns: repeat(3,1fr) !important;
    }
    .portfolio-shortcode .entry-excerpt {
        font-size: 0.8em;
        line-height: 1.3em;
    }
}

.reactor-modal ol {
  list-style: decimal;
  font-size: 12px;
}
.reactor-modal ul {
  list-style: circle;
}
.reactor-modal li li {
  margin-left: 1em;
}

@media screen and (max-width: 768px) {
  .portfolio-shortcode .dt-css-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media screen and (max-width: 450px) {
  .portfolio-shortcode .dt-css-grid {
    display: block;
  }
  .portfolio-shortcode .dt-css-grid > * {
    margin-bottom: 1em;
  }
}

#ieguldijums {
    width: 250px;
    height: auto;
}

.sticky-on #ieguldijums {
    display: none;
}

@media screen and (min-width: 1200px) {
    #ieguldijums {
        max-width: 12vw;
    }
}

@media screen and (min-width: 1072px) and (max-width: 1199px) {
    #ieguldijums {
        display: none;
    }
}
