
/* 
 Theme Name:     Webbros
 Author:         Webbros Digital
 Author URI:     https://www.webbros.co.nz 
 Template:       Divi
 Version:        1.0 
*/ 


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

.vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}
a.site-cred span.webbros-cred{
	opacity:0;
	position: relative;
    left: 30px;
	color:#e92b3b !important;
}
a.site-cred:hover span.heart-cred{
	opacity:0;
}
a.site-cred:hover span.webbros-cred{
	opacity:1;    
	left: -8px;
}
span.webbros-cred, span.heart-cred{
	-webkit-transition: opacity 400ms, visibility 400ms,left 400ms;
    transition: opacity 400ms, visibility 400ms, left 400ms;
	transition-timing-function: ease-in-out;
	transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

#login-form{
    color:#ffffff;
}
#login-form label{
    color:#ffffff;
    clear:both;
    display: block;
    padding: 8px 0px;
}
#login-form .button{
    color: #000000!important;
    border-width: 0px!important;
    border-color: #ffffff;
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: 'Alvand Bold Aged',Helvetica,Arial,Lucida,sans-serif!important;
    text-transform: uppercase!important;
    background-color: #ffffff;
    padding-top: 6px!important;
    padding-right: 24px!important;
    padding-bottom: 4px!important;
    padding-left: 24px!important;
}

/*****************************************************************
Full width mobile menu
 *****************************************************************/
/** Makes the menu background full width **/
 
@media (max-width: 980px) {
 .container.et_menu_container { 
    width: calc( 100% - 60px);
 }
}
 
.et_mobile_menu {
    margin-left: -30px;
    padding: 5%;
    width: calc( 100% + 60px);
	top: 0;
}
span.mobile_menu_bar.mobile_menu_bar_toggle {
    z-index: 999999;
}
 
/** Hamburger icon turns to an x when opened **/
.mobile_nav.opened .mobile_menu_bar:before {
    content: "\4d";
}
 
/** Adds animation to the drop down and adds a background color **/
ul#mobile_menu.et_mobile_menu {
     -webkit-animation: fadeInTop 0.8s ease !important;
     animation: fadeInTop 0.8s ease !important;
     box-shadow: 0 20px 30px rgba(7, 51, 84, 0.17);
     -webkit-box-shadow: 0 20px 30px rgba(7, 51, 84, 0.17);
     -moz-box-shadow: 0 20px 30px rgba(7, 51, 84, 0.17);
     background-color: #000000;
}
 
/*** style the mobile menu links ***/
@media (max-width: 980px) {
.et_mobile_menu li a {
    text-transform: none;
    opacity:1 !important;
    font-family: 'Poppins', sans-serif;
    transition: all 0.1s ease !important;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500 !important;
    font-size: 22px !important;
    text-align: center;
	font-family: 'Alvand Bold Aged',Helvetica,Arial,Lucida,sans-serif;
}
 
.et_mobile_menu li a {
    border-bottom: none;
}
 
.et_mobile_menu li a:hover {
    background-color: transparent;
}
}
 
/*****************************************************************
End
 *****************************************************************/

/* ************************************************* */
/* MOBILE MENU SLIDE IN EFFECT - FIXED MOBILE HEADER */
/* ************************************************* */
/* Fix the mobile header */
@media (max-width: 980px) {
.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed;
}
	.social-icon {
    max-width: 50px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    padding: 5px;
}
	#mobile_menu{
		text-align:center !important;
	}
}
/* Set the mobile menu full height and move it down so it doesn't overlap the fixed header */
/* Adjust the 80px set in the height calc value to match the height of your mobile menu */
#mobile_menu {
    display: block !important;
    height: calc(100vh);
  right: 0;
    position: fixed;
  overflow: auto;
    -webkit-transition: -webkit-transform 0.4s 0s;
    -moz-transition: -moz-transform 0.4s 0s;
    transition: transform 0.4s 0s;
    -overflow-scrolling:touch!important;
    -webkit-overflow-scrolling:touch!important;
}
/* Move the mobile menu fully off the screen when closed */
.mobile_nav.closed #mobile_menu {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
/* Move the mobile menu back onto the screen*/
.mobile_nav.opened #mobile_menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
/* Switch menu icon to a cross when opened */
.mobile_nav.opened .mobile_menu_bar:before {
    content: "\4d";
}
.mobile_menu_bar:before{
	color:#ffffff !important;
	background: #000000;
	padding: 5px;
}
.social-icon {
    max-width: 50px;
    margin: 0px auto;
}
@media only screen and (max-width: 980px){
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {
    background-color: rgba(26,26,26,0);
}
	#logo{
		max-height: 130% !important;
	}
	.et-fixed-header #logo{
		max-height: 90% !important;
	}
	.et_pb_fullscreen .et_pb_fullwidth_header_container {
    min-height: 100vh;
}
	.et_pb_fullwidth_header_container.center {
    min-height: 650px !important;
}
}