/*
	Theme Name: Accountant WP (Child Theme)
    Theme URI: http://accountantwp.azelab.com
    Description: Accountant WordPress Theme
	Author: Azelab
    Author URI: azelab.com
	Version: 1.0
    Text Domain: accountant-wp
    License: Themeforest Split License.
    License URI: http://themeforest.net/licenses
    Tags: two-columns, left-sidebar, custom-menu, editor-style, featured-images, sticky-post, threaded-comments, translation-ready
    Template: accountant-wp
*/
.logo img {
    width: 200px;
}

p {
    font-family: 'Source Sans Pro',sans-serif;
    line-height: 25px;
}

.case-box p {
    text-align: center;
}

.case-box {
    background: #f6f2f2;
    position: relative;
    padding: 30px 15px;
    margin: 0;
}

.case-box h3 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
	text-transform: uppercase;
}

.services-boxer {
    margin: 15px 0 0;
}

.client-says .photos img {
    height: 61px;
    margin: 5px 0 0;
    border-radius: 55px;
    border: 2px solid #F6BB19;
}

.display-none{
	display: none;
}

.client-says .photos {
    display: none;
}

.top-block {
    margin: 0 0 4rem;
}

.text-serv {
    margin: 0 0 0rem;
}

.colum-class h4 {
    font-size: 16px;
    color: #2b2b2b;
    line-height: 22px;
    text-align: left;
    margin: 0 0 20px;
    font-style: normal;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: bold;
}

.main-contant {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.sh-orange-btn .vc_btn3{
    font-size: 17px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 60px;
}

.main-category {
    padding: 45px 0 0px;
}

strong.be_primary {
    color: #f6bb19;
}

.sh-yellow h2 {
    font-weight: 300;
}

.colum-contact p {
    font-size: 14px;
}

.main-services-category {
    overflow: visible;
}

.colum-contact .vc_column-inner {
    min-height: 166px;
}
.soc-box {
    text-align: center;
}

/*media*/
@media (min-width: 992px){
	.sh-services .col-md-4 {
		width: 25%;
	}
}

@media (max-width: 1000px){
	#header.sticky-top .logo.no_sticky_logo {
		display: block;
	}
}