/*
Theme Name:  Unique Theme
Theme URI:   https://themes.grizzly.marketing/colorful
Version:     1.0.1
Description: Het Unique theme van Grizzly New Marketing
Author:      vps236215
Author URI:  https://themes.grizzly.marketing/colorful
Template:    Divi
*/

/*- YOU CAN INCLUDE THE CUSTOM CODE FOR YOUR CHILD THEME BELOW THIS LINE-*/

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
/*
 IE Parallax fix
*/

.gform-collum .ginput_recaptcha
{
    position: relative;
    top: -130px;
    margin-bottom: -80px;
     
}

.gform_footer.top_label input[type="submit"] {
    color: #ffffff!important;
    border-width: 0px!important;
    border-radius: 0px;
    letter-spacing: 0px;
    font-size: 22px;
    background-color: #b20838;
	padding:0.7em 1em!important
}

@media (max-width: 980px) {
.et_pb_fullwidth_menu .mobile_menu_bar:before {
    top: 26px;
    background-color: #73b9dc !important;
}

.et_pb_button_0 {
    width: 100%;
    padding: 5%;
}
.et_pb_slide_description{
padding-bottom: 30% !important;
}

.et_pb_blurb_container {
    padding-top: 8px;
}

.et_pb_blurb_content {
    position: relative;
    max-width: 550px;
    margin: 10px 10px -5px 10px !important;
    padding-top: 10px;
}

.et_pb_main_blurb_image {
    margin-bottom: 0px !important;
	}

a.leesmeer {
color: #fff;
}
a.leesmeer::after {
    color: #b10009;
    content: " \00BB";
}
.et_pb_slider .et_pb_slide, .et_pb_section_0 {
    background-color: transparent!important;
}
.et_pb_slide_description .et_pb_more_button {
    background: #b10009;
}
.et_pb_slide_description .et_pb_more_button:hover {
    background: rgba(255, 255, 255, 0.41);
    color: #b10009!important;
}
.et_pb_button {
    font-size: 16px;
    background: #ef5464 !important;
    border-color: #ef5464;
    border-radius: 0px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}
.et_pb_button:hover {

    padding: 0.3em 2em 0.3em 1em;
    border: 2px solid transparent;
    background: #f1a596;
}
.et_pb_bg_layout_light .et_pb_more_button
{
    color:#fff!important;
}

/* Menu fix*/
#menu-featured-items {
    text-align: center;
    width: 100%;
    overflow: hidden;
    padding: 10px 0 10px !important;
}

#menu-featured-items ul {
    list-style: none;
    overflow: hidden;
    padding: 10px !important;
    width: 100%;
}

#menu-featured-items li {
    padding-right: 0px;
    margin-right: 1%;
    min-width: 182px;
}

#menu-featured-items li a {
    display: block;
    text-align: center;
    color: #FFF;
    padding: 10px 30px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}

#menu-featured-items li a:hover {
    background: rgba(255, 255, 255, 0.28);
}

#menu-featured-items li:nth-child(1) {
    background: #ffcf56;
}
#menu-featured-items li:nth-child(2) {
    background: #5bc2a7;
}
#menu-featured-items li:nth-child(3) {
    background: #6798d0;
}
#menu-featured-items li:nth-child(4) {
    background: #f26c51;
}
#menu-featured-items li:nth-child(5) {
    background: #ef5464;
}

#menu-featured-items li:last-of-type {
    margin-right: 0px !important;
}

/* End menu */

.mobile_nav.opened .mobile_menu_bar:before {
content: "\4d";
}
ul#mobile_menu {
    overflow: auto;
    max-height: 600px;
    width: 111%;
    margin-left: -5.5%;
}
ul#mobile_menu {
    list-style-type: none!important;
}
	
ul.sub-menu {
    list-style-type: none!important;
}
	
.et_mobile_menu li a{
	display: block !important;
}

.home-info h1, .home-info h2, .home-info h3, .home-info p, .page-info h1, .page-info h2, .page-info h3, .page-info p, .contact-info h1, .contact-info h2, .contact-info h3, .contact-info p {
    color: #000;
    padding: 0 0 20px 0;
}
.home h2.et_pb_slide_title, .home .et_pb_slide_content {
    text-shadow: 1px 1px 1px #000;
}
.home .et_pb_slide_content {
    font-size: 18px!important;
}
.entry-content table {
     color:#000;
}
.promo-info p {
    color: #fff;
}
.et_pb_slide_content {
    color: #fff;
}
#main-footer {
    background-color: rgba(0, 0, 0, 0);
}
#footer-bottom {
    background-color: #000!important;
}
#main-footer .footer-widget h4 {
    font-weight: bold;
}

.link-footer
{
    color:#5bc2a7!important;
}
.link-footer a:hover
{
     text-decoration:underline;
}
/*------------------------------------------------*/
/*-------------------[CONTACT FORM]------------------*/
/*------------------------------------------------*/

#responsive-form{
	max-width:100%;
	margin: 15px auto;
        width:100%;
}
.form-row{
	width: 100%;
      	overflow: hidden;
}
.form-row-left {
	float: left;
	width: 49%;
}
.form-row-right {
	float: left;
	width: 49%;
      	margin: 0 0 0 2%;
}
.column-full{
	float: left;
	position: relative;
	padding: 0;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	margin: 0 0 1% 0;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}





