/*
Theme Name: Mitra Designs
Theme URI: http://www.mitradesigns.com
Author: Pencilgame
Author URI: http://www.pencilgame.com
Description: Custom Client Theme
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: custom theme
*/

/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/






@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #1f1f1f;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #c8c8c8;
	font-size: 14px;
	
}

@font-face {
    font-family: 'CenturyGothicRegular';
    src: url('type/gothic-webfont.eot');
    src: url('type/gothic-webfont.eot?iefix') format('eot'),
         url('type/gothic-webfont.woff') format('woff'),
         url('type/gothic-webfont.ttf') format('truetype'),
         url('type/gothic-webfont.svg#webfontQRGL59AH') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CenturyGothicBold';
    src: url('type/gothicb-webfont.eot');
    src: url('type/gothicb-webfont.eot?iefix') format('eot'),
         url('type/gothicb-webfont.woff') format('woff'),
         url('type/gothicb-webfont.ttf') format('truetype'),
         url('type/gothicb-webfont.svg#webfonthKLnyecx') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1 {
	color: #e3a023;
	font: 24px 'CenturyGothicRegular', Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

h2 {
	color: #e3a023;
	font: 20px 'CenturyGothicRegular', Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

a {
	color: #e3a023;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none !important;
}

.small-text {
	font-size: .8em;
}


/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */


#container {
	width: 900px;
	margin: 0 auto;
}

#header {
	height: 150px;
	position: relative;
	z-index: 1;
}

#header_line {
	height: 95px;
	border-bottom: solid 1px #787878;
}

#logo {
	width: 250px;
	height: 110px;
	margin: -55px 0 0 50px;
	float: left;
}

#logo a{
	display: block;
	width: 250px;
	height: 110px;
	background-image:url(images/Mitra-Logo.png);
	background-repeat: no-repeat;
	background-position: top;
	text-indent: -9999px;
}

#logo a:hover {
	background-position: bottom;
}

#nav2 {
	display: none;
}

#nav {
	display: block;
	height: 30px;
	width: 550px;
	float: left;
	margin: -30px 0 0 50px;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	float: left;
	margin-right: 35px;

}

#nav a{
	color: #d0d0d0;
	text-decoration: none;
	font: 16px 'CenturyGothicRegular', Arial, Helvetica, sans-serif;
	letter-spacing: .15em;
	padding: 5px 0;
	display: block;
}

#nav a:hover, .current-menu-item a, .current-menu-parent a{
	color: #d99d2c !important;
}

#nav li ul {
	position: absolute;
	width: 120px;
	left: -999em;
	display: block;
	margin: 0 0 0 -22px;
	text-align: center;
	background: #999;
	background: rgba(120, 120, 120, 0.85);
	border: solid 1px #787878
}


#nav li ul a{
	font-size: 14px !important;
	display: block;
	padding: 3px 10px !important;
	margin: 0 !important;
	text-align: center !important;
	font-style: normal !important;
	color: #1f1f1f !important;
	width: 100px;
	letter-spacing: .1em !important;
}

#nav li ul a:hover{
	color: #fff !important;
}


#nav li:hover ul {
	left: auto;
	margin-top: -2px;
	padding: 10px 0 20px 0;
	text-decoration: none;
	font-weight: normal;
}
#nav li:hover ul{
	left: auto;
}


#mainContent {
	padding: 40px 55px;
	width: 750px;
	margin: -20px 0 30px 20px;
	background-color:#373737;
	text-align: left;
	float: left;
}


#mainContent p{
	margin: 1px 0 30px 0;
}

#mainContent ul{
	margin: 5px 0;
	padding: 0 30px;
	list-style: square;
}

#mainContent a:hover {
	text-decoration: underline;
}

.leftColumn {
	width: 250px;
	float: left;
}

.rightColumn {
	width: 500px;
	float: left;
}

#footer {
	border-top: solid 1px #787878;
	margin: 0;
	color: #696458;
	clear: both;
}

#footer a{
	color: #696458;
}

#footer a:hover{
	color: #e3a023;
}

.tagline{
	font: 16px/20px 'CenturyGothicRegular', Arial, Helvetica, sans-serif;
	letter-spacing: .5em;
	color: #d99d2c;	
}

a img {border: none;}
img {border: none;}
img.alignright, .wp-caption.alignright {float:right; margin:0 0 1em 1em}
img.alignleft, .wp-caption.alignleft {float:left; margin:0 1em .5em 0}
img.aligncenter, .wp-caption.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

