/* --------------------------------------------------
    Main body styles
-----------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    background-color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    ;
}
#page.site {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}
#page.site > main {
    flex: 1;
}
.modal-backdrop {
    background-color: rgba(67, 160, 71, 1);
}
.modal-backdrop.show {
    opacity: .9;
}

/* ---- TYPOGRAPHY ---= */

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'Montserrat', sans-serif;
}
body h2 {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
body h3 {
    font-size: 24px;
    color: #222;
    margin: 0 0 10px 0;
}
body p {
    color: #777;
    margin: 0 0 20px 0;
}

/* --------------------------------------------------
    ELEMENTS
-----------------------------------------------------*/

a {
    color: #43a047;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
a:hover {
    color: #333333;
    transition: all .4s ease-in-out;
}

/* buttons */

.btn:focus {
    box-shadow: none !important;
    outline: none !important;
}
.btn-success {
    background-color: #43a047 !important;
    border-color: #43a047 !important;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    padding: 15px 37px;
    text-decoration: none;
    position: relative;
    z-index: 11;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}
.btn-success::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #258229;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s linear;
}
.btn-success:hover {
    color: #fff;
    text-decoration: none;
    background-color: #333 !important;
    border-color: #333 !important;
    transition: all .4s ease-in-out;
}
.btn-success:hover:before {
    width: 100%;
    opacity: 1;
}
.btn-outline-light {
    border-radius: 0;
    border: 2px solid #fff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 20px;
    position: relative;
}
.btn-outline-light:hover {
    background-color: transparent;
    color: #222;
}
.btn-outline-light span {
    z-index: 2;
}
.btn-outline-light:before,
.btn-outline-light:after {
    content: '';
    background: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* z-index: -1; */
}
.btn-outline-light:before {
    top: 0;
}
.btn-outline-light:after {
    bottom: 0;
}
.btn-outline-light:hover:before,
.btn-outline-light:hover:after {
    height: 50%;
    text-decoration: none;
}
.btn-danger {
    border-radius: 0;
    font-weight: 700;
    font-size: 18px;
}
.donation-btn {
    display: block;
    margin: 0 auto;
    max-width: 230px;
}

/* custom backgrounds */

.bg-dark {
    background-color: #222 !important;
}
.bg-secondary {
    background-color: #2b2b2b !important;
}
.bg-success {
    background-color: #43a047 !important;
}

/* custom text colors */

.text-success {
    color: #43a047 !important;
}

/* frame with img */

.frame {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #000;
}
.frame::before,
.frame:after {
    background-color: #43a047;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
    height: 47%;
    opacity: 0;
    transition: all .4s ease-in-out;
}
.frame:before {
    top: -20%;
}
.frame:after {
    bottom: -20%;
}
.frame img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.frame:hover img {
    opacity: 0.7;
    transition: all .4s ease-in-out;
}
.frame:hover:before {
    opacity: 0.6;
    top: 3%;
    z-index: 9;
    transition: all .4s ease-in-out;
}
.frame:hover:after {
    opacity: 0.6;
    bottom: 3%;
    z-index: 9;
    transition: all .4s ease-in-out;
}
.frame .absolute-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

/* --- pagination --- */

.pagination {
    margin-bottom: 56px;
}
.pagination .page-item {
    margin: 0 5px;
}
.pagination .page-item .page-link {
    border-color: #43a047;
    color: #43a047;
    font: 400 14px/14px 'Montserrat', sans-serif !important;
    text-decoration: none;
    padding: 12px 16px !important;
    transition: all .4s ease-in-out;
    outline: none !important;
    box-shadow: none !important;
}
.pagination .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination .page-item .page-link.current,
.pagination .page-item .page-link:hover {
    background-color: #43a047;
    color: #fff;
}

/* --- searchbox widget --- */

.widget {
    margin-bottom: 35px;
}
.widget .widget-title {
    font: 400 24px/28px 'Montserrat', sans-serif;
    color: #222;
    margin-bottom: 15px;
}
.widget_search {
    position: relative
}
.widget_search .search-form {
    width: 100%;
}
.widget_search .search-form .form-control {
    height: 45px;
    padding: 0 15px;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font: 400 14px 'Open Sans', sans-serif;
    color: #777;
}
.widget_search .search-form button[type="submit"] {
    color: #43a047;
    position: absolute;
    right: 0;
    bottom: 6px;
    background: none;
    font-size: 16px;
    line-height: 14px;
    width: 45px;
    height: 33px;
    border: none;
    border-left: 1px solid #ccc;
}

/* --------------------------------------------------
    HEADER
-----------------------------------------------------*/


/* small top navbar */

.site-header__topbar {
    border-bottom: 1px solid #e1e1e1;
}
.top-contacts li {
    height: 49px;
    padding: 0 30px 0 30px;
    border-left: 1px solid #e1e1e1;
    position: relative;
    color: #939393;
    font-size: 13px;
    float: left;
    line-height: 49px;
}
.top-contacts li:first-child {
    border: 0;
    padding: 0 31px 0 0;
    margin-right: 0;
}
.top-contacts li .fa {
    padding: 0 10px 0 0;
    color: #ccc;
}

/* language switcher */

#google_language_translator {
    height: 36px;
    margin-right: 35px;
}
#google_language_translator .goog-te-combo {
    margin: 0;
}

