/*

Theme Name: ACAWAI-CS
Author: - 
Version: 1.0

*/


html {
    font-family: Calibri, Helvetica, sans-serif;
}

.latest{
cursor: pointer;
}

.menu-icon {
    /* position: absolute;
    top: 0%; 
    right: 20%; */
    position: absolute; 
    top: 8%; 
    right: 5%; 
    z-index: 10;
}
.title-box{
  position: relative;
  /* width:1500px; */ 

    /* left:5%; */
    text-align: center;
}

.nextmain-title{
 
position: relative;
font-size: 30pt;
margin-top:10px;
}

.main-title{
    
    font-size: 60pt;
    /* margin-left: auto;
    margin-right: auto; */
}

.main-title a, .nextmain-title a{
  color:black;
  text-decoration: none;
  font-size: 2.5vw;
}

.main-title a:hover, .nextmain-title a:hover{
  /* color:whitesmoke; */
  text-decoration: underline;
}

.sub-title{
  position: relative;
top: -0px;
/* left: 50px; */
/* width: 1000px; */

font-size: 20px;
color:#68655f;
text-align: center;
font-size: x-large;
font-size: 1.75vw;
}

.text-title{
  font-size:30px;
  color: /* #FFC300 */ #e8aa44;
  margin-bottom: 10px;
  font-weight: normal;
}

.sec-main-title{
  /*font-size: 50px;*/
margin-bottom: -10px;
}

.headerbox{
    width:100%;
    height:40%;
    min-height:100px;
    /* border: solid; */
}
.headerbox-legal{
  width:100%;
  height:100px;
  /* border: solid; */
}

.icon-grid {
    
    /* margin:30px; */
    
    text-align: center;
    align-content: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 30px 0px;
    grid-template-areas:
    "c1 c2 c3 c4 c5";
    /* position: relative;
    left: -80px; */
}

.c1, .c2, .c3, .c4, .c5 {
  border:solid 1px;
  box-shadow: 5px 5px #888;
  width:250px;
  height:250px;
  position: relative;
  margin: 40px;
}

.c1 { 
  grid-area: c1;
}
.c2 { 
  grid-area: c2;
}
.c3 { 
  grid-area: c3;
}
.c4 { 
  grid-area: c4;
}
.c5 { 
grid-area: c5;
}

/* .active:hover{
  color:green;
} */

 .menu-ul {
    list-style-type: none;
    margin: 5px;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    position: relative;
    left: -31px;
    top: 0;
    z-index: 10;
  }
  
  .menu-li {
    float: left;
  }
  
  .menu-li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  .menu-li a:hover {
    background-color: #111;
  }

.li-sub{
  list-style: none; 
  left: 143px;
  position: relative;
  top: -10px;
}

.foot-text{
  font-weight: normal; 
  font-size: 20px
}

  .footcolumn {
    flex: 0%;
    padding: 0px;
   position: relative;
   text-align: center;
  } 

  .footrow a {
   color:whitesmoke;
   text-decoration:none;
  }

  .footrow a:hover {
    color:grey;
    text-decoration:none;
   }
  
  .footrow {
    display: flow-root;
    /* font-family: "Roboto Condensed"; */
    font-family: Calibri, Helvetica, sans-serif;
    color: whitesmoke;
    background: #3c3937;
  }

  .footcolumns{
    column-count: 3;
  }

  .fp-overlay {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1; 
    width: 100%;
    height:100%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    text-align: center;
    /* font-family: "Roboto Condensed"; */
  }

