/*
Theme Name:     htpcBeginner 2016
Theme URI:      http://mekshq.com
Description:    Child theme for the Herald theme
Author:         meks
Author URI:     http://mekshq.com
Template:       herald
Version:        0.1.0
*/

/***************Star Ratings******************/
.sprite { background: url('/images/star_ratings.gif') no-repeat top left; width: 100px; height: 20px;  } 
.sprite.star_ratings-05 { background-position: 0 0; } 
.sprite.star_ratings-10 { background-position: 0 -20px; } 
.sprite.star_ratings-15 { background-position: 0 -40px; } 
.sprite.star_ratings-20 { background-position: 0 -60px; } 
.sprite.star_ratings-25 { background-position: 0 -80px; } 
.sprite.star_ratings-30 { background-position: 0 -100px; } 
.sprite.star_ratings-35 { background-position: 0 -120px; } 
.sprite.star_ratings-40 { background-position: 0 -140px; } 
.sprite.star_ratings-45 { background-position: 0 -160px; } 
.sprite.star_ratings-50 { background-position: 0 -180px; } 

/******** Announcement ***********/

.announcement {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  background:#eefbff;
  border:#c7f1ff solid 1px;
  margin: 5px 10px 15px 0px;
  margin: 0.5rem 1rem 1.5rem 0rem;
  padding: 0px 10px 10px 10px;
  padding: 0 1.0rem 1.0rem 1.0rem;
}

.announcement:before {
	font-family: "dashicons";
	content: "\f488";
	font-size: 1.8em;
	margin:-8px 10px 10px 0;
	padding:0;
	text-align:left;
}

/******** Caution ***********/

.cautionbox {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  background: #ffe6e6;
  border: #ffb3b3 solid 1px;
  margin: 5px 10px 15px 0px;
  margin: 0.5rem 1rem 1.5rem 0rem;
  padding: 0px 10px 10px 10px;
  padding: 0 1.0rem 1.0rem 1.0rem;
}

.cautionbox:before {
	font-family: "dashicons";
	content: "\f534";
	font-size: 1.8em;
	margin:-8px 10px 10px 0;
	padding:0;
	text-align:left;
}

/******** Pro Tip ***********/
.tipbox {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  background: #e6ffe6;
  border: #b3ffb3 solid 1px;
  margin: 5px 10px 15px 0px;
  margin: 0.5rem 1rem 1.5rem 0rem;
  padding: 0px 10px 10px 10px;
  padding: 0 1.0rem 1.0rem 1.0rem;
}

.tipbox:before {
	font-family: "dashicons";
	content: "\f118";
	font-size: 1.8em;
	margin:-8px 10px 10px 0;
	padding:0;
	text-align:left;
}

/*************Stitched for Hardware Reviews**********/
.stitched {
   margin: 20px 0px;
   background: #fff;
   color: #0088b3;
   font-size: 21px;
   font-weight: bold;
   line-height: 1.3em;
   border: 3px double #0088b3;
   border-radius: 10px;
   box-shadow: 0 0 0 4px #fff, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
  text-align:center;
}

.stitched .buynow {
  padding:10px;
  float:right;
  background:#0088b3;
  width:30%;
  border-left: 3px double #0088b3;
  border-top: 3px double #0088b3;
}

.stitched .coupon {
  font-size: 90%;
  color: #ff6600;
  padding:10px;
  display:block;  
  width:70%;
  border-top: 3px double #0088b3;
}

.stitched .image {
}

.stitched a:hover{color:#000;}
.stitched a,.stitched a:visited{color:#fff;}

/*******Follow Widget ***********/

.follow_widget {
  overflow: hidden;
}

.follow_widget .followtable {
  width: 320px;
  text-align: center;
  padding:0; 
  border: none;
}

.follow_widget .followbox {
  width: 52px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 800;
  text-align: left;
  margin-bottom: 3px;
  padding: 0px 0px;
  vertical-align: middle;
  line-height: 1.0;
  border: none;
}

.follow_widget .followbox_icons {
  padding: 0;
  text-align: center;
  vertical-align: bottom;
}

/***** Pre and Code Block ********************/
pre {
  font-family: Consolas,Monaco,"Courier New",Courier,monospace;
  background: none repeat scroll 0 0 #F0F0F0;  
  font-size: 14px;
  margin-bottom: 22px;
  overflow-x: auto;
  line-height:150%;
  border-left:3px solid #0088b3;
  border-top:1px solid #DADADA;
  border-right:1px solid #DADADA;
  border-bottom:1px solid #DADADA;
  padding: 11px;
}

.qoate-code {
  font-family: Consolas,Monaco,"Courier New",Courier,monospace;
  font-size: 14px;
  margin-bottom: 22px;
  background: none repeat scroll 0 0 #F0F0F0;
  overflow-x: auto;
  color: #000;
  line-height:150%;
  border-left:3px solid #0088b3;
  border-top:1px solid #DADADA;
  border-right:1px solid #DADADA;
  border-bottom:1px solid #DADADA;
  padding: 11px;
}

/******** In-Post Link ***********/
.ip-link{
  background-color: #0088b3;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border: 1px solid #FFF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 10px;
  display: inline-block;
}

.ip-link:visited{
  color:#fff;
}

.ip-link:hover, .ip-link:active {
  cursor: pointer;
  text-decoration:none;
  color:#fff;
  border:1px solid #555;
  background: #fff;
    background: -moz-linear-gradient(top, #0088b3, #6cb5ff);
    background: -webkit-gradient(linear, left top, left bottom, from(#0088b3), to(#6cb5ff));
}

/******** Videos Link ***********/
.video-link{
  background-image:url("/images/hb/videoicon60x43.gif");
  background-repeat:no-repeat;
  background-position:left center;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 8px 10px 9px 70px;
  color: #0088b3;
  font-weight: 700;
  display: block;
}

.video-link:visited{
  color: #0088b3;
}

.video-link:hover, .video-link:active {
  cursor: pointer;
  color:#333;
  background: #0088b3;
  background-repeat:no-repeat;
  background-position:left center;
  background-size: 60px 100%;
}

/***** Table Bordered ********************/

.tablebordered {
    border-spacing: 0;
    width: 100%;
  color: #333;
    margin-bottom: 15px;
    font-size: 12px;
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.tablebordered tr:hover {
    background: #dce9f9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.tablebordered td, 
.tablebordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 2px 8px;
    text-align: left;    
}

.tablebordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.tablebordered td:first-child, 
.tablebordered th:first-child {
    border-left: none;
}

.tablebordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.tablebordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.tablebordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.tablebordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.tablebordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

/***Adsense*********/
.adsense_contentLeft {
  float: left;
  padding: 5px 15px 0 0;
  padding: 0.5rem 1.5rem 0 0;
}

.adsense_contentRight {
  float: right;
  padding: 5px 0 10px 10px;
  padding: 0.5rem 0 1rem 1rem;
}
  
.adsense_contentCenter {
  text-align: center;
  padding: 0;
}

/* dont display desktop banner at mobile */
.onlyMobileShow{display:none}  
@media only screen and (min-width: 320px) and (max-width:767px) {
    .noMobileShow{display:none}
    .onlyMobileShow{display:block}
}

.wp-caption:hover .wp-caption-text {
    background: rgba(255,255,255,1);
    color: #FFF;
}
.wp-caption-text {
    font-size: 80%;
    width:100% !important;
    position: unset !important;
    line-height: 1.6rem;
    font-weight:bold !important;
    background-color: #FFF !important;
    color: #000000 !important;
    padding: 10px;
}