/*
Theme Name: Kwesst V1
Theme URI: http://kwesst.com
Author: Welton Demetrio
Author URI: http://weltondemetrio.ca
Description: A unique custom Wordpress theme created for Kwesst.
Version: 1.0
License: Commercial
Text Domain: kwesst
*/

/** Global Helpers **/
.no-padding {
	padding: 0;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


/** HELPERS **/
.container-fluid {
	padding: 0!important;
	margin: 0!important;
}

/** Hides Constant Contact Caption **/
.ctct-disclosure {
	display: none;
}

.cc-top > .ctct-form-wrapper {
	display: flex;
	justify-content: flex-end;
}

.ctct-form {
	display: flex;
    flex-direction: initial!important;
    padding: 0;
    margin: 0;
}

.ctct-label-top > label {
	color: var(--primary)!important;
}

.ctct-form-field-submit {
	display: flex;
	align-items: flex-end
}

.ctct-form-field > p {
	display: flex;
	flex-direction: column;
}

.signup-btn-cc {
	color: var(--light);
    background: var(--red);
    border-radius: var(--corner);
    font-size: 17px;
    border: none;
    box-shadow: none;
    height: fit-content;
    padding: 3px 8px;
}

.input-cc {
	border-radius: var(--corner);
    box-shadow: none;
    border: none;
    margin-right: 5px;
    border: 1px solid var(--primary);
}

.cc-top > .ctct-form-wrapper > .ctct-form > p > span > label {
	color: #FFF!important;
}









.ctct-form-defaults {
    background: transparent!important;
	margin: 0!important;
    padding: 0!important;
}

.ctct-form-header, .ctct-form-text {
	display: none!important
}

#gdpr_text {
	display: none!important;
}

.ctct-form-custom {
	display: flex;
	justify-content: flex-end;
}

.ctct-form-button {
	color: var(--light)!important;
    background: var(--red)!important;
    border-radius: var(--corner)!important;
    font-size: 17px!important;
    border: none!important;
    box-shadow: none!important;
    height: fit-content!important;
    padding: 3px 8px!important;
    font-family: 'Oswald', sans-serif!important;
}

div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
	width: auto!important;
	font-family: 'Oswald', sans-serif!important;
}

.ctct-form-success > h2 {
	display: block!important;
	color: #FFF;
	font-family: 'Oswald', sans-serif!important;
	font-size: 18px!important;
    font-weight: 100!important;
    color: red!important;
    text-align: center!important;
    margin-top: 14px!important;
}

#form-label-email {
	margin: 0!important;
	padding: 0!important;
}

div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {
	padding: 0!important;
    margin: 0 0 5px 0!important;
    font-family: 'Oswald', sans-serif!important;
    font-weight: 400!important;
    color: var(--secondary)!important;
}

div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
	height: 30px!important;
}

div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
	margin:0!important;
	padding: 0!important
}

div.ctct-form-embed div.ctct-form-defaults p.ctct-form-footer {
	display: none!important;
}

.g-recaptcha {
	display: none;
}

div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
	width: auto!important;
	margin: 21px 0 0 2px!important;
    padding: 7px!important;
}

.ctct-form-button {
	height: 30px;
}