/* top social media */

.top-social-media li {
    width: 40px;
    height: 49px;
    border-left: 1px solid #e1e1e1;
    margin: 0 !important;
    float: left;
}
.top-social-media li a {
    font-size: 14px;
    color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
}
.top-social-media li a:hover {
    background-color: #43a047;
    color: #fff;
}
.site-header__topbar .btn-donate {
    border-radius: 0;
    height: 49px;
    padding: 13px 21px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
}

/* navbar */

.navbar {
    padding: 20px 0;
}

/* the logo */

.navbar-brand {
    width: 190px;
    padding: 0;
    margin: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: auto;
    width: auto;
    /* object-fit: cover; */
}

/* main menu */

.navbar .navbar-nav .nav-link {
    padding: 0 12px;
    font: 400 14px/56px 'Montserrat', sans-serif;
    color: #222;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 20;
}
.navbar .navbar-nav .nav-link:hover {
    background-color: #43a047;
    color: #fff;
}
.navbar-nav .nav-item.dropdown a::after {
    position: absolute;
    top: 47%;
}
.navbar-nav .nav-item.dropdown a:hover::after {
    opacity: 0;
    transition: all .4s ease-in-out;
}
.navbar-nav .nav-item.dropdown .dropdown-menu {
    border: none;
    border-radius: 0;
    padding: 0 10px;
    font-size: 14px;
    margin-top: -5px;
}
.navbar-nav .nav-item.dropdown:hover > .dropdown-toggle {
    background-color: #43a047;
    color: #fff;
}
.navbar-nav .nav-item.dropdown:hover > .dropdown-toggle::after {
    opacity: 0;
}

/* .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {display: block;} */

.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    border-top: 1px solid #e1e1e1;
    padding: 14px 10px;
}
.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active {
    background-color: #43a047;
    color: #fff;
    text-decoration: none;
    margin: 4px 0;
}
.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:first-of-type {
    border: none;
}

/* search trigger */

.cp-search-holder .btn {
    border: 1px solid #e1e1e1;
    border-radius: 0;
    color: #999;
}
.cp-search-holder .btn:hover {
    background-color: transparent;
    color: #43a047;
}

/* search modal */

.search-modal {
    padding-top: 200px;
}
.search-modal .close {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    background: url('../images/cross.png') no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
    opacity: 1;
}
.search-modal .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.search-modal .modal-body {
    padding: 0;
}
.search-modal .search-form {
    position: relative;
}
.search-modal .search-form .screen-reader-text {
    display: none;
}
.search-modal .search-form label {
    display: block;
    min-width: 100%;
    margin-bottom: 0;
}
.search-modal .search-form .search-field {
    font-size: 14px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    position: relative;
    float: left;
    width: 100%;
}
.search-modal .search-form .search-field:focus {
    outline: none;
    box-shadow: none;
}
.search-modal .search-form .search-field::placeholder {
    color: #fff;
}
.search-modal .search-form .btn-submit {
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}

/*  all pages INTRO/Title  */

