/*
Theme Name: VIMovingCenter
Theme URI: https://oceanwp.org/
Description: VIMovingCenter WordPress Theme.
Author: Ansen Sligar
Author URI: https://vinow.com/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
table {
  border: 0px solid #EFEFEF;
  text-align: left;
  border-collapse: collapse;
}
table td, table th {
  border-bottom: 1px solid #f5f5f5;
  padding: 5px;
text-align: center;
}
table thead {
  background: #f5f5f5;
 border-bottom: 0px solid #000000;
}
table thead th {
   
  font-weight: bold;
  color: #000000;
  text-align: center;
}
td{border-bottom: 1px solid #f5f5f5!important;}
table tfoot {
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  background: #f5f5f5;
 border-top: 0px solid #000000;
}
table tfoot td {
  font-size: 10px;
}
.center-div
{
     margin: 0 auto;
     width: 300px;
}



.card {
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 2;
    grid-template-areas: "t-1 t-2 t-3 t-4 t-5""ver ver ver ver ver"
}

[for*='-1'] {
    grid-area: t-1
}

[for*='-2'] {
    grid-area: t-2
}

[for*='-3'] {
    grid-area: t-3
}

[for*='-4'] {
    grid-area: t-4
}

[for*='-5'] {
    grid-area: t-5
}

:checked+label+article {
    grid-area: ver;
    z-index: 1
}

.card {
    width: 100%;
    margin: 2rem auto 0;
    border-top: 0 none;
    overflow: hidden;
    border-radius: 5px
}

[class*=taba-] {
    opacity: 0;
    max-width: 0;
    max-height: 0;
    display: flex;
    flex-direction: columns;
    flex-wrap: nowrap;
    align-items: center
}


:checked+label+[class*=taba-] {
    background: #fff;
    opacity: 1;
    max-width: 100%;
    max-height: 200vh
}

label {
    cursor: pointer;
    font-variant: small-caps;
    font-size: 1rem;
    line-height: 2;
    text-align: center;
    z-index: 1
}

input,
textarea {
    background-color: #fff !important;
    padding: 25px;
    margin: 10px 0
}

label:hover {
    background: #f26522;
    color: #fff
}

input:not(checked)+label {
    background: rgba(239, 239, 239, .2);
    border-right: 1px solid rgba(58, 58, 60, .1);
    color: rgba(58, 58, 60, .6)
}

input:checked+label {
    background: #efefef;
    color: #f26522
}

.hide {
    display: none
}

section {
    width: 100% !important
}

.secarea {
    padding: 1rem;
    background: #efefef;
    margin-bottom: 25px;
}

.emailbutton {
    background: rgba(58, 58, 60, .6);
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px
}

.featured img {
    float: left;
    padding: 15px 15px 5px 10px
}

.featured h4 {
    padding: 10px 0 10px 10px;
    margin-bottom: 0
}

.featuredemail {
    padding: 4px 0 4px 10px;
    font-size: .9em;
}
.featuredemail a {
   text-decoration: none!important;
}

.featured span {
    padding: 0 10px 0 0
}

.featured p {
    padding: 15px 0;
    font-size: .9em;
}

.coupon {
    text-align: center
}

.coupon img {
    width: 100%;
    display: block
}

.button {
    text-decoration: none;
    background-color: #f26522;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin: 0px auto 0px auto;

}


/* Listings */ 
.listing_container {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}


/* extended listing */
.listing_extended {
    flex: 100%;
    max-width: 100%;
    padding: 10px
  } 
  .listing_extended .featured
  img{
  width:50%;
  padding-left:0px!important;
  vertical-align: text-top;
    object-fit: contain;
  } 


/* basic listing */ 
.listing {
    flex: 100%; /* Set row width 49% for 2 rows */  
    max-width: 100%; /* Set row width 49% for 2 rows */
    padding: 5px    
  }
.listing .featured img{
  // float: none;
  width: 50%; /* Set image width 50% */
    object-fit: contain;
  
  } 
  .listing .featuredemail {
  padding: 0 0 0 4px;
  } 
  .listing .featured h4 {
  padding: 10px 0 0 4px;
  }
.listing .card{padding:0;
  }
  


/* Affiliate listing */ 
.aff {
    flex: 50%;
    max-width: 50%;
    padding: 5px
  }
@media screen and (max-width:640px) {
.aff {
    flex: 100%;
    max-width: 100%;
    padding: 5px
  }
  .listing .featured img{
    width: 100%;
    padding:0px!important;
  } 
}

.aff .featured img{
  float: none;
  width: 100%;
    object-fit: contain;
  padding:0px!important;
  } 
  .aff .featuredemail {
  padding: 0 0 0 4px;
  } 
  .aff .featured h4 {
  padding: 10px 0 0 4px;
  }
.aff .card{
  padding:0;
  } 
  .button1 {
    background-color: #f26522;
    color: #fff;
  Padding:5px;
  text-align: center;
}