/* CSS Document */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #EAEAEA;margin:0 0 25px 0;padding:0; clear:both;}input[type=text],input[type=button],input[type=submit],input[type=password],select{vertical-align:middle}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}

html.mx_logged_in {
    margin-top: 52px !important;
}

html.mx_logged_in body{
    padding-top: 0 !important;
}

body {
margin:0;
padding:0;
color: #606060;
line-height: 1.450;
		background: url("../images/patroon3.svg");
      background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;

}

body, p, td, td p {
 font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
	font-weight: 400;
font-size: 18px;
	font-style: normal;
}

@font-face {
	font-display: swap;
    font-family: 'Fashion Fetish';
    src: url('../fonts/FashionFetish.eot');
    src: url('../fonts/FashionFetish.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FashionFetish.woff2') format('woff2'),
        url('../fonts/FashionFetish.woff') format('woff'),
        url('../fonts/FashionFetish.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, p, ul {
margin-bottom:30px;
}

h1 {
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
font-size:40px;
color: #041612;
}

h1::after {
display:block;
content:"";
background-color:#C5C2BE;
width:80px;
height:1px;
}

h1[style*="center"]::after, h5[style*="center"]::after, #projectwrapper h5::after  {
margin:0 auto;
}

h2 {
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
font-size:27px;
line-height:100%;
color: #041612;
margin-bottom:25px;
}

h3 {
	  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
font-size: 19px;
color:#0e544d;

}

h2 a.button {
float:right;
margin:0 0 25px 0;
}

h5 {
font-weight: normal;
font-size:30px;
color:#333333;
}

h5::after {
display:block;
content:"";
background-color:#041612;
width:80px;
height:1px;
}

*:active, *:focus { 
outline: 0; 
} 

a {
color:#297b79;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

b, strong {
font-weight:600;
} 

blockquote {
	 border-left: solid 6px #c6ae71;
    font-style: italic;
    padding: 25px;
    color: #606060;
    border-radius: 17px;
  
    background-color: #f7f6f0;
    margin-bottom: 40px;
}

blockquote ul {
padding-left:15px;
}

#sfeer {
    overflow: hidden;
}
#sfeer img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.mx_buttons {
z-index:999;
position:relative;
background-color: transparent !important;
}

table {
margin-bottom:30px;
max-width:100% !important;
height:auto!important;
width:100%;
display:block;
clear:both;
float:none !important;
}

table tr, table td{
width:auto !important;
height:auto !important;
vertical-align:top;
}



input[type=text], input[type=email],input[type=button],input[type=submit],input[type=password], textarea {
-webkit-appearance: none;
font-family: 'Raleway', sans-serif;
font-size: 16px;
height:35px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-khtml-border-radius: 0;
border-radius: 0;
padding:0 7px;
border:solid 1px #CCCCCC;
transition: all 0.9s ease;
}

#mx_contact_form input {
border-top:none;
border-left:none;
border-right:none;
}

#mx_contact_form label {
text-transform:uppercase;
letter-spacing:1px;
font-size:16px;
}

input[type=text]:focus, input[type=email]:focus,input[type=password]:focus, textarea:focus {
border-color:#888888;
}

textarea {
height:200px;
padding: 7px;
}

input[type=submit] {
background-color:#989F9D;
color:#FFFFFF;
text-transform:uppercase;
font-size:14px;
line-height:100%;
height:40px;
padding:0 20px;
letter-spacing:1px;
border: none;
-webkit-border-radius: 0;
-moz-border-radius:0;
-khtml-border-radius:0;
border-radius: 0;
cursor:pointer;
}

a.button {
display:inline-block;
font-family: 'Raleway', sans-serif;
background-color:#989F9D;
color:#FFFFFF;
text-transform:uppercase;
font-size:14px;
line-height:100%;
padding:13px 20px;
letter-spacing:1px;
border: none;
text-decoration:none;
}

#content img[style*="left"], #content img[align="left"] { margin: 0 35px 10px 0; }
#content img[style*="right"], #content img[align="right"] { margin: 0 0 10px 35px; }

#content img {
max-width:100%;
height:auto;
}

#content ul {
  list-style: none;
  padding: 0;
  margin: 1em 0;
}

#content ul li {
  position: relative;
  padding: 1em 1em 1em 1em;
  margin-bottom: 1em;
  background-color: #f9f9f9;
  border-left: 4px solid #c6ae71;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease;
}
#content ul li h1, ul li h2, ul li h3, ul li h4, ul li h5, ul li h6, ul li p, ul li 
    {margin-bottom:0px;}


