/*
Theme Name:    Lion Precision
Theme URI:     http://www.firstscribe.com
Description:   Responsive custom theme
Author:        First Scribe Team
Author URI:    http://www.firstscribe.com
Version:       1.0
*/


.search_resource_post form{    display: flex;}
.search_resource_post button#searchsubmit_resource {padding: 0 15px;background-color: #005aa4;color: #ffffff;border: none;border-right: solid 2px #ffffff;cursor: pointer;}
.search_resource_post input.search-field {border-radius: 0;border-right: 0;}
.blog-main .col-posts .post-wrap .post .content {padding: 0px 40px 0px 10px !important;}
/* .site-content .blog-main .col-posts .post-wrap .post {padding: 3px;} */
.search_resource_post button#searchsubmit_resource_Clear {padding: 5px 15px;background-color: #005aa4; color: #ffffff; border: none;border-right: solid 2px #ffffff;cursor: pointer;margin-top: 10px;}
.blog-main .col-posts .post-wrap {column-count: 1;}
.pagination-arrows {display: flex;justify-content: space-between;text-transform: uppercase;font-weight: bold;}
.current-term-name{margin:0 auto;}
.pagination-wrapper.resourceslibrary_pagination {padding-top: 100px;}
.post a{color: #000;font-weight: normal;}
.post .title.h6.weight-bold {font-weight: normal;}
.archive .page-banner{margin-bottom: 50px;}
.resources_contact_inforation {padding-top: 80px;}


@media only screen and (max-width: 575.98px) {
	.blog-main .col-posts .post-wrap {column-count: 1;}
	.pagination-wrapper.resourceslibrary_pagination {padding: 50px 0 0 0;}
    .pagination-arrows {flex-flow: column;align-items: center;}
	.resources_contact_inforation {padding-top: 50px;}
}