/*
Theme Name: Edible Fashion Awards
Theme URI: https://nzdigital.co.nz/
Description: Edible Fashion Awards 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.

*/

.title {
	display: none !important;
}

/*LOGO*/

.q_logo img {
    display: block;
    position: absolute;
    top: -50%;
    padding-top: 34px !important;
}

/*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;
}

.block-1 {
    height: 400px;
    background-size: cover;
    overflow: hidden !important;
    position: relative;
    margin-bottom: 25px;
} 
  
.block .block-link .zoom-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform .6s;
    background-repeat: no-repeat;
    background-size: cover;
}
/* just home page on mobile */
@media only screen and (max-width: 480px){
	.page-id-2 .purple-button{
        padding: 0 45px !important;
    }
    .page-id-2 .white-button {
        padding: 0 55px !important;
    }

    .hide-on-mobile {
        display: none !important;
    }
    .padding-testimonial {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}



  
.block .block-link .zoom-background:hover {
    transform: scale(1.2);
}

.block__caption {
    position: absolute !important;
    bottom: 0;
    left: 30px;
}

.with-padding-bottom {
    padding-bottom: 70px;
}

.with-padding-top {
    padding-top: 70px;
}

/*#gform_submit_button_2, #gform_submit_button_1 {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}*/



/*BUTTON END*/








