/*   
Theme Name:Solista
Version:1.0 */
/**** Custom CSS Goes Here */
.pegination-wrap{
	margin: 0px 0px 10px;
}
.pegination-wrap .pagination-list{
	text-align: center;
	
}
.pegination-wrap .pagination-list li{
	display: inline-block;
	list-style: none;
	margin-right: 10px;
}
.pegination-wrap .pagination-list li .current{
	background: #e26709;
	padding:10px 15px;
	color: #fff;
}
.pegination-wrap .pagination-list li a{
	padding:10px 15px;
	color: #fff;
	display: inline-block;
	background: #585676;
}
.pegination-wrap .pagination-list li a:hover,
.pegination-wrap .pagination-list li a:active,
.pegination-wrap .pagination-list li a:focus{
	background: #e26709;
	color: #fff;
}
.solution-wrap .solution-box{
	min-height: 300px;
}
section.our-customer .logo-wrap {
   	height: 100px;
    cursor: pointer;
    margin-bottom: 25px;
    text-align:center;
}
form#commentform p.form-submit {
    float: right;
    margin-top: 20px;
}
form#commentform button.btn-default {
    color: #fff;
    background-color: #e26709;
    border-color: #ccc;
}

form#commentform .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.comments-wrap {
    margin-top: 50px;
}
.comments-wrap .title h2{display:none;}

.comment .author img{
	    max-width: 10%;
    height: 10%;
    border-radius: 50%;
}

.comment-lists {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.comments-wrap ul.comment-list li::before{
	display: none;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}
a.icon-button.download-icon {
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 10px;
    color: #e86709;
}
.solution-box-desc{
    padding: 30px 32px;
}
.solution-box-desc p{
    max-height: 178px;
    overflow: hidden;
    margin-top: 30px;
    
/*    text-align:justify;
    position: absolute;
padding-right: 30px;
padding-left: 7px;
font-size:15px;*/
}

.home-banner .slick-prev {
    left: 80%;
    top: 90%;
}
.why-slider .why-slider-content ul li{
margin-right:0px;
}
ul.dropdown-menu {
    background-color: transparent;
    border: none;
    box-shadow: none;
   
}
.dropdown-menu>li>a {
    
    color: #e26709;
        font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
  
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #e26709;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #e26709;
    text-decoration: none;
    background-color: transparent;
}
.footer .footer-content ul li.social a:hover{
       /* width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    padding: 3px 8px;*/
  color: #E3670A;
}


.footer .footer-content p big {
    border-bottom: 1px #fff solid;
    padding-bottom: 5px;
    text-transform: uppercase;
    
}
.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}
.why-wrap .why-content ul{
    /*margin-left: 40px;*/
}
.our-customer .logo-wrap img{

max-width:70%;
}
.dropdown-menu>li>a{
        padding: 3px 15px;
}
.why-wrap .why-content {
    font-family: 'helvetica', sans-serif;
}
.why-content p, .why-wrap .why-content ul li {
    color: #736357;
}
h3.twittstext a{
    font-size: 15px;
}
section#banner .slick-dots {
    display: none;
}
@media screen and ( max-height: 768px ), screen and (max-width: 480px) {
  .home-banner .banner-content{
  	padding-top: 150px;
  }
}
.solution-wrap .solution-box .solution-box-content .find-button a{
	background: #fff;
}
.solution-wrap .solution-box .solution-box-content h3 a{
	color: #fff;
}
.interested-wrap .more{
	background: #fff;
}
.interested-top a {
    color: #d4d1cd;
}
.logo-wrap img.attachment-full.size-full {
    max-height: 80px;
    width: auto;
}

.solution-box-desc {
    left: calc(50% - 150px);
    padding-bottom: 0;
    display: table;
    padding-top: 0;
}

.solution-box-desc p {
    max-height: 180px;
    overflow: visible;
    display: table-cell;
    vertical-align: middle;
}

.why-content h4{
    margin-bottom: 10px;
}