.page-intro {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 320px;
    margin-bottom: 100px;
}
.page-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}
.page-intro .entry-title {
    font-size: 55px;
    font-weight: 700;
    line-height: 55px;
    text-shadow: 0 7px 5px rgba(0, 0, 0, 0.45);
    margin: 0;
}
.page-intro .breadcrumb-wrapp {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

/* -- pagination -- */

.breadcrumb {
    display: inline-flex;
    background-color: #fff;
    border-radius: 0;
    margin: 0 auto;
    padding: 10px 25px;
    border: 1px solid #ccc;
    position: relative;
    top: -22px;
}
.breadcrumb:before {
    content: '';
    position: absolute;
    left: -23px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 23px solid #e1e1e1;
    border-left: 23px solid transparent;
}
.breadcrumb:after {
    content: '';
    position: absolute;
    right: -23px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 23px solid #e1e1e1;
    border-right: 23px solid transparent;
}

/* --------------------------------------------------
    FOOTER
-----------------------------------------------------*/

.site-footer__widgets {
    padding-top: 94px;
    padding-bottom: 25px;
}
.site-footer__widgets .widget {
    margin-bottom: 30px;
}
.widget .widget-title {
    text-transform: none;
    font: 400 24px/28px 'Montserrat', sans-serif;
    margin-bottom: 10px;
}

/* Recent posts widgets */

.recent-posts-widget-with-thumbnails .rpwwt-widget ul {
    padding-right: 20%;
}
.recent-posts-widget-with-thumbnails li a {
    color: #ababab;
}
.recent-posts-widget-with-thumbnails li a img {
    margin-right: 15px !important;
}
.recent-posts-widget-with-thumbnails li .rpwwt-post-date {
    color: #43a047;
    margin-top: 15px;
}
.recent-posts-widget-with-thumbnails li .rpwwt-post-date::before {
    content: "\f073";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}
.site-footer__contacts {
    color: #ababab;
    line-height: 26px;
    padding: 20px 0;
}
.site-footer__contacts address {
    color: #ababab;
    margin: 0 0 0 20px;
    position: relative;
}
.site-footer__contacts a {
    color: inherit;
}
.site-footer__contacts .contact-item i.fa {
    margin-right: 5px;
}
.site-footer__contacts .footer-social {
    border-left: 1px solid #ccc;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}
.footer-social li {
    float: left;
    margin-right: 0 !important;
    padding: 0 3px;
    border-right: 1px solid #ccc;
}
.footer-social li a {
    font-size: 14px;
    color: #ccc;
    width: 36px;
    height: 34px;
    display: block;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
}
.footer-social li a:hover {
    background-color: #43a047;
    text-decoration: none;
    color: #fff;
}
.site-footer__info {
    padding: 25px 0;
}
.footer-menu li {
    float: left;
    padding: 0 40px 0 0;
}
.footer-menu li a {
    text-decoration: none;
    font: 400 14px/14px 'Montserrat', sans-serif;
    color: #222;
}
.footer-menu li a:hover {
    color: #43a047;
}
.site-footer__info .copyright {
    float: right;
    font: 400 14px 'Open Sans', sans-serif;
    color: #222;
    padding: 0;
}
.site-footer__info .copyright p:last-of-type {
    margin-bottom: 0;
}

/* --------------------------------------------------
    HOMEPAGE
-----------------------------------------------------*/


/* main carousel */

.main-carousel .carousel-item .preview {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 546px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgba(51, 51, 51, .3);
    background-blend-mode: multiply;
    /* text-shadow: 0 4px 10px #333; */
}

/* .main-carousel .carousel-item .preview::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background: -moz-linear-gradient(top,  rgba(67,160,71,1) 0%, rgba(67,160,71,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(67,160,71,1) 0%,rgba(67,160,71,0) 100%);
    background: linear-gradient(to bottom,  rgba(67,160,71,1) 0%,rgba(67,160,71,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43a047', endColorstr='#0043a047',GradientType=0 );
} */

.main-carousel .carousel-item span {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 10px 0;
    margin-bottom: 14px;
    opacity: 0;
    display: block;
    color: #222;
    line-height: normal;
}
.main-carousel .carousel-item p {
    font-size: 24px;
    opacity: 0;
}
.main-carousel .carousel-item.active span {
    animation: fadeInUp .5s ease-in 0s 1 forwards;
}
.main-carousel .carousel-item.active p {
    animation: fadeInUp .5s ease-in .3s 1 forwards;
}
.main-carousel .carousel-item .btn {
    max-width: 320px;
    margin: 0 auto;
    padding: 13px 30px;
    opacity: 0;
}
.main-carousel .carousel-item.active .btn {
    animation: fadeInUp 1s ease-in .3s 1 forwards;
}
.main-carousel .carousel-item .slide-absolute-link {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(51, 51, 51, .35);
}
.main-carousel .carousel-item .container {
    position: relative;
    z-index: 1;
}
.main-carousel .carousel-control {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    font-size: 30px;
    color: #333;
    line-height: 30px;
    opacity: 0;
    display: none;
}
.main-carousel .carousel-control-prev {
    left: 60px;
}
.main-carousel .carousel-control-next {
    right: 60px;
}
.main-carousel:hover .carousel-control {
    opacity: .5;
}
.main-carousel .carousel-control:hover {
    opacity: 1;
}
.main-carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    text-indent: 0;
}
.main-carousel .carousel-indicators li::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    background-color: #333;
    border-radius: 50%;
    opacity: 0;
}
.main-carousel .carousel-indicators li.active::before {
    opacity: 1;
}

