/* 
 Theme Name:     Back4Good
 Author:         In Balance Design
 Author URI:     back4good.barbaracoleydesign.co.nz
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.8.1
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


/* style the request-booking cta button */
            .request-booking {border-radius: 15px;}
            .request-booking a {color: #fff!important;}
            li.request-booking {
                background-color:#196f03; 
                font-weight: 400; 
                text-align: center;
				text-transform: uppercase; 
                padding: 10px 20px 10px 20px!important;
            border-radius: 15px;
                -moz-transition: all 0.5s; 
                -webkit-transition: all 0.5s;
                transition: all 0.5s;}
            li.request-booking:hover {background-color:#0b1b34;}
 
/* fixed header button text color */
                 .et-fixed-header #top-menu .get-started a {
                        color: #fff!important;}
        .request-booking li.current-menu-ancestor > a, .request-booking li.current-menu-item > a {
                    color: #fff !important;}
 
 
 
    @media only screen and (min-width : 981px) {
            li.request-booking {height: 33px;}}
.vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
} 
header#main-header.et-fixed-header, #main-header{
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}

