
/*
Theme Name:  go-seo
Theme URI:   https://go-seo.com
Description: GO-SEO provides SEO (search engine optimization) to increase your company's visibility.
Version:     1.0.0
Author:      GO-SEO
Author URI:  https://www.go-seo.com/
Template:    Divi
------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/* ------------------------------------------------------------------- */

/**** Faq BJD VERSION - Simplified & Corrected *****/

/* ------------------------------------------------------------------- */

/* Base toggle container styles */
.bjd_faq .et_pb_toggle {
	border: none;
	box-shadow: none;
	border-radius: 0;
	/* padding: 0 0 15px 0; */
	
	/* margin-bottom: 15px !important; */
	border-bottom: 1px #888 solid !important;
	background-color: #f8fafc;
}

/* Base title styles (applies to both open and closed) */
.bjd_faq .et_pb_toggle h4.et_pb_toggle_title {
	display: block;
	font-size: 18px;
	font-weight: 400 !important;
	/* line-height: 24px; */
	background-color: #f8fafc !important;
	color: #333 !important;
	border: none;
	padding: 1px 20px 1px 55px !important;
	position: relative;
	transition: all .3s ease 0s !important;
}

/* OPEN state title - make bold */
.bjd_faq .et_pb_toggle.et_pb_toggle_open h4.et_pb_toggle_title {
	font-weight: 600 !important;
}

/* Base icon styles (applies to both states) */
.bjd_faq .et_pb_toggle h4.et_pb_toggle_title:before {
	font-weight: 400;
	font-size: 18px;
	position: absolute;
	color: #333 !important;
	display: block;
	left: 15px;
	transition: all .3s ease 0s;
}

/* CLOSED state icon - Plus symbol */
.bjd_faq .et_pb_toggle.et_pb_toggle_close h4.et_pb_toggle_title:before {
	content: "L" !important;
}

/* OPEN state icon - Arrow/checkmark symbol */
.bjd_faq .et_pb_toggle.et_pb_toggle_open h4.et_pb_toggle_title:before {
	content: "$" !important;
}

/* Toggle content body when opened */
.bjd_faq .et_pb_toggle .et_pb_toggle_content {
	font-size: 18px !important;
	color: #333 !important;
	line-height: 1.4em;
	border-top: none;
	padding: 14px 60px 14px 70px;
	margin-top: 0px !important;
	font-weight: 400 !important;
}

/* ----------------------------------------- */

/** General **/

/* ----------------------------------------- */
header .et_builder_inner_content {
	z-index: 2 !important;
}

/**Apply for all blurb icon*/
.dct_icon.bg .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color: #fff;
}

/** Contact   **/
.dct_blurb_cnt {}

.dct_blurb_cnt .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color: #fff;
	background: var(--color-1);
	padding: 10px;
	border-radius: 50%;
	font-size: 25px;
}

/* =======================
    Landing
=========================*/

/** IMAGE GRID**/
.dct_ld_blurb .et_pb_blurb_content .et_pb_blurb_container {
	vertical-align: middle;
	padding-left: 0;
}

.dct_product_item {
	position: relative;
	z-index: 1;
}

.dct_product_item .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
	position: relative;
}

.dct_product_item .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
	overflow: visible;
}

.dct_product_item .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	background: rgba(255, 255, 255, .9);
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	border-radius: 10px 10px 10px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.dct_product_item:hover .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before {
	opacity: 1;
}

.dct_product_item .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image img {
	-webkit-box-shadow: 7px 5px 30px rgba(0, 0, 0, .12);
	-moz-box-shadow: 7px 5px 30px rgba(0, 0, 0, .12);
	box-shadow: 7px 5px 30px rgba(0, 0, 0, .12);
	height: auto;
	max-width: 100%;
	border: none;
	border-radius: 10px 10px 10px 10px;
}

.dct_product_item .et_pb_button_module_wrapper .et_pb_button {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	white-space: nowrap;
}