.fp-overlay-text{
  position: relative;
text-align: center;
top: 45%;
font-size: 24px;
}

  .fp-menulink{
    font-size: 20px;
    color: black;
    text-decoration: none;
    }

    .fp-menulink:hover{
      font-size: 20px;
      color: black;
      text-decoration: underline;
      }

  .c1:hover .fp-overlay {
    opacity: 1;
  }

  .c2:hover .fp-overlay {
    opacity: 1;
  }

  .c3:hover .fp-overlay {
    opacity: 1;
  }

  .c4:hover .fp-overlay {
    opacity: 1;
  }

  .c5:hover .fp-overlay {
    opacity: 1;
  }

  .pagebody{
    margin-left: 200px;
    margin-right: 200px;
    margin-top: -80px;
    margin-bottom: 100px;
    text-align: justify;
    line-height: 1.6;
    font-size: 20px;
    position: relative;
top: 60px;
  }



  .shadow{
    box-shadow: 5px 5px 5px #aaa;
  }

  #cf4a {
      position: relative;
      width: 100%; 
      height: 600px;
      margin: 0 auto;
      
  }

  #cf4a img{
    position: absolute;
    width: 100%;
    height:600px;
    animation-name: cf4FadeInOut;
      animation-duration: 30s;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
      animation-direction: revert;
  }

  @keyframes cf4FadeInOut {
    0% {
      opacity:1;
    }
    13% {
      opacity:1;
    }
    17% {
      opacity:0;
    }
    97% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  #cf4a img:nth-of-type(1) {
    animation-delay: 25s;
  }
  #cf4a img:nth-of-type(2) {
    animation-delay: 20s;
  }
  #cf4a img:nth-of-type(3) {
    animation-delay: 15s;
  }
   #cf4a img:nth-of-type(4) {
    animation-delay: 10s;
  } 
  #cf4a img:nth-of-type(5) {
    animation-delay: 5s;
  } 
  #cf4a img:nth-of-type(6) {
    animation-delay: 0s;
  } 

  #toggle-h{
    position: absolute; 
    top: 0px; 
    right: 20px; 
    color:white;
    font-size: 60px;
    cursor: pointer;
  }

  #toggle-sources{
    position: absolute; 
    top: 0px; 
    color:white;
    font-size: 60px;
    cursor: pointer;
    border: black; 
    width: 60px; 
    height: 60px; 
    background: #4b4844; 
    right: -20px;
  }

  #toggle-legal{
    position: absolute; 
    top: 0px; 
    right: 20px; 
    color:black;
    font-size: 60px;
    cursor: pointer;
  }

/**********************************************************************************************/

.blog-thumbnail{
  width:250px; 
  max-height:250px;
}

.row-group{
  min-height:250px;

}

.one-half,
.one-third,
.one-fourth,
.one-fifth,
.one-sixth {
  padding-bottom: 1.6rem;
  min-width:250px;
}
@media (min-width: 960px) {
  .row {
    margin-right: -50px;
  }

  .one-half,
  .one-third,
  .two-thirds,
  .one-fourth,
  .one-fifth,
  .one-sixth {
    padding-bottom: 0;
    float: left;
    box-sizing: border-box;
    padding-right: 50px;
  }

  .two-thirds {width: 66.66%;}
  .one-half {width: 50%}
  .one-third {width: 33.33%}
  .one-quarter {width: 25%}
  .one-fifth {width: 20%}
  .one-sixth {width: 16.66%}
  }

  @media screen and (max-width: 960px) {
    .blog-thumbnail{
      max-width:50%; 
      max-height:50%;
      position:relative;
      left:25%;
    }
  }

 /**************************** blog section *****************************************/

.b_post-title{
  font-size: xx-large;
}

.b_post-info{
  font-size: initial;
}

.b_post-link{
  text-decoration: none;
  font-size: xx-large;
}

