/* Primary Sidebar Widgets */
.sidebar .widget-box:first-child{
	margin-top: 5px;
}
.sidebar.space-top{
    padding-top:21px;
}
.sidebar .widget-box {
  border-width: 1px;
  border-style: solid;
  position: relative;
  margin-bottom: 40px;
  padding: 40px 20px;
}
.sidebar .widget-title {
  position: absolute;
  left: 0px;
  top: -10px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.sidebar .widget-title span {
  display: inline-block;
  padding: 0px 15px;
  font-size: 16px;
  line-height: 1;
}

.light_skin .sidebar .widget-title span {
  background-color: #ffffff;
}
.dark_skin .sidebar .widget-title span {
  background-color: #1e2022;
}

@media (max-width: 767px){
	.sidebar{
		margin-top: 40px;
	}
}

/* Side Sidebar Widgets */
.side-menu .widget-box {
  border-width: 1px;
  border-style: solid;
  border-color: #2e2f31;
  position: relative;
  margin-bottom: 45px;
  padding: 30px 10px 20px 10px;
  color: #fff;
}
.side-menu .widget-box:last-child{
	margin-bottom: 0;
}
.side-menu .widget-title {
  position: absolute;
  left: 0px;
  top: -10px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.side-menu .widget-title span {
  display: inline-block;
  padding: 0px 15px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}

.light_skin .side-menu .widget-title span{
	background-color: #1e2022;
}
.dark_skin .side-menu .widget-title span{
	background-color: #131517;
}

/* Footer Wigets */
#footer  .brd,
.side-menu .brd{
	border-color: #25282B;
}
#footer .widget-box{
	margin-bottom: 40px;
	color: #ffffff;
}
#footer .widget-box:last-child{
	margin-bottom: 0;
}

/*********************************
  Widget: Search
*/
.widget_search.widget-box{
	border: none;
	padding: 0;
}
 .widget_search .widget-title{
	display: none;
}
.widget_search .search-wrap{
	position: relative;
	border: 1px solid #2e2f31;
	border-radius: 20px;
	max-width: 100%;
	height: 42px;
	width: 100%;
	position: relative;
	text-align: left;
	box-sizing: border-box;
	background-color: transparent;			
}
.widget_search input[type="text"]{
	background-color: transparent;
    border: none;
    box-sizing: border-box;
    color: #ADADAD;
    display: block;
    float: left;
    font-family: "PT Sans";
    font-size: 13px;
    font-weight: 400;
    height: 40px;
    line-height: 26px;
    padding: 7px 35px 7px 12px;
    width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	       
}
.widget_search  input[type="submit"]{
	background: url("../images/icon-search-light.png") no-repeat center center; 
    border: none;
    cursor: pointer;
	width: 35px;
    height: 40px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;   	
}
 
#footer .widget_search .search-wrap{    
    height:38px;
    max-width:266px;        
    margin:0px auto;
	border-color: #141517;
    background-color:#222426;
}
#footer .widget_search .widget-title{
	display: block;
}
#footer .widget_search input[type="text"]{
    font-size: 11px;
    font-family: "Open Sans";
    font-weight: 400;
    line-height: 22px;
    color: #5f5f5f;
    height: 36px;
    float: left;
	padding-left: 18px;
}
#footer .widget_search ::-webkit-input-placeholder {
    color: #5f5f5f;
}
#footer .widget_search :-moz-placeholder {
   color: #5f5f5f;
   opacity:  1;
}
#footer .widget_search ::-moz-placeholder {
   color: #5f5f5f;
   opacity:  1;
}
#footer .widget_search :-ms-input-placeholder {
   color: #5f5f5f;
}
#footer .widget_search input[type="submit"]{
    height: 36px;
    background-image: url(../images/icon-search.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	background-size: 13px 13px;
}
#footer .widget-social li strong{
	font-size: 14px;
}
 
.light_skin  .sidebar .widget_search .search-wrap{
	border-color: #e6e6e6;
}
.dark_skin .sidebar .widget_search .search-wrap{
	border-color: #2e2f31;
}

 /*********************************
  Widget : Social
*/
.widget-social.widget-box {
  border: none;
  padding: 0;
  margin-top: 0 !important;
}
.widget-social  li{
	padding-left:33px;	
	margin-bottom: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
}

