/*
Theme Name: Beyond Models
Author: Toon Whanphadett
Author URI: https://www.whanphadett.com/
Description: designed for Beyond Models, 2023
Requires at least: 5.9
Tested up to: 6.0
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: beyondmodels
Domain Path: /languages/
Tags: blog, news, one-column, custom-background, custom-logo, custom-menu, sticky-post, translation-ready

Digger Wordpress Theme, (C) 2021 WPSamurai.me
Digger is distributed under the terms of the GNU GPL.
*/

/*
* BASIC STYLE
*/
html {scroll-behavior: smooth;}
body {
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    background-color: #19253C;
    color: #fff;
}

.setclear {clear: both; float: none;}

a:hover {
    text-decoration: none;
}
.btn {
    padding: 10px 36px;
    border-radius: 36px;
}
.btn-primary {
    background-color: #818181;
    border-color:#818181;
    color: #fff;
}
.btn-primary:hover {
    background-color: #ccc;
    border-color: #ccc;
    color: #19253C;
}

.sectionbox {padding: 10% 0;}
.section-title {
    margin-bottom: 2%;
    font-size: 220%;
    text-transform: uppercase;
    letter-spacing: .5rem;
    color: #818181;
}

blockquote {
    background: #f9f9f9;
    border-left: 5px solid #bdbdbd;
    margin: 1.5em 10px;
    padding: 1em;
    font-style: italic;
}

blockquote:before {
    color: #dfdfdf;
    content: "\201D";
    font-size: 7em;
    line-height: .1em;
    vertical-align: 0;
    float: right;
}

figcaption,
.wp-caption-text {
    font-size: 1em;
    margin: .9em 0;
    text-align: center;
    color: #777;
}

.wp-block-group__inner-container {
    padding: 1em;
}

.wp-caption {
    max-width: 100%;
}

.entry-title,
.hometitle {
    overflow-wrap: break-word;
}

.digger-blue-back {
    background-color: #f2f7fe;
}

/*
* BOOTSTRAP CHANGES
*/
.card-title a {
    text-decoration: none;
    color: #000;
}

.card-title a:hover {
    text-decoration: none;
    color: #454545;
}

/*
* DIGGER ARCHIVES
*/
.thumbnail-archive img {
    margin: 0 0 1em;
    border-radius: 5px;
}

.hometitle {
    text-decoration: none;
    border: none;
    color: #000;
}

.hometitle:hover {
    text-decoration: none;
    border: none;
    color: #666;
}

.block-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.category #primary {text-align: center;}
.archive-posts {
    position: relative;
    padding: 16px;
    /* background-color: rgba(255,255,255,0.05); */
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 20%;
}
.archive-posts h3, .archive-posts p {display: none;}

.archive-posts:hover {
    border-color: #ababab !important;
}

.archive-posts small a,
.all-tags-link {
    z-index: 2;
    position: relative;
}
.archive-posts h3 {font-size: 16px;}
.archive-posts a {color: #eee;}
.archive-posts a:hover {color: #fff;}

/*
* AUTHOR BLOCK
*/
.postauthor-wrap {
    width: 100%;
    clear: both;
}

.postauthor-wrap .fn {
    color: #000;
    font-size: .85em;
    font-weight: 700;
}

.postauthor-wrap .fn:hover {
    color: #000;
    text-decoration: none;
}

.avatar-100 {
    float: left;
    width: 64px;
    height: 64px;
    margin: 0 1em 1em 0;
    border-radius: 50%;
}

/*
* CODE AND PRE STYLES
*/
pre {
    padding: 1.3em;
    margin: 1em 0 2em;
    word-break: break-all;
    overflow: auto;
    background-color: #edf2f6;
    border-radius: 15px;
    color: #333;
    white-space: pre;
}

.wp-block-code code {
    white-space: pre;
    overflow-wrap: break-word;
}

p code {
    padding: 2px 4px;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

/*
* COMMENTS STYLES
*/
#comments .comment-navigation {
    margin-bottom: 0;
}

#comments .comment-navigation-below {
    margin-bottom: 20px;
    margin-top: 15px;
}

#comments .media-list li .media {
    margin-top: 15px;
}

#comments .media-list li .media .media-body {
    border: 1px solid #dbdbdb;
    padding: 10px;
}

#comments .media-list li .media .media-body .comment-author {
    font-size: 12px;
    margin-bottom: 10px;
}

#comments .media-list ul.children {
    list-style: none;
    margin-left: 1em;
}

