/*
 Theme Name:     DiMaCamper
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme für DiMaCamper
 Author:         Elmar Elberskirch
 Author URI:     https://www.bvfk.de
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */



.et-fixed-header#top-header a {
	color:#f7f7f7!important;
}

.choices__item.is-highlighted, .choices__item.is-selected {
	color: #00cc99!important;
}

.filter__headline {
    cursor: pointer;
}

.et_mobile_menu li a:hover, .nav ul li a:hover {
    background-color:transparent!important;
}
.search-box:hover{
	box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
	transition: all 0.2s ease;
}

.search-box:hover{
	cursor:pointer;
	box-shadow:rgba(0,0,0,0.5) 0px 2px 18px 0px;
}

.et_pb_row_0 {
    max-height:none!important;
}

.contact-btn {
	text-decoration:none!important;
    height:50px!important;
    text-align:center!important;
    width:auto;
    box-sizing: inherit;
    font: inherit;
    overflow: visible;
    text-transform: none;
    font-size: 20px!important;
    font-weight: 500!important;
    line-height: 1.7em!important;
    background-size: cover!important;
    background-position: 50%!important;
    background-repeat: no-repeat!important;
    transition-property: all!important;
    position: relative;
    font-family: inherit;
    display: inline-block;
    margin: 0 0 0 0px!important;
    cursor: pointer;
    -webkit-appearance: button;
    border-radius: 4px!important;
    background: #00cc99!important;
    border: 2px solid #00cc99!important;
    transition: all 0.2s ease!important;
    color: #f7f7f7!important;
}

.custom-btn {
	text-decoration:none!important;
    height:50px!important;
    text-align:center!important;
    width:auto;
    box-sizing: inherit;
    font: inherit;
    overflow: visible;
    text-transform: none;
    font-size: 20px!important;
    font-weight: 500!important;
    line-height: 1.7em!important;
    background-size: cover!important;
    background-position: 50%!important;
    background-repeat: no-repeat!important;
    transition-property: all!important;
    position: relative;
    font-family: inherit;
    display: inline-block;
    margin: 0 0 0 0px!important;
    cursor: pointer;
    -webkit-appearance: button;
    border-radius: 4px!important;
    background-color: #00cc99!important;
    border: 2px solid #00cc99!important;
    transition: all 0.2s ease!important;
    color: #f7f7f7!important;
}

.contact-btn:hover {
    color: #fff!important;
    background: #00cc99!important;
	border: 2px solid #00cc99!important;
}

.custom-btn:hover {
    color: #fff!important;
    background-color: #00cc99!important;
	border: 2px solid #00cc99!important;
}


/* FORM */

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select
{
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	height: 36px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #AAA;
}
.searchform input[type="text"]:focus{
	border:none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select {
	padding: 3px 6px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	height: 160px;
    max-width: 100%;
}

.f-row {
    width:100%;
    display:flex;
    flex-direction:column;
    margin-left:0;
    margin-right:0;
	  clear:both;
}

.f-row-col {
    width:100%;
    display:flex;
    flex-direction:row;
	gap:12px;
    margin-left:0;
    margin-right:0;
	  padding-right: 15px;
    padding-left: 15px;
	  clear:both;
}

.f-row.row-margin-bottom{
	margin-bottom: 24px;
}

.f-row.form-content-part, .f-row.content-content-part{
	margin-bottom: 24px;
	border-radius: 6px;
}

.border-box {
	padding:32px;
	border: 1px solid;
	border-radius: 5px;
	border-color: #e3e3e3;
}

.f-col {
    position:relative;
    float:left;
    width:100%;
    min-height:1px;
    padding-left:0px;
    padding-right:0px;
}

.wrap-form-part, .wrap-content-part{
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: solid none none none;
    border-width: 1px;
    border-color: #abb8c3;
}

.wrap-form-part-last, .wrap-content-part-last {
    border-width: 2px;
}

.wrap-form-part-first, .wrap-content-part-first {
    margin-top: 40px;
}

.form-text_2, .content-text_2{
        margin-bottom: 40px;
    }

.form-text, .form-text_2 {
    font-size:14px;
}

input[type="checkbox"]{
	margin-top: -2px;
}

.txt span.wpcf7-list-item-label {display:none}

span.wpcf7-list-item {padding: 5px 0;}

span.wpcf7-list-item-label {
			font-weight:normal!important; 
			color: #333; 
			font-size:14px!important; 
			font-style:normal!important;
			padding: 0 10px;
}

select {
	border: 1px solid #ccc;
	border-radius: 3px;
}

#umfrage-form .wpcf7-list-item {
	margin-left: 0px!important;
}

