/* 
Custom styles for dotCentral - Jon @ Graydian - 2025-09-09
Overrides Bootstrap styles, when needed.
*/

/* Prevents flash of unstyled text from Google fonts and FontAwesome. */

.wf-loading * {
		opacity: 0;
}

.wf-active *, 
.wf-inactive * {
	-webkit-transition: opacity .1s ease-out;  
	-moz-transition: opacity .1s ease-out; 
	-o-transition: opacity .1s ease-out;  
	transition: opacity .1s ease-out;  
}

/* Typography */

body {
	font-family: 'Noto Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
}

/* Bootstrap Resets */

:root {
	--bs-link-color: #f1592a;
	--bs-link-hover-color: #ca4217;
}

.form-control:focus,
.widget_archive select:focus,
.form-select:focus {
	border-color: transparent;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(150, 150, 150, 0.25);
}

.pagination {
	--bs-pagination-color: #f1592a;
	--bs-pagination-hover-color: #ca4217;
	--bs-pagination-focus-color: #ca4217;
	--bs-pagination-focus-bg: #e9ecef;
	--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(164, 164, 164, 0.25);
	--bs-pagination-active-color: #fff;
	--bs-pagination-active-bg: #f1592a;
	--bs-pagination-active-border-color: #f1592a;
}

/* Colors */

.dc-orange {
	color: #f1592a;
}

/* Buttons & Links */

a {
	color: #f1592a;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ca4217;
}

.btn {
	font-weight: bold;
	border-radius: 8px;
}

.btn:focus-visible,
.woocommerce-info a.button:focus-visible,
.woocommerce-notices-wrapper
.woocommerce-message
a.button:focus-visible,
.wpcf7 input[type=submit]:focus-visible {
		outline: 0;
		box-shadow: 0 0 0 0.25rem rgba(204, 204, 204, .5);
}

.btn > i.fa-angle-right {
	margin-left: 5px;
}

.btn.btn-primary {
	background-color: #f1592a;
	border-color: #f1592a;
	color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:active {
	background-color: #ca4217;
	border-color: #ca4217;
	color: #fff;
}

.btn.btn-dc-orange {
	background-color: #f1592a;
	border-color: #f1592a;
	color: #fff;
}

.btn.btn-dc-orange:hover,
.btn.btn-dc-orange:active {
	background-color: #ca4217;
	border-color: #ca4217;
	color: #fff;
}

.btn.btn-outline-primary {
	background-color: transparent;
	border-color: #f1592a;
	color: #f1592a;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:active {
	background-color: #f1592a;
	border-color: #f1592a;
	color: #fff;
}

/* Header */

#wrapper-navbar {
	background-color: #eee;
}

#wrapper-navbar #main-nav {
	padding: 15px 0;
}

#wrapper-navbar #main-nav .container {
	max-width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}

#wrapper-navbar #main-nav #main-menu {
	width: 100%;
	justify-content: space-evenly;
}

#wrapper-navbar #main-nav #main-menu > li > a {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	width: 100%;
	font-size: 21px;
	line-height: 1.3;
}

#wrapper-navbar #main-nav #main-menu > li > a:hover {
	color: #f1592a;
}

#wrapper-navbar #main-nav #main-menu > li > a:hover > span.menu-item-description {
	color: #666;
}

#wrapper-navbar #main-nav #main-menu > li > a > span.menu-item-description {
	font-weight: normal;
	text-transform: none;
	display: block;
	width: 100%;
	font-size: 13px;
	color: #666;
}

#wrapper-navbar .header-buttons {
	max-width: 300px;
}

#wrapper-navbar .header-buttons a.btn {
	display: block;
	width: 100%;
	margin: 5px 0;
}

/* Home Page */

.container-fluid-home {
	padding-left: 0;
	padding-right: 0;
}

#hero {
	padding-top: 30px;
	padding-bottom: 60px;
}

#hero img {
	filter: drop-shadow(0 5px 6px rgba(0, 0, 0, 0.4));
}

#hero h1 {
	font-size: 44px;
	margin-bottom: 20px;
}

#hero h2 {
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 20px;
}

#hero ul {
	padding-left: 18px;
	font-size: 15px;
	margin-bottom: 30px;
}

#hero .btn {
	width: 100%;
}

#cloudrider {
	background: #e3e3e3;
	background: linear-gradient(180deg, rgba(237, 237, 237, 1) 0%, rgba(255, 255, 255, 0) 100%);
	padding-left: 0;
	padding-right: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

#cloudrider h2 {
	font-size: 38px;
	margin-bottom: 10px;
}

#cloudrider h3 {
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 25px;
}

#cloudrider img {
	filter: drop-shadow(0 5px 6px rgba(0, 0, 0, 0.4));
	padding: 15px;
}

