@media screen and (min-width: 992px ) {
	.blog-sidebar {
		padding-left: 50px;
	}	
}

@media screen and (max-width: 991px ) {
	.blog-sidebar {
		padding-top: 50px;
	}	
}


/* Global Widget */
.widget {
	margin-top: 40px;
	   
}

.widget:first-child {
	margin-top: 0;
}

.widget .widget-title {
	margin-bottom: 15px; 
	margin-top: 0;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba( 255, 255, 255, 0.04) ;
}

.widget .widget-title:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	height: 2px;
	width: 25px;
	background: #00bb5c;
	transition: all .5s ease;
}

.widget a,
.widget select,
.widget table,
.widget p {
	font-size: 15px;
}

.widget .widget-title a.rsswidget  {
	font: inherit;
}

.widget img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: center;
}

.widget ul li:before,
.widget ul li:after {
	content: '';
	display: table;
}

.widget ul li:after {
	clear: both;
}

.widget select {
	padding: 10px 10px;
    display: block;
    width: 100%;
    height: 42px;
    color: #fff;
   	border: 0;
    background: #52555f;
    border-radius: 4px;
    border: 1px solid #52555f;
    transition: all .2s ease;
}

.widget select:hover {
	border-color: rgba(0, 0, 0,0.8);
}

.widget select:focus {
	border-color: #00bb5c;
	outline: none;
}


/* Archive, category */
.widget_archive ul,
.widget_recent_comments ul ,
.widget_recent_entries ul,
.widget_rss ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul {
	list-style-type: none;
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget_archive ul a,
.widget_recent_entries ul a,
.widget_categories ul a,
.widget_pages ul a,
.widget_meta ul a,
.widget_nav_menu ul a {
	position: relative;
	display: inline-block;
	padding: 1px 0 1px 0;
	margin-bottom: 5px;
    transition: all .3s ease;
	color: #fff;
}

.widget_archive ul a:hover,
.widget_recent_entries ul a:hover,
.widget_categories ul a:hover,
.widget_pages ul a:hover,
.widget_meta ul a:hover,
.widget_nav_menu ul a:hover  {
	color: #00bb5c;
}

.widget_archive ul li,
.widget_recent_comments ul li, 
.widget_recent_entries ul li a,
.widget_rss ul li,
.widget_categories ul li a,
.widget_pages ul  li a,
.widget_meta  ul li a,
.widget_nav_menu ul li a {
	display: block;
	width: 100%;
    text-decoration: none;
    border-bottom: 1px solid rgba( 255, 255, 255, .07);
    padding: 5px 0;
}


.widget_archive ul li {
	text-align: right;
}
.widget_archive ul li a {
	float: left;
}

.widget_categories ul li a span {
	float: right;
	color: #fff;
}

.widget_archive ul li a, {
	float: left;
} 


.widget_archive > ul > li:last-child a,
.widget_recent_entries > ul > li:last-child a,
.widget_categories > ul > li:last-child a,
.widget_pages > ul > li:last-child a,
.widget_meta > ul > li:last-child a,
.widget_nav_menu > ul > li:last-child a {
	margin-bottom: 0;
}

.post-count {
	opacity: .8;
	margin-left: 5px;
}

.widget_archive ul a::before,
.widget_recent_entries ul a::before,
.widget_categories ul a::before,
.widget_pages ul a::before,
.widget_meta ul a::before,
.widget_nav_menu ul a::before {
	visibility: hidden;
  	font-family: 'FontAwesome';
	position: absolute;
	content: '';
  	content: "\f105";
  	top: 5px;
  	left: 0;
    transition: visibility 0.08s linear;

}

.widget_archive ul a:before {
	top: 0;
}

.widget_archive ul a:hover,
.widget_recent_entries ul a:hover,
.widget_categories ul a:hover,
.widget_pages ul a:hover,
.widget_meta ul a:hover,
.widget_nav_menu ul a:hover {
	padding-left: 10px;
}

.widget_archive ul a:hover::before,
.widget_recent_entries ul a:hover::before,
.widget_categories ul a:hover::before,
.widget_pages ul a:hover::before,
.widget_meta ul a:hover::before,
.widget_nav_menu ul a:hover::before {
	visibility: visible;
}

/* Search */
.widget_search label {
	display: block;
	float: left;
	width: 70%;
	height: 50px;
}

.widget_search form:before,
.widget_search form:after {
	content: "";
  	display: table;
}
.widget_search form:after {
	clear: both;
}

.widget_search label input {
	width: 100%;
    height: 100%;
    border-radius: 2px;
    padding: 0 67px 0 20px;
    color: #fff !important;
   	border: 0;
    background: #52555f;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #52555f;
    outline: 0;
      -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
       color: #fff;
    font: 300 16px/1.6em "Ubuntu", sans-serif;
}

.widget_search label input::-webkit-input-placeholder{ 
  color: #fff;
}
.widget_search label input::-moz-placeholder { 
  color: #fff;
}
.widget_search label input:-ms-input-placeholder { 
  color: #fff;
}
.widget_search label input:-moz-placeholder { 
  color: #fff;
}

.widget_search label input:focus {
	border-color: #00bb5c;
}

.widget_search input[type="submit"] {
	float: left;
	width: 30%;
	padding: 0;
	height: 50px;
    line-height: 50px;
	background: #00bb5c;
    padding: 0;
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #fff;
    font-weight: 600;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    font: 500 16px/36px "Ubuntu", sans-serif;
}

.widget_search input[type="submit"]:hover {
	background: #00a551;
    color: #fff;
}

/* Rss */

.widget_rss li  {
	padding-bottom: 20px !important;
	margin-bottom: 14px;
}

.widget_rss li:last-child {
	margin-bottom: 0;
}

.widget_rss li > .rsswidget {
    display:  block;
    font-size:  16px;
    margin-bottom: 1px;
}

	
.widget_rss cite {
	display: inline-block;
	padding-top: 10px;
}
.widget_rss li .rss-date {
    font-size: 12px;
}

.widget_rss li .rssSummary {
	margin-top: 5px;
	font-size: 15px;
}

.rss-widget-icon {
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
    position: relative;
    top: -3px;
}

/* Calendar */

.widget_calendar table {
	position: relative;
	border-top: 0;
	margin-bottom: 0;
	background: #52555f;
	color: #fff;
	border-radius: 4px;
	overflow: hidden;
}

@media screen and (max-width: 991px ) { 
	.widget_calendar table {
		width: 300px;
	}
}

.widget_calendar table caption {
    background: #00BB5A;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.widget_calendar table tfoot {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}



.widget_calendar table tfoot td {
	font-size: 14px ;
	font-weight: 400;
	border: none;
	background: #00a551;
	height: 30px;
    top: 10px;
    border-radius: 4px;
    line-height: 30px;
    padding: 0 7px;
}

.widget_calendar table tfoot #prev {
	position: absolute;
	left: 10px;
} 

.widget_calendar table tfoot #next {
	position: absolute;
	right: 10px;
}

