/*
* All CSS in this File needs to be looked at for Dynamic Addition or Static File Placement
*/
.dont-break-out {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/*
* Header CSS
*/
section.wp-block-group {
    padding: 80px 0;
}
.wp-block-cover.has-parallax {
    padding: 80px 0;
}
header#masthead {
    position: relative;
    padding-top: 26px;
    background-color: #3a4255;
    border: solid 1px rgba(255, 255, 255, 0.15);
}
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: transparent;
    background-color: transparent;
}

/*
* Page / Page Header (Featured) Image
*/
.post-thumbnail img {
    width: 100%;
}

/*
* Page / Page Content Body Margin
*/
.entry {
    margin-top: 60px;
}

/*
* Style of Sidebar Widgets
*/

.widget-area .widget_block {
    border: 0;
    padding: 20px 24px;
    background-color: #f3f5f8;
    min-height: 20px;
    margin-bottom: 25px;
    border-radius: 3px;
    box-shadow: none;
}
/*
* 404 Page Styles (404.php)
*/
section.error-404
{
    position: relative;
}

#primary-404
{
    background-color:#141019;
    background: radial-gradient(at 50% -20%, #908392, #0d060e) fixed;
}

#handboy
{
   animation: swing ease-in-out 1.3s infinite alternate;
    transform-origin: 98% 98%;
    transform-box: fill-box;
    
}

#girllight
{
   animation: swing ease-in-out 1.3s infinite alternate;
    transform-origin: 0% 97%;
    transform-box: fill-box;
}

#hairgirl
{
    animation: swinghair ease-in-out 1.3s infinite alternate;
   transform-origin: 60% 0%;
    transform-box: fill-box;
  
}

#zero
{
  transform-origin:bottom;
  transform-box:fill-box;
  
}

.ftr{
    text-align: center;
    margin-top: 20px;
    position:absolute;
    bottom:20px;
}

.ftr a{
    color: #fff;
}
.line-blue {
    position: relative;
    margin-bottom: 60px;
}
.line-blue::after {
    content: '';
    width: 50px;
    height: 5px;
    background-color: #2196F3;
    border-radius: 50px;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 25px);
}
.line-lightgreen {
    position: relative;
    margin-bottom: 60px;
}
.line-lightgreen::after {
    content: '';
    width: 50px;
    height: 5px;
    background-color: #58c4c4;
    border-radius: 50px;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 25px);
}
.green-line {
    padding-bottom: 7px;
    border-bottom: solid 1px #58c4c4;
}
.lh-1-6 {
    line-height: 1.6;
}
.w-60ch {
    max-width: 90ch;
    margin: auto;
}
.strong-blue strong {
    color: #82c4f8;
}
/*************swing************/
@keyframes swing {
    0% { transform: rotate(10deg); }
    100% { transform: rotate(-10deg); }
}

/*************swing hair************/
@keyframes swinghair {
    0% { transform: rotate(6deg); }
    100% { transform: rotate(-6deg); }
}
footer.entry-footer {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    clear: both;
}
ul.post-categories {
    list-style: none;
    margin-bottom: 0;
    margin-top: 35px;
}
ul.post-categories li {
    display: inline-block;
    margin: 5px 5px 10px 0;
}
ul.post-categories li a {
    font-style: italic;
    padding: 2px 10px 3px;
    border: 1px solid #f1f1f1;
    color: #a0a0a0;
    border-radius: 2px;
}
ul.post-categories li a:hover {
    background-color: #58c4c4;
    border-color: #58c4c4;
    color: #fff;
    box-shadow: 0 6px 10px rgb(0 0 0 / 15%);
}
div.tags-links a {
    display: inline-block;
    font-style: italic;
    border-bottom: 1px solid #f1f1f1;
    color: #a0a0a0;
    padding: 2px 0px 3px;
    border-radius: 2px;
    margin-right: 10px;
}
div.tags-links a:hover {
    border-color: #58c4c4;
    color: #58c4c4;
}
.entry-header {
    margin-top: 30px;
}

.circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 80%;
    max-height: 250px;
}

.circle-bg {
    fill: none;
    stroke: transparent;
    stroke-width: 3.8;
}

