/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.tab-pane .gform_body {
    width: 600px!important;   
}

.tax-portfolio_category .grid {
    margin-top: 30px;
}

.tax-portfolio_category .grid  .grid__item {
    border-top: 10px solid #a00433;
    border-bottom-right-radius: 40px;
    margin-bottom: 90px;
    padding: 75px 36px 20px;
}

.tax-portfolio_category .grid ul {
    list-style-type: none;
    padding: 0;
}

.tax-portfolio_category .grid ul li {
    padding-left: 40px;
    position: relative;
    color: #fff;
    padding-bottom: 6px;
    min-height: 45px;
}

.tax-portfolio_category .grid ul li span {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: #a00433;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.tax-portfolio_category .grid ul li a {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.66666667;
}

.tax-portfolio_category .grid ul li div {
    display: inline-block;
}

.tax-portfolio_category .grid > *:nth-child(4n+1) {
    background-color: rgb(240 162 2 / 40%);
}

.tax-portfolio_category .grid > *:nth-child(4n+2) {
    background-color: rgb(43 169 83 / 40%);
}

.tax-portfolio_category .grid > *:nth-child(4n+3) {
    background-color: rgb(2 165 206 / 40%);
}

.tax-portfolio_category .grid > *:nth-child(4n+4) {
    background-color: rgb(166 20 59 / 60%);
}



.tax-portfolio_category h3 {
    color: #fff!important;
    font-family: "Montserrat"!important;
    font-size: 1.8125rem!important;
    font-weight: 700!important;
    margin-bottom: 20px!important;
}

@media only screen and (min-width: 768px) {
    .tax-portfolio_category .grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 50px;
    }
}

@media only screen and (min-width:980px) {
    .tax-portfolio_category .grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 50px;
    }
}