#umfrage-form .align-middle span.wpcf7-list-item .wpcf7-list-item-label{
	padding-top:6px;
}

#umfrage-form i{
	color:#0F228B;font-size:14px;font-weight:600;
}

#umfrage-form p{
	color:#333;font-size:16px;font-weight:400;margin-bottom:0px;padding:0px 12px 6px 12px;
}

#umfrage-form .form-content-part{
	padding-top:12px;padding-bottom:12px;
}

#umfrage-form .wpcf7 input:not([type=submit], [type=checkbox]){
	width:100%;
}

#umfrage-form .form-column_one{
	padding:0px;
}

#umfrage-form .short-text{
	max-width:256px;
}

#umfrage-form .wpcf7-list-item.last{
	margin-bottom:-20px;
}

#umfrage-form .font-umfragen .wpcf7-not-valid-tip{color:red!important;}

#umfrage-form .font-umfragen{
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

#umfrage-form .f-row-col, .f-row{
	margin-bottom:6px;
}

#umfrage-form .font-umfragen-subheading-1{
	font-size:18px;
	margin-top:12px;
	margin-left: 12px;
	font-weight:700;
}

#umfrage-form .font-umfragen-subheading-2{
	font-size:16px;
	font-weight:700;
	margin-top:24px;
	margin-left: 12px;
}

#umfrage-form .horizontal .wpcf7-list-item{
	display: inline;margin: 0 8px 0 0;
}

#umfrage-form .horizontal .wpcf7-list-item .wpcf7-list-item-label{
	padding: 0 12px 0 6px;
}

#umfrage-form .horizontal input{
	width:auto!important;
}

#umfrage-form .fullwidth .wpcf7-textarea{
	width:100%;
}

#umfrage-form .info-text{
	font-size:14px;
	margin-left: 12px;
}

#umfrage-form .wpcf7-number {
    text-align: center;
}

.wpcf7-text, .wpcf7-textarea {border-color: #767676!important;}

.wpcf7-text, .wpcf7-number {height:36px!important;}

.wpcf7-free-text {min-width: 15%;}

.wpcf7-text, .wpcf7-textarea {margin-top:5px;}

.wpcf7-free-text {
			min-width: 50%;
}
.txt span.wpcf7-list-item-label {display:none}

span.wpcf7-list-item-label {
			font-weight:300!important; 
			color: #2e2e2e; 
			font-size:14px!important; 
			font-style:normal!important;
			padding: 0 10px;
}

.font-umfragen, .font-umfragen span {margin-top:10px; padding-bottom:5px; padding-right:5px; width:100%; line-height:24px!important;}

.font-umfragen td {margin-top:10px; padding-bottom:5px; padding-right:5px;}

div.font-umfragen {margin-bottom:15px;}

#umfrage-form .form-content-part{
	border: 1px solid #d1d1d1;
	box-shadow: rgba(51, 51, 51, 0.1) 0px 2px 4px, rgba(51, 51, 51, 0.1) 0px 2px 8px!important;
}

.f-label {
    padding-left: 0px!important;
    width:100%;
    display: block;
    margin-top: 14px;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
}

.btn {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 11px 25px;
    float: none;
    background-color: #333;
    -webkit-transition: background-color 200ms ease, border-color 200ms ease;
    transition: background-color 200ms ease, border-color 200ms ease;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.5px;
    border-radius: 2px!important;
}
  
.btn:hover {
    background-color: #00cc99;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #fff;
}
  
.btn:active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
  
.btn.btn-default {
    margin-top: 40px;
    margin-bottom: 0px;
    background-color: #333;
}

