/* Main Css
* 1: common css
* 2:
*
*
*
-----------------------*/
/**/
.blog h1, .blog h2,.blog h3{
	margin:20px 0px;
}
h1{
	font-size:45px;
	font-weight:400;
	line-height:62px;
}

h2{
	font-size:29px;
	font-weight:400;
}
h3{
	font-size:25px;
	font-weight:400;
}
h4{
	font-size:20px;
	font-weight:400;
}
h5{
	font-size:18px;
	font-weight:400;
}
h6{
	font-size:14px;
	font-weight:400;
}

p{
	
	font-weight:400;
	line-height: 26px;
}
ul{
	margin:0;
	padding:0;
}

.alignnone{
    margin: 5px 20px 20px 0;
}
iframe{
	width:100%;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.gallery-caption {
    margin: 0 0 8px;
    font-style: italic;
    font-family: arial;
}

.blog,.single,.archive,.search,.page-template-default,.error404 {
	background:#f1f1f1;
}
.headerr,.side-bar{
	background:#fff;
	}

.top-bar-defaultblog{
	padding:20px 0px;
	border-bottom:1px solid #e2e2e2;
}
.social-login-blog .fa{
	display:inline;
	font-size:15px;
	color:#727272;
	margin-left:15px;
}
.social-login-blog .fa:hover{
	cursor:pointer;
	
}
.social-login-blog ul li{
	display:inline-block;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
 
}
#cssmenu > ul > li > a {
	padding-bottom:24px;
	padding-top:24px;
  font-size: 18px;
  text-decoration: none;
  font-weight: 100;
  position:relative;
  margin-right:35px;
  color:#2a2c2b;
  font-family:"Abel",sans-serif;
  text-transform:capitalize;
  
}


#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index:9999999;
}

#cssmenu ul ul li {
  
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
 
  background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc !important;
    color: #272727;
    
    font-size:12px;
    padding: 11px 15px;
    text-decoration: none;
    width: 200px;

}
#cssmenu ul ul li a:hover{
	color:#fff;
	background:#3598db;
	border-color:#3598db !Important;
}
#cssmenu > ul > li > a:hover{
 border-bottom:2px solid #3598db !important;
}
#cssmenu > ul > li > a{
 border-bottom:2px solid #fff !important;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
.section-contianer{
	margin:50px 0px;
}

#blog-post-default{
	padding:35px;
}
.entry-title{
	padding:35px;
	padding-bottom:13px;
}
.entry-title h1 {
	margin:0px;
	line-height:40px;
}
.entry-title h1 a{
    color: #2a2c2b;
    font-family: "Abel",sans-serif;
    font-size: 44px;
    margin-top: 0;
    text-shadow: none;
	
}
p{
	margin-bottom:10px;
}
.entry-title h1 a:hover,.category a:hover{
	color:#3598db;
}

.entry-meta-bar{
	border-top:2px solid #e2e2e2;
	margin-top:20px;
	padding-top:13px;
}
.category a,.category,.posted-on{
	color:#727272;
	font-size:14px;
	font-family:'Lato';
}
.posted-on .fa{
	margin-right:7px;
}
.blog-description{
	padding:0px 0px;
}
.blog-description img {
	height:auto
}
.blog-description .more-link-details{
	color:#fff;
	font-size:14px;
	font-family:'Lato';
	padding:10px 20px;
	border-radius:4px;
	background:#979797;
	display:inline-block;
	text-transform:uppercase;
	margin-top:35px;
}
.blog-description .more-link-details:hover,.searchform  #searchsubmit:hover{
	background:#3598db;
}

.side-bar aside {
	padding:20px;
	padding-bottom:0px;
}
.side-bar aside:last-child{
	padding-bottom:20px;
}
.side-bar aside h2{
	margin-top:0px;
	font-size:26px;
	border-bottom:2px solid #e2e2e2;
	padding-bottom:10px;
}
.searchform label{
	display:none;
}
.searchform input{
	width:100%;
	box-shadow:none;
	border:1px solid #e2e2e2;
	height:40px;
	overflow: hidden;
    padding: 0 15px;
}
.searchform  #searchsubmit{
	width:50%;
	margin-top:30px;
	text-transform:capitalize;
	font-family:'Lato';
}
.searchform  #searchsubmit:hover{
	background:#3598db;
	border-color:#3598db;
	color:#fff;
}
aside  a:hover{
	COLOR:#3598db;
}
.widget ul li{
	list-style:none;
}

