/*
 Theme Name:   YOOtheme Child
 Template:     yootheme
 Author:       Custom Web
 Description:  YOOtheme Child Theme
 Version:      1.0.0
 Text Domain:  yootheme-child
*/


.ginput_recaptcha {
    margin-top: 16px!important;
}

@font-face {
    font-family: 'customGeorgia';
    src: url('../fonts/Georgia.tff');
}

@font-face {
    font-family: 'customMonotype';
    src: url('../fonts/Monotype Corsiva.ttf');
}


.footer-wrap.uk-section-secondary.uk-section.uk-section-small {
    background: #012F6B;
    border-top: 6px solid #48a9c5;
}

#wpsl-stores, #wpsl-direction-details, #wpsl-gmap {
    background: #ffffff;
    color: #052f6b;
}

div#tm-top > div {
    background-repeat: repeat;
}

#tm-top .textwidget.custom-html-widget {
    text-align: center;
}

.paypal input{
    background-image: url(/wp-content/uploads/sites/2/2018/08/paypal-buttons.png);
    display: block;
    width: 230px;
    height: 46px;
    background-position: -119px -30px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
}

.paypal input:hover {
    background-image: url(/wp-content/uploads/sites/2/2018/08/paypal-buttons.png);
    background-position: -117px -107px;
}

.pay-pal-credit {
    background-image: url(/wp-content/uploads/sites/2/2018/08/paypal-buttons.png);
    width: 261px;
    height: 40px;
    background-position: -100px -190px;
}

.netsposts-block-wrapper .netsposts-items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.netsposts-items a.link-img-wrapper {
    height: 279px;
    overflow: hidden;
}

.text-logo h3 {
    font-family: customGeorgia;
    font-size: 1.5vw;
    text-align: center;
    line-height: 1.2;
}

.practice-wrap h3 {
    margin: 0;
    color: #fff;
}

body .practice-wrap {
    background: #48a9c5!important;
}

.practice-wrap {
    border: 4px solid #48a9c5;
    margin: 10px 0;
    padding: 14px;
    display: block;
    box-shadow: inset 0px 0px 0px 3px #ffffff;
}

a.practice-wrap:hover {
text-decoration: none;
    background: #B2E4E3!important;
    border: 4px solid #B2E4E3;
}

/* ==================================== /
/                                       /
/               SIDEBAR                 /
/                                       /
======================================= */
.uk-accordion-title {
    text-transform: capitalize;
}

.obstetrics-panel a {
    color: #fff!important;
}
.obstetrics-panel.uk-grid-collapse.uk-flex-middle.uk-margin-remove-vertical.uk-grid .uk-card {
    padding: 20px 40px;
}

.footer-logo:hover {
    background: #a4c2cc;cursor: pointer;
}

.site-id-3 .footer-logo:hover {
    background:#f1eae1!important;
}
.site-id-4 .footer-logo:hover {
    background:#efe8d7!important;
}



.site-id-4 .footer-wrap.uk-section-secondary.uk-section div.uk-grid-large > div:nth-child(2) ,.site-id-2 .footer-wrap.uk-section-secondary.uk-section div.uk-grid-large > div:nth-child(2), .site-id-3 .footer-wrap.uk-section-secondary.uk-section div.uk-grid-large > div:nth-child(2) {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.footer-logo {
    padding: 10px;
    box-sizing: border-box;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all ..25s ease-in-out;
    -o-transition: all .25s ease-in-out;
     transition: all .25s ease-in-out;
}

.uk-button-large, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout a.checkout-button {
    line-height: 1;
    padding: 16px;
}

h3.wk-panel-title {
    font-family: 'Muli';
}

.custom-side .netsposts-content {
    width: 100%;
    align-items: flex-start;
}

.custom-side .netsposts-content img {
    display: none!important;
}

h3.rpwe-title {
    font-family: 'Muli';
}

.location-wrap {
    display: flex;
}

.location-wrap span {
    padding-right: 10px;
}

.location-wrap span:before {
    margin-top: 5px;
    display: block;
}
.single article p, .single article ul li {
    font-size: 22px;
}
.single article ul li {
    display: flex;
}
.top-b-wrap.uk-section-default.uk-section p {
    font-size: 24px;
}
.medium-font a {
    font-size: 16px;
}
span.order {
    display: none;
}
.netsposts-content a {
    font-size: 15px;
}

.single-post p {
    margin: 0;
    clear: both;
}
.wk-slidenav-position.wk-margin {
    margin-bottom: 0;
}
#wpsl-result-list ul {
    padding: 0 0 0 30px!important;
}

ul.rpwe-ul {
    padding:0;
}

ul.rpwe-ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


ul.rpwe-ul li a {
    font-size:16px;
    margin:0px;
}

ul.rpwe-ul li h3  {
    margin:0;
}   

/* ==================================== /
/                                       /
/               COLORS                  /
/                                       /
======================================= */
.tm-header-mobile {
    padding: 10px 0;
}



.home .tm-header:after {
    display: none;
}

.wk-button {
    border-radius: 5px;
    border: none !important;
    background-color: #333;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 2em;
    padding: 0 40px;
}

.wk-button:hover {
    border: none;
    background-color: rgba(51, 51, 51, 0.5);
    color: #ffffff;
    opacity: .8;
}

/* 
Southern New England Healthcare for Women 
#c289a7 - pink
#012F6B - purple
#f4e5ff - light purple
*/

