/*
Theme Name: JNews - Child Theme
Version: 1.0.0
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */


/* content cards css added */

@media only screen and ( min-width: 479px ) {
  .content_cards_card .content_cards_image img {
    width: 30%;
    position: relative;
    /*display: inline;*/
    float: left;
    margin-left: 7px;
    margin-right: 6px;
  }

  html body .content_cards_card a:hover {
    display: inline;
    position: relative;
  }

  .content_cards_card .content_cards_title {
    position: relative;
    font-size: 18px;
    padding-top : 1em;
  }

  .content_cards_card .content_cards_image {
    margin-bottom: -3.5em;
  }

  .content_cards_card {
    padding: -2px;
  }
}

@media only screen and (max-width: 478px) {
  .content_cards_card .content_cards_image img {
    width: 30%;
    float: left;
    position: relative;
    margin-left: 0.5em;
    margin-right: 0.3em;
  }

  .content_cards_card .content_cards_image {
    margin-bottom: -4em;
    margin-top: 0.1em;
  }

  .content_cards_card .content_cards_title {
    position: relative;
    padding: 0px;
    padding-top : 1em;
    /*margin-top:0.5em;*/
    font-size: 14px;
    display: flex;
    /*align-content:right;*/
    font-weight: 600;
    margin-top: 1.3em;
  }

  .content_cards_card .content_cards_description {
    padding: 0em;
  }

  .content_cards_card .content_cards_site_name {
    margin-top: -2em;
  }
}





