@keyframes transitionIn
{
    0%
    {
        opacity: 0;
        transform: rotateX(-10deg);
    }
    to
    {
        opacity: 1;
        transform: rotateX(0);
    }
}
a
{
    text-decoration: none;
    background-color: transparent;
}
.yikes-easy-mc-form .btn-primary
{
    background-color: #956ea5!important;
    text-shadow: none;
    box-shadow: none;
    border: 0;
}
html
{
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;
}
body
{
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary
{
    display: block;
}
audio, canvas, progress, video
{
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls])
{
    display: none;
    height: 0;
}
[hidden], template
{
    display: none;
}
abbr[title]
{
    border-bottom: 1px dotted;
}
b, strong
{
    font-weight: 700;
}
cite, dfn, em, i
{
    font-style: italic;
}
h1
{
    margin: .67em 0;
}
mark
{
    background: #ff0;
    color: #000;
}
small
{
    font-size: 80%;
}
sub, sup
{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup
{
    top: -.5em;
}
sub
{
    bottom: -.25em;
}
img
{
    border: 0;
    height: auto;
    max-width: 100%;
}
svg:not(:root)
{
    overflow: hidden;
}
figure
{
    margin: 1em 40px;
}
hr
{
    box-sizing: content-box;
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
samp
{
    font-family: monospace,monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea
{
    font: inherit;
    margin: 0;
}
optgroup
{
    color: inherit;
}
button
{
    overflow: visible;
}
button, select
{
    text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit]
{
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled]
{
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner
{
    border: 0;
    padding: 0;
}
input[type=checkbox], input[type=radio]
{
    box-sizing: border-box;
    padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button
{
    height: auto;
}
input[type=search]
{
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration
{
    -webkit-appearance: none;
}
fieldset
{
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend
{
    border: 0;
}
textarea
{
    overflow: auto;
}
dt, optgroup
{
    font-weight: 700;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
legend, td, th
{
    padding: 0;
}
body
{
    font-size: 1rem;
    line-height: 1.5;
}
button, input, select
{
    color: #404040;
}
input, select, textarea
{
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6
{
    clear: both;
}
p
{
    margin-bottom: 1.5em;
}
address, table
{
    margin: 0 0 1.5em;
}
body, pre
{
    font-size: 15px;
}
pre
{
    background: #eee;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
    font-family: "Courier 10 Pitch",Courier,monospace;
}
code, kbd, tt, var
{
    font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
    font-size: 15px;
    font-size: .9375rem;
}
abbr, acronym
{
    border-bottom: 1px dotted #666;
    cursor: help;
}
ins, mark
{
    background: #fff9c0;
    text-decoration: none;
}
big
{
    font-size: 125%;
}
*, :after, :before
{
    box-sizing: inherit;
}
body
{
    background: #fff;
    font-family: "Open Sans",sans-serif;
    color: #333;
}
blockquote:after, blockquote:before, q:after, q:before
{
    content: "";
}
blockquote, q
{
    quotes: "" "";
}
ol, ul
{
    margin: 0 0 1.5em 3em;
}
ul
{
    list-style: disc;
}
ol
{
    list-style: decimal;
}
li>ol, li>ul
{
    margin-bottom: 0;
    margin-left: 1.5em;
}
dd
{
    margin: 0 1.5em 1.5em;
}
button, input[type=button], input[type=reset], input[type=submit]
{
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5),inset 0 15px 17px rgba(255,255,255,.5),inset 0 -5px 12px rgba(0,0,0,.05);
    color: rgba(0,0,0,.8);
    font-size: 12px;
    font-size: .75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover
{
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8),inset 0 15px 17px rgba(255,255,255,.8),inset 0 -5px 12px rgba(0,0,0,.02);
}
button:active, button:focus, input[type=button]:active, input[type=button]:focus, input[type=reset]:active, input[type=reset]:focus, input[type=submit]:active, input[type=submit]:focus
{
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.5),inset 0 2px 5px rgba(0,0,0,.15);
}
input[type=email], input[type=password], input[type=search], input[type=text], input[type=url], textarea
{
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus
{
    color: #111;
}
input[type=email], input[type=password], input[type=search], input[type=text], input[type=url]
{
    padding: 3px;
}
textarea
{
    padding-left: 3px;
    width: 100%;
}
a:active, a:focus, a:hover
{
    color: #191970;
}
a:focus
{
    outline: thin dotted;
}
a:active, a:hover
{
    outline: 0;
}
.site-main .comment-navigation, .site-main .post-navigation, .site-main .posts-navigation
{
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous, .post-navigation .nav-previous, .posts-navigation .nav-previous
{
    float: left;
    width: 50%;
}
.comment-navigation .nav-next, .post-navigation .nav-next, .posts-navigation .nav-next
{
    float: right;
    text-align: right;
    width: 50%;
}
.screen-reader-text
{
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:active, .screen-reader-text:focus, .screen-reader-text:hover
{
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.alignleft
{
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright
{
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter
{
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clear:after, .clear:before, .comment-content:after, .comment-content:before, .entry-content:after, .entry-content:before, .site-content:after, .site-content:before, .site-footer:after, .site-footer:before, .site-header:after, .site-header:before
{
    content: "";
    display: table;
}
.clear:after, .comment-content:after, .entry-content:after, .site-content:after, .site-footer:after, .site-header:after
{
    clear: both;
}
.widget
{
    margin: 0 0 1.5em;
}
.widget select, embed, iframe, object
{
    max-width: 100%;
}
.archive .format-aside .entry-title, .blog .format-aside .entry-title, .widget_search .search-submit
{
    display: none;
}
.sticky
{
    display: block;
}
.hentry
{
    margin: 0 0 1.5em;
}
.byline, .updated:not(.published)
{
    display: none;
}
.group-blog .byline, .post-template-default .entry-content h3, .single .byline
{
    display: inline;
}
.entry-content, .entry-summary, .page-content
{
    margin: 1.5em 0 0;
}
.page-links
{
    clear: both;
    margin: 0 0 1.5em;
}
.comment-content a
{
    word-wrap: break-word;
}
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer
{
    display: none;
}
.bypostauthor, .infinity-end.neverending .site-footer
{
    display: block;
}
.comment-content .wp-smiley, .entry-content .wp-smiley, .page-content .wp-smiley
{
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption
{
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*=wp-image-]
{
    display: block;
    margin: 0 auto;
}
.wp-caption-text, figcaption
{
    text-align: center;
}
.wp-caption .wp-caption-text
{
    margin: .8075em 0;
}
.gallery
{
    margin-bottom: 1.5em;
}
.gallery-item
{
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item
{
    max-width: 50%;
}
.gallery-columns-3 .gallery-item
{
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item
{
    max-width: 25%;
}
.gallery-columns-5 .gallery-item
{
    max-width: 20%;
}
.gallery-columns-6 .gallery-item
{
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item
{
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item
{
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item
{
    max-width: 11.11%;
}
.clear, .gallery-caption
{
    display: block;
}
.clear
{
    width: 100%;
    clear: both;
}
.nine60, .twelve80
{
    width: 1280px;
    max-width: 94%;
    margin: 0 auto;
}
.nine60
{
    width: 960px;
    max-width: 100%;
}
.six40
{
    width: 640px;
    max-width: 100%;
}
.fifty, .seventy, .thirty
{
    width: 75%;
    display: inline-block;
    vertical-align: top;
}
.fifty, .thirty
{
    width: 20%;
    margin-left: 4%;
}
.fifty
{
    width: 45%;
    margin-left: 0;
    margin-right: 4%;
    margin-top: 0;
}
.stack
{
    padding: 60px 0;
    min-height: 30vh;
}
.center
{
    text-align: center!important;
}
.mt20
{
    margin-top: 20px;
}
.mt40
{
    margin-top: 40px;
}
.mb40
{
    margin-bottom: 40px;
}
.mr20
{
    margin-right: 20px;
}
.pt10
{
    padding-top: 10px;
}
.pt20
{
    padding-top: 20px;
}
.pb20
{
    padding-bottom: 20px;
}
.visually-hidden
{
    display: none;
}
@media only screen and (max-width: 823px)
{
    .fifty, .seventy, .thirty
    {
        width: 100%;
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
}
.contact-buttons a, .cta-container a, .feature p a, .filter.bttn, .nav-next a, .nav-previous a, .related li .inner, .staffing-mode, .work-list .workitem .inner, a.bttn
{
    transition: all .2s ease-in-out;
}
.contact-buttons a:hover, .cta-container a:hover, .feature p a:hover, .filter.bttn:hover, .full-staff .staffer:hover, .nav-next a:hover, .nav-previous a:hover, .related li .inner:hover, .work-list .workitem .inner:hover, a.bttn:hover
{
    transform: scale(1.09);
}
.contact-buttons a
{
    display: inline-block;
    padding: 10px;
    background-color: #956ea5;
    text-align: center;
    border-radius: 10px;
}
.nav-next a, .nav-previous a
{
    padding: 10px;
    width: 200px;
    border-radius: 10px;
}
.nav-previous a
{
    text-decoration: none;
}
.cta-container a, .feature p a, .filter.bttn, .search-icon input[type=submit], a.bttn
{
    display: inline-block;
    padding: 10px;
    background-color: #956ea5;
    text-align: center;
    border-radius: 10px;
}
.feature p a, .search-icon input[type=submit]
{
    color: #fff;
}
.feature p a
{
    text-decoration: none;
    width: 200px;
}
.filter.bttn, a.bttn
{
    width: 200px;
}
.contact-buttons a:hover, .cta-container a:hover, .feature p a:hover, .filter.bttn:hover, .menu-toggle:hover span, .nav-next a:hover, .nav-previous a:hover, a.bttn:hover
{
    background-color: #45556c;
}
a, a:visited
{
    color: #956ea5;
}
a:hover
{
    color: #45556c;
}
.entry-content a
{
    text-decoration: underline;
}
h1, h2, h3, h4
{
    font-family: "Raleway",sans-serif;
}
h1
{
    font-weight: 600;
    font-size: 3em;
    color: #956ea5;
}
h2
{
    font-weight: 400;
    font-size: 2.25em;
    color: #45556c;
}
figcaption
{
    font-size: .9em;
    color: #939f9e;
}
blockquote
{
    font-size: 1.25em;
    margin: 0 3% 3%;
    border-left: 8px #f1f1f1 solid;
    padding-left: 10px;
}
.site-title
{
    clear: none;
    float: left;
    margin: 0;
    padding: 0;
}
.site-header.sticky
{
    position: fixed;
    z-index: 99999;
    background-color: rgba(255,255,255,.95);
    border-bottom: 1px #f1f1f1 solid;
    width: 100%;
    min-height: 80px;
}
.site-header.sticky img
{
    max-height: 80px;
}
.search-icon
{
    position: absolute;
    padding: 10px;
    top: 20px;
    right: 0;
    z-index: 9999999999;
}
.search-icon i
{
    font-size: 1.5em;
    color: #956ea5;
    cursor: pointer;
}
.search-icon .fas.fa-search
{
    width: 25px;
    height: 25px;
    background-image: url(/wp-content/themes/provato/images/search.webp);
    background-repeat: no-repeat;
    display: inline-block;
}
.search-icon .hiddensearch, .site-bottom.sticky.sticky-remove .dismiss-me i
{
    display: none;
}
.search-icon form, .site-footer ul
{
    padding: 0;
    margin: 0;
}
.search-icon input[type=submit]
{
    box-shadow: none;
    text-shadow: none;
    border: 0;
    font-size: 1em;
    clear: both;
    margin-top: 10px;
}
.search-icon input[type=text]
{
    background-color: #fff;
}
.search-icon:focus-within
{
    background-color: #956ea5;
}
.site-footer
{
    background-color: #f9fafa;
    font-family: "Raleway",sans-serif;
    color: #45556c;
    font-size: 1.2em;
}
.site-footer .site-info
{
    padding-top: 35px;
}
.site-footer .some i
{
    font-size: 2em;
    padding-right: 10px;
}
.site-footer.stack
{
    padding-bottom: 0;
}
.site-bottom
{
    display: block;
    background-color: #956ea5;
    padding: 10px;
}
.site-bottom i
{
    color: #fff;
    font-size: 1.5em;
}
.site-bottom form
{
    width: 800px;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
}
.site-bottom .dismiss-me
{
    float: left;
}
.site-bottom label
{
    color: #fff;
}
.site-bottom input
{
    margin-left: 20px;
}
.site-bottom input[type=email]
{
    padding: 5px 10px;
    border: 0;
    vertical-align: middle;
}
.site-bottom input[type=button], .site-bottom input[type=submit]
{
    background-color: #fed45e;
    padding: 10px;
    box-shadow: none;
    border: 0;
    text-shadow: none;
    display: inline-block;
    vertical-align: middle;
}
.site-bottom.sticky
{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.site-bottom.sticky.sticky-remove
{
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}
.site-info
{
    padding-bottom: 60px;
}
.site-bottom
{
    height: auto;
    color: #fff;
}
a.bttn
{
    color: #fff!important;
    text-decoration: none;
}
.filter.bttn
{
    color: #fff;
    text-decoration: none;
}
.arrow
{
    font-size: 2.5em;
    text-align: center;
    z-index: 99999;
}
.arrow, .arrow a
{
    color: #ccc;
}
.arrow a:hover
{
    color: #666;
}
a.anchor
{
    display: block;
    position: relative;
    top: -190px;
    visibility: hidden;
}
.accentbg .f1, body.single-highlight
{
    background-color: #f1f1f1;
}
.f9
{
    background-color: #f9fafa;
}
.accentbg
{
    background-color: #956ea5;
}
.accentbg, .accentbg a, .primarybg a
{
    color: #fff;
}
.primarybg
{
    background-color: #45556c;
    color: #fff;
}
.anchor-nav
{
    background-color: #f7f7f7;
    border-top: 1px #e8e8e8 dashed;
    border-bottom: 1px #e8e8e8 dashed;
    padding: 20px 0;
    margin-bottom: 40px;
}
.home .feature
{
    background-size: contain;
}
.feature
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 60vh;
}
.feature h1
{
    font-size: 3.5em;
}
.feature h2
{
    font-size: 1.7em!important;
}
.feature p
{
    font-size: 1.2em;
}
.feature .hentry
{
    margin: 0;
}
.page-template-homepage .stack li, .stack li
{
    text-align: left;
}
.page-template-homepage h2
{
    font-size: 2.75em;
}
.page-template-homepage .stack p
{
    max-width: 960px;
    margin: 0 auto;
}
.related li .inner, .white
{
    background-color: #fff;
}
.service-container
{
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 0;
}
.cta-container, .cta-container h2, .service-container h2, .work-container h2
{
    text-align: center;
}
.cta-container p, .service-container p, .work-container p
{
    text-align: center;
    padding-bottom: 60px;
}
.cta-container
{
    background-repeat: no-repeat;
    background-size: cover;
}
.cta-container p
{
    padding-bottom: 40px;
}
.cta-container a
{
    color: #fff;
    text-decoration: none;
    width: 300px;
    font-size: 1.2em;
}
.thirty li, .thirty ul
{
    margin-left: 0;
    padding-left: 0;
}
.thirty li
{
    margin-left: 20px;
}
.thirty h2
{
    font-size: 2.25em;
}
.category-blog .feature, .page-template-three-section .feature, .search-results .feature
{
    min-height: 20vh;
    background-image: url(/wp-content/themes/provato/images/services.png);
}
.category-blog .feature, .page-template-three-section .feature
{
    padding-top: 40px;
    min-height: 30vh;
    padding-bottom: 40px;
    text-align: center;
}
.category-blog .breadcrumbs, .page-template-three-section .breadcrumbs, .staff-list h3 span
{
    font-size: .8em;
}
.category-blog .page-title, .page-template-three-section .page-title
{
    text-align: center;
    margin-top: 0;
}
.page-template-contact .feature
{
    padding-top: 40px;
    min-height: 30vh;
}
.page-template-contact .breadcrumbs
{
    text-align: center;
    font-size: .8em;
}
.page-template-contact .entry-title
{
    text-align: center;
    margin-top: 0;
}
.page-template-contact .cta-container, .thank-you .breadcrumbs
{
    display: none;
}
.page-template-contact .stack.primarybg
{
    font-family: "Raleway",sans-serif;
    font-weight: 600;
    font-size: 1.2em;
    text-align: center;
    padding: 20px 0;
    background-image: url(/wp-content/themes/provato/images/services-overlay.png);
}
.logos, .thank-you .feature
{
    text-align: center;
}
.thank-you .feature a, .thank-you .feature a:hover
{
    background: 0 0;
    padding: 0;
    display: inline;
    color: #956ea5;
    text-decoration: underline;
    border-radius: 0;
}
.logos img, .website-development-solutions .secondary-container img.alignnone
{
    width: 150px;
}
.about-the-provato-group .feature .bttn
{
    margin-top: 10px;
}
.post-template-default .entry-content h2
{
    display: inline;
    clear: none;
}
.our-work-template-default .entry-content h2, .our-work-template-default .entry-content h3
{
    display: inline;
}
.page-template-service .secondary-container h2
{
    margin-top: 40px;
    clear: none;
}
.page-template-service .feature
{
    min-height: 30vh;
}
.page-template-service .feature .bttn
{
    width: 250px;
}
.page-template-service .child-listing
{
    min-height: 300px;
}
.page-template-service .child-listing-content
{
    padding: 30px;
}
.page-template-service .child-listing-content h2
{
    font-size: 2.5em;
}
.page-template-service .child-listing-content h2 i
{
    font-size: .7em;
    color: #956ea5;
    padding-right: 10px;
}
.page-template-service .solutions-items .child-listing-content
{
    padding-top: 25px;
}
.page-template-service .solutions-items .child-listing-content h2
{
    font-size: 2.25em;
    line-height: 1em;
}
.page-template-service a.anchor
{
    top: -220px;
}
.page-template-service .child-listing-img
{
    min-height: 300px;
}
.page-template-service .item-2, .page-template-service .item-4, .page-template-service .item-6
{
    display: -webkit-flex;
    -webkit-flex-direction: row-reverse;
    display: flex;
    flex-direction: row-reverse;
}
.page-template-service .breadcrumbs
{
    text-align: center;
    font-size: .8em;
}
.page-template-service .entry-title
{
    text-align: center;
    margin-top: 0;
}
.page-template-service .feature
{
    padding-top: 40px;
}
.logos img
{
    margin: 10px 20px;
}
.nav-next a, .nav-previous a
{
    display: inline-block;
    background-color: #956ea5;
    color: #fff;
    text-align: center;
}
.nav-previous a
{
    margin-left: 10px;
}
.nav-next a
{
    text-decoration: none;
    margin-right: 10px;
}
.nav-next a:after, .nav-previous a:before
{
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    content: "   ";
    margin-bottom: 0;
}
.nav-next a:after
{
    margin-left: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.nav-previous a:before
{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-right: 5px;
}
ul.related
{
    padding: 0;
    margin: 40px 0;
}
.related li
{
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    vertical-align: top;
}
.related li .inner
{
    margin: 20px 10px;
    min-height: 280px;
    box-shadow: 0 0 15px -6px rgba(0,0,0,.1);
    text-align: center;
    padding-bottom: 10px;
    max-width: 300px;
}
.related li a
{
    text-decoration: none;
    font-weight: 600;
}
.marketing-consulting-services .entry-content i
{
    font-size: 4em;
    padding: 20px;
    color: #956ea5;
}
@media only screen and (max-width: 1024px)
{
    .feature
    {
        min-height: 40vh;
    }
    .feature h1
    {
        font-size: 2.5em;
    }
    .feature h2
    {
        font-size: 1.3em;
    }
    .feature p
    {
        font-size: 1.1em;
    }
    .feature .six40
    {
        width: 100%;
        background-color: rgba(255,255,255,.6);
        padding: 15px;
    }
}
@media only screen and (max-width: 823px)
{
    .page-template-service .anchor-nav .col-sm-2:before
    {
        font-family: "Font Awesome 5 Free"!important;
        font-weight: 900;
        content: "";
        padding-right: 5px;
        color: #956ea5;
        font-size: 10px;
    }
    .page-template-service .child-listing-img
    {
        min-height: 0;
    }
    .page-template-service h2
    {
        font-size: 2em;
    }
    .search-icon
    {
        top: 45px;
    }
    .site-header .twelve80
    {
        max-width: 100%;
    }
    .site-header .logo
    {
        padding: 5px;
    }
    .site-header.sticky
    {
        position: absolute;
    }
    .site-footer, .site-footer li
    {
        text-align: center;
    }
    .site-footer .some i
    {
        padding: 0 10px;
    }
    .site-bottom.sticky
    {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .site-bottom.sticky .dismiss-me i
    {
        display: none;
    }
}
@media only screen and (max-width: 600px)
{
    .alignleft, .alignright
    {
        float: none;
    }
    .related li .inner
    {
        max-width: 100%;
    }
}
.main-navigation
{
    display: block;
    float: right;
    width: auto;
    margin-top: 35px;
    z-index: 9999999;
    font-family: "Raleway",sans-serif;
    font-weight: 600;
    font-size: 1.1em;
}
.main-navigation ul
{
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li
{
    float: left;
    position: relative;
    z-index: 9999999;
}
.main-navigation a
{
    display: block;
    text-decoration: none;
    padding: 5px 30px;
    color: #45556c;
}
.main-navigation ul ul
{
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
    float: left;
    position: absolute;
    left: -999em;
    z-index: 99999;
    background-color: rgba(255,255,255,.95);
}
.main-navigation ul ul li
{
    line-height: normal;
    font-size: 1em;
    font-weight: 400;
    text-transform: none;
}
.main-navigation ul ul li a:hover
{
    background-color: #f1f1f1;
    color: #956ea5;
}
.main-navigation ul ul ul
{
    left: -999em;
    top: 0;
}
.main-navigation ul ul a
{
    width: 230px;
}
.main-navigation ul li:hover>ul
{
    left: auto;
}
.main-navigation ul ul li:hover>ul
{
    left: 100%;
}
.menu-item-has-children a:after
{
    border: solid #45556c;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    content: "   ";
    -webkit-transform: rotate(45deg);
    margin-left: 5px;
    margin-bottom: 3px;
}
.menu-item-has-children .sub-menu a:after
{
    content: none;
}
.menu-toggle
{
    display: none;
    text-align: right;
    float: right;
    padding: 5px;
}
.menu-toggle span
{
    display: block;
    background-color: #956ea5;
    width: 30px;
    height: 4px;
    margin: 6px;
}
.menu-toggle:hover
{
    cursor: pointer;
}
@media screen and (max-width: 1200px)
{
    .main-navigation
    {
        font-size: 1em;
    }
    .main-navigation a
    {
        padding: 5px 15px;
    }
}
@media screen and (max-width: 823px)
{
    .main-navigation.toggled .nav-menu, .menu-toggle
    {
        display: block;
    }
    .menu-toggle i
    {
        font-size: 2em;
        color: #956ea5;
        padding: 10px;
    }
    .main-navigation ul
    {
        display: none;
    }
    .menu-primary-container
    {
        position: absolute;
        width: 100%;
        top: 80px;
        background-color: #fff;
    }
    .sticky .menu-primary-container
    {
        top: 50px;
    }
    .main-navigation ul li
    {
        clear: both;
        border-top: 1px #f1f1f1 solid;
        margin: 0;
        background-color: #fff;
    }
    .main-navigation ul li, .main-navigation ul li a
    {
        display: block;
        width: 100%;
    }
    .main-navigation ul li ul, .main-navigation ul li ul li
    {
        display: block;
        position: inherit;
    }
    .main-navigation ul ul
    {
        box-shadow: none;
        float: none;
        position: inherit;
        top: auto;
        left: 0;
        z-index: 99999;
        padding-left: 20px;
        border-top: 0 #f1f1f1 solid;
    }
    .main-navigation ul ul li:hover>ul
    {
        left: 0;
    }
    .main-navigation ul ul ul
    {
        left: 0;
        top: 0;
        padding-left: 20px;
    }
    .main-navigation
    {
        margin-top: 0;
        float: none;
    }
}
@media only screen and (max-width: 823px)
{
    .site-header
    {
        min-height: 0;
    }
    .site-header, .site-header img
    {
        max-height: 80px;
    }
    .site-header.sticky
    {
        max-height: 70px;
        min-height: 0;
    }
    .site-header.sticky img
    {
        max-height: 50px;
    }
}
.service-list h3
{
    text-align: left;
    color: #45556c;
    font-size: 1.5em;
    font-weight: 600;
    display: inline;
}
.service-list .col .inner
{
    background-color: #fff;
    padding: 30px;
    margin: 20px 10px;
    min-height: 237px;
    -webkit-box-shadow: 0 0 15px -6px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 15px -6px rgba(0,0,0,.3);
    box-shadow: 0 0 15px -6px rgba(0,0,0,.3);
}
.service-list .col .inner p
{
    text-align: left;
    padding-bottom: 20px;
    padding-top: 10px;
}
.service-list .col .inner i
{
    font-size: 2.2em;
    padding: 15px;
    color: #956ea5;
    background-image: url(/wp-content/themes/provato/images/icon-back.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
.service-list .icon
{
    float: left;
    padding-bottom: 50px;
    padding-right: 20px;
}
.work-list h3
{
    text-align: left;
    padding-left: 20px;
    padding-top: 10px;
    color: #956ea5;
    font-weight: 600;
    font-size: 1.2em;
    min-height: 60px;
}
.work-list .workitem .inner
{
    background-color: #fff;
    margin: 20px 10px;
    min-height: 400px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0 0 15px -6px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 15px -6px rgba(0,0,0,.1);
    box-shadow: 0 0 15px -6px rgba(0,0,0,.1);
}
.work-list .workitem .inner p
{
    text-align: left;
    padding: 0 20px;
    margin-bottom: 0;
}
.work-list .workitem .inner img
{
    width: 100%;
    max-width: 100%;
    border-bottom: 1px #f1f1f1 dotted;
}
.work-list .workitem .inner span
{
    font-size: .85em;
    color: #666;
}
.work-list .workitem .inner .tech
{
    margin: 0 20px;
    color: #956ea5;
}
.site-footer ul li, .work-list .workitem .inner .tech ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.work-list .workitem .inner .tech li
{
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px #956ea5 solid;
}
.work-list .workitem .inner .tech li:last-of-type
{
    border: 0;
}
.work-list .workitem .inner .client-logo
{
    height: 90px;
    width: auto;
    border: 0;
}
.single-highlight .entry-content img, .work-list .overlaylink
{
    display: none;
}
.showcase-holder i.fa-info:hover+.showcase-factoid, .showcase-holder i.fa-link:hover+.showcase-related, .work-list .inner:hover>.overlaylink
{
    display: block;
}
.work-list a.overlaylink
{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 40%;
    font-family: "Raleway",sans-serif;
    font-weight: 600;
    font-size: 1.2em;
}
.contact-buttons h2
{
    font-size: 1.2em;
    font-weight: 400;
}
.contact-buttons a
{
    width: 100%;
    text-decoration: none;
    margin-bottom: 20px;
    color: #fff!important;
}
.contact-buttons a:hover, .home .cta-container .twelve80 h2
{
    color: #fff;
}
.breadcrumbs
{
    text-transform: capitalize;
    clear: both;
}
.form-container
{
    margin: 40px auto;
}
.form-container input[type=email], .form-container input[type=tel], .form-container input[type=text]
{
    width: 100%;
    padding: 10px;
}
.form-container input[type=submit]
{
    box-shadow: none;
    text-shadow: none;
    min-width: 200px;
    border: 0;
    font-size: 1em;
    clear: both;
    margin-top: 10px;
    display: inline-block;
    padding: 10px;
    background-color: #956ea5;
    text-align: center;
    border-radius: 10px;
    color: #fff;
}
.form-container input[disabled]
{
    box-shadow: none;
    background-color: #eee;
    color: #ccc;
}
.form-container input[type=submit]:hover
{
    box-shadow: none;
    text-shadow: none;
    min-width: 200px;
    border: 0;
}
.form-container .uploader
{
    display: none;
    margin-top: 10px;
}
.form-container label, .staff-list h3
{
    padding-top: 10px;
}
.form-container input[type=tel]
{
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.form-container label.msgswap
{
    font-weight: 600;
    color: #956ea5;
}
.cap
{
    display: none;
    padding-bottom: 10px;
}
.landing-form, .staffer
{
    margin-top: 40px;
}
.landing-form .field
{
    float: left;
    width: 33%;
    vertical-align: top;
    padding-bottom: 20px;
    text-align: left;
}
.landing-form .field75
{
    float: none;
    width: 100%;
    text-align: left;
}
.landing-form .field input, .landing-form .field textarea
{
    width: 96%;
    margin-top: 0;
    vertical-align: top;
    padding: 10px;
    border: 1px #ccc solid;
    border-radius: 3px;
}
.landing-form .field textarea
{
    height: 80px;
    width: 98%;
}
.landing-form p
{
    margin: 0;
    padding: 0;
}
.landing-form input[type=submit]
{
    border: 0;
    box-shadow: none;
    display: inline-block;
    background-color: #fed45e;
    color: #fff;
    padding: 13px 15px;
    text-decoration: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 300;
    text-shadow: none;
}
.staff-list .staff-list-item
{
    padding-top: 20px;
}
.staff-list h3
{
    font-size: 1.5em;
}
body.single-highlight .content-area
{
    font-size: 1em;
}
.bumper
{
    display: block;
    height: 40px;
}
.single-highlight .highlight-container
{
    min-height: 800px;
    width: 1280px;
    max-width: 100%;
    border: 0 dotted #ccc;
    margin: 0 auto;
    background-color: #fff;
    background-image: url(/wp-content/uploads/2020/06/slide-4.png);
}
.single-highlight .col
{
    margin-top: auto;
    margin-bottom: auto;
}
.single-highlight .entry-content
{
    display: none;
    margin-top: 5px;
}
.single-highlight .entry-content i
{
    font-size: 4em;
    color: #956ea5;
    width: 19.5%;
    text-align: center;
}
.single-highlight .site-title img
{
    padding-right: 20px;
    border-right: 4px #956ea5 solid;
    margin-right: 20px;
}
.single-highlight h1.site-title
{
    font-size: 4em;
    margin: 15px 0 0;
}
.single-highlight .twelve80
{
    width: 100%;
}
.single-highlight .hightlight-navigation
{
    position: fixed;
    font-size: 2.5em;
    bottom: 20px;
    right: 40px;
}
.single-highlight .hightlight-navigation .alignleft
{
    margin-right: 0;
}
.single-highlight .hightlight-navigation .alignright
{
    margin-left: 30px;
}
.single-highlight .hightlight-navigation a, .single-highlight .hightlight-navigation a:visited
{
    color: rgba(149,110,165,.4);
    outline: 0;
}
.single-highlight .hightlight-navigation a:hover
{
    color: rgba(149,110,165,.9);
}
.single-highlight .hightlight-navigation a:focus
{
    outline: 0;
}
.single-highlight .hightlight-tip
{
    position: fixed;
    font-size: 2em;
    bottom: 100px;
    right: 40px;
    display: none;
}
.single-highlight .topslide
{
    position: fixed;
    bottom: 5px;
    left: 5px;
}
.single-highlight .site-footer
{
    background: 0 0;
}
.single-highlight li, .single-highlight ul
{
    margin-left: 0;
    padding-right: 0;
}
.single-highlight .staff-list-h p
{
    line-height: normal;
    font-size: .85em;
}
.single-highlight .staff-list .staff-list-item
{
    padding-top: 0;
}
.single-highlight .staff-list-item img
{
    max-height: 210px;
    width: auto;
}
.single-highlight .staff-list h3
{
    font-size: 1.2em;
    padding-top: 5px;
}
.single-highlight .our-leadership h1.site-title
{
    font-size: 3.5em!important;
}
.highlight-template-highlight-splash .site-content
{
    text-align: center;
}
.highlight-template-highlight-splash .site-title
{
    display: none;
}
.highlight-template-highlight-splash .entry-content
{
    padding-top: 5%;
}
.gate_message
{
    background: #f9fafa;
    padding: 20px;
    -webkit-box-shadow: 2px 1px 14px -2px rgba(0,0,0,.25);
    -moz-box-shadow: 2px 1px 14px -2px rgba(0,0,0,.25);
    box-shadow: 2px 1px 14px -2px rgba(0,0,0,.25);
}
#lightbox, .gate_message .landing-form .field
{
    width: 100%;
}
.gate_message .wpcf7-submit
{
    margin: 0 auto;
}
#lightbox
{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: url(/wp-content/themes/provato/images/overlay.png);
    text-align: center;
    z-index: 10000000000000;
}
#lightbox p, .showcase-holder i
{
    text-align: center;
    color: #808080;
    margin-right: 20px;
    font-size: 14px;
}
#lightbox p span
{
    color: #808080;
    background-color: #fff;
    padding: 5px;
}
#lightbox img
{
    box-shadow: 0 0 25px #111;
    -webkit-box-shadow: 0 0 25px #111;
    -moz-box-shadow: 0 0 25px #111;
    max-width: 90%;
    border: 15px #fff solid;
    border-bottom: 25px #fff solid;
    max-height: 90vh;
}
.galleryitem
{
    min-height: 150px;
}
.galleryitem, .galleryitem a
{
    font-weight: 700;
    color: #000;
    text-decoration: none;
}
.thumcon
{
    float: left;
    padding: 10px;
    border: 1px #ccc solid;
    margin-right: 10px;
}
.thumcon img
{
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.grecaptcha-badge
{
    bottom: 155px!important;
}
#si-wrapper .silc-btn
{
    bottom: 60px!important;
}
.badges img
{
    margin-top: -30px;
}
.clutch-widget
{
    display: inline-block;
    width: 200px;
    padding-top: 35px;
}
#cta-waypoint
{
    position: fixed;
    bottom: 0;
    z-index: 9999999;
    display: block;
}
.home .cta-container .twelve80
{
    background-color: rgba(149,111,167,.8);
    padding: 30px;
    border-radius: 5px;
}
.home .cta-container .twelve80 .landing-form input[type=submit]
{
    background-color: #fed45e;
    color: #000;
}
.square
{
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    opacity: .5;
    transition: all .2s ease-in-out;
    margin-bottom: 30px;
    overflow: hidden;
}
.square:hover
{
    opacity: 1;
    background-color: #0c0c0c;
}
.square:after
{
    content: "";
    display: block;
    padding-bottom: 100%;
}
a.scontent
{
    color: #ccc!important;
    text-decoration: none;
}
.scontent
{
    position: absolute;
    width: 100%;
    height: 100%;
    color: #ccc!important;
}
.showcase-item
{
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 100px;
    padding: 20px 20px 20px 0;
}
.showcase-item h4
{
    font-size: 1.25em;
    margin-left: 22%;
}
.si:hover
{
    cursor: pointer;
}
.si.selected, .si:hover
{
    background-color: rgba(149,111,167,.7);
    color: #fff;
}
.showcase-holder
{
    width: 100%;
    padding-top: 20px;
    max-width: 100%;
    background-position: top left;
    background-repeat: no-repeat;
}
.showcase-holder h2
{
    text-align: left;
    max-width: 50%;
}
.showcase-holder .bump
{
    height: 30px;
}
.showcase-holder i
{
    font-size: 2em;
    color: #fff;
    background-color: #956ea5;
    display: block;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    float: left;
}
.showcase-holder i.fa-info
{
    background-color: #45556c;
}
.showcase-holder .showcase-factoid, .showcase-holder .showcase-related
{
    display: none;
    color: #fff;
    background-color: #45556c;
    position: absolute;
    z-index: 999999;
    border-radius: 8px;
    transition: .3s;
    width: 300px;
    margin-left: 140px;
    margin-top: -25px;
    padding: 20px;
}
.showcase-holder .showcase-related
{
    margin-left: 50px;
    font-style: oblique;
    background-color: #956ea5;
}
.showcase-holder img
{
    max-height: 45vh;
    display: none;
    margin-bottom: 5vh;
    margin-top: 5vh;
}
.showcase-next
{
    font-size: 3em;
    color: #956ea5;
    float: right;
    margin-top: 20px;
}
.staffing-modes
{
    padding-left: 15px;
    padding-right: 15px;
}
.staffing-mode
{
    display: none;
}
.staffing-mode .item
{
    padding: 10px;
}
.staffing-mode .sm-learnmore
{
    color: #956ea5;
    font-size: 1.53em;
    text-align: right;
    position: absolute;
    bottom: 5px;
    right: 25px;
}
.staffing-mode:hover
{
    cursor: pointer;
    background-color: rgba(149,111,167,.9);
    color: #fff;
}
.staffing-mode:hover .sm-learnmore
{
    color: #fff;
}
.staffing-mode.selected
{
    background-color: rgba(149,111,167,.7);
    color: #fff;
}
.staffing-mode.selected .sm-learnmore
{
    display: none;
    color: #956ea5;
}
.staffing-modes-holder
{
    padding: 30px;
    margin-bottom: 20px;
}
.staffing-modes-holder ul
{
    margin: 0;
}
.staffing-modes-holder li
{
    margin-bottom: 20px;
}
.staffing-modes-holder h3
{
    padding-bottom: 10px;
    color: #956ea5;
}
.staffing-modes-holder.f1
{
    background-color: #f9fafa;
}
@media only screen and (min-width: 1920px)
{
    .single-highlight .highlight-container
    {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 1280px)
{
    body.single-highlight
    {
        background-color: #fff;
    }
}
@media only screen and (max-width: 1024px)
{
    .service-list .icon
    {
        float: none;
        padding: 10px 0;
    }
    .service-list .icon, .service-list h3
    {
        display: block;
        text-align: center;
    }
    .showcase-holder h2
    {
        text-align: left;
        max-width: 85%;
        display: inline-block;
        font-size: 2em;
    }
    .showcase-holder .alignright
    {
        margin-left: 0;
    }
    .showcase-holder img
    {
        margin-bottom: 0;
        margin-top: 0;
    }
}
@media only screen and (max-width: 823px)
{
    .form-container
    {
        margin: 0 auto;
    }
    .work-list h3
    {
        min-height: 0;
    }
    .related li
    {
        margin: 40px 0;
    }
    .landing-form .field
    {
        float: none;
        width: 100%;
        vertical-align: top;
        padding-bottom: 20px;
        text-align: left;
    }
    .landing-form .field input, .landing-form .field textarea
    {
        width: 100%;
        margin-top: 0;
        vertical-align: top;
        padding: 10px;
        border: 1px #ccc solid;
        border-radius: 3px;
    }
    .badges img
    {
        margin-top: 10px;
    }
    .home .cta-container .twelve80, .related li
    {
        display: block;
    }
    .staffing-mode.selected
    {
        background-color: #f1f1f1;
        color: #333;
    }
    .staffing-mode.selected .visually-hidden
    {
        display: block!important;
    }
    .staffing-mode.selected .visually-hidden ul
    {
        margin: 0;
        padding: 0 0 0 20px;
    }
    .staffing-mode.selected .visually-hidden li
    {
        padding-bottom: 20px;
    }
    .staffing-modes-holder
    {
        display: none;
    }
}
a.nobtn, a.nobtn:hover
{
    background: 0 0;
    width: auto;
}
.secondary-container .entry-content h3, .showcase-holder h2
{
    display: inline-block;
}
.our-work .secondary-container .twelve80
{
    width: 100%;
}
.our-work .modus .workitem h3
{
    min-height: auto;
}
.our-work .site-header.sticky, .showcase-template-default .site-header.sticky
{
    position: inherit;
}
.our-work a.anchor, .showcase-template-default a.anchor
{
    top: 0;
}
.showcase-template-default .site-bottom.sticky
{
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}
.cs-stories, .showall-stories, .ss-stories
{
    cursor: pointer;
}
.work-list a.overlaylink
{
    background-color: rgba(149,111,167,.2);
    color: transparent;
}
.expando
{
    display: none;
}
.modus-popup .expando
{
    display: block;
}
.modus-popup
{
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 9999999;
    margin: 0;
    min-height: 75vh;
    width: 100%;
    left: 0;
    right: 0;
}
.modus-popup .closer
{
    float: right;
    cursor: pointer;
    margin: 0 10px;
    font-size: 2em;
}
.expanded.lowerfocus .x, .modus-popup .inner
{
    display: none;
}
.modus-popup h2, i.fab.fa-linkedin
{
    display: inline-block;
    margin: 10px 0;
}
.modus-popup h3
{
    margin: 10px 0;
}
.modus-popup .nine60
{
    width: 1260px;
    max-width: 94%;
}
.expanded, .modus-popup
{
    background-color: #dfe0e2;
}
.expanded img
{
    opacity: .8;
}
.expanded .lowerfocus, .expanded.lowerfocus
{
    opacity: 1;
}
.lowerfocus
{
    opacity: .1;
}
.expanded.lowerfocus .inner
{
    background: 0 0;
    box-shadow: 0 0 15px -6px transparent;
}
.search-results .web-story
{
    display: none;
}
i.fab.fa-linkedin
{
    width: 25px;
    height: 25px;
    background-image: url(/wp-content/themes/provato/images/linkedin.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 5px 3px 0;
    filter: none;
    -webkit-filter: grayscale(0);
}
i.fab.fa-linkedin:hover
{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
footer i.fab.fa-linkedin
{
    width: 30px;
    height: 30px;
}
.site-header .twelve80
{
    width: 1715px;
}
.home .site-header.ultra-sticky
{
    position: relative;
    z-index: 99999;
    background-color: rgba(255,255,255,.95);
    border-bottom: 1px #f1f1f1 solid;
    width: 100%;
    min-height: 80px;
}
@media only screen and (max-width: 1024px)
{
    .modus-popup
    {
        min-height: 100vh;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow-y: scroll;
        padding: 5px 20px;
    }
    .expanded
    {
        background: 0 0;
    }
}
@media only screen and (max-width: 400px)
{
    .modus-popup
    {
        min-height: 100vh;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow-y: scroll;
        padding: 5px 20px;
    }
    .modus-popup h2
    {
        display: inline-block;
        margin: 10px 0;
        margin-top: 0!important;
        font-size: 1.5em;
    }
    .modus-popup h3
    {
        margin: 10px 0;
        font-size: 1.25em;
    }
    .modus-popup .closer
    {
        margin: 0;
        font-size: 1.5em;
    }
}
.contact-us p, .full-staff h5, .full-staff p, .gbell p
{
    font-family: Raleway;
}
.gbell .feature
{
    background-size: cover;
    background-repeat: no-repeat;
}
.gbell .hero-section
{
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: left;
}
.gbell .hero-left
{
    width: 50%;
    display: flex;
    justify-content: center;
}
.gbell .hero-text
{
    width: 75%;
    margin-left: 80px;
}
.gbell .hero-section h1
{
    font-size: 60px;
    font-weight: 700;
    color: #47566c;
    margin-bottom: 0;
}
.gbell .hero-section hr
{
    background-color: #f4c64a;
}
.gbell .hero-section p
{
    font-size: 16px;
    font-weight: 600;
}
@media only screen and (max-width: 767.98px)
{
    .gbell .hero-section
    {
        height: auto;
    }
    .gbell .hero-section p
    {
        font-size: .85em;
    }
    .gbell .hero-section h1
    {
        font-size: 2.5em;
    }
    .gbell .hero-left
    {
        width: 100%!important;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-bottom: 80px;
    }
    .gbell .hero-text
    {
        margin-left: 0!important;
    }
}
@media only screen and (max-width: 991.98px)
{
    .gbell .hero-section
    {
        align-items: start;
    }
}
@media only screen and (max-width: 1199.98px)
{
    .gbell .hero-left
    {
        width: 85%;
        display: flex;
        justify-content: center;
    }
    .gbell .hero-text
    {
        width: 85%;
        margin-left: 80px;
    }
    .gbell .feature
    {
        background-size: contain;
    }
}
.gbell .services-box
{
    background-color: #fcfcff;
    box-shadow: 5px 5px 15px #cfcccc;
    border-radius: 30px;
    max-width: 65%;
    margin: 40px auto;
}
.gbell .services-header
{
    text-align: center;
    padding-top: 40px;
}
.gbell .process-header hr, .gbell .services-header hr
{
    background-color: #f4c64a;
    width: 50%;
}
#lightbox p, .gbell .services-header h2
{
    font-weight: 700;
}
.gbell .services-section h3
{
    font-weight: 700;
    font-size: 24px;
}
.gbell .services-section
{
    padding: 40px;
}
.gbell .services-section p
{
    font-size: 16px;
}
.gbell .serv-img
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.gbell .serv-img img
{
    width: 65%;
}
.gbell .clear
{
    height: 40px;
}
@media only screen and (max-width: 767.98px)
{
    .gbell .services-box
    {
        border-radius: 0;
        max-width: 90%;
    }
    .gbell .services-section
    {
        text-align: center;
        padding: 0;
    }
    .gbell .wrapper1, .gbell .wrapper2
    {
        padding-top: 10px!important;
    }
    .gbell .services-section h3
    {
        font-size: 1.75em;
    }
    .gbell .services-section p
    {
        font-size: .85em;
    }
}
@media only screen and (max-width: 991.98px)
{
    .gbell .services-box
    {
        max-width: 85%;
    }
    .gbell .wrapper1
    {
        display: flex;
        flex-direction: column;
        padding-top: 30px;
    }
    .gbell .wrapper2
    {
        padding-top: 30px;
    }
    .gbell .wrapper1 div:first-child
    {
        order: 1;
    }
    .gbell .serv-img img
    {
        width: 50%;
    }
}
.gbell .about-section, .gbell .about-text
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.gbell .about-section
{
    background-color: #fcfcff;
    width: 100%;
}
.gbell .about-text
{
    width: 50%;
    margin: 0;
}
.gbell .about-text-child
{
    width: 75%;
}
.gbell .about-text h2, .gbell .design-steps h3
{
    font-size: 40px;
    font-weight: 700;
}
.gbell .about-text p
{
    font-size: 16px;
    font-weight: 700;
}
.gbell .about-image img, .gbell section
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 991.98px)
{
    .gbell .about-section
    {
        background-color: #fff;
        flex-direction: column;
    }
    .gbell .about-text
    {
        width: 75%;
        padding: 40px;
        height: auto;
        text-align: center;
        background-color: #fcfcff;
        z-index: 2;
    }
    .gbell .about-text h2
    {
        font-size: 2em;
    }
    .gbell .about-text p
    {
        font-size: 1em;
    }
    .gbell .about-image
    {
        width: 100%;
        margin-top: -100px;
    }
}
@media only screen and (max-width: 767.98px)
{
    .gbell .about-image
    {
        display: none;
    }
    .gbell .about-section
    {
        text-align: center;
        display: flex;
        align-items: center;
        background-image: url(/wp-content/themes/provato/images/about_mobile.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .gbell .about-text
    {
        width: 100%;
        padding: 0;
        background-color: transparent;
    }
}
.gbell .design-process
{
    background-color: #fcfcff;
    box-shadow: 5px 5px 15px #cfcccc;
    border-radius: 30px;
    max-width: 65%;
    margin: 80px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.gbell .process-header
{
    padding-top: 40px;
    width: 75%;
    margin: auto;
    text-align: center;
}
.gbell .process-header h2
{
    font-weight: 700;
}
.gbell .process-header hr
{
    margin-top: 0;
}
.gbell .process-header p
{
    font-size: 16px;
}
.gbell .design-steps
{
    margin: 0 auto;
    width: 75%;
}
.gbell .design-steps h3
{
    color: #47566c;
}
.gbell .step-box
{
    padding: 40px;
    display: flex;
    justify-content: center;
}
.gbell .process-step
{
    padding: 20px;
}
.gbell .process-circle
{
    border-radius: 50%;
    width: 110px;
    height: 110px;
    padding: 5px;
    background: #f4c64a;
    border: 0;
    color: #fff;
    text-align: center;
    font-family: Raleway;
    font-weight: 700;
    font-size: 60px;
}
@media only screen and (max-width: 767.98px)
{
    .gbell .design-process
    {
        max-width: 100%;
        border-radius: 0;
        margin: 0 auto;
        background-image: none;
    }
    .gbell .design-steps
    {
        width: 100%;
    }
    .gbell .process-header
    {
        width: 90%;
    }
    .gbell .process-header h2
    {
        font-size: 2em;
    }
    .gbell .process-header p
    {
        font-size: .85em;
    }
    .gbell .step-box
    {
        padding: 0;
    }
    .gbell .design-steps h3
    {
        font-size: 1.75em;
    }
    .gbell .step-number
    {
        width: 100%;
    }
    .gbell .process-step
    {
        padding: 10px;
    }
    .gbell .process-circle
    {
        border-radius: 50%;
        width: 50px;
        height: 50px;
        padding: 0;
        background: #f4c64a;
        border: 0;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-family: Raleway;
        font-weight: 700;
        font-size: 2em;
    }
}
@media only screen and (max-width: 991.98px)
{
    .gbell .design-process
    {
        max-width: 85%;
    }
    .gbell .design-steps
    {
        width: 85%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px)
{
    .gbell .design-process
    {
        background-image: url(/wp-content/themes/provato/images/local_process_ipad.png);
    }
}
.gbell .local-work, .gbell .work-text
{
    align-items: center;
    justify-content: center;
}
.gbell .local-work
{
    margin: 80px auto;
    max-height: 50vh;
    width: 1600px;
    max-width: 100%;
}
.gbell .work-text
{
    text-align: center;
}
.gbell .work-carousel
{
    align-items: center;
    max-width: 100%;
    overflow: hidden;
}
.gbell .work-carousel .inner
{
    width: 100%;
    margin: 0 auto;
}
.gbell .work-text h2
{
    font-weight: 700;
    font-size: 50px;
}
@media only screen and (max-width: 991.98px)
{
    .gbell .local-work
    {
        margin: 40px auto;
    }
    .gbell .work-text h2
    {
        font-size: 2.5em;
    }
}
.gbell .testimonials
{
    width: 75%;
    max-width: 94%;
    margin: 40px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.gbell .testim-title
{
    margin: 80px auto;
}
.gbell .testim-title h2
{
    font-weight: 700;
    font-size: 40px;
}
.gbell .testim-title p
{
    font-weight: 700;
    font-size: 20px;
    color: #47566c;
}
.gbell .client-blurbs h3
{
    font-size: 28px;
    font-weight: 700;
}
.gbell .client-blurbs p
{
    font-style: italic;
    color: #999bac;
    font-weight: 600;
    text-align: right;
}
.gbell .testim-text
{
    background-color: #fcfcff;
    box-shadow: 5px 5px 15px #cfcccc;
    border-radius: 15px;
    height: auto;
    margin-top: 40px;
    padding: 40px;
}
.gbell .testim-one, .gbell .testim-three, .gbell .testim-two
{
    border-left: 3px solid #f4c64a;
    height: 100%;
}
.gbell .testim-text h3
{
    padding-left: 20px;
}
@media only screen and (max-width: 767.98px)
{
    .gbell .testim-text h3
    {
        font-size: 1.25em;
    }
}
@media only screen and (max-width: 991.98px)
{
    .gbell .testim-title
    {
        margin: 40px auto;
    }
    .gbell .testimonials
    {
        width: 90%;
    }
}
.gbell section
{
    min-height: 90vh;
    background-size: contain;
    background-repeat: no-repeat;
}
.gbell .contact-text-box
{
    width: 30%;
    margin: 0 auto;
    display: flex;
    align-items: right;
    justify-content: right;
}
.gbell .contact-text
{
    width: 75%;
}
.gbell .contact-text h2
{
    font-size: 60px;
    font-weight: 700;
}
.gbell .contact-text p
{
    font-size: 18px;
    font-weight: 700;
    color: #47566c;
}
.gbell .contact-container
{
    width: 70%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gbell .contact-right
{
    width: 50%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: -500px;
    margin-bottom: -100px;
    z-index: 1;
}
.gbell .contact-left
{
    width: 50%;
    min-height: 500px;
    background-color: #fff;
    box-shadow: 5px 5px 15px #9e9d9d;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    z-index: 2;
}
.gbell .field-large, .gbell .field-medium
{
    padding-bottom: 10px;
    font-family: "Raleway";
    font-weight: 700;
    color: #9e9d9d;
}
.gbell .btn
{
    width: 100%;
    font-family: "Raleway";
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #f4c64a;
    font-size: 18px;
    border: 0;
    kerning: 1px;
}
@media only screen and (max-width: 767.98px)
{
    .gbell .contact-text
    {
        padding: 0!important;
    }
    .gbell .contact-text h2
    {
        font-size: 2.25em;
    }
    .gbell .contact-text p
    {
        font-size: 1em;
    }
}
@media only screen and (max-width: 991.98px)
{
    .gbell section
    {
        flex-direction: column;
        min-height: 70vh;
        background: 0 0;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .gbell .contact-container
    {
        width: 100%;
    }
    .gbell .contact-text-box
    {
        text-align: center;
        width: 100%;
    }
    .gbell .contact-text
    {
        width: 100%;
        padding-left: 20px;
    }
    .gbell .contact-right
    {
        display: none;
    }
    .gbell .contact-left
    {
        width: 80%;
    }
}
.gbell .areas-section
{
    width: 100%;
    min-height: 100vh;
    background-color: #fcfcff;
}
.gbell .areas-header-box
{
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 40px;
}
.gbell .areas-header h2
{
    font-weight: 700;
    font-size: 40px;
}
.gbell .areas-header p
{
    font-family: Raleway;
    font-weight: 700;
    font-size: 20px;
    color: #999bac;
}
.gbell .areas-container
{
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.gbell .areas-container p, .pro-projects-detail li.stat-type
{
    font-family: Raleway;
    font-size: 1.5em;
    font-weight: 700;
    color: #47566c;
}
.gbell .areas-left, .gbell .areas-right
{
    width: 50%;
    display: flex;
    justify-content: center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 1em;
}
@media only screen and (max-width: 767.98px)
{
    .gbell .areas-header h2
    {
        font-size: 2.25em;
    }
    .gbell .areas-header p
    {
        font-size: 1em;
    }
    .gbell .areas-container p
    {
        font-size: .85em;
    }
    .gbell .areas-left, .gbell .areas-right
    {
        width: 75%;
        line-height: .85em;
        background-position: top;
    }
}
@media only screen and (max-width: 991.98px)
{
    .gbell .areas-container
    {
        text-align: center;
    }
}
.page-template-local-template .local-clutch
{
    display: inline-block;
}
.local-clutch, .page-template-local-template .global-clutch
{
    display: none;
}
.contact-us, .full-staff
{
    background-image: linear-gradient(#fff,#f0ebe4);
}
.full-staff .team
{
    background-image: url(/wp-content/themes/provato/images/dotsbg.png);
    background-position: center center;
}
.full-staff .team-header h1
{
    font-family: Georgia;
    font-weight: 200;
    font-size: 3.5em;
    color: #f4c74a;
}
.full-staff .staffer
{
    transition: all .2s ease-in-out;
}
.full-staff .staffer img
{
    max-width: 70%;
}
.full-staff h5
{
    color: #956fa6;
}
.contact-us hr, .full-staff hr
{
    height: 2px;
    background-color: #f4c74a;
    max-width: 75%;
}
.contact-us .contact-section
{
    background-image: url(/wp-content/themes/provato/images/dotsbg.png);
    background-position: center center;
    background-size: cover;
}
.contact-us .entry-title
{
    font-family: Georgia;
    font-weight: 200;
    font-size: 3.5em;
    color: #f4c74a;
}
.contact-us hr
{
    max-width: 50%;
}
.contact-us .primarybg
{
    background-image: none!important;
    padding: 40px!important;
}
.contact-us .primarybg h2
{
    font-family: Georgia;
    color: #fff;
}
.contact-us .third-contact-section
{
    padding-bottom: 15px;
}
.contact-us .fourth-contact-section p
{
    margin-bottom: 0;
}
.row
{
    margin: 0;
}
.page-template-banner-template .entry-content
{
    margin-top: 0!important;
}
.page-template-banner-template .entry-content p
{
    margin-bottom: 0!important;
}
.page-template-banner-template .feature
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 40vh;
}
.page-template-banner-template .row
{
    margin: 0;
    padding: 0;
}
.page-template-banner-template .our-work .feature-text, .page-template-banner-template .projects .feature-text
{
    padding: 60px;
    background: linear-gradient(0deg,rgba(71,86,108,.6629026611) 0%,rgba(149,111,166,.6) 100%);
}
.page-template-banner-template .our-work .feature-text h1, .page-template-banner-template .projects .feature-text h1
{
    color: #fff;
    font-family: Georgia;
    font-weight: 200;
    font-size: 4em;
}
.page-template-banner-template .our-work .feature-text p, .page-template-banner-template .projects .feature-text p
{
    color: #fff;
    font-family: Raleway;
    font-size: 1.25rem;
}
.pro-projects
{
    background-image: url(/wp-content/themes/provato/images/project_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.pro-projects .fx-overlay h3, .pro-projects .item-container
{
    text-align: center;
}
.pro-projects .fadein
{
    padding-bottom: 20px;
}
.pro-projects .fx
{
    position: relative;
    padding: 0!important;
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 2px 2px 15px -1px rgba(63,89,137,.37);
}
.pro-projects .fx img
{
    width: 100%;
    height: 100%;
    display: block;
}
.pro-projects .fx-overlay
{
    position: absolute;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg,rgba(149,111,166,.6979166667) 29%,#4c8596 100%);
    color: #fff;
    font-family: Georgia;
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .25s;
    opacity: 0;
}
.pro-projects .fx-overlay:hover
{
    opacity: 1;
}
.pro-projects .filter-title
{
    font-size: 1.5em;
    padding: 40px;
}
.pro-projects-detail
{
    padding: 0;
    animation: transitionIn .75s;
}
.pro-projects-detail h2
{
    font-family: Georgia;
}
.pro-projects-detail h1
{
    font-size: 4em;
}
.pro-projects-detail .entry-block
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 40vh;
    width: 100%;
}
.pro-projects-detail .entry-foreground h1
{
    font-family: Georgia;
    font-weight: 700;
    font-size: 60px;
    color: #45556c;
}
.pro-projects-detail .entry-content
{
    background-image: url(/wp-content/themes/provato/images/project_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0;
}
.pro-projects-detail .overview-section
{
    margin-top: 60px;
}
.pro-projects-detail .overview-section-txt
{
    font-size: 1.5em;
    font-family: Raleway;
    margin-bottom: 0;
}
.pro-projects-detail .client-stats ul
{
    list-style-type: none;
}
.pro-projects-detail li.stat-type
{
    color: #45556c;
    padding-top: 20px;
    padding-bottom: 20px;
}
.pro-projects-detail li.stat-type span
{
    font-weight: 400;
}
.pro-projects-detail .section-one
{
    width: 100%;
    height: 60vh;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.pro-projects-detail .section-one-txt h2
{
    color: #fff;
    margin-top: 30px;
}
.pro-projects-detail .section-two
{
    width: auto;
    min-height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
}
.pro-projects-detail .section-two-txt
{
    background-image: linear-gradient(0deg,rgba(71,86,108,.8629026611) 0%,rgba(149,111,166,.6864320728) 100%);
    width: 50%;
    float: right;
    padding: 60px;
}
.pro-projects-detail .section-two-txt h2
{
    color: #fff;
    text-align: center;
}
.pro-projects-detail .section-two-txt p
{
    color: #fff;
    padding-right: 15px;
    text-align: right;
    font-family: Raleway;
}
.pro-projects-detail .section-three
{
    max-width: 1920px;
    min-height: 60vh;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    margin: 20px auto;
}
.pro-projects-detail .section-three-txt
{
    background-image: linear-gradient(0deg,rgba(71,86,108,.8629026611) 0%,rgba(149,111,166,.6864320728) 100%);
    width: 40%;
    margin-left: 10%;
    float: left;
    padding: 60px;
}
.pro-projects-detail .section-three-txt h2
{
    color: #fff;
}
.pro-projects-detail .section-three-txt li
{
    color: #fff;
    font-size: 1.5em;
    font-family: Raleway;
}
.filter-box, .pro-projects-detail .related-header
{
    padding: 20px;
}
.pro-projects-detail .related-projects .inner
{
    margin: auto;
}
.pro-projects-detail #wrapper
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.pro-projects-detail section
{
    max-width: 500px;
    margin: 50px auto;
}
.pro-projects-detail #button-blue
{
    float: left;
    width: 100%;
    max-width: 500px;
    border: #fff solid 4px;
    cursor: pointer;
    background-color: #956ea5;
    margin-top: -4px;
    color: #fff;
    text-transform: uppercase;
    font-family: Raleway;
    font-size: 20px;
    letter-spacing: .1em;
    padding-top: 22px;
    padding-bottom: 22px;
    font-weight: 500;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.pro-projects-detail #button-blue:hover, .querystring.alignright:hover
{
    background-color: transparent;
    color: #956ea5;
}
.pro-projects-detail .ease
{
    width: 0;
    height: 70px;
    background-color: #fff;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}
.pro-projects-detail .btn-container:hover .ease, .querystring.alignright:hover .ease
{
    width: 100%;
    max-width: 500px;
    background-color: #fff;
    border: 0;
}
@media(min-width: 992px)
{
    .pro-projects-detail .section-two
    {
        width: auto;
        position: relative;
        min-height: 80vh;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    .pro-projects-detail .section-two-txt
    {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%);
        margin-left: -40px;
    }
    .pro-projects-detail .section-three
    {
        max-width: 1920px;
        min-height: 60vh;
        height: auto;
        background-size: contain;
        background-position: right;
        background-repeat: no-repeat;
        margin: auto;
    }
    .pro-projects-detail .section-three-txt
    {
        position: relative;
        margin-left: 40px;
        float: left;
    }
}
@media(max-width: 991.98px)
{
    .pro-projects-detail h1
    {
        font-size: 3.5em;
    }
    .pro-projects-detail h2
    {
        font-size: 2em;
    }
    .pro-projects-detail .stat-type li
    {
        padding-top: 20px;
        padding-bottom: 20px;
        margin: auto;
    }
    .pro-projects-detail .section-two
    {
        position: relative;
    }
    .pro-projects-detail .section-two-txt
    {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%);
    }
    .pro-projects-detail .section-three-txt li
    {
        font-size: 1.25em!important;
    }
    .pro-projects-detail .section-three-txt
    {
        width: 50%;
        float: center;
        padding: 20px;
        margin: 40px;
    }
}
@media(max-width: 767.98px)
{
    .pro-projects-detail h1
    {
        font-size: 2.5em;
    }
    .pro-projects-detail h2
    {
        font-size: 1.5em;
    }
    .pro-projects-detail .entry-block
    {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left;
        min-height: 50vh;
        width: 100%;
    }
    .pro-projects-detail .stat-type li
    {
        padding-top: 20px;
        padding-bottom: 20px;
        margin: auto;
    }
    .pro-projects-detail .stat-type p
    {
        font-family: Raleway;
        font-size: 1em;
        font-weight: 700;
        color: #45556c;
    }
    .pro-projects-detail .overview-section-txt p, .pro-projects-detail .section-three-txt li
    {
        font-size: 1em!important;
    }
    .pro-projects-detail .section-one
    {
        background-size: 125%;
    }
    .pro-projects-detail .section-two
    {
        position: relative;
    }
    .pro-projects-detail .section-two-txt
    {
        position: absolute;
        top: 50%;
        left: 0;
        width: 80%;
        transform: translateY(-50%);
        padding: 40px;
    }
    .pro-projects-detail .section-three
    {
        background-image: none!important;
        min-height: 80vh;
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: 20px;
        margin-top: 40px;
    }
    .pro-projects-detail .section-three-txt
    {
        width: 80%;
        float: center;
        padding: 40px;
        margin: 40px;
    }
}
.pro-projects-detail .related-header
{
    margin-top: 30px;
}
.pro-projects-detail .related-header h2
{
    font-weight: 700;
    color: #956ea5;
}
.pro-projects-detail .related-projects
{
    font-size: 1.5em;
    font-family: Raleway;
}
.filter-box
{
    background: rgba(248,247,246,.77);
    border-radius: 0 0 30px 30px;
    margin-bottom: 20px;
    box-shadow: 0 6px 15px -1px rgba(63,89,137,.3);
}
.filter-buttons
{
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.filter-buttons .featured
{
    order: 1;
}
.filter-buttons .web-design
{
    order: 3;
}
.filter-buttons .ecommerce-and-cms
{
    order: 2;
}
.filter-header
{
    font-family: Raleway;
    font-size: 1.2em;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.querystring.alignright, a.pro-cat
{
    font-family: Raleway;
    text-transform: uppercase;
}
.querystring.alignright
{
    float: right;
    max-width: 100%;
    border: #fff solid 4px;
    cursor: pointer;
    background-color: #956ea5;
    margin-top: -4px;
    letter-spacing: .1em;
    padding-top: 22px;
    padding-bottom: 22px;
    justify-self: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    transition: all .3s;
}
.ease
{
    width: 0;
    height: 70px;
    background-color: #fff;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}
a.pro-cat
{
    display: inline-block;
    color: #45556c;
    font-weight: 700;
    text-decoration: none;
    transition: .5s ease;
    height: 60%;
    font-size: 18px;
    justify-content: center;
    padding: 20px;
}
a.pro-cat:hover
{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: .5s ease;
    color: #956ea5;
}
.grey
{
    background: 0 0;
}
.nspost-header
{
    padding: 3rem 1rem 0;
}
.nspost-header-content
{
    display: grid;
    grid-template-columns: 77% 23%;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1344px;
}
@media only screen and (max-width: 768px)
{
    .nspost-header-content
    {
        gap: 1.5rem;
        grid-template-columns: 1fr;
    }
}
.nspost-header-content-title
{
    display: flex;
    gap: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #bfa8c9;
}
.nspost-header-content-title h1
{
    margin: auto 0;
}
@media only screen and (max-width: 768px)
{
    .nspost-header-content-title h1
    {
        font-size: 1.875rem!important;
    }
}
.nspost-header-content .nspost-featured-image
{
    z-index: 5;
    width: 125px;
    height: auto;
}
@media only screen and (max-width: 768px)
{
    .nspost-header-content .nspost-featured-image
    {
        width: 50px;
    }
}
.nspost-header-content .nspost-featured-image img
{
    width: 100%;
    height: auto;
}
.nspost-container
{
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 3rem;
    padding: 0 1rem;
    margin: 2rem auto 3rem;
    width: 100%;
    max-width: 1344px;
}
@media only screen and (max-width: 768px)
{
    .nspost-container
    {
        grid-template-columns: 1fr;
    }
}
.nspost
{
    margin: 0;
    padding: 0;
}
.nspost h2, .nspost h3, .nspost h4, .nspost p, .nspost ul
{
    margin-bottom: 2rem;
}
@media(max-width: 768px)
{
    .nspost h2, .nspost h3, .nspost h4, .nspost p, .nspost ul
    {
        margin-bottom: 1.5rem;
    }
}
.nspost h2, .nspost h3, .nspost h4
{
    color: #a07dae;
    font-weight: 700;
}
.nspost p, .nspost ul li
{
    font-size: 1.4rem;
    line-height: 1.3;
}
.nspost h1
{
    font-size: 3rem;
    line-height: 1;
}
@media only screen and (max-width: 768px)
{
    .nspost h1
    {
        font-size: 1.6rem!important;
    }
}
.nspost h2
{
    font-size: 2.25rem;
    line-height: 2.5rem;
}
@media only screen and (max-width: 768px)
{
    .nspost h2
    {
        font-size: 1.6rem;
    }
}
.nspost h3
{
    font-size: 1.875rem;
    line-height: 2.25rem;
}
@media only screen and (max-width: 768px)
{
    .nspost h3
    {
        font-size: 1.5rem;
    }
}
.nspost ul
{
    margin-left: 1rem;
    margin-right: 1rem;
}
.nspost ul li
{
    margin-bottom: .85rem;
}
.nspost-sidebar
{
    position: sticky;
    top: 110px;
    align-self: start;
    padding: 0 .25rem 0 0;
}
@media only screen and (max-width: 768px)
{
    .nspost-sidebar
    {
        display: none;
    }
}
.split-columns
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2.5rem;
}
@media only screen and (max-width: 768px)
{
    .split-columns
    {
        grid-template-columns: 1fr;
    }
}
.nspost-arrowed, .nspost-checked, .nspost-crossed
{
    list-style: none;
    padding-left: 1rem;
}
.nspost-arrowed li, .nspost-checked li, .nspost-crossed li
{
    position: relative;
    padding-left: 2.25rem;
}
.nspost-arrowed li::before, .nspost-checked li::before, .nspost-crossed li::before
{
    content: "";
    position: absolute;
    left: 0;
    top: 1rem;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/plugins/provato-local-project-2023/dist/images/checked.webp);
    background-size: contain;
    background-repeat: no-repeat;
}
.nspost-arrowed li::before, .nspost-crossed li::before
{
    background-image: url(/wp-content/plugins/provato-local-project-2023/dist/images/cross.webp);
}
.nspost-arrowed li::before
{
    background-image: url(/wp-content/plugins/provato-local-project-2023/dist/images/arrowed.webp);
}
.nspost-container .widget ul
{
    margin-left: 0;
    padding-left: 20px;
}
.nspost-container .widget ul li
{
    margin-left: 0;
}