@import 'single-blog.css';
@import 'single-case-study.css';

#main {
	padding-bottom: 0 !important;
}

.fusion-title h2 b, .fusion-title h2 strong,
.fusion-title h3 b, .fusion-title h3 strong {
    font-weight: 600;
}

.free_trial_button {
    padding-bottom: 40px !important;
}
.free_trial_button:before {
    display: block;
    position: absolute;
    content: '28-day free trial';
    color: #acb9f1;
    font-family: 'Poppins';
    font-size: 10px;
    left: 0;
    right: 0;
    bottom: 10px;
}
.tab-pane p strong a,
.full_width_block a,
.half_width_blocks a {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600 !important;
    color: #2c52db;
}
.tab-pane p strong a:after,
.full_width_block a:after,
.half_width_blocks a:after {
	position: absolute;
    display: inline-block;
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    line-height: 24px;
	font-weight: 900;
    color: #2c52db;
    vertical-align: bottom;
    padding-left: 10px;
	transition: all .3s ease;
}
.suite_item p a strong,
.tab-pane p a strong {
	font-weight: 600 !important;
}
.suite_item p strong a:hover,
.tab-pane p strong a:hover,
.full_width_block a:hover,
.half_width_blocks a:hover {
	text-decoration: underline;
	color: #182D7B !important;
}
.suite_item p strong a:hover:after,
.tab-pane p strong a:hover:after,
.full_width_block a:hover:after,
.half_width_blocks a:hover:after {
    padding-left: 15px;
	color: #182D7B;
}
.suite_item ul {
    text-align: left;
    list-style: none;
    padding: 0;
	margin-bottom: 25px;
}
.suite_item li {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #686b77;
	padding-left: 20px;
	margin-bottom: 10px;
}
.suite_item li:before {
	position: absolute;
    display: inline-block;
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-size: 12px;
    line-height: 22px;
    font-weight: 900;
	left: 0;
    color: #2c52db;
    vertical-align: bottom;
    padding-right: 9px;
}
.suite_item p strong a {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #2c52db;
}
.suite_item p strong a:after {
	position: absolute;
    display: inline-block;
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    line-height: 18px;
	font-weight: 900;
    color: #2c52db;
    vertical-align: bottom;
    padding-left: 10px;
	transition: all .3s ease;
}

.post_share .fusion-social-networks.boxed-icons .fusion-social-network-icon {
    border-color: #686b77 !important;
    padding: 12px !important;
    margin: 12px !important;
}

.all_case_studies_button.fusion-button {
    padding: 13px 20px !important;
}
.all_case_studies_button .fusion-button-text {
    font-size: 11px !important;
}

.bottom_cta_box {
    max-width: 940px;
    margin: auto;
}
.bottom_cta_section .fusion-button {
	padding: 14px 32px;
}
.bottom_cta_section .fusion-button:hover {
	background: #6FC69E !important;
}
.bottom_cta_section .fusion-button .fusion-button-text {
	font-size: 11px;
	font-weight: 600;
}

@media only screen and (max-width: 1280px) {
	.bottom_cta_section {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}
	.bottom_cta_text h3 {
		font-size: 34px !important;
		line-height: 46px !important;
	}
	
}

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

	
	.suite_item p strong a,
	.suite_item p strong a:after {
		font-size: 14px;
		line-height: 24px;
	}
	.bottom_cta_box {
		max-width: 940px;
		margin-bottom: 0 !important;
	}
	.bottom_cta_box .fusion-column-wrapper {
		margin-top: 35px !important;
		margin-bottom: 20px !important;
	}
	.bottom_cta_section {
		padding: 0 !important;
	}
	.bottom_cta_text h2 {
		font-size: 22px !important;
		line-height: 30px !important;
		margin-right: 30% !important;
	}
	.bottom_cta_text h3 {
		font-size: 22px !important;
		line-height: 30px !important;
		margin-bottom: 10px !important;
	}
	.bottom_cta_text .fusion-text {
		order: 3;
	}
	.bottom_cta_section .fusion-button {
		padding: 17px 32px;
		margin-top: 15px;
	}
	.bottom_cta_section .fusion-button .fusion-button-text {
		font-size: 14px;
		line-height: 20px;
	}
/*  	.bottom_cta_section img {
		max-width: 100px !important;
	}  */
}



/* ================Slick Slider================ */

