/*
Theme Name: BRAC BLOG
Author: 'Fuad Rabbi Shuvra'
Description: WordPress Theme by BRAC Communications
Theme URI: http://blog.brac.net/
Author URI: http://brac.net/
License: -
License URI: -
Version: 17.4

All css files are placed in /css/ folder
*/

/****<><><> Shuvra <><><>****/
.thick-divider hr { height:5px;background:#000; }
.post-footer { padding: 3px 15px 2px; background:#000; }
.post-footer .post-links { display:none; }
blockquote {background:none;}

.post-title h2 a, .blog_slider h4 a, .wpp-post-title, .post-related h4 a {
	background-image: linear-gradient(180deg,transparent 65%,#fcd60b 0);
	background-size: 0 100%;
	background-repeat: no-repeat;
	text-decoration: none;
	-webkit-transition: background-size .4s ease;
	-moz-transition: background-size .4s ease;
	-ms-transition: background-size .4s ease;
	-o-transition: background-size .4s ease;
	transition: background-size .4s ease;
}
.post-title h2 a:hover, .blog_slider h4 a:hover, .wpp-post-title:hover, .post-related h4 a:hover {
	background-size: 100% 100%;
	cursor: pointer;
	text-decoration: none;
	color: #000;
}
p, ol, ul {
	/*font-size: 18px;
	line-height: 32px;*/
	font-size: 17px;
	line-height: 29px;
}
.wp-caption-text {
	font-size:12px;
	color:#888;
	text-align: justify;
}
#Top_bar .menu > li > a span:not(.description) {
	padding: 0 12px;
}
.excerpt-hellip {
	display:none;
}
#Action_bar .contact_details {
	float:right !important;
}
#Action_bar .contact_details .slogan {
	padding:0 !important;
}
#Action_bar .contact_details .slogan a {
	font-size:15px;
}
#Action_bar .social {
	display:none !important;
}
/****<><><> Remove Margin <><><>****/
.one.column {
	width: 100% !important;
}
.column, .columns {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.blog_slider .blog_slider_ul li .item_wrapper {
	margin: 0 !important;
}
.image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
	margin-bottom: 0 !important;
}
/****<><><> Home Blog post <><><>****/
/*.image_frame {
	height: 270px;
	overflow: hidden;
}*/

