/**
Theme Name: Chainlink-Astra
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chainlink-astra
Template: astra
*/

body { font-family: 'Circular';
		font-weight: 400;
    color: #6D7380;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased; 
    -moz-font-smoothing: antialiased; 
    -o-font-smoothing: antialiased;  
}
a:focus { outline: none!important; }
.ast-button-wrap .menu-toggle:focus { outline: none!important; }
.ast-menu-toggle:focus { outline: none!important; }
.site { min-height: 900px; padding-top: 88px; }
.widget{ list-style: none; }
.fixed {
    position: fixed;
    z-index: 1000;
    top: 80px;
    background: white;
    width: 18%;
    margin: auto;
}
input:focus, 
input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="password"]:focus, 
input[type="reset"]:focus, 
input[type="search"]:focus, 
textarea:focus { outline: none; }

/* Fonts Start */
	@font-face {
	  font-family: 'Circular';
	  src: url('assets/fonts/Circular-light.ttf') format('truetype');
	  font-weight: 300;
	  font-style: normal;
	  font-display: swap;
	}
	@font-face {
	  font-family: 'Circular';
	  src: url('assets/fonts/circular-bold.otf') format('opentype');
	  font-weight: 700;
	  font-style: normal;
	  font-display: swap;
	}
	@font-face {
	  font-family: 'Circular';
	  src: url('assets/fonts/circular-black-italic.otf') format('opentype');
	  font-weight: 900;
	  font-style: italic;
	  font-display: swap;
	}
	@font-face {
	  font-family: 'Circular';
	  src: url('assets/fonts/circular-black.otf') format('opentype');
	  font-weight: 900;
	  font-style: normal;
	  font-display: swap;
	}
	@font-face {
	  font-family: 'Circular';
	  src: url('assets/fonts/circular-book.otf') format('opentype');
	  font-weight: 400;
	  font-style: normal;
	  font-display: swap;
	}
	@font-face {
	  font-family: 'Circular';
	  src: url('assets/fonts/circular-bold-italic.otf') format('opentype');
	  font-weight: 700;
	  font-style: italic;
	  font-display: swap;
	}
	@font-face {
	  font-family: 'Circular';
	  src: url('assets/fonts/circular-book-italic.otf') format('opentype');
	  font-weight: 400;
	  font-style: italic;
	  font-display: swap;
	}
	@font-face {
	  font-family: 'Circular';
	  src: url('assets/fonts/circular-medium-italic.otf') format('opentype');
	  font-weight: 500;
	  font-style: italic;
	  font-display: swap;
	}
	@font-face {
	  font-family: 'Circular';
	  src: url('assets/fonts/circular-medium.otf') format('opentype');
	  font-weight: 500;
	  font-style: normal;
	  font-display: swap;
	}
/* Fonts End */