.widget-social  li:last-child{
	margin-bottom: 0;
}
.widget-social .social-txt,
.widget-social .social-link{
	padding: 9px 15px;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 400;	
}
.widget-social .social-txt{
	float: left;
}
.widget-social .social-link{
	top: 0;
	right: 0;
	color: #878787;	
	position: absolute;
	padding-left: 11px;
	padding-right: 13px;
	border-style: solid;
	border-width: 0 0 0 1px;		
}
.widget-social .social-btn{
	position: absolute;
	left: -1px;
	top: -1px;
	bottom: -1px;
	width: 33px;	
	border-width: 0 1px 0 0;
	border-style: solid;
	background-color: #526eac;
	border-color: #496399;
	-webkit-border-radius: 2px 0px 0px 2px;
	-moz-border-radius: 2px 0px 0px 2px;
	border-radius: 2px 0px 0px 2px;
	text-align: center;
}
.widget-social .social-btn .fa{
	color: #ffffff;
	font-size: 14px;
	margin-top: 10px;
	margin-left: 1px;
}
.widget-social .twitter{
	background-color: #1ec0f1;
	border-color: #1aaedb;
}
.widget-social .facebook{
	background-color: #526eac;
	border-color: #496399;
}
.widget-social .google{
	background-color: #e84c4c;
	border-color: #d64747;
}

