.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
}

.post-meta .post-author {display:none;}
.post-meta {
	font-size:14px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: -1rem 0 0 -2rem;
}
.post-meta li{margin-right:10px;}
body.single-post h1.entry-title{display:none;}
body.single-post .entry-header-inner{padding:10px 0px;}

.entry-categories{float:right;}
.entry-categories-inner{text-align:right;}
.heading-size-1{margin-bottom:20px;}

input[type="text"], input[type="text"]:focus,
input[type="number"], input[type="number"]:focus,
input[type="url"], input[type="url"]:focus,
input[type="phone"], input[type="phone"]:focus,
input[type="email"], input[type="email"]:focus,
select, select:focus, textarea:focus {
    font-size: 13px;
    box-shadow: none !important;
}
input[type="text"],
input[type="number"],
input[type="url"],
input[type="email"], select, textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input[type="checkbox"] {
    width: 1em;
    height: 1em;
    margin-right: .25em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    
}

input[type="submit"] {
	border-color: #cd0003;
	background-color: #cd0003 !important;
	color: #fff;
	text-transform: uppercase;
    moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 13px;
    padding: 15px 35px;
    font-family: 'Montserrat', sans-serif;
    vertical-align: top;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.Content article .entry-header-inner{margin-bottom:20px;border-bottom:1px solid #ccc;}
.Content article .read-more-button-wrap{text-align:right;}
.Content article .read-more-button-wrap a .faux-button{background-color: #cd0706 !important}
.Content article .read-more-button-wrap a{
	background-color: #cd0706;
	border: none;
	border-radius: 0px;
	color: #fff;
	font-size: 12px;
	padding: 0 2rem;
	line-height: 42px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: no
}

.Content article h2,.Content article h2 a{text-align:left;min-height: 70px;}
.Content article img{max-width:100%;}
.Content .styled-separator{display:none;}
.Content .post-separator{display:none;}

.widget-container h2{font-size:30px;}
.widget-container a{color:#d8ad02;}
.widget-container.widget_block.widget_search{margin-bottom:40px;}
.widget-container.widget_block.widget_search .wp-block-search__label{font-size:30px;font-weight: 500;
line-height: 1.2;}
a.wp-block-latest-posts__post-title {
    font-size: 18px;
    font-weight: 500;
}
.pagination-single-inner{width:100%;display:block;min-height:25px;}
.pagination-single-inner .previous-post{float:left;}
.pagination-single-inner .next-post{float:right;}

.Content article img {
     max-width: 100%;
     height:auto;
}
.Content .navigation.pagination .placeholder{
	display:none;
}
.Content .navigation.pagination .page-numbers{
	margin: 2px;
	padding: 7px 15px;
	line-height: 0px;
	font-size: 14px;
	min-width: 20px;
	background-color: #d8ad02 !important;
	color: #fff !important;
	text-transform: uppercase;
}
.Content .navigation.pagination .page-numbers.current{
	background-color: #000 !important;
}

.header_thirdparty .bg-secondary{display:none;}
a.previous-post,
a.next-post{
	color:#d8ad02;
}
/* above 1024 start*/
@media (min-width:1024.01px){
	.ProImg .featured-media{min-height: 260px;}
	.BoxPro .Textbox{min-height: 260px !important;}
	.header_thirdparty .bg-secondary{display:block;}
}
/* above 1024 end*/


/* above 1306 start*/
@media (min-width:1306.01px){
	.ProImg .featured-media{min-height: 320px;}
	.BoxPro .Textbox{min-height: 185px !important;}
}
/* above 1306 end*/
