#simple-loader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

#simple-loader .spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top: 4px solid #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

#mainheader .dgwt-wcas-sf-wrapp
{
	background: transparent;
    border: 1px solid #fff;
    border-radius: 0;     padding: 0;
}

#mainheader .action [type="search"] {
  
    padding: 10px;
}

#mainheader  .dgwt-wcas-search-submit
{
	top: 5px;     left: 80%;
}

#mainheader .gt_switcher-popup
{
	    display: flex;
    gap: 5px;
       align-items: center;
    justify-content: center;
}

#mainheader .gt_black_overlay {
   width: 100%;
    height: 100vh;
}

#mainheader  .gt_white_content {
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, .50%);
}

#mainheader .gt_languages .glink span
{
	color: black;
}

#mainheader .gt_switcher-popup span
{
	color: #fff !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.visually-hidden {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}


body.headerimage.suppage #maincontent .wp-block-themeisle-blocks-advanced-columns.dope figure:before {
     height: 105%;
    width: 110%;
    left: -5px;
}

body.headerimage.suppage #maincontent .wp-block-themeisle-blocks-advanced-columns:nth-child(2) .innerblocks-wrap {
    max-width: 100%;
}

body.headerimage.suppage #maincontent .wp-block-themeisle-blocks-advanced-columns:nth-child(3) .innerblocks-wrap {
    max-width: 1000px;
}