a.btn.btn-success:visited
{
  color:white !important;
}

.site-title
{
  display:none;
}

.site-title:after
{
  height:0px;
}

.site-description
{
  display:none;
}


/*
	
	

*/
.site-logo
{
 	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 767px) {
        .site-logo {
			width: 750px;
    		padding-top:2%;
        }
    }
@media screen and (min-width: 768px) {
        .site-logo {
			width: 750px;
    		padding-top:2%;
        }
    }

@media screen and (min-width: 992px) {
        .site-logo {
			width: 970px;
    		padding-top:5%;
        }
    }
@media screen and (min-width: 1200px) {
        .site-logo {
			width: 1170px;
    		padding-top: 5%;
        }
    }

@media (max-width: 359px) and (min-width: 320px)
{
.site-logo img {
      max-height: 88px;
  }
}
@media (max-width: 1279px) and (min-width: 980px){
  .site-logo img {
      max-height: 150px;
  }
}

@media (max-width: 1365px) and (min-width: 1280px){
  .site-logo img {
      max-height: 250px;
  }
}

@media (max-width: 900px)
  {
.entry-header, .entry-content, .entry-summary, .entry-footer {
    padding: 1em 1em;
}
}

.testimonial_rotator.template-longform .testimonial_rotator_img {
    width: 100px;
    height: 100px;
}

.testimonial_rotator.template-longform .testimonial_rotator_img img {
    width: 100px;
    height: 100px;
}

#footerkeywords {
  list-style-type:none;
    padding: 0px;
    margin: 0px;
}

#indexKeywords ul li {
    padding: 0px 0px 0px 30px;
    margin: 10px 0px;
    width: 33.33%;
    float: left;
    background: url(/wp-content/uploads/2017/09/right-bullet.png) left center no-repeat;
    font-size: 16px;
    text-transform: uppercase;
    color: #0d5292;
}

@media screen and (max-width: 767px) {
        #indexKeywords ul li {
			width: 50%;
        }
    }