/* 
Theme Name:		 Menakala
Theme URI:		 https://themes.interdata.net.au/wp
Description:	 Child theme created based on posterity STK theme
Author:			 Dushmantha Abeysinghe
Author URI:		 http://squaremk.com.au/
Template:		 posterity
Version:		 1.0.0
Text Domain:	 Posterity-child
-------------------------------------------------------------- */ 

/* =Theme customization starts here
------------------------------------------------------- */

.card {
	background-color: #FEA700;
  opacity: 1.8;
  filter: alpha(opacity=60);
	text-decoration:none;
}
.card-title {
  font-weight:bold;
  text-align: center;
}
.card-text {
  text-align: justify;
}



.card .card-body .list-group-item-orange {
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #FEA700;
    border-radius: 0px 0px 0px 0px;
    padding: 20px 30px 20px 30px;
}
.card .card-body .custom-button, .card .card-footer .d-grid .custom-button{
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #FEA700;
    border-radius: 0px 0px 0px 0px;
    padding: 20px 30px 20px 30px;
}

a:hover {
    color: #222;
    text-decoration: none !important;
}

.custom-button {
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #FEA700;
    border-radius: 0px 0px 0px 0px;
    padding: 20px 30px 20px 30px;
}

.foot-content .textwidget a{
	 text-decoration: none !important;
}