/* sideber css style */


/*========================
manhood WIDGET  CSS
=========================*/
/* sidebar css */
/* serch widget */

.blog-left-side {} 
.blog-left-side > div {
  background-color: #fff;
  margin-bottom: 30px;
  padding:10px;
  border: 1px solid #eeeeee;

}
.blog-left-side > div:last-child {
    margin-bottom: 0px;
	border:none;
}
.blog-left-side h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
}
.blog-left-side {} .blog-left-side .content {
    padding: 0;
}
.blog-left-side .push-bottom-large {
    margin-bottom: 0;
}
.blog-left-side > div:last-child {
    margin-bottom: 0px;
}
.blog-left-side > aside:last-child {
    margin-bottom: 0px;
}
.widget_area {
    border: 1px solid #ddd;
}
.widget_search{
    padding: 10px;
}
.search {
    background: #f7f7f7;
    position: relative;
}
.search input {
    background: #f9f9f9;
    border: 1px solid #ddd;
    height: 40px;
    position: relative;
    width: 100%;
}
.search input[type="text"] {} .search input::-ms-input-placeholder,
.search input::-webkit-placeholder,
.search input::-moz-placeholder {
    color: #858585;
    font-size: 14px;
}
.search button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #858585;
    font-size: 18px;
    padding: 5px 12px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.search button i {}
.search input[type="text"] {
  padding-left: 10px;
}
/* widget list */

.widget {}
.blog-left-side .widget h2 {
    border-bottom: 1px solid #000000;
    bottom: -1px;
    color: #333;
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 40px;
    padding-bottom: 16px;
    position: relative;
    text-transform: uppercase;
}
.blog-left-side .widget h3{
	font-size:18px;
	font-weight:600;
	text-transform: capitalize;
}
.blog-left-side span{
	font-size:13px;
	font-weight:400;
	text-transform: capitalize;
	color:#666;
}
.blog-left-side p {
    width: 93%;
    margin: 15px 0 25px;
}
.blog-left-side .widget h2::before {
  background: #666 none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50%;
}
.blog-left-side .widget h2{}
.footer-middle .widget h5 {
    color: #333;
    font-size: 24px;
    text-transform: capitalize;
}
.blog-left-side .widget ul {
    list-style: none;
}
.blog-left-side .widget ul li {
  margin: 0 0 5px;
  padding-bottom: 5px;
  position: relative;
}
.blog-left-side > .widget > ul > li {
  margin: 0 0 10px;
  padding-bottom: 10px;
}
.blog-left-side .widget ul li:last-child {
	padding-bottom: 0px;
    margin-bottom: 0;
}
.blog-left-side .widget > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.blog-left-side .widget ul li a {
    color: #333;
}
.blog-left-side .widget ul li::before {
  color: #333;
  content: "";
  font-family: FontAwesome;
  font-size: 18px;
  left: 0;
  position: absolute;
  top: 0px;
}
.blog-left-side .widget ul.children li{
	
}
/* widget select */

.widget {} 
.blog-left-side .widget select {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #ddd;
    padding-left: 5px;
}
.widget .screen-reader-text {
    display: none;
}
.textwidget select{
	width:100%;
}
/* table css */

#wp-calendar {
    width: 100%;
}
/* tags */

.tagcloud a {
  color: #606060;
  display: inline-block;
  font-size: 14px;
  margin: 0 3px 5px 0;
  padding: 7px 15px;
  text-align: center;
}

.widget_categories ul li:hover:before,
.widget_archive ul li:hover:before,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.tagcloud a:hover,
.r-post-content h3:hover,
.r-post-content h3 a:hover {
    color: #eb1b2b;
}
#wp-calendar caption {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
}
#wp-calendar {
  font-size: 13px;
}
#wp-calendar {
    border: 0px solid #e5e5e5;
    margin-bottom: 20px;
    overflow: auto;
    vertical-align: top;
    width: 100%;
    margin: 0;
	color:#333333;
}
table#wp-calendar td {
  border: 1px solid #e5e5e5;
  color: #444444;
   padding: 5px 10px;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
}
#wp-calendar th, #wp-calendar td {
  padding: 8px;
}
table#wp-calendar th {
  border: 1px solid #e5e5e5;
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
table#wp-calendar td#today{
	color:#fff ;
	background-color:#eb1b2b ;
}