/* Default Astra Buttons Overwrite - Start */	
	.ast-button	{ padding: 8px 32px; border-style: solid; border-width: 2px; border-color: #e7e8ea; border-radius: 4px; background-color: #e7e8ea; box-shadow: 0 12px 32px -12px rgba(12, 22, 44, 0.32);
	  color: #6d7380; line-height: 20px; text-decoration: none; }
	.ast-button:hover, .button:hover, input[type=button]:hover, input[type=submit]:hover { box-shadow: initial; }
/* Default Astra Buttons Overwrite - End */

	div.dark_rounded .pp_close { background-image: url(http://chainlink.wpengine.com/wp-content/uploads/2021/03/close-icon.png); width: 25px; height: 25px;  }
/* Theme Buttons - Start */

	.btn { padding: 8px 24px; border-style: solid!important; border-width: 2px!important; border-color: #e7e8ea; border-radius: 4px!important; background-color: #ffffff; box-shadow: 0 12px 32px -12px rgba(12, 22, 44, 0.32);
	  color: #6d7380; line-height: 20px; text-decoration: none; font-size: 14px; display: inline-block; }

	.btn.btn-outline { border-color: #375bd2; background-color: #fff; color: #375bd2; }
	
	.btn:hover, .btn.outline:hover { border-color: #1a2b6b; background-color: #f5f7fd; color: #1a2b6b; }
	.btn:active, .btn.outline:active { border-color: #0c162c; color: #0c162c; }

	/*.btn.fill { background-color: #375bd2; color:#ffffff; padding: 14px 24px; border: none!important; }
	.btn.fill:hover { border: none;  }*/

	.btn.btn-primary { 
		border-color: #375bd2; 
		background-color: #375bd2; 
		-webkit-transition: border-color .2s ease,background-color .2s ease; 
		transition: border-color .2s ease,background-color .2s ease;
    	color: #fff;
    }
    .btn.btn-primary:hover {
	    border-color: #0c162c;
	    background-color: #1a2b6b;
	}


/* Theme Buttons - End */

/* Align CSS - Start */
	.text-center { text-align: center; }
	.text-left { text-align: left; }
	.text-right { text-align: right; }
/* Align CSS - End */

/* Heading - Start */
	.main-heading { margin-top: 0px; margin-bottom: 0px; color: #1a2b6b; font-size: 40px; line-height: 55px; font-weight: 500; letter-spacing: -0.5px; }
	.main-heading a { color: #375BD2; }
	.featured-posts-card-section .post-card:hover a { color: #0c162c; }
	.blog-post-bar .post-card:hover a { color: #0c162c; }
	.main-heading.medium { font-size: 32px; line-height: 40px; }
	.sub-heading { margin-top: 0px; margin-bottom: 0px; color: #375BD2; font-size: 14px; line-height: 24px; font-weight: 700; }
	.sub-heading a { color: #375BD2; }
/* Heading - End */



/* Header Start */
	header.site-header { position: fixed; top: 0; left: 0; width: 100%; padding: 0px; background: #fff !important;text-align: center; z-index: 999;
	/* box-shadow: 0 5px 10px rgba(0,0,0,0.1);*/ }
	header.site-header .main-header-container { display: flex; justify-content: space-between; -webkit-box-align: center; align-items: center; height: 88px; }
	header.site-header .ast-main-header-bar-alignment { width: calc(100% - 200px); }
	header.site-header .main-header-bar-navigation nav { text-align: center; }
	header.site-header .main-navigation { padding-left: 0px; padding-right: 200px; }	
	.main-header-menu > .menu-item:first-child > a { padding-left: 0px!important; }

	header.site-header li.ast-masthead-custom-menu-items { position: absolute; right: -246px; top: 50%; transform: translate(200px, -50%); padding-right: 0px; padding: 30px 35px!important; }
	header.site-header li.ast-masthead-custom-menu-items .ast-custom-button-link .ast-button { padding: 8px 24px; font-size: 14px;  line-height: 24px; border-color: #375bd2; background-color: #fff;
	    -webkit-transition: background-color .3s ease,border-color .3s ease,color .3s ease; transition: background-color .3s ease,border-color .3s ease,color .3s ease; color: #375bd2; }
	header.site-header li.ast-masthead-custom-menu-items .ast-custom-button-link .ast-button:hover { border-color: #1a2b6b; background-color: #f5f7fd; color: #1a2b6b; }
	header.site-header .main-header-bar .main-header-bar-navigation .menu-item-has-children>.menu-link:after { font-size: 0.8rem!important; font-weight: bolder; margin-left: 5px; }	
	header.site-header .main-header-menu .menu-link { padding: 0 18px; }
	header.site-header.ast-logo-title-inline .site-logo-img { padding-left: 2px; }
	header.site-header .main-header-menu > .menu-item { height: 88px; }
	header.site-header .main-header-bar {
		border: none;
	}

	.dropdown-design a { display: flex!important; height: 120px; flex-direction: column!important; background-color: #fff; color: #0c162c!important; text-align: left; font-weight: 400!important; padding-left: 86px!important;
	    align-items: flex-start; justify-content: center; }
	.dropdown-design a:hover { background-color: #f5f7fd; color: #375bd2; }

	.menu-item-description { color: #6d7380; font-size: 14px; border-radius: 0px 0px 5px 5px; }
	.main-header-menu .sub-menu { width: 320px!important; border-top: 0px!important; border-radius: 0 0 10px 10px; overflow: hidden; }
	.main-header-menu .sub-menu li { border-bottom: 1px solid #dfe7fb!important; }
	.main-header-menu .sub-menu li:last-child { border: none; }

	.dropdown-design a .menu-image { width: 40px;  height: 40px; position: absolute; left: 18px; z-index: 1; }	
	.dropdown-design a::after { content: ""; width: 56px; height: 56px;	border-style: solid; border-width: 1px; border-color: #dfe7fb; border-radius: 50%; background-color: #f5f7fd; position: absolute; left: 15px; }

/* Header End */


/* Footer Start */
	footer.site-footer { position: relative; }
	footer.site-footer .ast-container { max-width: 1350px; }
	footer.site-footer .widget { list-style: none; }
	footer.site-footer .widget-title { margin-bottom: 16px; color: #fff; font-size: 16px; line-height: 24px; font-weight: 700; }
	footer.site-footer .widget_nav_menu li { margin-bottom: 8px; }
	footer.site-footer a { color: #9ea2ab; }
	footer.site-footer .footer-adv-overlay { padding-top: 120px; padding-bottom: 120px; }
	footer.site-footer .footer-adv-overlay .ast-row { display: grid; grid-template-columns: auto auto auto auto auto auto; justify-content: space-between; grid-row-gap: 0px; grid-template-rows: auto; 
	    margin-left: 0; margin-right: 0; }
	footer.site-footer .footer-adv-overlay .ast-row::before { display: none; }

	ul.social-icon li { margin-bottom: 8px; }
	ul.social-icon li a { position: relative; padding-left: 32px; }
	ul.social-icon li a::before { width: 24px; height: 24px; content: ""; position: absolute; left: 0px; }
	ul.social-icon li.icon-twitter a::before { background: url(assets/images/twitter.svg); }
	ul.social-icon li.icon-youtube a::before { background: url(assets/images/youtube.svg); }
	ul.social-icon li.icon-discode a::before { background: url(assets/images/discord.svg); }
	ul.social-icon li.icon-telegram a::before { background: url(assets/images/telegram.svg); }
	ul.social-icon li.icon-wechat a::before { background: url(assets/images/wechat.svg); }
	ul.social-icon li.icon-reddit a::before { background: url(assets/images/reddit.svg); }

	footer.site-footer .ast-footer-overlay { padding-top: 0; padding-bottom: 0; height: 92px; line-height: 92px; font-size: 14px; color: #858a95; }
	footer.site-footer .chailink { padding: 0 20px 0 29px; }
	footer.site-footer .footer-bar-right a { margin-left: 20px; }
	footer.site-footer .footer-career a { position: relative; }
	footer.site-footer .footer-career a::after {
	    content: "we are hiring!";
	    padding-left: 5px;
	    background: #375BD2;
	    color: #ffffff;
	    padding: 5px;
	    border-radius: 4px;
	    margin-left: 5px;
	    font-size: 10px;
	    text-transform: uppercase;
	}
	footer.site-footer .footer-bar-left {
		padding: 0 6px;
	}
	footer.site-footer .footer-bar-right {
		    padding: 0 24px;
	}

/* Footer End */

/* Fixed Wrapper - Start */
	.wrapper { width: 100%; max-width: 976px; margin: 0 auto; }
/* Fixed Wrapper - End */

/*new changes*/
.pp_content_container .pp_social {
    display: none;
}
div.pp_default .pp_close {  
    background: url(assets/images/close.svg) 2px 1px no-repeat !important;
}
div.pp_default .pp_expand:hover,
div.pp_default .pp_contract:hover {
    background: url(assets/images/fullscreen.svg) 2px 3px no-repeat !important;
}
div.pp_default .pp_expand,
div.pp_default .pp_contract {
    background: url(assets/images/fullscreen.svg) 2px 3px no-repeat !important;
}



/* Featured Post Section - Start */

	.header-blue-bar { height: 88px; background: #375BD2; }
	.featured-post-section { background: #F5F7FD; padding: 80px 0px 200px; }	

	.section-fullwidth-title { max-width: 100%; margin-right: auto; margin-bottom: 65px; margin-left: auto; text-align: center; }
	.latest-blog-post .section-fullwidth-title {
		/*padding-left: 350px;*/
	}

	.post-card-content-block .post-categery .sub-heading, .post-card-content-block .post-categery .sub-heading >a {
		display: inline-block;
	}
	.post-card-content-block .post-categery .sub-heading:not(:last-child)::after {
	    content: ",";
	    margin-right: 10px;
	}

	 .featured-post-section .wrapper .featured-post-image-block { width: 100%; background: url(assets/images/featured-post-bg.png); background-size: cover; background-position: top center; border-radius: 5px; overflow: hidden; height: 350px; } 
	.featured-post-section .wrapper .featured-post-content-block { max-width: calc(100% - 100px); background: #ffffff; margin-top: -180px!important; margin: 0 auto; padding: 30px; border-radius: 5px; box-shadow: 0px 8px 40px -16px rgba(12, 22, 44, 0.32); position: relative; }

	.featured-post-content-block .sub-heading { margin-bottom: 10px; }
	.featured-post-content-block .main-heading.medium { margin-bottom: 10px; }

	.post-date-author { font-size: 14px; color: #6D7380; }
	.post-date-author a { color: #375BD2; position: relative; margin-left: 15px; }
	.post-date-author a::before { content: ""; width: 6px; height: 6px; background: #CED0D5; display: inline-block; position: absolute; top: 0; bottom: 0; left: -11px; border-radius: 50%; margin: auto; }

	.post-detail { color:#6D7380; line-height: 24px; }
	.post-detail p:last-child { margin-bottom: 0px; }	

	.featured-post-content-block .post-detail { padding : 10px 0; }

	.post-read-more { width: 100%; display: inline-block; }
	.post-read-more a { color:#375BD2; font-weight: 500; font-size: 16px; line-height: 24px; position: relative; padding-bottom: 5px; -webkit-transition: color .3s ease;  }
	.post-read-more a::after { content: ""; width: 100%; height: 2px; background-color:#375BD2; position: absolute; left: 0; bottom: 0px; display: inline-block; -webkit-transition: background-color .3s ease; }
	.post-read-more a:hover {
		color: #0c162c;
	}
	.post-read-more a:hover:after {
		background-color: #0c162c;
	}

/* Featured Post Section - End */


/* Featured Posts Card Section - Start */

	.featured-posts-card-section { margin-top: 70px; }	
	.featured-posts-card-section .post-card-image-block { /*height: 170px;*/ }

	.featured-posts-card-section .post-card { -webkit-transition: background-color .3s ease,border-color .3s ease,color .3s ease; transition: all .4s ease;/*transition: background-color .3s ease,border-color .3s ease,color .3s ease;*/ }
	/*.featured-posts-card-section .post-card:hover { transition: all .4s ease; transform: translate3D(0,-1px,0) scale(1.02); }*/

	.post-card .post-card-content-block { padding: 0px; background: none; margin: 0px; }	
	.post-card .post-card-image-block { border-radius: 5px; overflow: hidden; box-shadow: 0px 8px 40px -16px rgba(12, 22, 44, 0.32); background-image: url(assets/images/post-place-holder.jpg); background-size: cover; overflow: hidden; margin-bottom: 20px; }
	.post-card .post-card-image-block img { width: 100%; }
	.post-card .post-categery { margin: 0px 0 10px; }
	.post-card h2.main-heading.medium { font-size: 18px; line-height: 28px; margin-bottom: 10px; }

/* sullivan edits */
	.post-card .post-card-content-block a {
		color: #375bd2;
		cursor: pointer;
	}
	.post-card .post-card-content-block a:hover {
		/* Mirage */
		color: #0c162c;
	}
/* Featured Posts Card Section - End */


/* Latest Post - Start */

	ul.post-categories { margin: 0px; list-style: none; }

	.latest-blog-post { padding: 200px 0 80px; background: #ffffff; clip-path: polygon(0% 120px, 100% 0%, 100% 100%, 0% 100%); margin-top: -120px; }	
	.latest-blog-post .wrapper { max-width: 1008px; }

	/* new sticky css approach */
	
	.sticky-container {
		display: flex;
	}

	.blog-post-bar {
		flex: 1;
	}
	.blog-side-bar { 
		width: 35%; 
		float: left; 
		display: inline-block; 
		min-height: 400px; 
		padding-right: 50px; 
	}

	.blog-side-bar-content {
		top: 100px;
		position: sticky;
	}

	.social-share-icons {
		
	}

	.social-share {
		top: 100px;
		position: sticky;
	}

	.post-header  {
		flex: 1;
	}

	/* .latest-blog-post #sticky-wrapper{
		width: 35%;
    	float: left;
    	display: inline-block;
    	min-height: 400px;
    	padding-right: 50px;
    	-webkit-transition: background-color .6s ease,border-color .6s ease,color .6s ease; transition: background-color .6s ease,border-color .6s ease,color .6s ease;
	} */

	.latest-blog-post #sticky-wrapper.sticky-hide .blog-side-bar {
		/* display: none; */
	}

	.latest-blog-post #sticky-wrapper .blog-side-bar {
		top: 100px !important;
	}
	.blog-side-bar .start-bulding p { margin-bottom: 17px; }
	.blog-side-bar .widget_search .search-form .search-field {     
		border-width: 1px;
	    border-color: #eaeaea;
	    background: #FFFFFF;
	    border: 2px solid #CED0D5;
	    box-sizing: border-box;
	    box-shadow: 0px 8px 40px -16px rgba(12, 22, 44, 0.32);
	    border-radius: 4px;
	    height: 56px;
	    font-family: 'Circular';
    	font-size: 16px;
    	transition: none !important;
	}
	.blog-side-bar .widget-title { font-size: 16px!important; color: #1A2B6B!important; font-weight: 600!important;text-transform: none; }
	.blog-side-bar nav ul li { margin-bottom: 5px; }
	.blog-side-bar nav ul li a { font-weight: 400; color: #375BD2; }
	.widget_wp_categories_widget ul li a, .widget_wpcategorieswidget ul li a { color: #375BD2 !important;font-weight: 400;}
	.widget_wp_categories_widget > ul li ul, .widget_wpcategorieswidget > ul li ul {padding-left: 0px !important;}
	.widget_wp_categories_widget ul li, .widget_wpcategorieswidget ul li {line-height: 25px !important;margin-bottom: 5px!important;border-bottom: none !important;}
	.widget_wp_categories_widget h2, .widget_wpcategorieswidget h2 {margin: 0 0 15px !important;}

	.blog-side-bar .dropdown { background: #FFFFFF; border: 2px solid #CED0D5; box-sizing: border-box; box-shadow: 0px 8px 40px -16px rgba(12, 22, 44, 0.32); border-radius: 4px; min-height: 56px;
    line-height: 54px;padding: 0 15px; position: relative; padding-right: 0; z-index: 1; }
    .blog-side-bar .dropdown::after { content: ""; width: 11px; height: 7px; position: absolute; right: 15px; top:23px; background: url(assets/images/caret.png); }
    .blog-side-bar #texonomies-dropdown li a { color:#6D7380; width: 100%; display: inline-block; line-height: normal; }
    .blog-side-bar #texonomies-dropdown li a img { margin-right: 10px; display: inline-block; vertical-align: top; border-radius: 50px; }
    .blog-side-bar #texonomies-dropdown li a span { padding-top: 4px; display: inline-block; line-height: normal; }  
    .blog-side-bar .dropdown::after {
	    pointer-events: none;
	}
	/*.blog-side-bar #texonomies-dropdown {
		border-top-left-radius: 0 !important;
	    border-top-right-radius: 0 !important;
	    border-top: none;
	}*/
	.blog-side-bar .toggle {
		color: #6D7380;
    	font-size: 16px;
    	display: block;
	}
	.post-card .post-title .main-heading .wpp-post-title {
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	    -webkit-box-orient: vertical;
	}

	.blog-post-bar { width: 65%; float: right; display: inline-block; min-height: 400px; }
	.blog-post-bar .post-card { margin-bottom: 60px; padding-bottom: 60px; border-bottom: 2px solid #DFE7FB; transition: all .4s ease; }
/*	.blog-post-bar .post-card:hover { transition: all .4s ease; transform: translate3D(0,-1px,0) scale(1.02); }
*//*	.blog-post-bar .post-card-image-block { min-height: 360px; }*/
	.blog-post-bar .post-detail { margin: 20px 0px; }
	
/* Latest Post - End */


/* Pagination - Start */

	.post-pagination { display: flex; align-items: center; justify-content: flex-end; }
	.post-pagination a { 
		padding: 8px 24px;
	    border-style: solid!important;
	    border-width: 2px!important;
	    border-color: #e7e8ea;
	    border-radius: 4px!important;
	    background-color: #ffffff;
	    box-shadow: 0 12px 32px -12px rgba(12, 22, 44, 0.32);
	    color: #CED0D5;
	    line-height: 20px;
	    text-decoration: none;
	    font-size: 14px;
	    display: inline-block; 
	    border-color: #1a2b6b; background-color: #f5f7fd; color: #1a2b6b;
	    border-color: #375bd2;
	    background-color: #fff;
	    -webkit-transition: background-color .3s ease,border-color .3s ease,color .3s ease;
	    transition: background-color .3s ease,border-color .3s ease,color .3s ease;
	    color: #375bd2;
	}
	.post-pagination a:hover { border-color: #1a2b6b; background-color: #f5f7fd; color: #1a2b6b;
	border-color: #1a2b6b;
    background-color: #f5f7fd;
    color: #1a2b6b; }
	/*.post-pagination .older { margin-left: auto; }*/
	.post-pagination .next { margin-left: auto; }
	.post-pagination .prev { margin-right: auto; }

/* Pagination - End */


/* Popular Posts Section - Start */

	.popular-blog-post { background-color: #F5F7FD; padding: 200px 0 0px; clip-path: polygon(0% 120px, 100% 0%, 100% 100%, 0% 100%); position: relative; }
	.popular-blog-post .ast-row { display: flex; flex-wrap: wrap; }
	.popular-blog-post .post-card { margin-bottom: 20px; height: 180px; }

	@media (min-width: 544px) {
		.popular-blog-post .popular-posts >.popular-blog-wrapper:nth-child(1) .post-card,
		.popular-blog-post .popular-posts >.popular-blog-wrapper:nth-child(2) .post-card,
		.popular-blog-post .popular-posts >.popular-blog-wrapper:nth-child(3) .post-card {
			margin-bottom: 50px;
		}
	}

/* Popular Posts Section - End */



/* Stay Update Section - Start */

	.stay-update-section { background: url(assets/images/stay-update-background.jpeg); background-size: cover; background-position: center top; padding: 80px 0px; position: relative; }
	.stay-update-section .form-wrapper form { display: flex; align-items: center; justify-content: center; width: 100%; }
	.stay-update-section form input[type="text"] { background: #FFFFFF; border: 2px solid #CED0D5; box-sizing: border-box; box-shadow: 0px 12px 32px -12px rgba(12, 22, 44, 0.32); border-radius: 4px; height: 56px; width: 100%; max-width: 415px; color: #6D7380;     font-weight: 500;
    padding: 0 20px; }
	.stay-update-section form input[type="submit"] { height: 56px; color: #375BD2; margin-left: 17px; font-size: 16px; background: #ffffff; border-color: #375BD2; box-shadow: 0 12px 32px -12px rgba(12, 22, 44, 0.32); }
	.stay-update-section form input[type="submit"]:hover { border-color: #1a2b6b; background-color: #f5f7fd; color: #1a2b6b; }

 
/* Stay Update Section - End */



/* Bottom CTA Section - Start */
	.bottom-cta-section { position: relative; background: #375bd2 url(assets/images/cta-background.png); background-size: auto; background-position: center right; padding: 80px 0px; background-repeat: no-repeat; }
	.bottom-cta-section .wrapper { max-width: 860px; }
	.bottom-cta-section .card { background: #ffffff;  padding: 50px 60px 40px 110px;  height: 176px;  border-radius: 8px; display: flex;  position: relative; -webkit-transition: background-color .5s ease, transform .5s ease, box-shadow .5s ease; transition: background-color .5s ease, transform .5s ease, box-shadow .5s ease; }
	.bottom-cta-section .card:hover { box-shadow: 18px 18px 50px -16px rgba(12,22,44,.55);
    -webkit-transform: translate(-3px,-3px);
    -ms-transform: translate(-3px,-3px);
    transform: translate(-3px,-3px); }
	.bottom-cta-section .cta-title,
	.bottom-cta-section .cta-title a { color: #1A2B6B; font-weight: 600; margin-bottom: 10px; }

	.bottom-cta-section .cta-description { color: #6D7380; }
	.bottom-cta-section .img-block {
	    width: 56px;
	    height: 56px;
	    border-style: solid;
	    border-width: 1px;
	    border-color: #dfe7fb;
	    border-radius: 50%;
	    background-color: #f5f7fd;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    position: absolute;
	    left: 30px;
	}
	.bottom-cta-section .img-block img { position: relative; z-index: 1; }
	.bottom-cta-section span.cta-link { position: absolute; right: 30px; top: 50%; 
	    mask-image: url(http://chainlink.wpengine.com/wp-content/uploads/2021/01/navigation-arrow-right-svg.svg);
	    -webkit-mask-image: url(http://chainlink.wpengine.com/wp-content/uploads/2021/01/navigation-arrow-right-svg.svg);
	    -webkit-mask-size: 25px;
	    -webkit-mask-repeat: no-repeat;
	    height: 25px;
	    width: 25px;
	    background: #375bd2;
	}
	.bottom-cta-section span.cta-link:hover { background: #0c162c; }
	.bottom-cta-section span.cta-link img { display: none; }

/* Bottom CTA Section - End */


/* Search, Archive, Author, Single - Start */
	
	.search .site-content > .ast-container,
	.archive .site-content > .ast-container,
	.author .site-content > .ast-container,
	.single-post .site-content > .ast-container { max-width: 100%!important; padding-left: 0!important; padding-right: 0!important; }

	.search .latest-blog-post,
	.archive .latest-blog-post,
	.author .latest-blog-post { clip-path: unset; margin-top: 0; padding: 80px 0 200px; }

	.search .bottom-cta-section, .archive .bottom-cta-section, .author .bottom-cta-section,
	.search .stay-update-section, .archive .stay-update-section, .author .stay-update-section,
	.search .site-footer, .archive .site-footer, .author .site-footer {
		position: relative;
	}

	.search .popular-blog-post,
	.archive .popular-blog-post,
	.author .popular-blog-post { margin-top: -120px; }

	.search .post-header .page-title,
	.archive .post-header .page-title,
	.author .post-header .page-title { font-size: 16px!important; color:#6D7380!important; margin-top: 20px; }

	.search .post-header .page-title span,
	.archive .post-header .page-title span,
	.author .post-header .page-title span { font-weight: 900; color: #3D4556; }

	.author .post-header .author-photo { margin-bottom: 30px; }
	.author .post-header .author-photo img { border-radius: 50%; }
	.author .post-header .main-heading { margin-bottom: 20px; }
	.author .post-header .author-description { max-width: 640px; margin:0px auto; }

	.single .related-posts { position: relative; background-color: #F5F7FD; padding: 200px 0px 100px; clip-path: polygon(0% 120px, 100% 0%, 100% 100%, 0% 100%); margin-top: -100px; }
	.single .header-blue-bar { height: 144px; }
	.single .single-post .wrapper { max-width: 1088px; 
		background: #ffffff;
	    padding: 50px 90px 50px 0px;
	    margin-top: -72px;
	    border-radius: 5px;
	    min-height: 600px; }
	/*.single .post-header { background: #ffffff; padding: 50px 120px; margin-top: -72px; border-radius: 5px; min-height: 600px; }*/
	.single .post-header .breadcrumb-design { margin-bottom: 10px; }
	.single .post-header .main-heading { margin-bottom: 10px; }
	.single .post-date-author { margin-bottom: 30px; }


	.single #sticky-wrapper { width: 10%; float: left; top: 180px; position: relative; }
	.single .social-share-icons .social-share { display: flex; flex-direction: column; align-items: center; margin: 120px 10px 0 0; }
	.single .social-share-icons .social-share a { width: 80px; height: 40px; background: #F5F7FD; text-align: center; line-height: 40px; margin: 5px 0; border-radius: 5px; -webkit-transition: background-color .5s ease; transition: background-color .5s ease; }
	.single .social-share-icons .social-share a:hover { background: #dfe7fb; }
	.single .social-share-icons .social-share span { font-size: 14px; padding-top: 10px; color: #4d4f53; padding-bottom: 10px; }
	.single .post-header blockquote { background: #F5F7FD; margin: 20px 0 1.75em; border: none; padding: 32px; font-size: 18px; border-radius: 8px; color: #375BD2; display: inline-block; }
	.single .post-header blockquote p { margin: 0px; }
	.single .post-header code { padding: 0 5px 2px;
	    font-size: .8em;
	    line-height: 1em;
	    font-weight: 400!important;
	    background: #e5eff5;
	    border-radius: 3px; }
	.single .post-header pre { width: 100%; background: #0C162C; color:#ffffff; display: inline-block; padding: 35px; border-radius: 8px; line-height: 24px; margin: 30px 0px; word-break: break-all; }
	.single .bottom-cta-section, .single .stay-update-section, .single footer {
		position: relative;
	}

	.single .post-header {
		width: 90%;
    	float: left;
    	padding-left: 20px;
	}

	.single .post-header p { margin-bottom: 30px; display: block; width: 100%; }
	.single .post-header h1, h1 { color:#1A2B6B; font-size: 38px; line-height: 48px; font-weight: 600; margin-bottom: 30px; display: block;  }
	.single .post-header h2, h2 { color:#1A2B6B; font-size: 32px; line-height: 48px; font-weight: 600; margin-bottom: 30px; display: block;  }
	.single  h3, .single .post-header h3, h3 { color:#1A2B6B;  font-size: 18px; line-height: 28px;  font-weight: 600; margin-bottom: 30px; display: block; }
	.single .post-header h4, h4 { color:#1A2B6B; font-size: 16px; line-height: 28px; font-weight: 500; margin-bottom: 30px; display: block; }
	.single .post-header h5, h5 { color:#1A2B6B; font-size: 14px; line-height: 26px; font-weight: 500; margin-bottom: 30px; display: block; }
	.single .post-header h6, h6 { color:#1A2B6B; font-size: 12px; line-height: 26px; font-weight: 500; }

	.single .post-header h4, .single .post-header h5, .single .post-header h3, .single .post-header h2, .single .post-header h1 {
		width: 100%;
	}

	.single .post-header h1, h1 {
		font-size: 42px;
    	line-height: 54px;
	}

	.single .post-header .ast-breadcrumbs ul { margin: 0px; }
	.single .post-header .ast-breadcrumbs ul li { margin: 0px; padding: 0; }
	.single .post-header .ast-breadcrumbs ul li::before { display: none; }

	.single .post-header ul { margin: 0px 0px 20px 0px; width: 100%; }
	.single .post-header ul li { margin: 0px 0px 18px; padding-left: 20px; position: relative; list-style: none; }
	.single .post-header ul li::before { width: 6px; height: 6px; content: ""; display: inline-block; position: absolute; background: #6D7380; border-radius: 50%; top: 8px; left: 0; }	

	.post-editor-content { padding: 0 20px; display: flex; flex-direction: column; align-items: center; }
	.post-editor-content img { max-width: 850px; }
	.video-wrapper { margin-bottom: 30px; width: 100%; display: block; }
	.video-wrapper a { position: relative; }
	.video-wrapper a::after { content: ""; width: 80px; height: 80px; position: absolute; left: 50%; top: 50%; background: url(assets/images/play-icon.png);     transform: translate(-50%, -50%); }
	.video-wrapper img.video_lightbox_anchor_image { width: 100%; }

	section.single-post { padding-bottom: 80px; }

	.single .post-header figure { margin: 30px 0px; }
	.single .post-header figcaption { text-align: center; margin: 20px 0px; }
	/* .single .post-header pre { background: none; padding: 0px; width: 100%; } */
	.single .post-header ol { margin: 0px 0px 20px 0px; width: 100%; }
	.single .post-header pre code { width: 100%; margin: 0px!important; }

/* Search, Archive, Author, Single - Start */


.related-posts-card-section .post-card .post-detail p {
	margin: 20px 0px;
	word-break: none;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.single .post-header figcaption {
	color: #bcbcbc;
    font-size: 14px;
    margin-bottom: 30px;
}
.post-editor-content .video-wrapper a img.video_lightbox_anchor_image {
	opacity: 0.8;
}


.secondary-button a, .primary-button a {
	padding: 16px 32px;
    border-style: solid;
    border-width: 2px;
    border-radius: 4px;
    box-shadow: 0 12px 32px -12px rgba(12,22,44,.32);
    line-height: 20px;
    text-decoration: none;   
    display: inline-block; 
	margin-bottom:24px;
}
.secondary-button a {
	border-color: #375bd2;
    background-color: #fff;
    -webkit-transition: background-color .3s ease,border-color .3s ease,color .3s ease;
    transition: background-color .3s ease,border-color .3s ease,color .3s ease;
    color: #375bd2;
}
.secondary-button a:hover {
    border-color: #1a2b6b;
    background-color: #f5f7fd;
    color: #1a2b6b;
}
.primary-button a {
	border-color: #375bd2;
    background-color: #375bd2;
    -webkit-transition: border-color .2s ease,background-color .2s ease;
    transition: border-color .2s ease,background-color .2s ease;
    color: #fff;
}
.primary-button a:hover {
    border-color: #0c162c;
    background-color: #1a2b6b;
}

/***** Responsive Start *****/
@media only screen and (max-width: 1400px) { 

	/* Header Start */

	header.site-header .ast-main-header-bar-alignment { width: calc(100% - 140px); }
	header.site-header .main-navigation { padding-right: 140px; width: 100%; }
	header.site-header .main-navigation ul { justify-content: center; width: 100%; }
	header.site-header li.ast-masthead-custom-menu-items { right: -137px; transform: translate(0px, -50%); padding-left: 0; }

	/* Header End */

}


@media only screen and (max-width: 1024px) { 

	/* Home Page - Start */

	header.site-header .main-header-menu .menu-link { padding: 0 10px; }

	.featured-post-content-block .post-detail { padding : 10px 0; }
	.featured-post-section .wrapper .featured-post-image-block { border-radius: 5px 5px 0 0; }	

	/*.blog-side-bar { padding-right: 30px; }*/
	.latest-blog-post #sticky-wrapper { padding-right: 30px; }

	.footer-sml-layout-2 .ast-small-footer-section-1 { width: 70%; }
	.footer-sml-layout-2 .ast-small-footer-section-2 { width: 30%; }

	/* Home Page - End */

	/* Single Post - Start */
	.single .wrapper { padding: 0px; }
	.single .single-post .wrapper { padding: 30px 20px; border-radius: 0px; }
	.single .post-header ul { margin: 0px; }
	.single .post-header .social-share-icons { flex-direction: unset; position: relative; top: unset; width: 100%; flex-wrap: wrap; justify-content: center; }
	.single .post-header .social-share-icons .social-share {
		flex-direction: unset;
	    position: relative;
	    top: unset;
	    width: 100%;
	    flex-wrap: wrap;
	    justify-content: center;
	}
	.single .post-header .social-share-icons a { margin: 5px 10px; }
	.single .post-header .social-share-icons span { width: 100%; text-align: center; margin-bottom: 20px; }

	.single .related-posts { padding: 60px 20px; }
	.single .post-header h2, 
	.single .post-header h3 { margin-bottom: 20px; }
	.single .related-posts {
	    clip-path: polygon(0% 40px, 100% 0%, 100% 100%, 0% 100%);
	}
	/* Single Post - End */

}


@media only screen and (max-width: 921px) { 

	/* Header Start */

	header.site-header .ast-main-header-bar-alignment { width: 100%; position: absolute; top: 100%; }
	header.site-header .main-navigation { padding-right: 0px; }
	header.site-header .main-navigation ul { background-color: #ffffff; border-color: #DFE7FB; box-shadow: 0 30px 30px -16px rgba(12,22,44,.32); }
	header.site-header .main-header-menu > .menu-item { height: auto; min-height: 72px; height: 100%; }

	header.site-header .main-header-menu > .menu-item.ast-submenu-expanded { background: #F5F7FD!important; }
	header.site-header .main-header-menu > .menu-item.ast-submenu-expanded > a.menu-link { color:#375BD2!important; border: none; }
	.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link { background: #F5F7FD!important; align-items: flex-start; border: none; color:#3D4556!important; }

	.main-header-menu .sub-menu li { border: none!important; }
	.ast-header-break-point .main-navigation ul.sub-menu .menu-item .menu-link:before { display: none!important; }
	
	.featured-post-section .wrapper .featured-post-image-block{ height: 350px; }
	.main-header-bar .main-header-bar-navigation.toggle-on { padding-top: 0px; }
	.main-header-menu > .menu-item a { padding-left: 35px!important; padding-right: 40px!important; }
	.main-header-menu > .menu-item:first-child > a { padding-left: 35px!important; }

	.ast-header-break-point .main-navigation ul .menu-item .menu-link { display: flex; align-items: center; max-height: 72px; height: 72px; text-align: left; border-color: #DFE7FB; }
	.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle { height: 100%!important; max-height: 72px; }

	
	.ast-button-wrap .menu-toggle.main-header-menu-toggle .mobile-menu { font-size: 16px; font-weight: 400; position: relative; color: #1A2B6B; }
	.ast-button-wrap .menu-toggle.main-header-menu-toggle .mobile-menu::after { content: ""; width: 100%; height: 2px; display: inline-block; position: absolute;
	    left: 0; bottom: -2px; border-radius: 2px; background: #1A2B6B; }
	.ast-button-wrap .menu-toggle .menu-toggle-icon { display: none; }

	.menu-item-description { display: none; }
	.dropdown-design a { height: 72px; }

	.main-header-menu .sub-menu li a { max-height: unset!important; border: none; }
	.main-header-menu .dropdown-design a .menu-image { display: none; }
	.main-header-menu .dropdown-design a::after { display: none; }


	header.site-header li.ast-masthead-custom-menu-items { display: block!important; position: relative; right: unset; transform: unset; max-width: 80%; }
	.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .ast-custom-button-link { display: block!important; }
	.ast-header-custom-item-inside .button-custom-menu-item .menu-link { display: none!important; }
	.ast-header-break-point .main-header-menu .sub-menu { box-shadow: none; border-radius: 0; }

	/* Header End */

	/* Footer - Start */
	footer.site-footer .footer-adv-overlay .ast-row {
	    padding-bottom: 64px;
	    -ms-grid-columns: auto auto auto;
	    grid-template-columns: auto auto auto;
	    -ms-grid-rows: auto auto;
	    grid-template-rows: auto auto;
	}
	footer.site-footer .widget {
	    list-style: none;
	    margin-bottom: 60px;
	}
	footer.site-footer .footer-adv-overlay { padding-bottom: 0px; }

	/* Footer - End */

	/* Common - Start */
	.section-fullwidth-title { margin-bottom: 40px; }
	/* Common - End */

	.ast-left-sidebar #content > .ast-container { display: block!important; flex-direction: unset!important; }
	.post-editor-content { padding: 0px; }
	.pp_content_container .pp_left { padding-left: 0px!important; }

	.latest-blog-post .section-fullwidth-title {
	    /*padding-left: 250px;*/
	}

	.post-editor-content img {
	    max-width: 640px;
	}

}


@media only screen and (max-width: 768px) {

	.section-fullwidth-title { margin-bottom: 40px; }	

	.main-heading { font-size: 32px; line-height: 48px; }
	.main-heading.medium { font-size: 24px; line-height: 32px; }

	/*.blog-post-bar .post-card-image-block { min-height: 260px; }*/

	.bottom-cta-section .card { padding: 30px 60px 40px 100px; }
	.bottom-cta-section span.cta-link { right: 20px; top: 40%; }

	footer.site-footer .footer-adv-overlay { padding-top: 60px; padding-bottom: 0; }	
	.footer-sml-layout-2 .ast-small-footer-section-1 { width: 100%; }
	.footer-sml-layout-2 .ast-small-footer-section-2 { width: 100%; }
	footer.site-footer .ast-footer-overlay { padding-top: 30px; padding-bottom: 30px; height: auto; line-height: normal; }
	.featured-post-section .wrapper .featured-post-image-block{ height: 310px; }
	.popular-blog-post { padding: 100px 0 0px; clip-path: polygon(0% 60px, 100% 0%, 100% 100%, 0% 100%); }
	.stay-update-section { padding: 60px 0px; }

	.blog-post-bar .post-card { margin-bottom: 40px; padding-bottom: 40px; padding-left: 20px; padding-right: 20px; }
	.featured-post-section { padding: 50px 0px 150px; }

	.latest-blog-post { padding: 100px 0 80px; margin-top: -60px; clip-path: polygon(0% 60px, 100% 0%, 100% 100%, 0% 100%); }
	footer.site-footer .footer-adv-overlay .ast-row {     padding-bottom: 50px; }

	.single .post-header h2, .single .post-header h3 { font-size: 24px; line-height: 32px; }
	.post-card .post-card-content-block { margin-bottom: 30px; }

	.blog-post-bar .post-detail {
	    word-break: normal;
	}
	.popular-blog-post {
	    overflow: hidden;
	}


	.single .single-post .wrapper {
		display: flex;
    	flex-direction: column;
	}
	.single #sticky-wrapper {
	    width: 100%;
	    float: none;
	    position: unset;
	    order: 1;
	}	
	.single #sticky-wrapper .social-share-icons {
		order: 1;
		position: unset !important;
    	width: 100% !important;
	}
	.single .post-header {
	    width: 100%;
	    float: none;
	    padding-left: 0;
	}
	.single .social-share-icons .social-share {
		flex-direction: unset;
	    position: relative;
	    top: unset;
	    width: 100%;
	    flex-wrap: wrap;
	    justify-content: center;
		margin: 0 0 20px 0;
	}
	.single .social-share-icons .social-share span {
		display: block;
	    width: 100%;
	    text-align: center;
	    margin-bottom: 0px;
	}
	.single .social-share-icons .social-share a {
	    margin: 5px 4px;
	}
	.post-editor-content img {
	    max-width: 100%;
	}
	.single .related-posts {
	    clip-path: polygon(0% 30px, 100% 0%, 100% 100%, 0% 100%);
	    margin-top: -70px;
	}

}

@media only screen and (max-width: 767px) { 
	.pp_details { padding-top: 0px!important; padding-bottom: 0px!important; }
	.latest-blog-post .section-fullwidth-title {
	    /*padding-left: 180px;*/
	}
}


@media only screen and (max-width: 543px) { 

	.sticky-container {
		display: block;
	}

	.sticky-container--single-post {
		display: flex;
		flex-direction: column;
	}

	.sticky-container--single-post .post-header {
		order: 1;
	}
	.sticky-container--single-post .social-share-icons {
		order: 2;
	}
	.blog-side-bar { 
		width: 100%; 
		padding-right: 0px; 
		padding-bottom: 50px; 
		
	}
	 /* .latest-blog-post #sticky-wrapper { width: 100%; padding-right: 0px; padding-bottom: 50px; margin-bottom: 60px; min-height: 0; } */
	body.search.search-results #sticky-wrapper { display: none !important; }
	body.archive.author #sticky-wrapper { display: none !important; }
	body.archive.category #sticky-wrapper { display: none !important; }
	 .latest-blog-post #sticky-wrapper .blog-side-bar {
	 	position: unset !important;
	 	padding: 0 20px;
	 }
	.blog-post-bar { width: 100%; }

	.popular-blog-post .post-card { margin-bottom: 40px; height: auto; }
	.featured-post-section .wrapper .featured-post-content-block { margin-top: -70px!important; padding: 30px; max-width: calc(100% - 50px); }
	.featured-post-section { padding: 50px 0px 100px; }
	.latest-blog-post { padding: 100px 0 50px; }

	.bottom-cta-section { padding: 60px 0px 30px; }
	.bottom-cta-section .card { margin-bottom: 30px; align-items: center; margin-left: 20px; margin-right: 20px; }
	.featured-post-section .wrapper .featured-post-image-block{ height: 130px; }
	footer.site-footer .chailink { display: none; }
	footer.site-footer .copy-right { display: none; }

	footer.site-footer .footer-bar-right a { margin-left: 20px; margin-right: 20px; }
	footer.site-footer .footer-adv-overlay .ast-row { padding-bottom: 0px; }

	.stay-update-section .form-wrapper form { flex-direction: column; }
	.stay-update-section form input[type="submit"] { margin-left: 0; margin-top: 20px; width: 100%; max-width: 415px; }

	footer.site-footer .footer-adv-overlay .ast-row { grid-template-columns: auto; }

	.header-blue-bar {
	    height: 48px;
	}

	.post-editor-content {
		word-break: normal;
	}
	.post-editor-content img {
		max-width: 320px;
	}

	.latest-blog-post .section-fullwidth-title {
	    /*padding-left: 0;*/
	}
	.single .post-header {
    	word-break: break-all;
	}
	footer.site-footer .footer-bar-right {
	    padding: 0;
	    padding-top: 14px;
	}
}

.ast-breadcrumbs .trail-items li a {
	font-weight: 600;
}
.blog-post-bar .post-card-content-block .post-detail {
    margin: 24px 0px 40px;
}


@media only screen and (max-width: 400px) {
	.bottom-cta-section .card {
		margin-left: 0px;
    	margin-right: 0px;
	}
}
/***** Responsive Start *****/

/* Handle if mboiledoc data is present */
div[data-mobiledoc]{
	width: 100%;
}

.ast-oembed-container{
	width:  100%;
}

/**Fixes**/
.single .post-header ol{
	padding-left:30px;
}
.postid-665.single .post-header code{
	background:none !important;
}