/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

:root {
    --spItemWidth: 305px;
    --loopedSliderWidth: 928px;
}
#comments {
    display: none;
}
.fullwidth {
    width: 100%;
}

.halfwidth {
    width: 50%;
}

.martop {
    margin-top: 15px !important;
}

.marbot {
    margin-bottom: 15px !important;
}

.nomartop {
    margin-top: 0 !important;
}

.nomarbot {
    margin-bottom: 0 !important;
}

.gap15 {
    gap: 15px !important;
}

.flex-space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dontshrink {
    flex-shrink: 0;
}

.tdd-logos .textwidget * {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: auto;
    gap: 40px;
}
.tdd-form, .one_third {
	width: 30%!important;
	margin-right: 3%!important;
}

#main a {
    font-weight: 600;
    text-decoration: underline;
}
.list-num ol li {
    list-style: decimal;
}

.proofwebsite {
    background: red;
    color: white;
    position: fixed;
    inset: 6em auto auto;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    z-index: 100000;
    border-radius: 0 1em 1em 0;
}

.tddpopup ul {
    list-style: disc !important;
    padding-left: 20px
}
.tddpopup h2 {
	background-color: var(--dark-purple);
    color: white;
    padding: 0.5em 0.75em;
    display: block;
    position: relative;
	transform: translate(-1rem, -50%);
}
.faq h3 {
    font-size: 22px;
}

.answer {
    margin: -8px 0 33px 29px !important;
}

#trans {
    position: absolute;
    top: 0;
    right: 0;
}

#rates {
    border-collapse: collapse;
    width: 100% !important;
}

#rates td,
#rates th {
    border: 1px solid #ddd;
    padding: 8px;
}

#rates tr:nth-child(even) {
    background-color: #f2f2f2;
}

#rates tr:hover {
    background-color: #ddd;
}

#rates th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #86459a;
    color: white;
}


div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    margin: -5px;
    border: 2px solid #f7e700;
    padding: 25px;
}

div.wpcf7-mail-sent-ok {
    margin: -5px;
    border: 2px solid #398f14;
    padding: 25px;
}

#hw-widget-frame {
    width: 265px !important;
}

table.times {
    width: 90%;
    margin: 0 50px;
    border-collapse: collapse;
}

.times,
.times tr>* {
    border: 1px solid #c0c0c0;
    padding: 5px;
}

table.times tr:nth-child(even) {
    background-color: #f2f2f2;
}

.rwd-break {
    display: none;
}

/* .home .tdd-sidebar {
    width: 330px;
    flex-shrink: 0;
}

.hero-content #featured {
    width: 100%;
    margin-bottom: 0;
} */

.hero-content {
    margin-block: 15px;
    display: grid;
    grid-template-columns: 70% 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
}

.hero-content .slider-container {
    grid-area: 1 / 1 / 2 / 2;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hero-content .tdd-sidebar {
    grid-area: 1 / 2 / 2 / 3;
}

.hero-content .notice-marquee {
    background-color: var(--dark-purple);
    color: #cbe214;
    padding: 6px 0;
    font-size: 1.1em;
    flex-shrink: 0;
}

/* .hero-content #featured, 
.hero-content #loopedSlider, 
.hero-content #loopedSlider .container, 
.hero-content #loopedSlider .slides,
.hero-content #loopedSlider .slides div.slide,
.hero-content #loopedSlider .alignright {
    height: 100% !important;
} */

.hero-content #loopedSlider .alignright {
    object-fit: cover;
}

.rel {
    position: relative;
}

.fa-2x {
    margin-top: 2px;
}

.form50 {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.form50:nth-child(odd) {
    margin-right: 0;
}

.form50 input,
.form100 input,
.form50 textarea,
.form100 textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.75em 1em;
    border-radius: 10px;
    border: 1px solid var(--dark-purple);
}

.form50 input[type=checkbox],
.form100 input[type=checkbox],
.form50 input[type=radio],
.form100 input[type=radio] {
    width: auto;
}

.wpcf7-form input[type=submit],
.wpcf7-form input[type=file]
 {
    width: auto;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    overflow: visible;
    position: relative;
    background: var(--purple);
    padding: 6px 10px !important;
    color: #ffffff !important;
    font-size: 1em !important;
    border: none;
    border-radius: 10px;
}

.form50 select,
.form100 select {
    padding: 0.75em 1em;
    border: 1px solid var(--dark-purple);
    width: 100%;
    border-radius: 10px;
}

.form100 {
    width: 98%;
    margin-right: 2%;
}

form:after {
    content: '';
    display: table;
    clear: both;
}

