.elementor-716 .elementor-element.elementor-element-d8a7927{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:4%;--padding-bottom:0%;--padding-left:5%;--padding-right:5%;}.elementor-716 .elementor-element.elementor-element-56fb007{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-716 .elementor-element.elementor-element-ae62860 .elementor-heading-title{font-family:"Century Gothic", Sans-serif;font-size:60px;font-weight:400;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-716 .elementor-element.elementor-element-b71a6f2{font-family:"Kanit", Sans-serif;font-weight:400;}.elementor-716 .elementor-element.elementor-element-e1e932e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-text, .elementor-widget-post-info .elementor-icon-list-text a{color:var( --e-global-color-secondary );}.elementor-widget-post-info .elementor-icon-list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-716 .elementor-element.elementor-element-3ce6133{width:auto;max-width:auto;}.elementor-716 .elementor-element.elementor-element-3ce6133 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-716 .elementor-element.elementor-element-3ce6133 .elementor-icon-list-icon{width:14px;}.elementor-716 .elementor-element.elementor-element-3ce6133 .elementor-icon-list-icon i{font-size:14px;}.elementor-716 .elementor-element.elementor-element-3ce6133 .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}.elementor-716 .elementor-element.elementor-element-3ce6133 .elementor-icon-list-text, .elementor-716 .elementor-element.elementor-element-3ce6133 .elementor-icon-list-text a{color:#000000;}.elementor-716 .elementor-element.elementor-element-3ce6133 .elementor-icon-list-item{font-family:"Century Gothic", Sans-serif;font-weight:400;}.elementor-716 .elementor-element.elementor-element-ec19306{--display:flex;--padding-top:3%;--padding-bottom:5%;--padding-left:5%;--padding-right:5%;}.elementor-716 .elementor-element.elementor-element-6735d4f{--display:flex;--padding-top:0%;--padding-bottom:0%;--padding-left:5%;--padding-right:5%;}.elementor-widget-post-navigation span.post-navigation__prev--label{color:var( --e-global-color-text );}.elementor-widget-post-navigation span.post-navigation__next--label{color:var( --e-global-color-text );}.elementor-widget-post-navigation span.post-navigation__prev--label, .elementor-widget-post-navigation span.post-navigation__next--label{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-post-navigation span.post-navigation__prev--title, .elementor-widget-post-navigation span.post-navigation__next--title{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}body.elementor-page-716:not(.elementor-motion-effects-element-type-background), body.elementor-page-716 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(min-width:768px){.elementor-716 .elementor-element.elementor-element-56fb007{--width:50%;}.elementor-716 .elementor-element.elementor-element-e1e932e{--width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-716 .elementor-element.elementor-element-56fb007{--width:100%;}}@media(max-width:1024px){.elementor-716 .elementor-element.elementor-element-d8a7927{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}}@media(max-width:767px){.elementor-716 .elementor-element.elementor-element-ae62860{text-align:center;}.elementor-716 .elementor-element.elementor-element-ae62860 .elementor-heading-title{font-size:40px;}.elementor-716 .elementor-element.elementor-element-b71a6f2{text-align:center;font-size:15px;}}/* Start custom CSS */.my-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Creates two columns */
    grid-gap: 10px; /* Adjust the gap between items */
    align-items: start; /* Aligns items to the start of the grid area */
}

.my-gallery figure {
    margin: 0; /* Resets margin */
    break-inside: avoid; /* Prevents breaking within an item */
    page-break-inside: avoid; /* For multi-column layout */
    -webkit-column-break-inside: avoid; /* For Safari */
}

.my-gallery img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
}

.my-gallery a:hover img,
.my-gallery a:focus img {
    opacity: 0.7;
}
.portfolio-content {
    opacity: 0.85;
}
.portfolio-content h2 {
    margin: 0;
    font-weight: 300;
}
@media only screen and (max-width: 600px) {
  .portfolio-content h2{
      font-size: 1.2em;
  }
}
.back-btn {
    display: flex;
    justify-content: end;
}

.back-btn a{
    background-color: #000;
    /*padding: 30px 50px 20px;*/
    font-size: 0px !important;
    color: #fff !important;
}
.back-btn a:before{
    content: "Back";
    font-size: 16px;
}


span.post-navigation__prev--title br, span.post-navigation__next--title br {
    display: inline;
    content: "";
    width: 15px;
    margin: 0.12em;
}
span.elementor-post-navigation__link__prev, span.elementor-post-navigation__link__next {
    flex-direction: row !important;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5em;
}
div#elementor-lightbox-slideshow-single-img {
    display: none !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Century Gothic';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://p4able.com/wp-content/uploads/2024/03/Roboto-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Century Gothic';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://p4able.com/wp-content/uploads/2024/03/Roboto-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */