/*
Theme Name: Colormag-child
Theme URI: http://112.196.38.115:4061/cyberlexing
Description: This is a custom child theme I have created.
Template: colormag
Version: 0.1
*/



@import url("../colormag/style.css");
.kk-star-ratings.rgt {
    float: unset !important;
    margin-left: 10px;
    margin-bottom: 15px;
}
.widget_featured_posts .following-post img {
    height: 93px;
}
figure.highlights-featured-image {
    height: 165px;
}
figure.slider-featured-image {
    height: 340px;
}
th, td {
    padding: 20px 10px !important;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	figure.highlights-featured-image {
     height: unset; 
}
figure.slider-featured-image {
    height: unset;
}
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	figure.highlights-featured-image {
     height: unset; 
}
figure.slider-featured-image {
    height: unset;
}
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	figure.highlights-featured-image {
     height: unset; 
}
figure.slider-featured-image {
    height: unset;
}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	figure.highlights-featured-image {
     height: unset; 
}
figure.slider-featured-image {
    height: unset;
}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	figure.highlights-featured-image {
     height: unset; 
}
figure.slider-featured-image {
    height: unset;
}
}