/*
Theme Name: Intent
Author: Kubiak Creative
Author URI: https://kubiakcreative.com
Description: Custom Theme - Requires The7 theme to be installed for base structure.
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/


.branding a img, .branding img {
    max-width: 100%;
	width: auto;
	max-height: 250px;
  	padding: 20px;
}

.footer, #bottom-bar {
	text-align: center;
}
/* ---------------------------  TYPOGRAPHY --------------------------- */
p {
    margin-bottom: 1em !important;
}
	
/* ---------------------------  CIRCLES --------------------------- */
	.circle-col .vc_column-inner {
    background-color: #392446 !important;
    border-radius: 50% !important;
    width: 220px !important;
    height: 220px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 30px !important;
    margin: 0 auto !important;
}

.circle-col .vc_single_image-img {
    width: 60px !important;
    height: 60px !important;
    filter: invert(30%) sepia(67%) saturate(2891%) hue-rotate(322deg) brightness(94%) contrast(93%);
}

.circle-col h3 {
    color: #ffffff !important;
	margin: 10px 0 0 0 !important;
	font-size: 22px;
    font-weight: 600;
    margin-bottom: 1em;
}