/*
Theme Name: ContentFirst Marketing
Theme URI: https://contentfirst.marketing/
Author: Contentfirst Marketing
Author URI: https://contentfirst.marketing/
Description: ContentFirst Marketing is clean, blog & focused, and designed for clarity. It is simple, straightforward typography is readable on a wide variety of screen sizes. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0
Tested up to: 6.2
Requires PHP: 5.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: c1m
*/
.footer_content_wrapper {
	text-align: center;
	display: block;
	text-transform: uppercase;
}
.footer_content_wrapper a {
	text-decoration: none;
}
.c1m_footer-content a {
	color: #fff;
}
.video-content {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start;
}

.video-archive {
  padding: 25px 0;
}

.video-thumbnail {
	width: 40%;
}

.video-thumbnail a {
	width: 100%;
}

.video-thumbnail img {
	width: 100% !important;
	height: auto !important;
	max-width: 100%;
}

.video-description {
	width: 56%;
}

.video-description a.site_cta {
	margin-top: 15px;
	font-size: 14px !important;
}

.single-cfm_videos .cla_single-post-img img {
	-webkit-transform: unset !important;
	transform: unset !important;
	height: auto;
	-o-object-fit: unset;
	object-fit: unset;
}

.cla_single-post-content .video-embed {
	text-align: center;
	background: #ECFAFF;
	max-height: 315px;
}

.pagination>li {
	display: inline-block;
}

.page-numbers {
	background: #197FC4 !important;
	color: #ffffff !important;
	margin: 3px !important;
	padding: 7px 15px;
	display: inline-block;
}

.page-numbers.current,
.page-numbers:hover {
	background: #1E297C !important;
}

.video-description a.site_cta {
  background: #197FC4 !important;
  color: #fff !important;
  display: inline-block !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  padding: 15px 30px !important;
  border-radius: 2px !important;
  letter-spacing: 1px !important;
  -webkit-transition: all 0.3s linear !important;
  transition: all 0.3s linear !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-transform: uppercase !important;
}

.b2bWrapperUpdate {
  padding: 50px 20px 20px 20px !important;
}

.b2bWrapperUpdate input[type="text"], .b2bWrapperUpdate input[type="email"] {
	background: #fff !important;
}

.b2b_report_content {
	color: #fff !important;
}
.b2b_report_content .gfield--width-half {
	width: 100%;
}

.b2b_report_content .gform_footer {
	text-align: left;
}

.b2b_report_content .gform_footer .button {
	background: #187FC4;
}

.b2bWrapperUpdate .gform_footer {
	padding-top: 0 !important;
}

.b2b_form_wrapper .gfield_checkbox input {
	height: auto !important;
}

.b2b_form_wrapper .gfield_checkbox label {
	color: #ffffff;
}

.b2b_form_wrapper .gfield_description {
	padding: 0 !important;
	color: #ffffff;
	font-weight: 700;
}

.b2b_img img {
	max-width: 100%;
}

.b2b_report_content .gfield_checkbox input {
	height: auto !important;
}

.b2b_report_content .gfield_description {
	padding: 0 !important;
}

.b2b_report_wrapper {
	padding: 50px 0 20px 0;
	background: #29ABE2;
}
.b2b_report_wrapper .modal-content {
	color: #000;
}

.b2b_report_content h4, .b2b_report_content h2 {
	color: #fff !important;
}

/* vc card addon */
.pix_cus_addon_wrapper {
	border: 1px solid #186fc3;
	border-radius: 14px;
	text-align: center;
	padding: 30px 15px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 30px;
}

.pix_cus_addon_wrapper .pix_addon_img {
	margin-bottom: 20px;
}

.pix_cus_addon_wrapper .pix_addon_title {
	font-size: 20px !important;
	line-height: 1.2;
	margin-bottom: 10px;
}

