/*
Theme Name: Clockwork
Theme URI: https://cmodevteam.com
Author: Matt Miller
Author URI: https://cmodevteam.com
Description: Flexible, modular and easy to use WordPress theme.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: thefriendlydev, clockwork, miller
*/

/* Content Boxes */
.cw-content-boxes .contentBox {
	padding: 16px;
	border: none;
	border-radius: 16px;
}

.cw-content-boxes .contentBoxes {
	gap: 16px;
	--columns: 3;
}

.cw-light-purple-bg-color .contentBox {
	background-color: rgba(162, 65, 248, 0.13);
}

.cw-content-boxes .contentBox .heading {
	color: #A241F8;
	font-size: 20px;
	margin-bottom: 16px;
}

.cw-content-boxes p,
.cw-image-box p,
.cw-content p {
	font-size: 16px;
	line-height: 1.5em;
}

/* Image Box */
.cw-image-box h3 {
	color: #fff !important;
	font-size: 20px;
	margin-bottom: 16px !important;
	text-align: center;
}

.cw-image-box p {
	margin-bottom: 16px !important;
}

.cw-image-box img {
	border-radius: 100%;
}

.cw-image-box.rounded img {
	border-radius: 40px !important;
}

@media (max-width: 767px) {
	.cw-image-box.rounded img {
		border-radius: 20px !important;
	}
}

/* CTA Box */
.cw-cta .cta__title h2 {
	margin-bottom: 0 !important;
}

/* Background */
.cw-diagonal-bg {
	background: conic-gradient(from 45deg at 50% 50%, rgba(162,65,248,0.21) 4.608689692982456%, rgba(0,0,0,0.22) 24.633360745614034%, rgba(162,65,248,0.43) 100%);
}

/* Contact Form */
.cw-contact-form input,
.cw-contact-form select,
.cw-contact-form textarea {
	color: #000 !important;
}
