/**
* Note that these styles are loaded *before* editor styles, so that
* editor-specific styles using the same selectors will take precedence.
*/


@font-face {
    font-family: "Flaticon";
    src: url("../../fonts/flaticon/Flaticon.eot");
    src: url("../../fonts/flaticon/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../../fonts/flaticon/Flaticon.woff2") format("woff2"),
       url("../../fonts/flaticon/Flaticon.woff") format("woff"),
       url("../../fonts/flaticon/Flaticon.ttf") format("truetype"),
       url("../../fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("./Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 14px;
    font-style: normal;
}

.flaticon-right-arrow:before { content: "\f10c"; }

.wp-block-atb-button-ats.button-content a, button.button-content {
    border-radius: 3px;
    line-height: 1.25em;
    transition: 1s ease;
    margin: 10px auto;
    display: inline-flex;
    text-decoration: none;
    align-content: center;
    //cursor: pointer;
    //border: 2px solid #006939;
    }

a.mwrbuttonsolid {
    border: 0 ;
    padding: 1em 2em 1em 2em !important;
    position: relative;
}

a.mwrbuttontrans {
    color: #006939;
    padding: 0;
}

div.button-content {
    /*display: inline-flex; temp hold 020522*/
    display: block;
    }

a.atsbuttonsolid {
    /* border: 0 ; */
    padding: 1em 2em 1em 2em !important;
    position: relative;
}

a.atsbuttontrans {
    color: #006939;
    padding: 0;
    border: 2px solid transparent;
}

a.atsbuttontrans > div.button-content-container > div.ats-word-box,
a.atsbuttontrans > div.button-content-container > div.arrow-box {
    color: #006939;
    padding: 0;
}


a.wp-block-atb-button-ats.button-content.atsbuttonsolid:visited, button.button-content:visited {
    color: #fff;
}

a.wp-block-atb-button-ats.button-content.atsbuttonsolid:hover, button.button-content:hover {
    background: #ff7800;
    transition: 1s ease;
    color: #fff;
    border: 2px solid #ff7800;
}

a.wp-block-atb-button-ats.button-content.atsbuttontrans:hover {
    color: #ff7800;
}

div.button-content-container {
    display: flex;
    margin: 0 auto;
    z-index: 1;
    cursor: pointer;
}

div.circle-arrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #005194;
    font-size: 1.1em;
    cursor: pointer;
     text-transform: uppercase; 
    line-height: 1.2em;
    transition: all 0.3s ease;
    z-index: 2;
}

.circle-arrow svg {
    min-width: 52px;
    min-height: 52px;
    }

 .circle-arrow .button-circle circle {
    transition: all 0.3s ease;
}

.circle-arrow .button-arrow path {
    transition: all 0.3s ease;
}

.circle-arrow:hover .button-circle circle {
}

.circle-arrow:hover .button-arrow path {
}

.circle-arrow:hover span {
}

div.arrow-box {
    display: table;
    width: 30px;
    padding: 0 5px;
    text-align: left;
    transition: 1s ease;
    transition-property: left;
    left: 0;
    position: relative;
    margin: auto 0;
    color: #fff;
}
*/
.ats-word-box {
    display: table;
    color: #fff;
    }

a.wp-block-atb-button-ats.button-content:hover div.arrow-box,
.button-content:hover div.arrow-box {
    left: 10px;
}


a.button-content.button-effect-slide-up {
    overflow: hidden;
}

a.button-content.button-effect-slide-up:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    transition: 0.5s ease;
    z-index: 0;
}

a.button-content.button-effect-slide-up:hover:after {
    top: 0;
}

a.button-content.button-effect-slide-left:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.5s ease;
    z-index: 0;
}
a.button-content.button-effect-slide-left:hover:after {
    width: 100%;
}

a.button-content.button-effect-waves {
    overflow: hidden;
    transition: 2s ease;
}

a.button-content.button-effect-waves .wave-svg {
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    transition: 2s ease;
}

a.button-content.button-effect-waves:hover .wave-svg,
a.button-content.button-effect-waves:focus .wave-svg {
    top: -50px;
}

a.button-content.button-effect-waves .wave-svg > svg {
    position: absolute;
    top: 0;
    left: 0;
    height: calc( 100% + 51px);
    width: 100%;
}

a.button-content.button-effect-waves .wave-svg > svg:last-child{
    margin-top: -1px;
}


a.button-content.button-effect-waves .arrow-box {
    display: none;
}

a.button-content.button-effect-waves .ats-word-box {
    text-align: center;
}