.pix_cus_addon_wrapper .pix_addon_hover_content {
	position: absolute;
	background: #186fc3;
	top: 0;
	left: 0;
	border-radius: 14px;
	padding: 30px 15px;
	z-index: 11;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.pix_cus_addon_wrapper .pix_addon_hover_content p {
	color: #ffffff;
	font-size: 14px;
}

.pix_cus_addon_wrapper .pix_addon_hover_content ul li {
	color: #fff;
	font-size: 16px;
}

.pix_cus_addon_wrapper .pix_addon_hover_content .cla_cta-btn {
	padding: 10px 15px !important;
	font-size: 12px !important;
	max-width: 100px;
	margin: 0 auto;
	background: #CE772A !important;
}

.pix_cus_addon_wrapper .pix_addon_hover_content .cla_cta-btn:hover,
.pix_cus_addon_wrapper .pix_addon_hover_content .cla_cta-btn:focus {
	background: #1a3e60 !important;
}

.pix_cus_addon_wrapper:hover .pix_addon_hover_content {
	opacity: 1;
	visibility: visible;
}

/* Budgeting css */
.contentfirst_budgeting .slider-group {
	margin-bottom: 35px;
}

#b2c_percentage .custom-handle,
.b2c_percentage .ui-state-default {
	background: #5f8e00 !important;
}

#b2b_percentage .custom-handle,
.b2b_percentage .ui-state-default {
	background: #1a7ec4 !important;
}

.custom-handle {
	width: 35px !important;
	height: 30px !important;
	top: -12px !important;
	text-align: center;
	color: #ffffff !important;
	border: none !important;
	font-size: 18px;
	line-height: 30px;
	margin-left: -15px !important;
}

.calculation-result .table,
.calculation-result-plan .table {
	background: none !important;
}

.calculation-result .table thead,
.calculation-result-plan .table thead {
	background: #197FC4;
}

.calculation-result .table tbody,
.calculation-result-plan .table tbody {
	background: #f9fdff;
	color: #333333;
}

.calculation-result .table tbody tr td:first-child,
.calculation-result-plan .table tbody tr td:first-child {
	font-weight: 600;
	padding-left: 25px;
}

.calculation-result .table thead th,
.calculation-result-plan .table thead th {
	border-bottom-width: 1px;
}

.calculation-result .table tbody tr:nth-child(even),
.calculation-result-plan .table tbody tr:nth-child(even) {
	background: #f1f9fd;
}

.calculation-result-plan {
	margin-bottom: 30px;
}

#contentfirst_budgeting {
	padding: 60px 0 60px 0 !important;
}

#contentfirst_budgeting input {
	border: 1px solid #dddddd;
	border-radius: 2px;
	box-shadow: none !important;
	outline: none !important;
	font-size: 16px !important;
	line-height: 1.3 !important;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#contentfirst_budgeting input:focus {
	border-color: #1072BB;
}

#contentfirst_budgeting .site_cta {
	border: none !important;
	cursor: pointer;
	margin-top: 25px;
}

#gform_confirmation_message_12 {
	font-size: 18px;
	padding-bottom: 10px;
	text-align: center;
}

.access-code-form {
	padding: 10px 30px;
}

.budgeting_info_box {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	background: #E9F9FF;
	padding: 30px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
	border: 1px solid #efefef;
	border-radius: 5px;
	-webkit-box-align: center;
	align-items: center;
}

.budgeting_info_content h2 {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0;
}

.budgeting_info_content p {
	margin: 0;
}

.budgeting_info_box .site_cta {
	box-sizing: unset !important;
	cursor: pointer;
	border: none !important;
}

.access_code_form_wrapper input {
	height: 55px !important;
	border: 1px solid #efefef !important;
	padding: 15px 30px !important;
	margin: 2px 0 !important;
	display: inline-block !important;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02) !important;
}

.access_code_form_wrapper {
	background: #E9F9FF;
}

.access_code_form_wrapper input:focus {
	border-color: #1776BD !important;
}

.access_code_form_wrapper input.site_cta {
	padding: 16px 30px !important;
	border-radius: 4px !important;
	font-weight: 700 !important;
	font-size: 16px !important;
}

.fa-loader {
	display: inline-block;
	padding-left: 20px;
}

.calculation-result h2 {
	font-size: 35px;
	color: #29abe2;
	line-height: 1.4;
	text-align: center
}

.site_cta a, a.site_cta, .site_cta input, input.site_cta, .site_cta button, button.site_cta
{
  background: #197FC4 !important;
  color: #fff !important;
  display: inline-block !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  padding: 15px 30px !important;
  border-radius: 2px !important;
  letter-spacing: 1px !important;
  -webkit-transition: all 0.3s linear !important;
  transition: all 0.3s linear !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-transform: uppercase !important;
}


#b2b_percentage label,
#b2c_percentage label {
	position: absolute;
	width: 20px;
	margin-top: 20px;
	margin-left: -10px;
	text-align: center;
}

#b2c_percentage label {
	color: #5f8d00;
}

#b2b_percentage label {
	color: #1a7ec4;
}

#b2b_percentage {
	border: 1px solid #1a7ec4;
	background: #acddf3;
}

#b2c_percentage {
	border: 1px solid #7ebc00;
	background: #ddf9a4;
}

.budget-access-code {
	color: blue;
	cursor: pointer;
}

