/*****************

 * Onimo Web Design
 * www.onimo.co.uk
 * CSS
 * Blog 

 *****************/

.navi__bottom ul li a {
    text-decoration-color: none;
}

.gut__one {
    background-image: url(/app/images/homes/windows-one.jpg);
    background-position: center;
    background-size: cover;
}

.reviews__one {
    background-image: url(/app/images/headers/reviews.jpg);
    background-position: center;
    background-size: cover;
}

.gut__two {
    background-image: url(/app/images/homes/windows-two.jpg);
    background-position: center;
    background-size: cover;
}

.win__header {
    background-image: url(/app/images/other/windowheader.jpg);
    background-position: center;
    background-size: cover;
}


.gut__header {
    background-image: url(/app/images/homes/window-cleaning-kent.jpg);
    background-position: center;
    background-size: cover;
}
.gutter__header {
    background-image: url(/app/images/headers/gutter-cleaning.jpg);
    background-position: center;
    background-size: cover;
}
.pressure__header {
    background-image: url(/app/images/headers/pressure-washing.jpg);
    background-position: center;
    background-size: cover;
}

.con__header {
    background-image: url(/app/images/headers/conservatory-cleaning.jpg);
    background-position: center;
    background-size: cover;
}

.roof__header {
    background-image: url(/app/images/headers/roof-cleaning.jpg);
    background-position: center;
    background-size: cover;
}

.main__blog {
    background-image: url(/assets/img/blogs/red.jpg);
    background-position: center;
    background-size: cover;
}


.blog__one__one {
    background-image: url(/assets/img/blogs/window-clean-manchester.jpg);
    background-position: center;
    background-size: cover;
}


.blog__one__two {
    background-image: url(/assets/img/blogs/red.jpg);
    background-position: center;
    background-size: cover;
}

.blog__two__one {
    background-image: url(/assets/img/blogs/gutter-cleaning-manchester.jpg);
    background-position: center;
    background-size: cover;
}


.blog__two__two {
    background-image: url(/assets/img/blogs/gutter-cleaning.jpg);
    background-position: center;
    background-size: cover;
}


.header__kitchen {
    background-image: url(/assets/img/headers/render-cleaner-manchester.jpeg);
    background-position: center;
    background-size: cover;
}

/** Header Blog Page **/

.blog__page__wrapper {
	margin-top: 125px;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	text-align: justify;
	font-weight: 300;
	line-height: 2.5rem;
	color: #555;
	font-size: 1.1rem;
}

.header__blog__page {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 800px;
}

.blog__one {
    background-image: url(/assets/img/headers/render-cleaner-manchester.jpeg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.header__blog__title {
	font-family: 'Readex Pro', sans-serif;
	color: white;
	font-size: 3rem;
	width: 900px;
	text-align: center;
	margin-top: 0px;
	font-weight: 400;
}

.header__blog__person {
    font-family: 'Readex Pro', sans-serif;
    text-align: center;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 10px;
    color: white;
}

.header__blog__subtitle {
    font-family: 'Readex Pro', sans-serif;
    text-align: center;
    font-weight: 400;
    color:white;
    text-transform: uppercase;
    font-size: .85rem;
    color: white;
    margin-bottom: 10px;
}

.blog__page__wrapper {
    font-family: 'Readex Pro', sans-serif;
    color: #444;
}

.blog__page__flex {
    display: flex;
    margin-bottom: 75px;
}

.blog__page__left {
    flex: .9;
    background-position: center;
    background-size: cover;
    margin-right: 75px;
    border-radius: 25px;
}

.blog__page__right {
    flex: 1;
}
    
.blog__full__image {
    background-position: center;
    background-size: cover;
    height: 600px;
    margin-top: 75px;
    margin-bottom: 75px;
    border-radius: 25px;
}

.blog__subtitle {
	font-family: 'Readex Pro', sans-serif;
	font-weight: 400;
	font-size: 1.7rem;
	margin-bottom: 15px;
	margin-top: 75px;
	color: #333;
}

/** More Blogs **/

.more__blogs {
    height: 450px;
    background-color: #faef62;
    margin-top: -300px;
}

.more__blog__cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 75px;
    width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.more__blog__cards__card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 400px;
    background-color: palevioletred;
    border-radius: 25px;
    margin-top: 75px;
}

.mbc__one {
    background-image: url(/app/images/blogs/freelance-copywriter-london-2.png);
    background-position: center;
    background-size: cover;
}

.mbc__two {
    background-image: url(/app/images/blogs/beautyfini-canary-wharf.jpg);
    background-position: center;
    background-size: cover;
}

.mbc__three {
    background-image: url(/app/images/blogs/optical-revolution-opticians-copywriting-website.jpg);
    background-position: center;
    background-size: cover;
}

.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin-top: 150px;
}