.wpcf7-submit:hover{
	background: #5bc2a7;
}

span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #ff6f6f;
	background: transparent;
	padding: 5px;
}
div.wpcf7-validation-errors {
	text-shadow: none;
	border: transparent;
    	background: #000000;
    	padding: 5px;
	color: #ffffff;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}
.verplicht {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.form-2-columns .captcha-173 {
    float: left;
    width: 80%;
}
.form-2-columns .wpcf7-captcha-captcha-172 {
    float: left;
    width: 18.5%;
    margin: 0 1.5% 0 0;
}
.textarea textarea {
    min-height: 182px;
}

/**---------------- Media query ----------------**/
@media only screen and (max-width: 768px) {
.form-row-left, .form-row-right { width: 100%; padding: 0; margin: 0;}
.form-2-columns .captcha-173 {
    	float: left;
    	width: 75%;
}
.form-2-columns .wpcf7-captcha-captcha-172 {
    	float: left;
    	width: 23%;
    	margin: 0 2% 0 0;
}
}
@media only screen and (max-width: 990px) {
.form-2-columns .captcha-173 {
    	float: left;
    	width: 70%;
}
.form-2-columns .wpcf7-captcha-captcha-172 {
    	float: left;
    	width: 28%;
    	margin: 0 2% 0 0;
}
}
@media only screen and (min-width: 48em) {
.form-row-left {
	float: left;
	width: 49%;
}
.form-row-right {
	float: left;
	width: 49%;
      	margin: 0 0 0 2%;
}
}

/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/


#et-info {
    float: right !important;
    margin: 0 auto;
text-align: center;
}
.et_header_style_centered #main-header .logo_container {
    float: left;
    width: 50%;
}
.et_header_style_centered #main-header div#et-top-navigation {
    float: right;
    width: 50%;
}
#et-top-navigation {
    padding-top: 22px;
}
#top-header {
   background: #5bc2a7!important;
}
#top-header #et-info {
	float: left; 
}
#et-info-phone:before, #et-info-email:before, .et-social-twitter a.icon:before, .et-social-facebook a.icon:before {
	color: #fff !important;
}
body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header, body.et_fixed_nav.et_secondary_nav_enabled #main-header {
top: 31px !important;
}
.et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed!important;
    top: 0!important;
}
#page-container {
   padding-top: 0!important;
   margin-top:0!important;
}
.home .et_pb_section_0, .home .et_pb_section_1 {
    margin: 80px 0 0 0;
}
.et_pb_section_0, .et_pb_section_1 {
    margin: 80px 0 0 0;
}

.et_pb_section_1 {
    background-color: #eeeeee !important;
    margin-top: 0px !important;
	}

ul#top-menu {
    padding: 0;
}
#top-menu li {
    font-weight: bold;
}
.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container, .et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container {
   padding-top: 0!important;
   margin-top:0!important;
}
.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
   padding-top: 81px!important;
   margin-top: -50px!important;
}
#page-container {
   padding-top: 0!important;
   margin-top:0!important;
}
.home #main-header {
    top: 0px!important;
}

#main-content .container {
    padding-top: 0;
}
.search #main-content .container {
   padding-top: 30px;
   padding-bottom: 30px;
   color:#000;
}
.search #main-content .container h2 {
    color:#000;
}
.search #et-main-area {
   margin-top: 80px;
 }
.container.et_search_form_container.et_pb_search_visible {
    width: 90%!important;
    margin: auto;
}
.et-search-form {
    max-width: 290px;
}
.et_header_style_centered .et-search-form input, .et_header_style_centered span.et_close_search_field {
    top: 0;
}
#main-content .container:before {
    width: 0px;
}
.et_fullwidth_nav #main-header .container {
    width: 100%!important;
    right: 0px;
    padding: 0;
}
.home #main-header {
    padding: 0;
    position: fixed!important;
}
.et_header_style_centered .et-fixed-header .et-search-form {
    top: 0px;
}
.gm-style .gm-style-iw {
    color:#000;
}
.gm-style .gm-style-iw h3{
    color:#000;
}

/*------------------------------------------------*/
/*---------------[RESPONSIVE LAYOUTS]-------------*/
/*------------------------------------------------*/

@media only screen and ( min-width: 981px ) {

}

/*-------------------[960px]------------------*/
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
}

/*-------------------[768px]------------------*/
@media only screen and ( max-width: 980px ) {

}

@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
}

@media screen and ( max-width: 782px ) {
}

/*-------------------[480px]------------------*/
@media only screen and ( max-width: 767px ) {
	.et_header_style_left .et-search-form, .et_header_style_split .et-search-form {
	    width: 28% !important;
	    max-width: 28% !important;
	}
	.et_pb_slider .et_pb_container {
	    width: 100%;
	}
	.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
	    padding: 16% 0 8% 0;
	}
	.et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description .et_pb_slide_title {
       	    font-size: 26px;
	}
}

/*-------------------[320px]------------------*/
@media only screen and ( max-width: 479px ) {
}


#gform_submit_button_1 {
    color: #ffffff !important;
    background: #b20838;
    border-width: 0px !important;
    border-radius: 0px;
    letter-spacing: 0px;
    font-size: 22px;
}

a {
	 
}

#fr-et-info-email:before{
	text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
	margin-right: 4px;
    content: "\e076";
}
}