style.slick-slide {
    display: none !important;
}
.slick-slide {
	outline: none;
}
.slick-dots {
    list-style: none;
    text-align: center;
    padding: 0;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    text-indent: -9999px;
    background: #FFF;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    border: 1px solid #FFF;
    padding: 0;
    margin: 3px 8px;
	opacity: 0.2;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover {
    background: #FFF;
	opacity: 1;
}

/* ================Toggle Content Section================ */
.toggle_accordion .toggle_content {
    display: none;
}
.toggle_accordion .toggle_content.toggle_active {
    display: block;
}
.toggle_trigger .fusion-toggle-icon-wrapper {
    display: none;
}
.accordion_toggles {
	padding-top: 25px;
}
.toggle_trigger {
	overflow: hidden;
	border-radius: 5px !important;
	border-color: #e5e4e3 !important;
}
.toggle_trigger:first-child {
	border-top: 1px solid #dde2ee;
}
.toggle_trigger.current {
	position: relative;
    border-bottom: none;
/*     background-color: #f9f9f9; */
	border-bottom: 1px solid #dde2ee;
}
.toggle_trigger.current:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	top: 0;
	background-color: #dde2ee;
}
.toggle_trigger.current:hover:before {
	background-color: #2c52db !important;
}
.toggle_trigger.loading_animation:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	top: 0;
	background-color: #2c52db;
	transform: translateX(-100%);
	animation: current_state 10s linear;
}
@keyframes current_state {
	0% {
		transform:translateX(-100%);
	} 
	100% {
		transform:translateX(0);
	}
}
.toggle_trigger .panel-title > a {
	
    padding: 30px;
}
.toggle_trigger .panel-title > a:not(.active):after {
	position: absolute;
	display: block;
	content: '';
	top: 50%;
    right: 10px;
	width: 7px;
    height: 7px;  
    color: transparent;
    border: solid #686b77;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg) translateY(-50%);
	 transform: rotate(45deg) translateY(-50%);
}
.toggle_trigger .panel-title > a.active {
	pointer-events: none;
}
.toggle_trigger .fusion-toggle-heading {
    font-size: 18px;
    line-height: 1.45;
    font-family: 'Poppins';
    color: #686b77;
    margin: 0 !important;
}
.toggle_trigger:hover .fusion-toggle-heading {
	color: #12141c;
}
.toggle_trigger .active .fusion-toggle-heading {
    font-size: 26px;
    font-weight: 600;
    color: #12141c;
}

.toggle-content p, .toggle-content li {
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 24px;
    color: #686b77;
}
.toggle-content a,
.toggle_accordion_mobile a{
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #2c52db;
}
.toggle-content a:after,
.toggle_accordion_mobile a:after {
    display: inline-block;
    content: '\f344';
    font-family: 'dashicons';
    line-height: 24px;
    color: #2c52db;
    vertical-align: bottom;
    padding-left: 10px;
}

@media only screen and (max-width: 1280px) {}
	.faq_section_toggles .fusion-toggle-heading {
		font-size: 14px;
	}
	.toggle_trigger .fusion-toggle-heading {
		font-size: 14px;
		line-height: 24px;
	}
	.toggle_trigger .active .fusion-toggle-heading {
		font-size: 16px;
		line-height: 24px;
	}	
	.toggle-content p, .toggle-content li {
		font-size: 12px;
		line-height: 18px;
	}
	.toggle-content a,
	.toggle_accordion_mobile a {
		font-size: 11px;
		line-height: 16px;
	}
	.toggle-content a:after,
	.toggle_accordion_mobile a:after {
		line-height: 16px;
		padding-left: 7px;
	}



@media only screen and (max-width: 767px) {
	.toggle-content a,
	.toggle_accordion_mobile a {
		font-size: 14px;
		line-height: 24px;
	}
	.toggle-content a:after,
	.toggle_accordion_mobile a:after {
		line-height: 24px;
		padding-left: 10px;
	}
	
}


