

input[type=text] {
    padding:1em; 
    border:2px solid #ccc; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width:100%;
    height:3em;
    margin-bottom:1em;
    font-size:1em;
}

input[type=text]:focus {
    border-color:#333;
}

input[type=submit] {
    padding:5px 15px; 
    background:#ccc; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
    font-size:1em;
    min-width:20em;
    height:3em;
}

textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: none;
    font-size:1em;
}

select {
   height:3em;
   width:20em;
   font-size:1em;
   padding-left:1em;
}

.ad_info {
   width: 90%;
   text-align: left;
   margin-bottom:3em;
}

.link-btn {
    width: 115px;
    height: 25px;
    background: #25272e;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.ad_info a {
   color: #c6947d;
}
.ad_info a:hover {
   color: #c6947d;
}
.ad_info a:visited {
   color: #c6947d;
}

.thumbnail {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.thumbnail img.portrait {
  width: 100%;
  height: auto;
}

/* Added 4-16-2019 for middle banner position responsive behavior */

.ads .ads-content {
  text-align: center;
}

.ads .ads-content img {
  max-width: 728px;
  width: 100%;
}

@media (min-width: 768px) {
  .ads {
    padding: 20px 35px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ads .ads-content {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

/* Showcase Ads added 6-05-2019 */

.advertisingShowcase {
            padding-left: 30px;
            padding-right: 30px;
            width: 100%;
            margin-right: auto;
            margin-left: auto;
        }

        @media (min-width: 576px){
             .advertisingShowcase{
                max-width: 540px;
            }
        }

         @media (min-width: 768px){
             .advertisingShowcase{
                max-width: 720px;
            }
        }

        @media (min-width: 992px){
             .advertisingShowcase{
                max-width: 960px;
            }
        }

        @media (min-width: 1200px){
            .advertisingShowcase{
                max-width: 1170px;
            }
        }

        .advertisingShowcaseContent {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
        }

        @media (max-width: 767.98px){
            .advertisingShowcaseContent{
                 -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }
        }
        
        .advertisingShowcaseContent a {
            display: inline-block;
            max-width: 300px;
            max-height: 250px;
        }