/* mini previews */

.main-carousel .carousel-indicators .slide-preview {
    width: 104px;
    height: 64px;
    bottom: 100%;
    margin-bottom: 10px;
    left: 50%;
    margin-left: -50px;
    display: none;
}
.main-carousel .carousel-indicators .slide-preview:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 5px;
    margin-left: -5px;
}
.main-carousel .carousel-indicators .slide-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-carousel .carousel-indicators li:hover {
    opacity: 1;
}
.main-carousel .carousel-indicators li:hover .slide-preview {
    display: block;
}

/* about us */

.about-us-description {
    color: #000;
}

/* our services */

.our-services {
    padding-top: 32px;
    padding-bottom: 35px;
}
.our-services__item {
    margin-bottom: 35px;
}
.our-services__item h4 {
    font-size: 18px;
    color: #222;
    margin: 0 0 15px 0;
}
.our-services__item .preview {
    border: 1px solid #2a2a2a;
    padding: 6px;
    overflow: hidden;
}
.our-services__item .preview img {
    border: 1px solid #EBEBEB;
    height: auto;
    max-width: 100%;
    vertical-align: top;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.our-services__item .preview:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -20%;
    width: 95%;
    height: 45%;
    opacity: 0;
    background-color: #43a047;
    transition: all .4s ease-in-out;
}
.our-services__item .preview:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20%;
    width: 95%;
    height: 49%;
    opacity: 0;
    background-color: #43a047;
    transition: all .4s ease-in-out;
}
.our-services__item:hover .preview::after {
    opacity: 0.6;
    bottom: 3%;
    z-index: 9;
}
.our-services__item:hover .preview::before {
    opacity: 0.6;
    top: 3%;
    z-index: 9;
}

/* oregon issues */

.oregon-issues__item {
    color: #000;
}
.oregon-issues__item .icon {
    background-color: #a53823;
    color: #fff;
    margin-right: 20px;
    font-size: 36px;
    min-width: 100px;
    height: 100px;
}
.oregon-issues__item h4 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
}
.oregon-issues__item p {
    color: inherit;
}

/* donation section */

.home-donation {
    background-color: rgba(0, 0, 0, .6);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 55px 0;
    margin-bottom: 30px;
}
.home-donation h2 {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
}
.home-donation p {
    color: #fff;
    margin-bottom: 20px;
}

/* last publications */