/* ================Careers Positions Section================ */
.search_bar .search_form {
	float: left;
	padding-top: 7px;
}
.search_bar .search_form .filter-dropdown {
	position: relative;
	display: inline-block;
    margin-right: 50px;
    appearance: none;
    border: 0;
    color: #686b77;
    font-family: Poppins;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
}
.search_bar .search_form .filter-dropdown.all_positions {
    margin-right: 0;
}
.search_bar .search_form .filter-dropdown .dropmenu-item-label {
	position: relative;
    display: inline-block;
    width: 260px;
    cursor: pointer;
    color: #12141c;
	background: #fff;
    border: 1px solid #dbdde2;
    border-radius: 4px;
    padding: 17px 20px;
    margin-left: 20px;
}
.search_bar .search_form .filter-dropdown .dropmenu-item-label:after {
    position: absolute;
	display: block;
	content: '';
	top: 50%;
    right: 25px;
	width: 6px;
    height: 6px;  
    color: transparent;
    border: solid #686b77;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg) translateY(-100%);
	 transform: rotate(45deg) translateY(-100%);
}
.search_bar .search_form .filter-dropdown .dropmenu-list {
	position: absolute;
	display: none;
	width: 260px;
    top: 54px;
	right: 0;
	background-color: #fff;
    border: 1px solid #dbdde2;
    border-radius: 4px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04);
    overflow-y: auto;
    max-height: 400px;
    list-style: none;
	padding: 0;
	z-index: 99;
}
.search_bar .search_form .filter-dropdown .dropmenu-list li {
	border-bottom: 1px solid #dbdde2;
	background: #fff;
}
.search_bar .search_form .filter-dropdown .dropmenu-list li:last-child {
	border-bottom: none;
}
.search_bar .search_form .filter-dropdown .dropmenu-list a {
	display: block;
	font-family: 'Poppins';
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
    letter-spacing: 0.3px;
	color: #686b77;
	text-decoration: none;
	padding: 21px 17px;
	transition: 0.5s all ease;
}
.search_bar .search_form .filter-dropdown .dropmenu-list a.selected {
	color: #12141c;
    font-weight: 600;
}
.search_bar .search_form .filter-dropdown .dropmenu-item-label:hover,
.search_bar .search_form .filter-dropdown .dropmenu-list li:hover {
	background: #f9f9f9;
}


.careers_positions_section .search_bar {
	position: relative;
	padding-bottom: 30px;
	z-index: 1;
}
.careers_positions_section .search_bar:before {
	content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: 1px;
    background-color: #dfdfdf;
    transform: translateX(-50%);
}
.careers_positions_section .search_bar .search_form {
	width: 100%;
}
.careers_positions_section .box_list {
	position: relative;
	margin-top: 70px;
}
.careers_positions_section .box_list .box {
	opacity: 0;
	float: left;
	width: 30%;
	height: 160px;
	margin-right: 3.3%;
	margin-bottom: 55px;
	border-radius: 4px;
    background-color: #f7f7f7;
	padding: 25px 40px 30px;
	box-sizing: border-box;
	position: relative;
	box-shadow: none;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
}
.careers_positions_section .box_list .box.show {
	opacity: 1;
}
.careers_positions_section .box_list .grid-sizer {
	width: 30%;
}
.careers_positions_section .box_list .gutter-sizer {
	width: 3.3%;
}
.careers_positions_section .box_list .box:hover {
	box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.1);
}
.careers_positions_section .box_list .box .text {
	min-height: 80px;
	margin-bottom: 15px;
}
.careers_positions_section .box_list .box .text a {
	font-size: 26px;
	line-height: 38px;
	font-weight: 600;
	color: #12141c;
	margin-bottom: 0;
	text-decoration: none;
}
.careers_positions_section .box_list .box .location h3 {
	position: relative;
	font-size: 18px;
	line-height: 24px;
	color: #6a6a6a;
	padding-left: 30px;
	background: url(../images/location.svg) no-repeat left center;
	background-size: 20px;
}
.careers_positions_section .box_list .box .location h3:after {
	position: absolute;
    display: inline-block;
	right: 0;
    content: '\f344';
    font-family: 'dashicons';
	font-size: 24px;
    line-height: 24px;
    color: #0959db;
    vertical-align: bottom;
}
.careers_positions_section .box_list .box .location h3 b {
	font-weight: 500;
}


