/*
Theme Name: Sandman Consultancy
Theme URI: http://www.sandmanconsultancy.com/
Description: Creative Multipurpose WordPress Theme
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Author: TAARUFF
Author URI: https://taaruff.com/#
Text Domain: sandman
Version: 18.0.9
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.text-sm p{
    font-size: 20px;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .testimonial_text_inner p{
    color: #ffffff;
}

.testimonial_image_holder{
    width: 110px;
}

.testimonials_c_holder .testimonial_content_inner{
    background-color: transparent!important;
    padding: 0px 45px !important;
}


.footer_top .menu{
	margin-top: 30px;
}
.footer_top .menu li{
	display: inline-block;
	margin-right: 22px!important;
}


/*** Responsive ***/
@media only screen and (max-width: 1000px){	
	.footer_top .menu li{
		display: block;
		margin-left: 0px!important;
		line-height: 15px!important;
		text-align: center;
	}
	.footer_top{
		text-align: center!important;
	}
}

