body {

}

code {

}

.App-header {
    align-items: center;
    display: flex;
    height: 70px;
    padding: 10px 0 20px;
    width: 100%;
}

.loader {
    width: 100%;
}

.spinner {
    margin: 0 auto;
    width: 56px;
    height: 56px;
    display: grid;
    border: 3px solid #F08C29;
    border-radius: 50%;
    animation: spinner-gf 1s infinite linear;
}

.spinner::before,
.spinner::after {
    content: "";
    grid-area: 1/1;
    margin: 2px;
    border: inherit;
    border-radius: 50%;
}

.spinner::before {
    border-color: #F08C29 #0000;
    animation: inherit;
    animation-duration: 0.5s;
    animation-direction: reverse;
}

.spinner::after {
    margin: 8px;
}

.gfcom-post-grid__card-header-link {
    display: block;
}

@keyframes spinner-gf {
    100% {
        transform: rotate(1turn);
    }
}

.App-main {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.App-results {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.gfcom-three-card-grid__col {
    padding-left: 0;
    padding-right: 0;
}

.App-main .gfcom-post-grid__card {
    text-align: left;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

input[type="text"].template-library__search {
    background: #fff;
    color: #344157;
    width: 100%;
    margin-right: 10px;
}

.template-library__pagination {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    width: 100%;
}

.template-library__pagination li {
    color: #aeb3bc;
    font-family: 'Gilroy', sans-serif;
    padding: 0;
    text-decoration: none;
    border-bottom: 1px solid #E9F6FE;
    transition: all 0.15s ease;
    margin: 0 .8em;
    font-size: 18px;
}

.template-library__pagination li a {
    padding-left: 10px;
    padding-right: 10px;
}

.template-library__pagination li.previous,
.template-library__pagination li.next {
    border-bottom: none;
}

.previous a,
.next a {
    background: url(0402a4848265e0d8feec.svg) center center no-repeat;
    border-bottom: none;
    color: transparent;
    display: inline-block;
    opacity: .3;
    transition: all 0.15s ease;
    width: 2em;
}

.previous a {
    margin-right: 10px;
}

.next a {
    margin-left: 10px;
    transform: rotate(180deg);
}

.template-library__pagination li {
    cursor: pointer;
    list-style: none;
    padding: 10px;
}

.template-library__pagination li.selected {
    border-bottom: 2px solid #42E9F4;
}

.hide {
    display: none;
}

h3.gfcom-post-grid__card-title {
    margin-bottom: 10px;
    padding-bottom: 0;
}

div.gfcom-post-grid__card-content-desc {
    margin-bottom: 20px;
}

img {
    max-width: 100%;
}

.template-library__no-results {
    font-weight: 800;
    height: 100%;
    padding: 100px 0 0;
    text-align: center;
    width: 100%;
}

.template-library__search-label {
    color: #848484;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-right: 20px;
}

@media only screen and (min-width: 600px)  {
    .gfcom-three-card-grid__col {
        padding-left: 10px;
        padding-right: 10px;
        width: 50%;
    }
}

@media only screen and (min-width: 781px)  {

    .App-header {
        height: 140px;
        padding: 40px 20px;
    }

    .gfcom-three-card-grid__col {
        padding-left: 10px;
        padding-right: 10px;
    }

    input[type="text"].template-library__search {
        width: 300px;
        margin-right: 0;
    }
}

@media only screen and (min-width: 900px)  {
    .gfcom-three-card-grid__col {
        width: 33.33%;
    }
}

