/* CSS Document */
/**
 * This file is part of AKB - Frontnews MODULE
 * @package     AKB Project - Branka Framework Extensions  
 * @version		1.1
 * @author		Andrea Bini
 * @copyright 	Copyright (C) 2018 Andrea Kozul Bini s.r.l.c.r.
 * @license		Copyrighted Commercial Software
 * Site:        akbproject.com
 * Email:       info@akbproject.com
*/



/******* style1 top ***********/

.mod-articlesnews-horizontal_style1_top {
  display: grid;
  grid-template-columns: 2fr 1fr;
  list-style: none;
  margin-left: -5px;
  margin-right: -5px;
  }


/******* style1 other ***********/

.mod-articlesnews-horizontal_style1_other {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  margin-left: -5px;
  margin-right: -5px;
}

.mod-articlesnews-horizontal-box_style1_top_container {
  padding: 5px;
}

.mod-articlesnews-horizontal-box_style1_top_container .AKB_itemcontent {
  padding: 6px;
}

 
@media screen and (max-width: 960px) {
.mod-articlesnews-horizontal_style1_top, .mod-articlesnews-horizontal_style1_other {
  display: grid;
  grid-template-columns: 1fr;
  list-style: none;
  margin-left: 0px;
  margin-right: 0px;
}

.mod-articlesnews-horizontal-box_style1_top_container {
  padding: 0px;
  margin-bottom: 6px;
}

}

