/*
 Theme Name:   Belfius
 Theme URI:    https://www.expertmedia.be/
 Description:  Belfius
 Author:       Erwin
 Author URI:   https://www.expertmedia.be/
 Template:     langona
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Belfius
*/

/* services in row */
#services > div > div:nth-child(2) > div.col-lg-3.col-md-6 > div > div.services-body > a.primary-icon-btn{
	padding:18px 90px 19px 28px;
	position:absolute;
	bottom:20px;
}
#services > div > div:nth-child(2) > div.col-lg-2.col-md-6 > div > div.services-body > a.primary-icon-btn{
	padding:13px 33px 13px 9px;
	font-size:12px;
}
#services > div > div:nth-child(2) > div.col-lg-2.col-md-6 > div > div.services-body > a.primary-icon-btn i {
    top: 0;
    right: 0;
    width: 20px;
    height: 43px;
    text-align: center;
    line-height: 46px;
    display: inline-block;
    position: absolute;
    border-radius: 0 3px 3px 0;
    background: rgba(255, 255, 255, 0.2);
}

/* ------------------------------------------------------------- */


/* Responsive Media Query
 * Extra large devices (large desktops, 1200px and up)
/* ---------------------------------------------------------------- */

@media only screen and (min-width: 1200px) {
    #services > div > div:nth-child(2) > div:nth-chil(1)> div > div.services-body > a.primary-icon-btn{
	padding:13px 33px 13px 9px;
	font-size:12px;
}
}