/*
Theme Name: Damian
Theme URI: http://gbthemes.net/gibthems/
Description: Damian v1.3 : Responsive Multipurpose Wordpress Theme
Author: gbthemes
Author URI: http://www.mojo-themes.com/user/gibthems/
Version: 1.3
*/



/* =============================================================== */
/* Import Section
================================================================ */
@import url("css/base.css");			


/* =============================================================== */
/* Miscellaneous Site Styles
================================================================ */

html,
body {
  height: 100%;
        /* The html and body elements cannot have any padding or margin. */
}



input[type="submit"]{
	border: 0px solid #d8d8d8;
	padding: 12px;
	outline: none;
	font-size: 11px;
	color: #fff;
	margin: 0;
	max-width: 100%;
	margin-bottom: 20px;
	background: #323A45;
	font-weight: bold;
  text-transform:uppercase;
  line-height: 22px;
  letter-spacing:2px;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  }
  
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  box-shadow: 0 0px 0px 0;
	outline: 0 none;
}



/* =============================================================== */
/* Header
================================================================ */
header {
  width:100%;
}


.fullwidth-header {
  padding-left:40px; padding-right:40px;
  background: #323a45;
  color:#fff;
  padding-top:3px;
}
.fullwidth-header span {
  font-weight:normal;
  font-size:11px;
}
.fullwidth-header .social-icon {
  color:#dd6153;
  text-decoration:none;
  margin-left:20px;  margin-right:0;
}
.fullwidth-header .social-icon:hover  {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  text-decoration:none;
}
.wrap-slide {
  width:100%; 
  position: relative;
}

.wrap-slide-page {
  width:100%; 
  position: relative;
  height:190px;
  padding-top:160px;
  margin-bottom:40px;
}
.wrap-slide-page h1 {
  padding:10px;
  padding-left:30px; padding-right:30px;
  background:#DD6153;
  color:#ffffff;
  display: inline-block;
}

.wrap-slide-page2 {
  width:100%; 
  position: relative;
  height:190px;
  padding-top:160px;
  background: #323A45 url('images/square_bg.png');
  margin-bottom:40px;
}
.wrap-slide-page2 h1 {
  height:390px;
  padding:10px;
  padding-left:30px; padding-right:30px;
  background:#DD6153;
  color:#ffffff;
  display: inline-block;
}



/* =============================================================== */
/* Menu
================================================================ */
.menu-header-transparent {
  height:60px;
  width:100%;
  margin-bottom:-80px;
  position: absolute;
  background-color: #000;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
  color:#ffffff;
  z-index:2;
}
.site-menu {
  height:60px;
  width:100%;
  position: absolute;
  color:#ffffff;
  display:block;
  
z-index:2;
}


/* Logo & Menu sections
==========================*/
.logo-header {
  float:left;
  margin-top:30px;
  z-index:4;
  color:#ffffff;
  margin-right:50px;
}
.logo-header img{
    max-width:100% !important;
    height:auto;
    display:block;
}
.menu-header {
  float:right;
  margin-top:20px;
  z-index:3;
}

.logo-site-text {margin-top:2px;}