.b_sec-main-title{
  font-size: 50px;
}

  /**************************** mobile *****************************************/

  @media screen and (max-width: 1689px) {
    .icon-grid {
      display: block;   
      text-align: -webkit-center;
      text-align: -moz-center;
    }
    .c1, .c2, .c3, .c4, .c5 {
      display:inline-block;
      margin-left: 50px;
      margin-right: 50px;
    }
    .menu-icon{
      top: 40px; 
      z-index:1;
    }
    
  }

  @media screen and (max-width: 800px) {
  .menu-icon{
    width:120px;
  }
  .nextmain-title{
    margin-top:0;
  }
  .pagebody{
    margin-left: 10px;
    margin-right: 10px;
  }
}
  
  @media screen and (min-width: 1690px) {
    .icon-grid {
      height:210px;
      padding:50px;
    }
  }

  @media (max-width:480px) { 
    .li-sub{
      left: -105px;
      top: -201px;
    }
  }

  /************************************************************* search **************************************************************************/

  .search-grid {
		display: grid;
	 	grid-template-columns: 3% 21% 25% 2% 21% 25% 3%;
	 	grid-template-rows: auto 20px auto 20px auto 20px auto 20px;

	}
	
	select {
	   width: 200px;
	}

	
/* items */

	.search-grid div {
	  color: black;
	  font-size: 14px;
	  padding: 14px;
	  }

/* specific item styles */
	
	.time {
	  	background: #f5e1d6;
		grid-column: 2;
		grid-row: 1;
	}
	.time_sel {
	  	background: #f5e1d6;
		grid-column: 3;
		grid-row: 1;
	}
	
	.place {
	  background: #f5e1d6;
		grid-column: 5;
		grid-row: 1;
	}
	.place_sel {
	  background: #f5e1d6;
		grid-column: 6;
		grid-row: 1;
	}

	.artefact {
	  	background: #f5ecd6;
		grid-column: 2;
  		grid-row: 3;
	}
	
	.artefact_sel {
	  	background: #f5ecd6;
		grid-column: 3;
  		grid-row: 3;
	}

	.image {
	  	background: #f5ecd6;
		grid-column: 5;
  		grid-row: 3;
	}
	.image_sel {
	  	background: #f5ecd6;
		grid-column: 6;
  		grid-row: 3;
	}
	
	.head {
	  background: #e6f5d6;
		grid-column: 2;
		grid-row: 5;
	}
	.head_sel {
	  background: #e6f5d6;
		grid-column: 3;
		grid-row: 5;
	}
	
	.body {
	  background: #e6f5d6;
		grid-column: 5;
		grid-row: 5;
	}
	.body_sel {
	  background: #e6f5d6;
		grid-column: 6;
		grid-row: 5;
	}
	
	.attire {
	  background: #e6f5d6;
		grid-column: 2;
		grid-row: 7;
	}
	.attire_sel {
	  background: #e6f5d6;
		grid-column: 3;
		grid-row: 7;
	}
	
	.attribute {
	  background: #e6f5d6;
		grid-column: 5;
		grid-row: 7;
	}
	.attribute_sel {
	  background: #e6f5d6;
		grid-column: 6;
		grid-row: 7;
	}



.loading-div {
    position: absolute;
    min-height: 400px;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    background: white;
    margin: 0 auto;
    left: 0;
    align-items: center;
    justify-content: center;
    display: flex;
 }


.backdrop-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1030;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
}

body.offcanvas-backdrop .backdrop-overlay {
    opacity: 1;
    visibility: visible;
}

.offcanvas.expand-xs.show {
    transform: none;
    transition: transform .3s ease-in-out;
}

.offcanvas.expand-xs {
    position: fixed;
    bottom: 0;
    z-index: 1040;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: currentColor;
    background-color: #fff;
}

.offcanvas-header.expand-xs {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    align-items: center;
    cursor: pointer;
}

.offcanvas-body.expand-xs {
    padding: 1rem;
    overflow-y: auto;
}

.offcanvas-left.expand-xs {
    top: 0;
    left: 0;
    width: 400px;
    transform: translateX(-100%);
    transition: transform .3s ease-in-out;
}

.offcanvas-right.expand-xs {
    top: 0;
    right: 0;
    width: 400px;
    transform: translateX(100%);
    transition: transform .3s ease-in-out;
}