.btn.btn-default:hover {
    margin-top: 40px;
    margin-bottom: 0px;
    background-color: #00cc99;
}
  
.f-wrap {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
  
.f-wrap._w-custom._w-60 {
    padding-top: 32px;
    padding-bottom: 32px;
}
  
.f-wrap._w-custom.w60-60 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
  
.f-section {
    position: relative;
    max-width:100%;
    height: auto;
}
  
.f-section.section-bg__white {
    border-bottom: 1px solid #e8e8e8;
    background-color: #fff;
}
  
.form-block, .content-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: rgba(51, 51, 51, 0.3) 0px 4px 12px, rgba(51, 51, 51, 0.1) 0px 8px 28px, rgba(51, 51, 51, 0.1) 0px 12px 40px!important;
    color: #333;
}
  
.form-block.form-block__border, .content-block.content-block__border {
    height: auto;
    border: 1px solid #e8e8e8;
    border-radius: 0px;
    box-shadow: none;
}
  
.form-success {
    padding-top: 0px;
    background-color: transparent;
}
  
.form-control {
    width: 100%;
    height: 48px;
    margin-bottom: 6px;
    padding-right: 16px;
    padding-left: 16px;
    border: 1px solid #abb8c3!important;
    border-radius: 0px;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    font-size: 14px;
    color: #333;
}
  
.form-control:hover {
    border-color: #abb8c3;
}
  
.form-control:focus {
    color: #333;
}
  
.form-control::-webkit-input-placeholder {
    color: #d1d1d1;
    font-weight: 300;
}
  
.form-control:-ms-input-placeholder {
    color: #d1d1d1;
    font-weight: 300;
}
  
.form-control::-ms-input-placeholder {
    color: #d1d1d1;
    font-weight: 300;
}
  
.form-control::placeholder {
    color: #d1d1d1;
    font-weight: 300;
}
  
.form-error {
    padding: 0px;
    border-radius: 4px;
    background-color: transparent;
}
  
.h3-custom {
	margin-top: 24px;
    margin-bottom: 24px;
}
  
.form-column_one, .content-column_one {
    padding-right: 15px;
    padding-left: 15px;
}
  
.form-block_outer-wrap, .content-block_outer-wrap {
    width: 100%;
    height: 100%;
    padding: 30px;
}
  
.form-column_two, .content_column_two {
    padding-right: 15px;
    padding-left: 15px;
}

.f-row.row-no-col{
	padding-right: 15px;
    padding-left: 15px;
}
.form-success_check-wrap {
    display: inline-block;
    width: 100px;
    padding-bottom: 40px;
}
  
.form-success_text {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 1px;
}

.f-radio{
    display:block;
    margin-bottom:5px;
    padding-left:0!important;
}