/* Main Navigation
==========================*/
nav {float: right; text-transform:uppercase; letter-spacing:0px; font-weight: bold; }
nav ul, nav li {list-style:none; padding:0; margin:0; display:inline;}
nav ul li{float:left; position:relative;}
nav ul li a { 
	display: inline-block;
	color: #fff;
	padding: 1px 20px 21px 20px;
	margin: 0 0px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
nav ul li a:hover{}
nav ul ul {
	opacity: 0; 
	margin: 0px 0 0 -6px;
  filter: alpha(opacity=0); 
	position: absolute;
	top:-999px; 
	left: 0;
	background: #000;
	background: rgba(0, 0, 0, 0.4);
	z-index: 999;
	font-size: 11px;
	-webkit-box-shadow: 0px 0px 5px 1px 000000;
  box-shadow: 0px 0px 5px 1px 000000;  
  border-bottom:2px solid #dd6153;
  transition: opacity 0.5s;
    -webkit-transition: opacity 1s;
}
nav ul ul li a:hover {}
nav ul ul li a:visited {color: #fff;}
nav ul ul li a {
	padding: 8px 0;
	display: block;
	width: 150px;
	margin: 0 16px;
	font-weight: normal;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid transparent;
	color:#ffffff;
}
nav ul ul ul { 
	position:absolute; 
	top:-999px; 
	left:100%; 
	opacity: 0;
	margin: 0px 0 0 0;
	z-index: 999;
	font-size: 11px;
	background: #000;
	background: rgba(0, 0, 0, 0.4);
}
nav ul ul ul li a { 
	border-top: 1px solid transparent;
	color:#ffffff;
	font-size: 11px;
}
nav ul li:last-child a {padding-right:0px;}
nav ul ul li:last-child a, nav ul ul li:last-child a:hover {border-bottom: 1px solid transparent}
nav ul ul ul li:last-child a {border-bottom: 1px solid transparent !important}
nav ul li:hover>ul{ opacity: 1; position:absolute; top:99%; left:0;}
nav ul ul li:hover>ul{ position:absolute; top:0; left:100%; opacity: 1; z-index:497; background: #fff border: 0; }
nav ul li:hover > a {color: #eee;}
nav ul ul li:hover > a {border-top: 1px solid transparent; color: #eeeeee;}
#currentnav1 {color: #eeeeee !important;}
.ie-dropdown-fix {position: relative; z-index: 5;}







/* =============================================================== */
/* Custom page CSS
================================================================ */
.padding5 {padding-top:5px; padding-bottom:5px;}
.padding10 {padding-top:10px; padding-bottom:10px;}
.padding20 {padding-top:20px; padding-bottom:20px;}
.padding30 {padding-top:30px; padding-bottom:30px;}
.padding40 {padding-top:40px; padding-bottom:40px;}
.margin40 {margin-bottom:60px;}
.margin20 {margin-top:20px;}
.p-color {color:#DD6153;}
.s-color {color:#514148;}
.tab-pane {margin-bottom:40px;}
#portfolio-wrapper {width:100%;}
.index-text {position:relative; z-index:5;}

/* Site content
==========================*/
.wrap {
  padding-left:40px; 
  padding-right:40px;
}
.container {
  width: auto;
  max-width: 1170px;
}
.container-fluid {
  width: auto;
  max-width: 1170px;
}

/* Social icons
==========================*/
.social-icon {
  color:#dd6153;
  text-decoration:none;
  margin-left:10px; margin-right:10px;
}
.social-icon:hover  {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  text-decoration:none;
}

/* Skills
==========================*/
input.knob {cursor:default; z-index:-1;}
input.knob:active {cursor:default;}

/* Portfolio Full width homepage
==========================*/
.fullwidth-portfolio { 
  width:100%;
  margin-bottom:60px; margin-top:20px;
} 

/* Back to top
==========================*/
#backtotop {
	position: fixed;
	right:0px;
	display:none;
	bottom: 20px;
	margin: 0 20px 0 0;
	z-index:100;
}
#backtotop a {
	text-decoration:none;
	border:0 none;
	display:block;
	width:40px;
	height:40px;
	background: url(images/back_to_top_btn.png) no-repeat 50% 50%;
	background-color:#323A45;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#backtotop a:hover {background-color: #DD6153;}


/* =============================================================== */
/* Blog
================================================================ */
/* Blog navigation
==========================*/
.navleft {float:left;}
.navright {float:right;}

/* Widget
==========================*/
.widget_search input[type="text"] {width:90%;}
.span3 .widget {margin-bottom:30px;}
.widget-title {margin-bottom:5px; text-transform:uppercase;}
.widget-title .tagcloud a {padding-right:20px;}
.widget ul {}
.widget_nav_menu .sub-menu { border-top: 1px dotted #ced8df; }
.widget li {
	font-weight:bold;
	list-style: none;
	margin: 0;
	border-bottom:1px dotted #ccc;
}
.widget li:last-child { border-bottom: none; }
.widget li a {
	color: #DD6153;
	display: block;
	padding: 10px 0 10px 0px;
}
.widget li a:hover,
.widget_nav_menu .current_page_item > a, .widget_nav_menu .current-menu-item > a { }

.widget .recentcomments {
	display: block;
	padding: 5px 0 5px 0px;
}
.widget_calendar table { width: 100%; }
.widget_calendar th, .widget_calendar td {
	background: none;
	border: 0;
	padding: 0;
}
.widget_calendar caption {
	font-size: 12px;
	margin-bottom: 10px;
	text-align: center;
}
.widget_calendar tr th {
	font-size: 12px;
}
.widget_calendar tr td {
	padding: 4px 6px;
	text-align: center;
}
.widget_calendar tr td#prev {
	padding: 5px 0 0;
	text-align:left;
}
.widget_calendar tr td#next {
	padding: 5px 0 0;
	text-align: right;
}
.widget_calendar tr td#today {
	background: #f8f8f8;
	border: 1px solid #ced8df;
	font-weight: bold;
}
#footer .widget_calendar tr td#today {
	background: #464646;
	border: 1px solid #363636;
	font-weight: bold;
}
.widget_calendar tr td a {
	display: inline;
	font-weight: bold;
	padding: 0;
}
.rsswidget img { margin: 0 5px 0 0; }
.widget_rss .rss-date, .widget_rss .rssSummary { padding: 0 0 0 15px; }
.widget_rss .rss-date {
	color: #bbb;
	font-style: italic;
}
.widget {
	margin: 0px 0 0 0;
	line-height: 15px;
	font-weight:bold;
}
.widget h5 {
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top:0px;
	font-size:19px;
}
.widget h6 {
	padding-bottom: 8px;
	margin-bottom: 0px;
	margin-top:0px;
	font-size:15px;
	text-transform:none;
}

/* Posts
==========================*/
.post {margin: 10px 0 50px 0;}
.post-left0 {float:left; width:100px; position:absolute;}
.post-left {float:left; width:100%; position:relative;}
.margin-left-100 {margin-left:100px; margin-bottom:15px;}
.post p {margin: 0 0 10px 0;}
.post-img, .embed {margin: 0 0 15px 100px;}
.post-content {margin: 0 0 0 0 !important;}
.post-title h2 {
	font-size: 18px;
	color: #444;
	margin: 0 0 5px 100px;
	display: block;
}
.post-title h2 a {
	font-size: 18px;
	color: #444;
	display: block;
}
.margin-left {margin-left:20px;}
.width-left {width:150px;}
.post-title h2 a:hover {color: #606060;}
.post-desc {
	padding: 10px 0 20px 100px;
	border-bottom: 1px solid #e7e7e7;
}
.post-entry {
	margin-bottom: 20px;
	display: inline-block;
	padding-right: 13px;
	color: #154890;
}
.post-entry i {
	padding-left: 2px;
}
.post-entry:hover {}
.post-meta {padding: 0px 0 15px 100px;}
.post-meta, .post-meta a {color: #888;}
.post-meta a:hover {color: #606060;}
.post-meta span:first-child {padding-left:0;}
.post-meta span:last-child {border: none;}
.post-meta span {
	padding: 0 10px;
	border-right: 1px solid #e7e7e7;
}
.post-date {
  background:url('images/calendar.png') left top no-repeat;
	padding-top:2px;
	width:80px;
	height:80px;
  color:#ffffff;
  text-align:center;
  text-align:center;
}
.post-date span {
  color:#000;
  font-weight:bold;
  font-size:25px;
  text-align:center;
  
}
.post-date p {
  color:#ffffff;
  font-weight:normal;
  font-size:12px;
  text-align:center;
  margin: 0 0 10px 0;
}
.post-type {
	margin-top:5px;
	width:80px;
	height:80px;
  color:#323A45;
  text-align:center;
  font-size:37px;
}

/* Comments
==========================*/
.comments-sec{
	float:left;
	width:100%;
	line-height: 20px;
}
.comments-sec h5 {
	border-bottom: 1px solid #e7e7e7;
	margin: 0;
	padding-bottom: 10px;
}
.comments-nr h5 {
	border-bottom: 1px solid #e7e7e7;
	margin: 0;
	padding-bottom: 10px;
}
.comments-sec h5 span {color: #888;}
.comments{
	float:left;
	background:#F4F4F4;
	padding:20px;
}
.avatar {float:left;}

.comment-show {
	margin-bottom: 40px!important;
	margin-left: 0px!important;	
}
.comment-show li {
	list-style: none!important;
}
.comment-show li.comment > div {
	background-color: #F4F4F4;
  margin: 0;
  overflow: hidden;
  padding: 20px;
  margin-top: 20px;
  position: relative;
  padding-left: 110px;
}
.comment-show .children {
	margin-left: 0px!important;
	padding-left: 40px;
}
.comment-show li.comment > div img.avatar {
	position: absolute;
	left: 20px;
	top: 20px;
}
.comment-show .reply {
	position: absolute;
	top: 20px; 
	right: 20px;	
}
.comment-show .comment-meta {
	font-size: 11px;
	line-height: 15px;
}
.comment-show li.comment > div p {
	padding-bottom: 0px;
	margin-top: 10px;
}
.comment-author a {
	color: inherit;
}
   
/* Leave a Comment
==========================*/
.form_comment label {
	display: block;
	color: #676767;
	margin-top: 15px;
	padding-bottom: 4px;
}
.form_comment label span {color:#ea1c1c;}
.form_comment input, .form_comment textarea {
	width: 240px;
}
.form_comment textarea {
	min-width: 97%;
	max-width: 97%;
	height:160px;
}

/* Link post
==========================*/
.link-post {
  padding:20px; 
  background: #DD6153;
  margin-bottom:10px;
}
.link-post a {
  color:#ffffff;
}
.link-post a:hover {
  color:#ffffff;
}

/* Quote post
==========================*/
.quote-post {
  font-size: 15px;
  font-style: italic;
  margin: 0.25em 0;
  padding: 20px;
  line-height: 1.45;
  position: relative;
  color: #ffffff;
  background: #DD6153 url(images/quote.png) no-repeat;
  background-position: 98% 80%;
  margin-bottom:10px;
}

/* Autor bio
==========================*/
.author-info {
  margin: 10px 0px 40px 70px;
  padding:20px;
  background: #DD6153;
  color:#ffffff;
}
.author-info h3 {
  color:#ffffff;
}
.author-info a {
  color:#ffffff;
}
.author-info a:hover {
  color:#ffffff;
}

/* Post tags
==========================*/
.post-tags {
  margin: 10px 0px 40px 0px;
}


/* =============================================================== */
/* Footer
================================================================ */
footer {
  /*position: relative; */
  padding-top:30px;
  color:#D6D6D6;
  background: #323A45;
  z-index:-4;
}
footer h5 {
  color: #696F77;
  padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top:0px;
	font-size:19px;
}
footer p {
  font-weight:bold;
}
.wrap-footer {
  min-height: 100%;
  padding-left:40px; padding-right:40px;
}
#sub_footer {
  padding-top:10px;
  font-size:13px;
}
#sub_footer p {
  font-weight:normal;
}
#sub_footer {
  background: #292F38;
  font-weight:normal;
  overflow:hidden;
  z-index:1;
}

/* Footer Widget
==========================*/
footer .latest-post {margin-bottom: 15px;  font-size:12px; border-bottom:0px dotted #ccc; padding-bottom:0;}
footer .latest-post span {color: #BFBFBF;}
footer .latest-post a {color: #D6D6D6;}
footer .widget_nav_menu .sub-menu { }
footer .widget li {border-bottom:0px dotted #20262d;}
footer .widget li a {color: #D6D6D6;}
footer .widget li a:hover, .latest-post a:hover { color: #DD6153; }
footer .widget_nav_menu .current_page_item > a, .widget_nav_menu .current-menu-item > a { color: #D6D6D6; }
footer .widget h5 {color: #696F77;}


img.alignright {float:right;}
img.aligncenter {margin-left:auto; margin-right:auto; float:center;}
img.alignleft {float:left;}