/*

Theme Name: Kallyas

Theme URI: http://kallyas.net/

Description: A Highly customizable theme with page builder and unlimited colors.

Author: Hogash

Author URI: http://themeforest.net/user/hogash

Version: 4.15.11

Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready

License: GNU General Public License

License URI: license.txt

Text Domain: zn_framework

*/



/*

	** PLEASE DON'T ADD ANY CSS HERE !!!

	This file will be overwritten on updates and your CSS will be lost.



	Instead, please use Kallyas Child theme's style.css ( https://my.hogash.com/documentation/installing-the-child-theme/ )

	Or, access Kallyas options > Advanced > Custom CSS and add your CSS there.

*/

.home-icones {
    display: table;
}
.home-icones img, .home-icones p {
    display: table-cell;
    vertical-align: middle;
}
.home-icones img {
    padding-right: 15px;
}
.home-icones::after {
    content: url(/wp-content/uploads/arrowright.png);
    width: 25px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 17px;
    bottom: 0;
}
.home .action_box {
    border-top: none;
}
.home .action_box::after,.home .action_box::before {
    display: none;
}
.home .action_box.style2 .action_box-text{
    text-align: left;
}
.home .action_box.style2 .action_box-buttons {
    text-align: right;
}
.home .action_box_content.action_box-content {
    padding-right: 80px;
    padding-left: 80px;
}
.home .action_box .btn-lined {
    border-radius: 0;
    border: 1px solid #fff;
}
.home .action_box-subtitle {
    opacity: 1;
    line-height: 1.6;
}