.dct_product_item:hover .et_pb_button_module_wrapper .et_pb_button {
	opacity: 1;
}

/*** GENERAL ****/
.dct-et-image-animate .et_pb_image_wrap-wrapper {
	position: relative;
	line-height: 0;
	display: block;
	width: inherit;
	max-width: 100%;
	height: inherit;
	max-height: 100%;
	width: 100%;
}

.dct-et-image-animate .et_pb_image_wrap-wrapper img {
	pointer-events: none;
}

.dct-et-image-animate .et_pb_image_wrap-wrapper:not(:first-child) {
	position: absolute;
	left: 0;
	top: 0;
}

/*** Sidebar ****/
.dct_icon_rd .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color: var(--color-1);
	background: #fff;
	font-size: 25px;
	padding: 14px;
	border-radius: 50%;
}

#dct_side_bar .close_scroll_slide_in .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	background: var(--color-1);
	color: #30d95a;
	padding: 10px;
	border-radius: 50%;
	font-size: 30px;
	-webkit-transition: .45s ease-in-out;
	-o-transition: .45s ease-in-out;
	-moz-transition: .45s ease-in-out;
	transition: .45s ease-in-out;
}

#dct_side_bar .close_scroll_slide_in .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon:hover {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

/*** General ****/
.dct_icon .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color: var(--color-1);
}

.dct_col_bg .et_pb_text {
	margin-bottom: 0px !important;
}

.dct_col_bg:hover .et_pb_text {
	color: #fff;
}

/**=== BASICS ===**/
.dct_blurb {
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	background: #fff;
	-moz-transition: .5s;
	transition: .5s;
}

.dct_blurb:hover {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}

.dct_blurb .et_pb_button {
	color: var(--color-1);
	position: relative;
	z-index: 1;
	font-weight: 700;
	text-align: center;
}

.dct_blurb .et_pb_button:before, .dct_blurb .et_pb_button:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 3px;
	width: 20px;
	display: block;
	opacity: 1;
	margin: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: var(--color-1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.dct_blurb .et_pb_button:after {
	left: initial;
	right: 0;
	width: 0;
}

.dct_blurb:hover .et_pb_button:after {
	width: 20px;
	background-color: #8e6de2;
}

.dct_blurb:hover .et_pb_button:before {
	width: 0;
}

.dct_blurb .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	position: relative;
	z-index: 1;
	font-size: 20px;
	padding-bottom: 6px;
	line-height: 1.5;
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	font-weight: 700;
}

.dct_blurb:hover .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	color: var(--color-1);
}

/* Template-Options */

/*------------------------------------------------------- Template-Options -------------------------------------------*/
.template-options .theme_option_bar:before {
	font-size: 22px;
	content: "";
	cursor: pointer;
	color: #000;
	font-family: ETmodules !important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
}

.template-options.opened .theme_option_bar:before {
	content: "M";
	font-size: 32px;
}

.template-options {
	position: fixed;
	top: 130px;
	right: -200px;
	width: 200px;
	background: #fff;
	-webkit-transition: right .4s;
	transition: right .4s;
	z-index: 9999999;
}

.template-options.opened {
	right: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	z-index: 9999999;
}

.option-section {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;
}

.option-section:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.option-section h4 {
	color: #333;
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.option-section .checkbox {
	margin-bottom: 0;
}

.options-inner {
	position: relative;
	padding: 20px;
}

.cl-toggler {
	position: absolute;
	top: 0;
	left: -48px;
	display: inline-block;
	background: #fff;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 24px;
	color: #000;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.cl-toggler i {
	font-size: 20px;
}

.cl-toggler:hover {
	color: #000;
}

.cl-bg-images, .cl-presets {
	list-style: none;
	padding: 0;
	margin: -5px;
}

.cl-bg-images li, .cl-presets li {
	display: block;
	float: left;
	margin: 5px;
}

.cl-bg-images li a, .cl-presets li a {
	display: block;
	width: 42px;
	height: 42px;
	border-radius: 2px;
	float: left;
}

.cl-bg-images li a img {
	width: 100%;
}

.cl-bg-images li.active a {
	border: 3px solid #22b8f0;
}

.cl-presets li.active a {
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .2) inset;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .2) inset;
}

