/*Single Post Styles*/
.single-post #genesis-content,
.category #genesis-content{
    float: left;
    width: 75%;
    padding: 0 20px 0 0;
}

.single-post #genesis-sidebar-primary,
.category #genesis-sidebar-primary{
    width: 25%;
    padding: 0 0 0 20px;
    float: right;
}

.single-post .site-inner,
.category .site-inner{
    width: 90% !important;
    max-width: 1140px !important;
    padding: 40px 30px 0;
}

.single-post .entry-title,
.category .entry-title{
    color: #303030;
    font-size: 34px;
    line-height: 38px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
}

.single-post .entry-header .wp-post-image,
.category .entry-header .wp-post-image{
    padding-bottom: 50px;
}

.single-post .entry-content .entry-image,
.category .entry-content .entry-image{
    display: none;
}

.single-post .entry-content p,
.category .entry-content p{
    color: #404040;
    font-size: 16px;
    line-height: 26px;
    font-style: normal;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 22px;
}

.single-post .entry-content a,
.category .entry-content a{
    text-decoration: none;
}
.single-post .entry-content a:hover,
.category .entry-content a:hover{
    color: #0173b3;
}

.single-post .entry-content h2,
.category .entry-content h2{
    margin: 0;
}

.single-post aside.sidebar .widget-title,
.category aside.sidebar .widget-title{
    color: #303030;
    font-size: 16px;
    line-height: 21px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 14px;
}

.single-post aside.sidebar .widget ul,
.category aside.sidebar .widget ul{
    margin: 15px 0;
}

.single-post aside.sidebar .widget nav ul li:hover a,
.category aside.sidebar .widget nav ul li:hover a{
    color: #00aedf;
}

.single-post aside.sidebar .widget li li,
.category aside.sidebar .widget li li{
    margin: 0;
    /* padding: 7px 0; */
}
.single-post aside.sidebar .widget li li,
.category aside.sidebar .widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}

.single-post aside.sidebar .widget li a,
.category aside.sidebar .widget li a{
    color: #404040;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    text-decoration: none;
    text-transform: .25s;
}
.single-post aside.sidebar .widget li a:hover,
.category aside.sidebar .widget li a:hover{
    color: #1e9fd6;
}

.single-post .entry-content .textwidget p,
.category .entry-content .textwidget p{
    color: #404040;
    font-size: 16px;
    line-height: 26px;
    font-style: normal;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 15px;
}
.single-post .textwidget .am-button a,
.category .textwidget .am-button a{
    color: #ffffff;
    font-size: 14px;
    line-height: 49px;
    height: 49px;
    font-weight: 300;
    background-color: #00aedf;
    border-radius: 2px;
    letter-spacing: 0px;
    text-transform: uppercase;
    border-width: 0px;
    padding-left: 26px;
    padding-right: 26px;
    transition-duration: .25s;
    text-decoration: none;
}
.single-post .textwidget .am-button a:hover,
.category .textwidget .am-button a:hover{
    color:#00aedf !important;
}

.single-post .sidebar .textwidget a,
.category .sidebar .textwidget a{
    text-decoration: none;
}
.single-post .sidebar .textwidget a:hover,
.category .sidebar .textwidget a:hover{
    color:#0173b3;
}

.single-post .entry-footer .entry-meta,
.category .entry-footer .entry-meta{
    border-top: 0;
}

.single-post .entry-footer .entry-meta .entry-tags,
.category .entry-footer .entry-meta .entry-tags{
    color: #303030;
    font-size: 16px;
    line-height: 26px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
}

.single-post .entry-footer .entry-meta .entry-tags a,
.category .entry-footer .entry-meta .entry-tags a{
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    color:#1e9fd6;
}
.single-post .entry-footer .entry-meta .entry-tags a:hover,
.category .entry-footer .entry-meta .entry-tags a:hover{
    color: #0173b3;
}
/*End Single Post Styles*/
@media only screen and (max-width: 1360px) {
    
}

@media only screen and (max-width: 1300px) {

}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 1100px) {

}

@media only screen and (max-width: 1000px) {
    .single-post .site-inner,
    .category .site-inner{
        padding: 100px 0px 0;
    }
}

@media only screen and (max-width: 768px) {
    .single-post #genesis-content, .single-post #genesis-sidebar-primary,
    .category #genesis-content, .category #genesis-sidebar-primary{
        float: none;
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    .single-post .entry-content p, .category .entry-content a,.category .textwidget p{
        font-size: 13px;
    }
    .single-post .entry-content h2,
    .category .entry-content h2{
        font-size: 29px;
        line-height: 33px;
    }
    .single-post aside.sidebar .widget li a,
    .category aside.sidebar .widget li a{
        font-size: 13px;
    }
}