.comeet-outer-wrapper:not(.comeet_careers_lobby .comeet-outer-wrapper) {
    max-width: 780px;
    margin: auto;
}
.comeet-outer-wrapper .comeet-position-name {
	font-size: 40px !important;
    line-height: 54px !important;
	font-weight: 700 !important;
	color: #12141c !important;
	margin-bottom: 30px !important;
}
.comeet-outer-wrapper .comeet-position-location {
	font-size: 22px !important;
    line-height: 32px !important;
    font-weight: 500 !important;
    color: #686b77 !important;
    padding-left: 30px;
    background: url(https://gobrowsi.com/wp-content/themes/Avada-Child-Theme/assets/images/location.png) no-repeat left center;
    background-size: 20px;
}
.comeet-outer-wrapper .comeet-position-info h4,
.comeet-outer-wrapper .comeet-position-info p strong {
	font-size: 22px !important;
    line-height: 32px !important;
	font-weight: 600;
	color: #161616;
	margin-bottom: 20px;
}
.comeet-outer-wrapper .comeet-position-info p {
	font-size: 16px;
    line-height: 26px;
	color: #767676;
}


.comeet_careers_lobby .comeet-positions-list {
	display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.comeet_careers_lobby .comeet-positions-list li {
    width: 30%;
    margin-right: 3%;
}
.comeet_careers_lobby .comeet-positions-list li:nth-child(3n) {
	margin-right: 0 !important;
}
.comeet_careers_lobby .comeet-positions-list .comeet-position {
    border: none !important;
    box-shadow: none !important;
    width: 100% !important;
    height: 131px;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
    border-radius: 3px !important;
    background-color: #f7f7f7;
    padding: 20px 30px !important;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.comeet_careers_lobby .comeet-positions-list li:nth-child(3n) {
	margin-right: 0 !important;
}
.comeet_careers_lobby .comeet-positions-list .comeet-position:hover {
	box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.1) !important;
}
.comeet_careers_lobby .comeet-position-name {
	font-size: 22px !important;
    line-height: 32px !important;
    font-weight: 600 !important;
    color: #12141c !important;
    text-decoration: none;
}
.comeet_careers_lobby .comeet-position-meta {
    position: relative;
    font-size: 16px !important;
    line-height: 18px !important;
    color: #6a6a6a !important;
    padding-left: 22px;
    background: url(https://gobrowsi.com/wp-content/themes/Avada-Child-Theme/assets/images/location.png) no-repeat left center;
    background-size: 14px;
}
.comeet_careers_lobby .comeet-position-meta:after {
    position: absolute;
    right: 0;
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    line-height: 18px;
	font-weight: 700;
    color: #0959db;
    vertical-align: bottom;
}


@media only screen and (max-width: 1280px) {
	.comeet-outer-wrapper:not(.comeet_careers_lobby .comeet-outer-wrapper)  {
		max-width: 630px;
		margin: auto;
	}
}

@media only screen and (max-width: 1023px) {
	
	.careers_positions_section .search_bar {
		padding-bottom: 0;
	}
	.search_bar .search_form .filter-dropdown .dropmenu-item-label {
		display: block;
		margin: 17px 0 30px;
	}
	.search_bar .search_form .filter-dropdown .dropmenu-list {
		top: 80px;
	}
	
	.comeet_careers_lobby .comeet-positions-list li {
		width: 48%;
		margin-right: 4%;
	}
	.comeet_careers_lobby .comeet-positions-list li:nth-child(2n) {
		margin-right: 0 !important;
	}
}

@media only screen and (max-width: 768px) {
	
	.search_bar .search_form .filter-dropdown .dropmenu-list {
		width: 100%;
	}
	
	.careers_positions_section .box_list .box {
		width: 100%;
		height: auto;
		min-height: 120px;
		padding: 20px;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.careers_positions_section .box_list .box .text {
		min-height: auto;
	}
	.careers_positions_section .box_list .box .text a {
		font-size: 22px;
		line-height: 30px;
	}
	.careers_positions_section .box_list .box .location h3 {
	    font-size: 16px;
		padding-left: 25px;
	}
	.comeet_careers_lobby .comeet-positions-list li {
		width: 100%;
		margin-right: 0;
	}
}
	
@media only screen and (max-width: 620px) {
	.search_bar .search_form .filter-dropdown, 
	.search_bar .search_form .filter-dropdown .dropmenu-item-label {
		width: 100%;
	}
}


/* ================Blog Articles================ */


.related_articles,
.blog-list-items,
.case-study-list-items {
	max-width: 1060px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.related_articles {
	padding-bottom: 75px;
}
.blog_posts_item {
    width: 30%;
    max-width: 420px;
	height: max-content;
    border-radius: 4px;
    border: solid 1px rgba(195, 198, 207, 0.5);
    background-color: #ffffff;
	overflow: hidden;
}
.blog_posts_item:not(:last-child) {
	margin-right: 20px;
}
.blog_posts_item a {
	text-decoration: none;
	color: #686b77;
}
.blog_post_item_image {
    width: 100%;
    height: 100%;
    position: relative;
	transition: all .3s ease;
}
.blog_post_item_image:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #161616;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.blog_posts_item:hover .blog_post_item_image:before {
	opacity: 0.3;
}
.blog_post_item_image img {
	height: 147px;
	object-fit: cover;
}
.blog_post_item_info {
    padding: 25px;
}
.blog_post_item_category p {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
	font-weight: 400;
    color: #686b77;
}
.blog_post_item_category p:first-child {
	font-weight: 600;
}
.blog_post_item_category .separator {
	padding: 0 5px;
}
.blog_post_item_title {
	font-size: 16px;
    line-height: 24px;
	color: #12141c;
}
.blog_posts_item:hover .blog_post_item_title {
	color: #2C52DB;
}
.blog_post_item_title p {
	min-height: 4.5em;
    margin-bottom: 15px;
}
.blog_post_item_content {
	font-size: 12px;
    line-height: 18px;
	color: #686b77;
}
.blog_post_item_content p {
	min-height: 5em;
    margin-bottom: 15px;
}
.blog_post_item_author_avatar,
.blog_post_item_author_info {
	display: inline-block;
    vertical-align: middle;
    margin: 0px 10px 10px 0;
}
.blog_post_item_author_avatar {
    margin-right: 17px;
}
.blog_post_item_author_info p {
    font-family: 'Poppins';
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}
.blog_post_item_author_info .author_name {
	font-weight: 600;
	
}
.blog_post_item_author_info p {
    margin-bottom: 0px!important;
}

/* @media screen and (max-width: 1280px) { 
	
	.blog_post_item_title {
		font-size: 18px;
		line-height: 26px;
	}
	.blog_post_item_content {
		font-size: 16px;
		line-height: 24px;
	}
	
} */

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


	.related_articles {
		flex-flow: column;
	}
	.related_articles .blog_posts_item {
		width: 100%;
		max-width: none;
	}
	.related_articles .blog_posts_item:not(:last-child) {
		margin-bottom: 20px;
		margin-right: 0;
	}
	.related_articles .blog_posts_item_wrapper {
		display: flex;
	}
	.related_articles .blog_post_item_image, .related_articles .blog_post_item_info {
		width: 50%;
	}
	.related_articles .blog_post_item_image img {
		height: 100%;
	}
	.blog_post_item_title p,
	.blog_post_item_content p {
		min-height: unset;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 768px) {
	.related_articles {
		padding-bottom: 25px;
	}
	.blog_articles {
		padding-bottom: 40px;
	}
	.blog_posts_item {
		display: block;
		width: 305px;
		max-width: none;
	}
	
	.blog_post_item_title p,
	.blog_post_item_content p {
		min-height: unset;
	}
	.blog_post_item_image img {
   		height: 187px;
	}
}

.blog_posts_section .search_bar {
	position: relative;
	padding-bottom: 30px;
	z-index: 1;
}
.blog_posts_section .search_bar:before {
	content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: 1px;
    background-color: #dfdfdf;
    transform: translateX(-50%);
}
.blog_posts_section .search_bar .search_form {
	width: 100%;
}
.blog_posts_section .blog_lobby_wrapper {
	margin-top: 70px;
}
.blog-list-items .blog_posts_item {
    width: 29%;
	max-width: unset;
    margin-right: 3%;
	margin-bottom: 50px;
}

@media screen and (max-width: 1280px) {
	
.blog-list-items .blog_posts_item {
    width: 28%;
    margin-right: 2%;
}
}

/* ================Case Study Articles================ */

.case_study_posts_item {
	width: 30%;
    max-width: 420px;
    height: 420px;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 25px;
}
.case_study_posts_item_wrapper {
    height: 100%;
    width: 100%;
    position: relative;
	border-radius: 4px;
    overflow: hidden;
}
.case_study_post_item_image, .case_study_post_item_image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
}
.case_study_post_item_info {
    z-index: 99;
    position: relative;
    height: 100%;
    padding: 20px 30px;
    display: flex;
    flex-flow: column;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000000);
}
.case_study_post_item_logo {
    margin-top: auto;
	margin-bottom: 20px;
}
.case_study_post_item_logo img {
    max-width: 200px;
    max-height: 35px;
}
.case_study_post_item_title p {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}
.case_study_post_item_category .industry,
.case_study_post_item_category .location,
.case_study_post_item_category .company_size {
    position: relative;
	display: inline-block;
	font-size: 14px;
    line-height: 22px;
    color: #fff;
    padding-left: 25px;
    margin-bottom: 0;
    white-space: nowrap;
}
.case_study_post_item_category .industry:before,
.case_study_post_item_category .location:before,
.case_study_post_item_category .company_size:before {
    position: absolute;
    content: '';
    background-image: url(https://gobrowsi.com/wp-content/themes/Avada-Child-Theme/assets/images/icon-industry.png);
    width: 15px;
    height: 22px;
    background-repeat: no-repeat;
	background-position: 50% 50%;
    background-size: contain;
    left: 0;
    filter: brightness(100);
}
.case_study_post_item_category .location:before {
    background-image: url(https://gobrowsi.com/wp-content/themes/Avada-Child-Theme/assets/images/icon-location.png);
}
.case_study_post_item_category .company_size:before {
    background-image: url(https://gobrowsi.com/wp-content/themes/Avada-Child-Theme/assets/images/icon-company-size.png);
}
.case_study_post_item_category .industry:after,
.case_study_post_item_category .location:after {
    content: '|';
    font-size: 13px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.4);
    padding-left: 10px;
    padding-right: 10px;
}


/* @media screen and (max-width: 1280px) { */
	.case_study_posts_item {
		max-width: 336px;
		height: 336px;
	}
	.case_study_post_item_info {
		padding: 20px 25px;
	}
	.case_study_post_item_title p {
		font-size: 18px;
		line-height: 26px;
	}
	.case_study_post_item_category .location:after {
    	content: '';
	}
	.case_study_post_item_category .company_size {
		display: inline-block;
	}
	
/* } */

@media screen and (max-width: 1024px) {
	.case_study_posts_item {
		max-width: 305px;
		height: 305px;
	}
}
@media screen and (max-width: 767px) {
	.case_study_posts_item {
		width: 305px;
	}
}

/* ================Join Newsletter================ */

.join_newsletter .fusion-text {
    margin-right: 15%;
}
.join_newsletter .fusion-form .fusion-text {
    display: none;
}
.join_newsletter .fusion-form-53 input:not([type="submit"]),
.join_newsletter .fusion-form-53 select {
    background-color: #4e6dda!important;
}
.join_newsletter .fusion-form-53 input:not([type="submit"]):focus,
.join_newsletter .fusion-form-53 input:not([type="submit"]):hover {
    background-color: #31333f!important;
}
.join_newsletter h2 {
	font-size: 32px !important;
	line-height: 42px !important;
}
.join_newsletter .fusion-text p {
	font-size: 14px !important;
	line-height: 24px !important;
}

@media screen and (max-width: 1280px) {
	.join_newsletter h2 {
		font-size: 32px !important;
		line-height: 42px !important;
	}
	.join_newsletter .fusion-text p {
		font-size: 14px !important;
		line-height: 24px !important;
    }
}

@media screen and (max-width: 767px) {
	.join_newsletter .fusion-title h2 {
        font-size: 34px !important;
        line-height: 46px !important;
    }
    .join_newsletter .fusion-text p {
        font-size: 18px !important;
        margin-bottom: 0;
    }
}

/* ================Page 404================ */
#post-404page {
    padding-top: 30px;
	padding-bottom: 100px;
}
#post-404page .post-content {
    text-align: center;
}
#post-404page .post-content h2 {
    text-align: center;
	font-size: 32px;
	line-height: 42px;
	font-weight: 800;
	color: #12141c;
}
.error-page .home_button {
	margin: 50px auto 30px;
}
.error-page .home_button_link {
	background: #2c52db;
    border-radius: 3px;
	padding: 14px 22px;
}
.error-page .home_button_link:hover {
	background: #182d7b;
}
.error-page .home_button_text {
	font-family: 'Poppins';
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	color: #fff;
}