.last-articles .intro {
    margin-bottom: 60px;
    position: relative;
}
.last-articles .intro:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -46px;
    margin: auto;
    background: url('../images/heading-center-line-2.png') no-repeat center bottom;
    width: 234px;
    height: 40px;
}
.last-articles .intro h2 {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.grid-publications-item h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: #222;
    margin: 0 0 15px 0;
    min-height: 75px;
}
.grid-publications-item h4 a {
    color: inherit;
    text-decoration: none;
}
.grid-publications-item .frame {
    background-color: #000000;
    margin-bottom: 15px;
}
.grid-publications-item .frame:after,
.grid-publications-item .frame:before {
    content: '';
    background-color: #43a047;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
    height: 47%;
    opacity: 0;
    transition: all .4s ease-in-out;
}
.grid-publications-item .frame:after {
    bottom: -20%;
}
.grid-publications-item .frame:before {
    top: -20%;
}
.grid-publications-item:hover .frame:after {
    opacity: 0.6;
    bottom: 3%;
    z-index: 9;
}
.grid-publications-item:hover .frame:before {
    opacity: 0.6;
    top: 3%;
    z-index: 9;
}
.grid-publications-item .frame a > img {
    width: 100%;
    height: 175px;
    object-fit: cover;
}
.grid-publications-item .box a.link {
    text-decoration: none;
    font: 400 14px/14px 'Open Sans', sans-serif;
    padding: 0 13px 10px 0;
}
.grid-publications-item .box a.link .fa {
    padding: 0 6px 0 0;
}
.grid-publications-item p {
    color: #777;
    margin-bottom: 10px;
}
.grid-publications-item .btn-link {
    font: 400 14px/14px 'Montserrat', sans-serif;
    color: #222;
    text-decoration: none;
    position: relative;
    padding: 0;
}

/* testimonials */

.testimonials-carousel {
    margin-top: 40px;
    margin-bottom: 30px;
}
.testimonials-carousel::before,
.testimonials-carousel::after {
    content: "";
    background-size: contain;
    background-position: center;
    display: block;
    position: absolute;
    top: 0;
    width: 120px;
    height: 120px;
    margin-top: -25px;
}
.testimonials-carousel::before {
    left: 0;
    margin-left: -120px;
    background-image: url('../images/quotes-up.svg');
}
.testimonials-carousel::after {
    right: 0;
    margin-right: -120px;
    background-image: url('../images/quotes-down.svg');
}
.testimonials-carousel .testimonial {
    outline: none !important;
    box-shadow: none !important;
}
.testimonials-carousel .testimonial .decription {
    font-size: 24px;
    font-style: italic;
    line-height: 1.4;
    min-height: 90px;
    margin-bottom: 30px;
}
.testimonials-carousel .testimonial .decription p {
    color: #000;
    margin-bottom: 0;
}
.testimonials-carousel .testimonial .client-position {
    color: #000;
    font-size: 14px;
}
.testimonials-carousel .slick-dots {
    margin: 0 0 30px;
    padding: 0;
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: center;
}
.testimonials-carousel .slick-dots li {
    margin: 0 10px;
}
.testimonials-carousel .slick-dots button {
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    background-color: transparent;
    padding: 0;
    width: 20px;
    height: 20px;
    text-indent: -99999px;
    outline: none !important;
    box-shadow: none !important;
}
.testimonials-carousel .slick-dots li.slick-active button {
    background-color: #43a047;
}

/* subscribe */

