/*!
Theme Name: drpair
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: drpair
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

drpair is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html {
  scroll-behavior: smooth;
}
.staypaired .image, .lastestnews .image {
    background: #D9D9D9;
    border-radius: 20px;
    width: 100%;
    height: 30rem;
	background-size: cover;
    background-position: top left;
}
.lastestnews .image{
	margin: 2rem 0;
} 
.lastestnews .image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.lastestnews .image svg {
    width: 5rem;
}
.lastestnews ul li .linnr {
    display: flex;
    align-items: center;
}

.lastestnews ul li .linnr .image {
    height: 16rem;
    margin-right: 3rem;
    margin-bottom: 1.5rem;
    margin-top: 0;
}

.lastestnews ul li .linnr h4 {
    font-size: 2rem;
    color: #6365B8;
    font-weight: 600;
    margin-bottom: 1rem;
}

.lastestnews ul li .linnr p {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.lastestnews ul li .linnr p.date {
    font-size: 1rem;
    text-align: right;
}
.latestblogfaq {
    background: #fff;
    position: relative;
    z-index: 1;
	margin-top: 7rem;
	padding-top: 7.5rem;
}
.latestblogsec ul li {
    width: calc(100% /3);
}
.latestblogsec ul li .linnr {
    padding: 8px;
}
.latestblogsec ul li .linnr .image {height: 22rem;background-color: #D9D9D9;border-radius: 20px;margin-bottom: 2rem;}
.latestblogsec ul li .linnr .image {
    background-size: cover;
    background-position: 40%;
}
.latestblogsec ul li .linnr h4 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 300;
    color: #000;
}
.basicbanner {
    padding-top: 5rem;
}
.basicbanner .img {
    border-radius: 20px;
    height: 50rem;
    overflow: hidden;
    margin-bottom: 3.5rem;
}
.basicbanner .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.basiccontentinnr p.date {
    float: right;
}
.basiccontentinnr h1 {
    color: #6365B8;
    margin-bottom: 2.375rem;
}
.staypaired .heading h2 a {
    color: #6365B8;
    text-decoration: none;
}
.basiccontentinnr p {
    line-height: 1.5;
    margin-bottom: 1.5rem;
}
.latestblogsec ul li .linnr h4 a {
    text-decoration: none;
    color: #000;
}
.latestblogsec ul li .linnr h4 a:hover {
    color: #6365b7;
}
@media(max-width: 800px) {
	.staypaired .row {
		display: block;
	}
	.staypaired .col-5, .staypaired .col-45 {
		width: 100%;
	}
	.staypaired .image, .lastestnews .image {
		margin-bottom: 30px;
		height: 420px;
	}
	.staypaired p, .staypaired p.date {
		font-size: 26px !important;!i;!;
	}
	.latestblogsec ul li {
		width: calc(100% / 2);
	}
}
@media(max-width: 500px) {
	.staypaired .col-5 {
		width: 100%;
	}
	.staypaired .image {margin-bottom: 3rem;}
	.lastestnews .col-45, .lastestnews .col-5, .lastestnews ul li .linnr .image {
		width: 100%;
		margin: 0;
	}
	.latestblogsec ul li .linnr .image {
		height: 240px;
	}
	.staypaired .image, .lastestnews .image {
        margin-bottom: 30px;
        height: 240px;
    }
	.trustedleadingsec .heading h2, .latestblogsec ul li .linnr h4 {
        font-size: 26px;
    }
	.basicbanner .img {
		height: 240px;
		margin-bottom: 20px;
	}
	.basicbanner {
		padding-top: 4rem;
	}
	.basiccontentinnr p.date {
		font-size: 12px;
	}
	.basiccontentinnr h1 {
		font-size: 28px;
	}
	.bgbasic {
		background-size: contain !important;
	}
	.staypaired p, .staypaired p.date {
        font-size: 16px !important;
    }
	.latestblogsec ul li .linnr h4 {
		font-size: 40px;
	}
	.latestblogsec ul li {
		width: calc(100% / 1);
	}

	.lastestnews ul li .linnr {
		flex-wrap: wrap;
		margin-bottom: 2rem;
	}

	.lastestnews ul li .linnr .image {
		margin-bottom: 2rem;
		height: 20rem;
	}
	header .row {
		align-items: center;
	}
	.lastestnews ul li .linnr .image {
		height: 260px !important;
	}
}