.home-hero {
	display: flex;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
	background-position-y: -80px;

	/*bottom: 40px;*/

	margin-top: 105px;
}

.home-hero-inner,
.home-hero > .row-wide > .columns {
	height: 100%;
}

.home-hero>.row-wide {
	width: 100%;
	/*max-width: 1400px;*/
}

.home-hero-inner {
	display: flex;
	justify-content: center;
	position: relative;
	flex-direction: column;
	/*padding-top: 60px;*/
	/*padding-top: 65px;*/
}

.home-hero-tagline .tagline-block {
	display: block;
	overflow: hidden;
}

.home-hero-tagline .tagline-block h1 {
	margin: 0;
}

.home-hero-tagline .tagline-block .special-font {
	font-family: "Caveat", serif;
    font-weight: 700;
    color: var(--main-blue-color);
    font-size: 2.4rem;
    margin-top: 2px;
}

.home-hero-tagline .tagline-block span {
	display: inline-block;
	letter-spacing: 0;
}

/*.home-hero-tagline-first,
.home-hero-tagline-second {
	opacity: 0;
}
*/
/*/top one/*/
.home-hero-tagline-second {
    font-weight: 700;
    letter-spacing: .5px;
    /*margin-bottom: 17px;*/
    margin-bottom: 2px;
    font-size: 1.9rem;
    line-height: 2.4rem;
}

.home-hero-tagline-first {
	/*color: #fff;*/
	font-size: 1.1rem;
	font-weight: 400;
	position: relative;
	margin-bottom: 15px;
}


.home-hero-inner-search {
	text-align: center;
	margin: 28px 0;
}

.home-hero-find {
	font-weight: 700;
}

.home-hero-tagline {
	font-weight: 600;
	text-align: center;
	/*color: #fff;*/
	color: var(--black-color);
	
	margin: 30px 0;
}

.home-hero-inner-search .button {
	padding: 6px 18px;
	font-size: 1.2rem;
}

.home-hero:before {
	/*content: "";*/
	position: absolute;
	width: 100%;
	height: 70%;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6867121848739496) 0%, rgba(0, 0, 0, 0) 100%);
	pointer-events: none;
}

.home-hero-upper {
	position: relative;
	background: #fff;
	max-width: 700px;
	border-radius: 15px;
}

.home-hero-continue {
	position: absolute;
	top: calc(100% + 40px);
	left: calc(50% - 10px);
	font-size: 2.4rem;
	background: none !important;
	color: #E38F11;
	z-index: 1;
	-webkit-transition: transform 200ms ease-out;
	-moz-transition: transform 200ms ease-out;
	-ms-transition: transform 200ms ease-out;
	-o-transition: transform 200ms ease-out;
	transition: transform 200ms ease-out;
}

.home-hero-continue:focus,
.home-hero-continue:hover {
	color: #fff;
	transform: translateY(5px);
}

.number-one {
	display: block;
	margin-bottom: 7px;
}

.tap-buttons {
	/*margin-top: 30px;*/
	/*margin-top: 10px;*/
	width: 100%; 
	/*margin-bottom: 20px;*/
	
}

.tap-buttons .button.onetap {

		/*margin-top: 15px;*/
	/*margin-bottom: 15px;*/
	/*margin-bottom: 15px;*/
    /*background: none;*/
    /*border: 1px solid var(--black-color);*/
/*    border: 1px solid #818494;
    color: var(--main-blue-color);*/
}

.tap-buttons .button.mb-15 {
	margin-bottom: 15px;
}