.site-id-1 .tm-header:after {
    background: linear-gradient(to right, #c289a7 0%, #c072fd 100%);
}

.site-id-1 .uk-section-primary {
    background: linear-gradient(to right, #c289a7 0%, #c072fd 100%);
}

.site-id-1 .wk-button {
    background-color: #c289a7;
}

.site-id-1 .gform_wrapper input[type=submit] {
    background-color: #c0cafe !important;
}
/* 
Center for Obstetrics & Gynecology
#9C4F65 - pink
#7696A0 - green
#B9B690 - light brown
*/

.site-id-2 .uk-button-default {
    background-color: #a56e73;
    color: #fff;
}

.site-id-2  h5 {
    color:#473a28;
    font-weight: 400;
}
.site-id-2 .uk-navbar-nav>li.uk-active>a, .site-id-2 a:not([class*="button"]), .site-id-2 .uk-link {
    color: #7596a0;
}

.site-id-2 .uk-navbar-nav>li:hover>a, 
.site-id-2 .uk-navbar-nav>li>a:focus, 
.site-id-2 .uk-navbar-nav>li>a.uk-open,
.site-id-3 .uk-navbar-nav>li:hover>a, 
.site-id-3 .uk-navbar-nav>li>a:focus, 
.site-id-3 .uk-navbar-nav>li>a.uk-open,
.site-id-4 .uk-navbar-nav>li:hover>a, 
.site-id-4 .uk-navbar-nav>li>a:focus, 
.site-id-4 .uk-navbar-nav>li>a.uk-open {
    color: #9c4f64;
}

.site-id-2 .uk-section-primary,
.site-id-2 .wk-button {
    background-color: #9C4F65;
    color: #fff;
}

.site-id-2 .uk-section-secondary {
    background-color: #7696A0;
}

.site-id-2 .gform_wrapper input[type=submit] {
    background-color: #9C4F65 !important;
}


.site-id-2 .uk-section-muted {
    background: linear-gradient(to right, #9C4F65 0%, #B9B690 100%);
}

.site-id-2 .uk-section-muted h1 {
    color: #fff;
}

/* 
Broadway OB/GYN
#BC5281 - pink
#F0E3D0 - tan
*/

.site-id-3 .uk-section-muted {
    background: linear-gradient(to right, #BC5281 0%, #F0E3D0 100%);
}

.site-id-3 .uk-section-muted h1 {
    color: #fff;
}

.site-id-3 .uk-navbar-nav>li.uk-active>a, .site-id-3 a:not([class*="button"]), .site-id-3 .uk-link {
    color: #BC5281;
}

.site-id-3 .uk-section-primary,
.site-id-3 .wk-button {
    background-color: #BC5281;
    color: #fff;
}

.site-id-3 .uk-section-secondary {
    background-color: #F0E3D0;
}

.site-id-3 .gform_wrapper input[type=submit] {
    background-color: #BC5281 !important;
}

.site-id-3 .footer-wrap *,
.site-id-3 .footer-wrap *:before {
    border-color: #473a2857;
}

/* 
Partners in Obstetrics & Gynecology
#D1F4EE - light green
#578b96 - dark green
#EEB1B7 - light pink
#D2CAB5 - tan
*/

.site-id-4 .uk-section-muted {
    background: linear-gradient(to right, #EEB1B7 0%, #D2CAB5 100%);
}

.site-id-4  .uk-text-primary {
    color: #EEB1B7!important;
}

.site-id-4 .uk-section-muted h1 {
    color: #fff;
}

.site-id-4 .uk-navbar-nav>li.uk-active>a, .site-id-4 a:not([class*="button"]), .site-id-4 .uk-link {
    color: #578b96;
}

.site-id-4  .uk-button-primary {

    background-color: #D1F4FA;
    color: #3a3a3a;
    border: 1px solid #aad0c9;
}

.site-id-4  .uk-button-primary:hover{
    background-color: #fff;
}

.site-id-4 .uk-section-primary,
.site-id-4 .wk-button {
    background-color: #EEB1B7 ;
    color: #fff;
}

.site-id-4 .uk-section-secondary {
    background-color: #D2CAB5;
}

.site-id-4 .gform_wrapper input[type=submit] {
    background-color: #578b96 !important;
}

.site-id-2 .uk-navbar-nav>li>a,
.site-id-3 .uk-navbar-nav>li>a,
.site-id-4 .uk-navbar-nav>li>a {
    color: inherit;
}

.footer-wrap a[href^="tel:"] {
    color: inherit !important;
}

/* ==================================== /
/                                       /
/               HEADER                  /
/                                       /
======================================= */

.tm-headerbar-top .uk-container {
    flex-wrap: wrap;
}

.tm-headerbar-top .uk-container:after {
    content: "";
    display: block;
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px solid #483a28;
}

.tm-headerbar-top > .uk-container > .uk-margin-auto-left {
    align-self: flex-end;
}

a.cta-header:hover {
    text-decoration: none;
}

a.cta-header {
    display: flex;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 600;
    font-style: italic;
}

.tm-toolbar .uk-flex-middle {
    justify-content: center;
}

a.cart-customlocation {
    color: inherit;
    text-transform: uppercase;
}

.uk-navbar-container>.uk-container .uk-navbar-left {
    width: calc(100% + 30px);
}

.uk-navbar-container>.uk-container .uk-navbar-left > .uk-navbar-nav {
    width: 100%;
    justify-content: space-between;
}

/* ==================================== /
/                                       /
/                Top A                  /
/                                       /
======================================= */

.top-a-wrap .wk-overlay-panel.wk-overlay-background {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.25) 0%, #fff 100%);
    text-align: center;
    left: 0;
}

.top-a-wrap h3.wk-h3 {
    font-weight: 700;
}

/* ==================================== /
/                                       /
/                Top B                  /
/                                       /
======================================= */

/* ==================================== /
/                                       /
/                Top C                  /
/                                       /
======================================= */

.uk-section-primary .uk-card-default {
    color: inherit;
}

/* ==================================== /
/                                       /
/                Top D                  /
/                                       /
======================================= */

.top-d-wrap .el-item.uk-panel.uk-scrollspy-inview.uk-animation-fade {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-d-wrap .uk-margin.uk-grid-match.uk-grid-divider {
    justify-content: center;
}


/* ==================================== /
/                                       /
/                Top E                  /
/                                       /
======================================= */


#wpsl-wrap {
    margin-bottom: 0;
    background-color: #f4e5ff;
}

#wpsl-result-list {
    width: 33.5%;
}

.site-id-1 .top-e-wrap {
    border-top: 6px solid #052f6b;
}

.wpsl-search {
    margin-bottom: 0;
    border-bottom: 6px solid #052f6b;
    padding: 12px;
    background: #48A9C5!important;
    color: #fff!important;
}

#wpsl-search-wrap .wpsl-input, 
#wpsl-search-wrap .wpsl-select-wrap,
#wpsl-search-wrap form,
#wpsl-search-btn, 
#wpsl-search-wrap #wpsl-radius, 
#wpsl-search-wrap #wpsl-results, 
#wpsl-search-wrap .wpsl-input input, 
#wpsl-search-wrap .wpsl-input label,
#wpsl-search-btn, 
#wpsl-search-wrap div {
    display: flex;
    align-items: center;
    justify-content: center;
}

#wpsl-category, .wpsl-input, .wpsl-select-wrap {
    margin-bottom: 0;
}

#wpsl-search-wrap .wpsl-input label, 
#wpsl-search-wrap #wpsl-radius label, 
#wpsl-search-wrap #wpsl-category label, 
#wpsl-search-wrap .wpsl-dropdown {
    width: auto;
}

#wpsl-search-wrap div {
    margin-right: 25px;
}

#wpsl-search-wrap .wpsl-search-btn-wrap {
    width: 25%;
    margin-right: 0;
}