/*#content ul li::before {
  content: "✓";
  position: absolute;
  left: 1em;
  top: 1.2em;
  font-size: 1.2em;
  color: #7abf7e;
  font-weight: bold;
}*/

/*#content ul li:hover {
  background-color: #eef9ef;
}*/


img.rond {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-khtml-border-radius: 100%;
border-radius: 100%;
}

ul.groen, ul.rood {
list-style-type:none;
padding:0;
margin:0;
padding-bottom:30px;
}

ul.rood li, ul.groen li {
padding:6px 0;
}

ul.rood li:before, ul.groen li:before {
display:inline-block;
width:18px;
height:18px;
margin-right:8px;
text-align:center;
line-height:18px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
-khtml-border-radius: 12px;
border-radius: 12px;
font-family:"FontAwesome";
content:"\f12a";
color:#ABB2C4;
border: solid 1px #ABB2C4;
opacity:0;
transition: all 0.9s ease;
transition-delay:2.3s;
}

ul.rood li:nth-of-type(1):before, ul.groen li:nth-of-type(1):before {
transition-delay:0.2s;
}

ul.rood li:nth-of-type(2):before, ul.groen li:nth-of-type(2):before {
transition-delay:0.5s;
}

ul.rood li:nth-of-type(3):before, ul.groen li:nth-of-type(3):before {
transition-delay:0.8s;
}

ul.rood li:nth-of-type(4):before, ul.groen li:nth-of-type(4):before {
transition-delay:1.1s;
}

ul.rood li:nth-of-type(5):before, ul.groen li:nth-of-type(5):before {
transition-delay:1.4s;
}

ul.rood li:nth-of-type(6):before, ul.groen li:nth-of-type(6):before {
transition-delay:1.7s;
}

ul.rood li:nth-of-type(7):before, ul.groen li:nth-of-type(7):before {
transition-delay:2s;
}

ul.groen li:before {
content:"\f00c";
color:#989F9D;
border: solid 1px #989F9D;
}

ul.aos-animate li:before {
opacity:1;
}

#headerwrapper {
width:100%;
height:auto;
}

#header {
width:100%;
max-width:1240px;
padding:20px;
margin:0 auto;
padding-bottom:5px;
}

#headersocial {
float:left;
width:25%;
height:auto;
}

#headersocial a, #bottomsocial a {
display:inline-block;
color:#888888;

height:32px;
width:32px;
line-height:30px;
text-align:center;
margin-right:8px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-khtml-border-radius: 15px;
border-radius: 15px;
transition: all 0.9s ease;
}

#headersocial a:hover, #bottomsocial a:hover {
/*background-color:#F8F8F7;*/
border-color: #888888;
}

#logo {
float:left;
width:50%;
height:auto;
text-align:center;
margin-top:-5px;
}

#logo img {
width:100%;
max-width:330px;
height:auto;
padding-bottom:10px;
}

#search {
float:left;
width:25%;
height:auto;
text-align:right;
}

#mx_search_form {
position:relative;
}

#mx_search_form input {
width:100%;
max-width:250px;
height:32px;
font-size:13px;
border: solid 1px #EAEAEA;
padding:0 25px 0 8px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-khtml-border-radius: 0;
border-radius: 0;
transition: all 0.9s ease;
}

#mx_search_form input:focus {
border-color:#888888;
}

#mx_search_form button{
position: absolute;
top:7px;
right:5px;
background-color:transparent;
border:none;
color:#888888;
}

#navwrapper {
width:100%;
height:auto;
border-top: solid 1px #EAEAEA;
border-bottom: solid 1px #EAEAEA;
background-color:#FFFFFF;
z-index:999;
}

#nav {
width:100%;
max-width:1240px;
padding:0 20px;
margin:0 auto;
text-align:center;
}

#navwrapper.stick {
position:fixed;
top:0;
}

html.mx_logged_in #navwrapper.stick {
top:52px;
}

#blockswrapper {
width:100%;
height:auto;
}

#blocks {
width:100%;
max-width:1240px;
padding:0 20px;
margin:0 auto;
display: flex;
flex-wrap: wrap;
margin-top:-75px;
z-index: 10;
position: relative;
}

.block {
position:relative;
float:left;
width:32.66%;
background-color:#359792;
color:#FFFFFF;
padding:35px 20px 75px 20px;
text-align:center;
margin-right:1%;
margin-bottom:20px;
	    border-radius: 3px;
}

.block:nth-of-type(2) {
background-color:#297b79;
}

.block:nth-of-type(3) {
background-color:#c6ae71;
margin-right:0;
}