.tap-buttons.show-for-small-only span {
    max-width: 200px;
    display: block;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

.tap-buttons.show-for-small-only span i {
	position: absolute;
	right: 0;
	top: 2.15px;
}

section.top-section {
	padding-top: 65px;
}

/*.tap-buttons .button.onetap:hover,
.tap-buttons .button.onetap:focus {
	background: var(--light-blue-color);
	color: #fff;

}*/

/*.tap-buttons .button.twotap {background: var(--main-blue-color);}*/

/*.tap-buttons .button.twotap:hover,
.tap-buttons .button.twotap:focus {
	background: var(--light-blue-color);
}*/

.tap-buttons .button {
	width: 100%; 
	max-width: 380px;
	display: block;
	margin: 0 auto;
	padding: 16px;
}

.tap-buttons .button.threetap {
	/*background: linear-gradient(0deg, #47A3FF, #53a4f7);*/

}

.tap-buttons .button.fourtap {
	/*background: linear-gradient(0deg, #e865cc, #e88bd4);*/
	/*margin-bottom: 15px;*/
}

@media screen and (min-width: 700px) {
	.home-hero {
		/*height: 720px;
		height: 520px;*/
		height: auto;
		margin-bottom: 0;
		/*background-position-x: 70%;*/
		background-position-y: 60%
	}

	.home-hero-upper {
		margin: 0 auto;
		padding: 40px;
		margin: 0 auto;
        width: 100%
	}
	.home-hero-lower-link {
		font-size: 1.5rem;
	}
	.home-hero-lower-link span {
		display: block;
	}

	.home-hero-tagline .tagline-block .special-font {
	    font-size: 3rem;
	    margin-top: 2px;
	}

	.home-hero-inner {
		justify-content: normal;
		padding: 40px;
	}



	.home-hero-tagline { margin:0;}

	.home-hero-tagline-second {
		/*margin-bottom: 0;*/
		font-size: 1.5rem;
		/*line-height: */
	}

	.home-hero-tagline-first {
		/*margin-bottom: 22px;*/
		margin-bottom: 4px;

	}	
	.home-hero-tagline-first br {
		display: none;
	}


}

.desktop-buttons {
	display: none;     
	margin-top: 40px;
    width: 100%;
    /*display: none;*/
    align-items: baseline;}



.mobile-block {
	display: block;
}
@media screen and (min-width: 768px) {
	.mobile-block {display: inline;}
	.home-hero {
		/*margin-top: 40px;*/
		margin-top: 70px;

		background: url(/wp-content/themes/yourtc/images/dunes-view3.png);
        background-repeat: no-repeat;
        background-size: cover;
		
	}
	.home-hero>.row-wide {
		/*background-image: url(/wp-content/themes/yourtc/images/michigan.svg);*/
	    background-repeat: no-repeat;
	    background-position: bottom;
	    /*background-size: 42%;*/
	}

	.home-hero-tagline {
		text-align: left;
	}

	.desktop-buttons {
		display: flex;
	}
	.desktop-buttons .onetap {margin-right: 6px;}
	.desktop-buttons .twotap {margin-left: 6px;}
	.tap-buttons .button.onetap {
		margin-bottom: 0;
		margin-top: 0;
	}

}

@media screen and (min-width: 1025px) {
	.home-hero-upper {
		margin-bottom: 0px;
		/*add padding back and change to .home-hero-inner to justify-content: flex-end;*/
		    /*max-width: 680px;*/
		    max-width: 710px;
		    padding: 45px;
		    border-radius: 15px;
		    margin: 0;
		    /*box-shadow: 0 0 10px #d9d9d7;*/

		    margin: 0 auto;
	}

	.home-hero>.row-wide {
		/*background-position: right;*/
		/*background-size: 67%;*/
        /*background-position: 146%;		*/
        /*background-position: right 2% center;*/
        background-position: right -62% center;

	}

	.home-hero-inner {
		/*padding-top: 0;*/
		justify-content: center;
	}
	.home-hero-tagline-second {
		font-size: 2.7rem;
		line-height: 1.2;
		margin-bottom: 7px;
		/*font-weight: 600;*/
	}
	.home-hero-tagline-first {
		font-size: 1.2rem;
		/*margin-bottom: 20px;*/
		margin-bottom: 8px;
		/*letter-spacing: 6px;*/
	}

	.home-hero {
		/*height: 900px;*/
		height: 605px;
		/*margin-top: 127px;*/
		/*margin-top: 101px;*/
		margin-top: 89px;
	}

/*	.home-hero-tagline-second {
	    font-weight: 700;
	    letter-spacing: .5px;
	    margin-bottom: 8px;
	}*/

	.home-hero-tagline-first {

	}


}

@media screen and (min-width: 1025px) and (max-height: 820px) {
	.home-hero {
		/*height: 640px;*/
		/*height: 485px;*/
		height: 455px;

		/*these 2 below (remove 151), the bg needs to be added back home hero row wide 260 and remove the new img stuff added before and 289 margin*/
		/*height: auto;*/
		
		/*also padding from these two section.top-section and bottom 40px was removed*/

		/*also the below*/

		/*margin-top: 104px;*/
		margin-top: 90px;
	}

	.home-hero>.row-wide {
			background-size: 49%;
        background-position: right 2% center;
     }
	.home-hero-tagline-second {
	 	font-size: 2.5rem;
	}
	.home-hero-upper {
		padding: 35px;
	}
	.top-section.pb-desktop {
		padding-top: 55px;
	}
	.desktop-buttons {
		margin-top: 35px;
	}



	.tap-buttons .button {

	    padding: 14px;
	    font-size: 1rem;
	}

}

.home-hero-search-input {
	font-weight: 400;
	font-size: 1rem;
	border-bottom: 1px solid var(--black-color);
}



.home-hero-search-input.error {
	border-bottom: 1px solid red;
}

.home-hero-inner-search {
	display: flex;
	position: relative;
	/*max-width: 500px;*/
	margin: 0 auto;
}

.home-hero-inner-search label {
	/*font-size: 0.8rem;*/
	font-size: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 10px;
    pointer-events: none;

    pointer-events: none;
    transition: all 200ms ease-out;

    color: var(--black-color);
    font-weight: 700;
    letter-spacing: .5px;
}

input:focus:not([type='checkbox']) ~ label, 
textarea:focus ~ label, input.active ~ label, 
textarea.active ~ label, 
select.active ~ label {
    padding-left: 0;
    line-height: 0;
    top: -13px;
    font-size: 0.7rem;
}

.home-hero-inner-search-container {
    text-align: center;
    margin: 25px 0;
    background: #fff;
    /*max-width: 528px;*/
    padding: 12px 10px;
    /*padding: 20px 10px;*/
    border-radius: 5px;
    margin: 0 auto;
}

button.home-hero-search-submit i {
	padding-top: 2px;
    padding-left: 2px;
}

button.home-hero-search-submit {
	color: #fff;

	margin-left: 10px;

	font-size: 0.94rem;
    display: inline-block;

    padding: 0;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 9px;
    /*background: var(--main-blue-color);*/
    background: none;
	color: var(--black-color);
    letter-spacing: normal;
    width: 35px;
    height: 35px;
    max-width: 35px;
    width: 100%;
    margin-top: 5px;

}

button.home-hero-search-submit:focus,
button.home-hero-search-submit:hover {
	background: #fff;
	color: var(--main-blue-color);
	border: 1px solid var(--main-blue-color);
}

.video-container {
	height: 100%;
	width: 100%;
}

.home-hero-video-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.video-container video {
	object-fit: cover;
}

.home-main {
	position: relative;
	/*background: rgb(255,255,255);*/
	/*background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(248,247,244,1) 37%);*/
	/*padding-bottom: 90px;*/
}

.home-main-container {
	position: relative;
	/*max-width: 1000px;*/
	margin: 0 auto;
}

.home-main-upper img {
	margin-bottom: 35px;
}


.home-main-content {
	margin-bottom: 30px;
}

.home h2 {
	font-size: 1.8rem;
	margin-bottom: 20px;
	font-weight: 700;

	/*position: relative;*/
}

/*.home h2:after {
	content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #e31717;
    left: .775rem;
    margin-top: .4375rem;
}*/

@media screen and (min-width: 700px) {

	button.home-hero-search-submit {
		margin-left: 15px;
		font-size: 1.34rem;
	    border-radius: 50%;
	    margin-bottom: 0px;
	    margin-top: 6px;
	    margin-left: 15px;
	}

	.home-hero-inner-search-container {
		padding: 8px 0px;
	    border-radius: 5px;
	    margin: 0 auto;
	}
	.home-hero-inner-search label {
		font-size: .9rem;
	}

	.home h2 {
		font-size: 1.6rem;
		margin-bottom: 15px;

		/*position: relative;*/
	}

}
@media screen and (min-width: 1025px) {



	.home-hero-inner-search-container {
		/*padding: 25px 20px;*/
		padding: 10px 0px;
	}

	button.home-hero-search-submit {
		width: 50px;
		height: 50px;
		max-width: 50px;
		width: 100%;
		margin-top: 0;
	}

}

.body-section-newsletter {
	/*background-image: url(images/state.webp);    */
    background-position: center center;
    background-size: cover;
}
.body-section-newsletter {text-align: center;
	padding: 100px 0;
	background-image: url(../images/state.webp); 
	position: relative;
}
.body-section-newsletter .newsletter-cover{background-color: transparent;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;

    background-image: linear-gradient(180deg, #008285 25%, #242122 75%);
    opacity: 0.75;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.newsletter-middle {
	    display: flex
;
    margin-right: auto;
    margin-left: auto;
    position: relative;

}
.newsletter-cover h2 {color: #fff}
.newsletter-cover p {color: #fff}


main {
	/*padding-top: 0;*/
	padding: 0;
	min-height: auto;
}


.pb-desktop {
	padding: 40px 0;
}


.pd-10 {
	padding: 0;
}

.p-relative {
	position: relative;
}

#services {
	/*padding-top: 20px;*/
}


.circle-div {
    position: absolute;
    bottom: -305px;
    right: -68px;
    max-width: 253px;
    z-index: -1;
    filter: blur(2rem);

}


.circle-div img {
	width: 100%;
}

@media (min-width: 768px) {


	.circle-div {
	    top: -110px;
	    left: -85px;
	    max-width: 300px;
	}

	.desktop-buttons.tap-buttons2 {
		margin-top: 14px;
	}

}



.bg-corner {
	/*margin: 0 13px;*/
    max-width: 1265px;
    margin: 0 auto;
    padding: 0 30px;
}

.bg-corner-outer {
	background: #E8F2FF;
    padding: 40px 0;
    border-radius: 1rem;
}

#main .bg-corner-outer {
	color: #f9f9f9;
}


@media (min-width: 1024px) {
	.bg-corner-outer {padding-left: 40px; padding-right: 40px}
}
@media (min-width: 1350px) {
	.bg-corner {
		padding: 0;
	}
}

.services-area:last-of-type {margin-bottom: 0}
.services-area.mb-0 {margin-bottom: 0}
.services-area {
	margin-bottom: 30px;
}


.services-area.wide-6 {
	width: 49%
}

.services-area.wide-33 {
	width: 24%
}

.services-area.wide-12 {
	width: 100%;
	margin-left: 0;
	margin-right: 0;

	height: 350px;
	overflow: hidden;
}

.wide-12 .serv-hold {
	height: 350px;
}

.padding-adjust {
	padding: 0 30px;
}

.home-hero .columns {
	/*padding: 0 20px;*/
}

.gray-homebg {
	    /*background-color: #f5f8fa;*/
	    background-color: #f6f9ff;
}

/*.services-area {padding: 0;}*/

.services-hold {
    position: relative;
    line-height: 0;
    overflow: hidden;
    border-radius: 1rem;

}
.serv-hold-middle {
	/*margin: 0 5px;*/
}

.serv-photo {position: relative; background: #fff;}
.serv-photo:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    left: 0;

     background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0) 35%); 
     /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0) 100%); */
    /*background: linear-gradient(0deg, rgb(46 61 64 / 92%) 0%, rgba(0, 0, 0, 0) 100%);*/
    pointer-events: none;

  }

  .noimgblur .serv-photo:after {display: none;}