.single_sidebar_content h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0px 0 38px;
}
.sidebar_category {
    margin-top: -6px;
}
.sidebar_category ul {
    margin-bottom: -10px;
}
.sidebar_category li {
    margin-bottom: 23px;
    border-bottom: 1px solid #ddd;
    height: 39px;
    display: block;
	transition: .5s;
}
.sidebar_category li:last-child{
	border: none;
}
.sidebar_category li:hover{
	color: #1a7dd7;
}
.sidebar_category ul li i {
    margin-right: 10px;
}
.blog-left-side .widget h2::before {
    background: #666 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50%;
}
.sidebar_category li span {
    float: right;
}
.widget_icon {
    margin: 45px 0 62px;
}
.widget_icon a {
    margin-right: -4px;
    color: #fff;
    transition: .5s;
    padding: 8px 11px;
    text-align: center;
}
.widget_icon a:nth-child(1) {
    background: #4c70ba;
}
.widget_icon a:nth-child(2) {
    background: #46c1fa;
}
.widget_icon a:nth-child(3) {
    background: #e04048;

}
.widget_icon a:nth-child(4) {
    background: #22478b;

}
.single_sidebar {
    margin-bottom: 50px;
}
.widget_icon-bg {
    margin-bottom: -15px;
}
.sidebar_tag {
    margin-bottom: -15px;
}
.widget_icon-bg a {
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: .5s;
    text-transform: uppercase;
    width: 47%;
}
.widget_icon-bg i {
    border-right: 1px solid #ddd;
    padding: 13px 15px 13px 15px;
    margin: 0px 20px 0px 0px;
}
.widget_icon-bg a:nth-child(odd){
	margin-right:15px;
}
.widget_icon-bg a:nth-child(1) {
    background: #4c70ba;
	color: #fff;
}
.widget_icon-bg a:nth-child(2) {
    background: #e04048;
	color: #fff;
}
.widget_icon-bg a:nth-child(3) {
    background: #4078e0;
	color: #fff;
}
.widget_icon-bg a:nth-child(4) {
    background: #22478b;
	color: #fff;
}
.widget_icon-bg a:nth-child(5) {
    background: #0da9a0;
	color: #fff;
}
.widget_icon-bg a:nth-child(6) {
    background: #00afe1;
	color: #fff;
}

.single_recent_post {
    margin-bottom: 12px;
    height: 87px;
}
.recent_post_thumb {
    float: left;
    margin-right: 15px;
}
.post_meta {
    margin: 10px 0 -10px;
}
.post_meta span {
    font-size: 13px;
}
.recent_post_content h4 {
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    padding-top: 8px;
	transition:.5s;
}
.recent_post_content h4:hover{
	color: #1a7dd7; 
}
.sidebar_tag a {
    display: inline-block;
    margin-right: 27px;
    padding: 0px 0px 0px 7px;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: .5s;
    text-transform: capitalize;
}
.sidebar_tag a:hover{
	color:#1a7dd7;
}
.blog_single_thumb-bg {
    float: left;
    margin: -3px 20px;
    position: relative;
}
.blog_single_thumb-bg::before {
	background: rgba(0, 0, 0, 0.34) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.video_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translateY(-50%) translateX(-50%);
}
.video_icon a {
    text-align: center;
    display: inline-block;
}
.video_icon a i {
    color: #fff;
    border: 4px solid #fff;
    width: 70px;
    height: 70px;
    line-height: 62px;
    font-size: 33px;
    border-radius: 50%;
}
.blog_single_content p {
    margin: 22px 0px 30px;
    font-weight: 300;
}
.p {
    padding: 25px 20px 25px 30px;
    box-shadow: 0px 0px 15px 0px #ddd;
    margin: 55px 0 80px;
}
.p {}
.p a {
    color: #1a7dd7;
    font-size: 17px;
}
.blog_single_content h2{
	font-size: 26px;
	text-transform: capitalize;
}
.blog_details_social_icon {
    text-align: center;
    position: relative;
    margin: 50px 0 50px;
}
.blog_details_social_icon a {
    margin-right: 4px;
    margin-left: 4px;
}
.blog_details_social_icon a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #1a7dd7;
    color: #1a7dd7;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
	transition: .5s;
}
.blog_details_social_icon a i:hover {
	background: #1a7dd7;
    border: 1px solid #1a7dd7;
	color: #fff;
}
.blog_details_social_icon:after{
	position:absolute;
	content: "";
	top:15px;
	left:0;
	width: 240px;
	height: 1px;
	background: #1a7dd7;
}
.blog_details_social_icon:before{
	position:absolute;
	content: "";
	top:25px;
	left:0;
	width: 240px;
	height: 1px;
	background: #1a7dd7;
}.blog_details_social_icon_bg:after{
	position:absolute;
	content: "";
	top:15px;
	right:0;
	width: 240px;
	height: 1px;
	background: #1a7dd7;
}
.blog_details_social_icon_bg:before{
	position:absolute;
	content: "";
	top:25px;
	right:0;
	width: 240px;
	height: 1px;
	background: #1a7dd7;
}
.blog_vedio{
	position: relative;
}
.blog_vedio_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translateY(-50%) translateX(-50%);
}
.blog_vedio_icon a {
    text-align: center;
    display: inline-block;
}
.blog_vedio_icon a i {
    color: #fff;
    border: 4px solid #fff;
    width: 70px;
    height: 70px;
    line-height: 62px;
    font-size: 33px;
    border-radius: 50%;
}
.comment_area {
    padding: 65px 0 0px;
}
.single_comment{
	margin-top: 23px;
}
.comment_thumb {
    float: left;
    margin-top: 0px;
}
.comment_thumb img{}
.single_comment_title_text {
    border: 1px solid #ddd;
    position: relative;
    margin-left: 120px;
    padding-left: 15px;
}
.single_comment_title_text2 {
    border: 1px solid #ddd;
    position: relative;
    margin-left: 120px;
    padding-left: 15px;
}

