/*
Theme Name: PsyRx
Author: avniyay.in
Author URI: https://avniyay.in/
Description: PsyRx
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: psyrx
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
video { 
    max-width: 100%;
    position: relative;
    z-index: 3;
    object-fit: contain;
    object-position: center;
    margin: auto;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

a:hover {
    color: #8d9f79;
}


body {
	line-height: 1;
}
ol, ul {
	/* list-style: none; */
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
div#wrapper {
    width: 100%;
    position: relative;
    max-width: 100vw;
    overflow: hidden;
}
img {
    max-width: 100%;
}
body {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    font-family: 'Gilroy','Arial';
    position: relative;
    max-width: 100vw;
    cursor: default;
    /* overflow-x: hidden; */
}  
   

div#hero {
    height: 800px;
    max-height: 100vh;
    /* background: url(/wp-content/themes/psyrx/images/hero.png); */
    /* background-repeat: no-repeat; */
    /* background-position: right bottom; */
    display: flex;
    position: relative;
}

.container {
    max-width: 1450px;
}

.container.narrow {
    max-width: 1150px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 125px;
    background: white;
    z-index: 2;
    display: flex;
    transition: 0.3s all ease;
}
div#hero:before {
    background: url(/wp-content/themes/psyrx/images/hero.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    content: '';
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    transition: 1s all ease;
    transition-delay: 0s;
    opacity: 0;
    transform: translateX(10%);
}

div#hero.animate-in-done:before {
    opacity: 1;
    transform: none;
}
body {
    padding-top: 125px;
    transition: 0.3s all ease;
}

div#hero > .container {
    margin: auto;
}

.h1, .h2 {
    color: #8d9f79;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    margin-bottom: 20px;
}

.h1.black, .h2.black {
    color: #2f392a;
}
.h1.white, .h2.white {
    color: #ffffff;
}

.h1.and-green span, .h2.and-green span {
    color: #8d9f79;
}

ul#menu-home {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mobile-close {
    display: none;
}

nav#menu ul li a {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.4;
    display: block;
    transition: 0.3s all ease;
    padding: 0px 20px;
}

nav#menu ul li.button-contact a {
    color: #ffffff;
    font-weight: 500;
    background-color: #8d9f79;
    text-decoration: none;
    margin-left: 60px;
}

header > .container {
    margin: auto;
}

body.is-sticky header {
    height: 80px;
    background: rgba(255,255,255,0.96);
}

body.is-sticky {
    padding-top: 80px;
}

.hero-subtitle {
    color: #2f392a;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    margin-top: 20px;
}

div#intro {
    padding: 5rem 0px;
    background: url(/wp-content/themes/psyrx/images/bg1.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.intro-item {
    margin-top: 50px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    max-width: 250px;
    margin: 80px auto auto;
    position: relative;
}

div#content {
    padding: 5rem 15px;
    background-color: #e0e5db;
    background-image: url(/wp-content/themes/psyrx/images/woman-new-min.png);
    background-position: right 80%;
    background-repeat: no-repeat;
}

.content {
    color: #2f392a;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding-right: 13.8%;
}

.button-green {
    text-decoration: none;
    background-color: #8d9f79;
    display: table;
    margin-top: 30px;
    line-height: 50px;
    padding: 0px 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    border: 0px;
    cursor: pointer;
    transition: 0.2s all ease;
}

div#halves {
    padding: 5rem 0px;
}

.halves-item-title {
    color: #8d9f79;
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: normal;
    text-transform: uppercase;
    margin-top: 30px;
}

.halves-item-content {
    padding: 23px 27px;
    background: #f9faf8;
    margin-top: 15px;
    min-height: 490px;
    padding-bottom: 40px;
    position: relative;
}

p {
    color: #2f392a;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

p + p {
    margin-top: 20px;
}

p strong {
    font-weight: 600;
}

.halves-item-content a.button-green {
    position: absolute;
    bottom: 28px;
    left: 27px;
}

div#applications {
    max-width: calc(100% - 30px);
    width: 1410px;
    margin: 50px auto;
    background-color: #e0e5db;
    padding: 60px 15px;
    position: relative;
}


.subtitle {
    color: #2f392a;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    max-width: 710px;
    margin-bottom: 50px;
}

.app-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
}

.app-flex-img {
    flex: 0 0 70px;
    background: #eff2ed;
    display: flex;
    margin: 0px 0px auto 0px;
    height: 70px;
}

.app-flex-img img {
    margin: auto;
}