.outdoors-home .shadow-box {box-shadow: none;}
.outdoors-home .serv-smallp {
	font-size: 1.4rem;
}
.outdoors-home .serv-photo {
	padding: 13px;

}
.outdoors-home .serv-photo img {
	border-radius: 1rem;
}

.outdoors-home .border-div {
	border: none;
}

.services-hold .serv-photo img, 
.services-hold .serv-area {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.services-hold .serv-photo img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: 100%;
}

.services-hold:hover .serv-photo img,
.services-hold:focus .serv-photo img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.wide-12 .services-hold:hover .serv-photo img,
.wide-12 .services-hold:focus .serv-photo img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.services-hold:hover .serv-text p,
.services-hold:focus .serv-text p{background: linear-gradient(0deg, #0080ff, #47A3FF); color: #fff;}

.services-hold:hover .serv-text p i,
.services-hold:focus .serv-text p i {
	color: #fff;
}

.services-hold .serv-area {
    background: var(--color-primary);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    /*opacity: 0;*/
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.services-hold .serv-area {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.serv-img img {
    max-width: 30% !important;
    padding-bottom: 15px;
}



.serv-text p {
    color: #fff;
    text-align: left;
    font-weight: 600;
    letter-spacing: .5px;
    /*backdrop-filter: blur(.25rem);*/
    /*background: #ffffff40;*/
    background: #fff;
    padding: 9px 19px;
    width: fit-content;
    /*border-radius: 1rem;*/
    border-radius: 2.6em;
    color: #fff;
    color: var(--black-color);

    font-size: .9rem;

    margin-left: 32px;

}
.serv-text p i {color: var(--main-blue-color); }
.serv-wrap {
    display: table;
    height: 100%;
    width: 100%;
}

.serv-hold {
    display: table-cell;
    height: 100%;
    vertical-align: bottom;
}

.more-services {
    text-align: center;
}

.slider-three .three-slider-single {
    float: left;
    width: 33.3%;
}
.serv-smallp {
    font-size: 1.1rem;
    margin-bottom: 5px;
    padding: 12px 2px;
    font-weight: 500;
    letter-spacing: 1px;
}

.text-views .services-hold {
	border-radius: 1rem 1rem 0 0;
}

.text-views .serv-smallp {
	padding: 0;
	margin-bottom: 5px;
}

.text-views span {
	font-size: .9rem;
}

.text-views a {text-decoration: none; color: var(--black-color); font-weight: 400;}
.text-views a:hover .border-div,
.text-views a:focus .border-div {background: #f6f9ff; border: none;}

.border-div {
	background: #fff;
	border: 1px solid #cfcaca;
    border-radius: 0 0 1rem 1rem;
    padding: 15px;
}

.border-div i {
	color: var(--main-blue-color);
}

.view-button {
	padding: 15px 23px;
    font-size: 1rem;
    font-weight: 500;
    text-transform: none;
    display: block;
    /*background: var(--dark-blue-color);*/
    background: none;
    border: 1px solid var(--black-color);
    color: var(--black-color);
}

.view-button:hover,
.view-button:focus {
	 /*background: var(--light-blue-color);*/
	 background: var(--black-color);
}


.see-more-btns {
	display: block;
	 margin: 0 auto; 
	 margin-top: 30px; max-width: 375px; 
	/*color: #fff !important;*/
}


/*.see-more-btns.see-more-one {
	background: var(--main-blue-color); 
}

.see-more-btns.see-more-one:hover, .see-more-btns.see-more-one:focus {
    background: var(--light-blue-color);

  }*/
/*.see-more-btns.see-more-two {
	background: none;
	border: 1px solid #818494;
	color: var(--main-blue-color);
}
*/
/*.see-more-btns.see-more-two:hover, 
.see-more-btns.see-more-two:focus {
	background: var(--light-blue-color);
	color: #fff;
}
*/

.home-feat-food .three-slider-single {
	/*padding: 0 10px;*/
	margin-bottom: 30px;
}
.home-feat-food .three-slider-single:last-of-type {
	margin-bottom: 0;
}
  
/*process page*/

.process-div {
	padding: 50px 0px;
	border-radius: 1rem;
	/*margin-bottom: 25px;*/
}

/*.process-div .small-12 {padding: 0;}*/

.process-first {padding-top: 0;}

.process-steps p {
	margin-bottom: 20px;
}

.process-steps .button {width: 100%;}

.process-img img {
	border-radius: 1rem;
	margin-bottom: 12px;
	box-shadow: 0 0 20px #d9d9d7;
}

.process-div.div-even {
	background: #f9f8f8;
}

.process-div h2 {margin-bottom: 12px;}
.process-div h3 {
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
	.process-div .row {
	    display: flex;
	    align-items: center; /* Centers content vertically */
	}

	.text-column {
	    display: flex;
	    flex-direction: column;
	    justify-content: center; /* Ensures the text is centered within the column */
	    height: 100%; /* Makes sure it takes full height */
	}

}
@media screen and (min-width: 1025px) {
	.process-div {
		/*padding: 75px;*/
	}

	.process-div.div-even {
		padding: 75px 0;
	}
	.process-img img {
		margin-bottom: 0;
	}
	.process-div h2 {margin-bottom: 20px;}

	.float-first {float: right;}
}

/*.process-img {position: relative;}
.process-img img {border-radius: 1rem;}
.process-img:after {
 position: absolute;
    content: '';
    width: 130px;
    height: 130px;
    left: -5px;
    bottom: 4px;
    background: var(--light-blue-color);
    z-index: -1;
    border-radius: 0 0 0 1rem;

    width: 100%;
    height: 100%;
    left: -10px;
    bottom: -2px;
    background: var(--light-blue-color);
    z-index: -1;
    border-radius: 1rem;

}


.process-steps p {
	font-weight: 400;
}

.process-steps p:last-of-type {
	margin-bottom: 0;
}
*/

#placetogo {padding: 20px 0 0;}

#placetogo h2 {
	text-align: center;
    font-family: "Caveat", serif;
    font-weight: 700;
    color: var(--main-blue-color);
    font-size: 3rem;
    letter-spacing: -2px;
    margin-bottom: 0;
}

#placetogo h2 a {text-decoration: none; font-size: 2.3rem;}

#placetogo h2 span {display: block;}

.outdoors-area .right-figure {padding: 13px;}
.outdoors-area .right-figure img {border-radius: 1rem;}
.outdoors-area .food-single-body {padding-top: 0;}
.outdoors-area .food-single-body h3 {font-size: 1.4rem;}
.outdoors-area .food-single-body h3 i {margin-left: 2px;}
@media (min-width: 768px) {

	#placetogo {padding: 40px 0;}
	#placetogo h2, #placetogo h2 a {font-size: 3.3rem;}
	#placetogo h2 span {display: inline;}
	.home-hero .columns {
		/*padding: 0 20px;*/
	}

	.see-more-btns {
		margin-top: 30px;
	}


  .services-area {
  	margin-bottom: 0;
  	padding: 0 10px;
  }

  /*.process-steps .button {max-width: 240px;}*/




  
/*.no-padding-left {
	padding-left: 0 !important;
}

.no-padding-right {
	padding-right: 0 !important;
}*/

	  .view-button {
		padding: 10px 30px;
		display: inline-block;
	    /*font-size: 14px;*/
	}
	#services {
		/*padding-top: 70px;*/
	}
	.home-feat-food .three-slider-single {
		margin-bottom: 0;
		padding: 0 10px;
	}
	.padding-adjust {
		padding: 0 20px;
	}

	.pad-10 {
		padding: 0 10px;
	}

	#services {
	/*padding-top: 55px;*/
	}

	.pb-desktop {
		padding: 40px 0;
	}

	section.top-section {
		padding-top: 80px;
	}
/*	section.top-section {
		padding-top: 0px;
	}*/

}