.switcher-style-list {
	list-style: none;
	overflow: hidden;
}

.switcher-style-list li {
	float: left;
	margin: 2px;
}

.switcher-style-list li a {
	display: block;
	width: 16px;
	height: 15px;
	cursor: pointer;
	background-size: cover;
}

#switcher-theme-custom-color.switcher-style-list li a {
	width: 80px;
	height: 40px;
	border: 2px solid #444;
	position: relative;
}

#switcher-theme-custom-color.switcher-style-list li a .color {
	width: 50%;
	height: 100%;
	float: left;
	background-color: #eee;
}

#switcher-theme-custom-color.switcher-style-list li.active a:after {
	color: #ddd;
	content: "";
	font-family: ETmodules !important;
	font-size: 16px;
	left: 40%;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 15%;
}

.layout select {
	width: 100%;
	padding: 5px;
	border: none;
	margin: 0 0 0 -5px;
	color: #666;
	cursor: pointer;
}

@media (max-width: 980px) {
	.template-options {
		top: 150px;
		width: 100px;
		right: -100px;
	}
	
	.cl-bg-images li a, .cl-presets li a {
		width: 25px;
		height: 25px;
	}
	
	#switcher-theme-custom-color.switcher-style-list li a {
		width: 65px;
		height: 25px;
	}
	
	#switcher-theme-custom-color.switcher-style-list li.active a::after {
		top: 0px;
	}
}

@media only screen and (max-width: 768px) {
	#switcher-menu-primary-color, #switcher-menu-secondary-color {
		display: none;
	}
}

/*** Bar ***/
.dct_bar li {
	margin-bottom: 25px;
}

.dct_bar li .et_pb_counter_container {
	height: 2px;
	background-color: #ccd4eb;
	border-radius: 3.5px 3.5px 3.5px 3.5px !important;
	display: block;
	position: relative;
	overflow: visible;
	z-index: 0;
	width: 100%;
	-webkit-border-radius: unset;
	-moz-border-radius: unset;
	border-radius: unset;
	-webkit-transition: inherit;
	-o-transition: inherit;
	-moz-transition: inherit;
	transition: inherit;
}

.dct_bar li .et_pb_counter_container .et_pb_counter_amount {
	height: 7px;
	border-radius: 3.5px 3.5px 3.5px 3.5px;
	background-color: var(--color-1);
	box-shadow: 19px 13px 32px 0px rgba(66, 202, 252, .42);
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-245%);
	-moz-transform: translateY(-245%);
	-ms-transform: translateY(-245%);
	-o-transform: translateY(-245%);
	transform: translateY(-245%);
}

.dct_bar li .et_pb_counter_container .et_pb_counter_amount .et_pb_counter_amount_number {
	color: #000;
	position: absolute;
	right: 0;
	display: block;
	top: -25px;
}

/*** Process ***/
.dct_blurb_process .dct_info {
	margin-top: -160px;
}

/* sets color of slight shadow around central icon */
.dct_blurb_process .dct_info .et_pb_blurb_content .et_pb_main_blurb_image {
	box-shadow: 19px 13px 32px 0px rgba(26, 54, 93, .2);
	position: relative;
	z-index: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	line-height: 117px;
	text-align: center;
}

/* sets color for center circle spinner with icon */
.dct_blurb_process .dct_info .et_pb_blurb_content .et_pb_main_blurb_image:before {
	background-color: #1a365d !important;
}

.dct_blurb_process .dct_info .et_pb_blurb_content .et_pb_main_blurb_image:before, .dct_blurb_process .dct_info .et_pb_blurb_content .et_pb_main_blurb_image:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.dct_blurb_process .dct_info .et_pb_blurb_content .et_pb_main_blurb_image:after {
	background-color: #2d5aa0;
	/* background-image: linear-gradient(90deg, var(--color-1) 30%, var(--color-2) 100%); */
	opacity: 0;
}

