/*
Theme Name: Custom Theme
Author: the Custom team
Author URI: https://wordpress.org/
Version: 1.1
*/
.single-page-all p {
    font-size: 15px;
}

.single-page-all h4 {
    margin: 50px 0px 20px;
    font-weight: 700;
}
.single-page-all {
    padding: 50px 0px 100px;
}
.s-thumb {
    text-align: center;
}
.client-main, ul.f-social {
    display: none;
}

.main-search {
    margin: 50px 0px 70px;
}
.main-search a {
    display: inline-block;
    width: 170px;
    height: 40px;
    background-color: #00aeef;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
}
.main-search a:hover, .main-search a:active, .main-search a:focus {
    background-color: #082f53;
    color: #fff;
}