.block img {
margin-bottom:25px;
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(323deg) brightness(102%) contrast(101%);
}

.block h3::after {
display:block;
content:"";
background-color:#FFFFFF;
width:60px;
height:1px;
margin:20px auto 15px auto;
}

.block h3 {
color:#FFFFFF;
text-transform:uppercase;
font-size:19px;
letter-spacing:1px;
}

.block a {
display: inline-block;
color:#FFFFFF;
text-transform:uppercase;
font-size:14px;
letter-spacing:1px;
border: solid 1px #FFFFFF;
padding:8px 20px;
transition: all 0.7s ease;
}

.block a:hover {
text-decoration: none;
border-left-color:transparent;
border-right-color:transparent;
border-top-color:transparent;
}

.block p:last-of-type {
position:absolute;
bottom: 0;
left:0;
width:100%;
}

#footerwrapper .block {
margin-top:-25px;
padding:30px;
padding-bottom:0;
}

#footerwrapper .block a {
display:block;
border:0;
padding:0;
}

#footerwrapper .block h3:after {
display:none;
}

#contentwrapper {
width:100%;
height:auto;
}

#contentwrapper.stick #content {
margin-top:57px;
}

#content{
width:100%;
max-width:1240px;
padding: 40px 20px;
margin:0 auto;
}

.contentboven {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contentleft {
  flex: 0 0 62.66%;
  box-sizing: border-box;
}

.contentright {
  flex: 0 0 33.33%;
  box-sizing: border-box;
}

.contentright img {
  width: 100%;
  height: auto;
  display: block;
	  -webkit-mask-image: 
    linear-gradient(to right, transparent, black 20%, black 80%, transparent),
    linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
  mask-image: 
    linear-gradient(to right, transparent, black 20%, black 80%, transparent),
    linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
  -webkit-mask-composite: intersect;
  mask-composite: intersect;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media (max-width: 768px) {
  .contentleft,
  .contentright {
    flex: 0 0 100%;
  }
}

#contentimg {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
	    width: 100%;
    max-width: 1240px;
    padding: 40px 20px;
    margin: 0 auto;
}

#contentimg img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Op mobiel: 2 afbeeldingen naast elkaar */
@media (max-width: 768px) {
  #contentimg {
    grid-template-columns: repeat(2, 1fr);
  }
}


#reviewswrapper {
    width: 100%;
    height: auto;
}

#reviews1, #reviews2, #reviews3, #reviews4 {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px 40px 20px;
    margin: 0 auto;

    /* Flexbox voor gelijke hoogte */
    display: flex;
    flex-wrap: wrap;
    gap: 2%; /* vervangt margin-left bij #reviews-right */
}

#reviews-left1, #reviews-left2, #reviews-left3, #reviews-left4 {
    flex: 0 0 50%;
    padding: 40px;
    color: #606060;
    background-color: #f4faf9;
    border-radius: 3px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* optioneel */
}

#reviews-right1, #reviews-right2, #reviews-right3, #reviews-right4 {
    flex: 0 0 48%;
    background-size: cover;
    background-position: center;
    background-image: url(https://mx-5867.cdn.maxicms.nl/uploads/Block/image/1/stb4525.jpg);
	/*	  -webkit-mask-image: 
    linear-gradient(to right, transparent, black 20%, black 80%, transparent),
    linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
  mask-image: 
    linear-gradient(to right, transparent, black 20%, black 80%, transparent),
    linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
  -webkit-mask-composite: intersect;
  mask-composite: intersect;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;*/
	
}
@media screen and (max-width: 918px) {
    #reviews1, #reviews2, #reviews3, #reviews4  {
        flex-direction: column;
    }

#reviews-left1, #reviews-left2, #reviews-left3, #reviews-left4 {
        flex: 0 0 100%;
        margin-left: 0;
	
    }
	
	
 #reviews-right1, #reviews-right2, #reviews-right3, #reviews-right4 {
        flex: auto;
        margin-left: 0;
		 height: 280px;
        background-size: cover;
        background-position: center;
    }
}


#asidewrapper {
width:100%;
height:auto;
border-top: solid 1px #EAEAEA;
border-bottom: solid 1px #EAEAEA;
}

#aside{
width:100%;
max-width:1240px;
padding: 40px 20px;
margin:0 auto;
}

#footerwrapper {
width:100%;
height:auto;
    background-color: #f7f6f0;
margin-top:75px;
}

#footer {
width:100%;
max-width:1240px;
padding:0 20px;
margin:0 auto;
color:#666666;
}