.circle {
    fill: none;
    stroke-width: 1;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart.orange .circle {
    stroke: #ccc;
}

.percentage {
    fill: #fff;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}

div.price-block h3 {
    background: #3f4d6b;
    padding: 24px 0;
    color: #fff;
    font-weight: 400;
    border-radius: 4px 4px 0 0;
    margin: 0;
}
div.price-block.featured h3 {
    background: #58c4c4;
}
div.price-block h4 {
    background: #52648b;
    padding: 16px 0;
    color: #fff;
    font-weight: 400;
    margin: 0;
    position: relative;
}
div.price-block.featured h4 {
    background: #6bcbcb;
}
div.price-block h4::after {
    content: '';
    position: absolute;
    right: 45%;
    bottom: -20px;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top: 10px solid #52648b;
}
div.price-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
div.price-block ul li {
    background-color: #fff;
    font-size: 15px;
    letter-spacing: 0.02em;
    padding: 14px 0;
    box-shadow: inset 0 0 1px #ccc;
}
div.price-block ul li :hover {
    background: #f9f9f9;
}
div.price-block p {
    position: relative;
}
div.price-block p a {
    font-weight: 400;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 16px 30px;
    border: 1px solid #52648b;
    font-size: 18px;
    background: #52648b;
    color: #fff;
    letter-spacing: 0.01em;
    border-radius: 0 0 4px 4px;
    transition: all 300ms ease-in-out;
}
div.price-block.featured h4::after {
    content: '';
    position: absolute;
    right: 45%;
    bottom: -20px;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top: 10px solid #6bcbcb;
}
div.price-block.featured p a {
    background: #58c4c4;
    border-color: #58c4c4;
}
div.price-block p a::after {
    content: '';
    position: absolute;
    right: 45%;
    top: -2px;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top: 10px solid #fff;
}
div.price-block p a:hover, div.price-block p a:focus {
    background: #3f4d6b;
    border-color: #3f4d6b;
    color: #fff;
    box-shadow: 0 6px 10px rgb(0 0 0 / 5%);
}
div.price-block.featured p a:hover, div.price-block.featured p a:focus {
    background: #3dacac;
    border-color: #3dacac;
}



ul#myTab {
    margin: 0 0 3.5rem 0;
}
.tab-pane i{
    margin-bottom: 1.5rem;
}
ul#myTab li a {
    border-radius: 4px;
    color: #fff;
    border: solid 1px #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 12px 30px;
    transition: all 300ms ease-in-out;
}
ul#myTab li a:hover, ul#myTab li a:focus, ul#myTab li a.active {
    color: #2c364b;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    box-shadow: 0 6px 10px rgb(0 0 0 / 15%);
    text-decoration: none;
}




.wp-block-query ul li div.wp-block-group {
    padding: 0px 5px !important;
}
.wp-block-query ul {
    margin: 0;
}
.wp-block-query ul li {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 1rem;
}
.wp-block-query .wp-block-post-title {
    font-weight: 500;
}

.green-fa i {
    color: #58c4c4;
}
div.socials i.fab, div.socials i.fal {
    color: #58c4c4;
    width: 40px;
    height: 40px;
    border: solid 3px #58c4c4;
    font-size: 20px;
    text-align: center;
    padding-top: 7px;
    margin-right: 20px;
    text-decoration: none;
    border-radius: 50%;
    transition: all 0.1s linear;
}
div.socials i.fab:hover, div.socials i.fal:hover {
    background-color: #58c4c4;
    color: #3f4d6b;
}
input.gform_button {
    background: #2196F3;
    border-radius: 4px;
    color: #fff;
    border: none;
    width: 100%;
    font-size: 18px;
    padding: 12px 40px;
}
input.gform_button:hover {
    background: #58c4c4;
}
input[id*=input_1_], textarea[id*=input_1_] {
    border: 1px #fff solid;
}
footer#colophon {
    padding: 50px 0;
    background-color: #2c364b;
    color: rgba(255, 255, 255, 0.9);
}
footer#colophon * {
    color: rgba(255, 255, 255, 0.9);
}
.site-info {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 15px;
}
.site-info div {
    padding-top: 5px;
}
div#btn-menu {
    position: absolute;
    top: 50%;
    right: 10%;
}

#btn-menu ul {
    list-style: none;
    margin-bottom: 0;
}

#btn-menu a {
    color: #fff;
    background-color: #58c4c4;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 600;
    transition: all 300ms ease;
}

#btn-menu a:hover {
    color: #304b8a;
}

@media (max-width: 767.98px) {
    div#btn-menu {
        position: absolute;
        top: unset;
        bottom: 8px;
        right: calc(50% - 39px);
    }
    #btn-menu a {
        border-radius: 5px 5px 0px 0px;
    }
}