.dct_blurb_process:hover .dct_info .et_pb_blurb_content .et_pb_main_blurb_image:after {
	opacity: 1;
}

.dct_blurb_process .dct_info .et_pb_blurb_content .et_pb_blurb_container {
	padding-top: 50px;
}

.dct_blurb_process .dct_round .et_pb_blurb_content {
	width: 180px;
	height: 180px;
	line-height: 180px;
	padding: 30px 30px 30px 30px;
	border-width: 2px 2px 2px 2px;
	border-style: dashed;
	border-color: #cbd2e4;
	position: relative;
	z-index: 1;
	line-height: 110px;
	font-size: 45px;
	border: 2px dashed #cbd2e4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}

.dct_blurb_process .dct_round .et_pb_blurb_content .et_pb_main_blurb_image {
	content: "";
	width: 127px;
	height: 127px;
	left: 24.5px;
	line-height: 110px;
	top: 24.5px;
	-webkit-animation-name: service_circle_270;
	-moz-animation-name: service_circle_270;
	-o-animation-name: service_circle_270;
	animation-name: service_circle_270;
	position: absolute;
	z-index: -1;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-o-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}

.dct_blurb_process:hover .dct_round .et_pb_blurb_content .et_pb_main_blurb_image {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

/* styles circle that moves around central icon */
.dct_blurb_process .dct_round .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap:before {
	content: "";
	background-color: #2d5aa0;
	/* primary-medium */
	width: 16px;
	display: block;
	height: 16px;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@-webkit-keyframes service_circle_270 {
	0% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	
	100% {
		-webkit-transform: rotate(-webkit-calc(1turn + 270deg));
		transform: rotate(calc(1turn + 270deg));
	}
}

@-moz-keyframes service_circle_270 {
	0% {
		-moz-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	
	100% {
		-moz-transform: rotate(-moz-calc(1turn + 270deg));
		transform: rotate(calc(1turn + 270deg));
	}
}

@-o-keyframes service_circle_270 {
	0% {
		-o-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	
	100% {
		-o-transform: rotate(calc(1turn + 270deg));
		transform: rotate(calc(1turn + 270deg));
	}
}

@keyframes service_circle_270 {
	0% {
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	
	100% {
		-webkit-transform: rotate(-webkit-calc(1turn + 270deg));
		-moz-transform: rotate(-moz-calc(1turn + 270deg));
		-o-transform: rotate(calc(1turn + 270deg));
		transform: rotate(calc(1turn + 270deg));
	}
}

@media only screen and (max-width : 980px) {
	.dct_blurb_process {
		margin-bottom: 50px !important;
	}
}

/*** Blogs ***/
.dct_blog .et_pb_post {
	position: relative;
	padding: 20px;
	padding-bottom: 29px;
	background: #fff;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	-webkit-box-shadow: 0px 0px 0px 1px #dde2ef;
	-moz-box-shadow: 0px 0px 0px 1px #dde2ef;
	box-shadow: 0px 0px 0px 1px #dde2ef;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.dct_blog .et_pb_post:hover {
	background-color: #fff !important;
	box-shadow: 1px 0px 10px 1px rgba(0, 0, 0, .12);
}

.dct_blog .et_pb_post .et_pb_image_container {
	margin: 0;
}

.dct_blog .et_pb_post .entry-featured-image-url {
	position: relative;
	overflow: hidden;
	transition: background-color 300ms ease 0ms, background-image 300ms ease 0ms;
}

.dct_blog .et_pb_post .post-meta {
	font-size: 17px;
	font-weight: 800;
	margin: 5px 0px;
}

.dct_blog .et_pb_post .post-content .more-link {
	color: var(--color-1);
	position: relative;
	z-index: 1;
	font-weight: 400 !important;
	text-align: center;
	font-size: 16px;
	text-transform: capitalize;
	margin-top: 8px;
	display: inline-block;
}

.dct_blog .et_pb_post .post-meta a {
	position: absolute;
	top: 35px;
	font-size: 15px;
	left: 35px;
	color: black !important;
	background-color: transparent !important;
	border: 2px solid #01851e !important;
	border-radius: 25px;
	padding: 5px 15px;
	font-weight: 400;
}

/*** Blogs 4 Columns  ***/
.dct_blog.clm4 .et_pb_post {
	margin: 10px 10px 20px 10px;
}

.dct_blog.clm4 .et_pb_ajax_pagination_container {
	display: grid;
	grid-gap: 0px;
	grid-template-columns: repeat(4, 25%);
}

@media only screen and (max-width : 767px) {
	.dct_blog.clm4 .et_pb_ajax_pagination_container {
		grid-template-columns: repeat(1, 100%);
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.dct_blog.clm4 .et_pb_ajax_pagination_container {
		grid-template-columns: repeat(2, 50%);
	}
}

/** Blog 2 Column **/
.dct_blog.clm .et_pb_post {
	margin-bottom: 20px;
}

.dct_blog.clm .et_pb_ajax_pagination_container {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(2, 50%);
}

@media only screen and (max-width : 767px) {
	.dct_blog.clm .et_pb_ajax_pagination_container {
		grid-template-columns: repeat(1, 100%);
	}
}

/*** Blog Listing *****/
.dct_blog.list .et_pb_post .entry-featured-image-url {
	margin-bottom: 0;
	width: 50%;
	float: left;
	overflow: hidden;
	position: relative;
}

.dct_blog.list .et_pb_post .info {
	width: 50%;
	float: left;
	padding: 0 20px;
}

.dct_blog.list .et_pb_post .entry-featured-image-url img {
	border-radius: 10px;
}

@media only screen and (max-width: 767px) {
	.dct_blog.list .et_pb_post .entry-featured-image-url, .dct_blog.list .et_pb_post .info {
		width: 100% !important;
		float: none !important;
	}
}

/* BJD: DONT THINK THIS IS USED For Right 
.dct_blog.list.rt .et_pb_post .post-meta a{right:35px;left:auto;}
.dct_blog.list.rt .et_pb_post .entry-featured-image-url{width: 50%;
float: right;}
.dct_blog.list.rt .et_pb_post .info{width: 50%;
float: left;
padding: 0 20px;}
*/

/** BJD: DONT THINK THIS IS USED Sidebar 

#sidebar #gallery-1 .gallery-item{margin:0;}

#f_sidebar .select2-selection__arrow{background: var(--color-2);
height: 40px;
width: 30px;}

#f_sidebar .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

#f_sidebar .select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 37px;}
#f_sidebar .select2-container .select2-selection--single {
    height: 40px;
}

#sidebar .et_pb_widget,
#f_sidebar .et_pb_widget{border-radius: 5px;
box-shadow: 0px 2px 20px #00000030;padding:10px;}

#sidebar .et_pb_widget .widgettitle,
#f_sidebar .et_pb_widget .title{
	text-transform: uppercase;
	position:relative;
	margin-bottom:25px;
	padding-bottom:10px;
	font-size:16px;
	font-weight:700;
	line-height:28px;
	color:#2d2d2d
}
#sidebar .et_pb_widget .widgettitle:after, #sidebar .et_pb_widget .widgettitle:before,
#f_sidebar .et_pb_widget .title:after, #f_sidebar .et_pb_widget .title:before{
	content:'';
	position:absolute;
	bottom:0;
	width:60px;
	border-top:1px solid #d4d4d4;
	left:0
}

#sidebar .et_pb_widget .widgettitle:after,
#f_sidebar .et_pb_widget .title:after{
	border-top:3px solid var(--color-1);
	display:block;
	position:absolute;
	bottom:-1px;
	width:30px;
-webkit-transition:all .27s cubic-bezier(0, 0, .58, 1);
transition:all .27s cubic-bezier(0, 0, .58, 1)
}
#sidebar .et_pb_widget:hover .widgettitle:after,
#f_sidebar .et_pb_widget:hover .title:after{
	width:100px;
}

#sidebar .widget_search input#searchsubmit{background: var(--color-1);
color: #fff;
font-weight: 900;
border-radius: 50px;}


#f_sidebar .woocommerce-product-search button{background: var(--color-1);
color: #fff;cursor:pointer;
text-transform: uppercase;
font-weight: 700;
width: 100px;
border-radius: 0px;}

#f_sidebar .woocommerce-product-search button{display: block;
width: 100%;
border-radius: 0;
padding: 10px;
border: none;}

#f_sidebar .search-field{width: 100%;
height: 40px;
text-transform: capitalize;
font-size: 15px;
border: 1px solid #ccc;
margin-bottom: 6px;
text-align: center;}

#sidebar .et_pb_widget ul li,
#f_sidebar .et_pb_widget.widget_recently_viewed_products ul.product_list_widget li,
#f_sidebar .et_pb_widget.widget_top_rated_products ul.product_list_widget li{border-bottom: 1px dashed #ccc;margin-bottom: 0 !important;
padding: 15px 0px;}

#sidebar .et_pb_widget.widget_recent_entries ul li:first-child,
#f_sidebar .et_pb_widget.widget_recently_viewed_products ul.product_list_widget li:first-child,
#f_sidebar .et_pb_widget.widget_top_rated_products ul.product_list_widget li:first-child{padding-top:0px;}

#sidebar .et_pb_widget ul li a,
#f_sidebar .et_pb_widget ul li a{color: #333;
font-size: 14px;}
#sidebar .et_pb_widget ul li .post-date,
#f_sidebar .et_pb_widget ul li .post-date{display:block;}


.widget_search input#s{border-radius:50px;}

*/

/* Tabs - In use at May 2025 on website design page */
.dct_cta_btn .et_pb_promo_button {
	color: var(--color-1);
	position: relative;
	z-index: 1;
	font-weight: 700;
	text-align: center;
}

.dct_cta_btn .et_pb_promo_button:hover:before {
	width: 0;
}

.dct_cta_btn .et_pb_promo_button:hover:after {
	width: 20px;
	background-color: #8e6de2;
}

.dct_cta_btn .et_pb_promo_button:before {
	width: 20px;
}

.dct_cta_btn .et_pb_promo_button:after {
	left: initial !important;
	right: 0;
	width: 0;
}

.dct_cta_btn .et_pb_promo_button:before, .dct_cta_btn .et_pb_promo_button:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 3px;
	display: block;
	opacity: 1;
	margin: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: var(--color-1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.dct_tab_title {
	background-color: transparent;
	background-image: linear-gradient(180deg, #f4f7fe 0%, #f4f7fe 100%);
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}

.dct_tab_title .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	color: #333 !important;
}

.dct_tab_title:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	color: #fff !important;
}

.dct_tab_title .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color: #333;
}

.dct_tab_title:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	color: #fff;
}

#blurb-tabs .et_pb_column {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

#blurb-tabs .dct_tab_title.active-tab {
	cursor: pointer;
	background-color: transparent;
	background-image: linear-gradient(90deg, var(--color-1) 0%, var(--color-2) 100%);
}

.dct_tab_title.active-tab .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon, .dct_tab_title.active-tab .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	color: #fff !important;
}

#blurb-tabs .dct_tab_title {
	width: 20%;
}

/* Hover Styles for Blurb Tabs - Titles */
#blurb-tabs .dct_tab_title {
	transition: all .3s ease-in-out;
}

/* Tab Titles Mobile Styles */
@media (max-width: 767px ) {
	#blurb-tabs .dct_tab_title {
		width: 50%;
	}
	
	#blurb-tabs .dct_tab_title .et_pb_main_blurb_image {
		margin-bottom: 10px;
	}
}

