/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
:root .padding-left-right-1x{
	padding-left: 1rem;
    padding-right: 1rem;
}

:root .padding-top-1x{
	padding-top: 1rem;
}

:root .padding-bottom-1x{
	padding-bottom: 1rem;
}
:root .colour-background-black{
	background-color:#000;
}
.button.colour-background-black{
	color: #fff;
    background-color: #000;
}
.button{
	display: inline-block;
    vertical-align: middle;
    line-height: 1.5;
    transition: all .25s cubic-bezier(.785,.135,.15,.86);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    text-decoration: none;
    font-family: Montserrat,Helvetica,Arial,sans-serif;
    cursor: pointer;
    margin: 0;
    padding: 0.83333rem 2rem;
    font-weight: 600;
}

h1 span, .header-title span{
    color:#fff;
}

.type-uppercase{
	text-transform:uppercase;
}
.grid-item h4, .grid-item h3{
	font-family:Oswald,Helvetica,Arial,sans-serif;

}

.colour-black{
	color:#000;
}
.colour-white{
	color:#fff;
}



.grid-nav {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: .625rem
}

@media screen and (max-width: 63.9375em) {
    .grid-nav {
        -ms-flex-direction:column;
        flex-direction: column
    }
}

.grid-nav-controls {
    display: none
}

@media screen and (max-width: 63.9375em) {
    .grid-nav-controls {
        display:block
    }
}

.grid-nav-controls button.grid-nav-next,.grid-nav-controls button.grid-nav-prev {
    position: absolute;
    top: calc(50% - 7.5px);
    padding: 0;
    width: .9375rem;
    height: .9375rem;
    border-radius: 0;
    z-index: 10;
    background-color: transparent;
	border:none;
}

.grid-nav-controls button.grid-nav-next:active,.grid-nav-controls button.grid-nav-next:focus,.grid-nav-controls button.grid-nav-next:hover,.grid-nav-controls button.grid-nav-prev:active,.grid-nav-controls button.grid-nav-prev:focus,.grid-nav-controls button.grid-nav-prev:hover {
    box-shadow: none;
    outline: 0!important
}

.grid-nav-controls button.grid-nav-next {
    right: 1.5rem;
    border-right: .25rem solid rgba(0,0,0,.2);
    border-bottom: .25rem solid rgba(0,0,0,.2);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.grid-nav-controls button.grid-nav-next:hover {
    -ms-transform: rotate(-45deg) scale(1.1);
    transform: rotate(-45deg) scale(1.1)
}

.grid-nav-controls button.grid-nav-prev {
    left: 1.5rem;
    border-left: .25rem solid rgba(0,0,0,.2);
    border-top: .25rem solid rgba(0,0,0,.2);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.grid-nav-controls button.grid-nav-prev:hover {
    -ms-transform: rotate(-45deg) scale(1.1);
    transform: rotate(-45deg) scale(1.1)
}

.grid-nav-item {
    width: 25%;
    position: relative;
    background-color: rgba(52,168,58,.2);
    padding: 1.5rem;
    color: #e58f2f;
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 63.9375em) {
    .grid-nav-item {
        width:100%;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: none;
        padding: 1.5rem 4.5rem
    }
}

.grid-nav-item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: .625rem;
    height: 100%;
    background-color: #000;
    z-index: 100;
    pointer-events: none
}

@media screen and (max-width: 63.9375em) {
    .grid-nav-item:before {
        display:none
    }
}

.grid-nav-item:last-child {
    margin-right: 0
}

.grid-nav-item:last-child:before {
    display: none
}

.grid-nav-item.is-active {
    background-color: #34a83a;
    color: #000
}

@media screen and (max-width: 63.9375em) {
    .grid-nav-item.is-active {
        display:-ms-flexbox;
        display: flex
    }
}

.grid-nav-item.is-active .grid-nav-item-heading {
    color: #000
}

.grid-nav-item-content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 1rem
}

@media screen and (max-width: 63.9375em) {
    .grid-nav-item-image {
        max-width:2.5rem
    }
}

.grid-nav-item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center
}

.grid-nav-item-heading {
    color: #e58f2f;
    transition: all .25s cubic-bezier(.785,.135,.15,.86);
	text-transform:uppercase;
	font-family:Oswald, Helvetica, Arial, sans-serif;
	letter-spacing:-.75rem;
	line-height:28.75px;
	font-size:23px;
	font-weight:600;
}

.grid-nav-item-subheading{
	font-size: 1rem;
    line-height: 1.25;
    margin-top: 0;
	font-weight:600;
	letter-spacing:-.0375rem;
	color:#fff;
	font-family:Oswald, Helvetica, Arial, sans-serif;
	
}

.grid-item {
    display: none
}

.grid-item.is-active {
    display: -ms-flexbox;
    display: flex
}

@media print, screen and (min-width: 40em){
	.grid-nav-item-heading{
		letter-spacing:-.075rem;
		font-size: 1.1875rem;
	}
}

