/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 27 2018 | 13:11:33 */
/*Hide Featured Image */
.single-featured-image-header {
   max-height:300px;
}

.page .entry-header { display: none; }

/*Front-page*/
.box40 {
  width:40%;
  padding:0 10px 0 0;
  float:left;
}

.box60 {
  width:60%;
  padding:20px;
  float:right;
}

@media screen and (max-width: 500px) {
  .box40 {
    width:100%;
  }
  .box60 {
    width:100%;
  }
}

/* Add some shadows to create a card effect */
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Some left and right padding inside the container */
.container {
    padding: 0 16px;
}

/* Clear floats */
.container-card::after, .row::after {
    content: "";
    clear: both;
    display: table;
}

.title-card {
    color: grey;
}

.button-card {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

.button-card:hover {
    background-color: #555;
}

/* Set a background color */
body {
  font-family: 'Playfair Display', serif;
}

/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #6c7781;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

.container p {
   margin: 0 0 0.5em;
}
/* The circles on the timeline */
.container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: #6c7781;
    border: 4px solid white;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.left {
    left: 0;
}

/* Place the container to the right */
.right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #6c7781;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #6c7781;
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #6c7781;
    border-width: 10px 10px 10px 0;
    border-color: transparent #6c7781 transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -16px;
}

/* The actual content */
.content {
    padding: 10px 20px;
    background-color: #6c7781;
    position: relative;
    border-radius: 6px;
    color:white;
}

.content h3 {
  color:white;
}

.content a {
  color:white;
 }

.logo-image {
    width: 60px;
    position: absolute;
    right: 20px;
    top: 10px;
    border-radius: 6px;
    }

.exp-title {
     position:absolute;
     top: 55px;
     font-size: 12px;
}
/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }
  
  /* Full-width containers */
  .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .container::before {
    left: 60px;
    border: medium solid #6c7781;
    border-width: 10px 10px 10px 0;
    border-color: transparent #6c7781 transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
 
}