/* Talk to Us */

.contact-v3 .talk-to-us {
    position: relative;
    top: 0px;
	margin-top: 100px;
    padding-top: 50px;
    background-color: #000000;
}

.contact-v3 .talk-to-us-address {
	background-color: #242424;
	min-height: 690px;
	height:100%;
}

.contact-v3 .talk-address-contain {
	order: 1; 
}

.contact-v3 .talk-form-contain {
	max-width: 66%;
}

.contact-v3 .row {
    justify-content: space-between;
}

.contact-v3 .talk-form input[type=submit] {
    padding: 15px 50px;
    background: #000;
    color: #fff;
	font-family: 'DIN 2014', sans-serif;
	font-weight:400;
}

.contact-v3 .talk-form input[type=submit]:hover {
	background-image: linear-gradient(to right, #00527a, #00527a, #418979, #73b278);
}

.contact-v3 .talk-to-us-address h2 {
    font-family: 'DIN 2014', sans-serif;
    color: #FFFFFF;
    font-size: 30px;
	font-weight:400;
}

.contact-v3 .talk-form-contain h2 {
	font-family: 'DIN 2014', sans-serif;
    color: #2B2E34;
    font-size: 30px;
}

.contact-v3 .address-list h4 {
	font-family: 'Lato', sans-serif;
    color: #FFFFFF;
	font-size: 20px;
    font-weight: 700;
	text-transform: capitalize;
}

.contact-v3 .address-list, .contact-v3 .address-list p.address-contact {
    font-family: 'Lato', sans-serif;
    color: #FFFFFF;
	font-size: 16px;
    font-weight: 300;
	margin-top: 25px;
}

.contact-v3 .address-list {
	margin-bottom: 45px;
}

.contact-v3 .address-contain div:last-child {
	margin-bottom: 25px;
}

.contact-v3 .talk-form input[type=text], .talk-form input[type=tel] {
    border-bottom: 1.9px solid #a3a5ad;
}

.contact-v3 .talk-form input[type=email] {
    border-bottom: 2px solid #a3a5ad;
}

.contact-v3 .talk-form select {
    border-bottom: 2px solid #000000;
}

.contact-v3 .talk-form input::placeholder,
.contact-v3 .talk-form textarea::placeholder {
    color: #bbc1c9;
}

.contact-v3 .talk-form select {
    -webkit-appearance: none;  /* Chrome, Safari */
    -moz-appearance: none;     /* Firefox */
    appearance: none;          /* Standard */
    background-image: none !important;
	padding: 15px 0px;
}

.contact-v3 .talk-form select::-ms-expand {
    display: none;
}


@media (min-width:768px){
	.contact-v3 .talk-form-contain{
		order:2;
	}
}

@media screen and (max-width:600px) {
	
	
	
	
	.contact-v3 .talk-to-us {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	
}


@media screen and (max-width:820px) {
	
	
	.contact-v3 .row {
		flex-direction: column;
	}
	
	.contact-v3 .talk-form-contain {
		max-width: 100%;
	}
	
	.contact-v3 .talk-address-contain {
		max-width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.contact-v3 .talk-address-contain .talk-to-us-address {
		padding-left: 20px;
	}
	
	
}


@media screen and (min-width:821px) and (max-width:1024px) {
	
	
	
}



/* Article Single page */

/* --------------------------------------------------
   HEADER AREA (BIG LEFT IMAGE + CONTENT RIGHT)
-------------------------------------------------- */
.article-header-section {
    padding: 60px 0;
	padding-bottom: 0px;
}

.article-header-inner{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-start;
}

.article-new-layout .article-bottom-author-section {
    margin-top: 0px;
	padding-top: 0px;
	border-top: none;
}

/* .article-new-layout ul.article-author-list li {
    width: 65%;
}

.article-new-layout .image-content {
	width: 60%;
} */

.article-new-layout .member-profile {
	width: auto; 
}

.article-new-layout .article-author-date {
	width: 100%;
	padding-bottom: 10px;
	color: #717171;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 20px;
    font-weight: 300;
	font-style: italic;
}

.article-new-layout .article-header-photo {
	padding-bottom: 50px;
}

.article-new-layout .article-header-photo img {
    width: 100%;
	object-fit: cover;
}

.article-header {
    width: 100%;
    max-width: 1140px;
    margin: auto;
}

.article-category {
    font-size: 15px;
    color: #000000;
	font-weight: 700;
    margin: 0 0 10px 0;
	margin-bottom: 20px;
}

.article-title-main {
	color: #000000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 42px;
	line-height: 47px;
    font-weight: 400;
	margin-bottom: 20px;
}

.article-excerpt {
	color: #717171;
	font-family: 'Lato', sans-serif;
    font-size: 20px;
	line-height: 26px;
    font-weight: 500;
	margin-bottom: 30px;
}

.article-excerpt b, .article-excerpt strong {
    font-weight: 500;
}

.article-author-date {
    font-size: 16px;
    color: #555;
    margin-top: 15px;
}


/* --------------------------------------------------
   MAIN BODY: TWO COLUMNS
-------------------------------------------------- */
.article-body-section {
    display: flex;
    justify-content: space-between;
    gap: 60px;
	padding-right: 0px;
    padding-left: 0px;
}

/* LEFT ARTICLE CONTENT */



.article-body-left {
    flex: 1;
    max-width: 750px;
}

.article-new-layout .article-content-block p, .article-new-layout .article-content-block em, .article-new-layout .article-content-block a {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	color: #000000;
    font-size: 20px;
    line-height: 29px;
}

.article-new-layout .article-content-block p {
	font-weight: 300;
}

.article-new-layout .article-content-block strong, .article-new-layout .article-content-block b {
	font-weight: 700;
}

.article-new-layout .article-content-block a {
	text-decoration: underline;
}

.article-new-layout .article-content-block p {
	margin-bottom: 25px;
}

/* .entry-content blockquote {
    font-size: 22px;
    line-height: 1.5;
    border-left: 4px solid #000;
    padding-left: 20px;
    margin: 40px 0;
    font-weight: 500;
} */

/* --------------------------------------------------
   RIGHT SIDEBAR
-------------------------------------------------- */
.sidebar-section {
    width: 350px;
}

.sidebar-top-border {
	display: inline-block;
	width: 80%;
	height: 1px;
	background-color: #707070;
}

.sidebar-title {
	font-family: "Lato", Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 21px;
	line-height: 27px;
    font-weight: 300;
}

.sidebar-recent-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.sidebar-recent-item {
    display: flex;
    gap: 25px;
    cursor: pointer;
}

.sidebar-thumb img {
    width: 120px;
    height: 70px;
    object-fit: cover;
	filter: grayscale(100%);
    transition: filter 0.4s ease;
}

.sidebar-recent-item:hover .sidebar-thumb img {
    filter: grayscale(0%);
}

.sidebar-recent-cat {
	font-family: 'Lato', sans-serif;
    font-size: 10px;
	line-height: 16px;
    font-weight: 500;
    color: #717171;
	margin: 0;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.sidebar-text h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 17px;
	font-weight: 700;
    color: #000000;
    margin: 0;
}

.sidebar-recent-item:hover .sidebar-text h4 {
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: text-decoration 0.3s ease;
}

/* --------------------------------------------------
   AUTHOR SECTION
-------------------------------------------------- */
.article-bottom-author-section {
    margin-top: 70px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.article-author-list {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.article-author-card {
    display: flex;
    gap: 15px;
    align-items: center;
    background: #ffffff;
    padding: 0px;
    border-radius: 10px;
    cursor: pointer;
    transition: .2s;
}

.article-author-card:hover {
    background: #ffffff;
}

.article-author-card .author-image {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}

/* --------------------------------------------------
   RESPONSIVE
-------------------------------------------------- */


@media (max-width: 600px) {
	
	
	.article-new-layout ul.article-author-list li {
		width: 100%;
		margin-right: 0px;
        margin-bottom: 0px;
	}
	
	.article-new-layout .image-content {
		width: 50%;
	}
	
	.article-new-layout .sidebar-flex-wrapper {
        flex-direction: column !important;
    }
	
	.article-new-layout .sidebar-recent-list {
        width: 100%;
    }
	
	.article-new-layout .sidebar-quote-outer {
        justify-content: start !important;
    }
	
	.more-series-section .more-series-grid {
		grid-template-columns: repeat(1, 1fr) !important;
	}
	
	
}


@media (max-width: 820px) {
	
	
    .article-header-inner {
        flex-direction: column;
    }	
	
	.article-new-layout .article-header, .article-new-layout .article-body-left, .article-new-layout .article-body-right {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.article-new-layout .article-body-section {
/* 		max-width: 100%; */
		margin: auto;
	}
	
	.article-new-layout .article-body-left {
		max-width: 100%;
	}
	
    .article-header-left, .article-header-right {
        width: 100%;
    }
	
    .article-body-section {
        flex-direction: column;
    }
	
    .sidebar-section {
        width: 100%;
    }
	
	.sidebar-flex-wrapper {
		flex-direction: row !important;
		justify-content: space-between;
	}
	
	.sidebar-recent-list {
		width: 50%;
	}
	
	.sidebar-quote-outer {
		justify-content: end !important;
		padding-top: 40px;
    	padding-bottom: 40px;
	}
	
	.more-series-section {
		max-width: 100%;
		padding-right: 20px !important;
		padding-left: 20px !important;
		padding-top: 60px !important;
	}

	
}


@media screen and (min-width:821px) and (max-width:1024px) {
	
	
/* 	.article-new-layout .article-header {
		padding-left: 35px;
		padding-right: 35px;
	} */
	
	
}


.more-series-section {
	padding-right: 0px;
    padding-left: 0px;
	padding-top: 35px;
    padding-bottom: 100px;
}

.more-series-title {
	color: #000000;
	font-family: 'DIN 2014', sans-serif;
    font-size: 28px;
	line-height: 38px;
    font-weight: 200;
    margin-bottom: 40px;
}

.more-series-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.more-series-card {
    cursor: pointer;
}

.more-series-thumb img {
    width: 100%;
    height: auto;
    display: block;
	filter: grayscale(100%);
    transition: filter 0.4s ease;
}

.more-series-card:hover .more-series-thumb img {
    filter: grayscale(0%);
}

.more-series-cat {
	color: #000000;
	font-family: 'Lato', sans-serif;
    font-size: 11px;
	line-height: 31px;
    font-weight: 500;
	text-transform: uppercase;
	margin: 0;
    margin-top: 5px;
}

.more-series-post-title {
	color: #000000;
	font-family: 'DIN 2014', sans-serif;
    font-size: 16px;
    line-height: 21px;
	font-weight: 200;
    margin-bottom: 25px;
}

.more-series-card:hover .more-series-post-title {
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: text-decoration 0.3s ease;
}

.more-series-author {
	display: none !important;
    color: #000000;
	font-family: 'Lato', sans-serif;
    font-size: 11px;
	line-height: 15px;
    font-weight: 500;
}

.more-series-excerpt {
	color: #000000;
	font-family: 'Lato', sans-serif;
    font-size: 11px;
	line-height: 15px;
    font-weight: 500;  
}


/* Sidebar Quote Block */
/* Outer wrapper that fills sidebar height */

.sidebar-flex-wrapper {
	display: flex;
    flex-direction: column;
}

.sidebar-quote-outer {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Quote box itself */
.sidebar-quote-box {
    display: flex;
    align-items: center;
}

/* Vertical line */
.sidebar-quote-line {
    width: 1px;
    background: #707070;
    height: 270px;
	margin-top: 30px;
    margin-right: 30px;
}

/* Content */
.sidebar-quote-content {
    max-width: 260px;
}

.sidebar-quote-icon {
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}

.sidebar-quote-content p {
	color: #000000;
	font-family: 'Lato', sans-serif;
    font-size: 25px;
    line-height: 40px;
    margin: 0;
}


/* SVG Quote Icon */
.sidebar-quote-icon {
    margin-bottom: 12px;
}

.sidebar-quote-icon svg {
    display: block;
    width: 38px;
    height: auto;
}