#wpsl-search-btn {
    width: 100%;
    background: #012F6B;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid #979797;
}

#wpsl-search-wrap {
    float: none;
    max-width: 1200px;
    margin: 0 auto;
}

#wpsl-search-wrap input,
#wpsl-search-wrap select {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0;
}

.wpsl-dropdown {
    border-radius: 0;
}

#wpsl-search-wrap select {
    padding: 7px;
}

/* ==================================== /
/                                       /
/              Bottom A                 /
/                                       /
======================================= */

/* ==================================== /
/                                       /
/              Bottom B                 /
/                                       /
======================================= */

/* ==================================== /
/                                       /
/              Bottom C                 /
/                                       /
======================================= */

/* ==================================== /
/                                       /
/              Bottom D                 /
/                                       /
======================================= */

/* ==================================== /
/                                       /
/         Provider Directory            /
/                                       /
======================================= */

#block-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.2em;
}

.netsposts-content {
    width: 25%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}

#block-wrapper > div[style="clear: both;"],
#block-wrapper > br,
.netsposts-source,
.netsposts-excerpt {
    display: none;
}

.netsposts-content a {
    color: #473a28;
}

/* Blog - doctor pages */

article.category-our-physicians {
    max-width: 800px;
    margin:  0 auto;
}

article div[property="text"] ul {
    list-style: none;
    padding-left: 0;
}

article div[property="text"]  ul li:before {
    content: "\2022";
    margin-right: 5px;
}

article > div[property="text"] + p,
article > .uk-pagination {
    clear: both;
}
/* ==================================== /
/                                       /
/               FOOTER                  /
/                                       /
======================================= */

.site-id-1 .footer-wrap .gform_wrapper .hidden_label input.large, 
.site-id-1 .footer-wrap .gform_wrapper .hidden_label select.large, 
.site-id-1 .footer-wrap .gform_wrapper .top_label input.large, 
.site-id-1 .footer-wrap .gform_wrapper .top_label select.large, 
.site-id-1 .footer-wrap .gform_wrapper textarea.small,
.site-id-2 .footer-wrap .gform_wrapper .hidden_label input.large, 
.site-id-2 .footer-wrap .gform_wrapper .hidden_label select.large, 
.site-id-2 .footer-wrap .gform_wrapper .top_label input.large, 
.site-id-2 .footer-wrap .gform_wrapper .top_label select.large, 
.site-id-2 .footer-wrap .gform_wrapper textarea.small {
    border: 1px solid #fff;
}

.site-id-3 .footer-wrap .gform_wrapper .hidden_label input.large, 
.site-id-3 .footer-wrap .gform_wrapper .hidden_label select.large, 
.site-id-3 .footer-wrap .gform_wrapper .top_label input.large, 
.site-id-3 .footer-wrap .gform_wrapper .top_label select.large, 
.site-id-3 .footer-wrap .gform_wrapper textarea.small,
.site-id-4 .footer-wrap .gform_wrapper .hidden_label input.large, 
.site-id-4 .footer-wrap .gform_wrapper .hidden_label select.large, 
.site-id-4 .footer-wrap .gform_wrapper .top_label input.large, 
.site-id-4 .footer-wrap .gform_wrapper .top_label select.large, 
.site-id-4 .footer-wrap .gform_wrapper textarea.small {
    border: 1px solid #473a28;
    color: #473a28 !important;
}

.footer-wrap .wk-grid-width-small-1-2>* {
    width: 100%;
    margin-bottom: 25px;
}

p.copy-text {
    margin: 0;
}

.footer-wrap ::-webkit-input-placeholder {
    color:  #fff;
} 

.footer-wrap :-moz-placeholder {
    color:  #fff;
}

.footer-wrap ::-moz-placeholder {
    color:  #fff;
}

.footer-wrap :-ms-input-placeholder {
    color:  #fff;
}



.site-id-3 .footer-wrap ::-webkit-input-placeholder {
    color:  #473a28;
} 

.site-id-3 .footer-wrap :-moz-placeholder {
    color:  #473a28;
}

.site-id-3 .footer-wrap ::-moz-placeholder {
    color:  #473a28;
}

.site-id-3 .footer-wrap :-ms-input-placeholder {
    color:  #473a28;
}



.site-id-4 .footer-wrap ::-webkit-input-placeholder {
    color:  #473a28;
} 

.site-id-4 .footer-wrap :-moz-placeholder {
    color:  #473a28;
}

.site-id-4 .footer-wrap ::-moz-placeholder {
    color:  #473a28;
}

.site-id-4 .footer-wrap :-ms-input-placeholder {
    color:  #473a28;
}

/* -------------- Social Icons ----------------- */

.affiliation ul li span {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 1;
    position: relative;
}
span.phone-icon:after {
    content: '\f008';
}
span.phone-icon:after {
    content: 'f014';
}
span.phone-icon:after {
    content: '\f008';
}

.affiliation ul {
    margin: 0;
    padding: 0;
}

.affiliation ul li {
    list-style-type: none;
    clear: both;
}

.affiliation ul li span:before {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.social-wrap.social-wrap-header {
    margin-top: 0px;
}

.social-wrap {
    margin-top: 10px;
}

.social-wrap a {
    padding: 0 5px;
}

.social-wrap a:first-of-type {
    padding-left: 0;
}



/* ==================================== /
/                                       /
/            Responsive                 /
/                                       /
======================================= */


@media (max-width: 1200px) {
    #wpsl-search-wrap form {
        flex-wrap: wrap;
    }

    #wpsl-search-wrap form > div {
        width: 50%;
        margin-bottom: 10px;
    }
}