.subscribe-form {
    margin-bottom: 40px;
}
.subscribe-form form {
    min-width: 100%;
    padding: 0;
}
.subscribe-form ._form-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.subscribe-form ._form-content ._form-title {
    text-align: center;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 16px !important;
}
.subscribe-form ._form-content ._form_element:not(:first-of-type) {
    flex: 0 0 33.3333%;
    min-width: 33.3333%;
    padding: 0 15px;
    margin-bottom: 10px !important;
}
.subscribe-form ._form_element label {
    margin-bottom: 0;
}
.subscribe-form ._field-wrapper input {
    border-radius: 0 !important;
    border: 2px solid #e5e5e5 !important;
    height: 40px !important;
}
.subscribe-form ._form-content ._button-wrapper {
    padding: 0 15px;
    flex: 0 0 33.3333%;
    min-width: 33.3333%;
    margin: 20px auto 0;
}
.subscribe-form ._form-content ._submit {
    background: #43a047 !important;
    font-size: 16px !important;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif !important;
    padding: 15px 37px !important;
    text-decoration: none;
    position: relative;
    z-index: 11;
    min-width: 100%;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

/* --------------------------------------------------
    OUR TEAM PAGE
-----------------------------------------------------*/

.team-member .card {
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 9px;
    height: 515px;
    margin-bottom: 30px;
    transition: all .4s ease-in-out;
}
.team-member .card-img-top {
    max-width: 100%;
    height: 370px;
    object-fit: cover;
}
.team-member .card-header::before {
    background-color: #43a047;
    transition: all .4s ease-in-out;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -20%;
    width: 95%;
    height: 45%;
    opacity: 0;
}
.team-member .card-header:after {
    background-color: #43a047;
    transition: all .4s ease-in-out;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20%;
    width: 95%;
    height: 49%;
    opacity: 0;
}
.team-member .card-header:hover::before {
    opacity: 0.6;
    top: 3%;
    z-index: 9;
}
.team-member .card-header:hover::after {
    opacity: 0.6;
    bottom: 3%;
    z-index: 9;
}
.team-member .card h3 {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    color: #222;
    margin: 0 0 15px 0;
}
.team-member .card h3 a {
    color: inherit;
    transition: all .4s ease-in-out;
}
.team-member .card-text {
    color: #43a047;
    margin-bottom: 15px;
}

/* --------------------------------------------------
    DEFAULT PAGE STYLEs
-----------------------------------------------------*/

.page-template-default .featured-preview {
    border: 1px solid #EBEBEB;
    width: 100%;
    max-width: 550px;
    margin-right: 30px;
    margin-bottom: 0;
}
.page-template-default .featured-preview img {
    border: 1px solid #EBEBEB;
}
.page-template-default .entry-content h4 {
    color: #222;
    font-size: 20px;
    margin-bottom: 15px;
}

/* -- custom page intro block (ex. About US page) -- */

.custom-page-intro {
    align-items: center;
    margin-bottom: 66px;
}
.custom-page-intro__img {
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 9px;
    position: relative;
}
.custom-page-intro__img:before {
    content: '';
    position: absolute;
    right: -97px;
    top: 74px;
    border: 10px solid #e1e1e1;
    width: 310px;
    height: 364px;
    z-index: -1;
    transition: all .4s ease-in-out;
}
.custom-page-intro__img img {
    transition: all .4s ease-in-out;
}
.custom-page-intro__img:hover:before {
    top: 64px;
    right: -87px;
}
.custom-page-intro__img:hover img {
    transform: scale(0.9);
    transition: all .4s ease-in-out;
}
.custom-page-intro h2 {
    color: #222;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 21px;
    padding-bottom: 9px;
    position: relative;
}
.custom-page-intro h2 strong {
    color: #43a047;
    font-weight: 700;
}
.custom-page-intro h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: url('../images/heading-left-line-1.png') no-repeat left bottom;
    width: 109px;
    height: 7px;
}
.custom-page-intro h4 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

/* --------------------------------------------------
   RELATED ARTICLES COMPONENT
-----------------------------------------------------*/

.separation-line {
    height: 1px;
    min-width: 100%;
    background: #000;
    margin: 1rem 0;
}
.related-articles-component h2.component-title {
    padding: 1rem 0;
}
.text-box h3 {
    line-height: 1;
}
.text-box h3 a {
    font-size: 1.1rem;
}
.text-box-tags-row span {
    padding: 0 20px 10px 0;
}

/* --------------------------------------------------
    Single Project page styles
-----------------------------------------------------*/

.single-projects__content .frame {
    margin-bottom: 31px;
}
.single-projects__content p {
    margin-bottom: 15px;
}

/* share plugin styles */

.single-projects__content .addtoany_content {
    display: flex;
    margin-top: 54px;
    margin-bottom: 39px;
}
.addtoany_header {
    font: 400 16px/33px 'Montserrat', sans-serif;
    color: #222;
    padding: 0 7px 0 0;
    margin-bottom: 0 !important;
}
.addtoany_list a {
    text-decoration: none;
    border: 1px solid #ccc !important;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    text-align: center;
    line-height: 33px;
    transition: all .4s ease-in-out;
}
.addtoany_list a:not(:last-of-type) {
    margin-right: 5px;
}
.addtoany_list a:hover {
    background-color: #43a047;
    transition: all .4s ease-in-out;
}
.addtoany_list a:hover span {
    opacity: 1 !important;
}
.addtoany_list a:hover svg path {
    fill: #fff !important;
    transition: all .4s ease-in-out;
}
.single-post .single-projects__content .frame {
    width: auto;
}
.single-post .single-projects__content .text-box {
    clear: both;
}

