/*
Theme Name: Mecon - Uncode Child
Description: Child theme for Uncode theme
Author: Marius @ apcinternet.com
Author URI: http://apcinternet.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

.green-bullets  ul li{
	list-style: none;
}
.green-bullets  ul li:before {
    content: "\002022";
    color: #009b79;
	margin: 0 0.5em;
}
.green-bullets  ul li{	
	text-indent: -22px;
	padding-left: 22px;
}
.style-light .link,
.style-light.style-override .link,
.style-dark .style-light .link, 
.style-light a, .style-light.style-override a, 
.style-dark .style-light a, 
.style-light input[type=checkbox]:checked:before, 
.style-light.style-override input[type=checkbox]:checked:before, 
.style-dark .style-light input[type=checkbox]:checked:before {
    color: #009577;
}
.style-light .link-hover, 
.style-light.style-override .link-hover, 
.style-dark .style-light .link-hover, 
.style-light a:not(.btn-text-skin):hover, 
.style-light.style-override a:not(.btn-text-skin):hover, 
.style-dark .style-light a:not(.btn-text-skin):hover, 
.style-light .tmb .t-entry-text .t-entry-title a:hover, 
.style-light.style-override .tmb .t-entry-text .t-entry-title a:hover, 
.style-dark .style-light .tmb .t-entry-text .t-entry-title a:hover, 
.style-light .tmb .t-entry p.t-entry-comments .extras a:hover i, 
.style-light.style-override .tmb .t-entry p.t-entry-comments .extras a:hover i, 
.style-dark .style-light .tmb .t-entry p.t-entry-comments .extras a:hover i, 
.style-light div[class*=sharer-].share-button label:hover, 
.style-light.style-override div[class*=sharer-].share-button label:hover, 
.style-dark .style-light div[class*=sharer-].share-button label:hover {
    color: #009577;
	text-decoration: underline;
}
.category .main-container .row-container .row-parent {
    padding: 108px 36px 36px 36px;
}
@media (min-width: 780px){
	footer .main-container .row{
		display: block;
		width: 100%;
	}

	footer .footer-last .uncell{
		display: block;
		width: 100%;
	}

	footer .footer-last .uncell #footer-left-text{
		float: left;
	}
	footer .footer-last .uncell #footer-right-text{
		float: right;
	}
	footer .footer-last .uncell.text-right{
		padding-top: 0;
	}
}

@media (max-width: 779px){
	footer .footer-last .uncell #footer-left-text{
		width: 100%;
		display: block;
	}
}



