/* Custom CSS File for Buyers to Modify */

/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------- Blue Skin ----------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
/* Button */
a.blogmag-btn {
  background: #044984;
}

.main-nav-wrapper {
  border-color: #044984;
  margin-top:14px;
}

/* Main Nav */
.main-nav div > ul > li.current_page_item,
.main-nav div > ul > li.current-menu-item,
.main-nav div > ul > li:hover {
  background-color: #044984;
  border-right-color: #044984;
}

/* Full Slider */
#fullwidth-slider-wrapper .flex-control-paging li a:hover {
  background: #044984;
}
#fullwidth-slider-wrapper .flex-control-paging li a.flex-active {
  background: #044984;
}
#fullwidth-slider-wrapper .flex-direction-nav a.flex-prev:hover {
  background-color: #044984;
}
#fullwidth-slider-wrapper .flex-direction-nav a.flex-next:hover {
  background-color: #044984;
}

/* Basic Slider */
#basic-slider-wrapper .blogmag-slide .slide-title h4 a:hover {
  color: #044984;
}
#basic-slider-wrapper .flex-control-paging li a:hover {
  background: #044984;
}
#basic-slider-wrapper .flex-control-paging li a.flex-active {
  background: #044984;
}
#basic-slider-wrapper .flex-direction-nav a.flex-prev:hover {
  background-color: #044984;
}
#basic-slider-wrapper .flex-direction-nav a.flex-next:hover {
  background-color: #044984;
}

/* Listing Slider */
.listing-slider .flex-control-paging li a:hover {
  background: #044984;
}
.listing-slider .flex-control-paging li a.flex-active {
  background: #044984;
}
.listing-slider .flex-direction-nav a.flex-prev:hover {
  background-color: #044984;
}
.listing-slider .flex-direction-nav a.flex-next:hover {
  background-color: #044984;
}

/* Widgets */
.widget #wp-calendar thead th {
  background-color: #044984;
}
.widget #wp-calendar tbody td#today {
  background-color: #044984;
}
.widget .tagcloud a:hover {
  background: #044984;
}
.widget .tabbed .tabs li.current {
  background-color: #044984;
}

/* Review */
.review-box .progress .bar {
  background: #044984 url(../images/stripes.png);
}
.review-box .total-score {
  background-color: #044984;
}

/* Footer ------------------------------------------------------------------------------------------------------------*/
#footer .widget .tagcloud a:hover {
  background-color: #044984;
}
#footer .widget .tabbed .tabs li.current {
  background-color: #044984;
}

/* Scroll Top */
a#scroll-top:hover {
  background-color: #044984;
}

/* Tabs */
.tabs-nav li.active a {
  border-top: 2px solid #044984;
}

@media (max-width: 979px) {
  .main-nav-wrapper #search-form .search-btn {
    background-color: #044984;
  }
}

.logo-wrapper {
    height: auto !important;
    margin-bottom: 5px;
    margin-top: 5px;
    min-height: 90px;
    position: relative;
}

.logo-container img {
    display: block;
    margin-bottom: 5px;
    margin-top: 0px;
}


.section-title {
    font-size: 1.57em;
    margin: 0;
	text-transform:uppercase;
	font-family: Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	color:#fff;
	background-color:#373737;
	padding-left:6px;
}

.section-title a{
    margin: 0;
	text-transform:uppercase;
	font-family: Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	color:#fff;
}

.widget h3.title {
	text-transform:uppercase;
	font-family: Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	color:#fff;
	background-color:#373737;
	padding-left:4px;
}

.articles-list, .main-listing, .page-content  {
	background-color:#f8f8f8;	
}

.post-meta {
	border-bottom: 1px solid #cccccc !important;
    border-top: 1px solid #cccccc !important;
}

.post-separator {
	background-color: #cccccc !important;	
}


.articles-list .main-article {
		border-bottom: 1px solid #cccccc !important;
}

.articles-list .small-article {
		border-bottom: 1px solid #cccccc !important;
}


.articles-list .small-article img {
	border: 1px solid #cccccc !important;	
}

.single-post .related-posts img.wp-post-image {
		border: 1px solid #cccccc !important;
}


#basic-slider-wrapper {
    border: 1px solid #cccccc !important;
}

.main-listing .hentry .span3 img.attachment-latest-post-thumb { 
	 border: 1px solid #cccccc !important;
}

.articles-list .main-article img.attachment-latest-post-thumb {
		 border: 1px solid #cccccc !important;
}

.post-video {
			 border: 1px solid #cccccc !important;
}

.widget .widget-list li {
	border-bottom: 1px solid #cccccc !important;
}

.header-wrapper { 
	/* background:url(http://clizbeats.com/wp-content/uploads/header_bg.png) repeat-x; */
	background-color:#ffffff;
}

.logo-container {
	background-color:#ffffff;	
}

img.wp-post-image {
			 border: 1px solid #cccccc !important;
}

#hot_list h6 {
	line-height:16px;
	margin:0 0 2px 0 !important;	
}

.vcard {
	display:none !important;	
}

.post-caption {
	margin-bottom:10px;
}

.single-post .wp-post-image {
  margin-bottom:0px !important;
  
}

img[height="0"]{
   height:0px !important;
   display:none;
}