.list-thumb, .list-detail{
	display:inline-block;
}
.list-thumb{
	width:70px;
	vertical-align:top;
	padding-top: 5px;
}
.list-detail{
	margin-left:10px;
	width:70%;
}
.list-detail a{
	margin:0px;
	font-size:14px;
	
}
.widget ul li ul{
	margin-left:20px;
	
}

.widget ul li .post-on{
	margin-top:5px;
}
.post-says{
	font-size:12px;
	text-transform:uppercase;
}
.widget  ul  li{
	margin-bottom:0px;
	
	display:block;
	
}
.widget  ul  li a{
	line-height:40px;
}
#tag_cloud-2 a {
    border: 2px solid #ccc;
    display: inline-block;
    font-size: 14px !important;
    margin-top: 7px !important;
    padding: 5px 20px;
}
#tag_cloud-2 a:hover{
	color:#fff;
	border-color:#3598db;
	background:#3598db;
}
.blog-post{
	margin-bottom:30px;
}
/* Comment Form Styling */
#comments {
    margin-top: 50px;
}

.comment-form-comment{
    width: 100%;
}
p.form-submit,.comment-form-author{
    width: 100%;
}
p.form-submit input{
    width: 100%;
    text-transform: uppercase;
	height:48px
}
 .comment-form-author p input, .comment-form-author p.comment-form-email input{
	 width: 100%;
	 height:48px
	}
#commentform input[type="text"], .comment-form-comment textarea{    
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    margin-bottom: 0;
    padding: 17px;  
	box-shadow:none !important;
}
#commentform{
    width: 100%;
    display: inline-block;
}
.comment-form-comment textarea{
    display: inline-block;
    margin-bottom: 20px;
    padding: 15px 20px;
    width:100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
#reply-title,.comment-title{
    margin-bottom: 20px;
    font-size: 16px;
}
.comment-title{
    margin-bottom: 25px;
}
.comment-author img {
    display: block;
    float: left;
    margin: 0 30px 30px 0;
    width: 70px;
    height: 70px;
}
.comment-meta{
    position: relative;
    top: -3px;
    color: #222222;
    font-weight: bold;
}
.comment-meta span.comment-replay-link{
   bottom: -82px;
    left: -2px;
    position: absolute;
	line-height:24px;
	padding: 0px 20px
}
.comment-meta span a{
    font-weight: bold;
}
.comment-body {
    position: relative;    
    margin-bottom: 25px;
    margin-left: 100px;
}
.comment-list
.comment-block .comment-block {
    margin-left: 29px;
    padding-left: 50px;
    border-left: 1px solid #E5E5E5;
}
.comment-author{
    margin-bottom: 5px;
}
.comment-block .comment{
    position: relative;
    float: left;
    margin-bottom: 30px;
    width: 100%;

    border: 1px dotted #e1e1e1;
	background:#f9f9f9;
	padding:20px;
}

.commentlist .bypostauthor { }
#fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span {
    width: 100% !important;
}

/* Reply
----------------------------*/
.form-control{
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
	height: 180px !important;
}
.comment-form-email input:focus,.comment-form-author input:focus{
	border: 1px solid #3598db;
	box-shadow:none !important;
	background:none !important;
}
 .comment-form-email input, .comment-form-author input{
	border: 1px solid #ccc;
    box-shadow: none !important;
    line-height: 50px !important;
    margin-bottom: 20px !important;
	}
#commentform input[type=submit] {
	border:0px;
	box-shadow:none;
	border-radius:0px;
}
#commentform input[type=submit]{
    padding: 9px 28px;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
	text-transform:uppercase;
}
.blog-post{
	margin-bottom:30px;
	
}
#commentform input[type=submit]{
	border:0px;
	display:inline;
	width:auto;
	color:#fff;
	background:#3598db;
}

.comment-box .posted-on{
	font-size:12px;
}
.avatar-name{
	font-size:16px;
	margin-bottom: 5px;
}
.reply-btn{
	display:block;
}
.comment-box div{
	margin-left:0;
	margin-right:0;
}
.box{
	padding:0px 30px;
	padding-bottom:50px;
}

#error404-container{
	
	padding:30px;
}
#error404-container-search{
	background:#fff;
	padding:30px;
}
.sticky .blog-test-page ul {
    list-style-type: square;
}
.blog-test-page ul,.blog-test-page{
    padding: 0 0 0 40px;
	list-style-type: square;
}

