* {

    line-height: 1.6;
}

body {
    font-family: Arial;
}


.the_post {
    width: 730px;
    overflow: hidden;
    margin: auto;
    border: 1px solid #dbdbdb;
    padding: 20px;
}

@media (max-width: 1079px) {
    .the_post {
        width: 100%;
        max-width: 800px;
        margin: 0px auto;
        border: none
    }
}

.crumbs_i {
    display: inline;
    color: #929292;
    margin-right: 6px
}

.crumbs_i:after {
    content: '';
    width: 3px;
    height: 3px;
    border-right: 1px solid #929292;
    border-bottom: 1px solid #929292;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
    margin: 0px 0px 2px 2px
}

.crumbs_i:last-of-type:after {
    content: none
}

.crumbs a {
    color: #929292;
    border: none
}

.entry-title {
    max-width: 728px;
    margin: 16px auto 0px
}

@media (max-width: 520px) {
    .entry-title {
        font-size: 1.86rem
    }
}

@media (max-width: 375px) {
    .entry-title {
        font-size: 1.72rem
    }
}

.entry-meta {
    max-width: 728px;
    font-size: .88rem;
    color: #929292;
    letter-spacing: .024em
}

.entry-meta a {
    color: #929292;
    border: none
}

.entry-content p {
    display: block;
    max-width: 668px;
    margin: 0 auto 22px;
    font-size: 1rem
}

.entry-content p:first-of-type {
    margin-top: 10px
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    max-width: 668px;
    width: 100%;
    margin: 6px auto 14px;
    padding: 0 4%;
    line-height: 1.35
}

.entry-content h2 {
    font-size: 2rem
}

.entry-content h3 {
    font-size: 1.72rem
}

.entry-content h4 {
    font-size: 1.42rem
}

.entry-content h5 {
    font-size: 1.12rem
}

.entry-content h6 {
    font-size: 1rem
}

.entry-content hr {
    border: 0;
    height: 1px;
    background: #ccc;
    max-width: 600px;
    margin: 0px auto 16px
}

.entry-content ul,
.entry-content ol {
    max-width: 668px;
    list-style-position: inside;
    margin: 0px auto 16px;
    counter-reset: ol
}

.entry-content ul li,
.entry-content ol li {
    margin: 14px 0;
}

.entry-content ol {
    list-style: none
}


.entry-content ol li::before {
    counter-increment: ol;
    content: counter(ol);
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    vertical-align: bottom;
    background: linear-gradient(135deg, #8FE6B4, #3EB2EA) !important;
    border-radius: 38px
}

.entry-content blockquote {
    display: block;
    width: 100%;
    margin: 0px auto;
    padding: 0 6.2%;
    max-width: 668px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #333;
    position: relative
}

.entry-content blockquote:before {
    content: '';
    background: #3EB2EA;
    background: linear-gradient(135deg, #8FE6B4, #3EB2EA);
    width: 4px;
    height: 100%;
    position: absolute;
    left: 5.2%;
    right: auto;
    top: 0px;
    bottom: 0px
}

.entry-content img {
    display: block;
    width: 100%;
    height: auto;
    margin: 8px auto 18px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.entry-content figure {
    width: 100% !important;
    margin: 8px 0px
}

.entry-content figure img {
    margin: 0px
}

.entry-content figcaption {
    margin: 10px 0px 0px;
    padding: 0px 4%;
    color: #929292;
    font-size: .88rem;
    letter-spacing: .012em
}

.wp-post-image__container {
    position: relative;
    width: 100%;
    width: calc(100% - 2px);
    margin: 30px 0;
    height: 400px;
    opacity: 1;
    overflow: hidden
}

@media (max-width: 730px) {
    .wp-post-image__container {
        width: 100%;
        max-width: 100%
    }
}

.wp-post-image__container img {
    width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: contain;
}

#disqus_thread {
    padding: 4px 4%
}

/* Full-width input fields */
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  
  /* Set a style for all buttons */
  button {
    background-color: #04AA6D;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
  }
  
  button:hover {
    opacity: 0.8;
  }
  
  /* Extra styles for the cancel button */
  .cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
  }
  
  /* Center the image and position the close button */
  .imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
  }
  
  img.avatar {
    width: 40%;
    border-radius: 50%;
  }
  
  .container {
    padding: 16px;
  }
  
  span.psw {
    float: right;
    padding-top: 16px;
  }
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 50% /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button (x) */
  .close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: red;
    cursor: pointer;
  }
  
  /* Add Zoom Animation */
  .animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
  }
  
  @-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
  }
    
  @keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
  }
  
  /* Change styles for span and cancel button on extra small screens */
  @media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
  }

  @media screen and (max-width: 700px) {
    .modal-content{
        width: 80% !important;
    }
  }
  
  .mySlides {display: block;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}