body {
	background-color: #fff;
	}

h1, .page-title h1 {
	font-size: 64px;
}

a:focus, a:hover {
	color: #9460be;
}

.menu-wrapper header .logo img {
  max-width: 170px;
}

.atom-work-item .desc {
  top: 50%;
  left: 10%;
  transform: none;
}

.copyright img {
	max-width: 50px;
	margin-top: 0px;
}

.copyright p {
	padding-top: 13px;
}

.hover-one .atom-work-item a:after {
  background-color: rgba(51, 51, 51, 0.9);
}

.atom-work-item .desc h5 {
	color: #fff;
}

.atom-work-item .desc p {
	color: #efefef;
}

.atom-portfolio-filter {
	margin-bottom: 15px;
}

.atom-portfolio-filter li {
	margin-bottom: 15px;
}

.theme-color a {
	color: #4D2F65 !important;
}

.feature-img {
	margin-bottom: 30px;
}

.atom-work-item .desc h5 {
	text-transform: none;
}

.hover-one .atom-work-item .desc p {
	line-height: 1.2;
}

em {
	font-weight: bold;
	font-size: 17px;
}

#inneriframe {
	width: 622px;
    height: 750px;
    overflow-y: scroll;
    border: 1px solid #747474;
    resize: both;
}

@media (max-width: 767px) {
		#inneriframe {
		width: 480px;
    	height: 400px;
	}

}

@media (max-width: 480px) {
		#inneriframe {
		width: 322px;
    	height: 400px;
	}

}

.menu-wrapper header nav > ul > li > a {
  border-bottom: none;
}

