/*
Theme Name: the7dtchild
Author: Grafikphase - Maik Bernstein
Author URI: http://grafikphase.de
Description: Child-Theme for Sächsisches Geschichtscamp
Version: 1.0.1
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
*/

/*######################################*/
/*##### Sächsisches Geschichtscamp #####*/
/*######################################*/


/*##### Theme+Plugin Anpassungen #####*/
/* Header Schatten */
.phantom-shadow-decoration.phantom-sticky.sticky-on .masthead:not(.side-header):not(.mixed-header) {
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);
}

/* Logo Schatten */
.sticky-off .branding .preload-me {
    /* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
    -webkit-filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, 0.5) );
            filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, 0.5) );
}


/* Mindesthöhe (bei leeren Seiten für Footer) */
#main {
    min-height: calc(100vh - 426px);
}


/* Timeline Element */
.timeline-line {
    border-right: 3px solid #f4cb00 !important;
}

.timeline-line span:first-child, .timeline-line span:last-child {
    width: 15px !important;
    height: 15px !important;
    left: -6px !important;
}

.timeline-post-left, .timeline-post-right {
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);
}

/* Center-fix*/
/*
.timeline-post-right .timeline-dot {
    left: -28px !important;
}
*/

/* shape-fix */
.timeline-wrapper .timeline-block {
    border: unset !important;
    border-radius: unset !important;
}

.ult-timeline-arrow s {
    border-color: rgba(255, 255, 255, 0) rgb(255, 255, 255) !important;
}



/* Team-Typo (nur Seite) */
.ult-style-3 .ult-team-member-position {
    font-size: 15px !important;
    text-transform: none !important;
}

.ult-style-3 .ult-team-member-name-wrap .ult-team-member-name, h3.ult_modal-title {
    color: #111 !important;
    font-size: 17px !important;
    text-transform: none !important;
    letter-spacing: 1px !important;
    font-weight: normal !important;
}




/* Button */
.vc_btn3.vc_btn3-size-lg {
    font-size: 17px;
}



/* Zitat */
blockquote p:before { 
   content: ' „ ' ' '; color: gray;
}
blockquote p:after {
   content: ' ' ' “ ';
   color: gray;
}
blockquote::after {
    content: " " attr(cite) " ";
    font-weight: 600;
    font-style: normal;
}
blockquote {
    font: italic 15px / 27px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 300;
    color: #111111;
    padding: 15px 15px;
}

.shadow-element-decoration blockquote:not(.shortcode-blockquote), .shadow-element-decoration .block-style-widget {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

blockquote:not(.shortcode-blockquote), blockquote.shortcode-blockquote.block-style-widget, .block-style-widget {
    background-color: unset;
}



/* Modal */
.ult_modal-content {
    -webkit-box-shadow: unset !important;
    -o-box-shadow: unset !important;
    -ms-box-shadow: unset !important;
    box-shadow: unset !important;
}

.ult_modal-header, .ult_modal-content {
    border: unset !important;
}

.ult_modal-body {
    padding: 0 !important;
}

.ult_modal-header {
    padding-top: 20px;
}

.ult_modal-header > .modal-icon {
    padding: 0 0 0 25px !important;
}

/* Audio-Feld größer */
.ult_modal audio {
    width: 75%;
}




/*##### Schrift #####*/

@font-face {
    font-family: 'Kingthings';
    src: url('./assets/fonts/kingthings.eot');
    src: url('./assets/fonts/kingthings.eot?#iefix') format('embedded-opentype'),
         url('./assets/fonts/kingthings.woff2') format('woff2'),
         url('./assets/fonts/kingthings.woff') format('woff'),
         url('./assets/fonts/kingthings.ttf') format('truetype'),
         url('./assets/fonts/kingthings.svg#Kingthings') format('svg');
    font-weight: normal;
    font-style: normal;

}


.kingthings {
    font-family: 'Kingthings';
}


h2, h3 {
    color: #2d4b74;
}

h2.wpb_video_heading {
    font-size: 22px;
}


.fa-2x {
    font-size: 2em !important;

}

.underline {
    letter-spacing: 3px !important;
    font-size: 230% !important;
}


/* Unterstreichung mit Kingthings-Typo */
.underline-img {
    background-image: url("./assets/img/underline.svg");
    background-position: 0 -18px;
    background-size: 28px 60px;
    padding-bottom: 0px;
    display: inline-block;
}


hr.gc-hr {
    border : 0;
    height : 50px;
    background-image: url("./assets/img/underline.svg");
    background-repeat: repeat-x;
    background-size: 28px 60px;
    margin: 30px 0;
}


/* Farben */
.gc-blau, .gc-blau h1, .gc-blau h2, .gc-blau h3, .gc-blau p  {
    color: #2d4b74;
}

.gc-gelb {
    color: #f4cb00;
}



/* Helper */
.centerme {
    text-align: center;
}

.hideme {
    display: none !important;
}



/* Content */
#gc-trailer {
    z-index: 10;
    position: relative;
}