#services {
	background: #e3e3e3;
	background: linear-gradient(180deg, rgba(237, 237, 237, 1) 0%, rgba(255, 255, 255, 0) 100%);
	padding-left: 0;
	padding-right: 0;
	padding-top: 30px;
	padding-bottom: 60px;
}

#services h2 {
	text-align: center;
	font-size: 38px;
	margin-bottom: 25px;
}

#services a.card {
	transform: scale(1);
	transition: all .1s ease-in-out;
	color: #000;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.4;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	border: 0;
	overflow: hidden;
}

#services a.card:hover {
	transform: scale(1.03);
	transition: all .1s ease-in-out;
	cursor: pointer;
}

#services a.card:hover h3,
#services a.card:hover span.learn-more {
	color: #f25a2a;
}

#services a.card img.card-img-top {
	object-fit: cover;
	object-position: center center;
	height: 190px;
}

#services ul {
	padding-left: 18px;
}

#services ul > li {
	margin-bottom: 5px;
}

#services ul > li:last-child {
	margin-bottom: 0;
}

#services span.learn-more {
	font-weight: bold;
	color: #f25a2a;
}

#services span.learn-more i.fa {
	margin-left: 5px;
}

#testimonials {
	background: #e3e3e3;
	background: linear-gradient(180deg, rgba(237, 237, 237, 1) 0%, rgba(255, 255, 255, 0) 100%);
	padding-left: 0;
	padding-right: 0;
	padding-top: 40px;
	padding-bottom: 10px;
}

#testimonials h2 {
	text-align: center;
	font-size: 38px;
	margin-bottom: 30px;
}

#testimonials .single-testimonial {
	position: relative;
	margin-bottom: 70px;
}

#testimonials .single-testimonial .testimonial-text {
	padding: 15px;
	border-radius: 10px;
	background-color: #f25a2a;
	color: #fff;
	max-width: 75%;
	position: relative;
	margin-left: 46px;
	font-style: italic;
	font-size: 20px;
}

#testimonials .single-testimonial.single-testimonial-alt .testimonial-text {
	background-color: transparent;
	color: #000;
	border: 3px solid #f25a2a;
	margin-left: 25%;
}

#testimonials .single-testimonial .testimonial-text:before {
	position: absolute;
	left: -49px;
	top: 0;
	content: '\f10d';
	font-family: 'Font Awesome 6 Free', fontawesome;
	color: #f25a2a;
	font-size: 46px;
	line-height: 36px;
	font-style: normal;
}

#testimonials .single-testimonial .testimonial-text:after {
	position: absolute;
	right: -49px;
	top: 0;
	content: '\f10e';
	font-family: 'Font Awesome 6 Free', fontawesome;
	color: #f25a2a;
	font-size: 46px;
	line-height: 36px;
	font-style: normal;
}

#testimonials .single-testimonial .testimonial-author {
	position: absolute;
	right: 0;
	bottom: 0;
}

#testimonials .single-testimonial.single-testimonial-alt .testimonial-author {
	left: 0;
	right: auto;
}

#testimonials .single-testimonial .testimonial-author .author-name {
	display: block;
	font-weight: bold;
	color: #f25a2a;
}

#testimonials .single-testimonial .testimonial-author .author-name:before {
	position: absolute;
	left: -15px;
	content: '\f104';
	font-family: 'Font Awesome 6 Free', fontawesome;
}

#testimonials .single-testimonial.single-testimonial-alt .testimonial-author .author-name:before {
	content: '';
}

#testimonials .single-testimonial.single-testimonial-alt .testimonial-author .author-name:after {
	position: absolute;
	right: -15px;
	content: '\f105';
	font-family: 'Font Awesome 6 Free', fontawesome;
}

#testimonials .single-testimonial .testimonial-author .author-business {
	display: block;
	font-style: italic;
}

#news {
	background: #e3e3e3;
	background: linear-gradient(180deg, rgba(237, 237, 237, 1) 0%, rgba(255, 255, 255, 0) 100%);
	padding-left: 0;
	padding-right: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}

#news h2 {
	text-align: center;
	font-size: 38px;
	margin-bottom: 25px;
}

#news .blog-single-post {
	margin-bottom: 30px;
}

#news a.blog-image {
	display: block;
	opacity: 1;
}

#news a.blog-image:hover {
	opacity: .85;
}

#news a.blog-title {
	display: block;
	font-size: 1.75rem;
	color: #f25a2a;
	text-decoration: none;
	margin: 15px 0;
	line-height: 1.1;
	font-weight: bold;
}

#news a.blog-title:hover {
	color: #d2481c;
}

#news .blog-author {
	font-size: 1.25rem;
	margin: 0;
}

#news .blog-date {
	font-size: .85rem;
	margin-bottom: 15px;
	font-weight: bold;
}

