@charset "UTF-8";
/*
Theme Name: Point of care
Author:
Version: 1.0
*/
.sform__wrap .wpcf7-response-output{
    color: #000!important;
    font-family: 'Lato', sans-serif;
}
.wpcf7-response-output{
    color: #ffffff!important;
    font-family: 'Lato', sans-serif;
}
.wpcf7-form-control-wrap input,.wpcf7-form-control-wrap textarea{
    width: 100%!important;
}
span.wpcf7-not-valid-tip{
    display:none;
}
#ss-search-page-form {
    text-align:center;
    margin: auto;
    padding-top:50px;
}
#ss-search-page-form .search-field {
    border: 2px solid #dddddd;
    border-radius: 4px;
    width:60%;
    margin-top:20px;
}
#ss-search-page-form .search-submit {
    padding: 10px 10px;
    margin-bottom:5px;
    text-transform: uppercase;
}
.search header.container.second-pages.big_promo_wrap {
    height: 200px !important;
	min-height: 200px !IMPORTANT;
}
button.is-search-submit {
    height: 27px !important;
}
}

.is-form-style input.is-search-input {
	font-size: 21px !important;
	color: #000;
}

span.is-search-icon {
    height: 25px !important;
    width: 27px !important;
    padding: 2px !important;
}
.page-template .search-form-right{
	float: right;
    padding-top: 17px;
    margin-right: 16px;
}
.single-format-standard .search-form-right {
    float: right;
    padding-top: 54px;
    margin-right: 16px;
}
.search-results .search-form-right {
    float: right;
    padding-top: 18px;
    margin-right: 16px;
}
.page-template-page-pharmacy-php .search-form-right {
    float: right;
    padding-bottom: 10px;
    padding-top: 14px;
}
.search-form-right{
	float: right;
    margin-right: 0px;
}
.is-search-form input.is-search-input {
    height: 27px;
	width: 120px;
}
@media all and (max-width: 480px){
	.search-form-right {
    float: right;
     padding-right: 49px !important;
    padding-bottom: 12px !important;
}
	.container_centered.promo_centered {
    padding-bottom: 40px !important;
}
	.promo .container_centered h1 {
    margin-top: 10px;
	}
	.is-form-style input.is-search-input{
		width: 180px !important;
	}
	.search-results .search-form-right {
    padding-top: 54px;
}
}

@media (min-width: 768px) and (max-width: 991px){
	.search-form-right {
    padding-right: 49px !important;
    padding-bottom: 12px !important;
	}
}
@media (max-width: 768px) {
	.search-form-right {
    padding-right: 49px !important;
    padding-bottom: 12px !important;
	}
}

@media (max-width: 991px) {
	.search-results .search-form-right {
    padding-top: 5px;
  }
	.page-template-page-pharmacy-php .search-form-right {
    padding-top: 5px;
  }
	.page-template .search-form-right{
    padding-top: 5px;
   }
}
.is-form-style input.is-search-input {
	font-family: 'Lato', sans-serif !important;
	font-size: 17px !important;
}
.search-no-results .search-form-right {
	padding-top: 18px;
}
<!-- New CSS for bullet and numbered list starts -->

.single-post .icontent ol li{
	list-style-type: decimal !important;
}

.single-post .icontent ul li {
    list-style-type: disc !important;
}

<!-- New CSS for bullet and numbered list ends -->