@media only screen and (max-width: 1500px) {
    .content-sec::before, .content-sec::after{
        width: 200px;
    }
}

@media only screen and (max-width: 1440px) {

	#nav-main>ul>li:last-child:hover>ul,
	#nav-main>ul>li.sfHover:last-child>ul {
		left: auto !important;
		margin: 0 !important;
		right: 0;
	}
}

@media only screen and (max-width: 1400px) {
    .content-sec::before{
        width: 140px;
    }
    .content-sec::after{
        width: 160px;
    }
}

@media only screen and (max-width: 1300px) {
    .content-sec::before{
        width: 95px;
    }
    .content-sec::after{
        width: 125px;
    }
    .excerpt-wrap-bg2{
        width: 185px;
    }
}

@media only screen and (max-width: 1200px) {

	#header,
	#content,
	.page-template-contact #content-wrap,
	#fat-footer,
	#footer {
		width: 100%;
	}

	#nav-main>ul>li>a {
		font-size: 17px;
		padding: 20px 15px;
	}

	#recensies {
		width: 100%;
	}

	#recensies .item {
		font-size: 24px;
		line-height: 30px;
	}


	#latest-news {
		width: 100%;
	}

	.home #quote,
	.home #buttons,
	.home #excerpt {
		width: 100%;
	}

	.home #quote>blockquote {
		font-size: 48px;
		letter-spacing: 10px;
		line-height: 60px;
	}

	.home #excerpt-wrap .column-wrap {
		margin: 0 auto;
		text-align: center;
	}

    .slogan-sec #content{
        top: 50%;
        transform: translate(-50%, -50%);
        padding-bottom: 0;
    }
    
	#slogan {
		margin: 0 auto 0px;
		line-height: 45px;
        font-size: 40px;
	}

	#buttons {
		margin: 20px auto;
	}

	#buttons li {
		margin: 0 1% 20px;
		width: 30%;
	}

	#buttons li:nth-child(2n+1) {
		clear: left;
	}

	#buttons h3 {
		font-size: 18px;
		line-height: 24px;
	}

	#buttons p {
		font-size: 16px;
		line-height: 20px;
	}

	#content img.size-full {
		height: auto !important;
		width: 100% !important;
	}
	.content-sec::before, .content-sec::after, .excerpt-wrap-bg2, #recensies-wrap::before{
        display: none;
    }
    .banner-title{
        font-size: 30px !important;
    }
    .banner-btn{
        font-size: 16px !important;
    }
    .banner-title::before{
        width: 215px;
        /*left: -102%;*/
    }
}

@media only screen and (max-width: 1100px) {
	#nav-main>ul>li>a {
		font-size: 16px;
		padding: 20px 10px;
	}
}

@media only screen and (min-width: 1000px) {
	#nav-main {
		display: block !important;
	}

	#nav-mobile-toggle {
		display: none !important;
	}

	#off-canvas {
		display: none !important;
	}

	#off-canvas-overlay {
		display: none !important;
	}
}

@media only screen and (max-width: 1000px) {
	body {
		font-size: 16px;
		line-height: 24px;
	}

	.pm-field,
	.label {
		font-size: 16px;
		line-height: 24px;
	}

	#nav-main {
		display: none;
	}

	#nav-top {
		display: none;
	}

	#nav-mobile-toggle {
		display: block;
	}

	#off-canvas {
		display: block;
	}

	#excerpt .column-wrap ul {
		margin-bottom: 0;
		/*text-align: center;*/
		/*list-style-type: none;*/
	}

	#post-thumbnail,
	#gmap,
	#map-verkooppunten {
		padding: 0 0 50%;
	}

	#recensies .item {
		font-size: 20px;
		line-height: 24px;
	}

	#latest-news h2 {
		font-size: 18px;
	}

	.vcard p {
		font-size: 16px;
		line-height: 24px;
	}

	#nav-footer a {
		font-size: 16px;
		line-height: 20px;
	}

	#footer {
		font-size: 14px;
		line-height: 24px;
	}

	.home #quote>blockquote {
		font-size: 36px;
		letter-spacing: 5px;
		line-height: 48px;
		padding: 20px 50px;
	}

	.home #quote>blockquote:before,
	.home #quote>blockquote:after {
		zoom: .5;
		-webkit-transform: scale(.5);
		-webkit-transform-origin: 0 0;
		-moz-transform: scale(.5);
		-moz-transform-origin: 0 0;
		-o-transform: scale(.5);
		-o-transform-origin: 0 0;
	}

	.home #quote>blockquote:after {
		bottom: -10px;
		right: -30px;
	}

	.home #content {
		/*margin: 0 0 20px;*/
		/*-webkit-column-count: 2;*/
		/*-moz-column-count: 2;*/
		/*column-count: 2;*/
	}

	.home #content p {
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		-o-column-break-inside: avoid;
		-ms-column-break-inside: avoid;
		column-break-inside: avoid;
	}

	#list-verkooppunten li {
		width: 48%;
	}

	#list-verkooppunten li:nth-child(3n+1) {
		clear: none;
	}

	#list-verkooppunten li:nth-child(3n+2) {
		margin: 0 0 20px;
	}

	#list-verkooppunten li:nth-child(2n+1) {
		clear: left;
		margin: 0 4% 20px 0;
	}


	#get-directions {
		width: 100%;
	}

	.verkooppunt-address {
		width: 30%;
	}

	.verkooppunt-contact {
		width: 50%;
	}
	.home-content-box{
	    padding: 35px;   
	}
	.banner-title{
        margin-left: 50px !important;
    }
	.banner-btn{
        margin-right: 50px !important;
    }
	.banner-title::before, .banner-btn::after{
        display: none;
    }
}