@media (max-width: 479px ) {
	#blurb-tabs .dct_tab_title {
		width: 100%;
	}
	
	#blurb-tabs .dct_tab_title .et_pb_blurb_content {
		/* This moves icon to the right */
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	
	#blurb-tabs .dct_tab_title .et_pb_main_blurb_image {
		/* Fix icon margins on mobile */
		margin-bottom: 0;
		margin-right: 30px;
	}
}

/* Hide the tabs content/sections */
.tab-content {
	display: none;
}

.tab-open {
	display: block;
}

/**** Timeline *****/
.dct_time_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	font-size: 30px;
	color: #fff;
	background-color: var(--color-2) !important;
	border-color: var(--color-2) !important;
}

.dct_time_blurb .et_pb_blurb_content .et_pb_blurb_container {
	padding: 0px 35px;
}

/**** Tabs In use on Websites page *****/
.dct_tabs {
	border: none;
}

.dct_tabs .et_pb_tabs_controls::after {
	border: none;
}

.dct_tabs .et_pb_tabs_controls li {
	border-right: none;
}

.dct_tabs {
	text-align: center;
}

.dct_tabs .et_pb_tabs_controls {
	margin-bottom: 5px;
	background: none;
	position: relative;
}

.dct_tabs .et_pb_tabs_controls li {
	background: #fff;
}