.page-title h2 {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 30px;
    padding: 30px;
}
.post-content {
    padding: 30px;
}
.blog-post{
    background-color: #fff;
}
.widget select{
	    border: 2px solid #e1e1e1;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #888;
    height: 40px;
    margin: 0 !important;
    padding: 8px 8px 8px 40px;
    width: 100%;

}
.tagcloud a{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 6px 15px;
    text-transform: capitalize;
    font-size: 14px !important;
    line-height: 20px;
	border:1px solid #e1e1e1;
}
.tagcloud a:hover,#footer .tagcloud a:hover{
    border:1px solid #55a8e2;
    color: #55a8e2 !important;
}
.widget_pages ul.children, .widget_nav_menu ul.sub-menu {
    display: none;
}
#sidebar aside.widget ul li {
    margin-right: 15px;
    padding: 14px 0 14px;
    border-bottom: 1px solid #e1e1e1;
}
.widget ul li ul {
    margin-left: 20px;
    border-top: 1px solid #e1e1e1;
}
#sidebar aside.widget ul li:last-child {
    padding-bottom: 4px;
    border-bottom: 0;
}
#sidebar aside.widget ul li:first-child {
    padding-top: 4px;
}

.sticky { 
background-color: #f5f5f5;
    border: 1px solid #e2e2e2;
color:#272727;

}
.sticky .blog-description p,.tag-sticky-2 .blog-description p{
	    color: #272727;
    font-size: 18px;
    font-weight: 700;
}
.tag-sticky-2{
	background-color: #f5f5f5;
    border: 1px solid #e2e2e2;
color:#272727;

}
.sticky:before {
  content: "Featured";
  color: #FFF;
  background: #f20000;
  padding: 10px;
  display: inline-block;
  text-align: right;
  float: right;
  font-weight: bold;
  text-transform: uppercase;
}
/* Detail Page
---------------------*/
.post-tags{
	margin-top:20px;
	margin-bottom:3px;
	display:inline-block;
}
.post-tags .tags {
	display:inline-block;
	position: relative;
	float:left;
	padding: 6px 17px;
	text-transform:lowercase;
	margin-right: 10px;
	cursor:pointer;
	margin-bottom:5px;
	border-radius:2px;
}
.post-tags .tags a,.post-tags .tags a:hover{
	color:#fff;
}

.post-tags .tags {
  background-color: #55A8E2;
  color:#fff;
}
.post-tags .tags::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #55a8e2;
}
.post-tags .tags:before {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #55A8E2 transparent transparent;
}
.post-tags .tags:hover{
	background-color:#252525;
}
.post-tags .tags:hover:after{
  border-color: transparent transparent transparent #252525;
}

.post-tags .tags:hover:before{
  border-color: transparent #252525 transparent transparent;
}


@media screen and (min-width:768px) and (max-width:979px){
	.top-bar-defaultblog .col-md-6{
	float:left;
	
	width:50%;
}
.collapse ul{
	display:none !important;
	
	width:100%;
}
.menu-default .navbar-toggle{
	display:block !important;
}
#cssmenu > ul > li{
	float:none;
}

#cssmenu > ul > li > a{
	padding:10px;
	border-bottom:0px !important;
}
#cssmenu > ul > li > a:hover{
	border-bottom:0px !important;
}
.in ul li{
	display:inline-block !important;
	width:100%;
}
.menu-default{
	position:relative;
}
.menu-default .navbar-toggle{
	top:0px;

	border:1px solid #222;
}
.menu-default .navbar-toggle .icon-bar{
	background:#222;
}
#cssmenu{
	float: left;
    width: 50%;
}

.menu-default #cssmenu ul ul ul {
    margin-left: 50%;
    top: 0;
}
}
@media screen  and (min-width:320px) and (max-width: 767px){
.collapse ul{
	display:none !important;
	
	width:100%;
}
#cssmenu > ul > li{
	float:none;
}

#cssmenu > ul > li > a{
	padding:10px;
	border-bottom:0px !important;
}
#cssmenu > ul > li > a:hover{
	border-bottom:0px !important;
}
.in ul li{
	display:inline-block !important;
	width:100%;
}
.menu-default{
	position:relative;
}
.menu-default .navbar-toggle{
	top:0px;

	border:1px solid #222;
}
.menu-default .navbar-toggle .icon-bar{
	background:#222;
}
#cssmenu{
	float: left;
    width: 79%;
}

.menu-default #cssmenu ul ul ul {
    margin-left: 50%;
    top: 0;
}
.top-bar-defaultblog .social-login-blog{
	float:left;
	
	margin-top:20px;
}
}
