/*
	Theme Name: corporate Guru
	Theme URI: http://w3helps.com/themes/corporate-guru
	Version: 1.0
	Author: Amit Sarker
	Author URI: http://amitsarker.com
	Description: Description
    Tags: two-columns, custom-background, custom-menu, featured-images, theme-options, threaded-comments, full-width-template
	License: GPL 3.0
	License URI: http://www.gnu.org/licenses/gpl.html
*/
/*
1. import all css
2. Basic design






*/
/******************** 1. Import all CSS **********************/
@import url("font-awesome.min.css");
@import url("fonts/ptsans_regular/stylesheet.css");
@import url("fonts/opensans_light/stylesheet.css");
@import url("inc/wp-widgets.css");
/*********************2. Basic design************************/
body{
	font-family: 'pt_sansregular';
}
body a{
	color:#666;
}
body a:hover{
	color:#A0CE4E; 
	text-decoration:none;
}
.logo{
	padding:10px 0px;
}
#header, #footer{
	background-color: #282A2B !important;
}
#footer{
	color:#fff; 
	background: none repeat scroll 0 0 #282A2B;
	border-top: 1px solid #4B4C4D;
	padding: 10px 10px 12px;
}
#footer a{
	color:#fff;
}
#footer a:hover{
	color:#A0CE4E; 
	text-decoration:none;
}

}
#site-title > a:hover {
	text-decoration:none;
}
.site_tagline{
	color:#fff;
}
.per-blog{
	margin-bottom:30px;
}
#post-meta{
	height:auto; 
	border-top:1px solid #999; 
	border-bottom:1px solid #999; 
	padding:10px 0px;
}
#post-title{
	margin-top:-10px; 
	margin-bottom:20px;
}
#post-title a:hover{
	text-decoration:none; 
	color:#A0CE4E;
}
/******************************
*****************pagination****
*******************************/
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
	color: #fff;
	text-decoration:none;
}
.pagination li {
	display: inline;
}
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
	background-color: #A0CE4E;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}
.pagination li a:hover,
.pagination li.active a {
	background-color: #789347;
}
/****************************
*************Comments********
*****************************/
#comment-area{
	border-top:1px solid #222;
}
#comment-area ul{
	list-style:none;
}
.gravatar {
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 40px;
	display: inline-block;
	float: left;
	margin: 0 10px;
	overflow: hidden;
}
.comment-content {
	border: 1px solid #00C8D7 !important;;
	padding: 10px;
	margin: 30px 10px;
}
.comment-content:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #FFFFFF;
  border-color: #DBDBDB -moz-use-text-color -moz-use-text-color #DBDBDB;
  border-image: none;
  border-style: solid none none solid;
  border-width: 1px 0 0 1px;
  content: "";
  display: block;
  height: 14px;
  left: 0px;
  position: relative;
  top: -48px;
  transform: rotate(45deg);
  width: 14px;
  border-color: #00C8D7 !important;
}
#wp-admin-bar-user-info .avatar {
  border-radius: 100px;
  height: 64px;
  left: -72px;
  position: absolute;
  top: 4px;
  width: 64px;
}
/*comments*/
#respond { 
	padding:5px;
}
/* Highlight active form field */
#respond input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
  width:100%;
  color: #999;
  font-family: 'open_sanslight';
}
#respond input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}
#author { 
	font-family: Lobster, "Lobster 1.4", "Droid Sans", Arial;
	font-size: 16px;
	color:#1d1d1d; 
	letter-spacing:.1em;
} 
#url  { 
	color: #21759b;
	font-family: "Luicida Console", "Courier New", "Courier", monospace; 
} 
#submit {
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	padding: 10px;
	text-decoration: none;
	box-shadow: 0px 1px 3px #666666;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	text-shadow: 1px 1px 3px #666666;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#006ad4), to(#003366));
	background: -moz-linear-gradient(top, #006ad4, #003366);
} 

#submit:hover {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#003366), to(#006ad4));
  background: -moz-linear-gradient(top, #003366, #006ad4)
}
.comment-form-info a{color:#666;}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.comment-form-row {
	display: inline-block;
	margin-bottom: 7px;
	width: 100%
}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.comment-form-row {
	display: inline-block;
	margin-bottom: 7px;
	width: 33%;
}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { .comment-form-row {
	display: inline-block;
	margin-bottom: 7px;
	width: 33%;
	font-size:16px;
} }
.comment-btn{
	padding:10px;
}
.comments-back-top a:hover{
	text-decoration:none;
}
.comments-back-top{
	float:right;
}
/******Design page title****/
.page-title-breadcrumb{
	background:#545454 !important; 
	overflow:hidden; 
	padding: 3px 5px 15px; 
	color:#fff; 
	margin-bottom:20px; 
	font-weight: lighter; 
	font-family: 'open_sanslight';
}
.page-title-breadcrumb h1{
	font-weight: lighter; 
	font-family: 'open_sanslight';
}
.breadcrumb-area a{
	color:#fff; 
	font-weight: lighter;
}
#single-title, .respond-heading{
	font-weight: lighter; 
	font-family: 'open_sanslight'; 
}

