/*
Theme Name:     Child Theme
Description:    Child theme 
Template:       jupiter
*/
/*****adg for btand_ct**/
.vvfilter { display:flex; flex-wrap:wrap; }
 .vvfilter select { margin:1%; }
 .tradefilter select { width:300px; }
 .alltrades {
    padding: 40px 0px 40px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: .5rem;
    text-align: center;
}
.single-trade a.mk-post-nav {
    display: none !important;
}
.alltrades .trade {
    padding: 1% !important;
    border-radius: 0;
    margin: 0;
    border: 1px solid rgba(0,0,0,0);
    transition: all .5s ease;
    width: 13%;
}
@media only screen and (max-width: 732px){
.alltrades .trade {
    padding: 1% !important;
    border-radius: 0;
    margin: 0;
    border: 1px solid rgba(0,0,0,0);
    transition: all .5s ease;
    width: 40%;
}}

 .alltrades img { max-width:100%; width:150px; }
 .tradefilter { display:flex; padding:2% 2%; flex-direction:column; border-bottom:1px solid #ededed; margin-bottom:0px; }
 .tradefilter h1 { font-size:4em; text-transform:uppercase; }
 .tradefilter p{ font-size:2em; }
 .alltrades .trade:hover { border:1px solid #eee; background:#f5f6f8; border-radius:0; }
 .single-trade-banner, .trades { text-align:center; }
 .productdetail table td { text-align:left; }
 .trades { padding:5% 0; display:flex; align-items:stretch; flex-wrap:wrap; justify-content:left; gap:.5rem; text-align:center; border-top: 1px solid #ededed;}
 .trades .productdetails { width:350px; padding:.5rem; border-radius:1rem; margin:0 5px; }
 .trades img { max-width:100%; }
 .trade h2, .trades h5 { font-size:20px !important; font-weight:400 !important; color:#666766 !important; text-transform:uppercase !important; }
 .trades h5 { display:none !important; }
 .trades p, .trades, .trades div { font-size:16px; }
 .productdetailx table td>a { text-shadow:0px 0px 2px #000; }
 .tradefilter h6, .tradefilter select, .tradefilter option, #tradetitle, .trades p, .trades div { color:#666766; }
.productdetail {padding-top: 20px;}
table td {padding:5px 12px;}
.tradefilter select {
    padding: 1% !important;
}



.single-trade a.icon {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: center;
  border: 1px solid #EBEBEB;
  outline: none;
  transition: 0.4s;
  background: none;
  letter-spacing: 1px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion:hover {
  background-color: #EBEBEB;
}

/* Style the accordion panel. Note: hidden by default */

.panel {
    padding: 5%;
    border: 1px solid;
    background-color: white;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion:before {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    color: #777;
    float: left;
    margin-left: 5px;
    font-size: 13px;
}

.active:before {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}


.assetrow {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 15px 0 !important;
}

.assetrow:not(:last-child) {
    border-bottom: 1px solid;
}

.thumb {
    width: 100px;
    padding: 0 5% 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.details {
    width: 70%;
}
.assetrow:hover .thumb {
    width: 200px;
}

.thumb:hover img {
}
/*************************/
.single-trade-content {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    padding-bottom: 5%;
}
.single-trade-content .panel {height: 100%;}
.single-trade-content>div {
    width: 30.33%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    /* height: 100%; */
    margin-right: 3%;
	margin-bottom: 3%;
}

.single-trade-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/**********/
.overview a:not(:last-child) {
    border-right: 1px solid;
}
.overview a img {
    margin-right: 5px;
}
.overview {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 2% 0 3%;
    flex-wrap: wrap;
}

.overview a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    padding: 0 5% !important;
    margin-bottom: 1%;
    font-size: 13px !important;
    font-weight: 400 !important;
}


/*********/
.single-trade .trades {
    padding: 5% 0;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
    border-top: 1px solid #ededed;
}
.single-trade .trades .productdetails {
    width: 30.7% !important;
    padding: 0 !important;
    border-radius: 0 !important;
    margin: 1%;
}

.productdetails>img {
    width: 158px;
    height: auto;
    max-width: 100%;
}

/**************************/

.adgwrap {
    min-height: 400px;
    text-align: center;
    justify-content: center;
    display: flex;
    vertical-align: middle;
    align-items: center;
    box-sizing: border-box;
}
.adgwrap input, .adgwrap label {
    padding: 5px 5px;
    display: flex;
    margin: 0;
    border: 1px solid #000;
}
.adgwrap>label {
    margin-right: 20px;
    border: none;
}