AlkantarClanX12

Your IP : 52.14.88.137


Current Path : /home/thanudqk/siamfreetour.com/wp-content/themes/photofocus/sass/site/section/
Upload File :
Current File : /home/thanudqk/siamfreetour.com/wp-content/themes/photofocus/sass/site/section/_app-section.scss

/**
 * 8.3.20 - App Section
 */

  .app-section {
    margin: 42px 0;
  }

 .app-section .post-thumbnail {
    margin-top: 28px;
 }

 .app-section .entry-container {
    max-width: 680px;
    padding: 35px 30px 42px 30px;
    position: relative;
    text-align: center;
    z-index: 2;
}

.app-image-container .app-image  {
    margin: 10px;
}

.app-image-container img {
    margin: 0 auto;
    transition: 0.3s;
}

.app-image-container img:hover,
.app-image-container img:focus {
    opacity: 0.6;
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.app-image-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
     -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
}

 .app-section .hentry {
    position: static;
 }

 .app-section .post-thumbnail-background::before {
    background-color: rgba(0,0,0,0.5);
}

 .app-section .post-thumbnail-background::before {
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
}

.app-section .app-wrap {
    margin-top: 28px;
}

 .app-section .app-wrap > p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.app-section .entry-content > p:last-of-type {
    margin-bottom: 0;
}

.app-section.text-align-left .post-thumbnail img,
.app-section.text-align-right .post-thumbnail img {
    margin: 0 auto;
}