.light_skin .widget-social  li{border: 1px solid #e6e6e6;}
.light_skin .widget-social .social-txt{color: #1a2a2d;}
.light_skin .widget-social .social-link{ border-color: #e3e3e3;}

.dark_skin .widget-social  li{border: 1px solid #2e2f31;}
.dark_skin .widget-social .social-txt{color: #ffffff;}
.dark_skin .widget-social .social-link{ border-color: #333638;}

/*********************************
  Widget: Text + Social Icons
*/
.widget-about{
	text-align: center;
}
.widget-about .btn-orange{
    margin-right: 5px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 9px 10px 7px 10px;
}
.widget-about p{
    margin-top: 16px;
    margin-bottom: 0px;
    font-size: 10px;
    line-height: 19px;
    font-weight: normal;
	text-transform: uppercase;
	font-family: "ralewayregular", sans-serif;
}

#footer  .widget-about{
	padding: 0px 15px;
}
.side-menu  .widget-about p{
	font-family: "PT Sans",sans-serif;
}

.widget-about .foot-social{display: inline-block; margin-right: 3px; margin-top: 20px;}
.widget-about .foot-social li{float: left; margin: 0px 11px 0px 12px;}
.widget-about .foot-social li a{
    width: 14px;
    height: 14px;
    display:block;
    opacity: 0.6;
    text-indent:-9999px;
    background-image: url("../images/icons-social-foot.png");
    background-repeat: no-repeat;
    -webkit-transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -ms-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
    transition:all 0.2s ease 0s;}
.widget-about .foot-social li a:hover{opacity: 1;}

.widget-about .foot-social li.tw a{background-position: 0px 0px;}
.widget-about .foot-social li.fb a{background-position: -37px 0px;}
.widget-about .foot-social li.vm a{background-position: -75px 0;}
.widget-about .foot-social li.pn a{background-position: -113px 0;}
.widget-about .foot-social li.in a{background-position: -151px 0;}

.widget-about .foot-social li.tw:hover a{background-position: 0px -16px;}
.widget-about .foot-social li.fb:hover a{background-position: -37px -16px;}
.widget-about .foot-social li.vm:hover a{background-position: -75px -16px;}
.widget-about .foot-social li.pn:hover a{background-position: -113px -16px;}
.widget-about .foot-social li.in:hover a{background-position: -151px -16px;}

/*********************************
  Widget : Resent Posts
*/
.widget-resposts.widget-box {
  padding-bottom: 20px;
  text-align: left;
}
.widget-resposts .post-box-cont {
  border-width: 1px 0 0 0;
  padding-top: 12px;
  padding-bottom: 18px;
  margin-bottom: 0;
}
.widget-resposts .post-datalabel{
	margin-bottom: 0px;
}
.widget-resposts .post-title {
  font-size: 13px;
  margin-bottom: 8px;
}
.widget-resposts  .btn.btn-cat{
	background-color: #2E2F31;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.widget-resposts .tab-cont .post-box:first-child .post-box-cont{
	border-width: 2px 0 0 0;
}
.widget-resposts .tabs > ul {
  margin-bottom: 17px;
}
.widget-resposts .tabs > ul > li {
  float: left;
  margin-right: 4px;
}
.widget-resposts .tabs > ul > li > a {
  display: block;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;  
  line-height: 20px;
  padding: 0px 5px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;          
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.widget-resposts .tabs > ul > li.active a,
.widget-resposts .tabs > ul > li.active:hover a {
  background: #f7f7f7;
  color: #1e2022;
}

.light_skin .sidebar .widget-resposts .tabs > ul > li a {
  color: #949799;
}
.light_skin .sidebar .widget-resposts  .btn.btn-cat{
	background-color: #b5b5b5;
}
.light_skin .sidebar .widget-resposts .tabs > ul > li.active a,
.light_skin .sidebar .widget-resposts .tabs > ul > li.active:hover a {
  background: #1a2a2d;
  color: #fff;
}
#side-menu .widget-resposts .autor{
	display: none;
}

/*********************************
  Widget : Tag Cloud
*/
.widget_tag_cloud {
	text-align: center;
}
.widget_tag_cloud  a{    
	padding: 6px 12px;
    margin:1px 2px 2px 1px;
    display: inline-block;
	line-height: 13px;
	font-weight: 400;
	font-size: 10px !important;
	border: 1px solid #2e2f31;
	/*background-color: #262d36;*/
	font-family: 'Montserrat', sans-serif;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.widget_tag_cloud a,
.widget_tag_cloud a:hover{
    color:#ffffff;
}

.light_skin  .sidebar .widget_tag_cloud a{
	border-color: #e6e6e6;    
    color: #888888;
}

#footer  .widget_tag_cloud a{
	border-color: #262d36;
	background-color: #262d36;
}
#footer  .widget_tag_cloud a:hover{
	color: #ffffff;
}

/*********************************
  Sidebar : Latest Comments
*/
.widget-comments .comment-box{
  padding-top: 0;
}
.widget-comments .comment-top .user-avatar{
  width: 42px;
  height: 42px;
}
.widget-comments .comment-top .user-info{
  margin-left: 53px;
  margin-top: 5px;   
}
.widget-comments .comment-top .user-info strong{   
  margin-bottom: 7px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
}
.widget-comments .comment-top .user-info span{
	color: #808080;
	font-size: 11px;
}
.widget-comments .comment-body{
  padding-left: 0px;
  padding-bottom: 16px;
  margin-bottom: 22px;
}
.widget-comments .comment-box:last-child .comment-body{
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.side-menu .comment-top .user-info strong,
#footer .comment-top .user-info strong{color: #ffffff;}

/*********************************
  Widget: Slider
*/
.sidebar-slider .sliderPrev,
.sidebar-slider .sliderNext{
	top: 100px;
}
.sidebar-slider .iosSlider{
	background: transparent;
}
.sidebar-slider .post-thumbnail{
	display: block;
	margin-bottom: 20px;
	height: auto !important;
}
.sidebar-slider .post-title{
	margin-bottom: 9px;
}
.sidebar-slider .post-inner{
  text-align: center;
}
.sidebar-slider .title-black{
  margin-bottom: 6px;
  font-weight: 600;
  text-transform: uppercase;
}
.sidebar-slider .title-black span{
  margin-bottom: 2px;
  padding: 0 4px 1px 4px;
  font-size: 15px;
  line-height: 21px;
}
.side-menu .sidebar-slider .title-black span{
	font-size: 12px;
}
.sidebar-slider .post-datalabel{
	margin-bottom: 0;
}
.sidebar-slider .btn-cat{
	margin-right: 0;
}
@media (max-width: 1200px){
	.sidebar-slider .sliderPrev,
	.sidebar-slider .sliderNext{
		top: 85px;
	}
}
@media (max-width: 979px) and (min-width: 768px){
	.sidebar-slider .sliderPrev,
	.sidebar-slider .sliderNext{
		top: 65px;
		width: 25px;
		height: 25px;
	}
	.sidebar-slider .sliderPrev {
	  background-position: -1px -32px;
	}
	.sidebar-slider .sliderNext {
	  background-position: -1px -2px;
	}
}
@media (max-width: 767px) {
	.sidebar-slider .sliderPrev,
	.sidebar-slider .sliderNext{
		top: 120px;
	}
}
@media (max-width: 480px) {
	.sidebar-slider .sliderPrev,
	.sidebar-slider .sliderNext{
		top: 90px;
		width: 25px;
		height: 25px;
	}
	.sidebar-slider .sliderPrev {
	  background-position: -1px -32px;
	}
	.sidebar-slider .sliderNext {
	  background-position: -1px -2px;
	}
}


/*********************************
  Widget : Image
*/
.widget_imgbanner.widget-box{
	position: relative;	
	text-align: center;
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 1.1;
	padding: 10px;
}
.widget_imgbanner .widget-title {
	display: none;
}
.widget_imgbanner .widget-inner{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 1.1;
}
.widget_imgbanner .valign-outer{
	height: 100%;
}
.widget_imgbanner .valign-inner{
	padding: 10px 20px;
}
.widget_imgbanner h3{
	font-size: 23px;
	line-height: 1;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 13px;
}
.widget_imgbanner .widget-img img{
	display: block;
	width: 100%;
}
.widget_imgbanner .more{
	margin-top: 17px;
	display: inline-block;
	background: #181a1c;
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 1;
	padding: 12px 18px;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: none;
}

.widget_simpleimage{
	text-align: center;
}
.widget_simpleimage .simple-image{
	margin-bottom: 7px;
}
.widget_simpleimage .simple-image img{
	width: 100%;
	height: auto;
}
.widget_simpleimage .more{
	margin-top: 15px;
}
.widget_simpleimage .more a{
	display: inline-block;
	background: #181a1c;
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 1;
	padding: 12px 18px;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
} 


/*********************************
  Widget: Newsletter
*/
.sidebar-newsletter p{
  font-size: 13px;
  color: #636363;
  margin-bottom: 15px;
}
.sidebar-newsletter form{
  position: relative;
  padding-right: 104px;
}
.sidebar-newsletter input[type="text"]{
  border-width: 1px;  
  color: #797979;
  display: block;
  font-family: 'PT Sans',sans-serif;
  font-size: 11px;
  font-weight: 400;
  height: 36px;
  line-height: 23px;
  padding: 7px 15px;
  width: 100%;
  background-color: transparent;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar-newsletter button{
  height: 35px;
  width: 97px;
  font-size: 10px;
  font-weight: 700px;
  padding-top: 6px;
  position: absolute;
  top: 0;
  right: 2px;
  text-align: center;
  color: #ffffff;
  border: 2px solid #2e2f31;
  background-color: transparent;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.sidebar-newsletter button span{
	display: block;
}
.sidebar-newsletter button .fa{
  display: none;
  margin: 0;
  font-size: 14px;
}

.light_skin .sidebar .sidebar-newsletter button{
	color: #6f6f6f;
}
.light_skin .sidebar .sidebar-newsletter button,
.light_skin .sidebar .sidebar-newsletter input[type="text"]{
	border-color: #ebebeb
}

/*********************************
  Widget: Calendar
*/
#wp-calendar{
    margin: 0 auto;
    width: 100%;
}
#wp-calendar th{
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 13px;    
    padding: 13px 0px 14px 0px;
    border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #2e2f31;
	color: #ffffff;
}
#wp-calendar td{
    font-family: "Open Sans";
    font-size: 12px;
    color: #818181;
    text-align: center;
    border-radius: 50%;
    width: 14.2857%;
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
    padding: 5px 0 0 0;
    font-weight: 400;
    background: transparent;
    border: none;	
}
#wp-calendar caption{    
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    padding-bottom: 10px;
	border-width: 0 0 3px 0;
	border-style: solid;   
	border-color: #2e2f31;	
	color: #ffffff;
}
#wp-calendar tbody a,
#wp-calendar #today span{	
	width: 30px;
	height: 30px;
	color: #1a2a2d;
	line-height: 30px;
	font-weight: 600;
	display: inline-block;
	padding: 0px;
	border: none;
	text-align: center;
}
#wp-calendar #today span{
	border: 1px solid #cacaca;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#wp-calendar #today span,
#wp-calendar #today span a{
	color: #ffffff;	
}
#wp-calendar #prev a,
#wp-calendar #next a{
	background-image: url(../images/arrows-datapicker.png);
	background-repeat: no-repeat;
	background-color: transparent;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	text-align: left; 
}
#wp-calendar #prev{
	text-align: left;
}
#wp-calendar #next{
	text-align: right;
}
#wp-calendar #prev a{
	background-position: -5px center;
}
#wp-calendar #next a{
	background-position: -30px center;
}