.more__blogs__title {
    margin-left: auto;
    margin-right: auto;
    font-family: 'Readex Pro', sans-serif;
	font-weight: 400;
    font-size: 1.6rem;
    text-align: center;
    width: 500px;
    margin-top: 75px;
    color: #444;
}


/** Blog Header Placeholder **/

.header__ph {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 700px;
}

.header__blog {
    background-image: url(/app/images/Gallery/top.jpg);
    background-position: center;
    background-size: cover;
}

.header__ph__title {
    font-family: 'Readex Pro', sans-serif;
	font-weight: 400;
    font-size: 3.4rem;
    color: white;
}

/** Blog Wrapper **/

.blog__wrapper {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

/** Headline Blog **/

.headline__blog {
    margin-top: 125px;
    margin-bottom: 125px;
    display: flex;
}

.headline__blog__left {
    flex: 1.2;
    background-position: center;
    background-size: cover;
    border-radius: 25px;
}

.headline__blog__right {
    padding-left: 100px;
    flex: 1;
}

.headline__blog__img {
    width: 100%;
    border-radius: 25px;
}

.blog__card__grid__card__headline__title {
	font-family: 'Readex Pro', sans-serif;
	font-size: 2.35rem;
	font-weight: 600;
	color: #333;
	margin-top: 10px;
	padding-right: 10px;
	text-align: left;
	line-height: 3.6rem;
	margin-top: 30px;
}

.blog__card__grid__card__headline__disc {
	font-family: 'Readex Pro', sans-serif;
	color: #666;
	font-weight: 200;
	margin-top: 20px;
	font-size: .95rem;
	padding-right: 30px;
	text-align: left;
	line-height: 1.8rem;
    margin-bottom: 10px;
}


/** Blog Grid **/

.blog__grid {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 70px;
    grid-row-gap: 150px;
    margin-bottom: 150px;
}

.blog__grid__card {
}

.blog__grid__card__img {
    border-radius: 25px;
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.blog__card__grid__card__title {
	font-family: 'Readex Pro', sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	color: #333;
	margin-top: 10px;
	padding-right: 10px;
	text-align: left;
	line-height: 2.2rem;
}

.blog__card__grid__card__disc {
    font-family: 'Readex Pro', sans-serif;
    color: #666;
    font-weight: 200;
    margin-top: 10px;
    font-size: .95rem;
    padding-right: 30px;
    text-align: left;
    line-height: 1.6rem;
}

.blog__card__time {
    font-family: 'Readex Pro', sans-serif;
    font-size: .8rem;
    padding: 10px;
    width: 125px;
    background-color: ghostwhite;
    border-radius: 10px;
    color: #666;
    text-align: center;
    margin-top: 20px;
}

.blog__card__tag {
    margin-top: 20px;
    border-radius: 10px;
    color: #c8849d;
    background-color: #fce4ef;
    width: 100px;
    text-align: center;
    padding: 10px;
    font-family: 'Readex Pro', sans-serif;
    font-size: .8rem;
    margin-right: 10px;
}

.tag__red {
    color: #c8849d;
    background-color: #fce4ef;
}

.tag__blue {
    color: #748abd;
    background-color: #e1edfe;
}

.tag__green {
    background-color: #d3fef0;
    color: #70ac98;
}

.tag__purple {
    background-color: #ece7fe;
    color: #8f7cbf;
}

.tag__yellow {
    background-color: #e4feb4;
    color: #a3be74;
}

.blog__grid__tag__wrapper {
    display: flex;
}

.clock__img {
	width: 15px;
	margin-right: 10px;
	margin-left: 20px;
	height: 15px;
	margin-top: 2px;
}

.blog__card__time {
    display: flex;
}

.blog__profile__img {
    margin-top: 15px;
    width: 50px;
    height: 50px;
    border-radius: 15px;
    object-fit: cover;
}

.blog__card__grid__card__profile__wrapper{
    display: flex;
}

.blog__card__grid__card__when__wrapper {
    padding-top: 20px;
    margin-left: 15px;
}

.blog__card__grid__card__profile__name {
    font-family: 'Readex Pro', sans-serif;
    font-size: .8rem;
    color: #333;
}

.blog__card__grid__card__profile__when {
    font-family: 'Readex Pro', sans-serif;
    color: #c8849d;
    font-size: .7rem;
}

.line__img {
    width: 13px;
    display: inline-block;
    margin-left: 10px;
    padding-top: 5px;
}


a {
    text-decoration: none;
}





@media (max-width: 1600px) {

.more__blog__cards {
    grid-gap: 50px;
    width: auto;
    margin-left: 3%;
    margin-right: 3%;
}
    
}


@media (max-width: 1500px) {

.main__test__text {
	color: #444;
	font-weight: 400;
	font-family: 'Readex Pro', sans-serif;
	font-size: 1.6rem;
	width: auto;
	text-align: center;
	line-height: 2.8rem;
    margin-left: 7%;
    margin-right: 7%;
}
    
}

@media (max-width: 1400px) {

.blog__wrapper {
	width: auto;
	margin-left: 4%;
	margin-right: 4%;
}

@media (max-width: 1200px) {
.header__ph {
	height: 500px;
}
    
.headline__blog__right {
	padding-left: 50px;
	flex: 1;
}
    
}
    
    
 @media (max-width: 1300px) {   
     
.blog__page__wrapper {
	margin-top: 125px;
	margin-left: 10%;
	margin-right: 10%;
	width: auto;
	font-size: 1rem;
}
    
.blog__grid {
	grid-column-gap: 35px;
	grid-row-gap: 100px;
	margin-bottom: 75px;
} 
     
    }
    
@media (max-width: 1000px) {
    
    .blog__page__flex {
        flex-direction: column;
    }
    
.more__blogs__title {
	margin-bottom: 30px;
}
    
.more__blog__cards__card {
	margin-top: 20px;
}
    
.more__blog__cards {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 15px;
    width: auto;
    margin-left: 3%;
    margin-right: 3%;
}
    
.portfolio__main__grid {
	margin-left: 5%;
	margin-right: 5%;
	width: auto;
	margin-bottom: 75px;
	margin-top: 75px;
	grid-gap: 25px;
	height: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
}
    
.portfolio__banner {
	display: flex;
	height: 500px;
	background-size: cover;
	background-position: center;
}
    
.blog__grid {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 100px;
    grid-row-gap: 20px;
	grid-row-gap: 150px;
	margin-bottom: 150px;
}
    
.headline__blog {
	margin-top: 75px;
	margin-bottom: 75px;
}
    
.blog__card__grid__card__headline__disc {
	margin-top: 10px;
	font-size: .9rem;
	line-height: 1.8rem;
	margin-bottom: 10px;
}

.blog__card__grid__card__headline__title {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.6rem;
}
    
    .bth {
        display: none;
    }
    
    }


@media (max-width: 900px) {
.header__ph__title {
	font-size: 2.8rem;
}
    
.logo__img {
	display: none;
} 
    
    .navi__sub {
        display: none;
    }
   
}
    
 @media (max-width: 800px) {
     
.header__blog__page {
	height: 600px;
    background-attachment: scroll;
}
     
.header__blog__title {
	font-size: 2rem;
	width: auto;
	text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}
     
.blog__page__wrapper {
     margin-top: 75px;
}
     
.portfolio__main__grid__box {
	height: 300px;
}
     
.headline__blog {
	flex-direction: column;
} 
   
.blog__card__grid__card__headline__title {
	font-size: 1.2rem;
	line-height: 2rem;
}
     
}
    
@media (max-width: 700px) {
    
.headline__blog__left {
	flex: auto;
	background-position: center;
	background-size: cover;
	border-radius: 25px;
	height: 300px;
}
    
.headline__blog {
	margin-top: 50px;
}
 
.main__test__text {
	font-size: 1.2rem;
	width: auto;
	text-align: center;
	line-height: 2rem;
	margin-left: 7%;
	margin-right: 7%;
}
    
.blog__card__grid__card__headline__disc {
	margin-top: 5px;
	margin-bottom: 0px;
}
    
.blog__grid {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 1fr;
	grid-column-gap: 100px;
    grid-row-gap: 20px;
	grid-row-gap: 75px;
	margin-bottom: 75px;
}
    
    }

@media (max-width: 600px) {
    
.blog__subtitle {
	font-weight: 400;
	font-size: 1.3rem;
	margin-bottom: 15px;
	margin-top: 75px;
	color: #333;
    text-align: left;
}
    
.header__ph__title {
	font-size: 2rem;
    margin-left: 7%;
    margin-right: 7%;
    text-align: center;
}
    
.more__blogs__title {
	margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
}
    
.headline__blog__right {
	padding-left: 5px;
	flex: 1;
}
    
.portfolio__banner {
	display: flex;
    flex-direction: column;
	height: 800px;
	background-size: cover;
	background-position: center;
}
    
.header__ph__title {
	font-size: 2rem;
}

.header__ph {
	height: 400px;
}
    
}


@media (max-width: 500px) {

.portfolio__main__grid {
	margin-bottom: 50px;
	margin-top: 50px;
	grid-gap: 25px;
	grid-template-columns: 1fr;
}

}






