/*
Theme Name: Getaway Solutions
Theme URI: https://nzdigital.co.nz/
Description: Getaway Solutions Theme
Author: NZ Digital
Author URI: https://nzdigital.co.nz/
Version: 4.4.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

/*LOGO*/

.q_logo img {
    display: block;
    position: absolute;
    top: -58%;
    max-height: 120px;
    max-width: 200px;
    padding-top: 16px;
}

/*LOGO END*/

/*MOBILE MENU*/

.fa {
   display: inline-block;
   font: normal normal normal 40px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   margin-top: 30px;
}

@media only screen and (max-width: 1000px)
header .q_logo img.normal {
   display: block !important;
   opacity: 1 !important;
   position: inherit;
   margin-top: 40px !important;
}

@media only screen and (max-width: 1000px)
.content .content_inner > .container > .container_inner, .content .content_inner > .full_width > .full_width_inner, .content .content_inner > .container > .container_inner.default_template_holder {
   padding-top: 0px !important;
}


nav.mobile_menu ul li a:hover, nav.mobile_menu ul li.active>a {
   color: #75293F;
}

/*MOBILE MENU END*/

/*ROW PADDING*/

.default-row-padding .vc_column_container>.vc_column-inner {
    padding-top: 40px;
    padding-bottom: 40px;
}
/*ROW PADDING END*/


/*BUTTON*/

.white-button {
	position: relative;
    display: inline-block;
	font-family: 'Graphik';
    text-transform: uppercase;
    font-size: 15px;
    color: #282828;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    margin-top: 20px;
}

.white-button:hover {
	border: 2px solid #752936;
    background-color: #752936;
    color: #ffffff;
}

/*BUTTON END*/


.automatic-left-padding {
	display: grid !important;
}