#footer ul {
list-style-type:none;
margin-left:0;
padding-left:0;
}

#footer a {
color:#666666;
}

#column-1 {
float:left;
width:33.3%;
padding:20px 0;
}

#column-2 {
float:left;
width:33.3%;
padding:20px 0;
padding-left:30px;
}

#column-3 {
float:left;
width:33.3%;
padding:20px 0;
padding-left:30px;
}

#bottomwrapper {
width:100%;
height:auto;
}

#bottom {
width:100%;
max-width:1240px;
padding: 25px 20px;
margin:0 auto;
}

#bottomsocial {
float:left;
width:29%;
}

#hr {
float:left;
width:42%;
text-align:center;
position:relative;
}

#hr::before {
position:absolute;
left:50%;
top:15px;
margin-left:-160px;
display:block;
content:"";
width:320px;
background-color:#041612;
height:1px;
z-index:1;
}

#hr img {
margin-top:3px;
border-left:solid 12px #FFFFFF;
border-right:solid 12px #FFFFFF;
z-index:2;
position:relative;
}

#copyright {
 float:right;
width:29%;
text-align:right;
font-size:13px;
color:#888888;
line-height:15px;
}

#copyright a {
color:#888888;
}

.clear {
clear:both;
}

/*projecten*/

#options {
padding-bottom:30px;
text-align:center;
}

#options button {
display:inline-block; 
 border:none;
 color:#041612;
border-bottom:solid 1px #cccccc;
margin: 0 20px 15px 20px;
 background-color:transparent;
 cursor:pointer;
 padding:0;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
}

#options button:hover {
text-decoration:none;
border-bottom:solid 1px #333333;
}


#options button.is-checked {
border-bottom:solid 1px #f8bf00;
}

.grid-sizer {
width:31.3%;
}

.gutter-sizer {
width:3%;
}

.list_category_item, .project {
position:relative;
	float:left;
	width:31.3%;
	margin-bottom: 30px;
}

.project {
width:100%;
margin-bottom:10px;
}

.project img {
width:100%;
height:auto;
display:block;
}

.list_category_item .label, .project .label {
position: absolute;
bottom:25px;
left:-10px;
line-height: 19px;
background-color: #C5C2BE;
color:#FFFFFF;
text-transform:uppercase;
padding: 10px 15px 9px 15px;
transition: all 0.7s ease;
}

.list_category_item:hover .label, .project:hover .label {
background-color:#f8bf00;
}

#project-desc {
float:left;
width:30%;
padding-right:30px;
}

#project-desc #tags {
margin-bottom:20px;
}

#project-desc #tags span {
position:relative;
display:inline-block;
padding:8px 9px 7px 3px;
color:#FFFFFF;
background-color: #CCCCCC;
font-size:13px;
line-height:13px;
text-transform:uppercase;
-webkit-border-radius: 0 7px 7px 0;
-moz-border-radius:  0 7px 7px 0;
-khtml-border-radius:  0 7px 7px 0;
border-radius:  0 7px 7px 0;
margin-bottom:10px;
margin-left:14px;
margin-right:7px;
}

#project-desc #tags span:after {
right: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(204, 204, 204, 0);
border-right-color: #CCCCCC;
border-width: 13px;
margin-top: -13px;
}

#project-desc #tags span::before {
content:"\2022";
border-right: solid 2px #FFFFFF;
padding-right: 8px;
margin-right: 8px;
font-weight:bold;
}

#project-images {
float:left;
width:70%;
margin-bottom:30px;
}

/*#project-slider {
border: solid 5px #EEEEEE;
}*/

#project-slider img {
border:none;
}

#project-slider .flex-direction-nav .flex-prev {
    left: -10px !important;
	background-color:#C5C2BE;
	opacity: 1;
text-align:center;
}

#project-slider .flex-direction-nav .flex-next {
right: -10px !important;
	background-color:#C5C2BE;
	opacity: 1;
text-align:center;
padding-left:6px;
}

#project-slider .flex-direction-nav a::before {
	color:#FFFFFF;
	text-shadow:none;
	font-size:36px;
	line-height:48px;
	opacity:0.7;
	padding-right:3px;
}

#project-slider .flex-direction-nav a:hover::before {
opacity:1;
}

#project-home {
max-width:1240px;
margin:0 auto;
padding:0 10px 20px 10px;
}

#projectwrapper h5 {
text-align:center;
}

#project-home img {
border:solid 10px #FFFFFF;
}

.project .label {
left:0;
}

/* portfolio */

.portfolio-item {
width:100%;
margin-bottom:25px;
padding-bottom:25px;
border-bottom:solid 1px #EAEAEA;
}

