/*
 Theme Name:   ColorNews Child
 Theme URI:   https://wordpress.org/themes/colornews-child/
 Description:  ColorNews Child Theme
 Author:       Prudhvi Nag
 Author URI:   http://example.com
 Template:     colornews
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  colornews-child
*/

article.post.hentry h1.entry-title, article.post.hentry h2.entry-title {
    line-height: 44px;
}

article.page.type-page > .entry-header{
    display: none;
}
.entry-content .figure-cat-wrap {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
.figure-cat-wrap .featured-image {
    text-align: center;
}
.figure-cat-wrap.pos-quote-single {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.no-sidebar #secondary,
.no-sidebar-full-width #secondary{
    display: none;
}

#comments{
    float: left;
    width: 100%;
}

#take-action-options-wrap {
    padding: 5px 3px;
    text-align: center;
    margin: 10px 0 0;
    width: 100%;
    float: left;
}
#take-action-options-wrap ul li{
    float: left;
    margin: 0 0 10px;
    padding: 0 .5%;
    list-style: none;
    color: #E87212;
}

.quote-actions-grip {
    width: 96%;
    padding: 10px 0 0;
    margin: 0 2%;
}

.quote-actions-grip .action-header {
    width: 78px;
    vertical-align: middle;
    text-align: center;
}

.quote-actions-grip {
    text-align: center;
}

#take-action-options-wrap ul {
    margin: 0;
    padding: 0;
}

.quote-actions-grip ul li {
    width: 19%;
}

.quote4-actions-grip ul li {
    width: 22%;
}

.quote3-actions-grip ul li {
    width: 30%;
}

.quote2-actions-grip ul li {
    width: 47%;
}

.quote1-actions-grip ul li {
    width: 97%;
}

#take-action-options-wrap ul li .action-option {
    text-align: center;
    padding: 0;
    height: 40px;
}

#take-action-options-wrap ul li .action-option img {
    opacity: 1;
    filter: alpha(opacity=100);
    border: 0;
    margin: 0 auto !important;
}

#take-action-options-wrap ul li .action-option img:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}

#take-action-options-wrap ul li .action-option1 {
    text-align: center;
    padding: 15px 0 5px;
    height: 25px;
}

#take-action-options-wrap ul li .action-option1 img {
    opacity: 1;
    filter: alpha(opacity=100);
    border: 0;
    margin: 0 auto !important
}

#take-action-options-wrap ul li .action-option1 img:hover {
    opacity: .7;
    filter: alpha(opacity=70)
}

#take-action-options-wrap ul li .action-option-star {
    text-align: center;
    padding: 0;
    height: 40px
}

#take-action-options-wrap ul li .action-option-star img {
    opacity: 1;
    filter: alpha(opacity=100);
    border: 0;
    margin: 0 auto !important
}

#take-action-options-wrap ul li .action-option-star img:hover {
    opacity: .7;
    filter: alpha(opacity=70)
}

ul li .action-option{
    text-align: center;
    padding: 5px 0;
    height: 35px
}

ul li .action-option-star{
    float: left;
    height: 35px;
    padding-top: 10px;
    width: 100%
}


.logo_bottouter {
    float: right;
    width: 20%
}

ul li .action-option-text {
    padding-top: 0px;
    font-size: 12px;
    color: #E87212;
    font-family: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
    font-weight: bold;
    line-height: 16px !important;
}
ul li .action-option-text a {
    display: block;
    font-size: 100%;
    background: none;
    border-radius: 8px;
    font-family: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
}

article.post {
    margin-bottom: 0;
    padding-bottom: 0;
}

.post-navigation .nav-links {
    float: left;
    margin-top: 20px;
    padding-top: 20px;
    width: 100%;
}

#comments #reply-title{
    display: none;
}