.access_code_error {
	padding-top: 20px;
}

.recent_work_box {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}



.recent_work_img {
	width: 35%;
}

.recent_work_details {
	width: 65%;
	padding-left: 20px;
}

@media(max-width: 767px) {
	.recent_work_box {
		flex-direction: column;
		gap: 10px !important;
	}
	
	.recent_work_img, .recent_work_details {
    	width: 100%;
		padding-left: 0 !important;
	}
	
	.recent_work_title {
		font-size: 28px !important;
	}
}

.recent_work_wrapper {
	padding: 30px 0;
}

.recent_work_img a {
	overflow: hidden;
	display: block !important;
}

.recent_work_img a img {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	height: 240px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	object-position: top;
}

.recent_work_box:hover .recent_work_img a img {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.recent_work_title a {
	color: #1072BB;
}

.recent_work_box:hover .recent_work_title a {
	color: #2AAAE0;
}

.recent_work_details p {
	margin: 0 0 30px;
}

.recent_work_details .site_cta {
	float: left;
}
.gform_wrapper .gform_submission_error {
	font-size: 16px !important;
}
.gform_wrapper .gform_submission_error span {
	display: none !important;
}
#gform_wrapper_13 .gform_submission_error {
	color: red !important;
}

.post-thumbnail-cf img {
	border: 1px solid #ccc;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    margin: 20px 0;
}

#field_10_61 > label
{
  display: block !important;
}

.c1m_footer-content .footer_social i {
	padding: 8px;
}
.gform-subscribe #field_2_1, .gform-subscribe #field_2_3 {
	width: 100% !important;
}
.career-btn {
	display: block;
	width: 200px;
	text-align: center;
}

.scriptlesssocialsharing__heading {
	font-size: 1.5rem !important;
}

@media (max-width: 991px) {
	.video-content {
		display: block;
	}
	.video-thumbnail,
	.video-description {
		width: 100%;
	}
	.video-thumbnail {
		margin: 0 0 25px;
	}
}

@media (max-width: 576px) {
  .video-description a.site_cta {
    margin-top: 0;
  }
}

.page-hero-section {
	position: relative;
}

.page-hero-section:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 100%;
    height: 10px;
    z-index: 22;
    bottom: -5px;
}



/* Event Page */
.bg-overlay {
	position: relative;
}
	
.bg-overlay:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
	
	
.event-box {
  min-height: 130px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 0;
}	
	
.event-box .content {
	margin-bottom: 0;
}

.content-mb-0 {
    min-height: 290px;
}

.content-mb-0 .content {
   margin-bottom: 0 !important;
  
}

.title-bold {
    font-weight: 700;
    margin-bottom: 15px;
}


.testimonial-item {
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 35px rgba(0, 113, 189, 0.4)!important;
}

.border-bottom-none {
    border-bottom: 0 !important;
}

.form-shadow {
     box-shadow: 0px 0px 35px rgba(0, 113, 189, 0.4)!important;
    padding: 30px;
    border-radius: 20px;
}

.overlay-text {
    position: relative;
}


.overlay-text .section_heading_wrapper {
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
}

.overlay-text .section_heading_wrapper .content, .overlay-text .section_heading_wrapper .content p {
    margin-bottom: 0;
}

.event-box .content {
    margin-bottom: 0 !important;
}

.event-box p {
    font-size: 14px !important;
    margin-bottom: 0 !important;
}




/* Event Box */
.cam-event-calendar-box-header {
	border-radius: 15px 15px 0px 0px;
	background: linear-gradient(180deg, #2baae3 0, #0072bd 100%);
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	padding: 15px 0;

}

.cam-event-calendar-box {
	background: #fff;
	padding-bottom: 20px;
	min-height: 308px;
}

/* .cam-event-calendar-box-top {
	border-radius: 15px 15px 0px 0px;
	margin-bottom: 15px;
} */

.cam-event-calendar-box-date-wrapper {
	padding: 30px 15px 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 15px;
}



.cam-event-calendar-box-date {
	color: #000;
	text-align: center;
	font-family: 'Avenir', sans-serif;
	font-size: 56px;
	font-weight: 900;
	line-height: 40px; /* 80% */
}

.cam-event-calendar-box-day {
	text-align: center;
	font-weight: 900;
	color: #747474;
	font-size: 20px;
}

.cam-event-calendar-box-content {
    padding: 0 15px;
    text-align: center;
}

.cam-event-calendar-box-title {
	font-size: 20px;
	font-weight: 700;
	color: #000;
}
#gform_wrapper_5 {
	display: block !important;
}