
@media screen and (max-width: 768px) {	
	.menu {
		display:none;
	}
	.mobile-menu {
		display: block;
	}
	.border-mobile-menu {
		position: relative;
		height: 45px;
		width: 100%;
		text-align: center;
	}
	.border-mobile-menu:before { 
		border-bottom: 15px double rgb(116, 116, 116);
		border-top: 5px solid rgb(116, 116, 116);
		content: "";
		position: absolute;		
		width: 40px;
		height: 5px;
		-webkit-box-sizing: initial; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: initial;    /* Firefox, other Gecko */
		box-sizing: initial;         /* Opera/IE 8+ */
		left: 0;
		margin: 10px 15px;
	}
	ul.mobile-menu-list {
		margin: 0% 15px;
		display: none;
	}
	ul.mobile-menu-list li {
		font-family: 'Quicksand', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		padding: 8px 0;
		border-bottom: 1px solid #D8D8D8;
		
	}
	ul.mobile-menu-list li a , ul.mobile-menu-list li a:hover, ul.mobile-menu-list li a:active, ul.mobile-menu-list li a:focus {
		color: #252121;
	}	
	.border--mobile-menu:before {
	  content: "";
	  position: absolute;
	  top: 0.25em;
	  left: 0;
	  width: 1em;
	  height: 0.125em;
	  border-top: 0.375em double #000;
	  border-bottom: 0.125em solid #000;
	}
	
	#content ul.nav li {
		width: 100%;
		height: 33.33%;
	}
	.table-cell h1 {
		padding: 0px;
		vertical-align: middle;
		font-size: 25px;
	}
	.table-cell hr {
		display: none;
	}
	.table-wrapper .table-cell {	
		display: none;
	}
	.table-wrapper .table-row {
		height: 100%;
	}
	.table-row .table-cell {	
		display: table-cell;
		vertical-align: middle;
	}
	
}
	
@media screen and (max-width: 380px) {	
	
    .section {
		padding: 0px 15px;
	}
	.wd-quote span.quote {
		font-size: 35px;	
		padding: 40px 0 0;
	}
	.wd-quote span.quote-detail {
		font-size: 20px;
		line-height: 30px;
	}
	.wd-get-in-touch .section-content {
		padding: 0;
		text-align: center;
	}
	.wd-get-in-touch a.interest-btn {
		float: none;
	}
	.wd-services-title {
		text-align: center;
	}
	.wd-services-quote {
		font-size: 22px;
		line-height: 30px;
	}
	ul.wd-services-flow li {
		width: 100%;
		padding-bottom: 15px;
	}
	.wd-works-title {
		text-align: center;
	}
	ul.wd-works-list li {
		width: 100%;
	}
	.wd-artwork-title {
		text-align: center;
	}
	ul.wd-artwork-list li {
		width: 100%;
	}
	
	.wd-contact .wd-contact-title {
		text-align: center;
	}
	
	ul.contact-form {
		padding: 0px;
	}
	.wd-contact a.contact-btn {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.footer {
		font-size: 12px;
	}
	.formmessage {
		margin: 0;
		font-size: 20px;
		padding: 5px 10px;
		text-align: center;
	}
}


@media screen and (min-width: 381px) and (max-width: 768px) {
    .section {
		padding: 0 15px;
	}
	.wd-quote span.quote {
		font-size: 50px;
		padding: 40px 0 0;
	}
	.wd-quote span.quote-detail {
		font-size: 22px;
		line-height: 35px;
	}
	.wd-services-title {
		text-align: center;
	}
	.wd-services-quote {
		font-size: 22px;
		line-height: 35px;
	}
	ul.wd-services-flow li {
		width: 100%;
		padding-bottom: 20px;
	}
	.wd-works-title {
		text-align: center;
	}
	ul.wd-works-list li {
		width: 50%;
	}
	.wd-artwork-title {
		text-align: center;
	}
	ul.wd-artwork-list li {
		width: 50%;
	}
	.wd-contact-title {
		text-align: center;
	}
	ul.contact-form {
		padding: 0px;
	}
	
	
}

