.app-flex-text {
    flex: 1;
    margin: 0px 20px auto;
    color: #2f392a;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

div#steps {
    background-image: linear-gradient(180deg, #ffffff 0%, #e0e5db 100%);
    padding: 5rem 0px 5rem;
}

.step-number {
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background-color: #e0e5db;
    color: #71855b;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.step-title {
    color: #2f392a;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin: 60px 0px  20px;
    min-height: 60px;
}

.step-text {
    color: #2f392a;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}


.steps-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.step-item {
    flex: 0 0 calc(100% / 4);
    padding-right: 44px;
    position: relative;
}

.step-item:before {content: '';position: absolute;top: 20px;width: calc(100% - 60px);height: 3px;background: #e0e5db;margin: auto;left: 50px;max-width: 0;transition: 0.6s all ease;transition-delay: 0.75s;}
.step-item:nth-child(2):before { transition-delay:1.25s; }
.step-item:nth-child(3):before { transition-delay:1.75s; }
.step-item:nth-child(4):before { transition-delay:2.25s; }

.step-item:last-child:before {
    display: none;
}
.step-item.animate-in-done:before {
    max-width: calc(100% - 60px);
}
div#technology {
    padding: 5rem 0px;
}

.technology-content ul li {
    color: #2f392a;
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    margin-left: 0px;
}

.technology-content ul {
    list-style: none;
}

.technology-content ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #2f392a;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    top: -5px;
    margin-right: 20px;
}

.technology-image {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.technology-image img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: right center;
}

div#technology_banner {
    padding: 8rem 0px;
    background-attachment: fixed;
    background-size: cover;
    max-width: 1420px;
    margin: 2rem auto;
}

.techb-item {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    margin-top: 50px;
}


div#team {padding: 6rem 0px 3rem;}

.member-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    color: #2f392a;
    margin-top: 60px;
    padding: 15px;
}

.member-image {
    flex: 0 0 150px;
    margin: auto 0px auto 0px;
    margin-inline-end: 20px;
}

.member-image img {
    width: 140px;
    height: 160px;
    object-fit: cover;
    object-position: center;
}
.member-content {
    flex: 0 0 100%;
    color: #2f392a;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 40px 0px;
    padding-right: 8%;
}

.member-info {
    flex: 1;
    margin: auto 0px 10px;
}

.member-name {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
}

.member-role {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin: 10px 0px 30px;
}

a.member-linkedin {
    width: 25px;
    height: 25px;
    background-color: #333333;
    display: table;
    line-height: 25px;
    text-align: center;
    color: white;
    border-radius: 3px;
    transition: 0.3s all ease;
}
a.member-linkedin:hover {
    background: #8d9f79;
}
.member-card.board {
    background: #f6f7f4;
}


div#bottom {
    background-image: url(/wp-content/themes/psyrx/images/bottom-new-min.png);
    background-position: center;
    background-size: cover;
    padding: 9rem 0px 6rem;
}

.bottom-subtitle {
    color: #2f392a;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
}

.form-title {
    color: #2f392a;
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 20px;
}

div#bottom-form {
    display: table;
    padding: 30px;
    width: 100%;
    background-color: rgb(224 229 219 / 81%);
    margin-top: 0px;
    max-width: 440px;
}

.bform input:not([type="submit"]) {
    background-color: rgba(255, 255, 255, 0.5);
    outline: none;
    border: 0px;
    transition: 0.3s all ease;
    line-height: 42px;
    height: 42px;
    margin-bottom: 20px;
    padding: 0px 20px;
    color: #2f392a;
    font-size: 16px;
    max-width: 100%;
    font-weight: 400;
    width: 100%;
}

.bform input:not([type="submit"])::placeholder,
.bform textarea::placeholder {
    color: #47505a;
    opacity: 0.6;
}

.bform .button-green {
    margin-top: 70px;
}

span.ajax-loader {
    position: absolute !important;
    right: 0 !important;
}

.bform input:not([type="submit"]):focus {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: inset 0px -2px 0px 0px #8d9f79;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    width: 100%;
    top: 105%;
    line-height: 1;
    font-size: 12px;
    max-width:100%;
}

.wpcf7-form-control-wrap {
    width: 100%;
    max-width:100%;
    height: 40px;
    display: block;
    margin-bottom: 20px;
}

.wpcf7 form .wpcf7-response-output {
    max-width: 100%;
    width: 100%;
    margin: 20px auto 0px;
    line-height: 1.5;
    padding: 20px;
    font-weight: 400;
    border-color: red !important;
}