.index0 {
    z-index: 0;
}

.absolut {
    position: absolute;
    z-index: 10;
}
.absolut.right {
    right: 15%
}



/* Drehung */
.pos1 {
    transform: rotate(1deg);
}

.pos2 {
    transform: rotate(2deg);
}

.pos3 {
    transform: rotate(3deg);
}

.pos4 {
    transform: rotate(4deg);
}

.pos5 {
    transform: rotate(5deg);
}

.pos10 {
    transform: rotate(10deg);
}

.all30 {
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}


.neg1 {
    transform: rotate(-1deg);
}

.neg2 {
    transform: rotate(-2deg);
}

.neg3 {
    transform: rotate(-3deg);
}

.neg4 {
    transform: rotate(-4deg);
}

.neg5 {
    transform: rotate(-5deg);
}

.neg10 {
    transform: rotate(-10deg);
}





/*##### Layout #####*/
.box-schatten {
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);
}
.box-schatten-inner > .vc_column-inner {
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);
}

.box-rahmen > .vc_column-inner  {
    border: 10px solid #124b96;
}


.box-weiss {
    background-color: #ffffff !important;
    padding: 15px;
}
.box-weiss-inner > .vc_column-inner {
    background-color: #ffffff !important;
    padding: 15px;
}
.box-weiss .wpb_content_element {
    margin-bottom: 0;
}

.box-gelb {
    background-color: rgba(247,206,20,0.8) !important;
    padding: 15px;
}

.box-orange {
    background-color: rgba(236,101,0,0.8) !important;
    padding: 15px;
}

.box-gruen {
    background-color: rgba(148,193,26,0.8) !important;
    padding: 15px;
}

.box-blau {
    background-color: rgba(35,95,126,0.8) !important;
    padding: 15px;
}

.box-grau {
    background-color: rgba(213, 213, 213, 0.8) !important;
    padding: 15px;
}



/* Timeline, Rückblick Anpassungen */
/* Bildausrichtung */
.timeline-post-left figure {
    float: right;
    margin: 15px 15px 10px 20px !important;
}
.timeline-post-right figure {
    float: left;
    margin: 15px 20px 5px 15px !important;
}
/* Shortcode Space-Fix (debug!) */
.timeline-header-block .wpb_content_element {
    margin-bottom: 0;
}

.gc-subline {
    text-transform: uppercase;
}



/* Verschiebung bei Hover */
.box-animation:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.box-animation, .box-animation:hover,
.tl-animation-slide-out .timeline-dot, .tl-animation-slide-out .timeline-post-left, .tl-animation-slide-out .timeline-post-right {
    -webkit-transition: -webkit-transform 200ms linear !important;
    transition: -webkit-transform 200ms linear !important;
    transition: transform 200ms linear !important;
    transition: transform 200ms linear,-webkit-transform 200ms linear !important;
}


/* Contentboxen Flex */
.gc-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.gc-item {
    flex-direction: row;
    padding: 15px 15px 0;
}
.gc-item a {
    text-decoration: none;
}
.gc-item a:hover {
    text-decoration:  line;
}





/*##### Slider Anpassungen #####*/
@media screen and (min-width:778px) and (max-width:1020px) {
  .underline-left {
    left: -100px;
  }

  .underline-right {
    right: -100px;
  }
}

@media screen and (min-width:480px) and (max-width:778px) {
  .underline-left {
    left: -200px;
  }

  .underline-right {
    right: -200px;
  }
}

@media screen and (max-width:480px) {
  .underline-left {
    left: -400px;
  }

  .underline-right {
    right: -400px;
  }
}



/*##### CF7 Anpassungen #####*/

/*CF7 Textfeld Höhe */
textarea.wpcf7-textarea {
    max-height: 100px;
}

/*CF7 Captcha space*/
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    margin-bottom: 10px;
}
/* Shortcode Spalten (The7-Theme) */
.wpcf7-form .wf-cell, .wf-usr-cell {
    padding: 0 20px;
}

/*CF7 check-/radio-box Space*/
.wpcf7-form-control.wpcf7-checkbox, .wpcf7-form-control.wpcf7-radio, .wpcf7-form-control.wpcf7-acceptance {
    margin-left: -15px;
}

/*CF7/Kontakt Space Mobil*/
@media only screen and (max-width: 550px) {
    form.wpcf7-form .col {
    padding-bottom: 10px;
    }
}