.widget_calendar table tfoot .pad {
	display: none;
}

.widget_calendar table tfoot a {
	color: #fff;
}

.widget_calendar table thead td,
.widget_calendar table thead th{
	text-align: center;
}

.widget_calendar table tr,
.widget_calendar table td {
	border: none;
	text-align: center;
}


.widget_calendar table th {
	border: none;
}

/* Widget Social Networks */
.widget_social_networks {
	list-style-type: none;
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget_social_networks li {
	display: inline-block;
	margin: 0;
}

.widget_social_networks li a {
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 0;
	color: #fff;
	background: #00BB5A;
	border-radius: 50%;
	margin: 3px 0 3px 2px;
	transition: all .3s linear;
}

.widget_social_networks li a:hover {
	background: #fff;
	color: #00BB5A;
}

.widget_social_networks li a::before {
	font-size: 20px;
}

/* Contact Details */
.widget_contact_details p {
	margin-bottom: 4px;
}

.widget_contact_details p  i {
	margin-right: 8px;
}

/* Conact form */
.widget_contact_form {

}

.widget_contact_form form {
	display: block;
	width: 100%;
}

.widget_contact_form form .form-group {
	
}

.widget_contact_form form .form-group.first,
.widget_contact_form form .form-group.second {
	width: 50%;
	float: left;
}
.widget_contact_form form .form-group.first {
	padding-right: 5px
}


.widget_contact_form form .form-group.second {
	padding-left: 5px;
}

.widget_contact_form form .ajax-loader {
	display: none;
}

.widget_contact_form form .ajax-loader.is-active {
	display: block;
}

.widget_contact_form form input {
	height: 40px;

}

.widget_contact_form form input,
.widget_contact_form form textarea {
	width: 100%;
	padding: 0 10px;
	box-shadow: none;
    background-color: #52555f;
    border: 1px solid #52555f;
    border-radius: 4px;
    color: #fff;
    font: 300 16px/1.6em "Ubuntu", sans-serif;
}

.widget_contact_form form input::-webkit-input-placeholder ,
.widget_contact_form form textarea::-webkit-input-placeholder { 
  color: #fff;
}
.widget_contact_form form input::-moz-placeholder ,
.widget_contact_form form textarea::-moz-placeholder { 
  color: #fff;
}
.widget_contact_form form input:-ms-input-placeholder ,
.widget_contact_form form textarea:-ms-input-placeholder { 
  color: #fff;
}
.widget_contact_form form input:-moz-placeholder,
.widget_contact_form form textarea:-moz-placeholder { 
  color: #fff;
}

.widget_contact_form form textarea {
	padding-top: 10px;
	height: 100px;
}

.widget_contact_form form input[type='submit'] {
    display: block;
	margin-top: -5px;
    width: 100%;
    height: 40px;
    border: 1px solid #00bb5c;
    border-radius: 4px;
    background-color: #00bb5c;
    color: #fff;
    font: 500 16px/36px "Ubuntu", sans-serif;
    transition: background-color .3s ease, color .3s ease;
}

.widget_contact_form form span.wpcf7-not-valid-tip {
	font-size: 14px;
	line-height: 14px;
	font-weight:300;
	font-family: "Ubuntu", sans-serif;
	margin-top: 3px;
}

.widget_contact_form form  div.wpcf7-response-output {
	margin: 0;
	padding: 5px;
	border-radius: 4px;
}

.widget_contact_form form input[type='submit']:hover {
    background-color: transparent;
    color: #fff;
}

.widget_contact_form form div.wpcf7 .ajax-loader {
	display: none !important;
}

/* Tags */
.widget_tag_cloud a {
	display: inline-block;
	background: #00bb5c;
	color: #fff;
	font-size: 14px !important;
	line-height: 14px;
	padding: 6px 10px 6px;
	margin: 2.5px 1.9px 2.5px 0;
	border-radius: 50px;
	border: 1px solid transparent;
	transition: border-color .3s ease, background-color .3s ease, color .3s ease;
}

.widget_tag_cloud a:hover {
	background: none;
	border-color: #00bb5c;
}