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

button.components-button.image-button {
    height: 100%;
    }

.wp-block-atb-three-bubbles {
    background: #0954a7;
    text-align: center;
    border-radius: 10px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100%;
    height: 310px;
    width: 310px;
    padding: 30px;
    border-radius: 20em;
    transition: transform .2s;
    transition-timing-function: ease-in-out;
    }

.wp-block-atb-three-bubbles:hover {
    transform: scale(1.05);
    }

div.bubble-content, 
a.bubble-content {
    top: 0px;
    z-index: 3;
    background: #0954a7;
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding: 20px;
    display: grid !important;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: unset;
    border-radius: 50%;
    transition: all .25s;
    }


div.bubble-content:after, 
a.bubble-content:after {
    border-bottom: unset;
    }

div.bubble-content:hover, 
a.bubble-content:hover {
    color: unset;
    box-shadow: unset;
    }

div.bubble-content:focus,
a.bubble-content:hover,
a.bubble-content:focus {
    outline: 2px dotted #fff;
    outline-offset: 10px;
    }

.wp-block-atb-three-bubbles .bubble-title, 
.wp-block-atb-three-bubbles p.bubble-text {
    color: #fff;
    margin: auto;
    padding: 0;
    }

.wp-block-atb-three-bubbles .bubble-title {
    padding-bottom: 10px;
    font-size: 1.35em;
    }

.atb-three-bubbles-content {
    font-family: serif;
    font-size: 24px;
    color: #fff;
    padding-bottom: 30px;
    margin-bottom: 0;
    }

p.bubble-text {
    opacity: .75;
    }

button.bubble-button,
.bubble-button {
    border: 0;
    background: unset;
    color: unset;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-size: .85em;
    transition: all .5s;
    cursor: pointer;
    }

button.bubble-button:hover {
    color: #ff7800;
    background: unset;
    transition: all .5s;
    cursor: pointer;
    }

button.bubble-button:focus {
    outline: 2px dotted #fff;
    }

.glyph {
    display: inline-table;
    width: 30px;
    padding: 0 5px 0 0;
    text-align: left;
    transition: 1s ease;
    transition-property: left;
    left: 0;
    position: relative;
    }

button.bubble-button:hover div.glyph {
    left: 10px;
    }

.glyph .glyph-icon {
    display: block;
    font-family:"Flaticon";
    font-size: 14px;
    line-height: 1;
}
.glyph .glyph-icon:before {
    font-size: 14px;
    margin-left: 0;
}

.wp-block-atb-three-bubbles:after {
    content:"";
    clear:both;
    display: table;
}

img.banner-circle.orange {
    position: fixed;
    left: -3%;
    top: 23%;
    right: 0;
    bottom: auto;
    overflow: hidden;
    max-width: 15%;
}

@media (min-width: 768px) and (max-width: 1024px)  {
    .wp-block-atb-three-bubbles {
        height: 235px;
        width: 235px;
        padding: 20px;
        }
    div.bubble-content, 
    a.bubble-content {
        padding: 10px 0;
        }
    .wp-block-atb-three-bubbles .bubble-title {
        line-height: 1.25em;
        padding-bottom: 0;
        }
    .wp-block-atb-three-bubbles p.bubble-text {
        font-size: 1em;
        line-height: 1.25em;
        }
    button.bubble-button {
        padding: 0;
        }
    }