.f-radio-input{
    margin:4px 0 0;
    margin-top:1px \9;
    line-height:normal;
    float:left;
    margin-left:-20px
}

  
@media screen and (max-width: 991px) {
    .f-wrap {
      width: 100%;
    }
  
    .form-block, .content-block {
      height: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .form-success {
      padding-bottom: 30px;
    }

    .form-column_one, .content-column_one {
      padding-right: 10px;
      padding-left: 10px;
    }
  
    .form-column_two, .content-two {
      padding-right: 10px;
      padding-left: 10px;
    }
    .f-row.row-no-col{
	    padding-right: 10px;
      padding-left: 10px;
    }
    .form-control {
      font-size: 16px;
    }
  
    .form-block_outer-wrap {
      padding-bottom: 6px;
    }
  
    .h2_align-center {
      font-weight: 500;
    }
	.f-row-col {
    flex-direction:column;
}
}
  
@media screen and (max-width: 767px) {
    .btn.btn-default {
      width: 100%;
    }
  
    .f-wrap {
      width: 100%;
      padding-right: 20px;
      padding-left: 20px;
    }
  
    .f-wrap._w-custom._w-60 {
      padding-top: 40px;
    }
  
    .form-success {
      padding-bottom: 30px;
    }
  
    .form-column_one, .content-column_one {
      padding-right: 10px;
      padding-left: 10px;
    }
  
    .form-column_two, .content-column_two {
        padding-right: 10px;
        padding-left: 10px;
    }
	.f-row.row-no-col{
	  padding-right: 10px;
    padding-left: 10px;
}
}
  
@media screen and (max-width: 479px) {
    .btn {
      display: block;
      text-align: center;
    }
  
    .btn.btn-default {
      letter-spacing: 1px;
    }
  
    .f-wrap._w-custom._w-60 {
      padding-right: 10px;
      padding-bottom: 40px;
      padding-left: 10px;
    }
  
    .f-wrap._w-custom.w60-60 {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  
    .h3-custom {
      font-size: 16px;
    }
  
    .h3-custom.h3-custom_form-title-first {
      margin-top: 6px;
      font-size: 16px;
    }
  
    .form-block_outer-wrap, .content-block_outer-wrap {
      padding-top: 20px;
      padding-right: 16px;
      padding-left: 16px;
    }
  
    .h2_align-center {
      font-size: 24px;
      text-align: center;
    }
}

@media screen and (min-width: 1200px) {
    .f-col-6 {
        width:50%;
    }
	  .f-col-2{
		    width: 10%;
	  }
	  .f-col-10{
		    width: 90%;
	  }
    .f-col-3 {
        width: 25%;
    }
    .f-col-4 {
        width: 33.33333%;
    }
    .form-text{
        margin-bottom: 20px;
    }
    .form-text_2{
        padding-left: 0px;
    }
}


/* TOP HEADER */

#top-header .container{
    display: flex;
    justify-content: right;
}

.sub-menu{
	width:260px!important;
}

.sub-menu li, .sub-menu li a{
	width:100%!important;
}

.menu-item-411, .menu-item-412 {
	background-color: #2556b5;
}

.menu-item-411 a, .menu-item-412 a {
	color: #f7f7f7!important;
}

#top-header.et-fixed-header{
	background-color: #f7f7f7!important;
}

#top-menu > li:hover > a {
    color:#00cc99!important;
    opacity: 1!important;
}

#top-menu .sub-menu > li:hover > a {
    color:#00cc99!important;
    background-color:none!important;
    opacity: 1!important;
}

#top-header {
    background-color: #f7f7f7!important;
    color:#f7f7f7!important;
	font-size: 16px;
}


/* FLOATING CONTACT */

#menu-social-floating{
	color: #000;
	box-sizing: border-box;
	display: flex;
	font-size: 15px;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4px;
	list-style: none;
	flex-direction: column;
	z-index: 9;
	position: fixed;
	top: 250px;
	right: 0;
	margin: 0;
	padding: 0;
 }
#menu-social-floating li{
	color: #000;
	font-size: 15px;
	list-style: none;
	box-sizing: border-box;
	height: 50px;
	margin: 0;
	padding: 0;
	width: 50px;
	position: relative;
}
#menu-social-floating li a{
	border-radius: 4px 0px 0px 4px;
	font-size: 15px;
	list-style: none;
	box-sizing: border-box;
	text-decoration: none;
	display: flex;
	line-height: 50px;
	transition: all .5s ease 0s;
	position: absolute;
	right: -280px;
	color: #fff;
	text-align: left;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
}
#menu-social-floating li a.anrufenflat{
	background: #00cc99;
}

#menu-social-floating li a.whatsappflat{
	background: #25D366;
}

#menu-social-floating li a.mailenflat{
	background: #6d6e71;
}
#menu-social-floating li a.googleflat{
	background: #fff;
}

#menu-social-floating li a.campingflat {
	background: #00cc99;
}

#menu-social-floating li a span{
	list-style: none;
	color: #fff;
	text-align: left;
	box-sizing: border-box;
	font-weight: bold;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 280px;
	display: block;
	order: 2;
	padding-right: 10px;
}

#menu-social-floating li a.googleflat span{
	background: #fff;
	color: #434343;
}

#menu-social-floating li a i {
	box-sizing: border-box;
	display: flex;
	justify-content:center;
	align-items:center;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	width: 50px;
	order: 1;
}

#menu-social-floating li a svg {
	margin:auto;
	width:30px;
	height: 30px;
}

#menu-social-floating li a:hover{
	right:0;
}

