/*
	Theme Name: Rehub child theme
	Theme URI: https://wpsoul.com
	Description: A Hybrid magazine/shop/review/news Wordpress Theme
	Author: Sizam
	Author URI: https://wpsoul.com
	Version: 9.4
	Template: rehub-theme
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
.description {
  padding: 15px 15px 15px 0px;
}
.screenshot-img {
  padding-top: 5px;
  max-width:300px;
  float:right;
  margin-left:20px;
}

.resized_img {
  border-radius: 10px 10px;
  border: 2px #ffffff solid;
    box-shadow: 0px 0px 14px #888888;
}
table {
	background: #fff;
	border: 1px solid #eee;
	margin: 0 0 1.5em;
	width: 100%;
}

td {
  text-align: center;
  vertical-align: middle !important;
  background: #fff;
border-bottom: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

th {
  text-align: center;
  vertical-align:middle !important;
  font-size: 16px;
  color: #fff;
  background-color: #292b2c;
} 

.sidebroker {
border:1px #0C3776 solid;
padding:20px 10px;
border-radius: 5px;
background: #469fc1;
}
.sidebroker > a img {
  padding-bottom: 10px;
}

a.sidebroker {
color:#FFF !important;
}
.draw-border {
	 box-shadow: inset 0 0 0 2px #58afd1;
	 color: #58afd1;
	 transition: color 0.25s 0.0833333333s;
	 position: relative;
}
 .draw-border::before, .draw-border::after {
	 border: 0 solid transparent;
	 box-sizing: border-box;
	 content: '';
	 pointer-events: none;
	 position: absolute;
	 width: 0;
	 height: 0;
	 bottom: 0;
	 right: 0;
}
 .draw-border::before {
	 border-bottom-width: 4px;
	 border-left-width: 4px;
}
 .draw-border::after {
	 border-top-width: 4px;
	 border-right-width: 4px;
}
 .draw-border:hover {
	 color: #ffe593;
}
 .draw-border:hover::before, .draw-border:hover::after {
	 border-color: #ffe593;
	 transition: border-color 0s, width 0.25s, height 0.25s;
	 width: 100%;
	 height: 100%;
}
 .draw-border:hover::before {
	 transition-delay: 0s, 0s, 0.25s;
}
 .draw-border:hover::after {
	 transition-delay: 0s, 0.25s, 0s;
}
 .btn {
	 background: none;
	 border: none;
	 cursor: pointer;
	 line-height: 1.5;
	 /* font: 700 1.2rem 'Roboto Slab', sans-serif; */
	 padding: 1em 2em;
	 letter-spacing: 0.05rem;
}
 .btn:focus {
	 outline: 2px dotted #55d7dc;
}
.progre {
   height: 25px;
   text-align: center;
   width: 25px;
   font-size: 12px;
   margin: 0px 0px 0px 0px;
   line-height: 2em;
   font-weight: 700;
   border-radius: 50%;
   background: #FFF none repeat scroll 0% 0% !important;
   border: 1px solid #FFF;
   color: #000;
   float: right;
}
.headline {
  -webkit-text-decoration: peru solid overline underline;
  text-decoration: peru solid overline underline;
  -webkit-text-decoration-skip: objects;
  text-decoration-skip: objects;
  text-align: left !important;
  text-underline-position: under;
  color: #336181;
  }

img.usr {
    vertical-align: top;
    margin-top: 7px!important;
	height: 15px !important;
}

.ulli { 
	text-align: left !important;
}

.btn	{
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}


.btn-success	{
  background-color: #000000;
  color: #fff;
}

article strong, .post strong {
    font-weight: bold;
    font-size: 100% !important;
}

article p a, .post p a {
border-bottom: 2px solid #469fc1;
  text-decoration: none !important;
	color: black;
}

article p a:hover, .post p a:hover {
  color: black ;
  background-color: #469fc1 ;
}
.btn {
  padding: 10px 10px;
  font-size: 14px;
  /*font-weight: 900; */
  color: #fff;
  background-color: #469fc1;
  border: 2px solid #469fc1;
  cursor: pointer;
  width: max-content;
	padding-left: 25px!important;
  transition: 0.25s ease;
}
.btn-1:hover {
  border-style: dashed;
}
.btn-2:hover {
  border-radius: 25px;
}
.btn-3:hover {
  color: #f50057;
  background-color: transparent;
}
.btn-4:hover {
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.1);
  color: #f50057;
  border-color: transparent;
  background-color: transparent;
}
.btn-5:hover {
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-6px);
}
.btn--transparent {
  color: #f50057;
  background-color: transparent;
}

