/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */

/***********hide recaptcha**************/
.grecaptcha-badge {
    display: none !important;
}

/***************Star Ratings******************/
.sprite { background: url('/images/star_ratings.gif') no-repeat top left; width: 100px; height: 20px; font-size: inherit; color: inherit; clear: both;  } 
.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: 10px;
  font-size: 1.0rem;
  width: 100%;
  background:#eefbff;
  border:#c7f1ff solid 1px;
  margin: -5px 0px 15px 0px;
  margin: -0.5rem 0rem 1.5rem 0rem;
  padding: 5px;
  padding: 0.5rem;
}

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

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

/******** Pro Tip ***********/
.tipbox {
  text-align: left;
  font-size: 10px;
  font-size: 1.0rem;
  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;
}

/*************Stitched for Hardware Reviews**********/
.stitched {
   margin: 20px 0px;
   background: #fff;
   color: #27aae0;
   font-size: 21px;
   font-weight: bold;
   line-height: 1.3em;
   border: 3px double #27aae0;
   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:#27aae0;
  width:30%;
  border-left: 3px double #27aae0;
  border-top: 3px double #27aae0;
}

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

.stitched .image {
}

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

/******** In-Post Link ***********/
.ip-link{
  background-color: #27aae0;
  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, #27aae0, #6cb5ff);
    background: -webkit-gradient(linear, left top, left bottom, from(#27aae0), 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: #27aae0;
  font-weight: 700;
  display: block;
}

.video-link:visited{
  color: #27aae0;
}

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

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

.tablebordered {
    border-spacing: 0px;
    width: 100%;
    color: #333;
    font-size: 12px;
    margin: 10px 0;
}

.tablebordered a:link {
  color: #27aae0;
}

.tablebordered a:visited {
  color: #27aae0;
}

.tablebordered a:hover {
  text-decoration: underline;
}

.tablebordered tr:hover {
    background: #daedf5;
}    
    
.tablebordered td, 
.tablebordered th {
    border: 1px solid #aaa;
    line-height: 1.5;
    padding: 5px;
    margin: 0px;
}

.tablebordered td { 
    vertical-align: top;
    text-align: left;
}

.tablebordered th { 
    vertical-align: middle;
    text-align: center;
}
.tablebordered th {
    background-color: #daedf5;
}

/***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;
}

.couponcode {
    border: 1px dashed #27aae0;
    padding: 10px;
    margin: 5px;
}

/*** Pre & Code ***/
.post-entry pre {
  font-family: Consolas,Monaco,"Courier New",Courier,monospace;
  background: none repeat scroll 0 0 #F0F0F0;  
  font-size: 14px;
  margin-bottom: 22px;
  line-height:150%;
  border-left:3px solid #27aae0;
  border-top:1px solid #DADADA;
  border-right:1px solid #DADADA;
  border-bottom:1px solid #DADADA;
  padding: 11px;
  white-space: pre;
  overflow-x: scroll;
}
.post-entry code {
	font-size: 12px;
	line-height: 20px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-left: 4px solid #dedede;
	padding: 5px 10px;
    white-space: pre;
    overflow-x: scroll;
}

/****** Below Title Divs ****/
.columns {
  text-align: center;
  padding: 15px 0 0 0;
  max-width: 100%;
}

.left-div {
  display: inline-block;
  max-width: 400px;
  text-align: left;
  padding: 0 15px 0 0;
  margin: 5px;
  border-radius: 3px;
  vertical-align: top;
}

.right-div {
  display: inline-block;
  max-width: 400px;
  text-align: center;
  padding: 15px;
  background-color: #eee;
  border-radius: 3px;
  margin: 5px 5px 10px 5px;
}

.left-text,
.right-text {
  text-align: justify;
}

.left-text {
  float: left;
  }

/****** Pros and Cons ****/
.prosandcons {
  text-align: center;
  max-width: 100%;
}

.pros-left {
  display: inline-block;
  max-width: 360px;
  overflow-wrap: normal;
  text-align: left;
  padding: 15px;
  border-radius: 3px;
  margin: 15px;
  height: 100%;
}

.cons-right {
  display: inline-block;
  max-width: 360px;
  overflow-wrap: normal;
  text-align: left;
  padding: 15px;
  border-radius: 3px;
  margin: 15px;
  height: 100%;
  vertical-align: top;
}

.pros-left, .cons-right {
  }
}

.penci-adsense-below-slider {
  margin-bottom: 0px;
  padding-bottom: 5px;
}

/** adjust the ad wrapper **/
.hb-top { 
border: #ccc solid 1px;
margin: 20px; 
}

/** label element **/
.hb-adlabel { 
    text-align: center;
    padding: 3px;
    position: relative;
	background-color: #eee;
    border: #ccc solid 1px;
    top: 0px;
    font-size: 10px;
    width: 100%;
}


/* 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}
}


@media screen and (max-width: 800px) {
  .left-div,
  .right-div {
    max-width: 100%;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}


