/*
Theme Name:  Twentytwentyone Child
Theme URI: https://wordpress.org/themes/twentytwentyone/  
Description: Write here theme description.
Author URI: https://wordpress.org/    
Template:    twentytwentyone
Version: 1.7
*/
.sale-button-main {
    display: none;
}
.footer-add .list-icons li a {
    word-wrap: break-word;
}
.footer-add .list-icons li {
    word-wrap: break-word;
    font-size: 14px;
}
.news--top-cont {
    flex-direction: column;
}
.blog .content-area {
	background-image: url(https://www.brisbanepressedmetal.com.au/wp-content/uploads/2023/03/unnamed-scaled.jpg);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: auto;
    background-size: cover;
	background-position: center center;
	min-height: calc(100vh - 0px);
}
.blog main#main article {
    float: left;
    /*width: 47%;*/
	width: 100%;
    padding: 50px 50px 0px;
    margin: 0 1%;
   /* background: #ebebeb; */
	background-color: rgb(0 0 0 / 72%);
    display: flex;
    color: white;
}
.blog main#main article:last-child{
	padding: 50px;
}
.blog main#main article .entry-header{
    flex: 0 0 130px;
}
.blog main#main article figure.post-thumbnail {
    margin-bottom: 20px;
}
.blog main#main article footer.entry-footer {
    margin-top: 15px;
	display: none;
}
.blog main#main article h2.entry-title {
   /* font-size: 30px;
    margin-top: 20px;*/
	font-size: 20px;
    margin-top: 5px;
}
.blog main#main article h2.entry-title a {
    color: #ffffff;
}
.pr_hide{
	display: none;
}
.action {
    width: 100%;
    text-align: center;
    margin-top: 2%;
}
.action .gg-btn {
    margin-top: 0 !important;
}
.sale-button-main {
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 9999;
}
.sale-button-main a {
    background-color: #e0150b;
    -webkit-border-radius: 5em 0 0 5em;
    border-radius: 5em 0 0 5em;
    border: none;
    color: #eeeeee;
    cursor: pointer;
    display: inline-block; 
    font-size: 1.6em;
    padding: 0.4em 1em;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
}
.single.single-post p {
    margin-bottom: 1rem!important;
}
@keyframes glowing {
    0% {
      background-color: #e0150b;
      box-shadow: 0 0 5px #e0150b;
    }
    50% {
      background-color: #e0150b;
      box-shadow: 0 0 20px #e0150b;
    }
    100% {
      background-color: #e0150b;
      box-shadow: 0 0 5px #e0150b;
    }
}
.sale-button-main a {
    animation: glowing 1300ms infinite;
}
@media only screen and (max-width: 768px){
    /*.sale-button-main {
        top: 20%;
    }*/
.blog main#main article {
    width: 100%;
    margin: 0 0 30px;
}
.blog main#main article .entry-header {
    flex: 0;
}
.blog main#main article {
    flex-direction: column;
	padding: 40px 40px 40px;
}
	.sale-button-main a {
	font-size: 1em;
		padding: 0.4em 0.7em;
	}
}