/*
Theme Name:     Blue Acutions
Description:    Child Theme from Auction Theme
Author:         Blue Auctions
Template:       AuctionTheme

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


/* 
	Orange		#1769ff
	Blue 		#438ccb
	New Blue 	#1769ff
*/

body {
	background-color:#3a3a3a;
	font-size:14px;
	font-family:'Open Sans',Arial, Helvetica, sans-serif;
}


.new-home-main-image {
	background: url('/wp-content/uploads/2018/06/bg_home.jpg') top;
	background-size: cover
}

#header {}
.content_super_div {}
.my_search_super_placeholder_box {}
#main 	{background-color:#f2f2f2;}
#footer {background-color:#000; color:#fff;}

.main-search-box-white {
	background:rgba(39,35,35,0.7); /* 272323 */
}

#big-search {color:#000;}
#search_button {background: #1769ff; }

/* Custom changes from Lewis */
.padded_menu {
	background:#1769ff; /* Blue */
	border-radius:6px;
}

/*Main wordpress menu*/

.main-thing-menu {
	background:#303030; /* 438CCB */
	border-bottom:5px solid #333; /* E30613 */
	border-top:5px solid #333; /* E30613 */
}

#cssmenu2 > ul > li:hover > a,
#cssmenu2 .main-thing-menu ul li a:hover {
	background:#1769ff!important; /* E30613 */
	/* Added important as the color was staying green*/
	color:#000;
	border-radius:6px;
}   

#header,
.new-bar-top  {
	background:#000;    /* was BFBFBF */
}

.s_bg_1 {
	background:#f2f2f2;	
}

/* Top Menu */
.cssmenu a {
	border-radius:6px;
}

.top-links ul li a {
	margin: 0 2px 0 0;
}

.top-links ul li a:link, 
.top-links ul li a:visited {
	color:#fff;
}

.top-links ul li a:active, 
.top-links ul li a:hover {
	background:#1769ff; /* Orange */
	border-radius:8px;
	color:#000;
}

/* Footer */
#colophon			{color:#fff;}
#site-info 			{border:0;}
#site-info-left 	{}
#site-info-right 	{}

#footer a:link, 
#footer a:visited {
    color: #bebebe;
}

/* Make Footer Content White */
#footer-widget-area div ul li .widget-title,
#footer-widget-area,
#footer .textwidget {
	color:#fff;
}

#footer-widget-area div ul li .widget-title {
	color:#1769ff;
}

#footer-widget-area .post {
	border-bottom: 1px solid #f90;
}


/* #MAIN CONTENT ZONE */

/* Breadcrumbs */
.my_box3 {
	margin:10px auto;
	border: 2px solid #cecece;
	border-radius:8px;
}

/* .widget-title */
.widget-title,
.box_title {
	background-color:#303030;
	color:#fff;
	border-radius: 12px;
}

/* Buttons */

a.post_bid_btn:link, 
a.post_bid_btn:visited,
a.post_bid_btn:hover,
a.post_bid_btn_err:link, 
a.post_bid_btn_err:visited,
 a.post_bid_btn_err:hover {
	display: inline-block;
	padding: 4px 6px 4px 6px;
	color: #fff;
	text-decoration: none;
 	text-transform:uppercase;
	margin-left:3px;
	font-size:1.2rem;
	margin-bottom:5px
}

/* Post BTN */
a.post_bid_btn:link, 
a.post_bid_btn:visited {
	background: #438ccb;
	border-bottom:3px solid #2a3f54;
}
a.post_bid_btn:hover {background:#166FA6;}

/* Delete BTN */
a.post_bid_btn_err:link, 
a.post_bid_btn_err:visited {
	background:#DB4740 ;
	border-bottom:3px solid #BD2C24;
}
a.post_bid_btn_err:hover {background:#c00;}

div.watch-list {}


/* Auction Details */
.auction-details1 .zaza,
.auction-details1 .small_icn { color:#f90; }

.auction-details1 .small_ttl_h	{font-weight:600; font-size: 1rem;} 
.auction-details1 .small_ttl_p 	{font-size: 1.1rem; padding-left:3px;}

h2.title-hold {font-size: 1.7rem; color:#f90;}


.auction-details input.submit_bottom {
	background: #00509d;
	background: -webkit-gradient(linear,left top,left bottom,from(#0079bc),to(#00509d));
}

/* Auction Item Rows */
ul.xoxo .post {
	padding:24px;
}


/* Right Sidebar */
#right-sidebar {
	padding-top:10px;
}

.xoxo>li {
	/* padding-top:25px; */
}

.submit_bottom2 {
	background:#3ab733;
}
#report-this-link {
	background:#b9211d;	
}

li.pdf_icon {
	list-style-image: url('img/pdf.png');
	line-height: 1.8em;
}