/* --------------------------------------------------
    Comments area styles
-----------------------------------------------------*/

.comments-area {
    margin-bottom: 30px;
}
.comments-title,
.comment-reply-title {
    font: 400 24px/28px 'Montserrat', sans-serif;
    color: #222;
    margin: 0 0 10px 0;
}
.comment-list {
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
}
.comment-list .comment {
    width: 100%;
    padding-bottom: 10px;
}
.comment-body .thumb {
    min-width: 60px;
    width: 60px;
    height: 60px;
}
.comment-body .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.comment-body h4 {
    font: 400 20px 'Montserrat', sans-serif;
    color: #222;
    margin-bottom: 0;
}
.comment-body p {
    margin: 0;
}
.comment-body .post-time {
    font: 400 14px/24px 'Open Sans', sans-serif;
    color: #777;
}
.comment-form {
    margin-bottom: 80px;
}
.comment-form .comment-notes {
    min-width: 100%;
    margin-bottom: 15px;
    padding: 0 15px;
}
.comment-form .logged-in-as {
    padding: 0 15px;
}
.comment-form .form-group {
    margin-bottom: 20px;
}
.comment-form .form-control {
    border: 1px solid #ccc;
    border-radius: 0;
    color: #777;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    height: 40px;
    padding: 15px;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.comment-form textarea.form-control {
    resize: none;
    height: 243px;
}
.comment-form .col-md-4 {
    margin-bottom: 18px;
}
.comment-form-cookies-consent {
    margin-bottom: 12px;
}
.comment-form .comment-form-comment {
    margin-bottom: 30px;
}
.comment-form .form-submit {
    text-align: right;
}

/* --------------------------------------------------
    NEWS PUBLICATIONS
-----------------------------------------------------*/

.news-box {
    margin-bottom: 30px;
}
.news-box .frame {
    height: 160px;
}
.news-box .entry-title {
    color: #222;
    font-weight: 400;
    margin-top: -8px;
}
.news-box .entry-title a {
    color: inherit;
}
.news-box .entry-title a:hover {
    color: #43a047;
    text-decoration: none;
}
.news-box .text-box-tags-row {
    color: #43a047;
    font-size: 14px;
    margin-bottom: 5px;
}

/* --------------------------------------------------
    NEWS PUBLICATIONS
-----------------------------------------------------*/

.archive .grid-item {
    margin-bottom: 40px;
}
.archive .grid-item .frame {
    margin-bottom: 25px;
}
.archive .grid-item .entry-title {
    font: 400 24px/28px 'Montserrat', sans-serif;
    color: #222;
    margin: 0 0 6px 0;
}
.archive .grid-item .entry-title a {
    color: inherit;
    font-size: inherit;
}
.archive .grid-item p {
    margin: 0 0 15px 0;
}
.archive .grid-item .btn-readmore {
    color: #222;
}

/* --------------------------------------------------
    SEARCH PAGE
-----------------------------------------------------*/

.search-results .page-intro .page-title {
    line-height: 55px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 7px 5px rgba(0, 0, 0, 0.45);
    margin: 0;
    font: 700 55px 'Montserrat', sans-serif;
}
.cp_search_page .news-box .frame {
    height: auto;
}

/* --------------------------------------------------
    JA Custom
-----------------------------------------------------*/


/* publications.php (menu Publications) */


/* sidebar widgets */

.sidebar-box {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}
.sidebar-news-item {
    margin: 3px 3px 0px 0px;
    min-width: 48%;
    font-size: 1em;
    background: #c02126;
    color: #ffffff !important;
    border-radius: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    height: 46px;
    text-align: center;
    line-height: 3.4;
    float: left;
    text-decoration: none;
}
.sidebar-news-item:hover {
    text-decoration: none;
    background-color: #333333;
    transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) .4s;
}
.wp-social-link.googleplay a {
    padding: 0;
}
