/* Add here all your css styles (customizations) */
.screen-reader-response {
	display: none;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	margin-top: 30px;
	color: #f00;
}

.wpcf7-not-valid {
	margin-bottom: 7px;
}

span.wpcf7-not-valid-tip {
	color: #f00;
}

.capitalize {
	text-transform: capitalize;
}

.slick-track {
	margin-left: 0;
}

.g-color-text {
    color: #999;
}

.g-color-primary--active.active {
    color: #0171BB !important;
}

.g-color-black--active.active {
    color: #000 !important
}

.g-color-green--active.active {
    color: #72c02c !important
}

.g-color-blue--active.active {
    color: #3398dc !important
}

.g-color-lightblue--active.active {
    color: #edf2f8 !important
}

.g-color-darkblue--active.active {
    color: #009 !important
}

.g-color-indigo--active.active {
    color: #4263a3 !important
}

.g-color-red--active.active {
    color: #a10f2b !important
}

.g-color-lightred--active.active {
    color: #e64b3b !important
}

.g-color-darkred--active.active {
    color: #a10f2b !important
}

.g-color-purple--active.active {
    color: #9a69cb !important
}

.g-color-darkpurple--active.active {
    color: #6639b6 !important
}

.g-color-pink--active.active {
    color: #e81c62 !important
}

.g-color-orange--active.active {
    color: #e57d20 !important
}

.g-color-deeporange--active.active {
    color: #fe541e !important
}

.g-color-yellow--active.active {
    color: #ebc71d !important
}

.g-color-aqua--active.active {
    color: #29d6e6 !important
}

.g-color-cyan--active.active {
    color: #00bed6 !important
}

.g-color-teal--active.active {
    color: #18ba9b !important
}

.g-color-brown--active.active {
    color: #9c8061 !important
}

.g-color-bluegray--active.active {
    color: #585f69 !important
}

.g-user-select-text {
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
