
/*genreal */

.hidden {
    display: inherit !important;
    visibility: inherit !important;
}


form legend{
    font-size: 18px;
    line-height: 26px;
    color: #222;
    margin: 0 0 10px 0;
}

fieldset{
    border: none;
    margin: 0;
    padding: 0;
}

.error-msg ul {
    margin: 0;
}


.cs-post-single-title h1{
    margin-bottom: 10px;
    line-height: 45px;
}

.widget .cs-widget_featured_post{margin-bottom: 20px}

.widget .sort-this-table thead{
    cursor: pointer;
}
.widget .sort-this-table thead th {
    background: #F6F6F6;
}

.view-promote-box{
    text-align: center;
}
.view-promote-box input{
    margin: 0 auto;
}
.view-promote-box i.fa {
    font-size: 30px;
}
.view-promote-box i.fa-twitter-square {  color: #00AEEF;  }
.view-promote-box i.fa-facebook-square {color: #3B5998;}


.search-filter-wrapper select{
    width: 100%;
}




.colorpicker.dropdown-menu{
    right: auto !important;
}
















.sticky .article-content { padding: 0px 16px; }

.article-block-small-image.sticky .article-header { padding: 8px 20px 0px 16px; }

.gallery-caption { color: #888; font-size: 12px; margin: 0 0 12px; }

.bypostauthor {}

.main-menu-wrapper ul ul li a i { font-style: normal!important; }

.alignright  {}

.alignleft  {}

.aligncenter   {}

ul li a i { font-style: normal; }

.wp-caption-text {
  display: block;
}

.gallery-photo .loading {
	line-height: 0px;
	min-height: 100px;
}

.waiter > img {
  position:relative;
}

.waiter.loading img {
	opacity:0.6!important;
	filter:alpha(opacity=60)!important;
}

.waiter.loading {
	display:inline-block;
	line-height:0px;
	min-height:400px;

}

.waiter.loading img {
	opacity:0.6;
	filter:alpha(opacity=60);
}


#wrapper {
  position:relative;
  z-index:10;
}

/* 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. */
}


.omb_social{
    list-style: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
}
.omb_social li{
    display: table-cell;
    padding: 0 5px;
}
.omb_social a {
    color: white;
    opacity:0.8;
}
.omb_social a:hover,
.omb_social a:focus
{
    color: white;
    opacity:1;
}
.omb_social .omb_btn-facebook {background: #3b5998;}
.omb_social .omb_btn-twitter {background: #00aced;}
.omb_social .omb_btn-google {background: #c32f10;}
.omb_social .omb_btn-yahoo {background: #2d1152;}
.omb_social .omb_btn-linkedin {background: #0682ae;}
.omb_social .omb_btn-live {background: #0072c6;}

.omb_loginor {
    position: relative;
    font-size: 1.5em;
    color: #aaa;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.omb_loginor .omb_hror {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.omb_loginor .omb_spanor {
    display: block;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -1.5em;
    background-color: white;
    width: 3em;
    text-align: center;
    text-transform: uppercase;
}

#cs-top-navigation .cs-top-navigation > li > a span::after {
    color:#fff;
}

.cs-post-meta-report a{
    color: red;
}

.verified-source{
    color: #00b7ff;
}


.polls {}
.polls > p { padding: 6px 5px;font-weight: bold; color: #363b3f; margin-bottom: 5px }
.polls img {margin: 0 auto;display: block;width: 290px;}
.polls > strong {display: block;text-align: center; padding: 10px 5px;border-top: 1px solid #E2E2E2;color: #F12020;}

.polls ul{list-style: none;margin: 5px auto;font-size: 11px;max-width: 305px;padding: 0}

.polls ul.result li{position: relative;margin: 2px 12px;height: 55px;}

.polls ul.result li > span{position: relative;z-index: 2;color: #373737;}
.polls ul.result li span.votes{float: left;font-size: 10px;color: #A3A4A6;}
.polls ul.result li p{position: absolute;right: 0; bottom: 0; height:13px; width:100%; background:#F3F4F8;}
.polls ul.result li p span{position: absolute;right: 0; bottom: 0px; z-index: 1; height:11px; min-width: 2px;width:0;border: 1px solid #C7C7C7;background: url('images/poll.png') no-repeat center right;}
.polls ul.result li p,.polls ul.result li p span{-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius:3px;}

.polls ul.vote li{position: relative;color: #3A3A3B; background: #F3F4F8;margin: 2px 0;}
.polls ul.vote li label{cursor: pointer;margin-bottom: 0;display: block}
.polls ul.vote li input{margin: 5px 5px 0 0}