@media only screen and (max-width: 800px) {
	#latest-news h2 {
		font-size: 16px;
	}

	#recensies .item {
		font-size: 16px;
		line-height: 20px;
	}

	#logo-footer,
	#hcard {
		margin: 0 2% 20px;
		padding: 0;
		width: 46%;
	}

	#nav-footer {
		border-top: 1px solid rgba(255, 255, 255, .1);
		clear: both;
		float: none;
		padding: 20px 0 0;
		width: 100%;
	}

	.ngg-galleryoverview>.ngg-gallery-thumbnail-box,
	#content ul.seo-gallery>li,
	.portfolio .realisatie {
		width: 33.33%;
	}

	.home #quote>blockquote {
		font-size: 30px;
		letter-spacing: 0;
		line-height: 36px;
	}

	.home #excerpt {
		padding: 20px;
	}

	.home #excerpt h2 {
		font-size: 30px;
		margin: 0 0 20px;
	}

	.home #excerpt .column-wrap {
		margin: 0 auto 10px;
		display: block;
	}
	#excerpt .column-wrap ul{
        width: 100% !important;
    }

	.home #realisaties-wrap h2 {
		font-size: 30px;
		margin: 0 0 20px;
	}

	#list-verkooppunten li {
		float: none;
		margin: 0 0 20px;
		width: 100%;
	}

	#get-directions .label {
		float: none;
		margin-right: 0;
	}

	#get-directions .pm-medium {
		margin-left: 0;
		width: 80%;
	}

	#get-directions .button {
		background-image: url(../images/sprite.png);
		background-position: -115px -39px;
		background-repeat: no-repeat;
		font-size: 0;
		height: 42px;
		line-height: 0;
		width: 50px;
	}

	.page-template-contact #content {
		float: none;
		padding: 0 20px 20px;
		width: 100%;
	}

	.page-template-contact #contactform {
		float: none;
		padding: 0 20px 40px;
		width: 100%;
	}
	#buttons ul {
        justify-content: center;
        text-align: center;
    }
	#buttons li {
        width: 44%;
    }
    #recensies.owl-theme .owl-controls .owl-buttons{
        position: static !important;
        transform: none !important;
        display: flex;
        justify-content: center;    
    }
    #recensies .item{
        width: 100%;
    }
    #recensies.owl-theme .owl-controls .owl-buttons div{
        margin: 10px !important;
    }
    .banner-title{
        font-size: 20px !important;
    }
    .banner-subtitle{
        font-size: 16px !important;
    }
	.banner-btn{
        font-size: 14px !important;
    }
}


@media only screen and (max-width: 767px) {
    .home-content-box{
	    margin: 0px !important;   
	}
	#slogan {
		line-height: 35px;
        font-size: 32px;
	}
    .banner-subtitle{
        transform: translateY(15px) !important;
    }
    .banner-btn{
        transform: translateY(30px) !important;
    }
}
@media only screen and (max-width: 700px) {
	#footer>p {
		display: none;
	}

	#about-the-author {
		float: none;
	}
}

