/*
Theme Name: Findme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.section-certificates .page-title{
    background: #000;
    padding: 30px 15px;
    color: #fff;

}
.section-certificates  h2{
    font-size: 25px;
    font-weight: 400;
}
.section-certificates  p{
    margin: 0;
    font-size: 14px;
}
.section-certificates form label{
    margin: 14px 0;
    display: flex;
    align-items: center;
}
.section-certificates form .search-text{
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
}
.section-certificates form .search-field{
    margin-bottom: 0;
    max-width: 200px;
}
.section-certificates .search-submit{
    text-transform: initial;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border-radius: 5px;
}
.table-certifi td{
    border-bottom: none;
}
.table-certifi .table-left{
    width: 40%;
    font-weight: 600;
}
#logo img {
	padding: 2px;
	background: #fff;
    border-radius: 50%;
}