/* ----------------------------------------------------------------
    Canvas: Media Agency Demo
    Version: 1.0.1
-----------------------------------------------------------------*/


#wrapper {
	margin: 0;
	width: 75%;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #fcfaf0;
}

.device-lg #wrapper { width: 80%; }

.device-md #wrapper,
.device-sm #wrapper,
.device-xs #wrapper { width: 100%; }

.side-cover-wrapper {
	position: fixed;
	top: 0;
	left: auto;
	right: 0;
	width: 25%;
	height: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center right;
	background-size: cover;
}

.device-lg .side-cover-wrapper { width: 20%; }

.device-sm .side-cover-wrapper,
.device-xs .side-cover-wrapper { width: 0; }

.container-fluid {
	padding-left: 120px;
	padding-right: 120px;
}

.device-lg .container-fluid {
	padding-left: 80px;
	padding-right: 80px;
}

.device-sm .container-fluid,
.device-xs .container-fluid {
	padding-left: 40px;
	padding-right: 40px;
}


/* Header
---------------------------------------------------------------------------- */

#primary-menu ul li a {
	font-size: 14px;
	color: #4b4b4b;
}

.header-social-set {
	float: right;
	margin: 34px 0;
}

@media (max-width: 991px) {

	#primary-menu-trigger { left: 85% !important; }

	.topmargin-lg { margin-top: 50px !important; }

	.bottommargin-lg { margin-bottom: 50px !important; }
	.header-social-set {
		position: absolute;
		top: 0;
		left: auto;
		right: 120px;
	}

	#primary-menu ul {
		position: relative;
		top: 40px;
	}

	#logo img {
		display: block;
		max-width: 80%;
		height: auto;		
		position: absolute;
		top: 0;
		left: 0;
	}
	#google-map {
		position: relative;
		width: 100%;
		height: 90%;
		padding-bottom: 50px;
	}
}

@media (max-width: 767px) {

	#primary-menu-trigger { left: 85% !important; }

	.header-social-set { right: 40px; }
	.topmargin-lg { margin-top: 50px !important; }

	.bottommargin-lg { margin-bottom: 50px !important; }

	#primary-menu ul {
		position: relative;
		top: 20px;
	}

	#logo img {
		display: block;
		max-width: 85%;
		height: auto;		
		position: absolute;
		top: 0;
		left: 0;
	}
	#google-map {
		position: relative;
		width: 100%;
		height: 90%;
		padding-bottom: 50px;
	}
}

@media (max-width: 480px) {

	#primary-menu-trigger { display: none; }

	.header-social-set { right: 40px; }
	.topmargin-lg { margin-top: 50px !important; }

	.bottommargin-lg { margin-bottom: 50px !important; }

	#primary-menu ul {
		position: relative;
		top: 0;
	}

	#logo img {
		display: block;
		max-width: 100%;
		height: auto;		
		position: absolute;
		top: 0;
		left: 0;
	}
	#primary-menu ul.mobile-primary-menu { display: block; }

	#google-map {
		position: relative;
		width: 100%;
		height: 90%;
		padding-bottom: 50px;
	}
}

/* Headings
---------------------------------------------------------------------------- */

.hero-headline h1 {
	font-size: 40px;
	line-height: 1.6;
	font-weight: 700;
	text-transform: none;
	color: #4b4b4b;
	letter-spacing: -2px;
	word-spacing: 5px;
	margin-bottom: 0;
}

.hero-headline > span {
	display: block;
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 16px;
	line-height: 2;
	color: #4b4b4b;
	margin-top: 30px;
	max-width: 80%;
}


.device-md .hero-headline h1 { font-size: 48px; }

@media (max-width: 767px) {

	.hero-headline h1 {
		font-size: 30px;
		letter-spacing: -1px;
		word-spacing: 3px;
	}

	.hero-headline > span {
		font-size: 14px;
		max-width: 100%;
	}

}


/* Portfolio Items
---------------------------------------------------------------------------- */

.portfolio-full.portfolio-3 { margin: 0 -20px -20px 0 !important; }

.portfolio-full.portfolio-3 .portfolio-item { padding: 0 20px 20px 0 !important; }

.device-xs .portfolio-full.portfolio-3 { margin: 0 0 -20px 0 !important; }

.device-xs .portfolio-full.portfolio-3 .portfolio-item { padding: 0 0 20px 0 !important; }


.i-overlay { background: rgba(255,255,255,0.8); }

.i-overlay i {
	color: #777666;
	text-shadow: none;
}


/* Border Form Design
---------------------------------------------------------------------------- */

.border-form-control {
	height: 48px;
	padding: 8px 4px;
	font-size: 16px;
	letter-spacing: 1px;
	background-color: transparent !important;
	border-top: transparent;
	border-right: transparent;
	border-left: transparent;
	border-bottom-width: 1px;
	font-family: 'Poppins', sans-serif;
}

textarea.border-form-control {
	resize: none;
	overflow: hidden;
	word-wrap: break-word;
}


/* Footer: Copyrights
---------------------------------------------------------------------------- */

.dark #copyrights {
	background-color: #4b4b4b;
	color: rgba(255,255,255,0.4);
	font-size: 12px;
	letter-spacing: 1px;
}