ul#menu-copyright-menu li a.nav-link {
    padding: 0 16px;
    position: relative;
}
ul#menu-copyright-menu li a.nav-link:hover {
    color: #51adf6;
}
ul#menu-copyright-menu li a.nav-link i {
    font-size: 8px;
    position: absolute;
    top: calc(50% - 4px);
    color: #51adf6;
    left: 0;
}
.site-info div a {
    color: #fff;
}
.site-info div a:hover {
    color: #51adf6;
}

form#gform_2 {
    position: relative;
}

input#input_2_1, input#input_2_2_3 {
    background: #fff;
    border: 0 none;
    color: #555555;
    font-weight: 400;
    width: 100%;
    padding-left: 15px;
    min-height: 50px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
}

button#gform_submit_button_2 {
    background: #fff;
    border: 0 none;
    width: 75px;
    float: right;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    right: 0;
    top: 0;
    min-height: 50px;
    border-radius: 0 4px 4px 0;
    transition: all 200ms ease-in-out;
}
button#gform_submit_button_2 span i{
    color: #58c4c4;
}
button#gform_submit_button_2:focus, button#gform_submit_button_2:hover {
    background: #58c4c4;
    color: #fff;
    outline: 0;
}
button#gform_submit_button_2:focus > span i, button#gform_submit_button_2:hover > span i {
    color: #fff;
}
form#gform_2 .gform_footer {
    padding: 0;
}

ul#menu-support-keywords {
    column-count: 3;
    margin: 0;
    margin-left: -10px;
    padding-left: 20px;
}
ul.col-count-2 {
    column-count: 2;
}
ul.col-count-3 {
    column-count: 3;
}
ul.wp-block-latest-posts__list li a {
    font-size: 1rem;
    font-weight: 400;
}
.wp-block-query img {
    border: 2px solid #303547;
}
ul.no-dots {
    list-style: none;
}
ul#menu-support-keywords li {
    padding: 5px 10px;
}
ul#menu-support-keywords li a:hover {
    color: #3596f3;
}

ul#menu-support-keywords li::marker {
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    content: "\f054";
    font-size: 10px;
    color: #3596f3;
}
@media (max-width: 825px) {
    section.wp-block-group {
        padding: 30px 0;
    }
    .entry-content > * {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

section.footer-widget {
    margin-bottom: 1.2rem;
}

textarea#comment {
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
}
input#submit:hover {
    background: #2196F3;
    border-color: #2196F3;
    color: #fff;
    box-shadow: 0 6px 10px rgb(0 0 0 / 15%);
}

input#submit {
    background: #3f4d6b;
    border-color: #3f4d6b;
    color: #fff;
    padding: 12px 40px;
    transition: all 300ms ease-in-out;
}

.comment-respond label {
	display: none;
}
p.comment-form-email, p.comment-form-author {
    display: inline-block;
    margin-bottom: 5px;
}
.says {display:none;}

.comment-author img {
    float: left;
    width: 64px;
    border-radius: 3px;
    margin-top: 1px;
    margin-right: 15px;
    margin-bottom: 10px;
}
div.comment-author, div.comment-metadata {
    display: inline;
}
article.comment-body {
    clear: both;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}
h3#reply-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #656565;
    margin: 10px 0;
}
a#cancel-comment-reply-link {
    border-bottom: 1px solid #3f4d6b;
    color: #3f4d6b;
    padding: 2px 0px;
    transition: all 300ms ease-in-out;
    margin-left: 10px;
}
div.comment-author b.fn a.url {
    font-size: 1.125rem;
    font-weight: 300;
    color: #656565;
}
div.comment-metadata a time {
    color: #777;
    font-weight: 300;
}
.comment-content {
    margin-top: 5px;
}
header.simple-header {
    margin: 0;
    padding: 50px 0;
    background-color: #3a4255;
    color: #fff;
}
header.simple-header h1 {
    color: #fff;
}
div[id*='field_3_'] h3.gsection_title {
    font-size: 1.25rem;
    font-weight: 500;
}

fieldset#field_3_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

div#thankyou-container {
    gap: 30px;
    display: flex;
}

#thankyou-container .woocommerce-order {
    width: 100%;
}

div#thankyou-page-image {
    background-image: url(https://raw.githubusercontent.com/julien-gargot/images-placeholder/master/placeholder-portrait.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    width: 40%;
    min-width: 500px;
}

@media (max-width: 991.98px) {
    div#thankyou-page-image {
        min-height: 145px;
        width: 100%;
        min-width: unset;
        background-image: url(https://www.attendanceworks.org/wp-content/uploads/2020/09/img-placeholder.png);
        background-repeat: inherit;
    }
    
    div#thankyou-container {
        flex-direction: column-reverse;
    }
}
