/*
Theme Name:   LittlePatchChild
Description:  Write here a brief description about your child-theme
Author:       tammy
Author URL:   http://littlepatchelc.demostage.com.au
Template:     bebio
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  LittlePatchChild
*/

/* Write here your own personal stylesheet */


/* HEADER */
.main-header .info-box {
    margin-top: 20px;
}
 .main-menu .navigation > li.current > a {
    color: #444444;
}
.dropdown-menu{
    top: 75px !important;
}

.main-header .header-lower .header-button-colored{
    position: absolute;
    right: 0;
    bottom: -29px;
    z-index: 2;
}

.main-header .header-lower .header-button-colored li{
    margin-left: 8px;
}

.header-button-colored li{
    position: relative;
    display: inline-block;
}

/* edit here */
.header-button-colored li a{
    position: relative;
    display: block;
    font-size: 16px;
    color: #ffffff;
    height: 57px;
    text-align: center;
    border-radius: 40px;
    background-color: #f8c741;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	padding: 15px 40px 25px 40px;
	font-family: "Bubblegum Sans", sans-serif;
	letter-spacing: 0.3px;
}

.main-menu .navigation > li:before {
    background-image: url(/wp-content/uploads/2021/12/line-green.png);
}

/* these are the colors */
.header-button-colored li:nth-child(3n + 2) a{
    background-color: #9ac86c;
}

.header-button-colored li:nth-child(3n + 3) a{
    background-color: #ed7db2;
}

.header-button-colored li a:hover{
    animation: rainbow 2s infinite alternate;
}

.header-style-two .header-lower .header-button-colored{
    position: relative;
    bottom: 0;
}

.header-style-two .header-lower .header-button-colored li{
    margin-left: 7px;
}

.header-style-two .header-lower .header-button-colored li a{
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
}

.event-detail .header-button-colored li{
    margin-left: 8px;
    margin-right: 0;
}

.event-detail .header-button-colored li a{
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
}

.team-block .overlay-box .header-button-colored{
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    text-align: center;
    margin-top: -20px;
}

.team-block .header-button-colored li a{
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
}

.news-detail .post-share-options .header-button-colored li{
    margin-left: 8px;
}

.news-detail .post-share-options .header-button-colored li a{
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
}

.main-footer .footer-bottom .header-button-colored li{
    margin: 0 4px;
}

/*body*/
.home-badge-heading-title a {
    font-family: var( --e-global-typography-primary-font-family ), sans-serif;
}

.outer-box{
    margin-top: -15px;
}

.main-header .header-upper {
    position: relative;
    border-bottom: none;
    text-align: center;
}

.main-header .header-lower .logo-outer {
    padding: 0px;
}

.main-header .header-lower .logo-outer .logo:before {
    top: 39px;
    margin: 0 auto;
    height: 120px;
    width: 320px;
}

.header-button-colored li a {
	font-size: 22px;
}

.main-header .header-lower .header-button-colored {
    bottom: -45px;
}

span.fa.fa-envelope {
	font-size: 30px;
	margin-top: 13px;
}

.main-header .header-lower .option-box {
	bottom: -45px;
}

/* Typography  */

.elementor-widget-heading.little-font .elementor-heading-title{
    font-family: "Schoolbell" !important;
}

.elementor-widget-heading.big-font .elementor-heading-title{
    font-family: "Bubblegum Sans" !important;
	font-weight: 400 !important;
}

.elementor-button.elementor-size-xl.btn-yellow {
    font-size: 24px;
    padding: 25px 60px;
	letter-spacing: 0.3px;
}

.icon-sparrow-green {
    height: 72px;
    width: 162px;
    background-image: url(/wp-content/uploads/2021/09/icon-sparrow-green.png);
}

.white-text{
	color: #fff !important;
}

/* FOOTER  color:#9ac86c; */

.main-footer {
    margin-top: 0px !important;
}

.main-footer .footer-bottom .copyright {
    color: #fff;
}

.scroll-to-top {
	top: 0px !important;
}
/*
@media only screen and (max-width: 1024px){
	.main-menu .navigation > li:before,
	.main-header .header-lower,
	.main-header .header-lower .option-box,
	.main-menu .navbar-collapse {
		display: none;
	}

	.navbar-toggler .icon {
		position: relative;
		font-size: 34px;
		line-height: 1.2em;
		color: #ff4880;
		top: 3px;
	}
	.main-header .responsive-logo {
		float: left;
		width: 100%;
		display: block;
		text-align: left;
		padding: 20px 0;
	}
	.main-header .responsive-logo a {
		position: relative;
		z-index: 3;
		display: inline-block;
	}
}
*/

@media only screen and (max-width: 1200px){
	.main-header .responsive-logo a {
		position: relative;
		z-index: 3;
		display: inline-block;
	}
	.main-header .responsive-logo {
		float: left;
		width: 100%;
		display: block;
		text-align: left;
		padding: 20px 0;
	}
	.main-menu .navigation > li:before,
	.main-header .header-lower,
	.main-header .header-lower .option-box {
		display: none;
	}
	.navbar-expand-md .navbar-toggler {
		display: inline-block;
	}
	.main-menu .navbar-collapse {
		margin: 0px -15px !important;
	}
	.navbar-toggler .icon {
		position: relative;
		font-size: 34px;
		line-height: 1.2em;
		color: #ff4880;
		top: 3px;
	}
	.main-menu .navbar-header {
		position: relative;
		float: none;
		display: block;
		text-align: right;
		width: auto;
		padding: 10px 0px;
		right: 0px;
	}
	.main-header .main-menu {
		padding-top: 0px;
		width: 100%;
		float: right;
		margin-top: -65px;
	}
}

@media only screen and (min-width: 1200px){
	.navbar-expand-md .navbar-collapse {
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}