.comment-avatar {
    float: left;
}

.media-body {
    width: 10000px;
}

.comment-content {
    position: relative;
}

.comment-content pre {
    white-space: pre;
    overflow-x: auto;
    display: block;
    max-width: 860px;
}

.comment-content table {
    margin-bottom: 1.5em;
}

.comment-content table tr td,
.comment-content table tr th {
    padding: .5em;
    border: 1px solid #bdbdbd;
    border-collapse: collapse;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media>.pull-right {
    padding-left: 10px;
}

.media-left,
.media>.pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.comment-reply-link {
    font-size: .85em;
}

#cancel-comment-reply-link {
    margin-left: .5em;
}

.comment-reply-title {
    margin-top: 1em;
    font-size: 1.3em;
}



/*
* FOOTER MENU
*/

.main-gradient {
    background: -webkit-linear-gradient(45deg, #0d6efd, #68a4fd);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.da-footer-menu {
    color: #232323;
}

.da-footer-menu ul,
ul.da-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.da-footer-menu ul li,
ul.da-footer-menu li {
    margin-bottom: 1.3em;
}

.da-footer-menu a {
    color: #232323;
    text-decoration: none;
    border-bottom: 1px solid #232323;
}

.da-footer-menu a:hover {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.da-footer-menu .sub-menu {
    margin: 1em 0 1em 1.5em;
}

.da-footer-menu .sub-menu li {
    margin-bottom: .5em;
}

/*
* NAVBAR STYLES
*/

.custom-logo {
    margin-right: .6em;
    vertical-align: middle;
}

/*
* ALIGN
*/

.wp-block-gallery:not(.has-nested-images) {
    margin-bottom: 2em;
}

.wp-block-cover__inner-container p {
    margin-bottom: 0;
}

.wp-block-button,
.wp-block-cover,
.wp-block-archives,
.wp-block-calendar,
.wp-block-categories,
.wp-block-group,
.wp-block-media-text {
    margin-bottom: 1.5em;
}

.alignnone {
    margin: .3em 1em 1em 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: .3em auto .3em auto;
}

.alignright {
    float: right;
    margin: .3em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .3em 1em 1em 0 !important;
}

.wp-block-button.is-style-squared a,
.wp-block-button__link.wp-block-button.is-style-squared a {
    border-radius: 0;
}

/*
* PAGINATION
*/

.nopage {
    padding: .2em 1em;
}

/*
* OTHER STYLES
*/

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote p cite {
    font-size: .8em;
}

.entry-content>table {
    margin-bottom: 1.5em;
}

.entry-content>table tr td,
.entry-content>table tr th {
    padding: .5em;
    border: 1px solid #bdbdbd;
    border-collapse: collapse;
}

.edit-block {
    font-size: .8em;
    clear: both;
}

.edit-block a {
    color: #777777;
}

.edit-block a:hover {
    color: #777777;
}

.page-block,
.page-links {
    clear: both;
}

.bypostauthor {
    background-color: #FF1100;
}

.bypostauthor .avatar {
    border: 1px dotted #FF1100;
}

.gallery-caption {
    color: #565656;
}

.footer-copyright {
    color: #676767;
    text-decoration: none;
}

.footer-copyright:hover {
    color: #000000;
    text-decoration: none;
}

/* 
* Text meant only for screen readers
*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* general */
.view-pc, .view-mb, .br-pc, .br-tb, .br-mb {display: none;}
a {color: #eee;}
a:hover {color: #f68b1f;}
.hide {display: none!important;}
#single-author {display: none;}
.progress-wrap {background-color: #818181!important;}
div.wpforms-container-full input[type=submit], div.wpforms-container-full button[type=submit], div.wpforms-container-full .wpforms-page-button {
   background-color: #818181!important;
   color: #fff!important;
   border-radius: 36px!important;
   padding: 10px 36px!important;
   font-size: 20px!important;
   line-height: 50px;
}
.material-symbols-outlined {
   font-variation-settings:
   'FILL' 0,
   'wght' 400,
   'GRAD' 0,
   'opsz' 24;
   vertical-align: middle;
}
.badge-secondary {background-color: rgba(255,255,255,0.2);}

/* top navigation */
.navbar {padding: 24px 0; background: #fff;}
.navbar-light .navbar-nav .nav-link {
   color: #333;
   text-transform: uppercase;
   padding: 5px 20px;
   border-radius: 36px;
}
.navbar-light .navbar-nav .nav-link:hover {
   color: #f68b1f;
   background-color: #fff;
}
html:not([data-scroll='0']) {
    .fixed-top {
        background-color: rgba(255,255,255, 0.75);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
    }
}

/* category lists */
.lcp_paginator {
   padding-left: 0;
   margin: 2% 0;
   text-align: center;
}
.lcp_paginator li {
   margin: 0 5px!important;
   padding: 0 16px!important;
   border-radius: 6px;
   background-color: #818181;
   border-color: #818181!important;
}
.lcp_paginator li a {color: #000;}
.lcp_paginator li a:hover {color: #fff;}
.lcp_catlist img {border-radius: 6px;}

/* page header */
header.entry-header {text-align: center;}
header.entry-header h1 {font-weight: 300;}

/* footer social media */
#ftrSocialMedia {
    text-align: center;
    padding: 0 0 3rem;
}
#ftrSocialMedia ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#ftrSocialMedia ul li {
    display: inline;
    margin: 0 20px;
}
#ftrSocialMedia ul li a:hover {opacity: 0.75;}
#ftrSocialMedia ul li img {max-width: 5%;}
#ftterWidgetBox {padding-top: 5%;}

/* hero on home page */
#homeHero {position: relative;}
#homeHeroTextWrapper {
   position: absolute;
   width: 100%;
   left: 0;
   top: 0;
   z-index: 2;
   padding-top: 12%;
   text-shadow: 0 0 3px #000;
}
#heroTitle {
    margin-bottom: 24px;
    text-align: center;
    font-size: 300%;
    font-weight: 300;
    text-transform: uppercase;
}
#heroTitle p {margin-bottom: 0;}
#heroSubTitle {
    font-size: 100%;
    font-weight: 300;
    font-style: italic;
    text-align: right;
}
#homeHeroPict, #homeHeroPictMB {width: 100%;}

/* latest project on home page */
#homeLastestProjects {background-color: rgba(255,255,255,0.05);}

/* our projects on home page */
#homeOurProject .card .infos {text-align: left;}
#homeOurProject .infos .name {padding-left: 0; line-height: 1.2;}
#homeOurProject .card .btn-contact {
   font-size: 1.2em;
   padding: 10px 24px;
   height: 44px;
   color: #333;
   background-color: #818181;
   border-radius: 16px;
}
#homeOurProject ul {
   list-style-type: none; 
   padding-left: 0;
}
#homeOurProject ul li {
   display: inline-block;
   width: 22.5%;
   margin: 0 1% 3%;
   text-align: left;
   vertical-align: top;
}
#homeOurProject li img {border-radius: 6px 6px 0 0;}
#homeOurProject li .btn {
   border:none;
   padding: 0;
   background: none;
}
#homeOurProject li .btn-outline-primary {
   font-size: 80%;
   color: #818181;
}
#homeOurProject li .btn-outline-primary:hover {color: #fff; text-decoration: underline;}
#homeOurProject li .btn .material-symbols-outlined {font-size: 80%;}
#homeOurProject li .hop-box {
   border-radius: 6px;
   transition: transform .2s;
   background-color: rgba(255,255,255,0.05);
}
#homeOurProject li .hop-box p:last-child {margin-bottom: 0;}
#homeOurProject li .hop-info {padding: 0 16px 16px;}