/* SMALL SCREENS ONLY 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 1200px) {
.top-d-wrap .uk-grid-divider>*:after {
    content:"";
    display:none!important;
}

.top-d-wrap .uk-grid-divider>.uk-grid-margin.uk-first-column:last-child::before {
    content: "";
    display:none!important;
}

.top-d-wrap .uk-grid-divider>.uk-grid-margin.uk-first-column:last-child::after {
    content: "";
    display:none!important;
}
}

/* MINI SCREENS ONLY 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 1051px) and (max-width: 1200px) {
}

@media (min-width: 1051px) {
.top-a-wrap .wk-overlay-panel.wk-overlay-right.wk-overlay-background.wk-overlay-slide-right {
    width: 100%;
    max-width: 1400px;
    padding: 80px 40px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: right;
    background: transparent;
}

.top-a-wrap .wk-overlay-panel > .wk-margin {
    max-width: 650px;
    margin-left: auto;
    font-size: 1.25em;
}

.top-a-wrap h3.wk-h3 {
    font-size: 48px;
    max-width: 800px;
    margin-left: auto;
    text-shadow: 0px 0px 30px #fff;
}
}


@media (max-width: 1050px) {
}

@media (min-width: 960px) {
.custom-grid .el-item.uk-card.uk-card-default {
    padding: 20px 0;
}


.custom-grid .practice-wrap h3 {
    font-size: 20px;
}


.netsposts-block-wrapper .netsposts-items > div {
    width: 33.33%;
}
}

/* TABLETS (LANDSCAPE) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 960px) and (max-width: 1600px) {
.uk-navbar-nav>li>a {
    letter-spacing: normal;
    font-size: 13px;
    padding: 0 10px;
}
}

/* TABLETS (PORTRAIT) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/


@media (min-width: 640px) and (max-width: 959px) {
    .custom-grid .text-logo h3 {
    font-size: 17px;
}
}

@media (min-width: 768px) and (max-width: 959px) {

.Footer-row {
    flex-wrap: wrap;
}

.Footer-row .uk-width-expand\@m {
    flex-basis: 50%;
    width: 50%;
}

.Footer-row .uk-width-expand\@m:last-child {
    flex-basis: 100%;
}
}

/* PHONES AND TABLETS (PORTRAIT) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (max-width: 959px) {
    .netsposts-block-wrapper .netsposts-items > div {
    width: 33.33%;
}
    .text-logo h3 {
    font-size: 28px;
}
    .uk-nav-sub li.uk-active a {
    color: #fff!important;
}

.uk-navbar-left {
    height: 80px;
}

a.uk-navbar-item.uk-logo {
    height: initial;
}

a.uk-navbar-item.uk-logo img {
    max-width: 350px;
    width: 100%;
    padding: 10px 0;
}

#wpsl-search-wrap form > div {
    width: 100%;
}

}


/* PHONES (LANDSCAPE) AND TABLETS (PORTRAIT)
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 480px) and (max-width: 959px) {
}

@media (min-width: 768px) {

}

/* PHONES 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (max-width: 767px) {

    .netsposts-content {
    width: 50%!important;
}
    .uk-background-center-center {
    background-position: right;
}
#wpsl-result-list p, #wpsl-wrap #wpsl-result-list li, .wpsl-direction-before {
    padding-left: 10px;
}

#wpsl-result-list {
    width: 100%;
}


}


/* PHONES (LANDSCAPE) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 480px) {
article > div[property="image"] {
    float: left;
    margin: 0 25px 25px 0 !important;
}
}

/* PHONES (PORTRAIT) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (max-width: 479px) {
        .netsposts-block-wrapper .netsposts-items > div {
    width: 100%;
}
    .text-logo h3 {
    font-size: 20px;
}

        .uk-navbar-nav>li>a, .uk-navbar-item, .uk-navbar-toggle {
    height:100px;
}


    h1.uk-h1 {
    font-size: 1.4em;
}
    .uk-navbar-center {
    max-width: 250px;
    width: 100%;
}


a.uk-navbar-item.uk-logo {
    margin: 0 auto;
}
.wpsl-select-wrap {
    flex-wrap: wrap;
}
#wpsl-radius, #wpsl-results {
    width: 100%;
}
    
#wpsl-search-wrap div {
    margin-right: 0;
}

#wpsl-search-wrap .wpsl-search-btn-wrap {
    width: 100%;
}

.netsposts-content {
    width: 100%;
}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 


}




@media screen and (max-width:1050px) {
    html , p , li , a{
        font-size: 2.1vw;
    }

}
@media screen and (max-width:800px) {
    html , p , li , a{
        font-size: 2.5vw;
    }
}
@media screen and (max-width:767px) {
    html , p , li , a{
        font-size: 3vw;
    }
    h1.uk-h1 {
        font-size: 2.1rem;
        line-height: 1.5em;
    }
    h2.uk-h2 {
        font-size: 1.8rem;
    }
    h3.uk-h3 {
        font-size: 1.5rem;
        line-height: 1.5em;
    }
    h4.uk-h4 {
        font-size: 1.2rem;
        line-height: 1.1em;
    }
    h5.uk-h5 {
        font-size: 1.1rem;
        line-height: 1.1em;
    }
    h6.uk-h6 {
        font-size: 1rem;
        line-height: 1.1em;
    }
}
@media screen and (max-width:550px) {
    html , p , li , a {
        font-size: 4vw;
    }
.netsposts-content {
    width: 100%!important;
}
.netsposts-items a.link-img-wrapper {
    height: auto;
}

}
@media screen and (max-width:500px) {
    html , p , li , a{
        font-size: 3.8vw;
    }
}
@media screen and (max-width:450px) {
    html , p , li , a{
        font-size: 3.6vw;
    }
}
@media screen and (max-width:400px) {
    html , p , li , a{
        font-size: 4.5vw;
    }
}
@media screen and (max-width:350px) {
    html , p , li , a{
        font-size: 4.1vw;
    }
}




/* Gform Placeholder ======================== */
body .footer-wrap .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    color: #fff;
}

body .footer-wrap .gform_wrapper input[type=email], body .footer-wrap .gform_wrapper input[type=number], body .footer-wrap .gform_wrapper input[type=password], body .footer-wrap .gform_wrapper input[type=tel], body .footer-wrap .gform_wrapper input[type=text], body .footer-wrap .gform_wrapper input[type=url], body .footer-wrap .gform_wrapper textarea {
    color: #fff;
}

.tm-contact-form ::-webkit-input-placeholder {
    color:  #4d4e4e;
} 

.tm-contact-form :-moz-placeholder {
    color:  #4d4e4e;
}

.tm-contact-form ::-moz-placeholder {
    color:  #4d4e4e;
}

.tm-contact-form :-ms-input-placeholder {
    color:  #4d4e4e;
}


/* ==================================== /
/                                       /
/           Fixed Widgets               /
/                                       /
======================================= */

/*--------Fixed Form Side --------*/

.fixed-widgets-wrap .uk-panel {
    position: inherit;
}

.fixed-widgets-wrap ul#gform_fields_1 li:nth-child(2) .ginput_container , .fixed-widgets-wrap ul#gform_fields_1 li:nth-child(1) .ginput_container {
    margin: 0;
}

.fixed-widgets-wrap div#gform_wrapper_1 {
    margin: 0;
}

.fixed-lightbox-wrap .gform_wrapper textarea.medium {
    border: 1px solid #b4b4b4;
}

.fixed-widgets-wrap.form-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}


.fixed-contact-wrap {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: 415px;
    z-index: 9;
}

