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



.blog-filter-container {
    margin-bottom: 40px; 
    text-align: center;
}


.io-container select{
    background-color: white;
    background-image: url(images/drop-down-arrow.jpg);
    background-position: 100%;
    background-size: 60px ;
    background-repeat: no-repeat;
    padding-left: 30px !important;
}

.io-container input,
.io-container select{
    border: 2px solid #d1d2d2 !important;
    color: #57227a;
    font-size: 30px;
    width: 100%;
    height: 60px !important;
    font-family: 'Avenir', 'Arial', 'Helvetica', 'sans-serif';
    
}
    
    
.fusion-blog-layout-grid article .fusion-post-wrapper{
    border: 0 !important;
    
}


.fusion-blog-layout-grid .fusion-post-wrapper .fusion-image-wrapper img {
    box-shadow: none;
    border-radius: 0;
    clip-path: url(#svgOval);
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin: auto;
    border: 0;
}

.pum-container *:focus {outline: 0}