.offcanvas-bottom.expand-xs {
    right: 0;
    left: 0;
    height: 400px;
    max-height: 100%;
    transform: translateY(100%);
    transition: transform .3s ease-in-out;
}

/* Hide offcanvas header in expanded navbar */
@media (min-width: 992px) {
    .offcanvas-header.expand-lg {
        display: none;
    }
}

@media (max-width: 991px) {

    .offcanvas.expand-lg.show {
        transform: none;
        transition: transform .3s ease-in-out;
    }

    .offcanvas.expand-lg {
        position: fixed;
        bottom: 0;
        z-index: 1040;
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: currentColor;
        background-color: #fff;
    }

    .offcanvas-header.expand-lg {
        display: flex;
        justify-content: space-between;
        padding: 1rem;
        align-items: center;
        cursor: pointer;
    }

    .offcanvas-body.expand-lg {
        padding: 1rem;
        overflow-y: auto;
    }

    .offcanvas-left.expand-lg {
        top: 0;
        left: 0;
        width: 400px;
        transform: translateX(-100%);
        transition: transform .3s ease-in-out;
    }

    .offcanvas-right.expand-lg {
        top: 0;
        right: 0;
        width: 400px;
        transform: translateX(100%);
        transition: transform .3s ease-in-out;
    }

    .offcanvas-bottom.expand-lg {
        right: 0;
        left: 0;
        height: 400px;
        max-height: 100%;
        transform: translateY(100%);
        transition: transform .3s ease-in-out;
    }

}

.offcanvas-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

@media (max-width: 991px) {
    #offcanvas-menu-right .offcanvas-body {
        margin-top: 56px;
    }
}

.offcanvas-header:hover {
    filter: brightness(0.95);
    transition: filter .3s;
}



/*--------------------------------------------------------------
2. Temporary Badges
--------------------------------------------------------------*/

.badge.bg-light,
.badge.bg-warning,
.badge.bg-info {
    color: currentColor;
}

.badge.bg-secondary:hover,
.badge.bg-primary:hover,
.badge.bg-danger:hover,
.badge.bg-sussess:hover,
.badge.bg-dark:hover {
    color: #fff;
}

.badge.bg-info:hover,
.badge.bg-warning:hover,
.badge.bg-light:hover {
    color: currentColor;
}

a.badge,
a.badge:hover {
    text-decoration: none;
}



/*--------------------------------------------------------------
3. Header
--------------------------------------------------------------*/

@media (max-width: 782px) {

    .logged-in.admin-bar .fixed-top,
    .logged-in.admin-bar .offcanvas {
        top: 46px;
    }

    .logged-in.admin-bar .dropdown-search {
        top: 100px !important;
    }

    #wpadminbar {
        position: fixed;
    }
}

@media (min-width: 783px) {

    .logged-in.admin-bar .fixed-top,
    .logged-in.admin-bar .offcanvas {
        top: 32px;
    }

    .logged-in.admin-bar .dropdown-search {
        top: 86px !important;
    }
}

#nav-main .menu-item:last-child .nav-link {
    padding-right: 0;
}

.dropdown-search.dropdown-menu {
    top: 54px;
}

.top-nav-search-md.hide,
.top-nav-search-lg.hide {
    display: none !important;
}

.dropdown-search .searchform {
    opacity: 0;
    transition: opacity .8s;
    transition-delay: .3s;
}

.dropdown-search.show .searchform {
    opacity: 1;
}

@media (max-width: 991px) {

    .navbar-toggler.right,
    .btn-dropdown.right {
        padding-right: 0;
        border: none;
    }

    .navbar-toggler.right:focus {
        box-shadow: none;
    }

    #dropdown-search:hover {
        color: currentColor;
        background-color: transparent;
        border-color: transparent;
    }

    #dropdown-search:focus {
        box-shadow: none;
    }

}



/*--------------------------------------------------------------
4. Body
--------------------------------------------------------------*/

body {
    position: relative;
    word-break: break-word;
}