.portfolio-item:last-child {
border-bottom:none;
}

.portfolio-img{
display:block;
float:left;
width:30%;
position:relative;
background-position:top left;
background-repeat:no-repeat;
background-size:cover;
border:solid 1px #EAEAEA;
}

.corner {
position:absolute;
left:0;
top:0;
height:100%;
width:0;
text-align:center;
font-size:24px;
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(0, 0, 0) transparent;
/* RGBa with 0.6 opacity */
background: rgba(255, 255, 255, 0.6);
transition: all 0.5s ease;
}

.corner i {
position:absolute;
display:block;
left:-10px;
top: 50%;
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
height:48px;
width:48px;
padding-top:12px;
transition: all 0.5s ease;
background-color:#C5C2BE;
color:#FFFFFF
}

.portfolio-img:hover .corner, 
.mx_news_block_image:hover .corner,
.mx_news_category_image:hover .corner {
width:100%;
height:100%;
}

.portfolio-img:hover .corner i,
.mx_news_block_image:hover .corner i,
.mx_news_category_image:hover .corner i {
left:50%;
margin-left:-24px;
}

.portfolio-description {
float:left;
width:70%;
padding-left:30px;
}

.portfolio-item p:last-of-type {
text-align:center;
margin-bottom:0;
min-height:40px;
}

#prices {
width:100%;
height:auto;
}

.price {
float:left;
width:32.66%;
height:auto;
margin-right:1%;
border:solid 1px #91BBD0;
margin-bottom:40px;
}

.price:nth-of-type(3n) {
margin-right:0;
}

.price-heading {
background-color: #91BBD0;
color:#FFFFFF;
text-transform:uppercase;
padding:10px 15px;
letter-spacing:1px;
}

.price-number {
text-align:center;
font-size:24px;
padding:15px;
}

.price-description ul {
margin:0;
padding:0;
list-style-type:none;
}

.price-description ul li {
margin:0;
padding:6px 15px;
border-top:solid 1px #EAEAEA;
list-style-type:none;
}

.price-description ul li:nth-of-type(odd){
background-color:#F9F9F9;
}

.price:nth-of-type(2) {
border:solid 1px #989F9D;
}

.price:nth-of-type(2) .price-heading {
    background-color: #989F9D;
}

.price:nth-of-type(3) {
border:solid 1px #C5C2BE;
}

.price:nth-of-type(3) .price-heading {
    background-color: #C5C2BE;
}

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

h2 {
text-align:center;
}

h2 a.button {
float:none;
display:block;
width:auto;
margin:20px auto 0 auto;
max-width:500px;
}

}

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

.list_category_item, .grid-sizer {
    width: 48.5%;
    margin-bottom: 25px;
}

}

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

h1, h2 {
font-size:30px;
}

#content img[style*="right"], #content img[align="right"] {
margin:0 auto;
float:none !important;
clear:both;
display:table;
}

#contentwrapper.stick #content{
margin-top:0;
}


#headerwrapper {
border-bottom: solid 1px #EAEAEA;
}

#search {
display:none;
}

#column-1 {
width:100%;
}

#column-2 {
width:50%;
padding-left:0;
}

#column-3 {
width:50%;
}

#bottomsocial, #copyright {
width:50%;
}

#hr {
width:100%;
 margin-top:25px
}

.portfolio-img {
width:45%;
}

.portfolio-description {
width:55%;
}

.price {
width:100%;
margin-right:0;
}

} /* end mediaquery */

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

#blocks {
margin-top:25px;
}

.block {
width:100%;
margin-right:0;
}

#blocks p:first-of-type {
font-size:16px;
}

#footerwrapper .block:nth-of-type(2), #footerwrapper .block:nth-of-type(3) {
margin-top:0;
}


} /* end mediaquery */

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

#headersocial {
display:none;
}

#logo {
width:66%;
margin-left:5%;
padding-left:10px;
padding-right:10px;
}

#logo img {
max-width:275px;
}

#column-1, #column-2, #column-3 {
width:100%;
padding-left:0;
text-align:center;
}

#footer h5::after {
margin:0 auto;
}

.portfolio-img {
width:100%;
margin-bottom:15px;
}

.portfolio-description {
width:100%;
padding-left:0;
}

.list_category_item, .grid-sizer {
    width: 100%;
    margin-bottom: 25px;
}

} /* end mediaquery */

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

#bottomsocial, #copyright {
width:100%;
text-align:center;
}

#copyright {
margin-top:25px;
}

} /* end mediaquery */