/*
 Theme Name:   Simple Bootstrap Child
 Theme URI:    https://diviextended.com/
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       Elicus Technologies
 Author URI:   https://elicus.com
 Template:     simple-bootstrap
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
/**/


.wpcf7-response-output
{
	color:white;
}

.page-id-42 #login
{ 
	color: #ffffff;
    border: 1px solid #efd221;
    width: 100%;
    height: 50px;
    font-size: 1.5rem;
    background: #fff0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    margin-left: auto;
    margin-top: 2rem;
    padding: 0;
}



div#uwa_private_msg_success {
    margin-bottom: 10px;
}
/* May 7 */
.slick-prev:before {
    content: url(/wp-content/uploads/2022/05/Group-43.png);
    height: 50px;
    width: 50px;
    position: absolute;
    left: 2rem;
    background-size: 80%;
} 
.slick-next:before {
	content: url(/wp-content/uploads/2022/05/Group-43.png);
    height: 50px;
    width: 50px;
    position: absolute;
    right: 2rem;
	background-size: 80%;
	transform:scalex(-1) !important;
}
.slick-lightbox-slick-img{
	max-width:100%;
}
.slick-lightbox-slick-item-inner img{
	border: 2px solid var(--border-color);
    padding: 1rem;
}
.slick-lightbox-close:before {
    font-family: "slick";
    font-size: 25px;
    line-height: 0;
    color: var(--border-color);
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '×';
}
.slick-lightbox-close {
    position: absolute;
    top: 0;
    right: 1rem;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 2;
    font-size: 15px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: 2px solid gold;
    border-radius: 50%;
}

@import url("../twentytwenty/style.css");
/*----lots inner page css------ */
.description_tab {
    background-color: #222222;
	padding:13px;
	margin-top:30px;
	cursor:pointer;
}


.pedigree_tab{
	background:transparent;
	padding:13px;
	margin-top:30px;
	cursor:pointer;
}

#tab-pedigree{
	background:transparent;
	padding-left:30px;
	display:none;
}
#tab-uwa_auction_bids_history h2{
text-align:center;
}
.uwa_auction_bids_history_tab{
	 background-color: #222222;
	padding:13px;
	margin-top:30px;
	cursor:pointer;
}

#tab-uwa_auction_bids_history{
	 padding-left: 30px;
	background-color:#222222;
	display:none;
	
}
.auction-history-table{
	display: flex;
    justify-content: center;
    align-items: center;
}
.table-bordered {
    border:none;
	border-collapse: unset;
	border-spacing:1rem;
}
.uwa_auction_private_msg_tab_tab{
	background:transparent;
	padding:13px;
	margin-top:30px;
	cursor:pointer;
}
.uwa_auction_private_msg_tab_tab1:before{
	content:"";
	position:absolute;
	height:50px;
	width:180px;
	background:url('/wp-content/uploads/2022/04/terms-tc-2-1.png') no-repeat;
	left:14%;
}
.uwa_auction_private_msg_tab_tab2:before{
	content:"";
	position:absolute;
	height:35px;
	width:180px;
	background:url('/wp-content/uploads/2022/04/arrow-close.png') no-repeat;
	left:14%;
	    margin-top: 10px;
    margin-left: 10px;
}

.auction-privatemsg-table{
	margin-bottom:25px;
}


.card-img-overlay {
    opacity: 0;
}
.Gallery-card:hover .card-img-overlay {
  opacity: 1;
transition: .5s ease;
}
.slick-prev{ z-index:1; }
.accommodations-img-card {
     width: 100% !important; 
}
.accommodations-title .accommodations-content h1 {
    font-size: 54px;
}
.accommodations-title .accommodations-content p {
    font-size: 24px;
	line-height:30px;
}

button#placebidbutton {
    margin-left: 14px;

}
.accommodations-img-card img {
	object-fit: unset;
    height: 310px !important;
    width: 100%;
	padding:0px!important;

}
.accommodations-img-card {
   height:auto;
}
#summer_418 .accommodations-img-card  .slider-for{
	padding:15px !important;
	
}
.accommodations-title .accommodations-content {
    margin-left: 50px;
    margin-top: 14px;
    margin-bottom: 30px;
}
.accommodations-img-card:after {
    height: 80%; 
	background:url('/wp-content/uploads/2022/04/top-shape-arrow.png') no-repeat;
	    right: -25%;
    bottom: -29%;
}
.accommodations-img-card::before {
    height: 36%;
    background:url('/wp-content/uploads/2022/04/top-shape-arrow.png') no-repeat;
}



.accommodations-title .accommodations-inner span svg{
	width:100px !important;
}


.footer-menu ul{
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}