@media only screen and (max-width: 640px) {
	fieldset p {
		margin: 0 0 5px;
	}

	.pm-field,
	.label {
		display: block;
		float: none;
		width: 100% !important;
	}

	.g-recaptcha {
		float: none;
	}

	.label {
		margin: 0;
	}

	.alignleft,
	.alignright {
		clear: both;
		display: block;
		float: none !important;
		margin: 0 auto 20px !important;
	}

	#post-thumbnail {
		background: none;
		height: auto;
		padding: 0;
	}

	#post-thumbnail img {
		display: block;
		height: auto;
		width: 100%;
	}

	#gmap,
	#map-verkooppunten {
		height: 300px;
		padding: 0;
	}

	.archive .post figure {
		float: none;
		margin: 0 auto 20px;
		max-width: 360px;
		width: 100%;
	}

	.archive .post .entry-header,
	.archive .post .entry-content {
		float: none;
		width: 100%;
	}

	.home #quote>blockquote {
		font-size: 24px;
		line-height: 30px;
	}

	.home #content {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	#buttons {
		padding: 0;
	}

	#buttons h3 {
		font-size: 16px;
		line-height: 20px;
	}

	#buttons li {
		margin: 0 2% 20px;
		width: 46%;
	}

	#buttons img {
		max-width: 120px;
	}

	#buttons p {
		display: none;
	}

	.entry-thumbnail {
		display: block;
		float: none;
		margin: 0 auto 20px;
		text-align: center;
	}

	#list-verkooppunten li {
		clear: both;
		float: none;
		width: 100%;
	}

	.verkooppunt-address,
	.verkooppunt-contact {
		float: none;
		width: 100%;
	}

	/* Fresh fish of the day */
	#freshfish_title {
		text-align: center;
	}

	#freshfish_title h2 {
		font-size: 32px;
	}

	#freshfish_title h3 {
		font-size: 18px;
	}
	.banner-title{
	    transform: translate(15%, 20px) !important;   
	}
	.banner-subtitle{
	    transform: translate(85%, 30px) !important;   
	}
	.banner-btn {
        transform: translate(-195%, 75px) !important;
    }
}

@media only screen and (max-width: 480px) {
	#nav-mobile-toggle {
		border-width: 5px;
		height: 75px;
		width: 90px;
	}

	.off-canvas-visible #nav-mobile-toggle {
		right: 10%;
	}

	#off-canvas {
		border-right: 0;
		margin: 0 0 0 -100%;
		padding: 100px 0 0;
		width: 100%;
	}

	#nav-mobile a {
		font-size: 14px;
		line-height: 20px;
	}

	#nav-mobile a:before {
		background-position: -120px -45px;
		width: 40px;
	}

	#nav-mobile .home a:before {
		background-position: 0 -5px;
	}

	#nav-mobile .facebook a:before {
		background-position: -80px -5px;
	}

	#nav-mobile .phone a:before {
		background-position: -120px -5px;
	}

	#nav-mobile .login a:before {
		background-position: -40px -5px;
	}

	#recensies-wrap {
		display: none;
	}

	#latest-news {
		border-top: 5px solid #0d4786;
	}

	#logo-footer {
		float: none;
		margin: 0;
		text-align: center;
		width: 100%;
	}

	#hcard {
		float: none;
		margin: 0 auto;
		width: 90%;
	}

	#nav-footer {
		display: none;
	}

	.ngg-galleryoverview>.ngg-gallery-thumbnail-box,
	#content ul.seo-gallery>li,
	.portfolio .realisatie {
		width: 50%;
	}

	#get-directions .pm-medium {
		width: 70%;
	}
    .home-content-box{
	    padding: 20px;   
	}
	#slogan {
		line-height: 25px;
        font-size: 20px;
	}
	.banner-title{
	    transform: translate(0%, 90px) !important;
        font-size: 16px !important;  
	}
	.banner-subtitle{
	    transform: translate(50%, 90px) !important;   
	    line-height: 1 !important;
	    font-size: 14px !important;
	}
	.banner-btn {
        transform: translate(-93%, 120px) !important;
        padding: 7px !important;
    }
}

@media only screen and (max-width: 360px) {

	.ngg-galleryoverview>.ngg-gallery-thumbnail-box,
	#content ul.seo-gallery>li,
	.portfolio .realisatie {
		float: none;
		width: 100%;
	}

	.ngg-galleryoverview>.ngg-gallery-thumbnail-box>.ngg-gallery-thumbnail>a,
	#content ul.seo-gallery>li>a,
	.portfolio .realisatie>a {
		border-left: none;
	}

	.entry-thumbnail img {
		height: auto;
		width: 100%;
	}
	.banner-title{
	    /*transform: translate(0%, 90px) !important;*/
     /*   font-size: 16px !important;  */
	}
	.banner-subtitle{
	    transform: translate(45%, 90px) !important; 
	    font-size: 12px !important;
	}
	.banner-btn {
        transform: translate(-100%, 150px) !important;
    }
}