/* our projects page */
#ourProjectsWrapper .lcp_catlist {
   padding-left: 0;
   list-style-type: none;
   text-align: center;
}
#ourProjectsWrapper .lcp_catlist li {
    display: inline-block;
    margin: 0 2% 4%;
}
#ourProjectsWrapper .lcp_catlist li img {
   max-width: 200px;
   height: auto;
   transition: transform .2s;
}
#ourProjectsWrapper .lcp_catlist li:hover img {
   box-shadow: 0 0 15px #f68b1f;
   transform: scale(1.2);
}
#projectFilterBar {
   padding: 1% 0;
   margin-bottom: 5%;
   background-color: rgba(255,255,255,0.1);
   border-radius: 6px;
}
#projectFilterBar a {color: #eee;}
#projectFilterBar a:hover {color: #fff;}
#projectFilterBar .dropdown-menu a {color: #666;}
#projectFilterBar .dropdown-menu a:hover {color: #333;}
.projects-brand {margin-bottom: 44px;}
.projects-brand img {max-height: 220px; border-radius: 6px;}
.project-picture {margin: 0 auto 3%;}
#single-meta {text-align: center;}
#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 {color: #fff!important; padding: 3% 0;}

/* our clients on home page */
#homeOurClients {background-color: #2B3953;}
#hmOClntsWrapper {margin-bottom: 5%; position: relative;}
#hmOClntsWrapper .lcp_catlist {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#hmOClntsWrapper .lcp_catlist li {
    display: inline-block;
    margin: 0 1% 2%;
}
#hmOClntsWrapper .lcp_catlist li img {width: 280px; height: auto;}