div#fixed-contact {
    background: #f3f3f3;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #5b9957;
    padding: 10px;
    float: right;
}

div#fixed-contact:hover {
    cursor: pointer;
}

div#fixed-contact p {
    color: #5b992d;
    font-family: Oswald;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
}

i.uk-icon-envelope {
    color: #5e5e5e;
    display: block;
    width: 100%;
    font-size: 50px;
}

.fixed-lightbox-wrap {
    max-width: 305px;
    margin: 0px auto;
    background: #fff;
    padding: 25px;
    background-color: #ffffff;
    border-radius: 10px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    border: 1px solid #afafaf;
    box-shadow: 0px 0px 10px #1c1c1c;
}

.closeForm {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 30px;
    border: 2px solid #fff;
    font-weight: bold;
}

.closeForm:hover {
    cursor: pointer;
}

.fixed-widgets-wrap .uk-panel-title {
    display: none;
}

div#fixed-contact-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    -webkit-transform: translate(-50%,-50%) scale(0);
    -moz-transform: translate(-50%,-50%) scale(0);
    -ms-transform: translate(-50%,-50%) scale(0);
    -o-transform: translate(-50%,-50%) scale(0);
    width: 100%;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;

}

div#fixed-contact-form.form-open {
    height: 100%;
    opacity: 1;
    transform: translate(-50%,-50%) scale(1);
    -webkit-transform: translate(-50%,-50%) scale(1);
    -moz-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    -o-transform: translate(-50%,-50%) scale(1);
}

div#fixed-contact-form {
    opacity: 0;
    height: 0;

}




/* ==========================================================================
/                                                                           /
/                             Affiliations                                  /
/                                                                           /
===========================================================================*/

.affiliations .uk-slidenav-position {
    position: relative;
    padding: 0 60px;
    box-sizing: border-box;
}

.affiliations h3 {
    display: none;
}

.affiliations .uk-text-center.uk-panel-teaser {
    margin: 0;
}

.affiliations.affiliations-caret .uk-slidenav-previous:before {
    content: "\f0d9";
}
.affiliations.affiliations-caret .uk-slidenav-next:before {
    content: "\f0da";
}

.affiliations .uk-slidenav-position .uk-slidenav-next , .affiliations .uk-slidenav-position .uk-slidenav-previous {
    color: #a9a9a9;
}

.affiliations .uk-slidenav:hover, .affiliations .uk-slidenav:focus {
    color: #2d2d2d;
}

/* ==========================================================================
/                                                                           /
/                             Testimonials                                  /
/                                                                           /
===========================================================================*/


.testimonial-dot .uk-slidenav-previous, .testimonial-dot .uk-slidenav-next, .testimonial-50-background-dark .uk-slidenav-previous, .testimonial-50-background-dark .uk-slidenav-next {
    display:none !important;
}

.testimonial-50 .uk-dotnav, .testimonial-50-background-dark .uk-dotnav ,  .testimonial-50-background-light .uk-dotnav , .testimonial-arrow .uk-dotnav {
    display:none !important;
}

.testimonials.testimonial-50-background-dark h3:after , .testimonial-50 h3:after , .testimonial-50-background-light h3:after{
    display: none !important;
}

.testimonial-50  .uk-slidenav-position .uk-slidenav {
    top: 40%;
}

.uk-slidenav-position .uk-slidenav-previous {
    left: 0px;
    color: #363636;
    width: 50px;
}

.uk-slidenav-position .uk-slidenav-next {
    right: 0px;
    color: #363636;
    width: 70px;
    height: 150px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin: 0;
}

.uk-slidenav:hover , .uk-slidenav:focus{
     color: rgba(119, 119, 119, 0.7);
}


.uk-slidenav-position {
    position: relative;
    box-sizing: border-box;
    padding: 0 60px;
}

.uk-modal-dialog-lightbox.uk-slidenav-position {
    padding: 0;
}

.uk-slidenav-previous:before {
    font-size: 75px;
    padding: 50px 0;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    top: 50%;
}

.uk-slidenav-next:before  {
    font-size: 75px;
    padding: 50px 0;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 0;
    top: 50%;
}

/*----------------Testimonial DotNav ----------------------*/

.uk-dotnav > *.uk-active > * {
    background: rgba(144, 144, 144, 0.9);
}

.uk-dotnav > * > * {
    background: rgba(115, 115, 115, 0.2);
}

.uk-dotnav > * > *:hover, .uk-dotnav > * > *:focus {
    background: rgba(119, 119, 119, 0.5);
}

/*------------------Testimonial Widget ------------------*/

.testimonials {
    text-align:center;
}

.testimonials h3 {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 0.38px;
    line-height: 36px;
    margin: 0;
    color: #363636;
    font-family: 'Open Sans', sans-serif;
}

.testimonial-50-background-dark h3 , .testimonial-50 h3 , .testimonial-50-background-light h3{
    margin-bottom: 20px;
}

.testimonials h3:after {
    content: '';
    display: block;
    max-width: 200px;
    width: 100%;
    height: 3px;
    margin: 20px auto;
    background: #b3b3b3;
}

.testimonials p {
    color: #363636;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.2px;
    line-height: 1.5;
    margin: 25px 0;
}

.testimonials .uk-overlay-panel {
    padding: 0;
}


/*------------------Testimonial 50 Background------------------*/

.testimonial-50-background-dark .uk-panel h3, .testimonial-50 .uk-panel h3 , .testimonial-50-background-light .uk-panel h3 {
    display: none;
}

.testimonial-50-background-dark.uk-dotnav {
    display: none;
}

.testimonial-50-background-dark p {
    background-color: #727272;
    padding: 32px;
    box-sizing: border-box;
    color: #fff;
    text-align: left;
    position: relative;
}

.testimonial-50 p.author {
    font-weight: 600;
}

.testimonial-50 p  {
    text-align: left;
    position: relative;
}

.testimonial-50-background-dark p.testimonial-triangle:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #727272;
    transform: rotate(180deg);
    bottom: -30px;
    left: 24px;
    color:transparent;
}

.testimonial-50-background-dark p.testimonial-triangle:before {
    top: 9px;
    border-color: transparent transparent transparent #a00;
    border-width: 11px;
}

p.author {
    background: none;
    color: #2d2d2d;
    text-align: left;
    padding: 0;
    margin: 40px 0;
}

/*--------------------- Testimonial-50-background-light ---------------------*/

.testimonial-50-background-light .testimonial-wrap {
    background-color: #727272;
    padding: 40px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
}

.testimonial-wrap p {
    margin: 0;
    color:#fff;
}