.rvw {
    padding: 4px 20px;
    border: 1px solid #000;
    margin-right: 10px;
    background-color: #000;
    color: #FFF !important;
    border-radius: 5px;
}

.trd {
    padding: 4px 30px;
    border: 1px solid #469fc1;
    background-color: #469fc1;
    color: #FFF !important;
    border-radius: 5px;
}

.progre {
    height: 30px;
    text-align: center;
    width: 30px;
    font-size: 14px;
    margin: 0px 10px 0px 0px;
    line-height: 2.0em;
    font-weight: 700;
    border-radius: 50%;
    background: none repeat scroll 0% 0% #0C3776 !important;
    border: 1px solid #0C3776;
    color: #FFF;
    float: right;
}

#custom_html-2 { 
	padding-top: 30px;
}

.hotmeter { 
	display: none;
}

.open {
    color: white;
    background: #469fc1 !important;
    border-radius: 5px;
	padding: 15px !important;
    text-decoration: none!important;
    font-size: 14px !important;
}

table .open {
	  color: white;
    background: #469fc1;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none!important;
    font-size: 16px !important;
}

.asset-header { 
     background-color: #f3f3f3; 
     color: #000000; 
     padding: 5px 20px;
}

.risk-warning-widget { 
     font-size: 11px;
     color: #9c9c9c;
     margin-top: 5px;
	 font-style: italic;
}

.favorrightside .heart_thumb_wrap {
    position: absolute;
    top: 5px;
    right: 3px;
    display: none;
}


a.demo_button {
display:inline-block;
padding:0.3em 1.2em;
margin:0 0.3em 0.3em 0;
border-radius:2em;
box-sizing: border-box;
text-decoration:none;
font-family:'Roboto',sans-serif;
font-weight:300;
color:#FFFFFF;
background-color: #4eb5f1;
text-align:center;
transition: all 0.2s;
}
a.demo_button:hover{
background-color:#4095c6;
}
@media all and (max-width:30em){
 a.demo_button{
display:block;
margin:0.2em auto;
	}
}


a.real_money_button {
display:inline-block;
padding:0.3em 1.2em;
margin:0 0.3em 0.3em 0;
border-radius:2em;
box-sizing: border-box;
text-decoration:none;
font-family:'Roboto',sans-serif;
font-weight:300;
color:#FFFFFF;
background-color: #61c640;
text-align:center;
transition: all 0.2s;
}
a.real_money_button:hover{
background-color:#4d9e33;
}
@media all and (max-width:30em){
 a.real_money_button{
display:block;
margin:0.2em auto;
	}
}


a.asset_page_button {
display:inline-block;
padding:0.3em 1.2em;
margin:0 0.3em 0.3em 0;
border-radius:2em;
box-sizing: border-box;
text-decoration:none;
font-family:'Roboto',sans-serif;
font-weight:300;
color:#FFFFFF;
background-color: #143143;
text-align:center;
transition: all 0.2s;
}
a.asset_page_button:hover{
background-color:#0a1922;
}
@media all and (max-width:30em){
 a.asset_page_button{
display:block;
margin:0.2em auto;
	}
}
@media (max-width: 768px){

   .table tr th:nth-child(2),
   .table tr td:nth-child(2)
	{
      display:none;
    }
	
	td {
    text-align: center;
/*     vertical-align: middle !important; */
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
		padding-top: 30px;
	}
	
	table .open {
	  color: white;
	  background: #469fc1;
	  padding: 8px !important;
	  border-radius: 5px;
	  text-decoration: none!important;
	  font-size: 13px !important;
	 }

  }

.ap-user-reputation {
	 position: relative;
    display: none;
}

.arabic-score {
    color: #305b78;
    text-align: right!important;
    float: right;
    margin-top: -2px;
}

.arabic-h4 {
    text-align: right!important;
    float: right;
}

.arabic-readbottomline {
    font-size: 16px;
    text-align: left;
    float: left;
    color: #305b78;
}

.redlist{
    margin-bottom: 25px;
    border-left: 3px solid #c15353;
    padding-left: 10px;
    margin-top: 20px;
	margin-left: 25px;
}

.greenlist3{
    margin-bottom: 25px;
    border-left: 3px solid #000000;
    padding-left: 10px;
    margin-top: 20px;
	margin-left: 25px;
}

.argreenlist{
    margin-bottom: 25px;
    border-left: 3px solid #8dc153;
    padding-left: 10px;
    margin-top: 20px;
	margin-left: 25px;
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
 
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
 
.iframe-container-4x3 {
  padding-top: 75%;
}

#review-statistics .review-wrap-up div.cwpr-review-top {
	float: left !important;
} 
	float: left !important;
}