#calendar_wrap{
	position: relative;
}
#calendar_wrap .arrows{
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;		
	position: absolute;	
}
#calendar_wrap .prev,
#calendar_wrap .next{
	background-image: url(../images/arrows-datapicker.png);
	background-repeat: no-repeat;
	background-color: transparent;	
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	text-align: left;
}
#calendar_wrap .prev{
	background-position: -6px center;
	margin-left: -6px;
	float:  left;
}
#calendar_wrap .next{
	background-position: -33px center;
	margin-right: -6px;
	float: right;
}

.light_skin .sidebar #wp-calendar caption{
	color: #6b6b6b;
}
.light_skin .sidebar #wp-calendar th,
.light_skin  .sidebar #wp-calendar caption{
	border-color: #dadedf;
}
.light_skin .sidebar #wp-calendar th{
	color: #4f4f4f;
}
.light_skin .sidebar #wp-calendar #today span,
.light_skin .sidebar #wp-calendar #today span a{
	color: #2f2f2f;
}

/*********************************
  Widget: Twitter
*/
.tweets {
    font-size:13px;    
    font-weight:400;
    line-height:18px;
    color:#c8cdd2;
}
.tweets  ul:before{
    font-family: 'fontawesome';
    font-size: 17px;
    content: "\f099";
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -8px;
}
.tweets  ul{
    position: relative;
    padding-top:25px;
}
.tweets li{
	margin-top: 10px;
	padding-top: 10px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #2e2f31;
}
.tweets li:first-child{
	margin-top: 0;
	padding-top: 0;
	border: none;
}
.tweets  .twitter-user,
.tweets  .a{
	color:#fefeff;
}
.tweets .time-meta{		
	margin-top:7px;
	display: block;
	font-family:"Open Sans", sans-serif;
}
.side-menu .tweets .time-meta,
.sidebar .tweets .time-meta{
	font-style: italic;
}
#footer .tweets-container{
	text-align: center;
}
#footer .tweets .time-meta,
#footer .tweets .time-meta a {
    color: #717171;
}