.bform br {
    display: none;
}

input.wpcf7-form-control.wpcf7-not-valid {
    box-shadow: inset 0px 0px 1px 1px red;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #8d9f79 !important;
    background: #8d9f79 !important;
    color: white !important;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output:before {content: '\f164';font-family: "Font Awesome 5 Free";margin-right: 15px;}

div#board {
    padding: 3rem 0px 6rem;
}
footer {
    background-color: #333333;
    padding: 6rem 0px 3rem;
    color: #ffffff;
}

.row.footer-2 {
    margin-top: 5rem;
    opacity: 0.6;
}

footer a {
    color: #ffffff;
    text-decoration: none !important;
}

.footer-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-info-line {
    flex: 1;
    margin: 20px 0px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    /* text-transform: uppercase; */
}

.footer-info-line span {
    margin-top: 20px;
    display: block;
}

.footer-menu {
    text-align: right;
    margin-bottom: 20px;
}

.footer-menu a {
    margin-left: 40px;
}

.footer-socials {
    display: block;
    margin: auto auto 20px;
    text-align: center;
}

.footer-links-bottom a {margin-right: 30px;}

.footer-socials a {
    display: inline-block;
    width: 25px;
    height: 25px;
    box-shadow: inset 0px 0px 1px 1px white;
    line-height: 26px;
    text-align: center;
    border-radius: 20px;
    margin: auto 7px;
    transition: 0.2s all ease;
}

.footer-socials a:hover {
    color: #8d9f79;
    box-shadow: inset 0px 0px 1px 1px #8d9f79;
}

footer a:hover {
    color: #8d9f79;
}
.intro-item:before {content: '';position: absolute;left: -40px;top: -40px;background: url(/wp-content/themes/psyrx/images/symbol.png);width: 40px;height: 40px;background-size: contain;background-position: center;background-repeat: no-repeat;}

div#applications:before {content: '';position: absolute;top: 0;right: 0;width: 260px;height: 210px;background: url(/wp-content/themes/psyrx/images/symbol2.png);background-repeat: no-repeat;background-position: top right;background-size: contain;transform: translateX(30%);transition: 0.5s all ease;opacity: 0;transition-delay: 0.4s;}

.techb-item:after {content: '';position: absolute;top: 0;bottom: 0;margin: auto;right: 8%;background: url(/wp-content/themes/psyrx/images/symbol.png);width: 40px;height: 40px;background-repeat: no-repeat;background-position: center;background-size: contain;}
 

div#technology_banner .col-md-4:nth-child(3) .techb-item:after {
    display: none;
}

a.button-green:hover {
    color: white;
    text-decoration: none;
    background-color: #71855b;
}

nav#menu ul li a:hover {
    text-decoration: none;
    color: #8d9f79;
    font-weight: 500;
}
nav#menu ul li.button-contact a:hover {
    color: white;
    background: #71855b;
}
.bform .button-green:hover {
    background-color: #71855b;
}
.animate-in {
	-webkit-transition: 0.7s all cubic-bezier(0.25, 0.69, 0.46, 0.83) !important;
	transition: 0.7s all cubic-bezier(0.25, 0.69, 0.46, 0.83) !important;
	-webkit-transform: translateY(20px) !important;
	transform: translateY(20px) !important;
	opacity: 0 !important;
	transition-delay:0.25s; 
}
.animate-in.animate-in-done {
    opacity: 1!important;
    transform: translateX(0px)!important;
    -webkit-transform: translateX(0px)!important;
}
div#applications.animate-in-done:before {
    transform: none;
    opacity: 1;
}
img.footer-logo {
    max-width: 150px;
    backface-visibility: hidden;
}

.animate-in-delay-1 { transition-delay:0.5s !important; }
.animate-in-delay-2 { transition-delay:0.75s !important; }
.animate-in-delay-3 { transition-delay:1s !important; }
.animate-in-delay-4 { transition-delay:1.25s !important; }
.animate-in-delay-5 { transition-delay:1.5s !important; }
.animate-in-delay-6 { transition-delay:1.75s !important; }
.animate-in-delay-7 { transition-delay:2s !important; }
.animate-in-delay-8 { transition-delay:2.25s !important; }
.animate-in-delay-9 { transition-delay:2.5s !important; }
.animate-in-delay-10 { transition-delay:2.75s !important; }


