/*
Theme Name: ST
Theme URI: https://wordpress.org/themes/st/
Author: FDR Group
Author URI: https://fdrgroup.facebook.com/profile.php?id=100033876427681
Description: Simple theme but Super theme :v.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: st

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.st{background-size: 100% 100%;background-repeat: no-repeat;}
.st-clock{background-image:url(assets/images/clock.svg);}
.st-cook{background-image:url(assets/images/cook.svg);}
.st-fire{background-image:url(assets/images/fire.svg);}
.post-tags{margin: 15px 0;}
.post-tags label{background: #000;color:#fff;padding: 3px 8px;}
.post-tags a{padding: 2px 5px;border:1px solid #ddd;font-size: 13px;display:inline-block;}
.pagination{text-align:center;}
.pagination>a,.pagination>span{padding: 5px 10px;margin: 0 2px;border: 1px solid #ddd;text-decoration:none;}
.pagination .current{background: #ff8800;color:#fff;}
#footer{padding-bottom: 40px;margin-top: 40px;}
#footer .container {padding-top: 80px;border-top: 1px solid #F4f4f9;}
#footer .about{width: 50%;float:left;padding-right: 15px;}
#footer .about .footer-logo{font-size: 18px;margin-bottom: 30px;}
#info-nav li{display:inline-block;margin-right: 10px;}
#info-nav li a{color:#a7b3c6;}
#footer .about .copyright{font-size: 12px;color:#a7b3c6;margin-top: 20px;}
#footer .footer-title{font-size: 18px;margin-bottom: 20px;}
#footer .footer-cats{width:25%;padding: 0 15px;float:left;}
#footer-nav li{margin-bottom: 5px;}
#footer-nav li a{color:#a7b3c6;}
@media screen and (max-width: 480px){
	#footer .about,#footer .footer-cats{width:100%;float:none;margin-right:0;margin-bottom: 15px;}
	
}