/****<><><> Newsletter <><><>****/
.NewsletterSignup {
    position: relative;
    overflow: hidden;
    max-width: 450px;
    min-height: 565px;
}
.NewsletterSignup-OverlayStuff {
    position: absolute;
    top: 105px;
    left: 0;
    right: 0;
    text-align: center;
    align-items: center;
}
.NewsletterSignup-VideoContainer {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 550px;
}
.NewsletterSignup-Video {
    overflow: hidden;
    position: absolute;
    top: 22%;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background: url("images/newsletter/blog_newsletter_video_still.jpg") no-repeat left top;
    background-size: cover;
    transition: opacity 1s;
}
.NewsletterSignup-Image {
    background-image: url(images/newsletter/email-contact-us.png);
    position: absolute;
    top: -70px;
    right: 0;
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    width: 150px;
    height: 137px;
    z-index: 100;
}
.NewsletterSignup-ContentText {
padding: 80px 60px 40px;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -.5px;
    position: relative;
    border: 8px solid #000;
    color: #000;
}
.Button.Button--yellow {
    border-width: 0;
    background-color: #fcf113;
    color: #000;
}
.Button {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #6d7e88;
    text-transform: uppercase;
    border: 1px solid #a2aeb6;
    box-sizing: border-box;
    -webkit-transition: background-color .15s ease,color .15s ease,border .15s ease;
    -moz-transition: background-color .15s ease,color .15s ease,border .15s ease;
    -ms-transition: background-color .15s ease,color .15s ease,border .15s ease;
    -o-transition: background-color .15s ease,color .15s ease,border .15s ease;
    transition: background-color .15s ease,color .15s ease,border .15s ease;
    padding: 12px 15px;
    display: inline-block;
    cursor: pointer;
    background-color: transparent;
}
.NewsletterSignup-Header {
	font-family: "Roboto", Arial, Tahoma, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-bottom: 32px;
    color: #000;
}
.NewsletterSignupForm .TextField {
    display: block;
    margin: 0 10px;
    padding-bottom: 40px;
    width: auto;
}
.NewsletterSignupForm .TextField-input {
    width: 100%;
    display: inline-block;
    position: relative;
    font-size: 18px;
	font-style: italic;
    letter-spacing: -.5px;
	text-transform: none;
    text-align: center;
    color: #515e65;
    border: none;
    border-bottom: 2px solid #000;
    background-color: transparent;
    transition: border .3s;
	box-shadow: none;
	margin: 0;
}
.NewsletterSignupForm .TextField-input:focus {
    color: #515e65;
    border: none;
    border-bottom: 2px solid #000;
    background-color: transparent !important;
	box-shadow: none;
}
.release {
	position: fixed;
}
/****<><><> Footer <><><>****/
.Footer-WhiteLinks--Underlined {
    font-size: 20px;
    text-transform: none;
    line-height: 22px;
    letter-spacing: -.5px;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    color: #fff;
    width: 25%;
    text-decoration: none;
    border-bottom: 2px solid;
    margin-right: 8%;
    margin-bottom: 20px;
	display: inline-block;
}
.Footer-WhiteLinks--Underlined:hover {
	text-decoration: none;
}
#Footer a {
	color: #fff;
}
.footer_action h4 {
	margin-bottom:0;
}
.footer-about {
	font-size:15px;
	line-height:24px;
}
#Footer .footer_copy .social li a {
	font-size:28px;
}
#custom_html-4 h4 {
	margin-left:30px;
}
/****<><><> Sidebar <><><>****/
.popular-posts {
	background-color: #f0f4f6;
}
.popular-posts h3 {
	background: #ec008c;
	color: #FFFFFF;
	padding: 15px 0;
	font-family: "Domine", Arial, Tahoma, sans-serif;
	font-size: 14px !important;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
}
.one.column.column_sidebar_widget {
	width: 100%;
	margin: 0 0 40px;
}
.wpp-list {
	padding: 0 50px 0 20px;
}
.wpp-list li {
	padding-bottom: 20px;
}
.wpp-thumbnail {
	margin-right: 15px;
	margin-top: 5px;
	border-bottom: 10px solid #fcd60b;
}
.wpp-list .wpp-meta.post-stats{
	float: left;
	width: 72%;
	border-bottom: 2px solid #d8dde0;
	padding-bottom: 20px;
	line-height:20px;
}
.wpp-list .wpp-meta.post-stats .wpp-category {
	display:inline-block;
}
.wpp-category {
	color: #a2aeb6;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 10px;
}
.wpp-category a {
	color: #000000;
}
.wpp-post-title {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -.5px;
	font-weight: normal;
	font-family: "Domine", Arial, Tahoma, sans-serif;
	color: #000000;
}
/****<><><> Home <><><>****/
.home-top-blog .blog_slider.flat .blog_slider_ul li .item_wrapper .image_frame.scale-with-grid {
	overflow: hidden;
	border-bottom: 10px solid #fcd60b;
}
.home-top-blog h4 {
	font-size: 33px;
	line-height: 42px;
	letter-spacing: -1.2px;
	font-weight: 400;
}
.home-top-blog .blog_slider.flat .blog_slider_ul li .item_wrapper .image_wrapper img {
	opacity: 1;
}
.home-top-blog .blog_slider.flat .blog_slider_ul li .item_wrapper .image_wrapper img:hover {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.home-middle-blog .post-title {
	min-height: 200px;
}
/*.home-middle-blog .post-title h2 {
	font-size: 33px;
	line-height: 42px;
	letter-spacing: -1.2px;
	font-weight: 400;
}*/
.home-middle-blog .post-excerpt {
	display: none;
}
.home-middle-blog .image_frame .image_wrapper .mask {
	display: none;
}
.home-middle-blog .image_frame .image_wrapper .image_links {
	display: none;
}
.home-middle-blog .image_frame {
	border: none;
	border-bottom: 10px solid #fcd60b;
}
.home-middle-blog .image_frame:hover .image_wrapper img, .home-middle-blog .image_frame.hover .image_wrapper img {
	top:0;
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.home-bottom-blog .post-title {
	min-height: 200px;
}
/*.home-bottom-blog .post-title h2 {
	font-size: 33px;
	line-height: 42px;
	letter-spacing: -1.2px;
	font-weight: 400;
}*/
.home-bottom-blog .post-excerpt {
	display: none;
}
.home-bottom-blog .image_frame .image_wrapper .mask {
	display: none;
}
.home-bottom-blog .image_frame .image_wrapper .image_links {
	display: none;
}
.home-bottom-blog .image_frame {
	border: none;
	border-bottom: 10px solid #fcd60b;
}
.home-bottom-blog .image_frame:hover .image_wrapper img, .home-bottom-blog .image_frame.hover .image_wrapper img {
	top:0;
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/****<><><> Single Post <><><>****/
.intro-wrapper {
	background-color: #f0f4f6;
	-webkit-clip-path: polygon(0 0,100% 0,100% 95%,0 100%);
	clip-path: polygon(0 0,100% 0,100% 95%,0 100%)
}
.intro-wrapper #Intro {
	-webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 85%);
	clip-path: polygon(0 0,100% 0,100% 100%,0 85%);
	z-index: -1;
	background-size: cover;
}
.intro-wrapper #Intro .intro-next {
	display: none;
}
.intro-wrapper .intro-slogan {
	margin: 0 15%;
	padding: 50px 0 80px;
	color:#515e65;
}
.intro-wrapper .intro-slogan p {
	font-size: 28px;
	line-height: 42px;
	padding-top: 25px;
}
.intro-wrapper .intro-inner {
	padding: 0 !important;
	margin-top: -175px;
	z-index: 9;
}
.intro-wrapper .intro-title {
	max-width: 60%;
	text-align: left;
	font-size: 75px;
	line-height: 91px;
	letter-spacing: -4px;
	margin: 7px 0 0;
}
.intro-wrapper .intro-title span {
	background: #000000;
	color: #fff;
	display: inline;	
	padding: 3px 20px 3px 50px;
	overflow:hidden;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	-moz-box-decoration-break: clone;
}
.intro-wrapper .intro-meta {
	display:none;
}
.intro-wrapper .intro-inner .categories {
	display: inline;
	padding: 10px 14px 10px 30px;
	color: #000;
	background: #ffffff;
}
.intro-wrapper .intro-inner .categories a {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	background-image: linear-gradient(180deg,transparent 65%,#fcd60b 0);
	background-size: 0 100%;
	background-repeat: no-repeat;
	text-decoration: none;
	-webkit-transition: background-size .4s ease;
	-moz-transition: background-size .4s ease;
	-ms-transition: background-size .4s ease;
	-o-transition: background-size .4s ease;
	transition: background-size .4s ease;
	text-transform: uppercase;
}
.intro-wrapper .intro-inner .categories a:hover {
	background-size: 100% 100%;
}
.intro-wrapper .intro-slogan .date {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	display: inline;
	padding-right: 5px;
	color: #a2aeb6;
}
.intro-wrapper .intro-slogan .author {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	display: inline;
	font-weight: bold;
}
.intro-wrapper .intro-slogan .author a {
	background-image: linear-gradient(180deg,transparent 65%,#fcd60b 0);
	background-size: 0 100%;
	background-repeat: no-repeat;
	text-decoration: none;
	-webkit-transition: background-size .4s ease;
	-moz-transition: background-size .4s ease;
	-ms-transition: background-size .4s ease;
	-o-transition: background-size .4s ease;
	transition: background-size .4s ease;
	color: #515e65;
}
.intro-wrapper .intro-slogan .author a:hover {
	background-size: 100% 100%;
}
.intro-wrapper .intro-slogan .reading-time p {
	font-size:14px;
	padding:0;
	margin:0;
	line-height:22px;
}

@media only screen and (max-width: 1024px) {
	/*.intro-wrapper .intro-title span {color:#f00;}*/
.intro-wrapper #Intro {
	background-size: 100% auto;
	background-repeat: no-repeat;
	min-height:0 !important;
	height:420px;
}
.intro-wrapper .intro-inner { margin-top: -160px; }
.intro-wrapper .intro-slogan {padding:50px 0;}
}
@media only screen and (max-width: 960px) {
.intro-wrapper #Intro { height:340px; }
.intro-wrapper .intro-inner { margin-top: -145px; }
}
@media only screen and (max-width: 800px) {
.intro-wrapper #Intro { height:315px; }
.intro-wrapper .intro-inner { margin-top: -130px; }
}
@media only screen and (max-width: 720px) {
.intro-wrapper #Intro { height:295px; }
.intro-wrapper .intro-inner { margin-top: -110px; }
}
@media only screen and (max-width: 640px) {
.intro-wrapper #Intro { height:260px; }
.intro-wrapper .intro-inner { margin-top: -100px; }
}
@media only screen and (max-width: 540px) {
.intro-wrapper #Intro { height:220px; }
.intro-wrapper .intro-inner { margin-top: -90px; }
.intro-wrapper .intro-title { font-size: 36px; line-height: 45px; }
.intro-wrapper .intro-slogan { padding: 30px 0;margin:0 10%; }
}
@media only screen and (max-width: 420px) {
.intro-wrapper #Intro { height:170px; }
.intro-wrapper .intro-inner { margin-top: -70px; }
.intro-wrapper .intro-title { font-size: 28px; line-height: 36px; }
}
@media only screen and (max-width: 360px) {
.intro-wrapper #Intro { height:150px; }
.intro-wrapper .intro-inner { margin-top: -60px; }
.intro-wrapper .intro-title { font-size: 28px; line-height: 36px; }
}

/****<><><> Inner page content <><><>****/
.with_aside .sections_group{
	padding-top: 80px;
}
.widget-area.lines-hidden {
	padding: 0;
	border: none;
	margin-top: 80px;
}
.widget-area::before {
	background: rgba(0,0,0,0);
}
.author-box .desc-wrapper {
	margin-left: 191px;
}
.author-box .avatar-wrapper {
	width: 150px;
	height: 150px;
}
.author-box .desc-wrapper h5 {
	font-size: 33px;
	line-height: 42px;
	font-weight: 400;
}
.author-box .desc-wrapper .desc {
	font-size: 18px;
	font-style: italic;
	line-height: 32px;
}
.post-related .post-excerpt {
	display: none;
}
.post-related .image_frame .image_wrapper .mask {
	display: none;
}
.post-related .image_frame .image_wrapper .image_links {
	display: none;
}
.post-related .image_frame {
	border: none;
	border-bottom: 10px solid #fcd60b;
	margin-bottom: 0 !important;
}
.post-related .image_frame:hover .image_wrapper img {
	top:0;
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.post-related h4 a {
	font-size: 33px;
	line-height: 38px;
	letter-spacing: -1.2px;
	font-weight: 400;
}
.post-related .wpp-category {
	padding: 20px 20px 0;
}
.post-related .desc {
	padding: 10px 20px 0;
}
.post-related .desc h4 {
	min-height: 200px;
}
.column.post-related {
	margin-left: 1% !important;
	margin-right: 1% !important;
}
.section-post-related {
	clear: both;
}
.related-title {
	font-size: 32px;
	margin: 0;
	text-align: center;
	padding: 0 0 60px;
}
.section-post-related .section-related-adjustment {
	border: none;
	padding: 0;
}
a.inline-twitter-link {
	background-color:rgb(233, 235, 228);
	background-image: linear-gradient(180deg,transparent 65%,#fcd60b 0);
	background-size: 0 100%;
	background-repeat: no-repeat;
	text-decoration: none;
	-webkit-transition: background-size .4s ease;
	-moz-transition: background-size .4s ease;
	-ms-transition: background-size .4s ease;
	-o-transition: background-size .4s ease;
	transition: background-size .4s ease;
	color:#444;
	font-size:18px;
	line-height:32px;
	padding:7px 0px;
	/*display:inline-block;*/
}
a.inline-twitter-link:hover {
	/*color:#ec008c;*/
	background-color:rgb(226, 241, 249);
	background-size: 100% 100%;
	cursor: pointer;
	text-decoration: none;
	color: #000;	
}
.inline-twitter-link .dashicons {
	line-height:inherit;
	font-size:inherit;
	text-decoration:inherit;
}

/****<><><> Archive/Category Page <><><>****/
#Subheader::after {
	background: none;
}
.archive .post-excerpt, .blog .post-excerpt  {
	display: none;
}
.archive .post-title, .blog .post-title {
	min-height: 200px;
}
.archive .image_frame .image_wrapper .mask, .blog .image_frame .image_wrapper .mask {
	display: none;
}
.archive .image_frame .image_wrapper .image_links, .blog .image_frame .image_wrapper .image_links {
	display: none;
}
.archive .sections_group .image_frame, .blog .sections_group .image_frame {
	border: none;
	border-bottom: 10px solid #fcd60b;
	margin-bottom: 0 !important;
}
.archive .sections_group .image_frame:hover .image_wrapper img, .blog .sections_group .image_frame:hover .image_wrapper img {
	top:0;
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.archive .post-footer, .blog .post-footer {
	margin-bottom: 40px;
}

/****<><><> Responsive <><><>****/
@media only screen and (max-width: 1024px) {
p, ol, ul {
	font-size: 16px;
	line-height: 26px;
}
.intro-wrapper .intro-slogan p {
	font-size:22px;
	line-height:32px;
	padding-top:15px;
}
.wpp-list {
	padding: 0 15px;
}
.wpp-list a {
	float:left;
}
.wpp-list .wpp-meta.post-stats {
	width:65%;
	line-height:22px;
}
.wpp-list .wpp-meta.post-stats a {
	float:none;
}
.home-top-blog {
	margin-bottom:0;
}
.home-top-blog h4{
	font-size: 28px;
	line-height:36px;
}
.wpp-category{
	font-size: 11px;
	padding-bottom:0;
}
.wpp-post-title {
	font-size: 17px;
}
.home-middle-blog .post-title h2 {
	font-size: 28px;
	line-height:36px;
}
.home-bottom-blog .post-title h2 {
	font-size: 28px;
	line-height:36px;
}
.NewsletterSignup {
	min-height:460px;
}
.NewsletterSignup-ContentText {
	padding: 70px 20px 15px;
}
.NewsletterSignup-Image {
	width:110px;
	top: -60px;
}
.NewsletterSignup-Header {
	margin:0 0 10px 0;
}
.location-icon {
	display: none;
}
.one-fourth.column {
	margin-right: 2% !important;
}
.intro-wrapper .intro-title {
	font-size:65px;
	line-height: 79px;
}
.post-related h4 a {
	font-size:28px;
	line-height:36px;
}
.entry-title {
	font-size:28px;
	line-height:36px;
}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.wpp-thumbnail {
	display:none;
}
.wpp-list .wpp-meta.post-stats {
	width:100%;
}
.Footer-WhiteLinks--Underlined {
	font-size:16px;
}
.footer-about {
	font-size:13px;
	line-height:22px;
}
}
@media only screen and (min-width: 768px) {
.with_aside .sections_group{
	width: 53% !important;
	margin-left: 10%;
	margin-right: 3%;
}
}
@media only screen and (max-width: 959px) {
.home-top-blog {
	margin-bottom:0;
}
.home-top-blog h4{
	font-size:22px;
	line-height:28px;
}
.wpp-category{
	font-size: 11px;
}
.wpp-post-title {
	font-size: 18px;
}
.home-middle-blog .post-title h2 {
	font-size:22px;
	line-height:28px;
}
.home-bottom-blog .post-title h2 {
	font-size:22px;
	line-height:28px;
}
.NewsletterSignupForm .TextField {
	padding-bottom:25px;
}
.NewsletterSignupForm .TextField-input {
	font-size:12px;
}
.NewsletterSignup-Header {
	font-size:14px;
	letter-spacing:0px;
}
.intro-wrapper .intro-title {
	font-size:55px;
	line-height:69px;
}
.intro-wrapper .intro-slogan .date {
	font-size:11px;
}
.intro-wrapper .intro-slogan .author {
	font-size:11px;
}
.intro-wrapper .intro-slogan p {
    font-size: 18px;
    line-height: 26px;
    padding-top: 5px;
}
.post-related h4 a {
	font-size:22px;
	line-height:28px;
}
.entry-title {
	font-size:22px;
	line-height:28px;
}
}
@media only screen and (max-width: 720px) {
.home-middle-blog .post-title {
	min-height:100px;
}
.home-bottom-blog .post-title {
	min-height:100px;
}
.archive .post-title {
	min-height:100px;
}
.NewsletterSignup {
	min-height:420px;
	margin:0 auto;
}
.intro-wrapper .intro-title {
	font-size:40px;
	line-height:51px;
	letter-spacing:-2px;
}
.post-related .desc h4 {
	min-height:100px;
}
}
@media only screen and (max-width: 480px) {
.intro-wrapper .intro-slogan p {
	font-size:16px;
	line-height:26px;
}
.Footer-WhiteLinks--Underlined {
	font-size:14px;
	line-height:19px;
}
}