#press .wp-caption {
float: left;
width: 230px !important;
padding: 20px 5px;
margin: 0 10px 15px 0;
background-color: #333;
text-align: center;
height: 320px;
}

#press .wp-caption:hover{
background-color: #666;
}

#press .wp-caption-text, #press .wp-caption p{
	font-size: 14px;
	margin-top: 10px;
	padding: 0 20px;
}

.post {
	margin-bottom: 30px;
	overflow: hidden;
}

.single h1{
	margin-bottom: 20px;
}

.entry {
	margin: 0;
}

.thumbnail {
	float: left;
}


.postmetadata {
	margin: 0;
	font-size: 12px;
}

.more-link {
	font-size: 12px;
}

.wpcf7-list-item {
	display: block;
}

.wp-caption-text, .wp-caption p{
	font-size: 10px;
}

#sm {
	display: block;
	width: 100px;
	height: 20px;
	margin: 10px auto;
}

#sm a{
	display: block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: top;
	text-indent: -9999px;
	float: left;
	margin: 0 5px;
}

#sm a:hover{
	background-position: bottom;
}



#facebook {
	background-image: url(images/btn-facebook.png);
	display: inline-block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: top;
	text-indent: -9999px;
	margin: 0 5px;
}

#houzz {
	background-image: url(images/btn-houzz.png);
	display: inline-block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: top;
	text-indent: -9999px;
	margin: 0 5px;
}

#linkedin {
	background-image: url(images/btn-linkedin.png);
	display: inline-block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: top;
	text-indent: -9999px;
	margin: 0 5px;
}

#tumblr {
	background-image: url(images/btn-tumblr.png);
	display: inline-block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: top;
	text-indent: -9999px;
	margin: 0 5px;
}

#facebook:hover, #linkedin:hover, #houzz:hover{
	background-position: bottom;
}

a#fancy_right, a#fancy_left {
	display: none !important;
}

#press br {
	display: none;
}

#slideshows {
	display: block;
	float: right;
	width: 455px;
	height: 355px;
	padding: 10px;
	background-color: #1d1d1d;
	margin: 0 0 0 25px;
	overflow: hidden;
}



.slideshow_nav {
	width: 250px;
	float: right;


}

.slideshow {
	padding: 10px 0;
	background-color: #1d1d1d;
	margin: 0 0 50px 0;

}

.slideshow img {
	width: 100%;
	height: auto;
	
}


.ss_subnav {
	display: block;
	float: left;
	width: 230px;
	height: 155px;
	padding: 10px;
	background-color: #1d1d1d;
	text-align: left;
	
}

#subnav_top {
	margin-bottom: 25px;
}

.ss_subnav ul {
	float: left;
	display: block;
	margin: 10px 0 0 20px !important;
	padding: 0 !important;	
	
}

.ss_subnav h2 {
	float: left;
	display: block;
	margin: 0 0 0 20px;
	padding: 0;	
}



.ss_subnav li {
	margin: 2px 0;
	list-style: none;
	text-align: left;
}

.ss_subnav a {
	text-align: left;
	color: #ddd;
	text-decoration: none;
}

.ss_subnav a:hover, .ss_subnav a.selected {
	color: #e3a023;
	text-decoration: none !important;
}

.subnav_img {
	width: 75px;
	height: 150px;
	overflow: hidden;
	float: left;
}

.subnav_img img{
	width: auto;
	height: 100%;
}

.proj_wrap {
	display: block;
	width: 70%;
	float: right;
}

a.proj_thumb {
	width: 30%;
	overflow: hidden;
	float: left;
	margin: 0 0 2% 2%;
	position: relative;

}

a.proj_thumb img{
	width: 100%;
	height: auto;

}

.img_title {
    position: absolute;
    bottom: -100px;
    padding: 5%;
    background-color: rgba(35, 35, 35, 0.75);
    width: 90%;
	color: #fff;
	text-align: center;
	-webkit-transition:all .15s ease-in-out;  
 	-moz-transition:all .15s ease-in-out;  
 	-o-transition:all .15s ease-in-out;  
 	transition:all .15s ease-in-out;
}

a.proj_thumb:hover .img_title {
    bottom: 0px;
}

.proj_title {
	float: left;
	display: block;
	width: 25%;
}

#mainContent .proj_title p{
	float: left;
	display: block;
	margin: 80px 0 0 0;
	color: #969696;
}

.proj_title h1{
	width: 100px;
	float: left;
	display: block;
	color: #1f1f1f;
}

.proj_title a{
	color: #1f1f1f;
	line-height: 1em;

}

.proj_title a:hover{
	color: #3a7dda;

}


.proj_slideshow {
	width: 100%;
}