textarea.wpcf7-form-control {
    background-color: rgba(255, 255, 255, 0.5);
    outline: none;
    border: 0px;
    transition: 0.3s all ease;
    line-height: 1.7;
    min-height: 42px;
    margin-bottom: 20px;
    padding: 10px 20px;
    height: 90px;
    color: #2f392a;
    font-size: 16px;
    max-width: 100%;
    font-weight: 400;
    width: 100%;
}

span.wpcf7-form-control-wrap.your-message {
    height: 90px;
}
textarea.wpcf7-form-control:focus {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: inset 0px -2px 0px 0px #8d9f79;
}


.news-header {
    background: url(/wp-content/themes/psyrx/images/newsbg.jpg);
    min-height: 340px;
    display: flex;
    background-size: cover;
    background-position: center;
}
 

.news-header h1 {
    font-size: 50px;
    color: white;
    line-height: 60px;
    margin-bottom: 20px;
}


.news-header .news-header--subtitle {
    color: white;
    font-size: 25px;
    line-height: 1.3;
}



.news-body .grid { 
}

/* clear fix */
.news-body .grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.news-body .grid-sizer,
.news-body .grid-item {
  width: 33.333%;
}

.news-body .grid-item {
  float: left;
  opacity:0;
}

.news-body .grid-item .news-item--img img {
  display: block;
  max-width: 100%;
}

 

.news-body .grid {
    margin: 72px 0px;
}

.news-body .grid-item {
    margin-bottom: 30px;
    padding: 42px;
    max-width: calc(33.333% - 20px);
    transition: 0.3s all ease;
    border: 1px solid rgba(141,159,121,0.5);
}
.news-body .grid-item:hover {
    box-shadow: 0 2px 20px 0 rgba(141,159,121,0.41);
    border: 1px solid rgba(141,159,121,0.5);
} 
.news-item--title {
    color: #2F392A;
    font-family: 'Gilroy';
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 20px;
}

.news-item--date {
    color: #2F392A;
    font-family: Gilroy;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 35px;
    margin: 15px 0px;
} 

.news-item--readmore {
    color: #8D9F79;
    font-family: Gilroy;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    line-height: 30px;
}

a.news-item {
    text-decoration: none;
}
.news-item--readmore img {
    transition: 0.3s all ease;
    transform: translateX(5px);
    margin: auto 5px;
}

a.news-item:hover 
 .news-item--readmore img {
    transform: translateX(15px);
    width: auto;
    height: auto;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    box-shadow: none !important;
}
#pojo-a11y-toolbar {
	transition:0.4s all ease;
}