.dct_tabs .et_pb_tabs_controls li a {
	font-size: 17px;
	font-weight: 700;
	color: #444;
	padding: 4px 25px 18px 25px;
	margin-right: 0;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
	transition: all .3s ease 0s;
}

.dct_tabs .et_pb_tabs_controls li.et_pb_tab_active a, .dct_tabs .et_pb_tabs_controls li a:hover {
	border: none;
	background: transparent;
}

.dct_tabs .et_pb_tabs_controls li a:before, .dct_tabs .et_pb_tabs_controls li a:after {
	content: "";
	width: 0;
	border-top: 3px solid var(--color-1);
	position: absolute;
	bottom: 0px;
	left: 0;
	transition: all .3s ease 0s;
}

.dct_tabs .et_pb_tabs_controls li a:after {
	left: auto;
	right: 0;
}

.dct_tabs .et_pb_tabs_controls li.et_pb_tab_active a:before, .dct_tabs .et_pb_tabs_controls li a:hover:before, .dct_tabs .et_pb_tabs_controls li.et_pb_tab_active a:after, .dct_tabs .et_pb_tabs_controls li a:hover:after {
	width: 50%;
}

.dct_tabs .et_pb_all_tabs {
	font-size: 15px;
	text-align: left;
	color: #757575;
	line-height: 30px;
	height: 100%;
}