.proj_slideshow img{
	width: 100%;
	height: auto;
}

.home .sp-caption-container, .home .sp-buttons {
	display: none;
}

.press_section {
	float: left;
	clear: left;
	margin: 0 0 30px 0;
}

.press_section h1{
	margin: 0 0 20px 0;
}

.page-section{
	display: block;
	float: left;
	clear: left;
	margin: 0 0 70px 0;
}

.wpcf7-form-control {
	width: 100%;
}

.sp-buttons {
    text-align: left !important;
}

.sp-button {
    border: none !important;
	border-radius: 0 !important;
	background-color: #999999;
}

.sp-button:hover {
	background-color: #3588ff;
}

.sp-selected-button {
    background-color: #fff !important;
}

.sp-caption-container {
    display: none;
}

.sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before {
    width: 10% !important;
}

/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712 */   

@media only screen and (min-width: 768px) and (max-width: 1080px) { 
	
	body {
		width: 100%;

	}
	
#container {
	width: 100%;
}


#mainContent {
	padding: 5%;
	width: 80%;
	margin: 5%;

}

#nav {
	width: 420px;
	margin: -30px 0 0 20px;
}

#nav li {
	margin-right: 12px;
}

.leftColumn {
	width: 30%;
}

.leftColumn img{
	width: 100%;
	height: auto;
}

.rightColumn {
	width: 66%;
	margin-left: 3%;
}

#slideshows {
	width: 97%;
	margin-bottom: 25px;
	border-bottom: 10px solid #1d1d1d;
	padding: 1.5%;
}

.slideshow_nav {
	width: 100%;
}

.ss_subnav {
	width: 45%;
	padding: 2%;	
}

#subnav_top {
	margin-right: 2%;
}

.subnav_img {
	width: 25%;
}

.ss_subnav ul {
	
	
}

.ss_subnav h2 {
	width: 65%;
}

.proj_wrap {
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
}

a.proj_thumb {
	width: 23%;
	float: left;
	margin: 0 2% 2% 0;
}

.proj_title {
	width: 100%;
}

#mainContent .proj_title p{
	margin: 0 0 0 100px;

}

.tagline {
    letter-spacing: .3em;
}

}



/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
	
body {
		width: 100%;

	}

#container {
	width: 100%;
}

#mainContent {
	padding: 5%;
	width: 80%;
	margin: 5%;

}	

.leftColumn {
	width: 100%;
	margin-bottom: 30px;
}

.rightColumn {
	width: 100%;
}

#header_line {
    height: 125px;
}

#nav {
	display: none;
}


#nav2 {
	display: block;
	height: 40px;
	text-align: center;
	margin:0;
  	position: absolute;
	width: 100%;
	padding: 0;
	left: 0;
	top: 0;
}

#nav2 ul{
	margin: 5px 0 0 0;
	position: relative;
	width: 100%;
	background-color: #000;
	padding: 0;
}

#nav2 li{
	margin: 0 auto;
	float: none;
	list-style: none;
	clear: both;
}

#nav2 a{
	display: block;
	padding: 5px;
	background-color: #000;
	 text-transform: uppercase;
	 font-family: "CenturyGothicRegular", Arial, Helvetica, sans-serif;
	 font-size: 18px;
	 color: #fff;

}

#nav2 li ul li ul li ul li a{
	background-color: #9bb390;
}


#footer {
	width: 80%;
	padding: 5%;
	margin: 5%;
}

#logo {
	margin: -55px 0 0 20px;

}

#slideshows {
	width: 97%;
	margin-bottom: 25px;
	border-bottom: 10px solid #1d1d1d;
	height: 220px;
	padding: 1.5%;

}

.slideshow {
	padding: 5px 0;
}

.slideshow_nav {
	width: 100%;
}

.ss_subnav {
	width: 96%;
	padding: 2%;	
}

#subnav_top {
	margin-right: 0;
}

.subnav_img {
	width: 25%;
}

.ss_subnav ul {
	
	
}

.ss_subnav h2 {
	width: 65%;
}

.proj_wrap {
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
}

a.proj_thumb {
	width: 48%;
	float: left;
	margin: 0 2% 2% 0;
}

.proj_title {
	width: 100%;
}

#mainContent .proj_title p {
    margin: 5px 0 0 40px;
    width: 50%;
}

.tagline {
    letter-spacing: .1em;
}




}



/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	body {
		width: 100%;
	}
	
	a.proj_thumb {
	width: 31.3%;
	float: left;
	margin: 0 2% 2% 0;
}

#slideshows {
	height: 340px;

}
	



}