
.logo img{
	margin-top: -40px;
}

.custom-title{
	margin-left: 18px;
	color: #000;
	font-weight: 700;
}

.pagination{
	border: 1px solid #777 !important;
	padding-left: 13px;
	border-radius: 5px;
}


.pagination > .disabled > a, .pagination > .disabled > span {
  color: #777 !important;
}

.pagination > li{
	display: inline !important;
	padding: 5px 11px;
	border-left: 1px solid #777;
}

.pagination > li:first-child{
	padding-left: 0;
	border-left: none;
}

.pagination > li > a, .pagination > li > span {
  color: #333 !important;
  font-size: 14px;
}



.contact-form form{
	width: 500px;
	margin: 0 auto;
	margin-top: 30px !important;
}

.contact-form input, textarea{
	width: 100% !important;
}

.contact-form  br{
	display: none;
}

.contact-form input[type="submit"]{
	background: #000;
	color: #fff;
	border: 1px solid #000;
	padding: 10px;
}

.contact-form input[type="submit"]:hover{
	background: #777;
	color: #fff;
	border: 1px solid #777;
}

textarea:focus, input:focus{
    outline: none;
}

@media only screen and (max-width: 1010px) {
	.text-container{
		width: 90% !important;
		margin: 0 auto !important;
		float: none !important;
		margin-bottom: 30px !important;
	}
	.publications{
		width: 90%;
		margin: 0 auto !important;
		margin-top: 0px !important;
	}

	.entry{
		width: 90% !important;
		margin: 0 auto !important;
		padding-bottom: 0 !important;
	}

	#featured-works{
		width: 90% !important;
		margin: 0 auto !important;
	}
}

@media only screen and (max-width: 550px) {

	.artists{
		width: 90% !important;
		margin: 0 auto !important;
		padding-bottom: 0 auto !important;
	}

	.contact-form form{
		width: 90%;
	}

	form input[type="text"], form select, form textarea {
		width: 100% !important;
	}

	.logo img{
		margin-top: -10px !important;
		width: 50px !important;
	}
}