/* our story on home page */
#homeOurStory h2 {
   font-size: 400%;
   margin-bottom: 3%;
}
#hmMoodPict {padding-top: 5%;}
.nav-pills .nav-link.active, 
.nav-pills .show > .nav-link {
   background-color: #818181;
   color: #fff;
}
.nav-pills .nav-link {
   font-size: 80%;
   color: #818181;
   border-radius: 50px;
}
.abus-info-box {
   text-align: center;
   margin: 0 auto;
   text-align: center;
}
.abus-info-box .img-thumbnail {
   border-radius: 60%;
   margin-bottom: 20px;
}
.abus-info-box h4 {font-size: 150%;}
.abus-info-box h6 {font-style: italic;}
.pp-pict {width: 50%; margin: 0 auto;}

/* contact us on home page */
.homeContactBox {
    padding: 36px;
    border-radius: 24px;
    background-color: #fff;
    color: #333;
}

/* our clients page */
#OurClntsWrapper {margin-bottom: 5%; text-align: center; position: relative;}
#OurClntsWrapper .lcp_catlist {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#OurClntsWrapper .lcp_catlist li {
    display: inline-block;
    margin: 0 2% 5%;
}
#clntblinder {
   position: absolute;
   z-index: 2;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
}

/* pagination */
.pagination {justify-content: center;}

/*
* MEDIA AND MOBILE
*/
@media (min-width: 992px) {
    .text-xl {
        font-size: 4.5rem !important;
    }

    .display-1 {
        font-size: 6rem;
    }

    .entry-title {
        font-size: 3.6em;
    }

    article {
        font-size: 1.2em;
    }

    p {
        margin-bottom: 1.5em;
    }

    .content-area article h2,
    .content-area article h3,
    .content-area article h4 {
        font-weight: bold;
        margin-top: 1.5em;
        margin-bottom: 1em;
    }

    pre {
        font-size: 1.1em;
    }

    .da-footer-menu a {
        font-size: 1.2em;
    }

    .h1,
    h1 {
        line-height: 1.25em;
    }

    p.wp-caption-text {
        font-size: 1em !important;
    }
}
@media (min-width: 641px) {
   .view-pc, .br-pc, .br-tb {display: block;}
   #homeHeroPictMB {display: none;}
   body {padding-top: 10%;}
   .home {padding-top: 8%;}
   #heroTitle {
      text-align: right;
      font-size: 450%;
      font-weight: 200;
      margin-bottom: 55px;
   }
   #homeOurStory h2 {margin-top: 20%;}
   #homeOurProject li .hop-box {min-height: 400px;}
   .category #primary {padding-bottom: 10%;}
   #homeOurProject li:hover .hop-box {
      transform: scale(1.5);
      background-color: #19253C;
      box-shadow: 0 0 16px #000;
   }
   .os-v2wrapper {margin: 0 auto;}
}
@media (max-width: 1024px) {
   .hcu-right {overflow: hidden;}
   .abus-info-box h4 {font-size: 120%;}
   .custom-logo {height: 72px;}
}
@media (max-width: 640px) {
   .view-mb, .br-mb {display: block;}
   body {padding-top: 15%;}
   .custom-logo {height: 64px; width: auto;}
   .navbar {padding: 12px 0;}
   .navbar-collapse {padding-top: 16px;}
   #hcGmapWrapper iframe {width: 100%!important;}
   #homeHeroTextWrapper {padding-top: 5%;}
   #heroTitle {font-size: 200%; margin-top: 20%;}
   #heroSubTitle {text-align: center;}
   #homeHeroPict {display: none;}
   .section-title, #homeOurStory h2 {font-size: 160%; text-align: center; margin-bottom: 10%;}
   #homeOurProject ul li {width: 100%; display: block; margin-bottom: 10%;}
   #hmOClntsWrapper .lcp_catlist li {display: block; margin-bottom: 10%;}
   #abouttab {align-items: center; justify-content: center;}
   #ftrSocialMedia ul li img {max-width: 15%;}
}