/* Form Pages */

.wrapper-forms .about-dotcentral h3 {
	margin-bottom: 0;
}

.wrapper-forms .about-dotcentral .linkedin span {
	display: inline-block;
	background-color: #106ecb;
	color: #fff;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-right: 5px;
	border-radius: 2px;
}

.wrapper-forms .about-dotcentral .about-us {
	display: block;
	font-size: 14px;
	line-height: 1.4;
}

.wrapper-forms .form-wrapper {
	background: linear-gradient(180deg, rgba(237, 237, 237, 1) 0%, rgba(255, 255, 255, 0) 100%);
	padding: 20px 30px 30px 30px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	margin-bottom: 60px;
}



/* Gravity Forms - Global */

.form-wrapper .gform_wrapper.gform-theme--foundation form .gform_fields {
	row-gap: 30px;
}

.form-wrapper .gfield_label {
	font-weight: bold;
	--gf-local-font-weight: bold;
	margin-bottom: 4px;
}

.form-wrapper h1 {
	margin-bottom: 0;
}

.form-wrapper .gsection_title {
	font-weight: bold;
	margin-bottom: 0;
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 16px;
	text-transform: uppercase;
	border-radius: 6px;
}

/* Gravity Forms - Confirmation Message - Global */

.gform_confirmation_message {
	text-align: center;
}

.gform_confirmation_message {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.gform_confirmation_message .thank-you-header {
	color: green;
}

.gform_confirmation_message .thank-you-message:last-of-type {
	margin-bottom: 0;
}



/* Blog - Blog Home Page Only */

.dc-blog-home article.post img.wp-post-image {
	box-shadow: 2px 4px 7px #adadad;
	margin-bottom: 5px;
	border-radius: 12px;
}


/* Blog - All */

.addtoany_share_save_container {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #ccc;
}

.addtoany_share_save_container .addtoany_header {
	font-size: .95rem;
	font-weight: 900;
	margin: 0 0 10px 0;
}

article.post {
	padding: 30px;
	box-shadow: 0 4px 16px #ccc;
	margin-bottom: 60px;
	border-radius: 12px;
}

article.post .entry-header {
	margin-bottom: 15px;
}

article.post .entry-header a {
	text-decoration: none;
}

article.post .entry-header p.byline {
	font-size: 1rem;
	color: #777;
	margin-bottom: 0;
}

article.post .entry-header p.posted-on {
	font-size: .85rem;
	color: #777;
	margin-bottom: 0;
}

article.post .entry-content {
	margin-top: 15px;
	font-size: 1rem;
}

article.post .entry-summary {
	font-size: 1rem;
}

article.post .entry-footer {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #ccc;
}

article.post .entry-footer a {
	text-decoration: none;
}

nav.post-navigation {
	margin-bottom: 60px;
}

nav.post-navigation a {
	text-decoration: none;
}

#right-sidebar .widget_recent_entries ul > li {
	margin-bottom: 15px;
	line-height: 1.2;
}

#right-sidebar .widget_recent_entries ul > li > a {
	text-decoration: none;
}

#right-sidebar .widget_recent_entries ul > li > .wp-block-latest-posts__post-author,
#right-sidebar .widget_recent_entries ul > li > .wp-block-latest-posts__post-date {
	color: #777;
}

#right-sidebar .widget_categories .wp-block-categories-list {
	padding-left: 20px;
}


/* General Page Template Adjustments */

.page-header .page-title {
	margin-bottom: 30px;
}


/* Breadcrumbs */

#breadcrumbs {
	margin-top: 20px;
	margin-bottom: 30px;
}

#breadcrumbs a {
	text-decoration: none;
}

#breadcrumbs i.fa-angle-right {
	margin: 0 5px;
}


/* Events Page */

.entry-content .event-single {
	padding: 30px;
	box-shadow: 0 4px 16px #ccc;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 12px;
}

/* Events Listing in Footer & Sidebar */

.events-view-all {
	font-size: 14px;
}

.event-cal-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 20px;
}

.event-cal-list > li {
	display: block;
	margin-bottom: 10px;
	line-height: 1.1;
}

.event-cal-list .event-cal {
	max-width: 100px;
}

.event-cal-list .event-cal .event-cal-month {
	display: block;
	width: 100%;
	background-color: #f1592a;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	border-radius: 4px 4px 0 0;
}

.event-cal-list .event-cal .event-cal-day {
	display: block;
	width: 100%;
	background-color: #fff;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	border: 1px solid #ccc;
	border-top: 0;
	border-radius: 0 0 4px 4px;
}

.event-cal-list .event-cal-title {
	font-size: 16px;
}

.event-cal-list .event-cal-venue,
.event-cal-list .event-cal-city {
	font-size: 12px;
	margin-bottom: 0;
	color: #7f7f7f;
}





