#color-set-2 img.size-full{
    display: none; /* This is in place in case of old blog loading images within content */
}
#color-set-2 .page-title a{
    text-decoration: none;
}
#color-set-2 aside .screen-reader-text{
    display: none;
}
#color-set-2 aside .search-form .search-submit {
    background: #30c4c9;
    color: #fff;
    text-align: center;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    font-size:1em;
    padding: 15px 20px;
    display: inline-block;
    margin: 10px 0;
    /* The rules below provide a transition for all elements
    that have :hover states, and position changes */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#color-set-2 aside .search-form .search-submit:hover{
    background: #10A4A9;
    color: #fff;
}
#color-set-2 aside h2{
    font-size: 1.6em;
}
#color-set-2 aside section{
    margin-bottom: 20px;
}
#color-set-2 aside section:last-child{
    margin-bottom: 0;
}
#color-set-2 #es_txt_button{
    background: #30c4c9;
    color: #fff;
    border: none;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size:1em;
    padding: 15px 20px;
    display: inline-block;
    margin: 10px 0;
    /* The rules below provide a transition for all elements
    that have :hover states, and position changes */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#color-set-2 #es_txt_button:hover{
    background: #10A4A9;
    color: #fff;
}
#color-set-2 .es_button{
    padding: 0;
}
.pagination {
    clear:both;
    padding:20px 0;
    position:relative;
}

.pagination span, .pagination a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
/*    color:#fff;*/
/*    background: #0087BE;*/
}

.pagination a:hover{
/*    color:#fff;
    background: #22ABD0;*/
}

.pagination .current{
    padding:6px 9px 5px 9px;
    /*background: #fff;*/
    color:#999;
}

.sub #color-set-2 .read-more{
    background: #30c4c9;
    color: #fff;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size:1em;
    padding: 15px 20px;
    display: inline-block;
    margin: 10px 0;
    /* The rules below provide a transition for all elements
    that have :hover states, and position changes */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sub #color-set-2 .read-more:hover{
    background:#10A4A9;
    /*transition*/
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease;
    color:#FFFFFF;
}

#socialbox {display:none;}

.featherlight .featherlight-content {
    background:#F1D39B;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    text-align:center;
}

.featherlight-content #socialbox {display:inline;}