/* conflict scroll-behaviour: smooth with jquery smooth scroll */
html {
    scroll-behavior: auto !important;
}

::-moz-selection {
    text-shadow: none;
}

::selection {
    text-shadow: none;
}

#content {
    min-height: 600px;
}



/*--------------------------------------------------------------
5. Alerts
--------------------------------------------------------------*/

.alert.alert-danger,
.alert.alert-warning,
.alert.alert-info,
.alert.alert-success {
    padding-left: 3.25rem;
}

.alert::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translate(0, -50%);
}

.alert-danger::before {
    content: "\f071";
}

.alert-warning::before {
    content: "\f06a";
}

.alert-info::before {
    content: "\f05a";
}

.alert-success::before {
    content: "\f058";
}



/*--------------------------------------------------------------
6. Breadcrumb
--------------------------------------------------------------*/

@media (max-width: 991px) {

    .breadcrumb {
        display: block !important;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
        scrollbar-width: none;
    }

    .breadcrumb::-webkit-scrollbar {
        display: none;
    }

}



/*--------------------------------------------------------------
7. To Top Button
--------------------------------------------------------------*/

#to-top {
    height: 0;
    position: absolute;
    top: 0
}

.top-button {
    position: fixed;
    right: 5%;
    bottom: 30px;
    opacity: 0;
    transition: opacity 1s;
    z-index: 1020;
}

.top-button.visible {
    opacity: 1;
    transition: opacity 1s
}



/*--------------------------------------------------------------
8. Single Post
--------------------------------------------------------------*/

img {
    height: auto;
    max-width: 100%;
}

.wp-post-image {
    width: 100%;
}

.page-image img,
.post-image img {
    width: 100%;
    object-fit: contain;
    height: auto;
}

#featured-full-image {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

[rel="prev"]:before {
    content: "« ";
}

[rel="next"]:after {
    content: " »";
}



/*--------------------------------------------------------------
9. Comments
--------------------------------------------------------------*/

ul.comment-list {
    list-style: none;
    padding: 0;
}

ul.comment-list li {
    list-style: none;
}

@media (max-width: 991px) {

    .col.avatar {
        max-width: 80px;
    }

    .comment-list ul.children {
        padding-left: 80px;
    }

    .comment-list ul.children ul.children {
        padding-left: 0;
    }
}

@media (min-width: 992px) {

    .col.avatar {
        max-width: 128px;
    }

    .comment-list ul.children,
    .comment-list ul.children ul.children {
        padding-left: 128px;
    }

    .comment-list ul.children ul.children ul.children {
        padding-left: 0;
    }

}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}

#cancel-comment-reply-link {
    margin-left: 1rem;
}

/* 
    Adding max width to comment col. 
    When using <pre> in comment, col will not crached
*/

@media (max-width: 991px) {
    .col.comment-content {
        max-width: max(100% - 80px);
    }
}

@media (min-width: 992px) {
    .col.comment-content {
        max-width: max(100% - 128px);
    }
}


/*--------------------------------------------------------------
10. Archive
--------------------------------------------------------------*/

@media (max-width: 767px) {
    .card-img-left img {
        border-top-left-radius: calc(.25rem - 1px);
        border-top-right-radius: calc(.25rem - 1px);
        width: 100%;
        height: auto;
    }
}