.testimonial-wrap .author {
    margin-top: 20px;
    font-weight: 600;
}

@media (max-width: 959px) {
.testimonials .uk-grid-width-medium-1-2 > * {
    width: 100%;
}
}

/*-------------------------Side-Testimonial -----------------------*/
.side-testimonial-wrap p {
    margin-top: 0;
}

.side-testimonial-50 {
    max-width: 500px;
    width: 100%;
    background: #d8d8d8;
    padding: 32px;
    box-sizing: border-box;
    margin: 0 auto;
}

.side-testimonial {
    background: #d8d8d8;
    padding: 32px;
    box-sizing: border-box;
}

 .side-testimonial-split {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.side-testimonial-wrap .author {
    margin-bottom: 0;
    margin-top: 20px;
}


.side-testimonial.side-testimonial-split{
    background: none;
    padding: inherit;
    box-sizing: inherit;
}

.side-testimonial-split .side-testimonial-wrap {
    background: #d8d8d8;
    padding: 32px;
    box-sizing: border-box;
    margin-bottom: 32px;
}

.side-testimonial-split li:first-of-type .side-testimonial-wrap {
    margin-bottom: 32px;
}

.side-testimonial-50 p.testimonial-triangle , .side-testimonial p.testimonial-triangle , .side-testimonial-split p.testimonial-triangle {
    margin: 0;
}

.side-testimonial-50 .uk-slideset li , .side-testimonial .uk-slideset li ,  .side-testimonial-split .uk-slideset li {
    padding: 0;
    width: 100%;
}

.side-testimonial-50 .uk-margin , .side-testimonial .uk-margin , .side-testimonial-split .uk-margin {
    margin: 0;
}

.side-testimonial-50 .uk-slideset.uk-grid , .side-testimonial .uk-slideset.uk-grid , .side-testimonial-split .uk-slideset.uk-grid  {
    margin: 0;
}

.side-testimonial-50 h3 , .side-testimonial-split h3 , .side-testimonial h3 {
    display: none;
}

.side-testimonial-50 p, .side-testimonial-split p {
    text-align: left!important;
}

.testimonials.side-testimonial-50 .uk-slidenav-position , .side-testimonial .uk-slidenav-position ,  .side-testimonial-split .uk-slidenav-position{
    padding: 0;
    margin: 0;
}

.testimonials.side-testimonial-50 .uk-slidenav-position ul , .side-testimonial-split .uk-slidenav-position ul{
    margin: 0;
}

.side-testimonial-50 .uk-slidenav-position:hover .uk-slidenav , .side-testimonial-split .uk-slidenav-position:hover  .uk-slidenav , .side-testimonial .uk-slidenav-position:hover  .uk-slidenav {
    display: none;
}

.side-testimonial-50 .uk-dotnav ,  .side-testimonial .uk-dotnav, .side-testimonial-split .uk-dotnav{
    display: none;
}

.side-testimonial-50 .uk-dotnav, .side-testimonial .uk-dotnav, .side-testimonial-split .uk-dotnav {
    margin: 10px 0;
}

.side-testimonial {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.side-testimonial-split .side-testimonial .author {
    text-align: left;
}

.side-testimonial .author {
    text-align: right;
}

.side-testimonial-background .side-testimonial-wrap {
    padding: 32px;
    background: #fbfbfb;
    border: 1px solid #b9b9b9;
}

.testimonials.side-testimonial.side-testimonial-background .uk-dotnav , .testimonials.side-testimonial.side-testimonial-dotnav .uk-dotnav{
    display: inline-block;
}



/* ==================================== /
/                                       /
/           Gravity Forms               /
/                                       /
======================================= */

input, textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

/* ==================================================
/                                                   /
/                       Error                       /
/                                                   /
====================================================*/

body .gform_wrapper .validation_message {
    display: none;
}

body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: inherit;
    margin-bottom: inherit;
    border-top: none;
    border-bottom: none;
    padding-bottom: 6px;
    padding-top: inherit;
    box-sizing: border-box;
}

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper li.gfield_error textarea {
    border: 2px solid #790000!important;
    padding: 9px!important;
}

.gform_wrapper div.validation_error {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}



/* ==========================================================================
/                                                                           /
/                           Table Of Contents                               /
/                        gf_left_50  gf_right_50                            /
/                                                                           /
===========================================================================*/
body .gform_wrapper .gform_body {
    width: inherit!important;
}

body section.tm-contact-form.uk-grid {
    padding-bottom: 20px;
}

body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_page_footer input.button, body .gform_wrapper .gform_page_footer input[type=submit] {
    margin: 0;
}

body span.gform_description {
    display: none !important;
}

body .html-container {
    display: none;
}

body textarea.html-viewer {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    display: block;
    min-height: 50px;
    height: auto;
    background: #f5f5f5;
    font-size: 16px;
    padding: 16px;
}

body .gform_wrapper ul li.gfield {
    margin-top: 0;
    padding-top: 0;
    padding: 0 !important;
    font-size: 0;
}

body .gform_wrapper select, body .gform_wrapper textarea {
    font-size: 16px;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 16px;
}

.clear-both {
    clear: both;
}

body .gform_wrapper {
    max-width: 100%;
}

body .gform_wrapper .hidden_label input.large, body .gform_wrapper .hidden_label select.large, body .gform_wrapper .top_label input.large, body .gform_wrapper .top_label select.large {
    width: 100%;
    border: 1px solid #a9a9a9;
}

body .gform_wrapper .top_label .gfield_label {
    display: none;
}

body .gform_wrapper textarea.small {
    width: 100%;
    box-sizing: border-box;
    display: block;
    border: 1px solid #a9a9a9;
}

body .gform_wrapper h3.gform_title {
    margin: 0;
}

body .gform_wrapper .gform_heading {
    margin-bottom: 0;
}

body .gform_heading {
    color: inherit;
    font-family: inherit;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

body .gform_wrapper .gsection .gfield_label, body .gform_wrapper h2.gsection_title, body .gform_wrapper h3.gform_title {
    font-weight: 500;
    color: inherit;
    margin-bottom: 10px;
}

body .gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: 20px;
}

body .standard-side-form .gform_wrapper label.gfield_label+div.ginput_container,body .standard-side-form-small .gform_wrapper label.gfield_label+div.ginput_container,body .standard-side-form-inline-right .gform_wrapper label.gfield_label+div.ginput_container,body .standard-side-form-inline-left .gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: 15px;
}