.dct_tabs .et_pb_all_tabs .et_pb_tab {
	padding: 15px;
}

.dct_tabs .et_pb_all_tabs .et_pb_tab_content a {
	color: var(--color-1);
	position: relative;
	z-index: 1;
	font-weight: 400 !important;
	padding-bottom: 7px;
	font-size: 16px;
}

@media only screen and (max-width :980px) {
	.dct_tabs .et_pb_tabs_controls {
		display: block;
	}
	
	.dct_tabs .et_pb_tabs_controls li {
		display: grid;
		margin-right: 0px;
		margin-bottom: 10px;
		border-bottom: none;
		width: 100%;
	}
	
	.dct_tabs .et_pb_tabs_controls li a {
		text-align: center;
	}
}

/**** BJD: DONT THINK THIS IS USED Service V1 ****

.dct_service_v1{
padding: 45px 30px 45px 30px;
border-radius: 10px 10px 10px 10px;transition: 0.4s;position: relative;
z-index: 1;}

.dct_service_v1:hover{background:var(--color-1);}


.dct_service_v1 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon{transition: 0.4s;color:var(--color-1);font-size: 50px;}


.dct_service_v1:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon,
.dct_service_v1:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header,
.dct_service_v1:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{color:#fff;}

*/

/**** Service List *****/
.dd_ss_service .et_pb_image_wrap {
	border: 1px solid #ccc;
	padding: 12px;
}
