/*
Theme Name:   DNSStuff
Description:  Default GeneratePress child theme
Template:     generatepress
*/

#promotion_boxes {
    width:100%; white-space:nowrap; margin:0 auto 0 auto; line-height:0em;
    position: relative;
}
#promo_1{
    position: absolute;
    left: 0;
    z-index: 1
}
#promo_2 {

}
#promo_3 {
    position: absolute;
    right: 0;
    top: 0;
}
@media (min-width: 1100px) {
    #mobile-header {
        display: none;
    }
    #promotion_boxes,
    #promo_1,
    #promo_3 {
        display: block;
        background-color: #ffffff;
        min-height:	200px;
    }
    #promo_2 {
        position: relative;
        z-index: 50;
        max-width: 1130px;
        width: 100%;
        margin: 0 auto;
        top: 60px
    }
}

@media (max-width: 1099px) {
    #mobile-header {
        display: block;
        padding-top: 30px;
        padding-bottom: 10px;
    }
    #promotion_boxes,
    #promo_1,
    #promo_2,
    #promo_3 {
        display: none;
    }
}

#navmenu li {
    float: left;
    display: inline;
    list-style: none;
    padding: 0px;
    margin-top: -6px;
    font-size: 10px;
}

.pis-li {
    margin-bottom: 10px
}
a.page-numbers {
    padding: 10px !important;
}
#snippet-box {
  display: none !important;
}
.rp4wp-related-posts {
    border-top: 1px solid #ccc;
    padding-top: 20px;
  }
  
  .rp4wp-related-posts {
    border-top: 1px solid #ccc;
    padding-top: 20px;
  }
  article .contributor__block {
    border-top: 1px solid #ccc;
    padding: 25px 0 0 0;
    margin-top: 25px;
  }
  
  article .contributor__block .contributor {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
  }
  article .contributor__block .contributor:first-child {
    margin-top: 0;
  }
  article .contributor__block .contributor div:first-child {
    flex-basis: 80px;
  }
  article .contributor__block .contributor div:first-child .default__avatar {
    position: relative;
    display: block;
    width: 62px;
    height: 62px;
    background-color: #ccc;
    border-radius: 50%;
    margin: auto;
  }
  article .contributor__block .contributor div:first-child img {
    max-width: 62px;
    max-height: 62px;
    border-radius: 50%;
  }
  article .contributor__block .contributor div:last-child {
    flex-basis: calc(100% - 80px);
  }
  article .contributor__block .contributor div:last-child p {
    font-size: 14px;
    font-style: italic;
    margin: 0;
  }
  article .contributor__block .contributor div:last-child .author_name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  /* Related Posts */
  .rp4wp-related-posts {
    margin-top: 25px;
  }
  .rp4wp-related-posts ul.rp4wp-posts-list .rp4wp-col-last {
    padding-left: 0 !important;
    margin-bottom: 20px !important;
  }
  .rp4wp-related-posts ul.rp4wp-posts-list .rp4wp-col-last .rp4wp_component {
    padding-bottom: 0 !important;
  }
  .rp4wp-related-posts ul.rp4wp-posts-list .rp4wp-col-last .rp4wp_component_title a {
    font-weight: 400;
  }
.freetool-spacer-top:first-of-type{
      display:block;
      background-color: #efefef;
      width: 900em;
      height: 20px;
      margin-left:-10em;
      overflow:hidden;
  }
.freetool-spacer{
    display:block;
    background-color: #efefef;
    width: 900em;
    height: 20px;
    margin-left:-10em;
    overflow:hidden;
}
.freetool-spacer:last-of-type{
    display:none
}
.freetool-header{
    margin-bottom: 40px;
    color: #3a3a3a
}

.freetool{
    margin: 20px 0px;
}

.freetool h2{
    color: #1e73be;
}

.freetools-noimage{
    width: 300px;
}

.freetool-content{
    display: flex;
    flex-direction: row;
}

.freetool-content:not(:first-of-type){
    padding-top: 25px;
    border-top: #efefef solid 5px;
}

.freetool-image{
    flex: 0 0 300px;
}

.freetool-text{
    flex: 1;
    padding-left: 20px;
}

.freetool-text p {
    margin-bottom: .5em;
}

.btn-primary{
    padding: 10px 15px;
    background-color: #1e73be;
    color: white !important;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-primary:hover{
    background-color: #3481c4;
}

.secondary-link{
    padding: 12px;
    margin-left: 15px;
    border-left: dotted 1px #3a3a3a;
    color: #1e73be;
    font-weight: 500;
    font-size: 14px;
}

.freetool-underlink{
    padding-top: 20px;
    text-align: center;
    font-size: 12px;
    color: #999;
}

.freetool-btn{
    float:left;
}
.freetool-btngroup{
    padding-top: 20px;
}
.freetools_banner{
    margin-top:20px;
}

body{
    overflow-x:hidden;
}


@media (max-width: 1099px) {
    .freetool-content{
        flex-direction: column;
    }

    .freetool-image{
        flex: 0;
    }
}