body .footer-wrap .gform_wrapper input[type=email], body .footer-wrap .gform_wrapper input[type=number], body .footer-wrap .gform_wrapper input[type=password], body .footer-wrap .gform_wrapper input[type=tel], body .footer-wrap .gform_wrapper input[type=text], body .footer-wrap .gform_wrapper input[type=url] , body .footer-wrap .gform_wrapper textarea {
    text-indent: inherit;
    padding: 5px !important;
    box-sizing: border-box;
    background: transparent;
}

body .gform_wrapper input[type=email],.gform_wrapper input[type=number], body .gform_wrapper input[type=password], body .gform_wrapper input[type=tel], body .gform_wrapper input[type=text], body .gform_wrapper input[type=url] {
    text-indent: inherit;
    padding: 10px !important;
    box-sizing: border-box;
}

body .gform_wrapper textarea {
    padding: 10px;
}

body input#gform_submit_button_1, body input#gform_submit_button_2 {
    height: 76px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    background-color: #797979;
    border: none;
    border-radius: 5px;
}

body input#gform_submit_button_1:hover , body input#gform_submit_button_2:hover  {
    opacity: .8;
    cursor: pointer;
}

body .gform_wrapper .gform_heading {
    width: 100%;
}

body .gform_wrapper .gform_footer {
    padding: 0;
    margin: 20px 0 0;
}

body .tm-sidebar .standard-side-form_wrapper .gform_footer, body .standard-side-form .gform_wrapper .gform_footer, body .standard-side-form-small .gform_wrapper .gform_footer, body .standard-side-form-inline-right .gform_wrapper .gform_footer, body .standard-side-form-inline-left .gform_wrapper .gform_footer {
    padding: 0;
    margin: 15px 0 0;
}

body .g-recaptcha > div div {
    float: left;
    max-height: 78px;
}

/*------ Standard-Form | Standard-Form-Small -----*/
body .standard-form .gform_wrapper form, body .standard-form-small .gform_wrapper form {
    max-width: 675px;
    text-align: left;
    display: block;
    width: 100%;
    margin: 0 auto;
}

/*------ Side-Form -----*/
body .tm-sidebar .standard-side-form_wrapper .gf_left_50, body .tm-sidebar .standard-side-form_wrapper li.gf_right_50, body .standard-side-form .gf_left_50, body .standard-side-form .gform_wrapper li.gf_right_50, body .standard-side-form-inline-right .gf_left_50, body .standard-side-form-inline-right .gform_wrapper li.gf_right_50, body .standard-side-form-inline-left .gf_left_50, body .standard-side-form-inline-left .gform_wrapper li.gf_right_50, body .standard-side-form-small .gf_left_50, body .standard-side-form-small .gform_wrapper li.gf_right_50 {
    max-width: 100%!important;
    margin: 0 !important;
}

.standard-side-form .g-recaptcha , .tm-sidebar .standard-side-form_wrapper .g-recaptcha {
    max-width: 304px;
    overflow: hidden;
    margin: 0 auto;
}

body .tm-sidebar .standard-side-form_wrapper , body .standard-side-form ,.standard-side-form-small {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

body .standard-side-form-inline-right, body .standard-side-form-inline-left {
    width: 100%;
    margin: 0 auto;
}

body .standard-side-form input#gform_submit_button_1 , body .tm-sidebar .standard-side-form_wrapper input#gform_submit_button_1 {
    height: 55px;
}

body .standard-side-form-small input#gform_submit_button_1 {
    max-width: 225px;
    margin: 0 auto;
    display: block;
    height: 55px;
}

/*------Form-Small-Right Heading | Form-Small-Right Heading-----*/
body .standard-form-small-right, body .standard-form-small-left {
    max-width: 510px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    /*------Form-Small-Right Heading | Form-Small-Right Heading-----*/
    body .standard-form-small-right .gf_left_50, body .standard-form-small-left .gf_left_50 {
        max-width: 48.5%;
        margin-right: 1.5%;
    }

    body .standard-form-small-right .gform_wrapper li.gf_right_50, body .standard-form-small-left .gform_wrapper li.gf_right_50 {
        max-width: 48.5%;
        margin-left: 1.5% !important;
    }

    body .standard-form-small-right h3 {
        text-align: right;
    }

    body .standard-form-small-left h3 {
        text-align: left;
    }

    /*------Standard Form-----*/
    body .gf_left_50 , body .standard-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error.gf_left_50 {
        max-width: 49%!important;
        width: 100%;
        display: inline-block;
        margin-right: 1%;
    }

    body .gform_wrapper li.gf_right_50 , body .standard-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error.gf_right_50 {
        display: inline-block;
        max-width: 49% !important;
        width: 100%;
        margin-left: 1% !important;
    }

    body .standard-form .g-recaptcha {
        max-width: 45%;
        width: 100%;
        float: left;
        margin-right: 1%;
        overflow: hidden;
    }

body .standard-form.form-label .g-recaptcha {
    width: 100%;
    float: none;
    margin: auto;
    overflow: hidden;
    display: block;
    max-width: 300px;
}

body .standard-form.form-label .g-recaptcha div {
    margin: 0 auto;
}

    body .standard-form .gform_wrapper .gform_footer {
        padding: 0;
        margin: 0;
        clear: inherit;
        float: left;
        max-width: 53%;
        width: 100%;
        margin-left: 1%;
    }

    /*------ Standard-Form-Small -----*/
    body .standard-form-small .g-recaptcha {
        max-width: 45%;
        width: 100%;
        float: left;
        margin: 0 1% 0 4%;
        overflow: hidden;
    }

    body .standard-form-small .gform_wrapper .gform_footer {
        padding: 0;
        margin: 0;
        clear: inherit;
        float: left;
        max-width: 45%;
        width: 100%;
        margin: 0 4% 0 1%;
    }

    /*------Form-Small-Right Heading | Form-Small-Right Heading-----*/
    body .standard-form-small-right .g-recaptcha, body .standard-form-small-left .g-recaptcha {
        max-width: 60%;
        width: 100%;
        float: left;
        overflow: hidden;
        margin-right: 1%;
    }

    body .standard-form-small-right .gform_wrapper .gform_footer, body .standard-form-small-left .gform_wrapper .gform_footer {
        padding: 0;
        margin: 0;
        clear: inherit;
        float: left;
        max-width: 38%;
        width: 100%;
        margin-left: 1%;
    }

    /*---------------------SIDE-FORM-INLINE-------------------------*/
    body .standard-side-form-inline-right .g-recaptcha {
        max-width: 74%;
        float: left;
        width: 100%;
        overflow: hidden;
        margin-right: 1.5%;
    }

    body .standard-side-form-inline-right .gform_footer.top_label {
        margin: 0;
        float: left;
        max-width: 23%;
        width: 100%;
        margin-left: 1.5%;
        clear: inherit;
    }

    body .standard-side-form-inline-left .g-recaptcha {
        max-width: 70%;
        float: right;
        width: 100%;
        overflow: hidden;
        margin-left: 1.5%;
        text-align: right;
    }

    body .standard-side-form-inline-left .gform_footer.top_label {
        margin: 0;
        float: left;
        max-width: 27%;
        width: 100%;
        margin-right: 1.5%;
        clear: inherit;
    }
}

