/**
* Theme Name: Vozzy Child
* Description: This is a child theme of Vozzy.
* Author: 90theme
* Template: vozzy
* Version: 1.0
*/


#commentform textarea,
#commentform input
{
    background: #2f2f2f;
    color: #ffffff;
}

#commentform textarea::placeholder,
#commentform input::placeholder
{
    color: #ffffff;
}
.wp-block-aioseo-table-of-contents{
    background: #2f2f2f;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 20px;
}
.wp-block-aioseo-table-of-contents a{
    text-decoration: none;
}
.wp-block-aioseo-table-of-contents ul{
    padding: 0;
    list-style: none;
}
.wp-block-aioseo-table-of-contents ul li ul{
    padding-left: 20px;
}
#commentform #submit{
    background: #673ab7;
}
.reading-indicator {
    background-color: #00a9e1;
}
.wp-block-image img{
    border-radius: 20px;
    border: 1px solid #2f2f2f;
}
aside .banner-box-inner img{
    border-radius: 20px !important;
}