@media (min-width: 768px) {
    .card-img-left img {
        border-top-left-radius: calc(.25rem - 1px);
        border-bottom-left-radius: calc(.25rem - 1px);
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .card-img-left-md img {
        border-top-left-radius: calc(.25rem - 1px);
        border-top-right-radius: calc(.25rem - 1px);
        width: 100%;
        height: auto;
    }
}

@media (min-width: 992px) {
    .card-img-left-md img {
        border-top-left-radius: calc(.25rem - 1px);
        border-bottom-left-radius: calc(.25rem - 1px);
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
}



/*--------------------------------------------------------------
11. Widgets
--------------------------------------------------------------*/

.widget-area ul,
.bootscore-footer ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.widget-area ul li ul li {
    padding: 0 1rem;
}

#footer-menu ul li a {
    padding-left: 0;
}



/*--------------------------------------------------------------
12. Utilities
--------------------------------------------------------------*/

/* 
Add width-100 class to element to stretch it to the entire width 
of the screen when element is in .container.
https://bootscore.me/documentation/width-height-classes/
*/

/* Hide horizontal scrollbars on Windows Chrome & Firefox */
body {
    overflow-x: hidden;
}

.width-100 {
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}

/* 
Add underline-0 class to <a>..</a> to disable underline on hover
*/
.underline-0,
.underline-0:hover,
.underline-0:focus {
    text-decoration: none !important;
}

/* 
Hide racaptcha v3 badge 
*/
.grecaptcha-badge {
    display: none !important;
}

/* 
Clear
*/
.clear-both {
    clear: both;
}

/* 
z-index
*/
.zi-1000 {
    z-index: 1000 !important;
}

.zi-1020 {
    z-index: 1020 !important;
}

.zi-1030 {
    z-index: 1030 !important;
}

.zi-1040 {
    z-index: 1040 !important;
}

.zi-1050 {
    z-index: 1050 !important;
}

.zi-1060 {
    z-index: 1060 !important;
}

.zi-1070 {
    z-index: 1070 !important;
}



/*--------------------------------------------------------------
13. Colors
--------------------------------------------------------------*/

.backdrop-overlay {
    background-color: rgba(0, 0, 0, .5);
    backdrop-filter: grayscale(100%) blur(7px);
    -webkit-backdrop-filter: grayscale(100%) blur(7px);
}

::-moz-selection {
    color: #fff;
    background-color: var(--bs-primary);
}

::selection {
    color: #fff;
    background-color: var(--bs-primary);
}

pre {
    background-color: var(--bs-light);
}

blockquote {
    background-color: var(--bs-light);
}

q {
    background-color: var(--bs-light);
}

:focus {
    outline: none !important;
    outline: -webkit-focus-ring-color none !important;
    outline-color: -webkit-focus-ring-color none !important;
    outline-style: none !important;
    outline-width: 0 !important;
}



/*--------------------------------------------------------------
14. HTML Markups (Theme Unit Test Data)
--------------------------------------------------------------*/

/*
pre
*/

pre {
    padding: 1rem;
    border-radius: .25rem;
}


img {
    height: auto;
    max-width: 100%;
}

.wp-post-image {
    width: 100%;
}

iframe {
    max-width: 100%;
}

pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
    border-radius: .25rem;
}

blockquote {
    border-radius: .25rem;
    padding: 1.25rem;
}

blockquote::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    font-size: xx-large;
    float: left;
    margin: -.1rem 1.25rem 0 0;
}


.wp-block-quote.is-style-large {
    margin: 0 0 1rem;
    padding: 1.25rem;
}


figure.wp-block-pullquote blockquote:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    font-size: xx-large;
    display: block;
    float: none;
}

q {
    padding: .2rem .4rem;
    font-size: 87.5%;
    border-radius: .2rem;
}

q::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    font-size: 87.5%;
    margin-right: .5rem;
}

.comment-content.card-block blockquote {
    padding: 0;
}

.comment-content.card-block q {
    padding: 0;
    font-size: 100%;
}


/* Button Reset */

.wp-block-button {
    margin-bottom: none;
}



.wp-block-button__link {
    background-color: none !important;
    border: none;
    border-radius: none;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: none;
    margin: 0;
    padding: none;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    overflow-wrap: break-word;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    overflow: auto;
    padding: .5rem;
    font-size: 1rem;
    background: rgba(0, 0, 0, .5);
    backdrop-filter: grayscale(100%) blur(7px);
    -webkit-backdrop-filter: grayscale(100%) blur(7px);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}
