#container:not(.main_page) #content {
    padding: 10px 10px;
}

#container:not(.main_page) {
    background-color: #fff;
}

.paging li.page a:after {
transform: scale(0.7);
}

.paging li a {
    width: 24px;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
}

img.attachment-full.size-full.wp-post-image{
object-fit: cover;
}

.masonry-thumbnail{
    width:100%;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.masonry-thumbnail:hover{
    transform: scale(1.08);
}
.masonry-thumbnail .content-overlay {
    background: rgba(0,0,0,0.4);
    position: absolute;
    height: 20%;
    width: 80%;
    left: 10%;
    top: 0%;
    bottom: 10%;
    right: 10%;
    opacity: 0;
}

.masonry-thumbnail:hover .content-overlay {
    height: 100%;
    width: 100%;
    left : 0;
    top : 0;
    opacity: 1;
}

/* Animation */

.bespokenotice{
    font-size: 16px;
    font-weight: 600;
    padding-left: 30px;
    opacity: 100%;
}

.bespokenotice:before{
    margin-top: 2px;
    transform: scale(0.6);
    margin-left: -30px;
    position: absolute;
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    margin-bottom: 10px;
    background: url(../images/icons_pc.png) no-repeat -30px -100px;
    opacity: 100%;
}

.box {
        position: relative;
        width: calc(100% - 0px);
        height: auto;
        margin: 0 auto;
        overflow: hidden;
}
.bespokegllogotext, .bespokegllogotext2, .bespoke3 {
    text-align: center;
    padding: 10vh 0;
    display: flex;
    justify-content: center;
}
@media (max-width:480px) {
    .bespokegllogotext, .bespokegllogotext2, .bespoke3 {
        text-align: center;
        padding: 10vh 0;
    }
}
.bespokegllogotext2 img {
    max-width: 600px;
    min-width: 343px;
    width: 42vw;
}
@media (max-width:480px) {
    .bespokegllogotext2 img{
        max-width: 400px;
        min-width: 250px;
        width: 40vw;
      }
  }

.g_btn_view_more:hover:before {
    right: -8px;
}

.g_btn_view_more:before {
    content: '>';
    width: 5px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 1px;
    margin-top: -4px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.g_btn_view_more:hover {
    opacity: 0.6;
}

a:hover {
    text-decoration: none;
}

.g_btn_view_more {
    position: relative;
    color: #444;
    text-align: left;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    padding-right: 8px;
     -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.masonryimagetext{
    position: absolute;
    top: 45%;
    right: 32%;
    opacity: 0;
}

.masonry-thumbnail:hover .masonryimagetext{
    opacity: 1;
}

.masonryimagetext .readmore{
    font-weight: 600;
    font-size: 15px;
    color: white;
}

.masonryimagetext .g_btn_view_more{
    color: white;
}

.masonryimagetext .g_btn_view_more:before {
    content: '>';
    font-size: 14x;
    position: absolute;
    right: 0;
    top: 6px;
    margin-top: -9px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@keyframes line {
    0%{
        left: 100vw;
        width: 100%;
    }
    80%{
        left: 0vw;
        transform:translateX(0);
        width: 80%;
    }
    100% {
        left: 50vw;
        transform:translateX(-200px);
        width: 400px;
    }
}

.linel{
    z-index: 12;
    -webkit-animation: 2.2s linear;
    -moz-animation: 2.2s linear;
    -o-animation: 2.2s linear;
    -ms-animation: 2.2s linear;
    animation: 2.2s linear;
    animation-fill-mode: forwards;
    left: 100vw;
    top: 40%;
    height: 30px;
    background: linear-gradient(to right, #f6b431, #f6b431 50%, #bed2e3 50%, #bed2e3 62.5%, #e7cdcc 62.5%, #e7cdcc 75%, #ccd1b3 75%, #ccd1b3 87.5%, #426b57 87.5%,#426b57 );
  -webkit-animation-name: line;
    animation-name: line;
    }

@media (max-width: 1024px) {

.anim-typewriter{
    animation: typewriter1024 1.2s steps(11) 1s 1 normal both,
    blinkTextCursor1 500ms steps(44) 500ms 3;
    animation-fill-mode: forwards;
    animation-delay: 3.8s;
}
/* Animation */

.anim-typewriter2{
  animation: typewriter1024 1.1s steps(8) 1s 1 normal both,
  blinkTextCursor2 500ms steps(40) infinite normal;
  animation-fill-mode: forwards;
  animation-delay: 5.8s;
}

.logoimg .text{
padding-bottom: 7px}

.linel{
    z-index: 12;
     -webkit-animation: 2.2s linear;
    -moz-animation: 2.2s linear;
    -o-animation: 2.2s linear;
    -ms-animation: 2.2s linear;
    animation: 2.2s linear;
    animation-fill-mode: forwards;
    left: 100vw;
    top: 40%;
    height: 30px;
    background: linear-gradient(to right, #f6b431, #f6b431 50%, #bed2e3 50%, #bed2e3 62.5%, #e7cdcc 62.5%, #e7cdcc 75%, #ccd1b3 75%, #ccd1b3 87.5%, #426b57 87.5%,#426b57 );
  -webkit-animation-name: line1024;
    animation-name: line1024;
    }

.logoimg .text span {
    font-size: 46.5px;
    letter-spacing: -3px;
}

.logoimg {
    left: calc(50vw - 180px);
}
.line-1,.line-2{
    font-size: 52px;
}
.tag {
    width: 360px;
    left: calc(50vw - 180px);
}
}

@media (max-width: 768px) {

.anim-typewriter{
    animation: typewriter768 1.2s steps(11) 1s 1 normal both,
    blinkTextCursor1 500ms steps(44) 500ms 3;
    animation-fill-mode: forwards;
    animation-delay: 3.8s;
}
/* Animation */

.anim-typewriter2{
  animation: typewriter768 1.1s steps(8) 1s 1 normal both,
  blinkTextCursor2 500ms steps(40) infinite normal;
  animation-fill-mode: forwards;
  animation-delay: 5.8s;
}


.logoimg .text{
padding-bottom: 9px}

.linel{
    z-index: 12;
    -webkit-animation: 2.2s linear;
    -moz-animation: 2.2s linear;
    -o-animation: 2.2s linear;
    -ms-animation: 2.2s linear;
    animation: 2.2s linear;
    animation-fill-mode: forwards;
    left: 100vw;
    top: 40%;
    height: 30px;
    background: linear-gradient(to right, #f6b431, #f6b431 50%, #bed2e3 50%, #bed2e3 62.5%, #e7cdcc 62.5%, #e7cdcc 75%, #ccd1b3 75%, #ccd1b3 87.5%, #426b57 87.5%,#426b57 );
  -webkit-animation-name: line768;
    animation-name: line768;
    }

.logoimg .text span {
    font-size: 38.5px;
    letter-spacing: -3px;
}
.logoimg {
    left: calc(50vw - 150px);
}
.line-1,.line-2{
    font-size: 38px;
}
.tag {
    width: 300px;
    left: calc(50vw - 150px);
}
}

@keyframes line768 {
    0%{
        left: 100vw;
        width: 100%;
    }
    80%{
        left: 0vw;
        transform:translateX(0);
        width: 80%;
    }
    100% {
        left: 50vw;
        transform:translateX(-150px);
        width: 300px;
    }
}

@keyframes line1024 {
    0%{
        left: 100vw;
        width: 100%;
    }
    80%{
        left: 0vw;
        transform:translateX(0);
        width: 80%;
    }
    100% {
        left: 50vw;
        transform:translateX(-180px);
        width: 360px;
    }
}

@keyframes typewriter768{
  0%{width: 0px; opacity: 0}
  20%{opacity: 1}
  100%{width: 300px; opacity: 1}
}
@keyframes typewriter1024{
  0%{width: 0px; opacity: 0}
  20%{opacity: 1}
  100%{width: 350px; opacity: 1}
}

/* Infinite Scroll loader */
#infscr-loading {
  text-align: center;
  z-index: 100;
  position: fixed;
  left: calc(50% - 150px);
  bottom: 180px;
  width: 300px;
  padding: 10px;
  background: #f6b431;
  opacity: 0.8;
  color: #FFF;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
