/* Monetization */

/* Amazon Ads */

.aprofitm_am_ads {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    vertical-align: top;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.aprofitm_am_ads a {
  text-decoration: none !important;
  border: none;
  box-shadow: none !important;
  /*color: blue !important;*/
}

.aprofitm_am_ads * {
  box-sizing: border-box !important;
}

.aprofitm_am_ads.per_row_1 .aprofitm_am {
  flex-basis: 100%;
  width: 100%;
}

.aprofitm_am_ads.per_row_2 .aprofitm_am {
  flex-basis: 50%;
  width: 50%;
}

.aprofitm_am_ads.per_row_3 .aprofitm_am {
  flex-basis: 33.33333333%;
  width: 33.33333333%;
}

.aprofitm_am_ads.per_row_4 .aprofitm_am {
  flex-basis: 25%;
  width: 25%;
}

.aprofitm_am_ads.per_row_5 .aprofitm_am {
  flex-basis: 20%;
  width: 20%;
}

@media only screen and (max-width: 600px) {
  .aprofitm_am_ads .aprofitm_am {
    flex-basis: inherit !important;
    display: block !important;
    width: 100% !important;
  }

  .aprofitm_am_ads {
    margin: 0 !important;
  }
}

.aprofitm_am {
  background-color: #ffffff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border: 1px solid white;
  transition: all 0.3s ease;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex-grow: 1;
  flex-basis: 50%;
}

.aprofitm_am:hover {
    box-shadow: 0 8px 16px -6px #eee;
    border: 1px solid #ddd;
}

.aprofitm_thumb {
  text-align: center;
  padding: 15px;
}

.aprofitm_thumb img {
  border: 0 none;
  box-shadow: none;
  max-height: 200px;
  max-width: 100%;
  /*width: 100%;*/
  height: auto;
  vertical-align: middle;
  display:inline-block !important;
}

.aprofitm_am_t {
  margin-bottom: 12px;
  margin-top: 12px;
  font-weight: normal;
  color: gray !important;
  font-size: 90%;
  line-height: normal;
}

.aprofitm_am_src {
  margin-top: 4px;
  margin-bottom: 8px;
  text-align: center;
}

.aprofitm_am_l {
  display: none;
  text-align: center;
  text-decoration: none !important;
  border-bottom: none!important;
  box-shadow: none !important;
  background: #f3d078;
  background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
  background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7dfa5', endColorstr='#f0c14b', GradientType=0);
  border-radius: 2px;
  color: #111;
  font-size: 14px;
  padding: 5px;
  font-family: Arial, Helvetica;
}

.aprofitm_am:hover .aprofitm_am_l {
  display: block;
}

.aprofitm_buybtn {
  height: 40px;
  margin-top: 5px;
}

/* Price */
.aprofitm_am_p {
  text-align: center;
  color: gray !important;
  margin-bottom: 10px;
}

.aprofitm_am_src img {
  display: inline-block !important;
}

/* GDPR */

input.gpdrfield,
textarea.gpdrfield {
    /*background: #f7f7f7;*/
    /*background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));*/
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%;
}

select.gpdrfield {
    /*background: #f7f7f7;*/
    /*background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));*/
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%;
    display: block;
}

label.gpdrlabel {
  margin-top: 12px;
  display: block;
}

button.gdprsubmitbtn {
  background-color: #2050e0;
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  border-radius: .3rem;
  cursor: pointer;
  /*height: 5rem;*/
  /*line-height: 5rem;*/
  font-weight: 700;
  font-size: 1.2rem;
  padding: 10px;
  border: 0;
  text-shadow: none;
  box-shadow: none;
}