@media (min-width:1024px)
{
	body.is-sticky #pojo-a11y-toolbar {
		top: 12px !important;
	}
}
@media (max-width:992px)
{
    nav#menu {
        /* display: none; */
        position: fixed;
        left: 0;
        top: 71px;
        width: 100%;
        background: white;
        padding: 15px;
        transform: translateX(-100%);
        transition: 0.3s all ease;
    }

    header, body.is-sticky header {
        height: 70px;
    }

    header .logo img {
        height: 38px;
        backface-visibility: hidden;
        top: 3px;
        position: relative;
    }

    a.logo {
        display: block;
    }

    body, body.is-sticky {
        padding-top: 70px;
    }

    div#hero {
        max-height: initial;
        height: auto;
        padding-bottom: 20px;
    }

    div#hero:before {
        width: 50%;
        height: 70vw;
        bottom: 0;
        top: auto;
        right: 0;
        background-size: contain;
    }

    .h1, .h2 {
        font-size: 26px;
        line-height: 1.3;
    }

    .hero-subtitle {
        max-width: 54%;
        font-size: 20px;
        line-height: 1.5;
    }

    .h1 br {content: '';}

    .intro-item {
        max-width: 80%;
        left: 10%;
        margin: 50px auto 20px;
        font-size: 20px;
        line-height: 1.4;
    }

    .intro-item br {content: '';}

    .intro-item:before {
        transform: scale(0.7);
    }

    .h2 br {content: ' ';}

    div#content {
        padding: 3rem 15px;
        /* background-image: none; */
        background-position: bottom left;
        background-size: 100% auto;
    }

    .content {
        padding-right: 0px;
        margin-bottom: 10px;
    }

    div#halves {
        padding: 3rem 15px;
    }

    .halves-item-content {
        min-height: auto;
        padding: 27px;
    }

    .halves-item-content a.button-green {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 20px;
    }

    div#applications:before {
        width: 25%;
    }


    .app-flex-text br {content: '';}

    .app-flex-text {
        margin-right: 0px;
    }

    div#steps {
        padding: 3rem 15px;
    }

    .step-item {
        flex: 0 0 100%;
        padding-bottom: 20px;
        padding-left: 60px;
    }

    .step-number {
        left: -60px;
    }

    .step-item:before {
        max-width: 3px;
        height: 100%;
        max-height: 0%;
        width: 3px;
        left: 20px;
        top: 50px;
        height: calc(100% - 58px);
    }

    .step-title {
        margin-top: 20px;
    }

    .step-item.animate-in-done:before {
        max-height: calc(100% - 58px);
    }
    div#technology {
        padding: 3rem 15px;
    }

    .technology-content ul li {
        font-size: 16px;
        line-height: 1.4;
    }

    div#technology_banner {
        padding: 4rem 15px;
        margin: auto;
    }

    .techb-item:after {
        right: auto;
        left: -10px;
        top: calc(100% + 30px);
        transform: scale(0.5);
    }

    .techb-item {
        margin-top: 30px;
    }

    div#team {
        padding: 3rem 0px 0px;
    }

    .member-card {
        margin-top: 20px;
    }

    .member-role {
        margin: 10px 0px 20px;
        font-size: 16px;
    }

    .member-info {
        margin-bottom: 5px;
    }

    .member-name {
        font-size: 20px;
    }

    div#board {
        padding: 1rem 0px 3rem;
    }
    .member-content {
        padding-bottom: 20px;
    }

    div#bottom {
        padding: 3rem 15px;
    }
    div#bottom-form {
        margin-top: 30px;
    }
    .bottom-subtitle br {content: '';}

    .bottom-subtitle {
        font-size: 20px;
        line-height: 1.4;
    }

    .form-title {
        font-size: 20px;
    }

    footer {
        padding: 4rem 15px;
    }

    .footer-info-line {
        flex: 0 0 33%;
        margin: 20px auto;
        text-align: center;
        font-size: 13px;
    }

    .footer-socials {
        margin: 30px auto;
    }

    img.footer-logo {
        margin: 20px auto;
        display: table;
        max-width: 140px;
        backface-visibility: hidden;
    }

    .footer-menu {
        text-align: center;
        margin: 20px auto;
    }

    .footer-menu a {
        margin: auto 20px;
    }

    .row.footer-2 .col-md-4 {
        /* max-width: 100%; */
        /* flex: 0 0 100%; */
        padding: 10px 0px;
        text-align: center !important;
        line-height: 1.6;
        font-size: 14px;
    }

    .row.footer-2 {
        margin-top: 1rem;
    }
	
	.news-body .grid-item {
		max-width: calc(100% - 0px);
		width: 100%;
		padding: 30px;
		margin-bottom: 15px;
		position: relative !important;
		left: auto !important;
		top: auto !important;
	}

	.news-item--title {
		font-size: 18px;
	}

	.news-body .grid {
		margin: 50px 0px;
	}
      div#mobile-toggler {
          position: fixed;
          right: 15px;
          top: 18px;
          width: 40px;
          height: 30px;
          transition: 0.4s all ease;
      }

      div#mobile-toggler>div {
          background: #546248;
          height: 3px;
          margin: 7px auto;
          transition: 0.3s all ease;
      } 
        body.mobile-menu-open div#mobile-toggler .hm-1 {
          transform: rotate(45deg) translateX(7px) translateY(6px);
      }

      body.mobile-menu-open div#mobile-toggler .hm-3 {
          transform: rotate(-45deg) translateX(1px) translateY(-1px);
      }

      body.mobile-menu-open div#mobile-toggler .hm-2 {
          display: none;
      }

      .mobile-toggler {
        position: absolute;
        left: 0px;
        top: -19px;
        width: 50px;
        display: flex;
        height: 50px;
        /* background: #eee; */
        z-index: 2;
        padding: 20px;
        width: 100%;
      }

      .mobile-toggler:after {
          content: "\f067";
          font-family: 'FontAwesome';
          margin: auto;
          display: table;
          left: 0;
          position: absolute;
      }
      .mobile-toggler.open:after {
          content: "\f068";
      }

      ul#menu-home {
          display: block;
      }

      nav#menu ul li.button-contact a {
          margin: auto;
      }

      nav#menu ul li a {
          padding: 0px;
      }

      nav#menu ul li.button-contact a {
          padding: 0px 30px;
          text-align: center;
      }

      body.mobile-menu-open nav#menu {
          transform: none;
      }

}
}