/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.home .entry-header {
	display: none;
}

.content ul.post-meta {
	display: none;
}

.author-bio {
	display: none;
}

body {
	font-family: "Raleway";
}

p, span {
	font-family: "Raleway";
}

a {
	color: #000000;
}

/*--- 2 Column Form Styles Start ---*/
#left {
	width: 47%;
	float: left;
	margin-right: 6%;
}

#right {
	width: 47%;
	float: left;
}

.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	margin-bottom: 10px;
}

.clearfix {
	display: block;
}

/*--- 2 Column Form Styles End ---*/
.masonry-loader {
	z-index: 16;
}

.portfolio-entry-title {
	font-weight: 400;
	color: #19133a;
}

/*!---------- 3. TYPOGRAPHY ----------*/
h1, h2, h3, h4, h5, h6, p, ul, ol, table, blockquote, input, textarea {
	margin-bottom: 24px;
	margin-top: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	color: #0e1015;
}

h1 {
	font-size: 35px;
	line-height: 64px;
}

h2 {
	font-size: 27px;
	line-height: 48px;
}

h3 {
	font-size: 24px;
	line-height: 40px;
}

h4 {
	font-size: 20px;
	line-height: 32px;
}

h5 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

h6 {
	font-size: 12px;
	line-height: 24px;
	font-weight: 700;
}

@media all and (max-width: 767px) {
	h1 {
		font-size: 32px;
		line-height: 40px;
		font-weight: 300;
	}
	
	h2 {
		font-size: 32px;
		line-height: 40px;
	}
	
	h3 {
		font-size: 24px;
		line-height: 32px;
	}
	
	h4 {
		font-size: 18px;
		line-height: 26px;
	}
	
	h5 {
		font-size: 16px;
		line-height: 24px;
		font-weight: 400;
	}
	
	h6 {
		font-size: 12px;
		line-height: 24px;
		font-weight: 700;
	}
}

.uppercase {
	font-weight: 400;
	text-transform: uppercase;
}

h5.uppercase {
	letter-spacing: 2px;
	margin-right: -2px;
}

p, span {
	font-weight: 400;
}

p.lead {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

@media all and (max-width: 767px) {
	p.lead {
		font-size: 13px;
		line-height: 24px;
	}
	
	p {
		font-size: 12px;
	}
}

a, a:visited, a:focus, a:active, a:hover {
	text-decoration: none;
	outline: none;
}

a {
	font-weight: 600;
	color: #000000;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	cursor: poitner;
}

.image-bg a {
	color: #fff;
}

.image-bg a:hover {
	color: #fff;
	opacity: .9;
}

a:hover {
	color: #5d47d7;
	text-decoration: none;
}

blockquote {
	overflow: hidden;
	font-family: "Merriweather", "Georgia", Times New Roman, Times, serif;
	font-size: 20px;
	line-height: 40px;
	font-style: italic;
	background: #f5f5f5;
	padding: 32px;
	color: #777;
	font-weight: 300;
}

.number {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media all and (max-width: 767px) {
	br {
		display: none;
	}
	
	blockquote {
		font-size: 16px;
		line-height: 32px;
	}
}

th, td {
	line-height: 24px !important;
}

a:hover {
	color: #372a81;
	text-decoration: none;
}

a {
	color: #1e1747;
}

a:visited {
	color: #230747;
}

a:hover, a:focus, a:active {
	color: #0d2f5d;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

.portfolio-entry-content {
	display: none;
}

.portfolio-entry-title a {
	color: #40367b;
}

.content hr {
	display: none;
}

.footer .footer-credits{
	display: none;
}

p, span {
  font-weight: 400;
	color: #000000;
}

div.fancybox-bg{
	background-color:rgba(102,102,102,0.0);opacity:1 !important;}div.fancybox-content{border-color:#FFFFFF}