#toTop{
    bottom: 5px;
    cursor: pointer;
    padding: 5px;
    position: fixed;
    right: 5px;
    text-align: center;
    display:none;
    text-decoration: none;
    width: 70px;
	height:70px;
	font-size:27px;
	border-radius:100px;
}
#top-text{
	font-size:16px; 
	padding:0px 5px 5px;
}
/****************Author page*************************/
#about-author-wrapper.avatar-wrapper {
	display: block;
	float: left;
	width: 80px;
}
#about-author-wrapper.avatar {
	border: 1px solid #CCCCCC;
	border-radius: 70px;
	display: block;
	margin: 8px 0 0;
}
#about-author-wrapper ul{
	list-style:none;
}
.avatar-wrapper{
	float:left; 
	margin-right:20px;
}
.about-author-name{
	font-size: 16px;
	color:#1d1d1d; 
	text-transform:uppercase;
}
.about-author-name:hover{
	color:#A0CE4E; 
	text-decoration:none;
}
.avatar-wrapper img {
	border: 1px solid #A0CE4E;
	border-radius: 100px;
	box-shadow: 0 0 4px 1px #A0CE4E;
}
.respond-heading, .blog-comment-title, #about-author-title {
	color: #666666;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-weight: lighter; 
	font-family: 'open_sanslight';
	font-size:26px;
	margin:10px auto;
}
.others-posts{
	list-style:none;
}
.full-page{
	color:#666;
}
.full-page h3 > a{
	color:#666;
}
.full-page h3 > a:hover{
	color:#A0CE4E; 
	text-decoration:none;
}
.sidebar ul{
	list-style:none; 
	margin-left:-35px;
}
.sidebar ul li ul{
	margin-left:-35px;
}
.widget h4{
	background:#555; 
	color:#fff; 
	padding:10px; 
	font-weight: lighter; 
	font-family: 'open_sanslight';
}
/***************************Design Search form******************/
.search-input{
	width:70%; 
	height:33px;
}
.search-submit{
	width:28%; 
	height:33px;
}
@media (min-width: 720px) and (max-width: 820px) {
	.search-input{width:100%;}
	.search-submit{width:50%;}
}
::selection{
	background-color:#A0CE4E; 
	color:#222;
}
::-moz-selection{
	background-color:#A0CE4E;
	color:#222;
}
.sidebar ul li:first-child{
	margin-top:0px;
}
/*Design search form*/
.search-input[type=text], .wpcf7-form input{
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 3px 0px 3px 3px;
	border: 1px solid #DDDDDD; 
	font-family: 'open_sanslight';
}
.search-input[type="text"]:focus, .wpcf7-form input:focus, .wpcf7-form textarea{
	border: 1px solid #A0CE4E;
	box-shadow: 0 0 5px #A0CE4E;
	margin: 1px 0px 1px 0px;
}
/*Contact form 7*/
.your-message textarea{
	width:300px; 
	height:100px;
}
.wpcf7-form p{}
.wpcf7-submit{
	width:100px; 
	background:#A0CE4E; 
	color:#fff;
}
.sf-menu ul li a{
	color:#666;
}
.sf-menu ul li{
	border-bottom:1px solid #1a1a1a;
}
.gallery-caption{}
.sticky {}
.bypostauthor {}
#post-meta a{
	color:#666;
}
#post-meta a:hover{
	color:#A0CE4E; 
	text-decoration:none;
}
.post-author a{
	text-transform:uppercase;
}
#footer-follow-us li{
	display:inline-block; 
	padding:2px; 
	vertical-align: middle;
}
#footer-follow-us a{
	font-size:30px; 
	line-height:28px;
}
#footer-follow-us{
	margin-top:-5px;
}
#follow-us{
	margin-top:5px;
}
#fb a:hover{
	color:#3B5998;
}
#tw a:hover{
	color:#4D9FD2;
}
#li a:hover{
	color:#52A2CC;
}
#vm a:hover{
	color:#62A0AD;
}
#yt a:hover{
	color:#C4302B;
}
#rss a:hover{
	color:#e5b00d;
}
/**/
.related-post ul {}
.related-post ul li{
	list-style:none;
}
/*Design responsive Navigation*/
@media screen and (max-width: 820px) {
    .tinynav { 
	box-shadow: 2px 0 6px 1px #999999;
	display: block; }
    #menu-primary { display: none; }
}
@media screen and (min-width: 820px) {
    .tinynav { display: none; }
}
@media (min-width: 300px) and (max-width: 482px) {
	.tinynav{
		width:90%; 
		margin:0px auto; 
		padding:10px; 
		margin-bottom:20px;
	}
}
@media (min-width: 440px) and (max-width: 600px) {
	.tinynav{
		width:90%; 
		margin:0px auto; 
		padding:10px; 
		font-size:18px; 
		margin-bottom:20px;
	}
}
@media (min-width: 600px) and (max-width: 820px) {
	.tinynav{
		width:50%; 
		margin:0px auto; 
		padding:10px; 
		font-size:18px; 
		margin-bottom:20px;
	}
}
nav {
	margin-top: 18px;
/*End responsive Navigation*/
.per-search-items{
	margin-bottom:40px;
}
/**/
.title > a {
	color: #555555;
	font-size: 22px;
	line-height: 25px;
}
.per-post{
	margin-bottom:40px;
}