/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2019 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.main-template.home-blog {
	margin-bottom: 25px;
}

.col-blog-container {
	padding: 0px 15px;
}
.col-blog-img {
    min-height: 165px;
}
.col-blog-text a {
	text-align: center;
	padding: 15px;
	font-family: Grotesk-med;
	display: block;
	font-size: 17px;
    text-decoration: none;
}
.col-blog-title {
	font-size: 26px;
	margin-bottom: 50px;
	font-family: Gothic-semi;
	text-align: center;
}
.col-blog-textcontainer{
	cursor: pointer;
}
.col-blog-title .go-to-block-link:focus, .col-blog-title .go-to-block-link:hover{
	color: #000;
	border-bottom: 1px solid #000;
	text-decoration: none;
}
.page-home .blog-main-container{
	margin-left: 0px;
	margin-right: 0px;
    width: auto;
}
.blog-container{
	padding: 0px;
}

@media(min-width: 768px){
	.page-home .blog-main-container{
		margin-left: 80px;
		margin-right: 80px;
	}
	.col-blog-title{
		text-align: left;
	}
	.blog-container{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media(min-width: 992px){
	.main-template.home-blog {
		margin-bottom: 65px;
	}
	.page-home .blog-main-container{
		margin-left: 100px;
		margin-right: 100px;
	}
	.col-blog-title {
		font-size: 30px;
		margin-bottom: 50px;
		text-indent: -3px;
	}

	.col-blog-text {
		font-size: 20px;
		line-height: 22px;
	}
	.col-blog-title{
		text-align: left;
	}

}
@media(min-width: 1200px){
	.page-home .blog-main-container{
		margin-left: 125px;
		margin-right: 125px;
	}
}