#top-menu li.current-menu-item>a {
	color: #00cc99!important;
}

/* FOOTER */

.bottom-footer-wrap{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
}
.bottom-footer-credits{
	font-size:12px;
	font-weight:normal;
}
.bottom-footer-menu{
	font-size:12px;
	font-weight:normal;
	display:flex;
	gap:18px;
}

.bottom-footer-menu a, .bottom-footer-credits a {
	color: #00cc99!important;
	font-weight:600;
}

.bottom-footer-menu a:hover, .bottom-footer-credits a:hover {
	text-decoration:underline;
}

.footer-bottom-info{
	margin-top:16px;
	margin-bottom:16px;
	font-size:10px;
	font-weight:normal;
	text-align: justify;
}

#footer-bottom .container{
	width:100%;
}

.fhzg-filter-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fhzg-filter {
	padding:6px;
	width: 50%;
}

@media (max-width: 1080px) {
  .bottom-footer-wrap {
	  flex-direction: column-reverse;
      gap:12px;
  }
}

/* Screen Size Adjustments */

@media only screen and (min-width: 982px) {
	.et-fixed-header #top-menu .menu-item:nth-child(1) li:nth-child(2) a, .et-fixed-header #top-menu .menu-item:nth-child(1) li:nth-child(3) a {
		color:#f7f7f7!important;
	}
	.et-fixed-header #top-menu .menu-item:nth-child(1) li:nth-child(2):hover a, .et-fixed-header #top-menu .menu-item:nth-child(1) li:nth-child(3):hover a {
		color:#00cc99!important;
	}
}


@media (max-width: 1070px)/* Hier Wert anpassen */ {
    #et_mobile_nav_menu {
       display: block !important;
    } 
    #top-menu {
       display: none;
    }
}

@media all and (max-width: 1700px) {
	.fhzg-filter {
		width: 25%;
	}
	#main-header-start{
		display:flex;
		flex-direction:column-reverse!important;
	}
	.header-col-1{
		display:flex;
		flex-direction:column!important;
		flex-wrap:nowrap;
		width:100%!important;
	}
	.header-col-2{
		width:100%!important;
	}
	.header-col-1 > div:nth-child(1){
		width:100%!important;
	}
	.header-col-1 > div:nth-child(2){
		width:100%!important;
		margin-top:18px;
		margin-bottom:48px!important;
	}
}

@media all and (max-width: 1200px) {
	.fhzg-filter {
		width: 33.33%;
	}
}

@media screen and (max-width: 980px) {
    .col-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 920px) {
	.bottom-footer-wrap{
		flex-direction: column-reverse;
		align-items:center;
		text-align:center;
	}
	.bottom-footer-menu{
		margin-bottom:16px;
}
}

@media all and (max-width: 1200px) {
	#footer-cols .et_pb_column {
		width:100%!important;
	}

	#footer-cols .footer-cols-text h2, #footer-cols .footer-cols-text p, .footer-cols-heading h2 {
		text-align:center!important;
	}
	#footer-cols .footer-cols-text, .footer-cols-map {
		margin-bottom:24px!important;
	}
}

@media all and (min-width: 981px) and (max-width: 1420px) {
	.filter-buttons-wrapper {
	   display: flex!important;
	   flex-wrap: wrap!important;
	}
	.filter-buttons-wrapper .et_pb_column {
		width: 25%!important;
	 }
}

@media all and (min-width: 765px) and (max-width: 980px) {
	
	.fhzg-filter {
		width: 50%;
	}
	.filter-buttons-wrapper {
	   display: flex!important;
	   flex-wrap: wrap!important;
	}
	.filter-buttons-wrapper .et_pb_column {
		width: 33.33%!important;
	 }
}

@media all and (min-width: 520px) and (max-width: 764px) {
	
	.fhzg-filter {
		width: 50%;
	}
	.filter-buttons-wrapper .et_pb_column {
	   width:50%!important;
	}
}

@media all and (max-width: 520px) {
	
	.fhzg-filter {
		width: 100%;
	}
	.filter-buttons-wrapper .et_pb_column {
	   width:100%!important;
	}
}

.footer-cols-heading {
	margin-bottom:0px!important;
 }