.gbaddress {
    text-align: left;
    float: right;
    padding-right: 5px;
    padding-left: 37px;
}

.tdd-flex {
    display: flex;
}

#featured p {
    margin-bottom: 10px;
}

#loopedSlider .slides ol,
#loopedSlider .slides ul {
    line-height: 18px;
    list-style-type: disc;
}

#header .street span {
    white-space: nowrap;
}

#logo img {
    max-width: 350px;
}

.home #sidebar {
    padding-top: 0;
}

#container {
    text-shadow: none !important;
}

.sf-sub-indicator {
    display: none !important;
}

#nav li ul li {
    background: var(--purple) !important;
    color: #fff !important;
}

#footer {
    background: #efefef !important;
    padding-bottom: 0px !important;
    color: #fff;
    overflow: hidden;
}

#footer .middle {
    background: var(--dark-purple);
    padding: 30px;
}

#footer .middle a,
#footer .middle h3 {
    color: #8fa0c1 !important;
}

#footer .middle table {
    width: 100%;
    margin-bottom: 20px;
}

#footer .bottom {
    margin: 0px;
    height: 35px;
    background: #ffffff;
    color: #515276;
    border: none;
}

#footer a:link,
#footer a:visited {
    color: #515276;
}

.tdd_green {
    color: #b0c589 !important;
}

.tdd_pink {
    color: #d3c9d5 !important;
    text-transform: none;
}

#footer #credit {
    margin-top: 0px;
}

#loopedSlider {
    background: #efefef;
}

#footer #copyright img {
    vertical-align: middle;
    margin-right: 5px;
}

.slider-nav {
    background: var(--purple);
    text-shadow: none !important;
    box-shadow: none !important;
}

.slider-nav ul li a {
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #515276;
}

#footer h3 {
    text-shadow: none;
}

.post {
    border-bottom: none;
}

.slides_control {
    background: #ffffff;
    height: 100% !important;
}

.slide a {
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    color: #ffffff !important;
    padding: 8px 0;
}

.slide a:hover {
    text-decoration: none;
}

.slide a.nexts {
    background: #1a4ea6 !important;
    color: #ffffff !important;
}

#address {
    color: #fff;
    text-shadow: none;
    width: 52%;
}

.one_half {
    margin: 0 !important;
    width: 100%;
    float: left;
}

span.wpcf7-list-item {
    display: block;
}

.tdd-tbl1,
.tdd-tbl2 {
    width: 100%;
    box-sizing: border-box;
}

.tdd-tbl2 th {
    background-color: #dfdfdf !important;
    font-size: 0.9em;
}

.tdd-biog {
    border: 0px solid #efefef;
    margin-bottom: 20px;
    padding: 5px;
    border-radius: 5px;
}

.tdd-biog:after {
    content: '';
    display: table;
    clear: both;
}

.tdd-biog th,
.tdd-biog td {
    border: 1px solid var(--purple);
    padding: 5px !important;
}

.tdd-tbl2 th,
.tdd-tbl2 td {
    text-align: center !important;
    width: 12.5% !important;
}

/*.tdd-biog img {
	width: 100%;
	max-width: 100%;
	padding: 0!important;
    border: none!important;
}*/
.tdd-biog-img {
    width: 25%;
    float: left;
}

.tdd-tbl2 img {
    width: auto;
    max-width: 100%;
    padding: 0 !important;
    border: none !important;
}

.tdd-tbl1 {
    margin-bottom: 20px;
}

div.emd-container .img-circle {
    -moz-border-radius: 17px !important;
    -webkit-border-radius: 17px !important;
    border-radius: 17px !important;
}

.column,
.columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.tdd-full {
    width: 73%;
    float: right;
}

.one-third.column {
    width: 32.6666666667%;
}

.two-thirds.column {
    width: 66.3333333333%;
}

.one.column,
.one.columns {
    width: 4.66666666667%;
}

.two.columns {
    width: 13.3333333333%;
}

.three.columns {
    width: 22%;
}

.four.columns {
    width: 30.6666666667%;
}

.five.columns {
    width: 39.3333333333%;
}

.six.columns {
    width: 48%;
}

.seven.columns {
    width: 56.6666666667%;
}

.eight.columns {
    width: 65.3333333333%;
}

.nine.columns {
    width: 74.0%;
}

.ten.columns {
    width: 82.6666666667%;
}

.eleven.columns {
    width: 91.3333333333%;
}

.twelve.columns {
    width: 100%;
    margin-left: 0;
}

.clearfix {
    clear: both;
}

.tdd-team .tdd-team-row {
    clear: both;
    margin-bottom: 5px;
}

