/*
Theme Name:   Tek-Tools
Description:  Default GeneratePress child theme
Template:     generatepress
*/

.ctcc-inner {
    max-width: 1100px;
    margin: 0 auto
}
.main-navigation {
   background: #2CB45B;
}
.inside-header { 
    padding-bottom: 24px
}
a:hover {
    color: #2CB45B !important;;
}

.post,
.page-header {
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border-top: 4px solid #2CB45B;
}
.page-header {
    padding: 34px 38px !important;
}
.widget {
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.entry-title a {
    color: #3651A0;
}
.entry-title a:hover {
    color: #2CB45B;
}
.entry-meta {
    margin-top: 8px;
}
p.entry-meta.cat-links {
   margin-bottom: 20px;
   display: block;
   margin-top: 0;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1.54px;
    font-weight: bold
}
.entry-summary {
   margin-top: 20px;
}
.posted-on {
    font-weight: bold;
    font-size: 17px;
    color: #000;
}
#catapultCookie,
.read-more {
    border: 1px solid #2CB45B;
    border-radius: 5px;
    padding: 6px 10px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1.24px;
    text-transform: uppercase;
}
#catapultCookie {
    border: 1px solid #fff !important;
    background: none;
}
.read-more:hover {
    background-color: #2CB45B;
    color: #fff !important;;
}
#catapultCookie:hover {
    background-color: rgba(255,255,255,0.1);
}
#navmenu li {
    float: left;
    display: inline;
    list-style: none;
    padding: 0px;
    margin-top: -6px;
    font-size: 10px;
}
.page-numbers {
    padding: 8px !important;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1.24px;
    text-transform: uppercase;
}
.next {
    color: #534C4C;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1.24px;
    text-transform: uppercase;
}
.next:after {
    position: relative;
    left: 4px;
    top: 1px;
    content: '';
    display: inline-block;
    width: 0; 
    height: 0; 
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;  
    border-left: 8px solid #2CB45B;
}
h2.widget-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #534C4C !important;
}
.pis-li {
    margin-bottom: 10px;
    line-height: 1.25
}
.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: 20%;
}
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: 80%;
}
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;
}