@media (max-width: 767px) {
    /*------Standard Form | Standard Form Small-----*/
    body .gf_left_50 {
        max-width: 100%;
        width: 100%;
        display: inline-block;
        margin-right: 0;
    }

    body .gform_wrapper li.gf_right_50 {
        display: inline-block;
        max-width: 100%;
        width: 100%;
        margin-left: 0 !important;
    }

body .standard-form .g-recaptcha, body .standard-form-small .g-recaptcha {
    max-width: 300px;
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    display: block;
}

    body .standard-form .gform_wrapper .gform_footer, body .standard-form-small .gform_wrapper .gform_footer {
        padding: 0;
        margin: 0;
        clear: inherit;
        float: left;
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    body .g-recaptcha div {
    margin: 0 auto;
    max-width: 300px;
}

    body .g-recaptcha {
        max-height: 77px;
        overflow: hidden;
    }

    /*------Form-Small-Right Heading | Form-Small-Right Heading-----*/
    body .standard-form-small-right .g-recaptcha, body .standard-form-small-left .g-recaptcha {
        text-align: center;
    }

    body .standard-form-small-right .gform_wrapper .gform_footer, body .standard-form-small-left .gform_wrapper .gform_footer {
        padding: 0;
        margin: 0;
        margin-top: 20px;
    }
}

/*---------------------LABEL ON GF-------------------------*/

body .standard-form.form-label label {
    display: block!important;
    color: #4f4f4f;
    font-weight: 600;
    font-size: 16px!important;
    padding: 5px 0;
}

body .standard-form.form-label input , body .standard-form.form-label select , body .standard-form.form-label textarea {
    border: 1px solid #d9d9d9!important;
}

body .standard-form.form-label select {
    height: 45px;

}

body .standard-form.form-label .gform_wrapper label.gfield_label+div.ginput_container {
    margin:0;
}


body .gform_wrapper ul.gform_fields {
    font-size: 0;
}

body .standard-form.form-label {
    background: #f4f4f4;
    border: 1px solid #d8d8d8;
    padding: 32px;
    box-sizing: border-box;
}

body .standard-form.form-label form {
    max-width: 100%;
}

body .form-label .gform_button.button:hover {
    opacity:.8;
    cursor:pointer;
}

body .form-label .gform_button.button {
    background: #536593;
    background: #00256a;
    border: 1px solid #00256a;
    color: #fff;
    font-family: lato;
    margin: 20px auto!important;
    display: block;
    max-width: 150px;
    width: 100%;
    padding: .25em 1em;
}

body .standard-form.form-label .gform_footer {
    max-width: 100%;
    text-align: center;
    margin-left: 0;
}

.g-recaptcha {
    border-radius: 5px;
    position: relative;
}


.g-recaptcha div:after {
    content: '';
    background: url(/wp-content/uploads/2017/06/recaptcha.png), #f9f9f9;
    height: 73px;
    width: 75px;
    position: absolute;
    right: 0;
    top: 1px;
    background-size: contain;
    background-repeat: no-repeat;
    border-right: 1px solid #cfcfcf;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media  (min-width: 480px) and (max-width: 1300px) {
    .g-recaptcha div:after {
        display:none;
    }
}

@media (max-width: 479px) {
body .g-recaptcha {
    max-width: 300px;
    margin: 0 auto;
}

.g-recaptcha div:after {
    right: 0;
}
}


.tm-totop-scroller {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}




/* ==================================== /
/                                       /
/              Error Page               /
/                                       /
======================================= */
 .error_wrapper {
    text-align: center;
 }
 .error_wrapper .text_wrapper {
    margin-left: 90px;
}

 .error_wrapper .text_wrapper,  .error_wrapper .text_wrapper h1 {
    font-family: 'Oswald', sans-serif;
}

.error_image,  .error_wrapper .text_wrapper {
    display: inline-block;
    vertical-align: top;
}


.error404 .content-wrap {
    background: #e1e1e1;
}

 .error_wrapper .text_wrapper h1 {
    color: #404040;
    font-size: 105px;
    font-weight: 800;
    letter-spacing: 5px;
    line-height: 115px;
}

h1 span.er {
    color: #fff;
    font-weight: 300;
}

span.found, span.not, span.found {
    font-size: 72px;
    font-weight: normal;
    letter-spacing: -1px;
}

span.found, span.found {
    color: #fff;
}

span.not {
    font-weight: 800;
}

.error_wrapper a {
    color: #4e4e4e;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    line-height: 65px;
    transition: .25s;
}

.error_wrapper a:hover {
    opacity: 0.5;
}

.error_wrapper a span {
    font-weight: bold;
}

.error_wrapper p {
    text-align: center;
}

 @media (max-width: 1330px) {
    .error_wrapper .text_wrapper {
        margin-left: 0;
    }

    .error_image, .error_wrapper .text_wrapper {
        width: 49%;
    }

    .error_wrapper .text_wrapper h1 {
        font-size: 7vW;
        line-height: 7vW;
    }

    span.found, span.not, span.found {
        font-size: 5vW;
    }

    .error_wrapper a {
        font-size: 3vW;
    }
}

@media (max-width: 682px) {
    .error_image, .error_wrapper .text_wrapper {
        width: 92vW;
    }
    .error_wrapper {
        text-align: center;
    }

    .error_image,  .error_wrapper .text_wrapper {
        display: block;
    }

    .error_wrapper a {
        font-size: 4vW;
        line-height: 28px;
    }

    .error_wrapper .text_wrapper h1 {
        font-size: 10vW;
        line-height: 10vW;
    }

    .error_wrapper .text_wrapper {
        margin-top: 50px;
    }

    .error_image {
        margin: 0 auto;
    }

    .error_image {
        margin: 0 auto;
    }
}

@media (max-width: 479px) {

        .error_wrapper a {
            font-size: 6vW;
        }

        .error_wrapper .text_wrapper h1 {
            font-size: 13vW;
            line-height: 13vW;
        }
}

@media (max-width: 979px) {
    .error_image, .error_wrapper .text_wrapper {
        width: 42%;
    }

    .error_wrapper {
        text-align: left;
    }
}

/**

End Error Page

**/