.tdd-team .tdd-team-row .tdd-person {
    width: 49%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.8em;
}

.tdd-team .tdd-team-row .tdd-person a {
    text-decoration: none !important;
    display: block;
    font-size: 1.2em;
}

.tdd-team .tdd-team-row .tdd-person:nth-child(even) {
    margin-left: 2%;
}

.tdd-team .tdd-team-row:after {
    content: "";
    display: table;
    clear: both;
}

.tdd-team .tdd-team-row .tdd-person img {
    max-width: 100%;
    border: none !important;
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
}

.tdd-team h2 {
    clear: both;
    margin: 10px 0 0 0 !important;
}

.tdd-info-logos {
    width: 100px;
    float: right;
    margin-left: 10px;
}

.tdd-info-logos img {
    border: none !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
}

.mobileBtn {
    display: none;
}

img {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#nav {
    float: left;
    width: 80%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
}

#navigation {
    padding: 0 0px;
    border-radius: 0;
}

#nav li ul li a {
    line-height: 1.6em;
    padding: 8px 15px !important;
    font-size: 0.9em;
    text-transform: capitalize;
}

.wp-polls-ul li {
    background: none !important;
}

.wp-polls-ul {
    margin: 10px 0 0 !important;
}

.tdd-logos .textwidget {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.bgexpander {
    background: #ece9f2;
    position: relative;
    margin-left: -20px;
    padding-left: 20px;
    padding-top: 20px;
    margin-right: -100%;
    padding-right: 100%;
}

.fullwidth.news {
    position: relative;
    background: rgb(239, 239, 239);
}

.fullwidth .tddcontent.nopad {
    padding: 0 20px;
}

.specialpanel {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    right: auto;
    padding-top: 0 !important;
    width: 100%;
}

.specialpanel h2 {
    padding-left: 35px;
}

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

.specialpanel .sp_inner {
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    overflow-y: visible;
    padding: 15px 15px 15px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.specialpanel .sp {
    width: 3000px;
    text-align: center;
    margin: 0 !important;
    display: flex;
    align-items: flex-start;
    padding-inline: 2.5em;
    gap: 15px;
}

.specialpanel ul.sp li {
    text-align: left;
    width: var(--spItemWidth);
    margin: 0;
    border-radius: 17px;
    overflow: hidden;
    position: relative;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.scrollleft {
    background: url(/wp-content/themes/guildhall/images/leftarrow.png) no-repeat center;
    background-size: 35px;
    width: 35px;
    height: 100%;
    position: absolute !important;
    left: 0;
    top: 0 !important;
}

.scrollright {
    background: url(/wp-content/themes/guildhall/images/rightarrow.png) no-repeat center;
    background-size: 35px;
    width: 35px;
    height: 100%;
    position: absolute !important;
    right: 0;
    top: 0 !important;
}

.scrollright .dashicons,
.scrollleft .dashicons {
    font-size: 6em;
    color: #cdd4d6;
    top: 50%;
    transform: translateY(-50%);
}

.tdd-hide {
    display: none !important;
}

.newsheader {
    background: var(--dark-purple);
    color: #fff;
    padding: 10px;
    height: 3em;
    display: flex;
    align-items: center;
}

.newsintro {
    background: #fff;
    padding: 10px;
    height: 6em;
}

.newsmore {
    background: var(--purple);
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    text-align: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.appstore {
    height: 50px;
    margin-top: 20px;
}

.vline {
    border-left: 1px solid #efefef;
    padding-left: 40px;
}

.pageimage {
    background: #ccc;
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.col-left {
    width: 68%;
}

.col-right {
    width: 30%;
}

.blue-box, #main .wp-block-group {
    background: #dff1ff;
    padding-inline: 1rem;
    padding-top: 1rem;
    padding-bottom: 1em;
}

#main .wp-block-group {
    padding-bottom: 1em;
    margin-bottom: 3em;
}

.blue-box:has(h2), #main .wp-block-group:has(h2) {
    margin-top: 2em;
    padding-top: 0;
}

.blue-grad {
    background-image: linear-gradient(45deg, #005eb8, #5a98d5);
    padding: 1rem;
    position: relative;
}

.blue-grad a {
    text-decoration: none !important;
}

.blue-grad a:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 10;
}

#main h1,
#main h2,
#main h3,
#main h4,
#main h5 {
    background-color: var(--dark-purple);
    color: white;
    padding: 0.5em 0.75em;
    display: block;
    position: relative;
}

#main h1 {
    font-size: 1.75em;
}