@media screen and (max-width: 63.9375em) {
    .grid-item.is-active {
        -ms-flex-direction:column;
        flex-direction: column
    }
	.grid-nav-item-heading{
		letter-spacing:-.0375rem;
	}
}

.grid-item-tab-nav {
    width: 25%;
    position: relative
}

@media screen and (max-width: 63.9375em) {
    .grid-item-tab-nav {
        width:100%;
        margin-bottom: .625rem
    }
}

.grid-item-tab-nav:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: .625rem;
    height: 100%;
    background-color: #000;
    z-index: 100;
    pointer-events: none
}

@media screen and (max-width: 63.9375em) {
    .grid-item-tab-nav:before {
        display:none
    }
}

.grid-item-tab-nav-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    text-align: right;
    background-color: #34a83a33;
    padding: 2rem 1.5rem;
    color: #e58f2f;
    margin-bottom: .625rem;
    height: 10.625rem
}

@media screen and (max-width: 63.9375em) {
    .grid-item-tab-nav-item {
        height:5.625rem
    }
}

.grid-item-tab-nav-item:last-child {
    margin-bottom: 0
}

.grid-item-tab-nav-item.is-active {
    background-color: #34a83a;
    color: #000
}

.grid-item-tab-nav-item.is-active .grid-item-tab-nav-item-image {
    background-image: url(/wp-content/uploads/2023/09/logo-icon-white.png)
}
.icon.type-size-12{
	width:.75rem;
	height:.75rem;
}
.grid-item-tab-nav-item.is-active .grid-item-tab-nav-item-heading {
    color: #000
}

.grid-item-tab-nav-item-image {
    position: absolute;
    top: .66667rem;
    left: .66667rem;
    width: 2.1875rem;
    height: 2.1875rem;
    background-image: url(/wp-content/uploads/2023/09/logo-icon.png);
    background-size: 90%;
    background-position: center center;
    background-repeat: no-repeat
}

.grid-item-tab-nav-item-heading {
    color: #e58f2f;
    transition: all .25s cubic-bezier(.785,.135,.15,.86);
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:-.075rem;
	font-size: 1.4375rem;
	margin-top:0;
	line-height:1.25;
	font-family:Oswald,Helvetica,Arial,sans-serif;
}

.grid-item-tab-nav-item-heading i {
    display: inline-block;
    position: relative;
    font-style: normal
}

@media screen and (max-width: 63.9375em) {
    .grid-item-tab-nav-item-heading i {
        -ms-transform:rotate(90deg);
        transform: rotate(90deg)
    }
}

.grid-item-tab-nav-item-subheading {
    font-family: Montserrat,Helvetica,Arial,sans-serif;
    font-size: .875rem;
    letter-spacing: -.0125rem;
    font-weight: 600;
    margin-right: 1.2rem
}

.grid-item-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 75%
}

@media screen and (max-width: 63.9375em) {
    .grid-item-tabs {
        width:100%
    }
}

.grid-item-tab {
    display: none;
    background-color: #34a83a
}

.grid-item-tab h3{
	font-weight: 600;
    letter-spacing: -.075rem;
}
.grid-item-tab.is-active {
    display: block;
    width: 100%
}

.grid-item-tab-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1rem
}

@media screen and (max-width: 63.9375em) {
    .grid-item-tab-row.type-first .grid-item-tab-column {
        margin-bottom:1rem
    }
}

@media screen and (max-width: 63.9375em) {
    .grid-item-tab-row:not(.type-first) .grid-item-tab-column {
        margin-bottom:0;
        padding-bottom: 0;
        padding-top: 0
    }

    .grid-item-tab-row:not(.type-first) .grid-item-tab-column:first-child {
        padding-top: 1rem
    }

    .grid-item-tab-row:not(.type-first) .grid-item-tab-column:last-child {
        padding-bottom: 1rem
    }
}

.grid-item-tab-column {
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    margin-right: 1rem;
    padding: 1rem;
    background-color: rgba(0,0,0,.1)
}

@media screen and (max-width: 63.9375em) {
    .grid-item-tab-column {
        margin-right:0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }
}

.grid-item-tab-column:last-child {
    margin-right: 0
}

.grid-item-tab-column ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.grid-item-tab-column ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: Montserrat,Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-size: .875rem;
    line-height: 1rem;
    letter-spacing: -.0125rem;
    margin-bottom: .625rem
}

.grid-item-tab-column ul li i {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-transform: translatey(1px);
    transform: translatey(1px);
    margin-right: .5rem
}

.tag-cloud-link{
	
	display: inline-block;
    padding: 0.1875rem 1.25rem;
    background-color: #5bb059;
    color: #fff;
    font-size: .75rem !important;
    font-family: Montserrat,Helvetica,Arial,sans-serif;
    margin: 0.1875rem 0.125rem
}