.light_skin .sidebar .tweets li{
	border-color: #e6e6e6;
	color: #636363;
}

/*********************************
  Widget: Latest Posts
*/
.widget-latest_posts .post-thumbnail{
    width:85px;
    height:64px;
    float:left;
}
.widget-latest_posts .post-box{
    text-align:left;
}
.widget-latest_posts .post-box-cont{
    padding-top: 0px;
    padding-bottom: 17px;
    border-bottom:1px solid #25282b;
	margin-bottom: 17px;
}
.widget-latest_posts .post-box-inner{
    padding-top: 0px;
    margin-left: 105px;
    margin-right: 0px;
}
.widget-latest_posts .post-title{
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 9px;
    margin-top: -5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.widget-latest_posts .post-label .br{
    display: inline-block;
}
.sidebar .widget-latest_posts .post-box-inner{
	margin-left: 102px;
}
.sidebar .widget-latest_posts .post-box:last-child .post-box-cont,
.side-menu .widget-latest_posts .post-box:last-child .post-box-cont{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.side-menu .widget-latest_posts .post-thumbnail{
	width: 60px;
	height: 45px;
}
.side-menu .widget-latest_posts .post-box-inner{
	margin-left: 70px;
}
.light_skin .sidebar .widget-latest_posts .post-box-cont{
	border-color: #e6e6e6;
}

@media (max-width: 1200px) {
    #footer .widget-about{
		padding-left: 0px; 
		padding-right: 0px;
	}
    .widget-latest_posts .post-label .br{
        display: block;
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    #footer .widget_search{
		max-width: 340px;
	}
    .widget-latest_posts .post-label .br{
        display: inline-block;
        margin-top: 0;
    }
}
@media (max-width: 480px) {
    .widget-latest_posts .post-label .br{
        display: block;
        margin-top: 15px;
    }
}
/*********************************
  Widget: Archives, Categories ...
*/
.widget_archive label,
.widget_categories label{
	display:none;
}
.widget_archive,
.widget_categories,
.widget_meta,
.widget_nav_menu{
	padding: 25px 20px;
}
.widget_archive li,
.widget_categories li{
	color: #53B7F9;
}
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li{
	border-width: 0 0 1px 0;
	border-style: solid;	
	padding: 10px 0px;
	line-height: 1;
	font-size: 11px;
	font-weight: 600;
	font-family: "Open Sans",sans-serif;	
	text-transform: uppercase;	
}
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.dark_skin .sidebar .widget_archive li,
.dark_skin .sidebar .widget_categories li,
.dark_skin .sidebar .widget_meta li,
.dark_skin .sidebar .widget_nav_menu li{
	border-color: #2e2f31;
	color: #ffffff;
}
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child{
	border-bottom: none;
}
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_nav_menu a{
	margin-right: 5px;
}
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_nav_menu a,
.dark_skin .sidebar .widget_archive a,
.dark_skin .sidebar .widget_categories a,
.dark_skin .sidebar .widget_meta a,
.dark_skin .sidebar .widget_nav_menu a{
	color: #ffffff;
}
.widget_archive a:hover,
.widget_categories a:hover,
.widget_meta a:hover,
.widget_nav_menu a:hover{
	text-decoration: underline;
}

.sidebar .widget_archive li,
.sidebar .widget_categories li,
.sidebar .widget_meta li,
.sidebar .widget_nav_menu li{	
	border-color: #e6e6e6;
	color: #1A2A2D;
}
.sidebar .widget_archive a,
.sidebar .widget_categories a,
.sidebar .widget_meta a,
.sidebar .widget_nav_menu a{
	color: #1A2A2D;
}
.sidebar .widget_archive .customSelectInner,
.sidebar .widget_categories .customSelectInner{
	border-color: #e6e6e6;
}
.widget_archive .customSelectInner,
.widget_categories .customSelectInner,
.dark_skin .sidebar .widget_archive .customSelectInner,
.dark_skin .sidebar .widget_categories .customSelectInner{
	border-color: #2e2f31;
}

.widget_text img{
	max-width: 100%;
}

/*********************************
  Widget: Recent Posts
*/
.widget_recent_entries li,
.dark_skin .sidebar .widget_recent_entries li{
	color: #636363;
	padding: 10px 0px;
	border-bottom: 1px solid #2e2f31;
}
.widget_recent_entries li:last-child,
.dark_skin .sidebar .widget_recent_entries li:last-child{
	border-bottom: none;
}
.widget_recent_entries li .post-date,
.dark_skin .sidebar .widget_recent_entries li .post-date{
	color: #fff;
	display: block; 	
	font-size: 10px;
    margin-top: 5px;
}
.sidebar .widget_recent_entries li{
	border-color: #f0f0f0
}
.sidebar .widget_recent_entries li .post-date{
	color: #000;
}

/*********************************
  Sidebar: Popuplar Reviews
*/
.sidebar-popreview.widget-box{
	padding-top: 35px;
}
.sidebar-popreview .post-title{
	color: #ffffff;
	margin-bottom: 8px;
}
.sidebar-popreview .post-box-cont{
	padding-bottom: 25px;
}
.sidebar-popreview .post-box:last-child .post-box-cont{
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;	
}
.sidebar-popreview .persent-line,
.sidebar-popreview .percent-fill{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.sidebar-popreview .persent-line{
	height: 4px;	
	margin-top: 13px;
	position: relative;
	background-color: #2e2f31;	
}
.sidebar-popreview .percent-fill{
	top: 0;
	left: 0;
	height: 100%;
	display: block;
	position: absolute;	
}
.sidebar-popreview .percent-value{
	top: -27px;
	right: 0;
	position: absolute;
	display: block;		
	color: #838383;
	font-size: 12px;
	line-height: 1;	
	font-family: 'Open Sans', sans-serif;
}
.sidebar-popreview .post-box-cont{
	border-color: #2e2f31;
}


.light_skin .sidebar .sidebar-popreview .post-title{
	color: #2d2d2d;
}
.light_skin .sidebar .sidebar-popreview .persent-line{
	background-color: #f2f2f2;
}
.light_skin .sidebar .sidebar-popreview .post-box-cont{
	border-color: #e6e6e6;
}

/*********************************
  Widget: recent comments
*/
.widget_recent_comments ul{
	padding: 0;
}
.widget_recent_comments li,
.dark_skin .sidebar .widget_recent_comments li{
	color: #636363;
	padding: 10px 0px;
	border-bottom: 1px solid #2e2f31;
}
.widget_recent_comments a{
	color: inherit;
}
.widget_recent_comments li:last-child{
	margin-bottom: 0;
	border: none;
}
.widget_recent_comments .comment-author-link {
	font-weight: 600;
	text-transform: capitalize;	
}
.widget_recent_comments a:hover{
	text-decoration: underline;
}
.widget_recent_comments .comment-author-link,
.dark_skin .sidebar .widget_recent_comments .comment-author-link{
	color: #ffffff;
}
.sidebar .widget_recent_comments .comment-author-link {
	color: #1a2a2d;
}
.sidebar .widget_recent_comments li{
	border-color: #e6e6e6;
}

/*********************************
  Widget: RSS
*/
.widget_rss {
	padding: 40px 20px;
}
.widget_rss li{
	margin-bottom: 10px;
	padding-bottom: 10px;	
	border-style: solid; 
	border-width: 0 0 1px 0;
}
.widget_rss li:last-child{
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;	
}
.widget_rss li,
.dark_skin .sidebar .widget_rss li{
	color: #fff;
	border-color: #2e2f31;
}

.sidebar .widget_rss li{
	color: #1a2a2d;
	border-color: #e6e6e6;
}

/*********************************
  Widget: Pages
*/
.widget_pages li,
.widget_pages a,
.dark_skin .sidebar .widget_pages li,
.dark_skin .sidebar .widget_pages a{
	color: #808080;
}
.sidebar .widget_pages li,
.sidebar .widget_pages a{
	color: #636363;
}

/*********************************
  Widget: nav menu
*/
.widget_nav_menu .menu li{
	color: #ffffff;
	border-style: solid; 
	border-width: 0 0 1px 0;	
}
.widget_nav_menu .menu > li{
	border-bottom: none; 
}
.widget_nav_menu .sub-menu{
	margin-left: 15px;
	margin-top: 10px;
	border-style: solid; 
	border-width: 1px 0 0 0; 
}
.widget_nav_menu .menu li,
.dark_skin .sidebar .widget_nav_menu .menu li{
	color: #ffffff;
}
.widget_nav_menu .menu li,
.widget_nav_menu .sub-menu,
.dark_skin .sidebar  .widget_nav_menu .menu li,
.dark_skin .sidebar  .widget_nav_menu .sub-menu{
	border-color: #2e2f31;
}

.sidebar .widget_nav_menu .menu li{
	color: #1a2a2d;
}
.sidebar  .widget_nav_menu .menu li,
.sidebar  .widget_nav_menu .sub-menu{
	border-color: #e6e6e6;
}


/*********************************
  Responsive
*/
@media (max-width: 1200px) {}

@media (max-width: 979px) {
  .sidebar-slider .title-black span{
    font-size: 10px;
    line-height: 21px;
    margin-bottom: 3px;
  }
}

@media (max-width: 979px) and (min-width: 768px){
  .sidebar-newsletter form{padding-right: 35px;}
  .sidebar-newsletter button{width: 33px; padding-left: 0; padding-right: 0; }
  .sidebar-newsletter button span{display: none;}
  .sidebar-newsletter button .fa{display: block;}
  .sidebar-newsletter p{white-space: nowrap;}

  /*.sidebar-popreview .inner-cont{bottom: 13px;}*/

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default,
    .ui-state-highlight,
    .ui-widget-content .ui-state-highlight,
    .ui-widget-header .ui-state-highlight{
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
	
	.widget-resposts  .post-datalabel .autor{
		display: none;
	}

@media (max-width: 767px) {
    .sidebar{margin-top: 40px;}
    .sidebar-resposts .post-box-cont{padding-right: 25%;}
}

@media (max-width: 480px){
    .sidebar-resposts .post-box-cont{padding-right: 0;}
}

@media (max-width: 320px){}