#main h2,
#main h3,
#main h4,
#main h5 {
    width: fit-content;
    transform: translate(-1rem, -50%);
}

.size-full img {
    display: block;
    width: 100%;
}

.tdd-logos {
    background-color: #f0d8f7;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -21px 50px -10px inset rgba(255, 255, 255, 0.9);
}

.footer-title {
    background-color: var(--white);
    color: var(--dark-purple);
    padding: 6px 12px;
    width: fit-content;
    display: block;
    font-size: 1.6em;
}

.footer-content {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.footer-media {
    display: grid;
    width: 100%;
    gap: 15px;
  
    /* Exactly 2 columns, each fitting with the gap */
    grid-template-columns: calc(50% - 7.5px) calc(50% - 7.5px);
  
    /* Rows fit content */
    grid-auto-rows: auto;
    align-items: start;
}

.footer-media > * {
    display: block;
    margin: auto;
}

.blue-msg {
    font-size: 1.2em;
    background-color: #005eb8;
    padding: 8px 10px;
}

.hero-content #featured {
    margin-bottom: 0 !important;
    height: 100%;
}

.hero-content #featured p {
    margin-bottom: 0 !important;
    height: 100%;
}

.slide img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
body.search #main .wp-block-group {
    margin-bottom: 3em;
}

body.search .blue-box:has(h2), body.search #main .wp-block-group:has(h2):first-of-type {
    margin-top: 4em;
}

@media only screen and (max-width: 1326px) {
    /* .wp-block-column:not(.blue-box) p {
        padding-inline: 1rem;
    } */
    form {
        padding-inline: 1rem;
    }
    .col-full {
        width: 100%;
    }
    .padme, .post.category-news p {
        padding-inline: 1rem;
    }
}
@media only screen and (max-width: 1200px) {
    .col-full {
        width: 100%;
    }

    .hero-content .slider-container {
        grid-area: 1 / 1 / 3 / 3;
    }
}

@media only screen and (max-width: 1024px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
    }
    
    .footer-media {
        grid-template-columns: 100%;
    }
}

@media only screen and (max-width: 959px) {
    * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #navigation .search {
        width: 97%;
        padding-bottom: 5px;
    }

    #navigation {
        width: 100% !important;
        height: auto;
        position: relative;
    }

    #navigation .search {
        width: 100%;
        float: left;
        white-space: nowrap;
        padding-left: 20px;
    }

    #navigation .search #searchform {
        margin-bottom: 10px;
    }

    #navigation .search input.submit {
        margin-left: -30px;
        margin-top: 2px;
        float: none;
        position: absolute;
        background: #9790c4;
        border-radius: 50%;
        width: 32px;
        border: 1px solid #fff;
        height: 32px;
    }

    #navigation .search input#s {
        float: none;
        background: #fff;
        border: 1px solid #cccccc;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        margin: 3px 0;
        width: 100%;
        font-family: "Red Hat Display", sans-serif;
    }

    .col-full {
        width: 100% !important;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .col-left {
        width: 60% !important;
    }

    .col-right {
        width: 38% !important;
    }

    #footer {
        width: 100% !important;
    }

    #footer #widget-left {
        margin: 0;
    }

    #footer .bottom {
        height: auto;
        padding-bottom: 20px;
    }

    .tdd_pink {
        white-space: nowrap;
    }

    .times {
        width: 100%;
        margin: 0;
    }
}

@media only screen and (max-width: 860px) {
    .slider-nav ul li a {
        font-size: 0.95em;
    }
}