.single_comment_title{}
.single_comment_title h2 {
    font-size: 17px;
    margin-left: 9px;
    text-transform: uppercase;
}
.single_comment_title p {
    font-size: 14px;
    margin: 0px 9px 10px;
    text-transform: uppercase;
}
.single_comment_title span{
    float: right;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: -31px;
    transition: .5s;
	color: #666;
	margin-right: 40px;
}
.single_comment_title i {
    font-size: 14px;
    margin-right: 10px;
	color: #1a7dd7;
}
.single_comment_text {
    position: relative;
    margin-left: 9px;
    padding-bottom: 5px;
    margin-top: 30px;
}

.single_comment_text p{}
.single_comment2 {
    margin: 45px 0 45px 50px;
}
.single_comment_title_text_bg{
    position: relative;	
}
.single_comment_text:after {
    position: absolute;
    content: "";
    top: -15px;
    left: 0px;
    width: 93%;
    height: 1px;
    background: #ddd;
}
/* .single_comment_title_text_bg:after {
    position: absolute;
    content: "";
    top: 40px;
    left: -28px;
    width: 15px;
    height: 1px;
    margin: auto;
    opacity: 1;
    transform: rotate(-45deg);
    transition: .5s;
    background: #ddd;
}
.single_comment_title_text_bg:before {
    position: absolute;
    content: "";
    top: 50px;
    left: -28px;
    width: 15px;
    height: 1px;
    margin: auto;
    opacity: 1;
    transform: rotate(45deg);
    transition: .5s;
    background: #ddd;
} */

.contact_area {
    padding: 28px 0 35px;
}
.contact_form {
    border: 1px solid #ddd;
    padding: 50px 30px;
}
.contact_title_inner {
    margin-bottom: 23px;
}
.form_field_inner:nth-child(odd) {
    margin-right: 2.10%;
}
.form_field_inner input, .form_field_comment_inner textarea {
    padding-left: 10px;
    width: 100%;
    border: 1px solid #ddd;
    height: 42px;
    font-family: 'poppins', sans-serif;
	font-size: 17px;
    font-weight: 300;
}
.form_field_inner {
    margin-bottom: 30px;
    width: 47.90%;
    float: left;
}
.form_field_comment_inner textarea {
    height: 200px;
    padding-top: 10px;
}
.contact_button {
    margin-top: 26px;
}
.contact_button button {
    display: inline-block;
    padding: 11px 28px;
    color: #333;
    text-transform: capitalize;
    font-size: 15px;
    font-family: 'poppins', sans-serif;
    transition: .5s;
    letter-spacing: 1px;
    background: #fff;
    font-weight: 300;
	border: 1px solid #ddd;
	border-radius: 50px;
	transition: .5s;
}
.contact_button button:hover{
	background: #1a7dd7;
	border-color: #1a7dd7;
	color: #fff;
}
.form_field_inner input:focus,
.form_field_comment_inner textarea:focus{
	border-color: #1a7dd7;	
}