/* Footer */

footer.site-footer .footer-screens {
	background-image: url('img/footer-screens.webp');
	background-size: cover;
	background-position: top center;
	width: 100%;
	border-top: 8px solid #f1592a;
	padding-top: 550px;
	text-align: center;
	color: #fff;
	position: relative;
}

footer.site-footer .footer-screens h3 {
	display: block;
	font-weight: normal;
	font-style: italic;
	font-size: 36px;
	margin-bottom: 25px;
}

footer.site-footer .footer-screens .gradient-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	padding-top: 200px;
	padding-bottom: 50px;
	background: #000000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

footer.site-footer #wrapper-footer {
	background-color: #000;
	color: #fff;
}

footer.site-footer #wrapper-footer a {
	color: #f1592a;
	text-decoration: none;
}

footer.site-footer #wrapper-footer a:hover {
	color: #fff;
}

footer.site-footer #wrapper-footer .footer-upper {
	margin-bottom: 60px;
}

footer.site-footer #wrapper-footer .footer-upper h1,
footer.site-footer #wrapper-footer .footer-upper h2,
footer.site-footer #wrapper-footer .footer-upper h3,
footer.site-footer #wrapper-footer .footer-upper h4,
footer.site-footer #wrapper-footer .footer-upper h5,
footer.site-footer #wrapper-footer .footer-upper h6 {
	font-weight: bold;
}

footer.site-footer #wrapper-footer .footer-upper .column-01 .footer-logo img {
	margin-bottom: 10px;
}

footer.site-footer #wrapper-footer .footer-upper .column-01 h3 {
	margin-bottom: 0;
}

footer.site-footer #wrapper-footer .footer-upper .column-01 a.btn i.fa {
	margin-left: 5px;
}

footer.site-footer #wrapper-footer .footer-upper .column-01 .linkedin {
	color: #fff;
	font-weight: normal;
}

footer.site-footer #wrapper-footer .footer-upper .column-01 .linkedin span {
	display: inline-block;
	background-color: #106ecb;
	color: #fff;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-right: 5px;
	border-radius: 2px;
}

footer.site-footer .footer-upper .column-02 h4 {
	margin-top: 15px;
	margin-bottom: 15px;
}

footer.site-footer .footer-upper .column-02 ul.footer-nav {
	list-style: none;
	padding-left: 0;
}

footer.site-footer .footer-upper .column-02 ul.footer-nav > li {
	display: block;
	width: 100%;
	margin-bottom: 18px;
}

footer.site-footer .footer-upper .column-02 ul.footer-nav > li > a {
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
}

footer.site-footer .footer-upper .column-02 ul.footer-nav > li > a > span.menu-item-title {
	position: relative;
}

footer.site-footer .footer-upper .column-02 ul.footer-nav > li > a > span.menu-item-title:after {
	content: '\f105';
	font-family: 'Font Awesome 6 Free', fontawesome;
	top: 3px;
	margin-left: 6px;
	font-size: 18px;
}

footer.site-footer .footer-upper .column-02 ul.footer-nav > li > a > span.menu-item-description {
	display: block;
	width: 100%;
	color: #ccc;
	text-transform: none;
	font-size: 13px;
	font-weight: normal;
}

footer.site-footer .footer-upper .column-03 h4 {
	margin-top: 15px;
	margin-bottom: 15px;
}

footer.site-footer .footer-upper .column-03 ul.footer-nav {
	list-style: none;
	padding-left: 0;
}

footer.site-footer .footer-upper .column-03 ul.footer-nav > li {
	display: block;
	width: 100%;
	margin-bottom: 14px;
}

footer.site-footer .footer-upper .column-03 ul.footer-nav > li > a {
	display: inline-block;
	font-weight: bold;
	text-transform: none;
	font-size: 18px;
	font-weight: bold;
}

footer.site-footer .footer-upper .column-04 h4 {
	margin-top: 15px;
	margin-bottom: 15px;
}

footer.site-footer .footer-upper .column-04 .footer-articles {
	list-style: none;
	padding-left: 0;
}

footer.site-footer .footer-upper .column-04 .footer-articles > li {
	display: block;
	margin-bottom: 10px;
	line-height: 1.2;
}

footer.site-footer .footer-upper .column-04 .footer-articles .article-date {
	display: block;
	width: 100%;
	font-weight: normal;
	font-size: 12px;
	color: #aeaeae;
}

footer.site-footer .footer-lower {
	font-size: 13px;
	text-align: center;
	margin-bottom: 30px;
}

footer.site-footer .footer-lower .privacy-policy {
	margin-bottom: 5px;
}

footer.site-footer .footer-lower .copyright {
	color: #999999;
}





