@media only screen and (max-width: 768px) {
    #nav {
        width: 100%;
    }

    #nav a {
        padding: 0 8px;
    }

    .slider-nav ul li a {
        font-size: 0.9em;
    }

    .three.columns {
        width: 33%;
    }

    .rwd-break {
        display: unset;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mobileBtn {
        display: block;
    }
	#content {
    padding: 0 0;
	}

    .col-full {
        width: 100% !important;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .col-left {
        float: none;
        width: 100% !important;
    }

    .col-right {
        float: none;
        width: 100% !important;
    }

    #footer {
        width: 100% !important;
    }

    #footer .bottom {
        height: auto;
        text-align: center;
        padding-bottom: 20px;
    }

    #footer #widget-left {
        margin: 0;
    }

    body:not(.home) #featured {
        display: none !important;
    }

    #logo {
        position: relative;
        z-index: 100;
    }

    #logo img {
        max-width: 100%;
        max-height: 135px;
    }

    #address li br {
        content: '';
        width: 5px !important;
        display: inline-block;
    }

    #address .telephone {
        margin-bottom: 10px;
        margin-top: 5px;
    }

    #navigation {
        width: 100% !important;
        height: auto;
        position: relative;
        /*margin-bottom: 10px;*/
    }

    #navigation .search {
        margin-top: 36px;
        width: 100%;
        float: left;
        white-space: nowrap;
    }

    #footer .middle img {
        /*max-width: 48%;*/
    }

    .tdd-logos .textwidget {
        flex-wrap: wrap;
        justify-content: center;
    }

    .tdd-logos {
        text-align: center;
    }

    .tdd_pink {
        white-space: nowrap;
    }

    .tdd-panel .innerText {
        text-align: center !important;
        float: none !important;
        width: 100%;
        height: auto !important;
        margin-bottom: 5px;
    }

    .tdd-panel .innerText br {
        content: '';
        width: 5px !important;
        display: inline-block;
    }

    .tdd-panel .timepanel {
        float: none !important;
        margin: 0 auto !important;
    }

    .tdd-hide {
        display: none;
    }

    .mobileBtn {
        width: 100%;
        padding: 0px;
        display: block;
        text-align: center;
        position: absolute;
        height: 36px;
        line-height: 36px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        font-size: 1.5em;
        cursor: pointer;
    }

    .mobileBtn:before {
        content: '\f0c9';
        font-family: FontAwesome;
        color: #fff;
        position: absolute;
        left: 10px;
        opacity: 0.6;
    }

    .mobileBtn:after {
        content: '\f0c9';
        font-family: FontAwesome;
        color: #fff;
        position: absolute;
        right: 10px;
        opacity: 0.6;
    }

    .mobileMenu {
        top: 0;
        height: 100vh;
        position: fixed;
        width: 0px;
        padding: 0px;
        overflow: hidden;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 20px;
        z-index: 10000;
        text-align: center;
        background: #cbb2d3;
        /* Old browsers */

    }

    .mobileMenu img {
        width: 250px;
    }

    .mobileInner {
        padding: 10px 10px 30px 10px;
        width: 250px;
        height: 100vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .mobileInner a {
        width: 100%;
        display: block;
        color: inherit !important;
        padding: 10px 6px;
        cursor: pointer;
    }

    .mobileInner>li {
        width: 100%;
        background: #7d3e91;
        color: #fff !important;
        margin-top: 6px;
        text-align: center;
        cursor: pointer;
    }

    .mobileMenu .sub-menu {
        display: block !important;
        visibility: visible !important;
    }

    .mobileMenu .sub-menu li {
        width: 100%;
        background: #975fa9;
        color: #fff;
        text-align: left;
    }

    .widget_pssubpages {
        display: none !important;
    }

    .tdd-sidebar {
        /*margin-top: 20px;*/
    }

    .gbaddress {
        font-size: 14px;
        padding-left: 27px;
    }

}

@media only screen and (max-width: 650px) {
    .gbaddress {
        text-align: left;
        padding-right: 12px;
        padding-left: 16px;
    }

    #logo {
        text-align: center;
        display: block;
    }

    #logo img {
        margin: 0;
    }

    #tdd-header {
        flex-direction: column;
        height: auto;
        background-size: cover;
    }

    #address {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }

    #address .name {
        display: none;
    }

    #address li {
        display: inline-block;
    }

    #footer .middle {
        padding-bottom: 1px;
    }

    #footer .middle .column {
        float: none;
        width: 100%;
    }

    .vline {
        border: none;
        padding: 0;
    }

    .appstore {
        margin-top: 0;
        height: auto;
    }

}

@media only screen and (max-width: 440px) {

    #gt_float_wrapper {
        top: 0!important;
        right: 0!important;
    }

    .nav-buttons {
        display: none;
    }

    .three.columns,
    .four.columns {
        width: 100%;
    }

    .needtoknow {
        margin-top: 561px;
        margin-bottom: 20px;
    }

    #footer h3 {
        text-align: center;
    }

    #logo {
        width: 90%;
        font-size: 36px;
        flex-direction: column;
        text-align: center;
    }

    #logo img {
        max-height: 87px;
        margin-top: 36px;
    }

    #main img {
        height: auto;
        width: 100%;
        margin: 0 !important;
        margin: 0 0 10px 0 !important;
    }

    .gbaddress {
        text-align: left;
        float: right;
        padding-right: 5px;
        padding-left: 15px;
    }

    #trans {
        position: relative;
    }

    .tdd-logos .textwidget * {
        display: flex;
        align-items: center;
        width: fit-content;
        margin: auto;
        gap: 2px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .needtoknow {
        margin-top: 20px;
        margin-bottom: 20px;
    }

}