/*

Theme Name: Arch Child

Theme URI: http://themeforest.net/item/arch-responsive-architect-wordpress-theme/3915304

Author: EngineThemes

Author URI: http://themeforest.net/user/EngineThemes

Description: A child theme of Arch Theme

Template: arch

Version: 1.5.1

*/



@import url("../arch/style.css");

@import url("../arch/responsive.css");

@import url("../arch/js/superfish/superfish.css");

@import url("../arch/js/supersized/supersized.css");

@import url("../arch/js/supersized/theme/supersized.shutter.css");

@import url("../arch/js/flexslider/flexslider.css");

@import url("../arch/js/tabs/tabs.css");

@import url("../arch/js/fancybox/jquery.fancybox-1.3.4.css");

@import url("../arch/js/scrollpane/jquery.mCustomScrollbar.css");

@import url("../arch/js/touchTouch/touchTouch.css");





/* =Theme customization starts here= */

@font-face {
    font-family: 'din_lightregular';
    src: url('fonts/din-light-webfont.eot');
    src: url('fonts/din-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din-light-webfont.woff2') format('woff2'),
         url('fonts/din-light-webfont.woff') format('woff'),
         url('fonts/din-light-webfont.ttf') format('truetype'),
         url('fonts/din-light-webfont.svg#din_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
#main-menu > li > a,
body, .menu ul li a:link, .menu ul li a:visited {
	font-family: 'din_lightregular', sans-serif;
}
#main-menu a {
	font-size: 18px;
}
.find-me a {
	display: inline-block;
	height: 32px;
	width: 32px;
	text-align: center;
	text-indent: -9999px;
	background: url(images/socials.jpg) no-repeat;
}
.select-menu{display: none;}
.find-me{display: none;}
.find-me a.fa {
	background-position: 0px 0px;
}
.find-me a.tw {
	background-position: -44px 0px;
}
.find-me a.rs {
	background-position: -88px 0px;
}
.find-me a.em {
	background-position: -132px 0px;
}
.header-widget .find-me {
	float: right;
}
.header-widget .find-me a {
	float: left;
	margin-left: 10px;
}
.header-widget .textwidget {
	padding-top: 0px;
}
#main-menu > li > a {
	padding: 152px 15px 15px 15px;
	min-width: 75px;
	background-color: #F0F0F0;
	line-height: 18px;
}
#main-menu > li > a > span.sf-sub-indicator {
	background: url(images/arrow-bottom.png) no-repeat;
	width: 33px;
	height: 20px;
	background-position: 0px 0px;
	right: auto;
	left: 15px;
	top: 122px;
	bottom: auto;
}
#main-menu li:hover ul, #main-menu li.sfHover ul {
	top: auto;
}
#respond input[type='submit'],
.widget_search input[type='submit'], .newsletter input[type='submit'], .protected input[type='submit'],
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
h2.ptitle {
	background: #9fc324 !important;
}

h1.ptitle {
	background: #9fc324 !important;
}

h1.ptitle {
     
     
    color: #FFF;
    font: 300 24px 'Open Sans', sans-serif;
    padding: 25px 30px;
    display: inline-block;
    margin-bottom: 50px;
}


.project-inside .cat-toogles {
	display: none;
	visibility: hidden;
}
#slidecaption {
	margin-bottom: 5px;
}
ul.nav li.sprev a,
ul.nav li.snext a {
	opacity: 1;
	background-color: rgba(0,0,0,0.8) !important;
	background-repeat: no-repeat;
	background-position: center;
}
ul.nav li.sprev a {
	background-image: url(images/arrow-left.png) !important;
	margin-right: 5px;
}
ul.nav li.snext a {
	background-image: url(images/arrow-right.png) !important;
}
.page-content.fullwidth .blist .post {
	width: auto;
}
.page-content #respond, .page-content #comments,
.single-details, .the-tags {
	display: none;
}
.welcome-arrow .welcome-left {
	float: left;
	max-width: 400px;
}
.welcome-arrow .welcome-right {
	float: right;
	background-color: rgba(255,255,255,0.8);
	padding: 20px;
	width: 490px;
}
.welcome-arrow #featured-box h2,
.welcome-arrow #featured-box h3,
.welcome-arrow #featured-box h4 {
	font-weight: bold;
}
.welcome-arrow .nav {
	clear: both;
}
.page-content iframe {
	max-width: 100%;
}
.wpcf7-form input,
.wpcf7-form textarea {
	border: 1px solid #cecece;
}
.wpcf7-form input[type=submit] {
	cursor: pointer;
}
.wpcf7-form textarea {
	width: 100%;
	max-width: 100%;
}
.blist div.blog-details > h3 {
	margin: 0px 0px !important;
}
.blist div.blog-details > h3 a {
	display: block;
}
.blist div.image-hover {
	overflow: hidden;
	margin: 20px 0px 0px;
}
.blist .image-hover > a img {
	max-width: 376px;
	height: auto;
	float: left;
	margin: 0px 20px 0px 0px;
}
@media only screen and (max-width: 1200px) {
	.welcome-arrow  {
		margin-top: 10%;
	}
	.welcome-arrow .welcome-right,
	.welcome-arrow .welcome-left {
		width: 90%;
		max-width: 90%;
		float: none;
	}
}
@media only screen and (max-width: 760px) {
	.blist .image-hover > a img {
		float: none;
		margin: 0px 0px 20px;
		max-width: 100%;
	}
	.blist div.image-hover {
		padding-bottom: 45px;
	}
}
@media only screen and (min-width: 768px) {
	.logo {
		margin-top: 0px;
		margin-right: 40px;
	}
}