/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
 #header_main strong.logo {
    position: absolute;
    top: 16px;
    left: 0;
    z-index: 999999;
    /* width: 150px; */
    /* height: 150px; */
    display: block;
    transition: all 300ms ease-out;
}



header#header.header-scrolled-full strong.logo {
    top: 5px;
}

}

.grecaptcha-badge { 
    visibility: hidden;
}

/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}

h3.widgettitle {
    color: white;
}
div#footer a {
    color: #ff3700;
}
li.contactItem a {
    /* background: red; */
    background: linear-gradient(51.08deg, #FF2601 0%, #FF9002 100%), #C4C4C4;
    color: white !important;
    font-size: 110%;
    padding: 0 20px !important;
    background: linear-gradient(51.08deg, #FFB803 0%, #FF2601 54.17%, #FF9002 100%), #C4C4C4;
    background-size: 200% 200%;
    background-position: 100% 0%;
    transition: background-position ease-out 300ms;
}

li.contactItem a:hover {
    background-position: 0 0;
}